@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0
  }
  40% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .05
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .1
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .1
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
  }
}
html {
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}
audio,
canvas,
progress,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
progress {
  vertical-align: baseline
}
[hidden],
template {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}
optgroup {
  font-weight: 700
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
@keyframes a {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0
  }
  40% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .05
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .1
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .1
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
  }
}
body,
html {
  height: 100%
}
.null-margins,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0
}
h1 {
  font-size: 2em;
}
h1,
h2 {
  line-height: 1.2
}
h2 {
  font-size: 1.1em
}
.primary {
  color: #d61515
}
.accent {
  color: #9de7ff;
}
.hidden {
  display: none
}
.bottom__content,
.top__content {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto
}
ul {
  list-style-type: none
}
ul li {
  display: inline-block
}
body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background: #252334
}
.slider {
  z-index: 1
}
.slider,
.slider .item {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0
}
.slider .item {
  display: none
}
.slider .item {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}
.slider .item:before,
.slider .item:nth-child(1) {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.slider .item:before {
  content: '';
  display: block;
  background:url(../images/pattern.png)
}
.main {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}
.main__top {
  height: 45%;
  padding-top: 30px;
  position: relative;
  z-index: 2
}
.main__top h1 {
  max-width: 50%;
  font-weight: 700
}
.main__top h1,
.main__top h2 {
  text-transform: uppercase;
  color: #fff;
}
.main__top h2 {
  max-width: 45%;
  margin-top: 15px;
  font-weight: 300
}
.main__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2
}
.main__bottom .crumbs {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700
}
.main__bottom .crumbs .crumb {
  border: 2px solid #fff;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, .1);
  border-radius: 30%;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s
}
.main__bottom .crumbs .crumb.omgitsactive {
  background: #9de7ff;
}
.main__bottom .item {
  width: 40%
}
.main__bottom .item .question p:first-of-type {
  font-size: 1.3125em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px
}
.main__bottom .item .question p:last-of-type {
  margin-top: 15px;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
  font-weight: 700;
  text-transform: uppercase
}
.main__bottom .item .answer-buttons {
  margin-top: 30px
}
.main__bottom .item .answer-buttons a.yes p {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.main__bottom .item .answer-buttons a.yes {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 5%;
  background: #9de7ff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  color: #6a1b3f;
  text-decoration: none;
  box-shadow: 0 0 0px 10px rgba(157, 231, 255, 0.5);
}
.main__bottom .item .answer-buttons a.yes:before {
  content: '';
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  margin: auto
}
.main__bottom .item .answer-buttons a.yes:hover {
  box-shadow: none;
}
.main__bottom .item .answer-buttons a.no p {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.main__bottom .item .answer-buttons a.no {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 5%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -12px;
  margin-right: 50px;
  box-shadow: 0 0 0px 10px rgba(157, 231, 255, 0.5);
}
.main__bottom .item .answer-buttons a.no:before {
  content: '';
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  margin: auto
}
.main__bottom .item .answer-buttons a.no:hover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
  border: 1px solid #fff;
  box-shadow: none;
}
.main__bottom .item .answer-buttons a.redirect-btn {
  display: block;
  position: relative;
  padding: 21px 40px;
  width: 100%;
  max-width: 180px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.3125em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  background: #9de7ff;
  color: #6a1b3f;
  text-decoration: none;
  box-shadow: 0 0 0px 10px rgba(157, 231, 255, 0.5);
}
html[lang="fi"] .main__bottom .item .answer-buttons a.redirect-btn {
  padding: 21px 25px;
  max-width: 260px;
}
.main__bottom .item .answer-buttons a.redirect-btn:hover {
  box-shadow: none;
}
.slider .curtain {
  display: block;
  position: absolute;
  width: 60%;
  height: 100vh;
  top: 0px;
  left: -100px;
  background: #6e2144;
  -webkit-transform: skewX(170deg);
  transform: skewX(170deg);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.8;
}
.slider .curtain.active {
  animation-name: slideOut;
  animation-duration: 2s
}
@keyframes slideOut {
  0% {
    left: -100px
  }
  50% {
    left: -2100px
  }
  100% {
    left: -100px
  }
}
@media (min-width:320px) and (max-width:479px) {
  .hidden-xs {
    display: none
  }
  h1 {
    font-size: 1.3125em
  }
  h2 {
    font-size: 1.125em
  }
  .slider .item:nth-child(1) {
    background-position: 80%
  }
  .main {
    min-height: 100%;
    height: auto
  }
  .main__top {
    height: auto;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px
  }
  .main__top h1 {
    text-transform: uppercase;
    font-weight: 700
  }
  .main__top h1,
  .main__top h2 {
    max-width: 100%;
    color: hsla(0, 0%, 100%, .7)
  }
  .main__top h2 {
    margin-top: 15px
  }
  .main__bottom {
    width: 100%;
    height: auto;
    position: relative;
    background: transparent;
    z-index: 2
  }
  .main__bottom .crumbs {
    position: relative;
    text-align: center;
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 1em
  }
  .main__bottom .crumbs .crumb {
    width: 16px;
    height: 16px
  }
  .main__bottom .item {
    width: 100%;
    float: none
  }
  .main__bottom .item .question p:first-of-type {
    font-size: 1em
  }
  .main__bottom .item .question p:last-of-type {
    font-size: 1em;
  }
  .main__bottom .item .answer-buttons {
    text-align: center
  }
  .main__bottom .item .answer-buttons a.redirect-btn {
    max-width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
  }
  html[lang='fi'] .main__bottom .item .answer-buttons a.redirect-btn {
    font-size: 1.1em;
    max-width: 70%;
    padding: 20px;
  }
  .slider .item:before {
    background:url(../images/pattern.png)
  }
  .slider .curtain {
    display: none
  }
}
@media (min-width:480px) and (max-width:767px) {
  .hidden-xs {
    display: none
  }
  h1 {
    font-size: 2em
  }
  h2 {
    font-size: 1.3125em
  }
  .slider .item:nth-child(1) {
    background-position: 80%
  }
  .main {
    min-height: 100%;
    height: auto
  }
  .main__top {
    height: auto;
    padding-top: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px
  }
  .main__top h1 {
    text-transform: uppercase;
    font-weight: 700
  }
  .main__top h1,
  .main__top h2 {
    max-width: 100%;
    color: hsla(0, 0%, 100%, .7)
  }
  .main__top h2 {
    margin-top: 15px
  }
  .main__bottom {
    width: 100%;
    height: auto;
    position: relative;
    background: transparent;
    z-index: 2
  }
  .main__bottom .crumbs {
    position: relative;
    text-align: center;
    width: 100%;
    float: none;
    padding-left: 0
  }
  .main__bottom .item {
    width: 100%;
    float: none
  }
  .main__bottom .item .question p:first-of-type {
    font-size: 1em
  }
  .main__bottom .item .question p:last-of-type {
    font-size: 1.2em
  }
  .main__bottom .item .answer-buttons {
    text-align: center
  }
  .main__bottom .item .answer-buttons a.redirect-btn {
    max-width: 50%
  }
  .slider .item:before {
    background:url(../images/pattern.png)
  }
  .slider .curtain {
    display: none
  }
}
@media (min-width:991px) {
  .main__bottom .item {
    margin-bottom: 140px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-xs {
    display: none
  }
  h1 {
    font-size: 2.625em
  }
  h2 {
    font-size: 1.3125em
  }
  .slider .item:nth-child(1) {
    background-position: 80%
  }
  .main {
    min-height: 100%;
    height: auto
  }
  .main__top {
    height: auto;
    padding-top: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px
  }
  .main__top h1 {
    text-transform: uppercase;
    font-weight: 700
  }
  .main__top h1,
  .main__top h2 {
    max-width: 100%;
    color: hsla(0, 0%, 100%, .7)
  }
  .main__top h2 {
    margin-top: 30px
  }
  .main__bottom {
    width: 100%;
    height: auto;
    position: relative;
    background: transparent;
    z-index: 2
  }
  .main__bottom .crumbs {
    position: relative;
    text-align: center;
    width: 100%;
    float: none;
    padding-left: 0
  }
  .main__bottom .item {
    width: 100%;
    float: none
  }
  .main__bottom .item .answer-buttons {
    margin-top: 60px;
    text-align: center
  }
  .main__bottom .item .answer-buttons a.yes {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #9de7ff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0px 10px rgba(157, 231, 255, 0.5);
  }
  .main__bottom .item .answer-buttons a.yes:before {
    content: '';
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    margin: auto
  }
  .main__bottom .item .answer-buttons a.yes:hover {
    box-shadow: none;
  }
  .main__bottom .item .answer-buttons a.no {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70%;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: -12px;
    box-shadow: 0 0 0px 10px rgba(157, 231, 255, 0.5);
  }
  .main__bottom .item .answer-buttons a.no:before {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    margin: auto
  }
  .main__bottom .item .answer-buttons a.no:hover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70%;
    border: 1px solid #fff;
    box-shadow: none;
  }
  .main__bottom .item .answer-buttons a.no a.redirect-btn {
    max-width: 50%
  }
  .slider .item:before {
    background:url(../images/pattern.png)
  }
  .slider .curtain {
    display: none
  }
}
.slider .item.active {
  display: block;
}
.slider .item:nth-child(1) {
  background-image:url(../images/1.jpg)
}
.slider .item:nth-child(2) {
  background-image:url(../images/2.jpg)
}
.slider .item:nth-child(3) {
  background-image:url(../images/3.jpg)
}
.slider .item:nth-child(4) {
  background-image:url(../images/4.jpg)
}
@media (min-width:320px) and (max-width:991px) {
  .main__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
  }
  .slider .curtain {
    display: block;
    width: 100%;
    height: 75%;
    top: auto;
    bottom: -100px;
    left: 0px;
    background: #6e2144;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.8;
  }
  .slider .curtain.active {
    animation-name: slideOut;
    animation-duration: 2s
  }
  @keyframes slideOut {
    0% {
      bottom: -100px
    }
    50% {
      bottom: -1000px
    }
    100% {
      bottom: -100px
    }
  }
  .slider .item:nth-child(1) {
    background-image:url(../images/m1.jpg)
  }
  .slider .item:nth-child(2) {
    background-image:url(../images/m2.jpg)
  }
  .slider .item:nth-child(3) {
    background-image:url(../images/m3.jpg)
  }
  .slider .item:nth-child(4) {
    background-image:url(../images/m4.jpg)
  }
}
html[lang='fr'] .main__bottom .item .answer-buttons a.yes p,
html[lang='fr'] .main__bottom .item .answer-buttons a.no p {
  font-size: 1.5rem;
}
@media (max-width: 479px) and (max-height: 728px) {
  .main__bottom {
    padding-bottom: 10vh;
  }
  .has-push .main__bottom {
    padding-bottom: 16vh;
  }
  .has-push .slider .curtain {
    height: 85%;
  }
  h1 {
    font-size: 1.5em;
  }
  .main__bottom .item .question p:last-of-type {
    font-size: 1.4em;
  }
  .main__bottom .item .question p:first-of-type {
    font-size: 1.5em;
  }
  html[lang='de'] h1 {
    font-size: 1.3em;
  }
  html[lang='fr'] h1 {
    font-size: 1.2em;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no p {
    font-size: 1.5rem;
  }
  html[lang='it'] .main__bottom .item .answer-buttons a.redirect-btn {
    max-width: 70%;
    padding: 20px 30px;
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8 */
@media (max-width: 479px) and (max-height: 650px) {
  .main__bottom {
    padding-bottom: 40px;
  }
  .has-push .main__bottom {
    padding-bottom: 100px;
  }
  h1 {
    font-size: 1.3em;
  }
  .main__bottom .item .question p:last-of-type {
    font-size: 1.2em;
  }
  .main__bottom .item .question p:first-of-type {
    font-size: 1.2em;
  }
}
/* Iphone 8/7/6S, Gallaxy S5 */
@media (max-width: 400px) and (max-height: 570px) {
  h1 {
    font-size: 1.2em;
  }
  .main__bottom .item .question p:last-of-type {
    font-size: 1em;
  }
  .main__bottom .item .question p:first-of-type {
    font-size: 1em;
  }
  html[lang='de'] h1 {
    font-size: 1em;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no {
    width: 65px;
    height: 65px;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no:before {
    width: 95px;
    height: 95px;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.yes {
    width: 95px;
    height: 95px;
  }
  html[lang='de'] .has-push .main__bottom .item:last-child .answer-buttons,
  html[lang='de'] .has-push .main__bottom .item:last-child .answer-buttons a.redirect-btn {
    margin-top: 10px;
  }
  html[lang='fr'] .has-push .main__bottom .item:last-child .answer-buttons,
  html[lang='fr'] .has-push .main__bottom .item:last-child .answer-buttons a.redirect-btn {
    margin-top: 20px;
  }
  html[lang='de'] .has-push .main__bottom .item:last-child .question p:first-of-type,
  html[lang='de'] .has-push .main__bottom .item:last-child .question p:last-of-type {
    margin-top: 5px;
  }
}
/* Iphone SE/6 */
@media (max-width: 400px) and (max-height: 460px) {
  h1 {
    font-size: 1.1em;
  }
  .main__bottom {
    padding-bottom: 20px;
  }
  .main__bottom .item .answer-buttons a.no,
  .main__bottom .item .answer-buttons a.no:before {
    width: 70px;
    height: 70px;
  }
  .main__bottom .item .answer-buttons a.yes,
  .main__bottom .item .answer-buttons a.yes:before {
    width: 90px;
    height: 90px;
  }
  .slider .curtain {
    height: 90%;
  }
  html[lang='de'] h1 {
    font-size: 0.905em;
  }
  html[lang='de'] .main__bottom .item .question p:last-of-type {
    font-size: 0.9em;
  }
  html[lang='de'] .main__bottom .item .answer-buttons {
    margin-top: 20px;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.yes {
    width: 75px;
    height: 75px;
    box-shadow: 0 0 0px 7px rgba(157, 231, 255, 0.5);
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no {
    width: 55px;
    height: 55px;
    box-shadow: 0 0 0px 7px rgba(157, 231, 255, 0.5);
    margin-right: 40px;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no:before {
    width: 75px;
    height: 75px;
  }
  html[lang='de'] .main__bottom .item .answer-buttons a.no p {
    font-size: 1rem;
  }
  html[lang='de'] .main__bottom .item:last-child .answer-buttons {
    margin-top: 0;
  }
  html[lang='de'] .main__bottom .item:last-child .answer-buttons a.redirect-btn {
    margin-top: 20px;
    padding: 17px 40px;
  }
  html[lang='de'] .main__bottom .item:last-child .question p:first-of-type {
    margin-top: 0;
  }
  html[lang='de'] .main__bottom .item:last-child .question p:last-of-type {
    margin-top: 10px;
  }

  html[lang='fi'] .main__bottom .item .question p:last-of-type {
    margin-top: 8px;
  }
  html[lang='fi'] .main__bottom .item .answer-buttons a.redirect-btn {
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
  }

  html[lang='fr'] h1 {
    font-size: 1em;
  }
  html[lang='fr'] .main__bottom .item .answer-buttons a.yes p {
    font-size: 1.4rem;
  }
  html[lang='fr'] .main__bottom .item .answer-buttons a.no p {
    font-size: 1.3rem;
  }
  html[lang='fr'] .main__bottom .item:last-child .answer-buttons {
    margin-top: 0;
  }
  html[lang='fr'] .main__bottom .item:last-child .answer-buttons a.redirect-btn {
    margin-top: 20px;
    padding: 17px 40px;
  }
  html[lang='fr'] .main__bottom .item:last-child .question p:first-of-type {
    margin-top: 3px;
  }
  html[lang='fr'] .main__bottom .item:last-child .question p:last-of-type {
    margin-top: 10px;
  }

  html[lang='it'] h1 {
    font-size: 1.2em;
  }
  html[lang='it'] .main__bottom .item .answer-buttons a.yes p {
    font-size: 1.6rem;
  }
  html[lang='it'] .main__bottom .item .answer-buttons a.no p {
    font-size: 1.5rem;
  }
  html[lang='it'] .main__bottom .item:last-child .question p:first-of-type {
    margin-top: 10px;
  }

  html[lang='no'] h1,
  html[lang='nl'] h1 {
    font-size: 1.2em;
  }
  html[lang='no'] .main__bottom .item .answer-buttons a.yes p,
  html[lang='nl'] .main__bottom .item .answer-buttons a.yes p {
    font-size: 1.8rem;
  }
  html[lang='no'] .main__bottom .item .answer-buttons a.no p,
  html[lang='nl'] .main__bottom .item .answer-buttons a.no p {
    font-size: 1.6rem;
  }
  html[lang='no'] .main__bottom .item:last-child .question p:first-of-type,
  html[lang='nl'] .main__bottom .item:last-child .question p:first-of-type {
    margin-top: 10px;
  }
  html[lang='no'] .main__bottom .item .answer-buttons a.redirect-btn,
  html[lang='nl'] .main__bottom .item .answer-buttons a.redirect-btn {
    font-size: 1.2em;
    max-width: 95%;
    box-sizing: border-box;
    padding: 20px 15px;
  }
}