/** ******************************* **/
/** BLOCK CONTAINER **/
/** ******************************* **/

.pip-container {
  --font-family-eesti-regular: "GT-Eesti-Display-Regular-2";
  --font-family-eesti-bold: "GT-Eesti-Display-Bold-2";
  --font-family-sectra-book: "GT-Sectra-Book";
  --font-family-sectra-bold: "GT-Sectra-Bold";
  --fmcsv-color-yellow: #FDD16E;
  --fmcsv-color-blue: #1e1d36;
  --fmcsv-color-red: #D06A6A;
  --fmcsv-color-green: #70A7A5;
  --fmcsv-color-gray: #636466;

  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .pip-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .pip-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}