

html,
body {
/*
  width: 100%;
  height: 100%;
*/
}

body {
/*  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.7 "Montserrat", sans-serif;
  color: #444444;
  background-color: #fbfbfb;
  text-rendering: optimizeLegibility;
    */
}

.fullheight {
  position: relative;
  height: auto;
}


@media only screen and (min-width: 1200px) {
  .fullheight {
    height: 100%;
  }
}


.fill-accent-color {
  fill: #FFACA3;
}

.fill-accent-color-two {
  fill: #67F2E0;
}

.fill-base-color {
  fill: #272F7C;
}

.fill-white {
  fill: #ffffff;
}

.main__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  z-index: 0;
  overflow: hidden;
}
.main__background .main-background-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  z-index: 0;
/*  fill: rgb(36.27, 43.71, 115.32);*/
}

.illustration {
  position: relative;
  width: 100%;
  padding: 0;
  padding-bottom: 82.7778%;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .illustration {
    padding-bottom: 0;
    left: 0;
    /* dimAdam top: 50%; */
    bottom: auto;
    /* dimAdam -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
    height: -moz-calc(100% - 6rem);
    height: calc(100% - 6rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 1400px) {
  .illustration {
    height: -moz-calc(100% - 8rem);
    height: calc(100% - 8rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}
