body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif; }

h1 {
  color: #FFFF94; }

h2 {
  color: white; }

div {
  box-sizing: border-box; }

.header {
  margin-left: 120px;
  margin-bottom: 35px; }
  .header h1 {
    width: 60%; }
  .header h2 {
    width: 60%;
    margin-bottom: 27px; }

@media (max-width: 670px) {
  .header {
    margin-left: 0; } }

.header-image {
  margin-left: 60px;
  margin-top: 60px;
  height: 262px;
  width: 100%; }

.footer-image-getreal {
  height: 198px;
  display: block; }

.footer-image-imi-getreal {
  height: 130px;
  display: block;
  padding: 25px 0; }

.container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-flow: row wrap;
  align-content: flex-start;
  background-image: url("assets/illustration.png");
  background-repeat: no-repeat;
  background-position: 107% 400px;
  background-size: 350px;
  background-color: #495EDF;
  position: relative; }

@media (max-width: 800px) {
  .container {
    background-image: none; } }

.block {
  width: 50%;
  padding: 25px;
  position: relative; }
  .block.full {
    width: 100%; }

.add-cross::after, .add-cross-on-top::after {
  content: '';
  width: 62px;
  height: 62px;
  position: absolute;
  right: -30px;
  bottom: -31px;
  z-index: 1;
  background-image: url("assets/cross.svg");
  background-size: cover; }

.add-cross-on-top::after {
  top: -31px; }

@media (max-width: 800px) {
  .container {
    width: 100%;
    margin: auto; }
  .block {
    width: 100%; }
  .left::after {
    content: none; } }

@media (max-width: 400px) {
  .container {
    width: 100%; } }

.left {
  background-color: #ff000022; }

.right {
  background-color: #00ff0022; }

.style_white {
  padding: 50px;
  background-color: #ffffff;
  color: black; }
  .style_white h2 {
    color: black; }

.style_transparent {
  background-color: rgba(0, 0, 0, 0.25);
  /* #0000003f; // 3f = 25% */
  color: white; }

.style_grey {
  padding: 50px;
  background-color: #F2F2F2; }

.style_clear {
  color: white;
  padding: 50px;
  background: unset; }

.large-type {
  font-size: 28px;
  font-weight: bold; }

.button-a, .button-b, .button-c {
  height: 42px;
  line-height: 42px;
  padding: 0 38px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  border: 2px solid #FFFF94;
  cursor: pointer; }

.button-b {
  background: black;
  border: 2px solid black; }

.button-c {
  color: #495EDF;
  background: #FFFF94;
  border: 2px solid #FFFF94; }

.partners {
  background-color: #F2F2F2;
  color: black; }
  .partners h2 {
    color: black; }

.footer {
  height: 70px;
  background-color: black; }

.left-decoration, .right-decoration {
  position: absolute;
  top: 0;
  left: 0; }

.left-decoration::after, .right-decoration::after {
  content: '';
  width: 50px;
  height: 4px;
  top: -2px;
  left: 0;
  background-color: black;
  position: absolute;
  z-index: 1; }

.right-decoration {
  left: auto;
  right: 50px; }

.partners-container {
  display: -webkit-box;
  display: flex;
  justify-content: space-around; }

.partner {
  display: -webkit-box;
  display: flex;
  font-size: 10px;
  font-family: Montserrat;
  font-weight: 700; }
  .partner img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

.mail-link {
  color: #FFFF94;
  font-weight: bold;
  padding-top: 18px; }

.site-link, .disclaimer-link {
  color: #495EDF;
  padding-top: 18px;
  font-weight: bold; }

.flex_center_center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.pre_footer {
  padding: 50px 0; }

.movie {
  padding: 50px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#browser-warning {
  background-color: #FFFF94;
  color: black;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  padding-left: 8px;
  position: fixed;
  _position: absolute;
  top: 0;
  _top: expression(eval(document.body.scrollTop)); }
