html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  html *, html *:after, html *:before, body *, body *:after, body *:before {
    box-sizing: inherit; }
  html .screen-reader-text, body .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

#ph-coupon-campaign {
  z-index: 1;
  overflow: hidden;
  background-image: linear-gradient(to left, #3b6be7, #0bb8e7);
  position: relative;
  height: 100vh;
  width: 100vw;
  padding: .1px;
  font-family: Lato, sans-serif;
  color: #ffffff;
  font-size: 2.46479vh; }
  @media only screen and (min-width: 902px) {
    #ph-coupon-campaign {
      display: flex;
      flex-direction: column;
      justify-content: center; } }

@media only screen and (max-width: 902px) and (min-aspect-ratio: 14 / 9) {
  #ph-coupon-campaign {
    font-size: 3.88889vh; } }
  #ph-coupon-campaign .center {
    text-align: center; }
  #ph-coupon-campaign .yn-logo {
    margin-top: 10px;
    margin-bottom: 0px; }
    #ph-coupon-campaign .yn-logo img {
      width: 110px; }
      @media only screen and (min-width: 902px) {
        #ph-coupon-campaign .yn-logo img {
          width: 242px; } }
    @media only screen and (min-width: 902px) {
      #ph-coupon-campaign .yn-logo {
        top: 0%;
        left: 45%;
        position: absolute; } }
  #ph-coupon-campaign .container {
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 902px;
    max-width: 100%; }
  #ph-coupon-campaign h1 {
    font-size: 1.7em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.17;
    -webkit-font-smoothing: antialiased;
    margin-top: .85em; }
    @media only screen and (min-width: 902px) {
      #ph-coupon-campaign h1 {
        margin-top: 0; } }
  #ph-coupon-campaign h2 {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    -webkit-font-smoothing: antialiased;
    width: 730px;
    max-width: 100%;
    margin-bottom: 4.17em; }
  #ph-coupon-campaign p {
    font-size: .86em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    width: 513px;
    max-width: 100%; }
  @media only screen and (min-width: 902px) {
    #ph-coupon-campaign .flexContainer {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      #ph-coupon-campaign .flexContainer img {
        margin-top: 4em; } }
  #ph-coupon-campaign .btn {
    display: inline-block;
    font-size: .85em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    background-color: #b60016;
    padding-top: 1.17em;
    padding-bottom: 1.17em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 902px) {
      #ph-coupon-campaign .btn {
        padding-top: 1em;
        padding-bottom: 1em; } }
  #ph-coupon-campaign svg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 39vh;
    z-index: -1;
    width: 100vw; }
    @media only screen and (min-width: 902px) {
      #ph-coupon-campaign svg {
        height: 66vh; } }

@media only screen and (max-width: 902px) and (min-aspect-ratio: 14 / 9) {
  #ph-coupon-campaign svg {
    height: 50vh; } }
    @media only screen and (aspect-ratio: 1024 / 1366) {
      #ph-coupon-campaign svg {
        height: 60vh; } }
  #ph-coupon-campaign .wp-post-image {
    width: 10em;
    height: auto;
    position: absolute;
    right: .5em;
    bottom: 4em; }
    @media only screen and (min-width: 902px) {
      #ph-coupon-campaign .wp-post-image {
        width: 15em;
        right: 4em;
        bottom: 6em; } }

@media only screen and (max-width: 902px) and (min-aspect-ratio: 14 / 9) {
  #ph-coupon-campaign .wp-post-image {
    right: 4em;
    bottom: 4em; } }
    @media only screen and (aspect-ratio: 1024 / 1366) {
      #ph-coupon-campaign .wp-post-image {
        bottom: 4em; } }
