@import url(../font/Tekton%20Pro/TektonPro-Regular-min.css);
@import url(../font/Goodlife%20Serif%20Bold/GoodlifeSerif-Bold-min.css);
@import url(../font/Goodlife%20Sans/GoodlifeSans-min.css);
.ip_wrapper {
  /* ----------------------------------------------
 * Generated by Animista on 2019-6-28 15:59:16
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
  /**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  color: #020202;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: TektonPro; }
  .ip_wrapper button, .ip_wrapper [type='button'], .ip_wrapper [type='reset'], .ip_wrapper [type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    .ip_wrapper button:hover, .ip_wrapper [type='button']:hover, .ip_wrapper [type='reset']:hover, .ip_wrapper [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    .ip_wrapper button:focus, .ip_wrapper [type='button']:focus, .ip_wrapper [type='reset']:focus, .ip_wrapper [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    .ip_wrapper button:disabled, .ip_wrapper [type='button']:disabled, .ip_wrapper [type='reset']:disabled, .ip_wrapper [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      .ip_wrapper button:disabled:hover, .ip_wrapper [type='button']:disabled:hover, .ip_wrapper [type='reset']:disabled:hover, .ip_wrapper [type='submit']:disabled:hover {
        background-color: #1565c0; }
  .ip_wrapper fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  .ip_wrapper legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  .ip_wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  .ip_wrapper input,
  .ip_wrapper select,
  .ip_wrapper textarea {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 16px; }
  .ip_wrapper [type='color'], .ip_wrapper [type='date'], .ip_wrapper [type='datetime'], .ip_wrapper [type='datetime-local'], .ip_wrapper [type='email'], .ip_wrapper [type='month'], .ip_wrapper [type='number'], .ip_wrapper [type='password'], .ip_wrapper [type='search'], .ip_wrapper [type='tel'], .ip_wrapper [type='text'], .ip_wrapper [type='time'], .ip_wrapper [type='url'], .ip_wrapper [type='week'], .ip_wrapper input:not([type]), .ip_wrapper textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    -webkit-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%; }
    .ip_wrapper [type='color']:hover, .ip_wrapper [type='date']:hover, .ip_wrapper [type='datetime']:hover, .ip_wrapper [type='datetime-local']:hover, .ip_wrapper [type='email']:hover, .ip_wrapper [type='month']:hover, .ip_wrapper [type='number']:hover, .ip_wrapper [type='password']:hover, .ip_wrapper [type='search']:hover, .ip_wrapper [type='tel']:hover, .ip_wrapper [type='text']:hover, .ip_wrapper [type='time']:hover, .ip_wrapper [type='url']:hover, .ip_wrapper [type='week']:hover, .ip_wrapper input:not([type]):hover, .ip_wrapper textarea:hover {
      border-color: #b1b1b1; }
    .ip_wrapper [type='color']:focus, .ip_wrapper [type='date']:focus, .ip_wrapper [type='datetime']:focus, .ip_wrapper [type='datetime-local']:focus, .ip_wrapper [type='email']:focus, .ip_wrapper [type='month']:focus, .ip_wrapper [type='number']:focus, .ip_wrapper [type='password']:focus, .ip_wrapper [type='search']:focus, .ip_wrapper [type='tel']:focus, .ip_wrapper [type='text']:focus, .ip_wrapper [type='time']:focus, .ip_wrapper [type='url']:focus, .ip_wrapper [type='week']:focus, .ip_wrapper input:not([type]):focus, .ip_wrapper textarea:focus {
      border-color: #1565c0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
      outline: none; }
    .ip_wrapper [type='color']:disabled, .ip_wrapper [type='date']:disabled, .ip_wrapper [type='datetime']:disabled, .ip_wrapper [type='datetime-local']:disabled, .ip_wrapper [type='email']:disabled, .ip_wrapper [type='month']:disabled, .ip_wrapper [type='number']:disabled, .ip_wrapper [type='password']:disabled, .ip_wrapper [type='search']:disabled, .ip_wrapper [type='tel']:disabled, .ip_wrapper [type='text']:disabled, .ip_wrapper [type='time']:disabled, .ip_wrapper [type='url']:disabled, .ip_wrapper [type='week']:disabled, .ip_wrapper input:not([type]):disabled, .ip_wrapper textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      .ip_wrapper [type='color']:disabled:hover, .ip_wrapper [type='date']:disabled:hover, .ip_wrapper [type='datetime']:disabled:hover, .ip_wrapper [type='datetime-local']:disabled:hover, .ip_wrapper [type='email']:disabled:hover, .ip_wrapper [type='month']:disabled:hover, .ip_wrapper [type='number']:disabled:hover, .ip_wrapper [type='password']:disabled:hover, .ip_wrapper [type='search']:disabled:hover, .ip_wrapper [type='tel']:disabled:hover, .ip_wrapper [type='text']:disabled:hover, .ip_wrapper [type='time']:disabled:hover, .ip_wrapper [type='url']:disabled:hover, .ip_wrapper [type='week']:disabled:hover, .ip_wrapper input:not([type]):disabled:hover, .ip_wrapper textarea:disabled:hover {
        border: 1px solid #ddd; }
    .ip_wrapper [type='color']::-webkit-input-placeholder, .ip_wrapper [type='date']::-webkit-input-placeholder, .ip_wrapper [type='datetime']::-webkit-input-placeholder, .ip_wrapper [type='datetime-local']::-webkit-input-placeholder, .ip_wrapper [type='email']::-webkit-input-placeholder, .ip_wrapper [type='month']::-webkit-input-placeholder, .ip_wrapper [type='number']::-webkit-input-placeholder, .ip_wrapper [type='password']::-webkit-input-placeholder, .ip_wrapper [type='search']::-webkit-input-placeholder, .ip_wrapper [type='tel']::-webkit-input-placeholder, .ip_wrapper [type='text']::-webkit-input-placeholder, .ip_wrapper [type='time']::-webkit-input-placeholder, .ip_wrapper [type='url']::-webkit-input-placeholder, .ip_wrapper [type='week']::-webkit-input-placeholder, .ip_wrapper input:not([type])::-webkit-input-placeholder, .ip_wrapper textarea::-webkit-input-placeholder {
      color: #676767; }
    .ip_wrapper [type='color']:-ms-input-placeholder, .ip_wrapper [type='date']:-ms-input-placeholder, .ip_wrapper [type='datetime']:-ms-input-placeholder, .ip_wrapper [type='datetime-local']:-ms-input-placeholder, .ip_wrapper [type='email']:-ms-input-placeholder, .ip_wrapper [type='month']:-ms-input-placeholder, .ip_wrapper [type='number']:-ms-input-placeholder, .ip_wrapper [type='password']:-ms-input-placeholder, .ip_wrapper [type='search']:-ms-input-placeholder, .ip_wrapper [type='tel']:-ms-input-placeholder, .ip_wrapper [type='text']:-ms-input-placeholder, .ip_wrapper [type='time']:-ms-input-placeholder, .ip_wrapper [type='url']:-ms-input-placeholder, .ip_wrapper [type='week']:-ms-input-placeholder, .ip_wrapper input:not([type]):-ms-input-placeholder, .ip_wrapper textarea:-ms-input-placeholder {
      color: #676767; }
    .ip_wrapper [type='color']::-ms-input-placeholder, .ip_wrapper [type='date']::-ms-input-placeholder, .ip_wrapper [type='datetime']::-ms-input-placeholder, .ip_wrapper [type='datetime-local']::-ms-input-placeholder, .ip_wrapper [type='email']::-ms-input-placeholder, .ip_wrapper [type='month']::-ms-input-placeholder, .ip_wrapper [type='number']::-ms-input-placeholder, .ip_wrapper [type='password']::-ms-input-placeholder, .ip_wrapper [type='search']::-ms-input-placeholder, .ip_wrapper [type='tel']::-ms-input-placeholder, .ip_wrapper [type='text']::-ms-input-placeholder, .ip_wrapper [type='time']::-ms-input-placeholder, .ip_wrapper [type='url']::-ms-input-placeholder, .ip_wrapper [type='week']::-ms-input-placeholder, .ip_wrapper input:not([type])::-ms-input-placeholder, .ip_wrapper textarea::-ms-input-placeholder {
      color: #676767; }
    .ip_wrapper [type='color']::placeholder, .ip_wrapper [type='date']::placeholder, .ip_wrapper [type='datetime']::placeholder, .ip_wrapper [type='datetime-local']::placeholder, .ip_wrapper [type='email']::placeholder, .ip_wrapper [type='month']::placeholder, .ip_wrapper [type='number']::placeholder, .ip_wrapper [type='password']::placeholder, .ip_wrapper [type='search']::placeholder, .ip_wrapper [type='tel']::placeholder, .ip_wrapper [type='text']::placeholder, .ip_wrapper [type='time']::placeholder, .ip_wrapper [type='url']::placeholder, .ip_wrapper [type='week']::placeholder, .ip_wrapper input:not([type])::placeholder, .ip_wrapper textarea::placeholder {
      color: #676767; }
  .ip_wrapper textarea {
    resize: vertical; }
  .ip_wrapper [type="checkbox"],
  .ip_wrapper [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  .ip_wrapper [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper select {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper [type="checkbox"]:focus,
  .ip_wrapper [type="radio"]:focus,
  .ip_wrapper [type="file"]:focus,
  .ip_wrapper select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  .ip_wrapper ul,
  .ip_wrapper ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .ip_wrapper dl {
    margin: 0; }
  .ip_wrapper dt {
    font-weight: 600;
    margin: 0; }
  .ip_wrapper dd {
    margin: 0; }
  .ip_wrapper figure {
    margin: 0; }
  .ip_wrapper img,
  .ip_wrapper picture {
    margin: 0;
    max-width: 100%; }
  .ip_wrapper table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
  .ip_wrapper thead {
    line-height: 1.2;
    vertical-align: bottom; }
  .ip_wrapper tbody {
    vertical-align: top; }
  .ip_wrapper tr {
    border-bottom: 1px solid #ddd; }
  .ip_wrapper th {
    font-weight: 600; }
  .ip_wrapper th,
  .ip_wrapper td {
    padding: 0.75em 0.75em 0.75em 0; }
  .ip_wrapper h1,
  .ip_wrapper h2,
  .ip_wrapper h3,
  .ip_wrapper h4,
  .ip_wrapper h5,
  .ip_wrapper h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em; }
  .ip_wrapper p {
    margin: 0 0 0.75em; }
  .ip_wrapper a {
    color: inherit;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
    .ip_wrapper a:hover {
      color: #104c90; }
    .ip_wrapper a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  .ip_wrapper hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2) translate(-25%, -25%);
    transform: scale(2) translate(-25%, -25%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2) translate(-25%, -25%);
    transform: scale(2) translate(-25%, -25%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
  .ip_wrapper *,
  .ip_wrapper *::before,
  .ip_wrapper *::after {
    box-sizing: inherit; }
  .ip_wrapper .inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto; }
  .ip_wrapper header {
    position: relative;
    text-align: center; }
    .ip_wrapper header:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 33%;
      left: 0;
      top: 0;
      background-image: url(../img/header-l.png);
      background-position: right center;
      background-size: cover; }
    .ip_wrapper header:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 33%;
      top: 0;
      right: 0;
      background-image: url(../img/header-r.png);
      background-position: left center;
      background-size: cover; }
    .ip_wrapper header .inner {
      max-width: 75%; }
  .ip_wrapper .intro {
    background-color: #FDF4F5;
    margin: 40px 0;
    overflow: hidden;
    font-weight: 100;
    font-size: 1.2em; }
    .ip_wrapper .intro p {
      margin: 20px 0 30px; }
  .ip_wrapper .anchors ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .ip_wrapper .anchors ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      text-transform: uppercase;
      text-align: center;
      padding: 20px;
      font-size: 1.5em;
      font-family: GoodlifeSans; }
      .ip_wrapper .anchors ul li:nth-child(1) {
        background-color: #FFEFF3; }
      .ip_wrapper .anchors ul li:nth-child(2) {
        background-color: #FDECB4; }
      .ip_wrapper .anchors ul li:nth-child(3) {
        background-color: #DDBB9A; }
      .ip_wrapper .anchors ul li:nth-child(4) {
        background-color: #99C5D0; }
      .ip_wrapper .anchors ul li a {
        text-decoration: none;
        color: inherit; }
        .ip_wrapper .anchors ul li a:hover {
          text-decoration: none; }
    @media screen and (max-width: 700px) {
      .ip_wrapper .anchors ul {
        font-size: 0.7em;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; }
        .ip_wrapper .anchors ul li {
          width: 50%;
          -webkit-box-flex: 1;
          -webkit-flex: auto;
                  flex: auto; } }
  .ip_wrapper .season {
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .ip_wrapper .season h2, .ip_wrapper .season h3 {
      font-family: GoodlifeSerifBold; }
    .ip_wrapper .season p {
      font-family: GoodlifeSans; }
    .ip_wrapper .season h2 {
      font-size: 3em;
      text-transform: uppercase;
      margin: 1em 0;
      text-align: center; }
    .ip_wrapper .season .items_wrap {
      text-transform: uppercase;
      padding: 30px 0;
      position: relative; }
      .ip_wrapper .season .items_wrap .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 2000px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
        .ip_wrapper .season .items_wrap .inner .item {
          position: relative;
          max-width: 250px;
          margin: 30px;
          -webkit-transform: translate(-5%, 5%);
                  transform: translate(-5%, 5%); }
          .ip_wrapper .season .items_wrap .inner .item:nth-of-type(even) {
            -webkit-transform: translate(5%, -5%);
                    transform: translate(5%, -5%); }
          .ip_wrapper .season .items_wrap .inner .item:nth-of-type(3n) {
            -webkit-transform: translate(-7%, -10%);
                    transform: translate(-7%, -10%); }
          .ip_wrapper .season .items_wrap .inner .item .img_wrap {
            text-align: center;
            cursor: pointer; }
            .ip_wrapper .season .items_wrap .inner .item .img_wrap h3 {
              background-color: rgba(255, 255, 255, 0.8);
              display: inline-block;
              padding: 10px;
              margin: auto;
              font-size: 1em;
              font-weight: 400;
              font-family: GoodlifeSans; }
          .ip_wrapper .season .items_wrap .inner .item .info_wrap .info {
            display: none;
            position: absolute;
            background-color: #fff;
            font-size: 0.8em;
            line-height: 1.2em;
            padding: 10px;
            top: 50%;
            left: 50%;
            width: 300px;
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1); }
            .ip_wrapper .season .items_wrap .inner .item .info_wrap .info h3 {
              font-weight: 700;
              font-size: 1.2em; }
              .ip_wrapper .season .items_wrap .inner .item .info_wrap .info h3 span {
                color: #C77272; }
            .ip_wrapper .season .items_wrap .inner .item .info_wrap .info .desc h4 {
              color: #C77272;
              font-size: 1em;
              font-weight: normal; }
          .ip_wrapper .season .items_wrap .inner .item .info_wrap.show .info {
            display: block;
            -webkit-animation: puff-in-center 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
            animation: puff-in-center 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both; }
    .ip_wrapper .season .recipe_wrap {
      text-transform: uppercase;
      font-size: 0.9em; }
      .ip_wrapper .season .recipe_wrap .top {
        background-color: #FAF5F8;
        text-align: center;
        font-size: 1.3em;
        padding: 20px 0; }
        .ip_wrapper .season .recipe_wrap .top:hover {
          text-decoration: underline;
          cursor: pointer; }
      .ip_wrapper .season .recipe_wrap .bottom {
        background-color: #fff;
        position: relative;
        overflow: hidden; }
        .ip_wrapper .season .recipe_wrap .bottom:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background-position: right center;
          background-size: cover;
          background-image: url(../img/recipe-l.png);
          height: 100%;
          width: 40%; }
        .ip_wrapper .season .recipe_wrap .bottom:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          background-position: left center;
          background-size: cover;
          background-image: url(../img/recipe-r.png);
          height: 100%;
          width: 40%; }
        .ip_wrapper .season .recipe_wrap .bottom .inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          padding: 50px 20px; }
          .ip_wrapper .season .recipe_wrap .bottom .inner div {
            position: relative;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                    flex: 1;
            z-index: 9; }
            .ip_wrapper .season .recipe_wrap .bottom .inner div.steps {
              font-size: 0.8em; }
            .ip_wrapper .season .recipe_wrap .bottom .inner div h3 {
              margin: 1em 0; }
          .ip_wrapper .season .recipe_wrap .bottom .inner .img {
            -webkit-box-flex: 1;
            -webkit-flex: auto;
                    flex: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            width: 10%;
            padding: 0 20px;
            margin: 20px 0; }
        @media screen and (max-width: 700px) {
          .ip_wrapper .season .recipe_wrap .bottom:before, .ip_wrapper .season .recipe_wrap .bottom:after {
            width: 75%;
            height: 0;
            padding-bottom: 75%; }
          .ip_wrapper .season .recipe_wrap .bottom:before {
            background-position: bottom left;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
          .ip_wrapper .season .recipe_wrap .bottom:after {
            top: auto;
            bottom: 0;
            background-position: bottom right;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          .ip_wrapper .season .recipe_wrap .bottom .inner {
            -webkit-flex-wrap: wrap;
                    flex-wrap: wrap; }
            .ip_wrapper .season .recipe_wrap .bottom .inner div {
              width: 100% !important; } }
  .ip_wrapper .outro {
    background-color: #FDF4F5;
    font-size: 0.7em;
    padding: 30px 0;
    position: relative;
    z-index: 1; }
    .ip_wrapper .outro p {
      font-weight: 100;
      margin: 0; }
  .ip_wrapper footer {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .ip_wrapper footer .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      margin: 30px auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      @media screen and (max-width: 700px) {
        .ip_wrapper footer .inner {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          text-align: center; }
          .ip_wrapper footer .inner div {
            width: 100%;
            margin: 0 0 10px; } }
      .ip_wrapper footer .inner .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
                flex: 1;
        text-align: center;
        font-size: 0.7em;
        padding: 0 10px; }
        .ip_wrapper footer .inner .text p {
          margin: 0; }
      .ip_wrapper footer .inner img {
        max-width: 150px; }
