

/*parse function*/
/*main mixin font-size calc*/
/*BASE VARIABLES*/
/*MULTIPLIERS*/
p, .force-p, .force-p * {
  font-size: 16px;
}
@media screen and (min-width: 350px) {
  p, .force-p, .force-p * {
    font-size: calc(16px + 15.25 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  p, .force-p, .force-p * {
    font-size: 31.25px;
  }
}
.animtitle {
  font-size: 96px;
}
@media screen and (min-width: 350px) {
  .animtitle {
    font-size: calc(96px + 91.5 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  .animtitle {
    font-size: 187.5px;
  }
}
h1 {
  font-size: 48px;
}
@media screen and (min-width: 350px) {
  h1 {
    font-size: calc(48px + 45.75 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  h1 {
    font-size: 93.75px;
  }
}
h2 {
  font-size: 42.72px;
}
@media screen and (min-width: 350px) {
  h2 {
    font-size: calc(42.72px + 40.7175 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 83.4375px;
  }
}
h3 {
  font-size: 33.28px;
}
@media screen and (min-width: 350px) {
  h3 {
    font-size: calc(33.28px + 31.72 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  h3 {
    font-size: 65px;
  }
}
h4, .h4 {
  font-size: 24px;
}
@media screen and (min-width: 350px) {
  h4, .h4 {
    font-size: calc(24px + 22.875 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  h4, .h4 {
    font-size: 46.875px;
  }
}
h5, .rating {
  font-size: 21.28px;
}
@media screen and (min-width: 350px) {
  h5, .rating {
    font-size: calc(21.28px + 20.2825 * ((100vw - 350px) / 2150));
  }
}
@media screen and (min-width: 2500px) {
  h5, .rating {
    font-size: 41.5625px;
  }
}
@font-face {
  font-family: "pggm-1";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/pggm-1.woff2") format("woff");
}
@font-face {
  font-family: "pggm-2";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/pggm-2.woff2") format("woff");
}
@font-face {
  font-family: "ProductSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/ProductSans-Light.woff") format("woff");
}
@font-face {
  font-family: "ProductSansThin";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/ProductSans-Thin.woff") format("woff");
}
@font-face {
  font-family: "ProductSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/ProductSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "ProductSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/ProductSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "ProductSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/ProductSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "MontserratLight";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "MontserratThin";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/WorkSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HVDPosterClean";
  font-style: normal;
  font-weight: normal;
  src: url("../../cdn/fonts/HVD_Poster_Clean.ttf") format("truetype");
}
/*font-family: 'Product Sans', sans-serif;
font-family: 'Product Sans Thin', sans-serif;
font-family: 'Product Sans Light', sans-serif;
font-family: 'Product Sans Medium', sans-serif;
font-family: 'Product Sans Black', sans-serif;
*/
html {
  font-family: "pggm-1", sans-serif;
  color: var(--color-black);
}
html * {
  font-family: "pggm-1", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: "pggm-1", sans-serif;
  color: var(--color-base-1);
}
.bold-title {
  font-family: "pggm-2", sans-serif;
}
html {
  font-size: 100%;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:typography] [100.2897] DESIGN*/
/*******************************************************************/
/* 0.3 D>D */
/* db 149 */