@charset "UTF-8";
/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

/*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
[flex-order] {
  order: 0; }

[flex-order="-20"] {
  order: -20; }

[flex-order="-19"] {
  order: -19; }

[flex-order="-18"] {
  order: -18; }

[flex-order="-17"] {
  order: -17; }

[flex-order="-16"] {
  order: -16; }

[flex-order="-15"] {
  order: -15; }

[flex-order="-14"] {
  order: -14; }

[flex-order="-13"] {
  order: -13; }

[flex-order="-12"] {
  order: -12; }

[flex-order="-11"] {
  order: -11; }

[flex-order="-10"] {
  order: -10; }

[flex-order="-9"] {
  order: -9; }

[flex-order="-8"] {
  order: -8; }

[flex-order="-7"] {
  order: -7; }

[flex-order="-6"] {
  order: -6; }

[flex-order="-5"] {
  order: -5; }

[flex-order="-4"] {
  order: -4; }

[flex-order="-3"] {
  order: -3; }

[flex-order="-2"] {
  order: -2; }

[flex-order="-1"] {
  order: -1; }

[flex-order="0"] {
  order: 0; }

[flex-order="1"] {
  order: 1; }

[flex-order="2"] {
  order: 2; }

[flex-order="3"] {
  order: 3; }

[flex-order="4"] {
  order: 4; }

[flex-order="5"] {
  order: 5; }

[flex-order="6"] {
  order: 6; }

[flex-order="7"] {
  order: 7; }

[flex-order="8"] {
  order: 8; }

[flex-order="9"] {
  order: 9; }

[flex-order="10"] {
  order: 10; }

[flex-order="11"] {
  order: 11; }

[flex-order="12"] {
  order: 12; }

[flex-order="13"] {
  order: 13; }

[flex-order="14"] {
  order: 14; }

[flex-order="15"] {
  order: 15; }

[flex-order="16"] {
  order: 16; }

[flex-order="17"] {
  order: 17; }

[flex-order="18"] {
  order: 18; }

[flex-order="19"] {
  order: 19; }

[flex-order="20"] {
  order: 20; }

[flex-offset="0"] {
  margin-left: 0%; }

[flex-offset="5"] {
  margin-left: 5%; }

[flex-offset="10"] {
  margin-left: 10%; }

[flex-offset="15"] {
  margin-left: 15%; }

[flex-offset="20"] {
  margin-left: 20%; }

[flex-offset="25"] {
  margin-left: 25%; }

[flex-offset="30"] {
  margin-left: 30%; }

[flex-offset="35"] {
  margin-left: 35%; }

[flex-offset="40"] {
  margin-left: 40%; }

[flex-offset="45"] {
  margin-left: 45%; }

[flex-offset="50"] {
  margin-left: 50%; }

[flex-offset="55"] {
  margin-left: 55%; }

[flex-offset="60"] {
  margin-left: 60%; }

[flex-offset="65"] {
  margin-left: 65%; }

[flex-offset="70"] {
  margin-left: 70%; }

[flex-offset="75"] {
  margin-left: 75%; }

[flex-offset="80"] {
  margin-left: 80%; }

[flex-offset="85"] {
  margin-left: 85%; }

[flex-offset="90"] {
  margin-left: 90%; }

[flex-offset="95"] {
  margin-left: 95%; }

[flex-offset="33"] {
  margin-left: calc(100% / 3); }

[flex-offset="66"] {
  margin-left: calc(200% / 3); }

[layout-align] {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch; }

[layout-align="start"],
[layout-align="start start"],
[layout-align="start center"],
[layout-align="start end"],
[layout-align="start stretch"] {
  justify-content: flex-start; }

[layout-align="center"],
[layout-align="center start"],
[layout-align="center center"],
[layout-align="center end"],
[layout-align="center stretch"] {
  justify-content: center; }

[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"],
[layout-align="end stretch"] {
  justify-content: flex-end; }

[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"],
[layout-align="space-around stretch"] {
  justify-content: space-around; }

[layout-align="space-between"],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"],
[layout-align="space-between stretch"] {
  justify-content: space-between; }

[layout-align="start start"],
[layout-align="center start"],
[layout-align="end start"],
[layout-align="space-between start"],
[layout-align="space-around start"] {
  align-items: flex-start;
  align-content: flex-start; }

[layout-align="start center"],
[layout-align="center center"],
[layout-align="end center"],
[layout-align="space-between center"],
[layout-align="space-around center"] {
  align-items: center;
  align-content: center;
  max-width: 100%; }

[layout-align="start center"] > *,
[layout-align="center center"] > *,
[layout-align="end center"] > *,
[layout-align="space-between center"] > *,
[layout-align="space-around center"] > * {
  max-width: 100%;
  box-sizing: border-box; }

[layout-align="start end"],
[layout-align="center end"],
[layout-align="end end"],
[layout-align="space-between end"],
[layout-align="space-around end"] {
  align-items: flex-end;
  align-content: flex-end; }

[layout-align="start stretch"],
[layout-align="center stretch"],
[layout-align="end stretch"],
[layout-align="space-between stretch"],
[layout-align="space-around stretch"] {
  align-items: stretch;
  align-content: stretch; }

[flex] {
  flex: 1;
  box-sizing: border-box; }

@media screen\0 {
  [flex] {
    flex: 1 1 auto; } }

[flex-grow] {
  flex: 1 1 100%;
  box-sizing: border-box; }

[flex-initial] {
  flex: 0 1 auto;
  box-sizing: border-box; }

[flex-auto] {
  flex: 1 1 auto;
  box-sizing: border-box; }

[flex-none] {
  flex: 0 0 auto;
  box-sizing: border-box; }

[flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  min-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="0"],
[layout="row"] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  min-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

[layout="row-reverse"] > [flex="0"],
[layout="row-reverse"] > [flex="0"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 0%;
  max-width: 0%;
  min-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

[layout="column"] > [flex="0"],
[layout="column"] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0; }

[layout="column-reverse"] > [flex="0"],
[layout="column-reverse"] > [flex="0"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0; }

[flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  min-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="5"],
[layout="row"] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  min-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="5"],
[layout="row-reverse"] > [flex="5"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 5%;
  max-width: 5%;
  min-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="5"],
[layout="column"] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="5"],
[layout="column-reverse"] > [flex="5"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

[flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  min-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="10"],
[layout="row"] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  min-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="10"],
[layout="row-reverse"] > [flex="10"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 10%;
  max-width: 10%;
  min-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="10"],
[layout="column"] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="10"],
[layout="column-reverse"] > [flex="10"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

[flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  min-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="15"],
[layout="row"] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  min-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="15"],
[layout="row-reverse"] > [flex="15"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 15%;
  max-width: 15%;
  min-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="15"],
[layout="column"] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="15"],
[layout="column-reverse"] > [flex="15"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

[flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  min-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="20"],
[layout="row"] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  min-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="20"],
[layout="row-reverse"] > [flex="20"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 20%;
  max-width: 20%;
  min-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="20"],
[layout="column"] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="20"],
[layout="column-reverse"] > [flex="20"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

[flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  min-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="25"],
[layout="row"] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  min-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="25"],
[layout="row-reverse"] > [flex="25"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 25%;
  max-width: 25%;
  min-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="25"],
[layout="column"] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="25"],
[layout="column-reverse"] > [flex="25"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

[flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  min-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="30"],
[layout="row"] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  min-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="30"],
[layout="row-reverse"] > [flex="30"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 30%;
  max-width: 30%;
  min-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="30"],
[layout="column"] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="30"],
[layout="column-reverse"] > [flex="30"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

[flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  min-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="35"],
[layout="row"] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  min-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="35"],
[layout="row-reverse"] > [flex="35"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 35%;
  max-width: 35%;
  min-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="35"],
[layout="column"] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="35"],
[layout="column-reverse"] > [flex="35"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

[flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  min-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="40"],
[layout="row"] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  min-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="40"],
[layout="row-reverse"] > [flex="40"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 40%;
  max-width: 40%;
  min-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="40"],
[layout="column"] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="40"],
[layout="column-reverse"] > [flex="40"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

[flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  min-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="45"],
[layout="row"] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  min-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="45"],
[layout="row-reverse"] > [flex="45"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 45%;
  max-width: 45%;
  min-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="45"],
[layout="column"] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="45"],
[layout="column-reverse"] > [flex="45"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

[flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="50"],
[layout="row"] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="50"],
[layout="row-reverse"] > [flex="50"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="50"],
[layout="column"] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="50"],
[layout="column-reverse"] > [flex="50"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

[flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  min-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="55"],
[layout="row"] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  min-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="55"],
[layout="row-reverse"] > [flex="55"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 55%;
  max-width: 55%;
  min-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="55"],
[layout="column"] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="55"],
[layout="column-reverse"] > [flex="55"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

[flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  min-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="60"],
[layout="row"] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  min-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="60"],
[layout="row-reverse"] > [flex="60"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 60%;
  max-width: 60%;
  min-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="60"],
[layout="column"] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="60"],
[layout="column-reverse"] > [flex="60"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

[flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  min-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="65"],
[layout="row"] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  min-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="65"],
[layout="row-reverse"] > [flex="65"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 65%;
  max-width: 65%;
  min-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="65"],
[layout="column"] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="65"],
[layout="column-reverse"] > [flex="65"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

[flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  min-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="70"],
[layout="row"] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  min-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="70"],
[layout="row-reverse"] > [flex="70"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 70%;
  max-width: 70%;
  min-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="70"],
[layout="column"] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="70"],
[layout="column-reverse"] > [flex="70"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

[flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  min-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="75"],
[layout="row"] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  min-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="75"],
[layout="row-reverse"] > [flex="75"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 75%;
  max-width: 75%;
  min-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="75"],
[layout="column"] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="75"],
[layout="column-reverse"] > [flex="75"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

[flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  min-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="80"],
[layout="row"] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  min-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="80"],
[layout="row-reverse"] > [flex="80"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 80%;
  max-width: 80%;
  min-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="80"],
[layout="column"] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="80"],
[layout="column-reverse"] > [flex="80"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

[flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  min-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="85"],
[layout="row"] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  min-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="85"],
[layout="row-reverse"] > [flex="85"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 85%;
  max-width: 85%;
  min-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="85"],
[layout="column"] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="85"],
[layout="column-reverse"] > [flex="85"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

[flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  min-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="90"],
[layout="row"] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  min-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="90"],
[layout="row-reverse"] > [flex="90"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 90%;
  max-width: 90%;
  min-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="90"],
[layout="column"] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="90"],
[layout="column-reverse"] > [flex="90"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

[flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  min-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="95"],
[layout="row"] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  min-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="95"],
[layout="row-reverse"] > [flex="95"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 95%;
  max-width: 95%;
  min-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="95"],
[layout="column"] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="95"],
[layout="column-reverse"] > [flex="95"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

[flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="100"],
[layout="row"] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row-reverse"] > [flex="100"],
[layout="row-reverse"] > [flex="100"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column"] > [flex="100"],
[layout="column"] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="column-reverse"] > [flex="100"],
[layout="column-reverse"] > [flex="100"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

[layout="row"] > .flex, [layout="row"] > .flex {
  min-width: 0; }

[layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

[layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

[layout="column"] > .flex, [layout="column"] > .flex {
  min-height: 0; }

[layout], [layout="column"], [layout="row"] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[layout="column"] {
  flex-direction: column; }

[layout="column-reverse"] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }

[layout="row"] {
  flex-direction: row; }

[layout="row-reverse"] {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

[layout-padding] > [flex-sm], [layout-padding] > [flex-lt-md] {
  padding: 4px; }

[layout-padding],
[layout-padding] > [flex],
[layout-padding] > [flex-gt-sm],
[layout-padding] > [flex-md],
[layout-padding] > [flex-lt-lg] {
  padding: 8px; }

[layout-padding] > [flex-gt-md],
[layout-padding] > [flex-lg] {
  padding: 16px; }

[layout-margin] > [flex-sm],
[layout-margin] > [flex-lt-md] {
  margin: 4px; }

[layout-margin],
[layout-margin] > [flex],
[layout-margin] > [flex-gt-sm],
[layout-margin] > [flex-md],
[layout-margin] > [flex-lt-lg] {
  margin: 8px; }

[layout-margin] > [flex-gt-md],
[layout-margin] > [flex-lg] {
  margin: 16px; }

[layout-wrap] {
  flex-wrap: wrap; }

[layout-nowrap] {
  flex-wrap: nowrap; }

[layout-fill] {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 659px) {
  [hide-xs]:not([show-xs]):not([show]), [hide]:not([show-xs]):not([show]) {
    display: none !important; }
  [flex-order-xs="-20"] {
    order: -20; }
  [flex-order-xs="-19"] {
    order: -19; }
  [flex-order-xs="-18"] {
    order: -18; }
  [flex-order-xs="-17"] {
    order: -17; }
  [flex-order-xs="-16"] {
    order: -16; }
  [flex-order-xs="-15"] {
    order: -15; }
  [flex-order-xs="-14"] {
    order: -14; }
  [flex-order-xs="-13"] {
    order: -13; }
  [flex-order-xs="-12"] {
    order: -12; }
  [flex-order-xs="-11"] {
    order: -11; }
  [flex-order-xs="-10"] {
    order: -10; }
  [flex-order-xs="-9"] {
    order: -9; }
  [flex-order-xs="-8"] {
    order: -8; }
  [flex-order-xs="-7"] {
    order: -7; }
  [flex-order-xs="-6"] {
    order: -6; }
  [flex-order-xs="-5"] {
    order: -5; }
  [flex-order-xs="-4"] {
    order: -4; }
  [flex-order-xs="-3"] {
    order: -3; }
  [flex-order-xs="-2"] {
    order: -2; }
  [flex-order-xs="-1"] {
    order: -1; }
  [flex-order-xs="0"] {
    order: 0; }
  [flex-order-xs="1"] {
    order: 1; }
  [flex-order-xs="2"] {
    order: 2; }
  [flex-order-xs="3"] {
    order: 3; }
  [flex-order-xs="4"] {
    order: 4; }
  [flex-order-xs="5"] {
    order: 5; }
  [flex-order-xs="6"] {
    order: 6; }
  [flex-order-xs="7"] {
    order: 7; }
  [flex-order-xs="8"] {
    order: 8; }
  [flex-order-xs="9"] {
    order: 9; }
  [flex-order-xs="10"] {
    order: 10; }
  [flex-order-xs="11"] {
    order: 11; }
  [flex-order-xs="12"] {
    order: 12; }
  [flex-order-xs="13"] {
    order: 13; }
  [flex-order-xs="14"] {
    order: 14; }
  [flex-order-xs="15"] {
    order: 15; }
  [flex-order-xs="16"] {
    order: 16; }
  [flex-order-xs="17"] {
    order: 17; }
  [flex-order-xs="18"] {
    order: 18; }
  [flex-order-xs="19"] {
    order: 19; }
  [flex-order-xs="20"] {
    order: 20; }
  [flex-offset-xs="0"] {
    margin-left: 0%; }
  [flex-offset-xs="5"] {
    margin-left: 5%; }
  [flex-offset-xs="10"] {
    margin-left: 10%; }
  [flex-offset-xs="15"] {
    margin-left: 15%; }
  [flex-offset-xs="20"] {
    margin-left: 20%; }
  [flex-offset-xs="25"] {
    margin-left: 25%; }
  [flex-offset-xs="30"] {
    margin-left: 30%; }
  [flex-offset-xs="35"] {
    margin-left: 35%; }
  [flex-offset-xs="40"] {
    margin-left: 40%; }
  [flex-offset-xs="45"] {
    margin-left: 45%; }
  [flex-offset-xs="50"] {
    margin-left: 50%; }
  [flex-offset-xs="55"] {
    margin-left: 55%; }
  [flex-offset-xs="60"] {
    margin-left: 60%; }
  [flex-offset-xs="65"] {
    margin-left: 65%; }
  [flex-offset-xs="70"] {
    margin-left: 70%; }
  [flex-offset-xs="75"] {
    margin-left: 75%; }
  [flex-offset-xs="80"] {
    margin-left: 80%; }
  [flex-offset-xs="85"] {
    margin-left: 85%; }
  [flex-offset-xs="90"] {
    margin-left: 90%; }
  [flex-offset-xs="95"] {
    margin-left: 95%; }
  [flex-offset-xs="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-xs="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-xs] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-xs="start"],
  [layout-align-xs="start start"],
  [layout-align-xs="start center"],
  [layout-align-xs="start end"],
  [layout-align-xs="start stretch"] {
    justify-content: flex-start; }
  [layout-align-xs="center"],
  [layout-align-xs="center start"],
  [layout-align-xs="center center"],
  [layout-align-xs="center end"],
  [layout-align-xs="center stretch"] {
    justify-content: center; }
  [layout-align-xs="end"],
  [layout-align-xs="end center"],
  [layout-align-xs="end start"],
  [layout-align-xs="end end"],
  [layout-align-xs="end stretch"] {
    justify-content: flex-end; }
  [layout-align-xs="space-around"],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-xs="space-between"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-xs="start start"],
  [layout-align-xs="center start"],
  [layout-align-xs="end start"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-xs="start center"],
  [layout-align-xs="center center"],
  [layout-align-xs="end center"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-xs="start center"] > *,
  [layout-align-xs="center center"] > *,
  [layout-align-xs="end center"] > *,
  [layout-align-xs="space-between center"] > *,
  [layout-align-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-xs="start end"],
  [layout-align-xs="center end"],
  [layout-align-xs="end end"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-xs="start stretch"],
  [layout-align-xs="center stretch"],
  [layout-align-xs="end stretch"],
  [layout-align-xs="space-between stretch"],
  [layout-align-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-xs] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  [flex-xs] {
    flex: 1 1 auto; } }

@media (max-width: 659px) {
  [flex-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="0"],
  [layout-xs="row"] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-xs="0"],
  [layout-xs="row-reverse"] > [flex-xs="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-xs="0"],
  [layout-xs="column"] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-xs="0"],
  [layout-xs="column-reverse"] > [flex-xs="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="5"],
  [layout-xs="row"] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="5"],
  [layout-xs="row-reverse"] > [flex-xs="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="5"],
  [layout-xs="column"] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="5"],
  [layout-xs="column-reverse"] > [flex-xs="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="10"],
  [layout-xs="row"] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="10"],
  [layout-xs="row-reverse"] > [flex-xs="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="10"],
  [layout-xs="column"] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="10"],
  [layout-xs="column-reverse"] > [flex-xs="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="15"],
  [layout-xs="row"] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="15"],
  [layout-xs="row-reverse"] > [flex-xs="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="15"],
  [layout-xs="column"] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="15"],
  [layout-xs="column-reverse"] > [flex-xs="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="20"],
  [layout-xs="row"] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="20"],
  [layout-xs="row-reverse"] > [flex-xs="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="20"],
  [layout-xs="column"] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="20"],
  [layout-xs="column-reverse"] > [flex-xs="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="25"],
  [layout-xs="row"] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="25"],
  [layout-xs="row-reverse"] > [flex-xs="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="25"],
  [layout-xs="column"] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="25"],
  [layout-xs="column-reverse"] > [flex-xs="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="30"],
  [layout-xs="row"] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="30"],
  [layout-xs="row-reverse"] > [flex-xs="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="30"],
  [layout-xs="column"] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="30"],
  [layout-xs="column-reverse"] > [flex-xs="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="35"],
  [layout-xs="row"] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="35"],
  [layout-xs="row-reverse"] > [flex-xs="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="35"],
  [layout-xs="column"] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="35"],
  [layout-xs="column-reverse"] > [flex-xs="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="40"],
  [layout-xs="row"] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="40"],
  [layout-xs="row-reverse"] > [flex-xs="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="40"],
  [layout-xs="column"] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="40"],
  [layout-xs="column-reverse"] > [flex-xs="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="45"],
  [layout-xs="row"] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="45"],
  [layout-xs="row-reverse"] > [flex-xs="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="45"],
  [layout-xs="column"] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="45"],
  [layout-xs="column-reverse"] > [flex-xs="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="50"],
  [layout-xs="row"] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="50"],
  [layout-xs="row-reverse"] > [flex-xs="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="50"],
  [layout-xs="column"] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="50"],
  [layout-xs="column-reverse"] > [flex-xs="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="55"],
  [layout-xs="row"] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="55"],
  [layout-xs="row-reverse"] > [flex-xs="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="55"],
  [layout-xs="column"] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="55"],
  [layout-xs="column-reverse"] > [flex-xs="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="60"],
  [layout-xs="row"] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="60"],
  [layout-xs="row-reverse"] > [flex-xs="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="60"],
  [layout-xs="column"] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="60"],
  [layout-xs="column-reverse"] > [flex-xs="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="65"],
  [layout-xs="row"] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="65"],
  [layout-xs="row-reverse"] > [flex-xs="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="65"],
  [layout-xs="column"] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="65"],
  [layout-xs="column-reverse"] > [flex-xs="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="70"],
  [layout-xs="row"] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="70"],
  [layout-xs="row-reverse"] > [flex-xs="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="70"],
  [layout-xs="column"] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="70"],
  [layout-xs="column-reverse"] > [flex-xs="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="75"],
  [layout-xs="row"] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="75"],
  [layout-xs="row-reverse"] > [flex-xs="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="75"],
  [layout-xs="column"] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="75"],
  [layout-xs="column-reverse"] > [flex-xs="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="80"],
  [layout-xs="row"] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="80"],
  [layout-xs="row-reverse"] > [flex-xs="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="80"],
  [layout-xs="column"] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="80"],
  [layout-xs="column-reverse"] > [flex-xs="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="85"],
  [layout-xs="row"] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="85"],
  [layout-xs="row-reverse"] > [flex-xs="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="85"],
  [layout-xs="column"] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="85"],
  [layout-xs="column-reverse"] > [flex-xs="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="90"],
  [layout-xs="row"] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="90"],
  [layout-xs="row-reverse"] > [flex-xs="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="90"],
  [layout-xs="column"] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="90"],
  [layout-xs="column-reverse"] > [flex-xs="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="95"],
  [layout-xs="row"] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="95"],
  [layout-xs="row-reverse"] > [flex-xs="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="95"],
  [layout-xs="column"] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="95"],
  [layout-xs="column-reverse"] > [flex-xs="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="100"],
  [layout-xs="row"] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xs="100"],
  [layout-xs="row-reverse"] > [flex-xs="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="100"],
  [layout-xs="column"] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xs="100"],
  [layout-xs="column-reverse"] > [flex-xs="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-xs="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-xs="column"] > .flex {
    min-height: 0; }
  [layout-xs], [layout-xs="column"], [layout-xs="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-xs="column"] {
    flex-direction: column; }
  [layout-xs="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-xs="row"] {
    flex-direction: row; }
  [layout-xs="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 660px) {
  [flex-order-gt-xs="-20"] {
    order: -20; }
  [flex-order-gt-xs="-19"] {
    order: -19; }
  [flex-order-gt-xs="-18"] {
    order: -18; }
  [flex-order-gt-xs="-17"] {
    order: -17; }
  [flex-order-gt-xs="-16"] {
    order: -16; }
  [flex-order-gt-xs="-15"] {
    order: -15; }
  [flex-order-gt-xs="-14"] {
    order: -14; }
  [flex-order-gt-xs="-13"] {
    order: -13; }
  [flex-order-gt-xs="-12"] {
    order: -12; }
  [flex-order-gt-xs="-11"] {
    order: -11; }
  [flex-order-gt-xs="-10"] {
    order: -10; }
  [flex-order-gt-xs="-9"] {
    order: -9; }
  [flex-order-gt-xs="-8"] {
    order: -8; }
  [flex-order-gt-xs="-7"] {
    order: -7; }
  [flex-order-gt-xs="-6"] {
    order: -6; }
  [flex-order-gt-xs="-5"] {
    order: -5; }
  [flex-order-gt-xs="-4"] {
    order: -4; }
  [flex-order-gt-xs="-3"] {
    order: -3; }
  [flex-order-gt-xs="-2"] {
    order: -2; }
  [flex-order-gt-xs="-1"] {
    order: -1; }
  [flex-order-gt-xs="0"] {
    order: 0; }
  [flex-order-gt-xs="1"] {
    order: 1; }
  [flex-order-gt-xs="2"] {
    order: 2; }
  [flex-order-gt-xs="3"] {
    order: 3; }
  [flex-order-gt-xs="4"] {
    order: 4; }
  [flex-order-gt-xs="5"] {
    order: 5; }
  [flex-order-gt-xs="6"] {
    order: 6; }
  [flex-order-gt-xs="7"] {
    order: 7; }
  [flex-order-gt-xs="8"] {
    order: 8; }
  [flex-order-gt-xs="9"] {
    order: 9; }
  [flex-order-gt-xs="10"] {
    order: 10; }
  [flex-order-gt-xs="11"] {
    order: 11; }
  [flex-order-gt-xs="12"] {
    order: 12; }
  [flex-order-gt-xs="13"] {
    order: 13; }
  [flex-order-gt-xs="14"] {
    order: 14; }
  [flex-order-gt-xs="15"] {
    order: 15; }
  [flex-order-gt-xs="16"] {
    order: 16; }
  [flex-order-gt-xs="17"] {
    order: 17; }
  [flex-order-gt-xs="18"] {
    order: 18; }
  [flex-order-gt-xs="19"] {
    order: 19; }
  [flex-order-gt-xs="20"] {
    order: 20; }
  [flex-offset-gt-xs="0"] {
    margin-left: 0%; }
  [flex-offset-gt-xs="5"] {
    margin-left: 5%; }
  [flex-offset-gt-xs="10"] {
    margin-left: 10%; }
  [flex-offset-gt-xs="15"] {
    margin-left: 15%; }
  [flex-offset-gt-xs="20"] {
    margin-left: 20%; }
  [flex-offset-gt-xs="25"] {
    margin-left: 25%; }
  [flex-offset-gt-xs="30"] {
    margin-left: 30%; }
  [flex-offset-gt-xs="35"] {
    margin-left: 35%; }
  [flex-offset-gt-xs="40"] {
    margin-left: 40%; }
  [flex-offset-gt-xs="45"] {
    margin-left: 45%; }
  [flex-offset-gt-xs="50"] {
    margin-left: 50%; }
  [flex-offset-gt-xs="55"] {
    margin-left: 55%; }
  [flex-offset-gt-xs="60"] {
    margin-left: 60%; }
  [flex-offset-gt-xs="65"] {
    margin-left: 65%; }
  [flex-offset-gt-xs="70"] {
    margin-left: 70%; }
  [flex-offset-gt-xs="75"] {
    margin-left: 75%; }
  [flex-offset-gt-xs="80"] {
    margin-left: 80%; }
  [flex-offset-gt-xs="85"] {
    margin-left: 85%; }
  [flex-offset-gt-xs="90"] {
    margin-left: 90%; }
  [flex-offset-gt-xs="95"] {
    margin-left: 95%; }
  [flex-offset-gt-xs="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-xs="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-xs] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-xs="start"],
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="start stretch"] {
    justify-content: flex-start; }
  [layout-align-gt-xs="center"],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="center stretch"] {
    justify-content: center; }
  [layout-align-gt-xs="end"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-xs="space-around"],
  [layout-align-gt-xs="space-around center"],
  [layout-align-gt-xs="space-around start"],
  [layout-align-gt-xs="space-around end"],
  [layout-align-gt-xs="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-xs="space-between"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-gt-xs="start center"] > *,
  [layout-align-gt-xs="center center"] > *,
  [layout-align-gt-xs="end center"] > *,
  [layout-align-gt-xs="space-between center"] > *,
  [layout-align-gt-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-xs="start stretch"],
  [layout-align-gt-xs="center stretch"],
  [layout-align-gt-xs="end stretch"],
  [layout-align-gt-xs="space-between stretch"],
  [layout-align-gt-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-xs] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  [flex-gt-xs] {
    flex: 1 1 auto; } }

@media (min-width: 660px) {
  [flex-gt-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="0"],
  [layout-gt-xs="row"] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-gt-xs="0"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-gt-xs="0"],
  [layout-gt-xs="column"] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-gt-xs="0"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="5"],
  [layout-gt-xs="row"] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="5"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="5"],
  [layout-gt-xs="column"] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="5"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="10"],
  [layout-gt-xs="row"] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="10"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="10"],
  [layout-gt-xs="column"] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="10"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="15"],
  [layout-gt-xs="row"] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="15"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="15"],
  [layout-gt-xs="column"] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="15"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="20"],
  [layout-gt-xs="row"] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="20"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="20"],
  [layout-gt-xs="column"] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="20"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="25"],
  [layout-gt-xs="row"] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="25"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="25"],
  [layout-gt-xs="column"] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="25"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="30"],
  [layout-gt-xs="row"] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="30"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="30"],
  [layout-gt-xs="column"] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="30"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="35"],
  [layout-gt-xs="row"] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="35"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="35"],
  [layout-gt-xs="column"] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="35"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="40"],
  [layout-gt-xs="row"] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="40"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="40"],
  [layout-gt-xs="column"] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="40"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="45"],
  [layout-gt-xs="row"] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="45"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="45"],
  [layout-gt-xs="column"] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="45"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="50"],
  [layout-gt-xs="row"] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="50"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="50"],
  [layout-gt-xs="column"] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="50"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="55"],
  [layout-gt-xs="row"] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="55"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="55"],
  [layout-gt-xs="column"] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="55"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="60"],
  [layout-gt-xs="row"] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="60"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="60"],
  [layout-gt-xs="column"] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="60"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="65"],
  [layout-gt-xs="row"] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="65"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="65"],
  [layout-gt-xs="column"] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="65"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="70"],
  [layout-gt-xs="row"] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="70"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="70"],
  [layout-gt-xs="column"] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="70"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="75"],
  [layout-gt-xs="row"] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="75"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="75"],
  [layout-gt-xs="column"] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="75"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="80"],
  [layout-gt-xs="row"] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="80"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="80"],
  [layout-gt-xs="column"] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="80"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="85"],
  [layout-gt-xs="row"] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="85"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="85"],
  [layout-gt-xs="column"] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="85"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="90"],
  [layout-gt-xs="row"] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="90"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="90"],
  [layout-gt-xs="column"] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="90"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="95"],
  [layout-gt-xs="row"] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="95"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="95"],
  [layout-gt-xs="column"] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="95"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="100"],
  [layout-gt-xs="row"] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-xs="100"],
  [layout-gt-xs="row-reverse"] > [flex-gt-xs="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="100"],
  [layout-gt-xs="column"] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-xs="100"],
  [layout-gt-xs="column-reverse"] > [flex-gt-xs="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-gt-xs="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-gt-xs="column"] > .flex {
    min-height: 0; }
  [layout-gt-xs], [layout-gt-xs="column"], [layout-gt-xs="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-gt-xs="column"] {
    flex-direction: column; }
  [layout-gt-xs="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-gt-xs="row"] {
    flex-direction: row; }
  [layout-gt-xs="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 660px) and (max-width: 989px) {
  [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
    display: none !important; }
  [hide-sm]:not([show-sm]):not([show]) {
    display: none !important; }
  [flex-order-sm="-20"] {
    order: -20; }
  [flex-order-sm="-19"] {
    order: -19; }
  [flex-order-sm="-18"] {
    order: -18; }
  [flex-order-sm="-17"] {
    order: -17; }
  [flex-order-sm="-16"] {
    order: -16; }
  [flex-order-sm="-15"] {
    order: -15; }
  [flex-order-sm="-14"] {
    order: -14; }
  [flex-order-sm="-13"] {
    order: -13; }
  [flex-order-sm="-12"] {
    order: -12; }
  [flex-order-sm="-11"] {
    order: -11; }
  [flex-order-sm="-10"] {
    order: -10; }
  [flex-order-sm="-9"] {
    order: -9; }
  [flex-order-sm="-8"] {
    order: -8; }
  [flex-order-sm="-7"] {
    order: -7; }
  [flex-order-sm="-6"] {
    order: -6; }
  [flex-order-sm="-5"] {
    order: -5; }
  [flex-order-sm="-4"] {
    order: -4; }
  [flex-order-sm="-3"] {
    order: -3; }
  [flex-order-sm="-2"] {
    order: -2; }
  [flex-order-sm="-1"] {
    order: -1; }
  [flex-order-sm="0"] {
    order: 0; }
  [flex-order-sm="1"] {
    order: 1; }
  [flex-order-sm="2"] {
    order: 2; }
  [flex-order-sm="3"] {
    order: 3; }
  [flex-order-sm="4"] {
    order: 4; }
  [flex-order-sm="5"] {
    order: 5; }
  [flex-order-sm="6"] {
    order: 6; }
  [flex-order-sm="7"] {
    order: 7; }
  [flex-order-sm="8"] {
    order: 8; }
  [flex-order-sm="9"] {
    order: 9; }
  [flex-order-sm="10"] {
    order: 10; }
  [flex-order-sm="11"] {
    order: 11; }
  [flex-order-sm="12"] {
    order: 12; }
  [flex-order-sm="13"] {
    order: 13; }
  [flex-order-sm="14"] {
    order: 14; }
  [flex-order-sm="15"] {
    order: 15; }
  [flex-order-sm="16"] {
    order: 16; }
  [flex-order-sm="17"] {
    order: 17; }
  [flex-order-sm="18"] {
    order: 18; }
  [flex-order-sm="19"] {
    order: 19; }
  [flex-order-sm="20"] {
    order: 20; }
  [flex-offset-sm="0"] {
    margin-left: 0%; }
  [flex-offset-sm="5"] {
    margin-left: 5%; }
  [flex-offset-sm="10"] {
    margin-left: 10%; }
  [flex-offset-sm="15"] {
    margin-left: 15%; }
  [flex-offset-sm="20"] {
    margin-left: 20%; }
  [flex-offset-sm="25"] {
    margin-left: 25%; }
  [flex-offset-sm="30"] {
    margin-left: 30%; }
  [flex-offset-sm="35"] {
    margin-left: 35%; }
  [flex-offset-sm="40"] {
    margin-left: 40%; }
  [flex-offset-sm="45"] {
    margin-left: 45%; }
  [flex-offset-sm="50"] {
    margin-left: 50%; }
  [flex-offset-sm="55"] {
    margin-left: 55%; }
  [flex-offset-sm="60"] {
    margin-left: 60%; }
  [flex-offset-sm="65"] {
    margin-left: 65%; }
  [flex-offset-sm="70"] {
    margin-left: 70%; }
  [flex-offset-sm="75"] {
    margin-left: 75%; }
  [flex-offset-sm="80"] {
    margin-left: 80%; }
  [flex-offset-sm="85"] {
    margin-left: 85%; }
  [flex-offset-sm="90"] {
    margin-left: 90%; }
  [flex-offset-sm="95"] {
    margin-left: 95%; }
  [flex-offset-sm="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-sm="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-sm] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-sm="start"],
  [layout-align-sm="start start"],
  [layout-align-sm="start center"],
  [layout-align-sm="start end"],
  [layout-align-sm="start stretch"] {
    justify-content: flex-start; }
  [layout-align-sm="center"],
  [layout-align-sm="center start"],
  [layout-align-sm="center center"],
  [layout-align-sm="center end"],
  [layout-align-sm="center stretch"] {
    justify-content: center; }
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"],
  [layout-align-sm="end stretch"] {
    justify-content: flex-end; }
  [layout-align-sm="space-around"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-sm="space-between"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-sm="start start"],
  [layout-align-sm="center start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-sm="start center"],
  [layout-align-sm="center center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-sm="start center"] > *,
  [layout-align-sm="center center"] > *,
  [layout-align-sm="end center"] > *,
  [layout-align-sm="space-between center"] > *,
  [layout-align-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-sm="start end"],
  [layout-align-sm="center end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-sm="start stretch"],
  [layout-align-sm="center stretch"],
  [layout-align-sm="end stretch"],
  [layout-align-sm="space-between stretch"],
  [layout-align-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-sm] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  [flex-sm] {
    flex: 1 1 auto; } }

@media (min-width: 660px) and (max-width: 989px) {
  [flex-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="0"],
  [layout-sm="row"] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-sm="0"],
  [layout-sm="row-reverse"] > [flex-sm="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-sm="0"],
  [layout-sm="column"] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-sm="0"],
  [layout-sm="column-reverse"] > [flex-sm="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="5"],
  [layout-sm="row"] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="5"],
  [layout-sm="row-reverse"] > [flex-sm="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="5"],
  [layout-sm="column"] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="5"],
  [layout-sm="column-reverse"] > [flex-sm="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="10"],
  [layout-sm="row"] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="10"],
  [layout-sm="row-reverse"] > [flex-sm="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="10"],
  [layout-sm="column"] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="10"],
  [layout-sm="column-reverse"] > [flex-sm="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="15"],
  [layout-sm="row"] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="15"],
  [layout-sm="row-reverse"] > [flex-sm="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="15"],
  [layout-sm="column"] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="15"],
  [layout-sm="column-reverse"] > [flex-sm="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="20"],
  [layout-sm="row"] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="20"],
  [layout-sm="row-reverse"] > [flex-sm="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="20"],
  [layout-sm="column"] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="20"],
  [layout-sm="column-reverse"] > [flex-sm="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="25"],
  [layout-sm="row"] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="25"],
  [layout-sm="row-reverse"] > [flex-sm="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="25"],
  [layout-sm="column"] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="25"],
  [layout-sm="column-reverse"] > [flex-sm="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="30"],
  [layout-sm="row"] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="30"],
  [layout-sm="row-reverse"] > [flex-sm="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="30"],
  [layout-sm="column"] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="30"],
  [layout-sm="column-reverse"] > [flex-sm="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="35"],
  [layout-sm="row"] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="35"],
  [layout-sm="row-reverse"] > [flex-sm="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="35"],
  [layout-sm="column"] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="35"],
  [layout-sm="column-reverse"] > [flex-sm="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="40"],
  [layout-sm="row"] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="40"],
  [layout-sm="row-reverse"] > [flex-sm="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="40"],
  [layout-sm="column"] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="40"],
  [layout-sm="column-reverse"] > [flex-sm="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="45"],
  [layout-sm="row"] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="45"],
  [layout-sm="row-reverse"] > [flex-sm="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="45"],
  [layout-sm="column"] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="45"],
  [layout-sm="column-reverse"] > [flex-sm="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="50"],
  [layout-sm="row"] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="50"],
  [layout-sm="row-reverse"] > [flex-sm="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="50"],
  [layout-sm="column"] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="50"],
  [layout-sm="column-reverse"] > [flex-sm="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="55"],
  [layout-sm="row"] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="55"],
  [layout-sm="row-reverse"] > [flex-sm="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="55"],
  [layout-sm="column"] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="55"],
  [layout-sm="column-reverse"] > [flex-sm="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="60"],
  [layout-sm="row"] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="60"],
  [layout-sm="row-reverse"] > [flex-sm="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="60"],
  [layout-sm="column"] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="60"],
  [layout-sm="column-reverse"] > [flex-sm="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="65"],
  [layout-sm="row"] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="65"],
  [layout-sm="row-reverse"] > [flex-sm="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="65"],
  [layout-sm="column"] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="65"],
  [layout-sm="column-reverse"] > [flex-sm="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="70"],
  [layout-sm="row"] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="70"],
  [layout-sm="row-reverse"] > [flex-sm="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="70"],
  [layout-sm="column"] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="70"],
  [layout-sm="column-reverse"] > [flex-sm="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="75"],
  [layout-sm="row"] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="75"],
  [layout-sm="row-reverse"] > [flex-sm="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="75"],
  [layout-sm="column"] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="75"],
  [layout-sm="column-reverse"] > [flex-sm="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="80"],
  [layout-sm="row"] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="80"],
  [layout-sm="row-reverse"] > [flex-sm="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="80"],
  [layout-sm="column"] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="80"],
  [layout-sm="column-reverse"] > [flex-sm="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="85"],
  [layout-sm="row"] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="85"],
  [layout-sm="row-reverse"] > [flex-sm="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="85"],
  [layout-sm="column"] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="85"],
  [layout-sm="column-reverse"] > [flex-sm="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="90"],
  [layout-sm="row"] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="90"],
  [layout-sm="row-reverse"] > [flex-sm="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="90"],
  [layout-sm="column"] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="90"],
  [layout-sm="column-reverse"] > [flex-sm="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="95"],
  [layout-sm="row"] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="95"],
  [layout-sm="row-reverse"] > [flex-sm="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="95"],
  [layout-sm="column"] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="95"],
  [layout-sm="column-reverse"] > [flex-sm="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="100"],
  [layout-sm="row"] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-sm="100"],
  [layout-sm="row-reverse"] > [flex-sm="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="100"],
  [layout-sm="column"] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-sm="100"],
  [layout-sm="column-reverse"] > [flex-sm="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-sm="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-sm="column"] > .flex {
    min-height: 0; }
  [layout-sm], [layout-sm="column"], [layout-sm="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-sm="column"] {
    flex-direction: column; }
  [layout-sm="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-sm="row"] {
    flex-direction: row; }
  [layout-sm="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 990px) {
  [flex-order-gt-sm="-20"] {
    order: -20; }
  [flex-order-gt-sm="-19"] {
    order: -19; }
  [flex-order-gt-sm="-18"] {
    order: -18; }
  [flex-order-gt-sm="-17"] {
    order: -17; }
  [flex-order-gt-sm="-16"] {
    order: -16; }
  [flex-order-gt-sm="-15"] {
    order: -15; }
  [flex-order-gt-sm="-14"] {
    order: -14; }
  [flex-order-gt-sm="-13"] {
    order: -13; }
  [flex-order-gt-sm="-12"] {
    order: -12; }
  [flex-order-gt-sm="-11"] {
    order: -11; }
  [flex-order-gt-sm="-10"] {
    order: -10; }
  [flex-order-gt-sm="-9"] {
    order: -9; }
  [flex-order-gt-sm="-8"] {
    order: -8; }
  [flex-order-gt-sm="-7"] {
    order: -7; }
  [flex-order-gt-sm="-6"] {
    order: -6; }
  [flex-order-gt-sm="-5"] {
    order: -5; }
  [flex-order-gt-sm="-4"] {
    order: -4; }
  [flex-order-gt-sm="-3"] {
    order: -3; }
  [flex-order-gt-sm="-2"] {
    order: -2; }
  [flex-order-gt-sm="-1"] {
    order: -1; }
  [flex-order-gt-sm="0"] {
    order: 0; }
  [flex-order-gt-sm="1"] {
    order: 1; }
  [flex-order-gt-sm="2"] {
    order: 2; }
  [flex-order-gt-sm="3"] {
    order: 3; }
  [flex-order-gt-sm="4"] {
    order: 4; }
  [flex-order-gt-sm="5"] {
    order: 5; }
  [flex-order-gt-sm="6"] {
    order: 6; }
  [flex-order-gt-sm="7"] {
    order: 7; }
  [flex-order-gt-sm="8"] {
    order: 8; }
  [flex-order-gt-sm="9"] {
    order: 9; }
  [flex-order-gt-sm="10"] {
    order: 10; }
  [flex-order-gt-sm="11"] {
    order: 11; }
  [flex-order-gt-sm="12"] {
    order: 12; }
  [flex-order-gt-sm="13"] {
    order: 13; }
  [flex-order-gt-sm="14"] {
    order: 14; }
  [flex-order-gt-sm="15"] {
    order: 15; }
  [flex-order-gt-sm="16"] {
    order: 16; }
  [flex-order-gt-sm="17"] {
    order: 17; }
  [flex-order-gt-sm="18"] {
    order: 18; }
  [flex-order-gt-sm="19"] {
    order: 19; }
  [flex-order-gt-sm="20"] {
    order: 20; }
  [flex-offset-gt-sm="0"] {
    margin-left: 0%; }
  [flex-offset-gt-sm="5"] {
    margin-left: 5%; }
  [flex-offset-gt-sm="10"] {
    margin-left: 10%; }
  [flex-offset-gt-sm="15"] {
    margin-left: 15%; }
  [flex-offset-gt-sm="20"] {
    margin-left: 20%; }
  [flex-offset-gt-sm="25"] {
    margin-left: 25%; }
  [flex-offset-gt-sm="30"] {
    margin-left: 30%; }
  [flex-offset-gt-sm="35"] {
    margin-left: 35%; }
  [flex-offset-gt-sm="40"] {
    margin-left: 40%; }
  [flex-offset-gt-sm="45"] {
    margin-left: 45%; }
  [flex-offset-gt-sm="50"] {
    margin-left: 50%; }
  [flex-offset-gt-sm="55"] {
    margin-left: 55%; }
  [flex-offset-gt-sm="60"] {
    margin-left: 60%; }
  [flex-offset-gt-sm="65"] {
    margin-left: 65%; }
  [flex-offset-gt-sm="70"] {
    margin-left: 70%; }
  [flex-offset-gt-sm="75"] {
    margin-left: 75%; }
  [flex-offset-gt-sm="80"] {
    margin-left: 80%; }
  [flex-offset-gt-sm="85"] {
    margin-left: 85%; }
  [flex-offset-gt-sm="90"] {
    margin-left: 90%; }
  [flex-offset-gt-sm="95"] {
    margin-left: 95%; }
  [flex-offset-gt-sm="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-sm="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-sm] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-sm="start"],
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="start stretch"] {
    justify-content: flex-start; }
  [layout-align-gt-sm="center"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="center stretch"] {
    justify-content: center; }
  [layout-align-gt-sm="end"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-sm="space-around"],
  [layout-align-gt-sm="space-around center"],
  [layout-align-gt-sm="space-around start"],
  [layout-align-gt-sm="space-around end"],
  [layout-align-gt-sm="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-sm="space-between"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-gt-sm="start center"] > *,
  [layout-align-gt-sm="center center"] > *,
  [layout-align-gt-sm="end center"] > *,
  [layout-align-gt-sm="space-between center"] > *,
  [layout-align-gt-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-sm="start stretch"],
  [layout-align-gt-sm="center stretch"],
  [layout-align-gt-sm="end stretch"],
  [layout-align-gt-sm="space-between stretch"],
  [layout-align-gt-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-sm] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  [flex-gt-sm] {
    flex: 1 1 auto; } }

@media (min-width: 990px) {
  [flex-gt-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="0"],
  [layout-gt-sm="row"] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-gt-sm="0"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-gt-sm="0"],
  [layout-gt-sm="column"] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-gt-sm="0"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="5"],
  [layout-gt-sm="row"] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="5"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="5"],
  [layout-gt-sm="column"] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="5"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="10"],
  [layout-gt-sm="row"] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="10"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="10"],
  [layout-gt-sm="column"] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="10"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="15"],
  [layout-gt-sm="row"] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="15"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="15"],
  [layout-gt-sm="column"] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="15"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="20"],
  [layout-gt-sm="row"] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="20"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="20"],
  [layout-gt-sm="column"] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="20"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="25"],
  [layout-gt-sm="row"] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="25"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="25"],
  [layout-gt-sm="column"] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="25"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="30"],
  [layout-gt-sm="row"] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="30"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="30"],
  [layout-gt-sm="column"] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="30"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="35"],
  [layout-gt-sm="row"] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="35"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="35"],
  [layout-gt-sm="column"] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="35"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="40"],
  [layout-gt-sm="row"] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="40"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="40"],
  [layout-gt-sm="column"] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="40"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="45"],
  [layout-gt-sm="row"] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="45"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="45"],
  [layout-gt-sm="column"] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="45"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="50"],
  [layout-gt-sm="row"] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="50"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="50"],
  [layout-gt-sm="column"] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="50"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="55"],
  [layout-gt-sm="row"] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="55"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="55"],
  [layout-gt-sm="column"] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="55"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="60"],
  [layout-gt-sm="row"] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="60"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="60"],
  [layout-gt-sm="column"] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="60"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="65"],
  [layout-gt-sm="row"] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="65"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="65"],
  [layout-gt-sm="column"] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="65"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="70"],
  [layout-gt-sm="row"] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="70"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="70"],
  [layout-gt-sm="column"] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="70"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="75"],
  [layout-gt-sm="row"] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="75"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="75"],
  [layout-gt-sm="column"] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="75"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="80"],
  [layout-gt-sm="row"] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="80"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="80"],
  [layout-gt-sm="column"] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="80"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="85"],
  [layout-gt-sm="row"] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="85"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="85"],
  [layout-gt-sm="column"] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="85"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="90"],
  [layout-gt-sm="row"] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="90"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="90"],
  [layout-gt-sm="column"] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="90"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="95"],
  [layout-gt-sm="row"] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="95"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="95"],
  [layout-gt-sm="column"] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="95"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="100"],
  [layout-gt-sm="row"] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-sm="100"],
  [layout-gt-sm="row-reverse"] > [flex-gt-sm="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="100"],
  [layout-gt-sm="column"] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-sm="100"],
  [layout-gt-sm="column-reverse"] > [flex-gt-sm="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-gt-sm="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-gt-sm="column"] > .flex {
    min-height: 0; }
  [layout-gt-sm], [layout-gt-sm="column"], [layout-gt-sm="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-gt-sm="column"] {
    flex-direction: column; }
  [layout-gt-sm="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-gt-sm="row"] {
    flex-direction: row; }
  [layout-gt-sm="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 990px) and (max-width: 1279px) {
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
    display: none !important; }
  [hide-md]:not([show-md]):not([show]) {
    display: none !important; }
  [flex-order-md="-20"] {
    order: -20; }
  [flex-order-md="-19"] {
    order: -19; }
  [flex-order-md="-18"] {
    order: -18; }
  [flex-order-md="-17"] {
    order: -17; }
  [flex-order-md="-16"] {
    order: -16; }
  [flex-order-md="-15"] {
    order: -15; }
  [flex-order-md="-14"] {
    order: -14; }
  [flex-order-md="-13"] {
    order: -13; }
  [flex-order-md="-12"] {
    order: -12; }
  [flex-order-md="-11"] {
    order: -11; }
  [flex-order-md="-10"] {
    order: -10; }
  [flex-order-md="-9"] {
    order: -9; }
  [flex-order-md="-8"] {
    order: -8; }
  [flex-order-md="-7"] {
    order: -7; }
  [flex-order-md="-6"] {
    order: -6; }
  [flex-order-md="-5"] {
    order: -5; }
  [flex-order-md="-4"] {
    order: -4; }
  [flex-order-md="-3"] {
    order: -3; }
  [flex-order-md="-2"] {
    order: -2; }
  [flex-order-md="-1"] {
    order: -1; }
  [flex-order-md="0"] {
    order: 0; }
  [flex-order-md="1"] {
    order: 1; }
  [flex-order-md="2"] {
    order: 2; }
  [flex-order-md="3"] {
    order: 3; }
  [flex-order-md="4"] {
    order: 4; }
  [flex-order-md="5"] {
    order: 5; }
  [flex-order-md="6"] {
    order: 6; }
  [flex-order-md="7"] {
    order: 7; }
  [flex-order-md="8"] {
    order: 8; }
  [flex-order-md="9"] {
    order: 9; }
  [flex-order-md="10"] {
    order: 10; }
  [flex-order-md="11"] {
    order: 11; }
  [flex-order-md="12"] {
    order: 12; }
  [flex-order-md="13"] {
    order: 13; }
  [flex-order-md="14"] {
    order: 14; }
  [flex-order-md="15"] {
    order: 15; }
  [flex-order-md="16"] {
    order: 16; }
  [flex-order-md="17"] {
    order: 17; }
  [flex-order-md="18"] {
    order: 18; }
  [flex-order-md="19"] {
    order: 19; }
  [flex-order-md="20"] {
    order: 20; }
  [flex-offset-md="0"] {
    margin-left: 0%; }
  [flex-offset-md="5"] {
    margin-left: 5%; }
  [flex-offset-md="10"] {
    margin-left: 10%; }
  [flex-offset-md="15"] {
    margin-left: 15%; }
  [flex-offset-md="20"] {
    margin-left: 20%; }
  [flex-offset-md="25"] {
    margin-left: 25%; }
  [flex-offset-md="30"] {
    margin-left: 30%; }
  [flex-offset-md="35"] {
    margin-left: 35%; }
  [flex-offset-md="40"] {
    margin-left: 40%; }
  [flex-offset-md="45"] {
    margin-left: 45%; }
  [flex-offset-md="50"] {
    margin-left: 50%; }
  [flex-offset-md="55"] {
    margin-left: 55%; }
  [flex-offset-md="60"] {
    margin-left: 60%; }
  [flex-offset-md="65"] {
    margin-left: 65%; }
  [flex-offset-md="70"] {
    margin-left: 70%; }
  [flex-offset-md="75"] {
    margin-left: 75%; }
  [flex-offset-md="80"] {
    margin-left: 80%; }
  [flex-offset-md="85"] {
    margin-left: 85%; }
  [flex-offset-md="90"] {
    margin-left: 90%; }
  [flex-offset-md="95"] {
    margin-left: 95%; }
  [flex-offset-md="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-md="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-md] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-md="start"],
  [layout-align-md="start start"],
  [layout-align-md="start center"],
  [layout-align-md="start end"],
  [layout-align-md="start stretch"] {
    justify-content: flex-start; }
  [layout-align-md="center"],
  [layout-align-md="center start"],
  [layout-align-md="center center"],
  [layout-align-md="center end"],
  [layout-align-md="center stretch"] {
    justify-content: center; }
  [layout-align-md="end"],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"],
  [layout-align-md="end stretch"] {
    justify-content: flex-end; }
  [layout-align-md="space-around"],
  [layout-align-md="space-around center"],
  [layout-align-md="space-around start"],
  [layout-align-md="space-around end"],
  [layout-align-md="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-md="space-between"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-md="start start"],
  [layout-align-md="center start"],
  [layout-align-md="end start"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-md="start center"],
  [layout-align-md="center center"],
  [layout-align-md="end center"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-md="start center"] > *,
  [layout-align-md="center center"] > *,
  [layout-align-md="end center"] > *,
  [layout-align-md="space-between center"] > *,
  [layout-align-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-md="start end"],
  [layout-align-md="center end"],
  [layout-align-md="end end"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-md="start stretch"],
  [layout-align-md="center stretch"],
  [layout-align-md="end stretch"],
  [layout-align-md="space-between stretch"],
  [layout-align-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-md] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  [flex-md] {
    flex: 1 1 auto; } }

@media (min-width: 990px) and (max-width: 1279px) {
  [flex-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="0"],
  [layout-md="row"] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-md="0"],
  [layout-md="row-reverse"] > [flex-md="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-md="0"],
  [layout-md="column"] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-md="0"],
  [layout-md="column-reverse"] > [flex-md="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="5"],
  [layout-md="row"] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="5"],
  [layout-md="row-reverse"] > [flex-md="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="5"],
  [layout-md="column"] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="5"],
  [layout-md="column-reverse"] > [flex-md="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="10"],
  [layout-md="row"] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="10"],
  [layout-md="row-reverse"] > [flex-md="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="10"],
  [layout-md="column"] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="10"],
  [layout-md="column-reverse"] > [flex-md="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="15"],
  [layout-md="row"] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="15"],
  [layout-md="row-reverse"] > [flex-md="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="15"],
  [layout-md="column"] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="15"],
  [layout-md="column-reverse"] > [flex-md="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="20"],
  [layout-md="row"] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="20"],
  [layout-md="row-reverse"] > [flex-md="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="20"],
  [layout-md="column"] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="20"],
  [layout-md="column-reverse"] > [flex-md="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="25"],
  [layout-md="row"] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="25"],
  [layout-md="row-reverse"] > [flex-md="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="25"],
  [layout-md="column"] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="25"],
  [layout-md="column-reverse"] > [flex-md="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="30"],
  [layout-md="row"] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="30"],
  [layout-md="row-reverse"] > [flex-md="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="30"],
  [layout-md="column"] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="30"],
  [layout-md="column-reverse"] > [flex-md="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="35"],
  [layout-md="row"] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="35"],
  [layout-md="row-reverse"] > [flex-md="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="35"],
  [layout-md="column"] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="35"],
  [layout-md="column-reverse"] > [flex-md="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="40"],
  [layout-md="row"] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="40"],
  [layout-md="row-reverse"] > [flex-md="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="40"],
  [layout-md="column"] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="40"],
  [layout-md="column-reverse"] > [flex-md="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="45"],
  [layout-md="row"] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="45"],
  [layout-md="row-reverse"] > [flex-md="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="45"],
  [layout-md="column"] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="45"],
  [layout-md="column-reverse"] > [flex-md="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="50"],
  [layout-md="row"] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="50"],
  [layout-md="row-reverse"] > [flex-md="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="50"],
  [layout-md="column"] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="50"],
  [layout-md="column-reverse"] > [flex-md="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="55"],
  [layout-md="row"] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="55"],
  [layout-md="row-reverse"] > [flex-md="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="55"],
  [layout-md="column"] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="55"],
  [layout-md="column-reverse"] > [flex-md="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="60"],
  [layout-md="row"] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="60"],
  [layout-md="row-reverse"] > [flex-md="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="60"],
  [layout-md="column"] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="60"],
  [layout-md="column-reverse"] > [flex-md="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="65"],
  [layout-md="row"] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="65"],
  [layout-md="row-reverse"] > [flex-md="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="65"],
  [layout-md="column"] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="65"],
  [layout-md="column-reverse"] > [flex-md="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="70"],
  [layout-md="row"] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="70"],
  [layout-md="row-reverse"] > [flex-md="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="70"],
  [layout-md="column"] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="70"],
  [layout-md="column-reverse"] > [flex-md="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="75"],
  [layout-md="row"] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="75"],
  [layout-md="row-reverse"] > [flex-md="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="75"],
  [layout-md="column"] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="75"],
  [layout-md="column-reverse"] > [flex-md="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="80"],
  [layout-md="row"] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="80"],
  [layout-md="row-reverse"] > [flex-md="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="80"],
  [layout-md="column"] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="80"],
  [layout-md="column-reverse"] > [flex-md="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="85"],
  [layout-md="row"] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="85"],
  [layout-md="row-reverse"] > [flex-md="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="85"],
  [layout-md="column"] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="85"],
  [layout-md="column-reverse"] > [flex-md="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="90"],
  [layout-md="row"] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="90"],
  [layout-md="row-reverse"] > [flex-md="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="90"],
  [layout-md="column"] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="90"],
  [layout-md="column-reverse"] > [flex-md="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="95"],
  [layout-md="row"] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="95"],
  [layout-md="row-reverse"] > [flex-md="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="95"],
  [layout-md="column"] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="95"],
  [layout-md="column-reverse"] > [flex-md="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="100"],
  [layout-md="row"] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-md="100"],
  [layout-md="row-reverse"] > [flex-md="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="100"],
  [layout-md="column"] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-md="100"],
  [layout-md="column-reverse"] > [flex-md="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-md="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-md="column"] > .flex {
    min-height: 0; }
  [layout-md], [layout-md="column"], [layout-md="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-md="column"] {
    flex-direction: column; }
  [layout-md="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-md="row"] {
    flex-direction: row; }
  [layout-md="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 1280px) {
  [flex-order-gt-md="-20"] {
    order: -20; }
  [flex-order-gt-md="-19"] {
    order: -19; }
  [flex-order-gt-md="-18"] {
    order: -18; }
  [flex-order-gt-md="-17"] {
    order: -17; }
  [flex-order-gt-md="-16"] {
    order: -16; }
  [flex-order-gt-md="-15"] {
    order: -15; }
  [flex-order-gt-md="-14"] {
    order: -14; }
  [flex-order-gt-md="-13"] {
    order: -13; }
  [flex-order-gt-md="-12"] {
    order: -12; }
  [flex-order-gt-md="-11"] {
    order: -11; }
  [flex-order-gt-md="-10"] {
    order: -10; }
  [flex-order-gt-md="-9"] {
    order: -9; }
  [flex-order-gt-md="-8"] {
    order: -8; }
  [flex-order-gt-md="-7"] {
    order: -7; }
  [flex-order-gt-md="-6"] {
    order: -6; }
  [flex-order-gt-md="-5"] {
    order: -5; }
  [flex-order-gt-md="-4"] {
    order: -4; }
  [flex-order-gt-md="-3"] {
    order: -3; }
  [flex-order-gt-md="-2"] {
    order: -2; }
  [flex-order-gt-md="-1"] {
    order: -1; }
  [flex-order-gt-md="0"] {
    order: 0; }
  [flex-order-gt-md="1"] {
    order: 1; }
  [flex-order-gt-md="2"] {
    order: 2; }
  [flex-order-gt-md="3"] {
    order: 3; }
  [flex-order-gt-md="4"] {
    order: 4; }
  [flex-order-gt-md="5"] {
    order: 5; }
  [flex-order-gt-md="6"] {
    order: 6; }
  [flex-order-gt-md="7"] {
    order: 7; }
  [flex-order-gt-md="8"] {
    order: 8; }
  [flex-order-gt-md="9"] {
    order: 9; }
  [flex-order-gt-md="10"] {
    order: 10; }
  [flex-order-gt-md="11"] {
    order: 11; }
  [flex-order-gt-md="12"] {
    order: 12; }
  [flex-order-gt-md="13"] {
    order: 13; }
  [flex-order-gt-md="14"] {
    order: 14; }
  [flex-order-gt-md="15"] {
    order: 15; }
  [flex-order-gt-md="16"] {
    order: 16; }
  [flex-order-gt-md="17"] {
    order: 17; }
  [flex-order-gt-md="18"] {
    order: 18; }
  [flex-order-gt-md="19"] {
    order: 19; }
  [flex-order-gt-md="20"] {
    order: 20; }
  [flex-offset-gt-md="0"] {
    margin-left: 0%; }
  [flex-offset-gt-md="5"] {
    margin-left: 5%; }
  [flex-offset-gt-md="10"] {
    margin-left: 10%; }
  [flex-offset-gt-md="15"] {
    margin-left: 15%; }
  [flex-offset-gt-md="20"] {
    margin-left: 20%; }
  [flex-offset-gt-md="25"] {
    margin-left: 25%; }
  [flex-offset-gt-md="30"] {
    margin-left: 30%; }
  [flex-offset-gt-md="35"] {
    margin-left: 35%; }
  [flex-offset-gt-md="40"] {
    margin-left: 40%; }
  [flex-offset-gt-md="45"] {
    margin-left: 45%; }
  [flex-offset-gt-md="50"] {
    margin-left: 50%; }
  [flex-offset-gt-md="55"] {
    margin-left: 55%; }
  [flex-offset-gt-md="60"] {
    margin-left: 60%; }
  [flex-offset-gt-md="65"] {
    margin-left: 65%; }
  [flex-offset-gt-md="70"] {
    margin-left: 70%; }
  [flex-offset-gt-md="75"] {
    margin-left: 75%; }
  [flex-offset-gt-md="80"] {
    margin-left: 80%; }
  [flex-offset-gt-md="85"] {
    margin-left: 85%; }
  [flex-offset-gt-md="90"] {
    margin-left: 90%; }
  [flex-offset-gt-md="95"] {
    margin-left: 95%; }
  [flex-offset-gt-md="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-md="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-md] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-md="start"],
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="start stretch"] {
    justify-content: flex-start; }
  [layout-align-gt-md="center"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="center stretch"] {
    justify-content: center; }
  [layout-align-gt-md="end"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-md="space-around"],
  [layout-align-gt-md="space-around center"],
  [layout-align-gt-md="space-around start"],
  [layout-align-gt-md="space-around end"],
  [layout-align-gt-md="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-md="space-between"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-gt-md="start center"] > *,
  [layout-align-gt-md="center center"] > *,
  [layout-align-gt-md="end center"] > *,
  [layout-align-gt-md="space-between center"] > *,
  [layout-align-gt-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-md="start stretch"],
  [layout-align-gt-md="center stretch"],
  [layout-align-gt-md="end stretch"],
  [layout-align-gt-md="space-between stretch"],
  [layout-align-gt-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-md] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  [flex-gt-md] {
    flex: 1 1 auto; } }

@media (min-width: 1280px) {
  [flex-gt-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="0"],
  [layout-gt-md="row"] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-gt-md="0"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-gt-md="0"],
  [layout-gt-md="column"] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-gt-md="0"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="5"],
  [layout-gt-md="row"] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="5"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="5"],
  [layout-gt-md="column"] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="5"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="10"],
  [layout-gt-md="row"] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="10"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="10"],
  [layout-gt-md="column"] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="10"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="15"],
  [layout-gt-md="row"] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="15"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="15"],
  [layout-gt-md="column"] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="15"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="20"],
  [layout-gt-md="row"] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="20"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="20"],
  [layout-gt-md="column"] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="20"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="25"],
  [layout-gt-md="row"] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="25"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="25"],
  [layout-gt-md="column"] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="25"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="30"],
  [layout-gt-md="row"] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="30"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="30"],
  [layout-gt-md="column"] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="30"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="35"],
  [layout-gt-md="row"] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="35"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="35"],
  [layout-gt-md="column"] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="35"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="40"],
  [layout-gt-md="row"] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="40"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="40"],
  [layout-gt-md="column"] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="40"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="45"],
  [layout-gt-md="row"] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="45"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="45"],
  [layout-gt-md="column"] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="45"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="50"],
  [layout-gt-md="row"] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="50"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="50"],
  [layout-gt-md="column"] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="50"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="55"],
  [layout-gt-md="row"] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="55"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="55"],
  [layout-gt-md="column"] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="55"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="60"],
  [layout-gt-md="row"] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="60"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="60"],
  [layout-gt-md="column"] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="60"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="65"],
  [layout-gt-md="row"] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="65"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="65"],
  [layout-gt-md="column"] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="65"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="70"],
  [layout-gt-md="row"] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="70"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="70"],
  [layout-gt-md="column"] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="70"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="75"],
  [layout-gt-md="row"] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="75"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="75"],
  [layout-gt-md="column"] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="75"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="80"],
  [layout-gt-md="row"] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="80"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="80"],
  [layout-gt-md="column"] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="80"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="85"],
  [layout-gt-md="row"] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="85"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="85"],
  [layout-gt-md="column"] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="85"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="90"],
  [layout-gt-md="row"] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="90"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="90"],
  [layout-gt-md="column"] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="90"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="95"],
  [layout-gt-md="row"] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="95"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="95"],
  [layout-gt-md="column"] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="95"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="100"],
  [layout-gt-md="row"] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-md="100"],
  [layout-gt-md="row-reverse"] > [flex-gt-md="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="100"],
  [layout-gt-md="column"] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-md="100"],
  [layout-gt-md="column-reverse"] > [flex-gt-md="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-gt-md="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-gt-md="column"] > .flex {
    min-height: 0; }
  [layout-gt-md], [layout-gt-md="column"], [layout-gt-md="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-gt-md="column"] {
    flex-direction: column; }
  [layout-gt-md="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-gt-md="row"] {
    flex-direction: row; }
  [layout-gt-md="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none !important; }
  [hide-lg]:not([show-lg]):not([show]) {
    display: none !important; }
  [flex-order-lg="-20"] {
    order: -20; }
  [flex-order-lg="-19"] {
    order: -19; }
  [flex-order-lg="-18"] {
    order: -18; }
  [flex-order-lg="-17"] {
    order: -17; }
  [flex-order-lg="-16"] {
    order: -16; }
  [flex-order-lg="-15"] {
    order: -15; }
  [flex-order-lg="-14"] {
    order: -14; }
  [flex-order-lg="-13"] {
    order: -13; }
  [flex-order-lg="-12"] {
    order: -12; }
  [flex-order-lg="-11"] {
    order: -11; }
  [flex-order-lg="-10"] {
    order: -10; }
  [flex-order-lg="-9"] {
    order: -9; }
  [flex-order-lg="-8"] {
    order: -8; }
  [flex-order-lg="-7"] {
    order: -7; }
  [flex-order-lg="-6"] {
    order: -6; }
  [flex-order-lg="-5"] {
    order: -5; }
  [flex-order-lg="-4"] {
    order: -4; }
  [flex-order-lg="-3"] {
    order: -3; }
  [flex-order-lg="-2"] {
    order: -2; }
  [flex-order-lg="-1"] {
    order: -1; }
  [flex-order-lg="0"] {
    order: 0; }
  [flex-order-lg="1"] {
    order: 1; }
  [flex-order-lg="2"] {
    order: 2; }
  [flex-order-lg="3"] {
    order: 3; }
  [flex-order-lg="4"] {
    order: 4; }
  [flex-order-lg="5"] {
    order: 5; }
  [flex-order-lg="6"] {
    order: 6; }
  [flex-order-lg="7"] {
    order: 7; }
  [flex-order-lg="8"] {
    order: 8; }
  [flex-order-lg="9"] {
    order: 9; }
  [flex-order-lg="10"] {
    order: 10; }
  [flex-order-lg="11"] {
    order: 11; }
  [flex-order-lg="12"] {
    order: 12; }
  [flex-order-lg="13"] {
    order: 13; }
  [flex-order-lg="14"] {
    order: 14; }
  [flex-order-lg="15"] {
    order: 15; }
  [flex-order-lg="16"] {
    order: 16; }
  [flex-order-lg="17"] {
    order: 17; }
  [flex-order-lg="18"] {
    order: 18; }
  [flex-order-lg="19"] {
    order: 19; }
  [flex-order-lg="20"] {
    order: 20; }
  [flex-offset-lg="0"] {
    margin-left: 0%; }
  [flex-offset-lg="5"] {
    margin-left: 5%; }
  [flex-offset-lg="10"] {
    margin-left: 10%; }
  [flex-offset-lg="15"] {
    margin-left: 15%; }
  [flex-offset-lg="20"] {
    margin-left: 20%; }
  [flex-offset-lg="25"] {
    margin-left: 25%; }
  [flex-offset-lg="30"] {
    margin-left: 30%; }
  [flex-offset-lg="35"] {
    margin-left: 35%; }
  [flex-offset-lg="40"] {
    margin-left: 40%; }
  [flex-offset-lg="45"] {
    margin-left: 45%; }
  [flex-offset-lg="50"] {
    margin-left: 50%; }
  [flex-offset-lg="55"] {
    margin-left: 55%; }
  [flex-offset-lg="60"] {
    margin-left: 60%; }
  [flex-offset-lg="65"] {
    margin-left: 65%; }
  [flex-offset-lg="70"] {
    margin-left: 70%; }
  [flex-offset-lg="75"] {
    margin-left: 75%; }
  [flex-offset-lg="80"] {
    margin-left: 80%; }
  [flex-offset-lg="85"] {
    margin-left: 85%; }
  [flex-offset-lg="90"] {
    margin-left: 90%; }
  [flex-offset-lg="95"] {
    margin-left: 95%; }
  [flex-offset-lg="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-lg="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-lg] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-lg="start"],
  [layout-align-lg="start start"],
  [layout-align-lg="start center"],
  [layout-align-lg="start end"],
  [layout-align-lg="start stretch"] {
    justify-content: flex-start; }
  [layout-align-lg="center"],
  [layout-align-lg="center start"],
  [layout-align-lg="center center"],
  [layout-align-lg="center end"],
  [layout-align-lg="center stretch"] {
    justify-content: center; }
  [layout-align-lg="end"],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"],
  [layout-align-lg="end stretch"] {
    justify-content: flex-end; }
  [layout-align-lg="space-around"],
  [layout-align-lg="space-around center"],
  [layout-align-lg="space-around start"],
  [layout-align-lg="space-around end"],
  [layout-align-lg="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-lg="space-between"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-lg="start start"],
  [layout-align-lg="center start"],
  [layout-align-lg="end start"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-lg="start center"],
  [layout-align-lg="center center"],
  [layout-align-lg="end center"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-lg="start center"] > *,
  [layout-align-lg="center center"] > *,
  [layout-align-lg="end center"] > *,
  [layout-align-lg="space-between center"] > *,
  [layout-align-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-lg="start end"],
  [layout-align-lg="center end"],
  [layout-align-lg="end end"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-lg="start stretch"],
  [layout-align-lg="center stretch"],
  [layout-align-lg="end stretch"],
  [layout-align-lg="space-between stretch"],
  [layout-align-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-lg] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg] {
    flex: 1 1 auto; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="0"],
  [layout-lg="row"] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-lg="0"],
  [layout-lg="row-reverse"] > [flex-lg="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-lg="0"],
  [layout-lg="column"] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-lg="0"],
  [layout-lg="column-reverse"] > [flex-lg="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="5"],
  [layout-lg="row"] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="5"],
  [layout-lg="row-reverse"] > [flex-lg="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="5"],
  [layout-lg="column"] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="5"],
  [layout-lg="column-reverse"] > [flex-lg="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="10"],
  [layout-lg="row"] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="10"],
  [layout-lg="row-reverse"] > [flex-lg="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="10"],
  [layout-lg="column"] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="10"],
  [layout-lg="column-reverse"] > [flex-lg="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="15"],
  [layout-lg="row"] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="15"],
  [layout-lg="row-reverse"] > [flex-lg="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="15"],
  [layout-lg="column"] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="15"],
  [layout-lg="column-reverse"] > [flex-lg="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="20"],
  [layout-lg="row"] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="20"],
  [layout-lg="row-reverse"] > [flex-lg="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="20"],
  [layout-lg="column"] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="20"],
  [layout-lg="column-reverse"] > [flex-lg="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="25"],
  [layout-lg="row"] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="25"],
  [layout-lg="row-reverse"] > [flex-lg="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="25"],
  [layout-lg="column"] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="25"],
  [layout-lg="column-reverse"] > [flex-lg="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="30"],
  [layout-lg="row"] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="30"],
  [layout-lg="row-reverse"] > [flex-lg="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="30"],
  [layout-lg="column"] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="30"],
  [layout-lg="column-reverse"] > [flex-lg="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="35"],
  [layout-lg="row"] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="35"],
  [layout-lg="row-reverse"] > [flex-lg="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="35"],
  [layout-lg="column"] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="35"],
  [layout-lg="column-reverse"] > [flex-lg="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="40"],
  [layout-lg="row"] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="40"],
  [layout-lg="row-reverse"] > [flex-lg="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="40"],
  [layout-lg="column"] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="40"],
  [layout-lg="column-reverse"] > [flex-lg="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="45"],
  [layout-lg="row"] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="45"],
  [layout-lg="row-reverse"] > [flex-lg="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="45"],
  [layout-lg="column"] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="45"],
  [layout-lg="column-reverse"] > [flex-lg="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="50"],
  [layout-lg="row"] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="50"],
  [layout-lg="row-reverse"] > [flex-lg="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="50"],
  [layout-lg="column"] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="50"],
  [layout-lg="column-reverse"] > [flex-lg="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="55"],
  [layout-lg="row"] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="55"],
  [layout-lg="row-reverse"] > [flex-lg="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="55"],
  [layout-lg="column"] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="55"],
  [layout-lg="column-reverse"] > [flex-lg="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="60"],
  [layout-lg="row"] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="60"],
  [layout-lg="row-reverse"] > [flex-lg="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="60"],
  [layout-lg="column"] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="60"],
  [layout-lg="column-reverse"] > [flex-lg="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="65"],
  [layout-lg="row"] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="65"],
  [layout-lg="row-reverse"] > [flex-lg="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="65"],
  [layout-lg="column"] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="65"],
  [layout-lg="column-reverse"] > [flex-lg="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="70"],
  [layout-lg="row"] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="70"],
  [layout-lg="row-reverse"] > [flex-lg="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="70"],
  [layout-lg="column"] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="70"],
  [layout-lg="column-reverse"] > [flex-lg="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="75"],
  [layout-lg="row"] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="75"],
  [layout-lg="row-reverse"] > [flex-lg="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="75"],
  [layout-lg="column"] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="75"],
  [layout-lg="column-reverse"] > [flex-lg="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="80"],
  [layout-lg="row"] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="80"],
  [layout-lg="row-reverse"] > [flex-lg="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="80"],
  [layout-lg="column"] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="80"],
  [layout-lg="column-reverse"] > [flex-lg="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="85"],
  [layout-lg="row"] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="85"],
  [layout-lg="row-reverse"] > [flex-lg="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="85"],
  [layout-lg="column"] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="85"],
  [layout-lg="column-reverse"] > [flex-lg="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="90"],
  [layout-lg="row"] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="90"],
  [layout-lg="row-reverse"] > [flex-lg="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="90"],
  [layout-lg="column"] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="90"],
  [layout-lg="column-reverse"] > [flex-lg="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="95"],
  [layout-lg="row"] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="95"],
  [layout-lg="row-reverse"] > [flex-lg="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="95"],
  [layout-lg="column"] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="95"],
  [layout-lg="column-reverse"] > [flex-lg="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="100"],
  [layout-lg="row"] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-lg="100"],
  [layout-lg="row-reverse"] > [flex-lg="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="100"],
  [layout-lg="column"] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-lg="100"],
  [layout-lg="column-reverse"] > [flex-lg="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-lg="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-lg="column"] > .flex {
    min-height: 0; }
  [layout-lg], [layout-lg="column"], [layout-lg="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-lg="column"] {
    flex-direction: column; }
  [layout-lg="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-lg="row"] {
    flex-direction: row; }
  [layout-lg="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }

@media (min-width: 1920px) {
  [flex-order-gt-lg="-20"] {
    order: -20; }
  [flex-order-gt-lg="-19"] {
    order: -19; }
  [flex-order-gt-lg="-18"] {
    order: -18; }
  [flex-order-gt-lg="-17"] {
    order: -17; }
  [flex-order-gt-lg="-16"] {
    order: -16; }
  [flex-order-gt-lg="-15"] {
    order: -15; }
  [flex-order-gt-lg="-14"] {
    order: -14; }
  [flex-order-gt-lg="-13"] {
    order: -13; }
  [flex-order-gt-lg="-12"] {
    order: -12; }
  [flex-order-gt-lg="-11"] {
    order: -11; }
  [flex-order-gt-lg="-10"] {
    order: -10; }
  [flex-order-gt-lg="-9"] {
    order: -9; }
  [flex-order-gt-lg="-8"] {
    order: -8; }
  [flex-order-gt-lg="-7"] {
    order: -7; }
  [flex-order-gt-lg="-6"] {
    order: -6; }
  [flex-order-gt-lg="-5"] {
    order: -5; }
  [flex-order-gt-lg="-4"] {
    order: -4; }
  [flex-order-gt-lg="-3"] {
    order: -3; }
  [flex-order-gt-lg="-2"] {
    order: -2; }
  [flex-order-gt-lg="-1"] {
    order: -1; }
  [flex-order-gt-lg="0"] {
    order: 0; }
  [flex-order-gt-lg="1"] {
    order: 1; }
  [flex-order-gt-lg="2"] {
    order: 2; }
  [flex-order-gt-lg="3"] {
    order: 3; }
  [flex-order-gt-lg="4"] {
    order: 4; }
  [flex-order-gt-lg="5"] {
    order: 5; }
  [flex-order-gt-lg="6"] {
    order: 6; }
  [flex-order-gt-lg="7"] {
    order: 7; }
  [flex-order-gt-lg="8"] {
    order: 8; }
  [flex-order-gt-lg="9"] {
    order: 9; }
  [flex-order-gt-lg="10"] {
    order: 10; }
  [flex-order-gt-lg="11"] {
    order: 11; }
  [flex-order-gt-lg="12"] {
    order: 12; }
  [flex-order-gt-lg="13"] {
    order: 13; }
  [flex-order-gt-lg="14"] {
    order: 14; }
  [flex-order-gt-lg="15"] {
    order: 15; }
  [flex-order-gt-lg="16"] {
    order: 16; }
  [flex-order-gt-lg="17"] {
    order: 17; }
  [flex-order-gt-lg="18"] {
    order: 18; }
  [flex-order-gt-lg="19"] {
    order: 19; }
  [flex-order-gt-lg="20"] {
    order: 20; }
  [flex-offset-gt-lg="0"] {
    margin-left: 0%; }
  [flex-offset-gt-lg="5"] {
    margin-left: 5%; }
  [flex-offset-gt-lg="10"] {
    margin-left: 10%; }
  [flex-offset-gt-lg="15"] {
    margin-left: 15%; }
  [flex-offset-gt-lg="20"] {
    margin-left: 20%; }
  [flex-offset-gt-lg="25"] {
    margin-left: 25%; }
  [flex-offset-gt-lg="30"] {
    margin-left: 30%; }
  [flex-offset-gt-lg="35"] {
    margin-left: 35%; }
  [flex-offset-gt-lg="40"] {
    margin-left: 40%; }
  [flex-offset-gt-lg="45"] {
    margin-left: 45%; }
  [flex-offset-gt-lg="50"] {
    margin-left: 50%; }
  [flex-offset-gt-lg="55"] {
    margin-left: 55%; }
  [flex-offset-gt-lg="60"] {
    margin-left: 60%; }
  [flex-offset-gt-lg="65"] {
    margin-left: 65%; }
  [flex-offset-gt-lg="70"] {
    margin-left: 70%; }
  [flex-offset-gt-lg="75"] {
    margin-left: 75%; }
  [flex-offset-gt-lg="80"] {
    margin-left: 80%; }
  [flex-offset-gt-lg="85"] {
    margin-left: 85%; }
  [flex-offset-gt-lg="90"] {
    margin-left: 90%; }
  [flex-offset-gt-lg="95"] {
    margin-left: 95%; }
  [flex-offset-gt-lg="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-lg="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-lg] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-lg="start"],
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="start stretch"] {
    justify-content: flex-start; }
  [layout-align-gt-lg="center"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="center stretch"] {
    justify-content: center; }
  [layout-align-gt-lg="end"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-lg="space-around"],
  [layout-align-gt-lg="space-around center"],
  [layout-align-gt-lg="space-around start"],
  [layout-align-gt-lg="space-around end"],
  [layout-align-gt-lg="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-lg="space-between"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-gt-lg="start center"] > *,
  [layout-align-gt-lg="center center"] > *,
  [layout-align-gt-lg="end center"] > *,
  [layout-align-gt-lg="space-between center"] > *,
  [layout-align-gt-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-lg="start stretch"],
  [layout-align-gt-lg="center stretch"],
  [layout-align-gt-lg="end stretch"],
  [layout-align-gt-lg="space-between stretch"],
  [layout-align-gt-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-lg] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  [flex-gt-lg] {
    flex: 1 1 auto; } }

@media (min-width: 1920px) {
  [flex-gt-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="0"],
  [layout-gt-lg="row"] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-gt-lg="0"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-gt-lg="0"],
  [layout-gt-lg="column"] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-gt-lg="0"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="5"],
  [layout-gt-lg="row"] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="5"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="5"],
  [layout-gt-lg="column"] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="5"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="10"],
  [layout-gt-lg="row"] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="10"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="10"],
  [layout-gt-lg="column"] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="10"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="15"],
  [layout-gt-lg="row"] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="15"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="15"],
  [layout-gt-lg="column"] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="15"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="20"],
  [layout-gt-lg="row"] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="20"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="20"],
  [layout-gt-lg="column"] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="20"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="25"],
  [layout-gt-lg="row"] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="25"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="25"],
  [layout-gt-lg="column"] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="25"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="30"],
  [layout-gt-lg="row"] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="30"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="30"],
  [layout-gt-lg="column"] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="30"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="35"],
  [layout-gt-lg="row"] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="35"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="35"],
  [layout-gt-lg="column"] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="35"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="40"],
  [layout-gt-lg="row"] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="40"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="40"],
  [layout-gt-lg="column"] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="40"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="45"],
  [layout-gt-lg="row"] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="45"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="45"],
  [layout-gt-lg="column"] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="45"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="50"],
  [layout-gt-lg="row"] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="50"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="50"],
  [layout-gt-lg="column"] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="50"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="55"],
  [layout-gt-lg="row"] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="55"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="55"],
  [layout-gt-lg="column"] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="55"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="60"],
  [layout-gt-lg="row"] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="60"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="60"],
  [layout-gt-lg="column"] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="60"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="65"],
  [layout-gt-lg="row"] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="65"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="65"],
  [layout-gt-lg="column"] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="65"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="70"],
  [layout-gt-lg="row"] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="70"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="70"],
  [layout-gt-lg="column"] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="70"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="75"],
  [layout-gt-lg="row"] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="75"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="75"],
  [layout-gt-lg="column"] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="75"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="80"],
  [layout-gt-lg="row"] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="80"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="80"],
  [layout-gt-lg="column"] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="80"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="85"],
  [layout-gt-lg="row"] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="85"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="85"],
  [layout-gt-lg="column"] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="85"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="90"],
  [layout-gt-lg="row"] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="90"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="90"],
  [layout-gt-lg="column"] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="90"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="95"],
  [layout-gt-lg="row"] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="95"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="95"],
  [layout-gt-lg="column"] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="95"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="100"],
  [layout-gt-lg="row"] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-gt-lg="100"],
  [layout-gt-lg="row-reverse"] > [flex-gt-lg="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="100"],
  [layout-gt-lg="column"] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-gt-lg="100"],
  [layout-gt-lg="column-reverse"] > [flex-gt-lg="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-gt-lg="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-gt-lg="column"] > .flex {
    min-height: 0; }
  [layout-gt-lg], [layout-gt-lg="column"], [layout-gt-lg="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-gt-lg="column"] {
    flex-direction: column; }
  [layout-gt-lg="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-gt-lg="row"] {
    flex-direction: row; }
  [layout-gt-lg="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  [flex-order-xl="-20"] {
    order: -20; }
  [flex-order-xl="-19"] {
    order: -19; }
  [flex-order-xl="-18"] {
    order: -18; }
  [flex-order-xl="-17"] {
    order: -17; }
  [flex-order-xl="-16"] {
    order: -16; }
  [flex-order-xl="-15"] {
    order: -15; }
  [flex-order-xl="-14"] {
    order: -14; }
  [flex-order-xl="-13"] {
    order: -13; }
  [flex-order-xl="-12"] {
    order: -12; }
  [flex-order-xl="-11"] {
    order: -11; }
  [flex-order-xl="-10"] {
    order: -10; }
  [flex-order-xl="-9"] {
    order: -9; }
  [flex-order-xl="-8"] {
    order: -8; }
  [flex-order-xl="-7"] {
    order: -7; }
  [flex-order-xl="-6"] {
    order: -6; }
  [flex-order-xl="-5"] {
    order: -5; }
  [flex-order-xl="-4"] {
    order: -4; }
  [flex-order-xl="-3"] {
    order: -3; }
  [flex-order-xl="-2"] {
    order: -2; }
  [flex-order-xl="-1"] {
    order: -1; }
  [flex-order-xl="0"] {
    order: 0; }
  [flex-order-xl="1"] {
    order: 1; }
  [flex-order-xl="2"] {
    order: 2; }
  [flex-order-xl="3"] {
    order: 3; }
  [flex-order-xl="4"] {
    order: 4; }
  [flex-order-xl="5"] {
    order: 5; }
  [flex-order-xl="6"] {
    order: 6; }
  [flex-order-xl="7"] {
    order: 7; }
  [flex-order-xl="8"] {
    order: 8; }
  [flex-order-xl="9"] {
    order: 9; }
  [flex-order-xl="10"] {
    order: 10; }
  [flex-order-xl="11"] {
    order: 11; }
  [flex-order-xl="12"] {
    order: 12; }
  [flex-order-xl="13"] {
    order: 13; }
  [flex-order-xl="14"] {
    order: 14; }
  [flex-order-xl="15"] {
    order: 15; }
  [flex-order-xl="16"] {
    order: 16; }
  [flex-order-xl="17"] {
    order: 17; }
  [flex-order-xl="18"] {
    order: 18; }
  [flex-order-xl="19"] {
    order: 19; }
  [flex-order-xl="20"] {
    order: 20; }
  [flex-offset-xl="0"] {
    margin-left: 0%; }
  [flex-offset-xl="5"] {
    margin-left: 5%; }
  [flex-offset-xl="10"] {
    margin-left: 10%; }
  [flex-offset-xl="15"] {
    margin-left: 15%; }
  [flex-offset-xl="20"] {
    margin-left: 20%; }
  [flex-offset-xl="25"] {
    margin-left: 25%; }
  [flex-offset-xl="30"] {
    margin-left: 30%; }
  [flex-offset-xl="35"] {
    margin-left: 35%; }
  [flex-offset-xl="40"] {
    margin-left: 40%; }
  [flex-offset-xl="45"] {
    margin-left: 45%; }
  [flex-offset-xl="50"] {
    margin-left: 50%; }
  [flex-offset-xl="55"] {
    margin-left: 55%; }
  [flex-offset-xl="60"] {
    margin-left: 60%; }
  [flex-offset-xl="65"] {
    margin-left: 65%; }
  [flex-offset-xl="70"] {
    margin-left: 70%; }
  [flex-offset-xl="75"] {
    margin-left: 75%; }
  [flex-offset-xl="80"] {
    margin-left: 80%; }
  [flex-offset-xl="85"] {
    margin-left: 85%; }
  [flex-offset-xl="90"] {
    margin-left: 90%; }
  [flex-offset-xl="95"] {
    margin-left: 95%; }
  [flex-offset-xl="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-xl="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-xl] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-xl="start"],
  [layout-align-xl="start start"],
  [layout-align-xl="start center"],
  [layout-align-xl="start end"],
  [layout-align-xl="start stretch"] {
    justify-content: flex-start; }
  [layout-align-xl="center"],
  [layout-align-xl="center start"],
  [layout-align-xl="center center"],
  [layout-align-xl="center end"],
  [layout-align-xl="center stretch"] {
    justify-content: center; }
  [layout-align-xl="end"],
  [layout-align-xl="end center"],
  [layout-align-xl="end start"],
  [layout-align-xl="end end"],
  [layout-align-xl="end stretch"] {
    justify-content: flex-end; }
  [layout-align-xl="space-around"],
  [layout-align-xl="space-around center"],
  [layout-align-xl="space-around start"],
  [layout-align-xl="space-around end"],
  [layout-align-xl="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-xl="space-between"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-xl="start start"],
  [layout-align-xl="center start"],
  [layout-align-xl="end start"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-xl="start center"],
  [layout-align-xl="center center"],
  [layout-align-xl="end center"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  [layout-align-xl="start center"] > *,
  [layout-align-xl="center center"] > *,
  [layout-align-xl="end center"] > *,
  [layout-align-xl="space-between center"] > *,
  [layout-align-xl="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-xl="start end"],
  [layout-align-xl="center end"],
  [layout-align-xl="end end"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-xl="start stretch"],
  [layout-align-xl="center stretch"],
  [layout-align-xl="end stretch"],
  [layout-align-xl="space-between stretch"],
  [layout-align-xl="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  [flex-xl] {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  [flex-xl] {
    flex: 1 1 auto; } }

@media (min-width: 1920px) {
  [flex-xl-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-xl-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xl-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-xl-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="0"],
  [layout-xl="row"] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="row-reverse"] > [flex-xl="0"],
  [layout-xl="row-reverse"] > [flex-xl="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  [layout="column"] > [flex-xl="0"],
  [layout-xl="column"] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [layout="column-reverse"] > [flex-xl="0"],
  [layout-xl="column-reverse"] > [flex-xl="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="5"],
  [layout-xl="row"] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="5"],
  [layout-xl="row-reverse"] > [flex-xl="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="5"],
  [layout-xl="column"] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="5"],
  [layout-xl="column-reverse"] > [flex-xl="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="10"],
  [layout-xl="row"] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="10"],
  [layout-xl="row-reverse"] > [flex-xl="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="10"],
  [layout-xl="column"] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="10"],
  [layout-xl="column-reverse"] > [flex-xl="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="15"],
  [layout-xl="row"] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="15"],
  [layout-xl="row-reverse"] > [flex-xl="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="15"],
  [layout-xl="column"] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="15"],
  [layout-xl="column-reverse"] > [flex-xl="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="20"],
  [layout-xl="row"] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="20"],
  [layout-xl="row-reverse"] > [flex-xl="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="20"],
  [layout-xl="column"] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="20"],
  [layout-xl="column-reverse"] > [flex-xl="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="25"],
  [layout-xl="row"] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="25"],
  [layout-xl="row-reverse"] > [flex-xl="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="25"],
  [layout-xl="column"] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="25"],
  [layout-xl="column-reverse"] > [flex-xl="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="30"],
  [layout-xl="row"] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="30"],
  [layout-xl="row-reverse"] > [flex-xl="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="30"],
  [layout-xl="column"] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="30"],
  [layout-xl="column-reverse"] > [flex-xl="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="35"],
  [layout-xl="row"] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="35"],
  [layout-xl="row-reverse"] > [flex-xl="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="35"],
  [layout-xl="column"] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="35"],
  [layout-xl="column-reverse"] > [flex-xl="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="40"],
  [layout-xl="row"] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="40"],
  [layout-xl="row-reverse"] > [flex-xl="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="40"],
  [layout-xl="column"] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="40"],
  [layout-xl="column-reverse"] > [flex-xl="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="45"],
  [layout-xl="row"] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="45"],
  [layout-xl="row-reverse"] > [flex-xl="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="45"],
  [layout-xl="column"] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="45"],
  [layout-xl="column-reverse"] > [flex-xl="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="50"],
  [layout-xl="row"] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="50"],
  [layout-xl="row-reverse"] > [flex-xl="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="50"],
  [layout-xl="column"] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="50"],
  [layout-xl="column-reverse"] > [flex-xl="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="55"],
  [layout-xl="row"] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="55"],
  [layout-xl="row-reverse"] > [flex-xl="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="55"],
  [layout-xl="column"] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="55"],
  [layout-xl="column-reverse"] > [flex-xl="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="60"],
  [layout-xl="row"] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="60"],
  [layout-xl="row-reverse"] > [flex-xl="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="60"],
  [layout-xl="column"] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="60"],
  [layout-xl="column-reverse"] > [flex-xl="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="65"],
  [layout-xl="row"] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="65"],
  [layout-xl="row-reverse"] > [flex-xl="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="65"],
  [layout-xl="column"] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="65"],
  [layout-xl="column-reverse"] > [flex-xl="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="70"],
  [layout-xl="row"] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="70"],
  [layout-xl="row-reverse"] > [flex-xl="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="70"],
  [layout-xl="column"] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="70"],
  [layout-xl="column-reverse"] > [flex-xl="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="75"],
  [layout-xl="row"] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="75"],
  [layout-xl="row-reverse"] > [flex-xl="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="75"],
  [layout-xl="column"] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="75"],
  [layout-xl="column-reverse"] > [flex-xl="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="80"],
  [layout-xl="row"] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="80"],
  [layout-xl="row-reverse"] > [flex-xl="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="80"],
  [layout-xl="column"] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="80"],
  [layout-xl="column-reverse"] > [flex-xl="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="85"],
  [layout-xl="row"] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="85"],
  [layout-xl="row-reverse"] > [flex-xl="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="85"],
  [layout-xl="column"] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="85"],
  [layout-xl="column-reverse"] > [flex-xl="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="90"],
  [layout-xl="row"] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="90"],
  [layout-xl="row-reverse"] > [flex-xl="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="90"],
  [layout-xl="column"] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="90"],
  [layout-xl="column-reverse"] > [flex-xl="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="95"],
  [layout-xl="row"] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="95"],
  [layout-xl="row-reverse"] > [flex-xl="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="95"],
  [layout-xl="column"] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="95"],
  [layout-xl="column-reverse"] > [flex-xl="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="100"],
  [layout-xl="row"] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row-reverse"] > [flex-xl="100"],
  [layout-xl="row-reverse"] > [flex-xl="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="100"],
  [layout-xl="column"] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="column-reverse"] > [flex-xl="100"],
  [layout-xl="column-reverse"] > [flex-xl="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout="row"] > .flex, [layout-xl="row"] > .flex {
    min-width: 0; }
  [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  [layout="column"] > .flex, [layout-xl="column"] > .flex {
    min-height: 0; }
  [layout-xl], [layout-xl="column"], [layout-xl="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  [layout-xl="column"] {
    flex-direction: column; }
  [layout-xl="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  [layout-xl="row"] {
    flex-direction: row; }
  [layout-xl="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
    display: none !important; }
  [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
    display: none !important; } }

/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

/*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
.flex-order {
  order: 0; }

.flex-order--20 {
  order: -20; }

.flex-order--19 {
  order: -19; }

.flex-order--18 {
  order: -18; }

.flex-order--17 {
  order: -17; }

.flex-order--16 {
  order: -16; }

.flex-order--15 {
  order: -15; }

.flex-order--14 {
  order: -14; }

.flex-order--13 {
  order: -13; }

.flex-order--12 {
  order: -12; }

.flex-order--11 {
  order: -11; }

.flex-order--10 {
  order: -10; }

.flex-order--9 {
  order: -9; }

.flex-order--8 {
  order: -8; }

.flex-order--7 {
  order: -7; }

.flex-order--6 {
  order: -6; }

.flex-order--5 {
  order: -5; }

.flex-order--4 {
  order: -4; }

.flex-order--3 {
  order: -3; }

.flex-order--2 {
  order: -2; }

.flex-order--1 {
  order: -1; }

.flex-order-0 {
  order: 0; }

.flex-order-1 {
  order: 1; }

.flex-order-2 {
  order: 2; }

.flex-order-3 {
  order: 3; }

.flex-order-4 {
  order: 4; }

.flex-order-5 {
  order: 5; }

.flex-order-6 {
  order: 6; }

.flex-order-7 {
  order: 7; }

.flex-order-8 {
  order: 8; }

.flex-order-9 {
  order: 9; }

.flex-order-10 {
  order: 10; }

.flex-order-11 {
  order: 11; }

.flex-order-12 {
  order: 12; }

.flex-order-13 {
  order: 13; }

.flex-order-14 {
  order: 14; }

.flex-order-15 {
  order: 15; }

.flex-order-16 {
  order: 16; }

.flex-order-17 {
  order: 17; }

.flex-order-18 {
  order: 18; }

.flex-order-19 {
  order: 19; }

.flex-order-20 {
  order: 20; }

.offset-0, .flex-offset-0 {
  margin-left: 0%; }

.offset-5, .flex-offset-5 {
  margin-left: 5%; }

.offset-10, .flex-offset-10 {
  margin-left: 10%; }

.offset-15, .flex-offset-15 {
  margin-left: 15%; }

.offset-20, .flex-offset-20 {
  margin-left: 20%; }

.offset-25, .flex-offset-25 {
  margin-left: 25%; }

.offset-30, .flex-offset-30 {
  margin-left: 30%; }

.offset-35, .flex-offset-35 {
  margin-left: 35%; }

.offset-40, .flex-offset-40 {
  margin-left: 40%; }

.offset-45, .flex-offset-45 {
  margin-left: 45%; }

.offset-50, .flex-offset-50 {
  margin-left: 50%; }

.offset-55, .flex-offset-55 {
  margin-left: 55%; }

.offset-60, .flex-offset-60 {
  margin-left: 60%; }

.offset-65, .flex-offset-65 {
  margin-left: 65%; }

.offset-70, .flex-offset-70 {
  margin-left: 70%; }

.offset-75, .flex-offset-75 {
  margin-left: 75%; }

.offset-80, .flex-offset-80 {
  margin-left: 80%; }

.offset-85, .flex-offset-85 {
  margin-left: 85%; }

.offset-90, .flex-offset-90 {
  margin-left: 90%; }

.offset-95, .flex-offset-95 {
  margin-left: 95%; }

.offset-33, .flex-offset-33 {
  margin-left: calc(100% / 3); }

.offset-66, .flex-offset-66 {
  margin-left: calc(200% / 3); }

.layout-align {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch; }

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  justify-content: flex-start; }

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  justify-content: center; }

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  justify-content: flex-end; }

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  justify-content: space-around; }

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  justify-content: space-between; }

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  align-items: flex-start;
  align-content: flex-start; }

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  align-items: center;
  align-content: center;
  max-width: 100%; }

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box; }

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  align-items: flex-end;
  align-content: flex-end; }

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  align-items: stretch;
  align-content: stretch; }

.flex {
  flex: 1;
  box-sizing: border-box; }

@media screen\0 {
  .flex {
    flex: 1 1 auto; } }

.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box; }

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box; }

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box; }

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box; }

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box; }

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box; }

.flex-0 {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-0,
.layout-row > .flex-0 {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

.layout-column > .flex-0,
.layout-column > .flex-0 {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0; }

.flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-5,
.layout-row > .flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5,
.layout-column > .flex-5 {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-10,
.layout-row > .flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10,
.layout-column > .flex-10 {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-15,
.layout-row > .flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15,
.layout-column > .flex-15 {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-20,
.layout-row > .flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20,
.layout-column > .flex-20 {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-25,
.layout-row > .flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25,
.layout-column > .flex-25 {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-30,
.layout-row > .flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30,
.layout-column > .flex-30 {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-35,
.layout-row > .flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35,
.layout-column > .flex-35 {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-40,
.layout-row > .flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40,
.layout-column > .flex-40 {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-45,
.layout-row > .flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45,
.layout-column > .flex-45 {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-50,
.layout-row > .flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50,
.layout-column > .flex-50 {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-55,
.layout-row > .flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55,
.layout-column > .flex-55 {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-60,
.layout-row > .flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60,
.layout-column > .flex-60 {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-65,
.layout-row > .flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65,
.layout-column > .flex-65 {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-70,
.layout-row > .flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70,
.layout-column > .flex-70 {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-75,
.layout-row > .flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75,
.layout-column > .flex-75 {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-80,
.layout-row > .flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80,
.layout-column > .flex-80 {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-85,
.layout-row > .flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85,
.layout-column > .flex-85 {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-90,
.layout-row > .flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90,
.layout-column > .flex-90 {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.flex-95 {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-95,
.layout-row > .flex-95 {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95,
.layout-column > .flex-95 {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-100,
.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-100,
.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-33, .layout-row > .flex-33, .layout-row > .flex-33, .layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66, .layout-row > .flex-66, .layout-row > .flex-66, .layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex, .layout-row > .flex {
  min-width: 0; }

.layout-column > .flex-33, .layout-column > .flex-33, .layout-column > .flex-33, .layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

.layout-column > .flex-66, .layout-column > .flex-66, .layout-column > .flex-66, .layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

.layout-column > .flex, .layout-column > .flex {
  min-height: 0; }

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.layout-column {
  flex-direction: column; }

.layout-row {
  flex-direction: row; }

.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px; }

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px; }

.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px; }

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px; }

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px; }

.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px; }

.layout-wrap {
  flex-wrap: wrap; }

.layout-nowrap {
  flex-wrap: nowrap; }

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 659px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none !important; }
  .flex-order-xs--20 {
    order: -20; }
  .flex-order-xs--19 {
    order: -19; }
  .flex-order-xs--18 {
    order: -18; }
  .flex-order-xs--17 {
    order: -17; }
  .flex-order-xs--16 {
    order: -16; }
  .flex-order-xs--15 {
    order: -15; }
  .flex-order-xs--14 {
    order: -14; }
  .flex-order-xs--13 {
    order: -13; }
  .flex-order-xs--12 {
    order: -12; }
  .flex-order-xs--11 {
    order: -11; }
  .flex-order-xs--10 {
    order: -10; }
  .flex-order-xs--9 {
    order: -9; }
  .flex-order-xs--8 {
    order: -8; }
  .flex-order-xs--7 {
    order: -7; }
  .flex-order-xs--6 {
    order: -6; }
  .flex-order-xs--5 {
    order: -5; }
  .flex-order-xs--4 {
    order: -4; }
  .flex-order-xs--3 {
    order: -3; }
  .flex-order-xs--2 {
    order: -2; }
  .flex-order-xs--1 {
    order: -1; }
  .flex-order-xs-0 {
    order: 0; }
  .flex-order-xs-1 {
    order: 1; }
  .flex-order-xs-2 {
    order: 2; }
  .flex-order-xs-3 {
    order: 3; }
  .flex-order-xs-4 {
    order: 4; }
  .flex-order-xs-5 {
    order: 5; }
  .flex-order-xs-6 {
    order: 6; }
  .flex-order-xs-7 {
    order: 7; }
  .flex-order-xs-8 {
    order: 8; }
  .flex-order-xs-9 {
    order: 9; }
  .flex-order-xs-10 {
    order: 10; }
  .flex-order-xs-11 {
    order: 11; }
  .flex-order-xs-12 {
    order: 12; }
  .flex-order-xs-13 {
    order: 13; }
  .flex-order-xs-14 {
    order: 14; }
  .flex-order-xs-15 {
    order: 15; }
  .flex-order-xs-16 {
    order: 16; }
  .flex-order-xs-17 {
    order: 17; }
  .flex-order-xs-18 {
    order: 18; }
  .flex-order-xs-19 {
    order: 19; }
  .flex-order-xs-20 {
    order: 20; }
  .offset-xs-0, .flex-offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-5, .flex-offset-xs-5 {
    margin-left: 5%; }
  .offset-xs-10, .flex-offset-xs-10 {
    margin-left: 10%; }
  .offset-xs-15, .flex-offset-xs-15 {
    margin-left: 15%; }
  .offset-xs-20, .flex-offset-xs-20 {
    margin-left: 20%; }
  .offset-xs-25, .flex-offset-xs-25 {
    margin-left: 25%; }
  .offset-xs-30, .flex-offset-xs-30 {
    margin-left: 30%; }
  .offset-xs-35, .flex-offset-xs-35 {
    margin-left: 35%; }
  .offset-xs-40, .flex-offset-xs-40 {
    margin-left: 40%; }
  .offset-xs-45, .flex-offset-xs-45 {
    margin-left: 45%; }
  .offset-xs-50, .flex-offset-xs-50 {
    margin-left: 50%; }
  .offset-xs-55, .flex-offset-xs-55 {
    margin-left: 55%; }
  .offset-xs-60, .flex-offset-xs-60 {
    margin-left: 60%; }
  .offset-xs-65, .flex-offset-xs-65 {
    margin-left: 65%; }
  .offset-xs-70, .flex-offset-xs-70 {
    margin-left: 70%; }
  .offset-xs-75, .flex-offset-xs-75 {
    margin-left: 75%; }
  .offset-xs-80, .flex-offset-xs-80 {
    margin-left: 80%; }
  .offset-xs-85, .flex-offset-xs-85 {
    margin-left: 85%; }
  .offset-xs-90, .flex-offset-xs-90 {
    margin-left: 90%; }
  .offset-xs-95, .flex-offset-xs-95 {
    margin-left: 95%; }
  .offset-xs-33, .flex-offset-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-xs-66, .flex-offset-xs-66 {
    margin-left: calc(200% / 3); }
  .layout-align-xs {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-xs-start,
  .layout-align-xs-start-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-stretch {
    justify-content: flex-start; }
  .layout-align-xs-center,
  .layout-align-xs-center-start,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-stretch {
    justify-content: center; }
  .layout-align-xs-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-stretch {
    justify-content: flex-end; }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-stretch {
    justify-content: space-around; }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-stretch {
    justify-content: space-between; }
  .layout-align-xs-start-start,
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-xs-start-center,
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-xs-start-center > *,
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xs-start-end,
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-xs-start-stretch,
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-xs {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  .flex-xs {
    flex: 1 1 auto; } }

@media (max-width: 659px) {
  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-0,
  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xs-0,
  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-5,
  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-5,
  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-10,
  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-10,
  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-15,
  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-15,
  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-20,
  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-20,
  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-25,
  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-25,
  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-30,
  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-30,
  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-35,
  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-35,
  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-40,
  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-40,
  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-45,
  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-45,
  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-50,
  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-50,
  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-55,
  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-55,
  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-60,
  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-60,
  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-65,
  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-65,
  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-70,
  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-70,
  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-75,
  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-75,
  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-80,
  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-80,
  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-85,
  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-85,
  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-90,
  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-90,
  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-95,
  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-95,
  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-100,
  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-100,
  .layout-xs-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-33, .layout-row > .flex-xs-33, .layout-xs-row > .flex-xs-33, .layout-xs-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-66, .layout-row > .flex-xs-66, .layout-xs-row > .flex-xs-66, .layout-xs-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-xs-row > .flex {
    min-width: 0; }
  .layout-column > .flex-xs-33, .layout-column > .flex-xs-33, .layout-xs-column > .flex-xs-33, .layout-xs-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-66, .layout-column > .flex-xs-66, .layout-xs-column > .flex-xs-66, .layout-xs-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-xs-column > .flex {
    min-height: 0; }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-xs-column {
    flex-direction: column; }
  .layout-xs-row {
    flex-direction: row; } }

@media (min-width: 660px) {
  .flex-order-gt-xs--20 {
    order: -20; }
  .flex-order-gt-xs--19 {
    order: -19; }
  .flex-order-gt-xs--18 {
    order: -18; }
  .flex-order-gt-xs--17 {
    order: -17; }
  .flex-order-gt-xs--16 {
    order: -16; }
  .flex-order-gt-xs--15 {
    order: -15; }
  .flex-order-gt-xs--14 {
    order: -14; }
  .flex-order-gt-xs--13 {
    order: -13; }
  .flex-order-gt-xs--12 {
    order: -12; }
  .flex-order-gt-xs--11 {
    order: -11; }
  .flex-order-gt-xs--10 {
    order: -10; }
  .flex-order-gt-xs--9 {
    order: -9; }
  .flex-order-gt-xs--8 {
    order: -8; }
  .flex-order-gt-xs--7 {
    order: -7; }
  .flex-order-gt-xs--6 {
    order: -6; }
  .flex-order-gt-xs--5 {
    order: -5; }
  .flex-order-gt-xs--4 {
    order: -4; }
  .flex-order-gt-xs--3 {
    order: -3; }
  .flex-order-gt-xs--2 {
    order: -2; }
  .flex-order-gt-xs--1 {
    order: -1; }
  .flex-order-gt-xs-0 {
    order: 0; }
  .flex-order-gt-xs-1 {
    order: 1; }
  .flex-order-gt-xs-2 {
    order: 2; }
  .flex-order-gt-xs-3 {
    order: 3; }
  .flex-order-gt-xs-4 {
    order: 4; }
  .flex-order-gt-xs-5 {
    order: 5; }
  .flex-order-gt-xs-6 {
    order: 6; }
  .flex-order-gt-xs-7 {
    order: 7; }
  .flex-order-gt-xs-8 {
    order: 8; }
  .flex-order-gt-xs-9 {
    order: 9; }
  .flex-order-gt-xs-10 {
    order: 10; }
  .flex-order-gt-xs-11 {
    order: 11; }
  .flex-order-gt-xs-12 {
    order: 12; }
  .flex-order-gt-xs-13 {
    order: 13; }
  .flex-order-gt-xs-14 {
    order: 14; }
  .flex-order-gt-xs-15 {
    order: 15; }
  .flex-order-gt-xs-16 {
    order: 16; }
  .flex-order-gt-xs-17 {
    order: 17; }
  .flex-order-gt-xs-18 {
    order: 18; }
  .flex-order-gt-xs-19 {
    order: 19; }
  .flex-order-gt-xs-20 {
    order: 20; }
  .offset-gt-xs-0, .flex-offset-gt-xs-0 {
    margin-left: 0%; }
  .offset-gt-xs-5, .flex-offset-gt-xs-5 {
    margin-left: 5%; }
  .offset-gt-xs-10, .flex-offset-gt-xs-10 {
    margin-left: 10%; }
  .offset-gt-xs-15, .flex-offset-gt-xs-15 {
    margin-left: 15%; }
  .offset-gt-xs-20, .flex-offset-gt-xs-20 {
    margin-left: 20%; }
  .offset-gt-xs-25, .flex-offset-gt-xs-25 {
    margin-left: 25%; }
  .offset-gt-xs-30, .flex-offset-gt-xs-30 {
    margin-left: 30%; }
  .offset-gt-xs-35, .flex-offset-gt-xs-35 {
    margin-left: 35%; }
  .offset-gt-xs-40, .flex-offset-gt-xs-40 {
    margin-left: 40%; }
  .offset-gt-xs-45, .flex-offset-gt-xs-45 {
    margin-left: 45%; }
  .offset-gt-xs-50, .flex-offset-gt-xs-50 {
    margin-left: 50%; }
  .offset-gt-xs-55, .flex-offset-gt-xs-55 {
    margin-left: 55%; }
  .offset-gt-xs-60, .flex-offset-gt-xs-60 {
    margin-left: 60%; }
  .offset-gt-xs-65, .flex-offset-gt-xs-65 {
    margin-left: 65%; }
  .offset-gt-xs-70, .flex-offset-gt-xs-70 {
    margin-left: 70%; }
  .offset-gt-xs-75, .flex-offset-gt-xs-75 {
    margin-left: 75%; }
  .offset-gt-xs-80, .flex-offset-gt-xs-80 {
    margin-left: 80%; }
  .offset-gt-xs-85, .flex-offset-gt-xs-85 {
    margin-left: 85%; }
  .offset-gt-xs-90, .flex-offset-gt-xs-90 {
    margin-left: 90%; }
  .offset-gt-xs-95, .flex-offset-gt-xs-95 {
    margin-left: 95%; }
  .offset-gt-xs-33, .flex-offset-gt-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-xs-66, .flex-offset-gt-xs-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-xs {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-stretch {
    justify-content: flex-start; }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-stretch {
    justify-content: center; }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-stretch {
    justify-content: flex-end; }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-stretch {
    justify-content: space-around; }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-stretch {
    justify-content: space-between; }
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-xs-start-center > *,
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-gt-xs-start-stretch,
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  .flex-gt-xs {
    flex: 1 1 auto; } }

@media (min-width: 660px) {
  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-0,
  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-xs-0,
  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-5,
  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-5,
  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-10,
  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-10,
  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-15,
  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-15,
  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-20,
  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-20,
  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-25,
  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-25,
  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-30,
  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-30,
  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-35,
  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-35,
  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-40,
  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-40,
  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-45,
  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-45,
  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-50,
  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-50,
  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-55,
  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-55,
  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-60,
  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-60,
  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-65,
  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-65,
  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-70,
  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-70,
  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-75,
  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-75,
  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-80,
  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-80,
  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-85,
  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-85,
  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-90,
  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-90,
  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-95,
  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-95,
  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-100,
  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-100,
  .layout-gt-xs-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-33, .layout-row > .flex-gt-xs-33, .layout-gt-xs-row > .flex-gt-xs-33, .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-66, .layout-row > .flex-gt-xs-66, .layout-gt-xs-row > .flex-gt-xs-66, .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-gt-xs-row > .flex {
    min-width: 0; }
  .layout-column > .flex-gt-xs-33, .layout-column > .flex-gt-xs-33, .layout-gt-xs-column > .flex-gt-xs-33, .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-66, .layout-column > .flex-gt-xs-66, .layout-gt-xs-column > .flex-gt-xs-66, .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-gt-xs-column > .flex {
    min-height: 0; }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-gt-xs-column {
    flex-direction: column; }
  .layout-gt-xs-row {
    flex-direction: row; } }

@media (min-width: 660px) and (max-width: 989px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none !important; }
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none !important; }
  .flex-order-sm--20 {
    order: -20; }
  .flex-order-sm--19 {
    order: -19; }
  .flex-order-sm--18 {
    order: -18; }
  .flex-order-sm--17 {
    order: -17; }
  .flex-order-sm--16 {
    order: -16; }
  .flex-order-sm--15 {
    order: -15; }
  .flex-order-sm--14 {
    order: -14; }
  .flex-order-sm--13 {
    order: -13; }
  .flex-order-sm--12 {
    order: -12; }
  .flex-order-sm--11 {
    order: -11; }
  .flex-order-sm--10 {
    order: -10; }
  .flex-order-sm--9 {
    order: -9; }
  .flex-order-sm--8 {
    order: -8; }
  .flex-order-sm--7 {
    order: -7; }
  .flex-order-sm--6 {
    order: -6; }
  .flex-order-sm--5 {
    order: -5; }
  .flex-order-sm--4 {
    order: -4; }
  .flex-order-sm--3 {
    order: -3; }
  .flex-order-sm--2 {
    order: -2; }
  .flex-order-sm--1 {
    order: -1; }
  .flex-order-sm-0 {
    order: 0; }
  .flex-order-sm-1 {
    order: 1; }
  .flex-order-sm-2 {
    order: 2; }
  .flex-order-sm-3 {
    order: 3; }
  .flex-order-sm-4 {
    order: 4; }
  .flex-order-sm-5 {
    order: 5; }
  .flex-order-sm-6 {
    order: 6; }
  .flex-order-sm-7 {
    order: 7; }
  .flex-order-sm-8 {
    order: 8; }
  .flex-order-sm-9 {
    order: 9; }
  .flex-order-sm-10 {
    order: 10; }
  .flex-order-sm-11 {
    order: 11; }
  .flex-order-sm-12 {
    order: 12; }
  .flex-order-sm-13 {
    order: 13; }
  .flex-order-sm-14 {
    order: 14; }
  .flex-order-sm-15 {
    order: 15; }
  .flex-order-sm-16 {
    order: 16; }
  .flex-order-sm-17 {
    order: 17; }
  .flex-order-sm-18 {
    order: 18; }
  .flex-order-sm-19 {
    order: 19; }
  .flex-order-sm-20 {
    order: 20; }
  .offset-sm-0, .flex-offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-5, .flex-offset-sm-5 {
    margin-left: 5%; }
  .offset-sm-10, .flex-offset-sm-10 {
    margin-left: 10%; }
  .offset-sm-15, .flex-offset-sm-15 {
    margin-left: 15%; }
  .offset-sm-20, .flex-offset-sm-20 {
    margin-left: 20%; }
  .offset-sm-25, .flex-offset-sm-25 {
    margin-left: 25%; }
  .offset-sm-30, .flex-offset-sm-30 {
    margin-left: 30%; }
  .offset-sm-35, .flex-offset-sm-35 {
    margin-left: 35%; }
  .offset-sm-40, .flex-offset-sm-40 {
    margin-left: 40%; }
  .offset-sm-45, .flex-offset-sm-45 {
    margin-left: 45%; }
  .offset-sm-50, .flex-offset-sm-50 {
    margin-left: 50%; }
  .offset-sm-55, .flex-offset-sm-55 {
    margin-left: 55%; }
  .offset-sm-60, .flex-offset-sm-60 {
    margin-left: 60%; }
  .offset-sm-65, .flex-offset-sm-65 {
    margin-left: 65%; }
  .offset-sm-70, .flex-offset-sm-70 {
    margin-left: 70%; }
  .offset-sm-75, .flex-offset-sm-75 {
    margin-left: 75%; }
  .offset-sm-80, .flex-offset-sm-80 {
    margin-left: 80%; }
  .offset-sm-85, .flex-offset-sm-85 {
    margin-left: 85%; }
  .offset-sm-90, .flex-offset-sm-90 {
    margin-left: 90%; }
  .offset-sm-95, .flex-offset-sm-95 {
    margin-left: 95%; }
  .offset-sm-33, .flex-offset-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-sm-66, .flex-offset-sm-66 {
    margin-left: calc(200% / 3); }
  .layout-align-sm {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-sm-start,
  .layout-align-sm-start-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-stretch {
    justify-content: flex-start; }
  .layout-align-sm-center,
  .layout-align-sm-center-start,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-stretch {
    justify-content: center; }
  .layout-align-sm-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-stretch {
    justify-content: flex-end; }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-stretch {
    justify-content: space-around; }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-stretch {
    justify-content: space-between; }
  .layout-align-sm-start-start,
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-sm-start-center,
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-sm-start-center > *,
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-sm-start-end,
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-sm-start-stretch,
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-sm {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  .flex-sm {
    flex: 1 1 auto; } }

@media (min-width: 660px) and (max-width: 989px) {
  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-0,
  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-sm-0,
  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-5,
  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-5,
  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-10,
  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-10,
  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-15,
  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-15,
  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-20,
  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-20,
  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-25,
  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-25,
  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-30,
  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-30,
  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-35,
  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-35,
  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-40,
  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-40,
  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-45,
  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-45,
  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-50,
  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-50,
  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-55,
  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-55,
  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-60,
  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-60,
  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-65,
  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-65,
  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-70,
  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-70,
  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-75,
  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-75,
  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-80,
  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-80,
  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-85,
  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-85,
  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-90,
  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-90,
  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-95,
  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-95,
  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-100,
  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-100,
  .layout-sm-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-33, .layout-row > .flex-sm-33, .layout-sm-row > .flex-sm-33, .layout-sm-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-66, .layout-row > .flex-sm-66, .layout-sm-row > .flex-sm-66, .layout-sm-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-sm-row > .flex {
    min-width: 0; }
  .layout-column > .flex-sm-33, .layout-column > .flex-sm-33, .layout-sm-column > .flex-sm-33, .layout-sm-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-66, .layout-column > .flex-sm-66, .layout-sm-column > .flex-sm-66, .layout-sm-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-sm-column > .flex {
    min-height: 0; }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-sm-column {
    flex-direction: column; }
  .layout-sm-row {
    flex-direction: row; } }

@media (min-width: 990px) {
  .flex-order-gt-sm--20 {
    order: -20; }
  .flex-order-gt-sm--19 {
    order: -19; }
  .flex-order-gt-sm--18 {
    order: -18; }
  .flex-order-gt-sm--17 {
    order: -17; }
  .flex-order-gt-sm--16 {
    order: -16; }
  .flex-order-gt-sm--15 {
    order: -15; }
  .flex-order-gt-sm--14 {
    order: -14; }
  .flex-order-gt-sm--13 {
    order: -13; }
  .flex-order-gt-sm--12 {
    order: -12; }
  .flex-order-gt-sm--11 {
    order: -11; }
  .flex-order-gt-sm--10 {
    order: -10; }
  .flex-order-gt-sm--9 {
    order: -9; }
  .flex-order-gt-sm--8 {
    order: -8; }
  .flex-order-gt-sm--7 {
    order: -7; }
  .flex-order-gt-sm--6 {
    order: -6; }
  .flex-order-gt-sm--5 {
    order: -5; }
  .flex-order-gt-sm--4 {
    order: -4; }
  .flex-order-gt-sm--3 {
    order: -3; }
  .flex-order-gt-sm--2 {
    order: -2; }
  .flex-order-gt-sm--1 {
    order: -1; }
  .flex-order-gt-sm-0 {
    order: 0; }
  .flex-order-gt-sm-1 {
    order: 1; }
  .flex-order-gt-sm-2 {
    order: 2; }
  .flex-order-gt-sm-3 {
    order: 3; }
  .flex-order-gt-sm-4 {
    order: 4; }
  .flex-order-gt-sm-5 {
    order: 5; }
  .flex-order-gt-sm-6 {
    order: 6; }
  .flex-order-gt-sm-7 {
    order: 7; }
  .flex-order-gt-sm-8 {
    order: 8; }
  .flex-order-gt-sm-9 {
    order: 9; }
  .flex-order-gt-sm-10 {
    order: 10; }
  .flex-order-gt-sm-11 {
    order: 11; }
  .flex-order-gt-sm-12 {
    order: 12; }
  .flex-order-gt-sm-13 {
    order: 13; }
  .flex-order-gt-sm-14 {
    order: 14; }
  .flex-order-gt-sm-15 {
    order: 15; }
  .flex-order-gt-sm-16 {
    order: 16; }
  .flex-order-gt-sm-17 {
    order: 17; }
  .flex-order-gt-sm-18 {
    order: 18; }
  .flex-order-gt-sm-19 {
    order: 19; }
  .flex-order-gt-sm-20 {
    order: 20; }
  .offset-gt-sm-0, .flex-offset-gt-sm-0 {
    margin-left: 0%; }
  .offset-gt-sm-5, .flex-offset-gt-sm-5 {
    margin-left: 5%; }
  .offset-gt-sm-10, .flex-offset-gt-sm-10 {
    margin-left: 10%; }
  .offset-gt-sm-15, .flex-offset-gt-sm-15 {
    margin-left: 15%; }
  .offset-gt-sm-20, .flex-offset-gt-sm-20 {
    margin-left: 20%; }
  .offset-gt-sm-25, .flex-offset-gt-sm-25 {
    margin-left: 25%; }
  .offset-gt-sm-30, .flex-offset-gt-sm-30 {
    margin-left: 30%; }
  .offset-gt-sm-35, .flex-offset-gt-sm-35 {
    margin-left: 35%; }
  .offset-gt-sm-40, .flex-offset-gt-sm-40 {
    margin-left: 40%; }
  .offset-gt-sm-45, .flex-offset-gt-sm-45 {
    margin-left: 45%; }
  .offset-gt-sm-50, .flex-offset-gt-sm-50 {
    margin-left: 50%; }
  .offset-gt-sm-55, .flex-offset-gt-sm-55 {
    margin-left: 55%; }
  .offset-gt-sm-60, .flex-offset-gt-sm-60 {
    margin-left: 60%; }
  .offset-gt-sm-65, .flex-offset-gt-sm-65 {
    margin-left: 65%; }
  .offset-gt-sm-70, .flex-offset-gt-sm-70 {
    margin-left: 70%; }
  .offset-gt-sm-75, .flex-offset-gt-sm-75 {
    margin-left: 75%; }
  .offset-gt-sm-80, .flex-offset-gt-sm-80 {
    margin-left: 80%; }
  .offset-gt-sm-85, .flex-offset-gt-sm-85 {
    margin-left: 85%; }
  .offset-gt-sm-90, .flex-offset-gt-sm-90 {
    margin-left: 90%; }
  .offset-gt-sm-95, .flex-offset-gt-sm-95 {
    margin-left: 95%; }
  .offset-gt-sm-33, .flex-offset-gt-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-sm-66, .flex-offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-sm {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-stretch {
    justify-content: flex-start; }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-stretch {
    justify-content: center; }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-stretch {
    justify-content: flex-end; }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-stretch {
    justify-content: space-around; }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-stretch {
    justify-content: space-between; }
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-sm-start-center > *,
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-gt-sm-start-stretch,
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  .flex-gt-sm {
    flex: 1 1 auto; } }

@media (min-width: 990px) {
  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-0,
  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-sm-0,
  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-5,
  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-5,
  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-10,
  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-10,
  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-15,
  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-15,
  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-20,
  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-20,
  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-25,
  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-25,
  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-30,
  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-30,
  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-35,
  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-35,
  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-40,
  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-40,
  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-45,
  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-45,
  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-50,
  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-50,
  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-55,
  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-55,
  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-60,
  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-60,
  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-65,
  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-65,
  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-70,
  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-70,
  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-75,
  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-75,
  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-80,
  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-80,
  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-85,
  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-85,
  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-90,
  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-90,
  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-95,
  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-95,
  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-100,
  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-100,
  .layout-gt-sm-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-33, .layout-row > .flex-gt-sm-33, .layout-gt-sm-row > .flex-gt-sm-33, .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-66, .layout-row > .flex-gt-sm-66, .layout-gt-sm-row > .flex-gt-sm-66, .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-gt-sm-row > .flex {
    min-width: 0; }
  .layout-column > .flex-gt-sm-33, .layout-column > .flex-gt-sm-33, .layout-gt-sm-column > .flex-gt-sm-33, .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-66, .layout-column > .flex-gt-sm-66, .layout-gt-sm-column > .flex-gt-sm-66, .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-gt-sm-column > .flex {
    min-height: 0; }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-gt-sm-column {
    flex-direction: column; }
  .layout-gt-sm-row {
    flex-direction: row; } }

@media (min-width: 990px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none !important; }
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none !important; }
  .flex-order-md--20 {
    order: -20; }
  .flex-order-md--19 {
    order: -19; }
  .flex-order-md--18 {
    order: -18; }
  .flex-order-md--17 {
    order: -17; }
  .flex-order-md--16 {
    order: -16; }
  .flex-order-md--15 {
    order: -15; }
  .flex-order-md--14 {
    order: -14; }
  .flex-order-md--13 {
    order: -13; }
  .flex-order-md--12 {
    order: -12; }
  .flex-order-md--11 {
    order: -11; }
  .flex-order-md--10 {
    order: -10; }
  .flex-order-md--9 {
    order: -9; }
  .flex-order-md--8 {
    order: -8; }
  .flex-order-md--7 {
    order: -7; }
  .flex-order-md--6 {
    order: -6; }
  .flex-order-md--5 {
    order: -5; }
  .flex-order-md--4 {
    order: -4; }
  .flex-order-md--3 {
    order: -3; }
  .flex-order-md--2 {
    order: -2; }
  .flex-order-md--1 {
    order: -1; }
  .flex-order-md-0 {
    order: 0; }
  .flex-order-md-1 {
    order: 1; }
  .flex-order-md-2 {
    order: 2; }
  .flex-order-md-3 {
    order: 3; }
  .flex-order-md-4 {
    order: 4; }
  .flex-order-md-5 {
    order: 5; }
  .flex-order-md-6 {
    order: 6; }
  .flex-order-md-7 {
    order: 7; }
  .flex-order-md-8 {
    order: 8; }
  .flex-order-md-9 {
    order: 9; }
  .flex-order-md-10 {
    order: 10; }
  .flex-order-md-11 {
    order: 11; }
  .flex-order-md-12 {
    order: 12; }
  .flex-order-md-13 {
    order: 13; }
  .flex-order-md-14 {
    order: 14; }
  .flex-order-md-15 {
    order: 15; }
  .flex-order-md-16 {
    order: 16; }
  .flex-order-md-17 {
    order: 17; }
  .flex-order-md-18 {
    order: 18; }
  .flex-order-md-19 {
    order: 19; }
  .flex-order-md-20 {
    order: 20; }
  .offset-md-0, .flex-offset-md-0 {
    margin-left: 0%; }
  .offset-md-5, .flex-offset-md-5 {
    margin-left: 5%; }
  .offset-md-10, .flex-offset-md-10 {
    margin-left: 10%; }
  .offset-md-15, .flex-offset-md-15 {
    margin-left: 15%; }
  .offset-md-20, .flex-offset-md-20 {
    margin-left: 20%; }
  .offset-md-25, .flex-offset-md-25 {
    margin-left: 25%; }
  .offset-md-30, .flex-offset-md-30 {
    margin-left: 30%; }
  .offset-md-35, .flex-offset-md-35 {
    margin-left: 35%; }
  .offset-md-40, .flex-offset-md-40 {
    margin-left: 40%; }
  .offset-md-45, .flex-offset-md-45 {
    margin-left: 45%; }
  .offset-md-50, .flex-offset-md-50 {
    margin-left: 50%; }
  .offset-md-55, .flex-offset-md-55 {
    margin-left: 55%; }
  .offset-md-60, .flex-offset-md-60 {
    margin-left: 60%; }
  .offset-md-65, .flex-offset-md-65 {
    margin-left: 65%; }
  .offset-md-70, .flex-offset-md-70 {
    margin-left: 70%; }
  .offset-md-75, .flex-offset-md-75 {
    margin-left: 75%; }
  .offset-md-80, .flex-offset-md-80 {
    margin-left: 80%; }
  .offset-md-85, .flex-offset-md-85 {
    margin-left: 85%; }
  .offset-md-90, .flex-offset-md-90 {
    margin-left: 90%; }
  .offset-md-95, .flex-offset-md-95 {
    margin-left: 95%; }
  .offset-md-33, .flex-offset-md-33 {
    margin-left: calc(100% / 3); }
  .offset-md-66, .flex-offset-md-66 {
    margin-left: calc(200% / 3); }
  .layout-align-md {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-md-start,
  .layout-align-md-start-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-stretch {
    justify-content: flex-start; }
  .layout-align-md-center,
  .layout-align-md-center-start,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-stretch {
    justify-content: center; }
  .layout-align-md-end,
  .layout-align-md-end-start,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-stretch {
    justify-content: flex-end; }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-stretch {
    justify-content: space-around; }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-stretch {
    justify-content: space-between; }
  .layout-align-md-start-start,
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-between-start,
  .layout-align-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-md-start-center,
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-between-center,
  .layout-align-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-md-start-center > *,
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-md-start-end,
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-between-end,
  .layout-align-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-md-start-stretch,
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-md {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  .flex-md {
    flex: 1 1 auto; } }

@media (min-width: 990px) and (max-width: 1279px) {
  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-0,
  .layout-md-row > .flex-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-md-0,
  .layout-md-column > .flex-md-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-5,
  .layout-md-row > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-5,
  .layout-md-column > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-10,
  .layout-md-row > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-10,
  .layout-md-column > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-15,
  .layout-md-row > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-15,
  .layout-md-column > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-20,
  .layout-md-row > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-20,
  .layout-md-column > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-25,
  .layout-md-row > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-25,
  .layout-md-column > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-30,
  .layout-md-row > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-30,
  .layout-md-column > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-35,
  .layout-md-row > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-35,
  .layout-md-column > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-40,
  .layout-md-row > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-40,
  .layout-md-column > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-45,
  .layout-md-row > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-45,
  .layout-md-column > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-50,
  .layout-md-row > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-50,
  .layout-md-column > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-55,
  .layout-md-row > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-55,
  .layout-md-column > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-60,
  .layout-md-row > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-60,
  .layout-md-column > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-65,
  .layout-md-row > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-65,
  .layout-md-column > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-70,
  .layout-md-row > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-70,
  .layout-md-column > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-75,
  .layout-md-row > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-75,
  .layout-md-column > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-80,
  .layout-md-row > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-80,
  .layout-md-column > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-85,
  .layout-md-row > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-85,
  .layout-md-column > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-90,
  .layout-md-row > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-90,
  .layout-md-column > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-95,
  .layout-md-row > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-95,
  .layout-md-column > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-100,
  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-100,
  .layout-md-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-33, .layout-row > .flex-md-33, .layout-md-row > .flex-md-33, .layout-md-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-66, .layout-row > .flex-md-66, .layout-md-row > .flex-md-66, .layout-md-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-md-row > .flex {
    min-width: 0; }
  .layout-column > .flex-md-33, .layout-column > .flex-md-33, .layout-md-column > .flex-md-33, .layout-md-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-md-66, .layout-column > .flex-md-66, .layout-md-column > .flex-md-66, .layout-md-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-md-column > .flex {
    min-height: 0; }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-md-column {
    flex-direction: column; }
  .layout-md-row {
    flex-direction: row; } }

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20; }
  .flex-order-gt-md--19 {
    order: -19; }
  .flex-order-gt-md--18 {
    order: -18; }
  .flex-order-gt-md--17 {
    order: -17; }
  .flex-order-gt-md--16 {
    order: -16; }
  .flex-order-gt-md--15 {
    order: -15; }
  .flex-order-gt-md--14 {
    order: -14; }
  .flex-order-gt-md--13 {
    order: -13; }
  .flex-order-gt-md--12 {
    order: -12; }
  .flex-order-gt-md--11 {
    order: -11; }
  .flex-order-gt-md--10 {
    order: -10; }
  .flex-order-gt-md--9 {
    order: -9; }
  .flex-order-gt-md--8 {
    order: -8; }
  .flex-order-gt-md--7 {
    order: -7; }
  .flex-order-gt-md--6 {
    order: -6; }
  .flex-order-gt-md--5 {
    order: -5; }
  .flex-order-gt-md--4 {
    order: -4; }
  .flex-order-gt-md--3 {
    order: -3; }
  .flex-order-gt-md--2 {
    order: -2; }
  .flex-order-gt-md--1 {
    order: -1; }
  .flex-order-gt-md-0 {
    order: 0; }
  .flex-order-gt-md-1 {
    order: 1; }
  .flex-order-gt-md-2 {
    order: 2; }
  .flex-order-gt-md-3 {
    order: 3; }
  .flex-order-gt-md-4 {
    order: 4; }
  .flex-order-gt-md-5 {
    order: 5; }
  .flex-order-gt-md-6 {
    order: 6; }
  .flex-order-gt-md-7 {
    order: 7; }
  .flex-order-gt-md-8 {
    order: 8; }
  .flex-order-gt-md-9 {
    order: 9; }
  .flex-order-gt-md-10 {
    order: 10; }
  .flex-order-gt-md-11 {
    order: 11; }
  .flex-order-gt-md-12 {
    order: 12; }
  .flex-order-gt-md-13 {
    order: 13; }
  .flex-order-gt-md-14 {
    order: 14; }
  .flex-order-gt-md-15 {
    order: 15; }
  .flex-order-gt-md-16 {
    order: 16; }
  .flex-order-gt-md-17 {
    order: 17; }
  .flex-order-gt-md-18 {
    order: 18; }
  .flex-order-gt-md-19 {
    order: 19; }
  .flex-order-gt-md-20 {
    order: 20; }
  .offset-gt-md-0, .flex-offset-gt-md-0 {
    margin-left: 0%; }
  .offset-gt-md-5, .flex-offset-gt-md-5 {
    margin-left: 5%; }
  .offset-gt-md-10, .flex-offset-gt-md-10 {
    margin-left: 10%; }
  .offset-gt-md-15, .flex-offset-gt-md-15 {
    margin-left: 15%; }
  .offset-gt-md-20, .flex-offset-gt-md-20 {
    margin-left: 20%; }
  .offset-gt-md-25, .flex-offset-gt-md-25 {
    margin-left: 25%; }
  .offset-gt-md-30, .flex-offset-gt-md-30 {
    margin-left: 30%; }
  .offset-gt-md-35, .flex-offset-gt-md-35 {
    margin-left: 35%; }
  .offset-gt-md-40, .flex-offset-gt-md-40 {
    margin-left: 40%; }
  .offset-gt-md-45, .flex-offset-gt-md-45 {
    margin-left: 45%; }
  .offset-gt-md-50, .flex-offset-gt-md-50 {
    margin-left: 50%; }
  .offset-gt-md-55, .flex-offset-gt-md-55 {
    margin-left: 55%; }
  .offset-gt-md-60, .flex-offset-gt-md-60 {
    margin-left: 60%; }
  .offset-gt-md-65, .flex-offset-gt-md-65 {
    margin-left: 65%; }
  .offset-gt-md-70, .flex-offset-gt-md-70 {
    margin-left: 70%; }
  .offset-gt-md-75, .flex-offset-gt-md-75 {
    margin-left: 75%; }
  .offset-gt-md-80, .flex-offset-gt-md-80 {
    margin-left: 80%; }
  .offset-gt-md-85, .flex-offset-gt-md-85 {
    margin-left: 85%; }
  .offset-gt-md-90, .flex-offset-gt-md-90 {
    margin-left: 90%; }
  .offset-gt-md-95, .flex-offset-gt-md-95 {
    margin-left: 95%; }
  .offset-gt-md-33, .flex-offset-gt-md-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-md-66, .flex-offset-gt-md-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-md {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-stretch {
    justify-content: flex-start; }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-stretch {
    justify-content: center; }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-stretch {
    justify-content: flex-end; }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-stretch {
    justify-content: space-around; }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-stretch {
    justify-content: space-between; }
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-md-start-center > *,
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-gt-md-start-stretch,
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-gt-md {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  .flex-gt-md {
    flex: 1 1 auto; } }

@media (min-width: 1280px) {
  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-0,
  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-md-0,
  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-5,
  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-5,
  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-10,
  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-10,
  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-15,
  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-15,
  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-20,
  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-20,
  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-25,
  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-25,
  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-30,
  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-30,
  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-35,
  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-35,
  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-40,
  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-40,
  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-45,
  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-45,
  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-50,
  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-50,
  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-55,
  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-55,
  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-60,
  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-60,
  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-65,
  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-65,
  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-70,
  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-70,
  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-75,
  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-75,
  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-80,
  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-80,
  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-85,
  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-85,
  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-90,
  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-90,
  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-95,
  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-95,
  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-100,
  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-100,
  .layout-gt-md-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-33, .layout-row > .flex-gt-md-33, .layout-gt-md-row > .flex-gt-md-33, .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-66, .layout-row > .flex-gt-md-66, .layout-gt-md-row > .flex-gt-md-66, .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-gt-md-row > .flex {
    min-width: 0; }
  .layout-column > .flex-gt-md-33, .layout-column > .flex-gt-md-33, .layout-gt-md-column > .flex-gt-md-33, .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-66, .layout-column > .flex-gt-md-66, .layout-gt-md-column > .flex-gt-md-66, .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-gt-md-column > .flex {
    min-height: 0; }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-gt-md-column {
    flex-direction: column; }
  .layout-gt-md-row {
    flex-direction: row; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none !important; }
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none !important; }
  .flex-order-lg--20 {
    order: -20; }
  .flex-order-lg--19 {
    order: -19; }
  .flex-order-lg--18 {
    order: -18; }
  .flex-order-lg--17 {
    order: -17; }
  .flex-order-lg--16 {
    order: -16; }
  .flex-order-lg--15 {
    order: -15; }
  .flex-order-lg--14 {
    order: -14; }
  .flex-order-lg--13 {
    order: -13; }
  .flex-order-lg--12 {
    order: -12; }
  .flex-order-lg--11 {
    order: -11; }
  .flex-order-lg--10 {
    order: -10; }
  .flex-order-lg--9 {
    order: -9; }
  .flex-order-lg--8 {
    order: -8; }
  .flex-order-lg--7 {
    order: -7; }
  .flex-order-lg--6 {
    order: -6; }
  .flex-order-lg--5 {
    order: -5; }
  .flex-order-lg--4 {
    order: -4; }
  .flex-order-lg--3 {
    order: -3; }
  .flex-order-lg--2 {
    order: -2; }
  .flex-order-lg--1 {
    order: -1; }
  .flex-order-lg-0 {
    order: 0; }
  .flex-order-lg-1 {
    order: 1; }
  .flex-order-lg-2 {
    order: 2; }
  .flex-order-lg-3 {
    order: 3; }
  .flex-order-lg-4 {
    order: 4; }
  .flex-order-lg-5 {
    order: 5; }
  .flex-order-lg-6 {
    order: 6; }
  .flex-order-lg-7 {
    order: 7; }
  .flex-order-lg-8 {
    order: 8; }
  .flex-order-lg-9 {
    order: 9; }
  .flex-order-lg-10 {
    order: 10; }
  .flex-order-lg-11 {
    order: 11; }
  .flex-order-lg-12 {
    order: 12; }
  .flex-order-lg-13 {
    order: 13; }
  .flex-order-lg-14 {
    order: 14; }
  .flex-order-lg-15 {
    order: 15; }
  .flex-order-lg-16 {
    order: 16; }
  .flex-order-lg-17 {
    order: 17; }
  .flex-order-lg-18 {
    order: 18; }
  .flex-order-lg-19 {
    order: 19; }
  .flex-order-lg-20 {
    order: 20; }
  .offset-lg-0, .flex-offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-5, .flex-offset-lg-5 {
    margin-left: 5%; }
  .offset-lg-10, .flex-offset-lg-10 {
    margin-left: 10%; }
  .offset-lg-15, .flex-offset-lg-15 {
    margin-left: 15%; }
  .offset-lg-20, .flex-offset-lg-20 {
    margin-left: 20%; }
  .offset-lg-25, .flex-offset-lg-25 {
    margin-left: 25%; }
  .offset-lg-30, .flex-offset-lg-30 {
    margin-left: 30%; }
  .offset-lg-35, .flex-offset-lg-35 {
    margin-left: 35%; }
  .offset-lg-40, .flex-offset-lg-40 {
    margin-left: 40%; }
  .offset-lg-45, .flex-offset-lg-45 {
    margin-left: 45%; }
  .offset-lg-50, .flex-offset-lg-50 {
    margin-left: 50%; }
  .offset-lg-55, .flex-offset-lg-55 {
    margin-left: 55%; }
  .offset-lg-60, .flex-offset-lg-60 {
    margin-left: 60%; }
  .offset-lg-65, .flex-offset-lg-65 {
    margin-left: 65%; }
  .offset-lg-70, .flex-offset-lg-70 {
    margin-left: 70%; }
  .offset-lg-75, .flex-offset-lg-75 {
    margin-left: 75%; }
  .offset-lg-80, .flex-offset-lg-80 {
    margin-left: 80%; }
  .offset-lg-85, .flex-offset-lg-85 {
    margin-left: 85%; }
  .offset-lg-90, .flex-offset-lg-90 {
    margin-left: 90%; }
  .offset-lg-95, .flex-offset-lg-95 {
    margin-left: 95%; }
  .offset-lg-33, .flex-offset-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-lg-66, .flex-offset-lg-66 {
    margin-left: calc(200% / 3); }
  .layout-align-lg {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-lg-start,
  .layout-align-lg-start-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-stretch {
    justify-content: flex-start; }
  .layout-align-lg-center,
  .layout-align-lg-center-start,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-stretch {
    justify-content: center; }
  .layout-align-lg-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-stretch {
    justify-content: flex-end; }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-stretch {
    justify-content: space-around; }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-stretch {
    justify-content: space-between; }
  .layout-align-lg-start-start,
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-lg-start-center,
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-lg-start-center > *,
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-lg-start-end,
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-lg-start-stretch,
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-lg {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg {
    flex: 1 1 auto; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-0,
  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-lg-0,
  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-5,
  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-5,
  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-10,
  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-10,
  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-15,
  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-15,
  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-20,
  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-20,
  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-25,
  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-25,
  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-30,
  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-30,
  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-35,
  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-35,
  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-40,
  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-40,
  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-45,
  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-45,
  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-50,
  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-50,
  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-55,
  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-55,
  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-60,
  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-60,
  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-65,
  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-65,
  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-70,
  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-70,
  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-75,
  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-75,
  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-80,
  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-80,
  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-85,
  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-85,
  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-90,
  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-90,
  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-95,
  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-95,
  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-100,
  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-100,
  .layout-lg-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-33, .layout-row > .flex-lg-33, .layout-lg-row > .flex-lg-33, .layout-lg-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-66, .layout-row > .flex-lg-66, .layout-lg-row > .flex-lg-66, .layout-lg-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-lg-row > .flex {
    min-width: 0; }
  .layout-column > .flex-lg-33, .layout-column > .flex-lg-33, .layout-lg-column > .flex-lg-33, .layout-lg-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-66, .layout-column > .flex-lg-66, .layout-lg-column > .flex-lg-66, .layout-lg-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-lg-column > .flex {
    min-height: 0; }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-lg-column {
    flex-direction: column; }
  .layout-lg-row {
    flex-direction: row; } }

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20; }
  .flex-order-gt-lg--19 {
    order: -19; }
  .flex-order-gt-lg--18 {
    order: -18; }
  .flex-order-gt-lg--17 {
    order: -17; }
  .flex-order-gt-lg--16 {
    order: -16; }
  .flex-order-gt-lg--15 {
    order: -15; }
  .flex-order-gt-lg--14 {
    order: -14; }
  .flex-order-gt-lg--13 {
    order: -13; }
  .flex-order-gt-lg--12 {
    order: -12; }
  .flex-order-gt-lg--11 {
    order: -11; }
  .flex-order-gt-lg--10 {
    order: -10; }
  .flex-order-gt-lg--9 {
    order: -9; }
  .flex-order-gt-lg--8 {
    order: -8; }
  .flex-order-gt-lg--7 {
    order: -7; }
  .flex-order-gt-lg--6 {
    order: -6; }
  .flex-order-gt-lg--5 {
    order: -5; }
  .flex-order-gt-lg--4 {
    order: -4; }
  .flex-order-gt-lg--3 {
    order: -3; }
  .flex-order-gt-lg--2 {
    order: -2; }
  .flex-order-gt-lg--1 {
    order: -1; }
  .flex-order-gt-lg-0 {
    order: 0; }
  .flex-order-gt-lg-1 {
    order: 1; }
  .flex-order-gt-lg-2 {
    order: 2; }
  .flex-order-gt-lg-3 {
    order: 3; }
  .flex-order-gt-lg-4 {
    order: 4; }
  .flex-order-gt-lg-5 {
    order: 5; }
  .flex-order-gt-lg-6 {
    order: 6; }
  .flex-order-gt-lg-7 {
    order: 7; }
  .flex-order-gt-lg-8 {
    order: 8; }
  .flex-order-gt-lg-9 {
    order: 9; }
  .flex-order-gt-lg-10 {
    order: 10; }
  .flex-order-gt-lg-11 {
    order: 11; }
  .flex-order-gt-lg-12 {
    order: 12; }
  .flex-order-gt-lg-13 {
    order: 13; }
  .flex-order-gt-lg-14 {
    order: 14; }
  .flex-order-gt-lg-15 {
    order: 15; }
  .flex-order-gt-lg-16 {
    order: 16; }
  .flex-order-gt-lg-17 {
    order: 17; }
  .flex-order-gt-lg-18 {
    order: 18; }
  .flex-order-gt-lg-19 {
    order: 19; }
  .flex-order-gt-lg-20 {
    order: 20; }
  .offset-gt-lg-0, .flex-offset-gt-lg-0 {
    margin-left: 0%; }
  .offset-gt-lg-5, .flex-offset-gt-lg-5 {
    margin-left: 5%; }
  .offset-gt-lg-10, .flex-offset-gt-lg-10 {
    margin-left: 10%; }
  .offset-gt-lg-15, .flex-offset-gt-lg-15 {
    margin-left: 15%; }
  .offset-gt-lg-20, .flex-offset-gt-lg-20 {
    margin-left: 20%; }
  .offset-gt-lg-25, .flex-offset-gt-lg-25 {
    margin-left: 25%; }
  .offset-gt-lg-30, .flex-offset-gt-lg-30 {
    margin-left: 30%; }
  .offset-gt-lg-35, .flex-offset-gt-lg-35 {
    margin-left: 35%; }
  .offset-gt-lg-40, .flex-offset-gt-lg-40 {
    margin-left: 40%; }
  .offset-gt-lg-45, .flex-offset-gt-lg-45 {
    margin-left: 45%; }
  .offset-gt-lg-50, .flex-offset-gt-lg-50 {
    margin-left: 50%; }
  .offset-gt-lg-55, .flex-offset-gt-lg-55 {
    margin-left: 55%; }
  .offset-gt-lg-60, .flex-offset-gt-lg-60 {
    margin-left: 60%; }
  .offset-gt-lg-65, .flex-offset-gt-lg-65 {
    margin-left: 65%; }
  .offset-gt-lg-70, .flex-offset-gt-lg-70 {
    margin-left: 70%; }
  .offset-gt-lg-75, .flex-offset-gt-lg-75 {
    margin-left: 75%; }
  .offset-gt-lg-80, .flex-offset-gt-lg-80 {
    margin-left: 80%; }
  .offset-gt-lg-85, .flex-offset-gt-lg-85 {
    margin-left: 85%; }
  .offset-gt-lg-90, .flex-offset-gt-lg-90 {
    margin-left: 90%; }
  .offset-gt-lg-95, .flex-offset-gt-lg-95 {
    margin-left: 95%; }
  .offset-gt-lg-33, .flex-offset-gt-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-lg-66, .flex-offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
  .layout-align-gt-lg {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-stretch {
    justify-content: flex-start; }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-stretch {
    justify-content: center; }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-stretch {
    justify-content: flex-end; }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-stretch {
    justify-content: space-around; }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-stretch {
    justify-content: space-between; }
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-gt-lg-start-center > *,
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-gt-lg-start-stretch,
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  .flex-gt-lg {
    flex: 1 1 auto; } }

@media (min-width: 1920px) {
  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-0,
  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-lg-0,
  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-5,
  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-5,
  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-10,
  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-10,
  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-15,
  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-15,
  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-20,
  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-20,
  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-25,
  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-25,
  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-30,
  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-30,
  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-35,
  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-35,
  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-40,
  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-40,
  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-45,
  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-45,
  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-50,
  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-50,
  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-55,
  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-55,
  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-60,
  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-60,
  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-65,
  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-65,
  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-70,
  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-70,
  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-75,
  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-75,
  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-80,
  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-80,
  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-85,
  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-85,
  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-90,
  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-90,
  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-95,
  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-95,
  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-100,
  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-100,
  .layout-gt-lg-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-33, .layout-row > .flex-gt-lg-33, .layout-gt-lg-row > .flex-gt-lg-33, .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-66, .layout-row > .flex-gt-lg-66, .layout-gt-lg-row > .flex-gt-lg-66, .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-gt-lg-row > .flex {
    min-width: 0; }
  .layout-column > .flex-gt-lg-33, .layout-column > .flex-gt-lg-33, .layout-gt-lg-column > .flex-gt-lg-33, .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-66, .layout-column > .flex-gt-lg-66, .layout-gt-lg-column > .flex-gt-lg-66, .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-gt-lg-column > .flex {
    min-height: 0; }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-gt-lg-column {
    flex-direction: column; }
  .layout-gt-lg-row {
    flex-direction: row; }
  .flex-order-xl--20 {
    order: -20; }
  .flex-order-xl--19 {
    order: -19; }
  .flex-order-xl--18 {
    order: -18; }
  .flex-order-xl--17 {
    order: -17; }
  .flex-order-xl--16 {
    order: -16; }
  .flex-order-xl--15 {
    order: -15; }
  .flex-order-xl--14 {
    order: -14; }
  .flex-order-xl--13 {
    order: -13; }
  .flex-order-xl--12 {
    order: -12; }
  .flex-order-xl--11 {
    order: -11; }
  .flex-order-xl--10 {
    order: -10; }
  .flex-order-xl--9 {
    order: -9; }
  .flex-order-xl--8 {
    order: -8; }
  .flex-order-xl--7 {
    order: -7; }
  .flex-order-xl--6 {
    order: -6; }
  .flex-order-xl--5 {
    order: -5; }
  .flex-order-xl--4 {
    order: -4; }
  .flex-order-xl--3 {
    order: -3; }
  .flex-order-xl--2 {
    order: -2; }
  .flex-order-xl--1 {
    order: -1; }
  .flex-order-xl-0 {
    order: 0; }
  .flex-order-xl-1 {
    order: 1; }
  .flex-order-xl-2 {
    order: 2; }
  .flex-order-xl-3 {
    order: 3; }
  .flex-order-xl-4 {
    order: 4; }
  .flex-order-xl-5 {
    order: 5; }
  .flex-order-xl-6 {
    order: 6; }
  .flex-order-xl-7 {
    order: 7; }
  .flex-order-xl-8 {
    order: 8; }
  .flex-order-xl-9 {
    order: 9; }
  .flex-order-xl-10 {
    order: 10; }
  .flex-order-xl-11 {
    order: 11; }
  .flex-order-xl-12 {
    order: 12; }
  .flex-order-xl-13 {
    order: 13; }
  .flex-order-xl-14 {
    order: 14; }
  .flex-order-xl-15 {
    order: 15; }
  .flex-order-xl-16 {
    order: 16; }
  .flex-order-xl-17 {
    order: 17; }
  .flex-order-xl-18 {
    order: 18; }
  .flex-order-xl-19 {
    order: 19; }
  .flex-order-xl-20 {
    order: 20; }
  .offset-xl-0, .flex-offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-5, .flex-offset-xl-5 {
    margin-left: 5%; }
  .offset-xl-10, .flex-offset-xl-10 {
    margin-left: 10%; }
  .offset-xl-15, .flex-offset-xl-15 {
    margin-left: 15%; }
  .offset-xl-20, .flex-offset-xl-20 {
    margin-left: 20%; }
  .offset-xl-25, .flex-offset-xl-25 {
    margin-left: 25%; }
  .offset-xl-30, .flex-offset-xl-30 {
    margin-left: 30%; }
  .offset-xl-35, .flex-offset-xl-35 {
    margin-left: 35%; }
  .offset-xl-40, .flex-offset-xl-40 {
    margin-left: 40%; }
  .offset-xl-45, .flex-offset-xl-45 {
    margin-left: 45%; }
  .offset-xl-50, .flex-offset-xl-50 {
    margin-left: 50%; }
  .offset-xl-55, .flex-offset-xl-55 {
    margin-left: 55%; }
  .offset-xl-60, .flex-offset-xl-60 {
    margin-left: 60%; }
  .offset-xl-65, .flex-offset-xl-65 {
    margin-left: 65%; }
  .offset-xl-70, .flex-offset-xl-70 {
    margin-left: 70%; }
  .offset-xl-75, .flex-offset-xl-75 {
    margin-left: 75%; }
  .offset-xl-80, .flex-offset-xl-80 {
    margin-left: 80%; }
  .offset-xl-85, .flex-offset-xl-85 {
    margin-left: 85%; }
  .offset-xl-90, .flex-offset-xl-90 {
    margin-left: 90%; }
  .offset-xl-95, .flex-offset-xl-95 {
    margin-left: 95%; }
  .offset-xl-33, .flex-offset-xl-33 {
    margin-left: calc(100% / 3); }
  .offset-xl-66, .flex-offset-xl-66 {
    margin-left: calc(200% / 3); }
  .layout-align-xl {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  .layout-align-xl-start,
  .layout-align-xl-start-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-stretch {
    justify-content: flex-start; }
  .layout-align-xl-center,
  .layout-align-xl-center-start,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-stretch {
    justify-content: center; }
  .layout-align-xl-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-stretch {
    justify-content: flex-end; }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-stretch {
    justify-content: space-around; }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-stretch {
    justify-content: space-between; }
  .layout-align-xl-start-start,
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  .layout-align-xl-start-center,
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  .layout-align-xl-start-center > *,
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xl-start-end,
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  .layout-align-xl-start-stretch,
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  .flex-xl {
    flex: 1;
    box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  .flex-xl {
    flex: 1 1 auto; } }

@media (min-width: 1920px) {
  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-0,
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xl-0,
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-5,
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-5,
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-10,
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-10,
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-15,
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-15,
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-20,
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-20,
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-25,
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-25,
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-30,
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-30,
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-35,
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-35,
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-40,
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-40,
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-45,
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-45,
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-50,
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-50,
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-55,
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-55,
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-60,
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-60,
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-65,
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-65,
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-70,
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-70,
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-75,
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-75,
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-80,
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-80,
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-85,
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-85,
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-90,
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-90,
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-95,
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-95,
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-100,
  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-33, .layout-row > .flex-xl-33, .layout-xl-row > .flex-xl-33, .layout-xl-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-66, .layout-row > .flex-xl-66, .layout-xl-row > .flex-xl-66, .layout-xl-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex, .layout-xl-row > .flex {
    min-width: 0; }
  .layout-column > .flex-xl-33, .layout-column > .flex-xl-33, .layout-xl-column > .flex-xl-33, .layout-xl-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-66, .layout-column > .flex-xl-66, .layout-xl-column > .flex-xl-66, .layout-xl-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-column > .flex, .layout-xl-column > .flex {
    min-height: 0; }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout-xl-column {
    flex-direction: column; }
  .layout-xl-row {
    flex-direction: row; }
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none !important; }
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none !important; } }

.pns-text-1, #pns-privacy .pns-form-input > label, #pns-privacy .pns-form-input > textarea, #pns-privacy .pns-form-input > input[type=text],
#pns-privacy .pns-form-input > input[type=email],
#pns-privacy .pns-form-input > input[type=number], #pns-privacy .pns-form-button {
  font-size: 16px;
  font-family: "GothamRounded-Book", sans-serif; }
  @media (max-width: 660px) {
    .pns-text-1, #pns-privacy .pns-form-input > label, #pns-privacy .pns-form-input > textarea, #pns-privacy .pns-form-input > input[type=text],
    #pns-privacy .pns-form-input > input[type=email],
    #pns-privacy .pns-form-input > input[type=number], #pns-privacy .pns-form-button {
      font-size: 13px; } }
  @media (min-width: 661px) and (max-width: 990px) {
    .pns-text-1, #pns-privacy .pns-form-input > label, #pns-privacy .pns-form-input > textarea, #pns-privacy .pns-form-input > input[type=text],
    #pns-privacy .pns-form-input > input[type=email],
    #pns-privacy .pns-form-input > input[type=number], #pns-privacy .pns-form-button {
      font-size: 15px; } }

.pns-head-1 {
  font-size: 48px;
  font-family: "GothamRounded-Book", sans-serif;
  line-height: 48px; }
  @media (max-width: 660px) {
    .pns-head-1 {
      font-size: 35px;
      line-height: 35px; } }
  @media (min-width: 661px) and (max-width: 990px) {
    .pns-head-1 {
      font-size: 40px;
      line-height: 40px; } }

#pns-privacy {
  /*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
  /*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
  /**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
  /*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*
*/
  /*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
  /**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
  /*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
  /*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
  /**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
  /*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*
*/
  /*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
  /**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */ }
  #pns-privacy html {
    box-sizing: border-box; }
  #pns-privacy *, #pns-privacy *::after, #pns-privacy *::before {
    box-sizing: inherit; }
  #pns-privacy html {
    box-sizing: border-box; }
  #pns-privacy *, #pns-privacy *::after, #pns-privacy *::before {
    box-sizing: inherit; }
  #pns-privacy .brv-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    background-color: rgba(255, 255, 255, 0.95);
    margin: auto;
    width: 0;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #pns-privacy .brv-dialog.active {
      visibility: visible;
      opacity: 1;
      width: 80%;
      height: 80%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    #pns-privacy .brv-dialog > .brv-dialog-head {
      text-align: right;
      padding: 15px 25px; }
    #pns-privacy .brv-dialog > .brv-dialog-body {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-slides {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        white-space: nowrap;
        margin-bottom: 100px;
        overflow: hidden; }
        #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-slides .brv-dialog-slide {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          visibility: hidden;
          overflow-x: hidden;
          overflow-y: auto;
          -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms;
          -moz-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms;
          transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms; }
          #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-slides .brv-dialog-slide.active {
            opacity: 1;
            visibility: visible; }
      #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-previous, #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-next {
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        max-width: 75px;
        width: 75px;
        opacity: 0.85;
        -webkit-transition: background-color cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
        -moz-transition: background-color cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
        transition: background-color cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms; }
        #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-previous > span, #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-next > span {
          -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
          -moz-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
          transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms; }
        #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-previous:hide, #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-next:hide {
          display: none; }
      #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-previous:hover > span {
        opacity: 1;
        -webkit-animation: PulseLeft 1s infinite linear forwards;
        -moz-animation: PulseLeft 1s infinite linear forwards;
        animation: PulseLeft 1s infinite linear forwards; }
      #pns-privacy .brv-dialog > .brv-dialog-body > .brv-dialog-next:hover > span {
        opacity: 1;
        -webkit-animation: PulseRight 1s infinite linear forwards;
        -moz-animation: PulseRight 1s infinite linear forwards;
        animation: PulseRight 1s infinite linear forwards; }

@-webkit-keyframes PulseRight {
  0% {
    -webkit-transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0px); } }

@-moz-keyframes PulseRight {
  0% {
    -moz-transform: translateX(0px); }
  50% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0px); } }

@keyframes PulseRight {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

@-webkit-keyframes PulseLeft {
  0% {
    -webkit-transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px); } }

@-moz-keyframes PulseLeft {
  0% {
    -moz-transform: translateX(0px); }
  50% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0px); } }

@keyframes PulseLeft {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
  #pns-privacy html {
    box-sizing: border-box; }
  #pns-privacy *, #pns-privacy *::after, #pns-privacy *::before {
    box-sizing: inherit; }
  #pns-privacy .brv-modal-slides.brv-modal-slide-1 {
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-2 {
    -webkit-transform: translateX(-200vw);
    -moz-transform: translateX(-200vw);
    -ms-transform: translateX(-200vw);
    -o-transform: translateX(-200vw);
    transform: translateX(-200vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-3 {
    -webkit-transform: translateX(-300vw);
    -moz-transform: translateX(-300vw);
    -ms-transform: translateX(-300vw);
    -o-transform: translateX(-300vw);
    transform: translateX(-300vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-4 {
    -webkit-transform: translateX(-400vw);
    -moz-transform: translateX(-400vw);
    -ms-transform: translateX(-400vw);
    -o-transform: translateX(-400vw);
    transform: translateX(-400vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-5 {
    -webkit-transform: translateX(-500vw);
    -moz-transform: translateX(-500vw);
    -ms-transform: translateX(-500vw);
    -o-transform: translateX(-500vw);
    transform: translateX(-500vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-6 {
    -webkit-transform: translateX(-600vw);
    -moz-transform: translateX(-600vw);
    -ms-transform: translateX(-600vw);
    -o-transform: translateX(-600vw);
    transform: translateX(-600vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-7 {
    -webkit-transform: translateX(-700vw);
    -moz-transform: translateX(-700vw);
    -ms-transform: translateX(-700vw);
    -o-transform: translateX(-700vw);
    transform: translateX(-700vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-8 {
    -webkit-transform: translateX(-800vw);
    -moz-transform: translateX(-800vw);
    -ms-transform: translateX(-800vw);
    -o-transform: translateX(-800vw);
    transform: translateX(-800vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-9 {
    -webkit-transform: translateX(-900vw);
    -moz-transform: translateX(-900vw);
    -ms-transform: translateX(-900vw);
    -o-transform: translateX(-900vw);
    transform: translateX(-900vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-10 {
    -webkit-transform: translateX(-1000vw);
    -moz-transform: translateX(-1000vw);
    -ms-transform: translateX(-1000vw);
    -o-transform: translateX(-1000vw);
    transform: translateX(-1000vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-11 {
    -webkit-transform: translateX(-1100vw);
    -moz-transform: translateX(-1100vw);
    -ms-transform: translateX(-1100vw);
    -o-transform: translateX(-1100vw);
    transform: translateX(-1100vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-12 {
    -webkit-transform: translateX(-1200vw);
    -moz-transform: translateX(-1200vw);
    -ms-transform: translateX(-1200vw);
    -o-transform: translateX(-1200vw);
    transform: translateX(-1200vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-13 {
    -webkit-transform: translateX(-1300vw);
    -moz-transform: translateX(-1300vw);
    -ms-transform: translateX(-1300vw);
    -o-transform: translateX(-1300vw);
    transform: translateX(-1300vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-14 {
    -webkit-transform: translateX(-1400vw);
    -moz-transform: translateX(-1400vw);
    -ms-transform: translateX(-1400vw);
    -o-transform: translateX(-1400vw);
    transform: translateX(-1400vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-15 {
    -webkit-transform: translateX(-1500vw);
    -moz-transform: translateX(-1500vw);
    -ms-transform: translateX(-1500vw);
    -o-transform: translateX(-1500vw);
    transform: translateX(-1500vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-16 {
    -webkit-transform: translateX(-1600vw);
    -moz-transform: translateX(-1600vw);
    -ms-transform: translateX(-1600vw);
    -o-transform: translateX(-1600vw);
    transform: translateX(-1600vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-17 {
    -webkit-transform: translateX(-1700vw);
    -moz-transform: translateX(-1700vw);
    -ms-transform: translateX(-1700vw);
    -o-transform: translateX(-1700vw);
    transform: translateX(-1700vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-18 {
    -webkit-transform: translateX(-1800vw);
    -moz-transform: translateX(-1800vw);
    -ms-transform: translateX(-1800vw);
    -o-transform: translateX(-1800vw);
    transform: translateX(-1800vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-19 {
    -webkit-transform: translateX(-1900vw);
    -moz-transform: translateX(-1900vw);
    -ms-transform: translateX(-1900vw);
    -o-transform: translateX(-1900vw);
    transform: translateX(-1900vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-20 {
    -webkit-transform: translateX(-2000vw);
    -moz-transform: translateX(-2000vw);
    -ms-transform: translateX(-2000vw);
    -o-transform: translateX(-2000vw);
    transform: translateX(-2000vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-21 {
    -webkit-transform: translateX(-2100vw);
    -moz-transform: translateX(-2100vw);
    -ms-transform: translateX(-2100vw);
    -o-transform: translateX(-2100vw);
    transform: translateX(-2100vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-22 {
    -webkit-transform: translateX(-2200vw);
    -moz-transform: translateX(-2200vw);
    -ms-transform: translateX(-2200vw);
    -o-transform: translateX(-2200vw);
    transform: translateX(-2200vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-23 {
    -webkit-transform: translateX(-2300vw);
    -moz-transform: translateX(-2300vw);
    -ms-transform: translateX(-2300vw);
    -o-transform: translateX(-2300vw);
    transform: translateX(-2300vw); }
  #pns-privacy .brv-modal-slides.brv-modal-slide-24 {
    -webkit-transform: translateX(-2400vw);
    -moz-transform: translateX(-2400vw);
    -ms-transform: translateX(-2400vw);
    -o-transform: translateX(-2400vw);
    transform: translateX(-2400vw); }
  #pns-privacy .brv-modal {
    white-space: nowrap;
    overflow: hidden; }
    #pns-privacy .brv-modal .brv-modal-slides {
      font-size: 0;
      white-space: nowrap;
      -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      #pns-privacy .brv-modal .brv-modal-slides .brv-modal-slide {
        white-space: normal;
        display: inline-block;
        width: 100vw;
        vertical-align: top;
        -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0;
        max-height: 0;
        visibility: hidden; }
        #pns-privacy .brv-modal .brv-modal-slides .brv-modal-slide.active {
          max-height: 200vh;
          opacity: 1.0;
          visibility: visible; }
  #pns-privacy .pns-radio-input {
    position: relative;
    text-align: left;
    vertical-align: top;
    cursor: pointer; }
    #pns-privacy .pns-radio-input:before {
      content: "";
      width: 24px;
      height: 24px;
      display: inline-block;
      border-radius: 50%;
      border: 3px solid #fff;
      margin-right: 5px; }
    #pns-privacy .pns-radio-input > span {
      vertical-align: top;
      color: #fff;
      line-height: 24px; }
    #pns-privacy .pns-radio-input:after {
      content: "";
      background-color: transparent;
      -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 150ms;
      -moz-transition: all cubic-bezier(0.77, 0, 0.175, 1) 150ms;
      transition: all cubic-bezier(0.77, 0, 0.175, 1) 150ms;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      position: absolute;
      left: 0px;
      top: 0px;
      width: 24px;
      height: 24px;
      display: block;
      border-radius: 50%; }
    #pns-privacy .pns-radio-input:hover:after {
      -webkit-transform: scale(0.3);
      -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
      -o-transform: scale(0.3);
      transform: scale(0.3);
      background-color: rgba(0, 0, 0, 0.25);
      content: ""; }
    #pns-privacy .pns-radio-input.active {
      color: pink; }
      #pns-privacy .pns-radio-input.active:after {
        -webkit-transform: scale(0.45);
        -moz-transform: scale(0.45);
        -ms-transform: scale(0.45);
        -o-transform: scale(0.45);
        transform: scale(0.45);
        background-color: rgba(0, 0, 0, 0.7);
        content: ""; }
  #pns-privacy .brv-bgimg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #pns-privacy .brvppl-container, #pns-privacy .brv-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #pns-privacy .brvppl-container::after, #pns-privacy .brv-container::after {
      clear: both;
      content: "";
      display: table; }
  #pns-privacy .brv-span-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    margin-right: 0; }
    #pns-privacy .brv-span-1:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-right: 0; }
    #pns-privacy .brv-span-2:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0; }
    #pns-privacy .brv-span-3:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #pns-privacy .brv-span-4:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    #pns-privacy .brv-span-5:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    #pns-privacy .brv-span-6:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0; }
    #pns-privacy .brv-span-7:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    #pns-privacy .brv-span-8:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    #pns-privacy .brv-span-9:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0; }
    #pns-privacy .brv-span-10:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    margin-right: 0; }
    #pns-privacy .brv-span-11:last-child {
      margin-right: 0; }
  #pns-privacy .brv-span-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    #pns-privacy .brv-span-12:last-child {
      margin-right: 0; }
  #pns-privacy .brv-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

@-moz-document url-prefix() {
  #pns-privacy [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }
  #pns-privacy [flex-order] {
    order: 0; }
  #pns-privacy [flex-order="-20"] {
    order: -20; }
  #pns-privacy [flex-order="-19"] {
    order: -19; }
  #pns-privacy [flex-order="-18"] {
    order: -18; }
  #pns-privacy [flex-order="-17"] {
    order: -17; }
  #pns-privacy [flex-order="-16"] {
    order: -16; }
  #pns-privacy [flex-order="-15"] {
    order: -15; }
  #pns-privacy [flex-order="-14"] {
    order: -14; }
  #pns-privacy [flex-order="-13"] {
    order: -13; }
  #pns-privacy [flex-order="-12"] {
    order: -12; }
  #pns-privacy [flex-order="-11"] {
    order: -11; }
  #pns-privacy [flex-order="-10"] {
    order: -10; }
  #pns-privacy [flex-order="-9"] {
    order: -9; }
  #pns-privacy [flex-order="-8"] {
    order: -8; }
  #pns-privacy [flex-order="-7"] {
    order: -7; }
  #pns-privacy [flex-order="-6"] {
    order: -6; }
  #pns-privacy [flex-order="-5"] {
    order: -5; }
  #pns-privacy [flex-order="-4"] {
    order: -4; }
  #pns-privacy [flex-order="-3"] {
    order: -3; }
  #pns-privacy [flex-order="-2"] {
    order: -2; }
  #pns-privacy [flex-order="-1"] {
    order: -1; }
  #pns-privacy [flex-order="0"] {
    order: 0; }
  #pns-privacy [flex-order="1"] {
    order: 1; }
  #pns-privacy [flex-order="2"] {
    order: 2; }
  #pns-privacy [flex-order="3"] {
    order: 3; }
  #pns-privacy [flex-order="4"] {
    order: 4; }
  #pns-privacy [flex-order="5"] {
    order: 5; }
  #pns-privacy [flex-order="6"] {
    order: 6; }
  #pns-privacy [flex-order="7"] {
    order: 7; }
  #pns-privacy [flex-order="8"] {
    order: 8; }
  #pns-privacy [flex-order="9"] {
    order: 9; }
  #pns-privacy [flex-order="10"] {
    order: 10; }
  #pns-privacy [flex-order="11"] {
    order: 11; }
  #pns-privacy [flex-order="12"] {
    order: 12; }
  #pns-privacy [flex-order="13"] {
    order: 13; }
  #pns-privacy [flex-order="14"] {
    order: 14; }
  #pns-privacy [flex-order="15"] {
    order: 15; }
  #pns-privacy [flex-order="16"] {
    order: 16; }
  #pns-privacy [flex-order="17"] {
    order: 17; }
  #pns-privacy [flex-order="18"] {
    order: 18; }
  #pns-privacy [flex-order="19"] {
    order: 19; }
  #pns-privacy [flex-order="20"] {
    order: 20; }
  #pns-privacy [flex-offset="0"] {
    margin-left: 0%; }
  #pns-privacy [flex-offset="5"] {
    margin-left: 5%; }
  #pns-privacy [flex-offset="10"] {
    margin-left: 10%; }
  #pns-privacy [flex-offset="15"] {
    margin-left: 15%; }
  #pns-privacy [flex-offset="20"] {
    margin-left: 20%; }
  #pns-privacy [flex-offset="25"] {
    margin-left: 25%; }
  #pns-privacy [flex-offset="30"] {
    margin-left: 30%; }
  #pns-privacy [flex-offset="35"] {
    margin-left: 35%; }
  #pns-privacy [flex-offset="40"] {
    margin-left: 40%; }
  #pns-privacy [flex-offset="45"] {
    margin-left: 45%; }
  #pns-privacy [flex-offset="50"] {
    margin-left: 50%; }
  #pns-privacy [flex-offset="55"] {
    margin-left: 55%; }
  #pns-privacy [flex-offset="60"] {
    margin-left: 60%; }
  #pns-privacy [flex-offset="65"] {
    margin-left: 65%; }
  #pns-privacy [flex-offset="70"] {
    margin-left: 70%; }
  #pns-privacy [flex-offset="75"] {
    margin-left: 75%; }
  #pns-privacy [flex-offset="80"] {
    margin-left: 80%; }
  #pns-privacy [flex-offset="85"] {
    margin-left: 85%; }
  #pns-privacy [flex-offset="90"] {
    margin-left: 90%; }
  #pns-privacy [flex-offset="95"] {
    margin-left: 95%; }
  #pns-privacy [flex-offset="33"] {
    margin-left: calc(100% / 3); }
  #pns-privacy [flex-offset="66"] {
    margin-left: calc(200% / 3); }
  #pns-privacy [layout-align] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  #pns-privacy [layout-align="start"],
  #pns-privacy [layout-align="start start"],
  #pns-privacy [layout-align="start center"],
  #pns-privacy [layout-align="start end"],
  #pns-privacy [layout-align="start stretch"] {
    justify-content: flex-start; }
  #pns-privacy [layout-align="center"],
  #pns-privacy [layout-align="center start"],
  #pns-privacy [layout-align="center center"],
  #pns-privacy [layout-align="center end"],
  #pns-privacy [layout-align="center stretch"] {
    justify-content: center; }
  #pns-privacy [layout-align="end"],
  #pns-privacy [layout-align="end center"],
  #pns-privacy [layout-align="end start"],
  #pns-privacy [layout-align="end end"],
  #pns-privacy [layout-align="end stretch"] {
    justify-content: flex-end; }
  #pns-privacy [layout-align="space-around"],
  #pns-privacy [layout-align="space-around center"],
  #pns-privacy [layout-align="space-around start"],
  #pns-privacy [layout-align="space-around end"],
  #pns-privacy [layout-align="space-around stretch"] {
    justify-content: space-around; }
  #pns-privacy [layout-align="space-between"],
  #pns-privacy [layout-align="space-between center"],
  #pns-privacy [layout-align="space-between start"],
  #pns-privacy [layout-align="space-between end"],
  #pns-privacy [layout-align="space-between stretch"] {
    justify-content: space-between; }
  #pns-privacy [layout-align="start start"],
  #pns-privacy [layout-align="center start"],
  #pns-privacy [layout-align="end start"],
  #pns-privacy [layout-align="space-between start"],
  #pns-privacy [layout-align="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  #pns-privacy [layout-align="start center"],
  #pns-privacy [layout-align="center center"],
  #pns-privacy [layout-align="end center"],
  #pns-privacy [layout-align="space-between center"],
  #pns-privacy [layout-align="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  #pns-privacy [layout-align="start center"] > *,
  #pns-privacy [layout-align="center center"] > *,
  #pns-privacy [layout-align="end center"] > *,
  #pns-privacy [layout-align="space-between center"] > *,
  #pns-privacy [layout-align="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout-align="start end"],
  #pns-privacy [layout-align="center end"],
  #pns-privacy [layout-align="end end"],
  #pns-privacy [layout-align="space-between end"],
  #pns-privacy [layout-align="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  #pns-privacy [layout-align="start stretch"],
  #pns-privacy [layout-align="center stretch"],
  #pns-privacy [layout-align="end stretch"],
  #pns-privacy [layout-align="space-between stretch"],
  #pns-privacy [layout-align="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  #pns-privacy [flex] {
    flex: 1;
    box-sizing: border-box; }
  @media screen\0 {
    #pns-privacy [flex] {
      flex: 1 1 auto; } }
  #pns-privacy [flex-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  #pns-privacy [flex-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy [flex-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  #pns-privacy [flex-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  #pns-privacy [flex="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="0"],
  #pns-privacy [layout="row"] > [flex="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy [layout="row-reverse"] > [flex="0"],
  #pns-privacy [layout="row-reverse"] > [flex="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy [layout="column"] > [flex="0"],
  #pns-privacy [layout="column"] > [flex="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy [layout="column-reverse"] > [flex="0"],
  #pns-privacy [layout="column-reverse"] > [flex="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy [flex="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="5"],
  #pns-privacy [layout="row"] > [flex="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="5"],
  #pns-privacy [layout="row-reverse"] > [flex="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="5"],
  #pns-privacy [layout="column"] > [flex="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="5"],
  #pns-privacy [layout="column-reverse"] > [flex="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy [flex="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="10"],
  #pns-privacy [layout="row"] > [flex="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="10"],
  #pns-privacy [layout="row-reverse"] > [flex="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="10"],
  #pns-privacy [layout="column"] > [flex="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="10"],
  #pns-privacy [layout="column-reverse"] > [flex="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy [flex="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="15"],
  #pns-privacy [layout="row"] > [flex="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="15"],
  #pns-privacy [layout="row-reverse"] > [flex="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="15"],
  #pns-privacy [layout="column"] > [flex="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="15"],
  #pns-privacy [layout="column-reverse"] > [flex="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy [flex="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="20"],
  #pns-privacy [layout="row"] > [flex="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="20"],
  #pns-privacy [layout="row-reverse"] > [flex="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="20"],
  #pns-privacy [layout="column"] > [flex="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="20"],
  #pns-privacy [layout="column-reverse"] > [flex="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy [flex="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="25"],
  #pns-privacy [layout="row"] > [flex="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="25"],
  #pns-privacy [layout="row-reverse"] > [flex="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="25"],
  #pns-privacy [layout="column"] > [flex="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="25"],
  #pns-privacy [layout="column-reverse"] > [flex="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy [flex="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="30"],
  #pns-privacy [layout="row"] > [flex="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="30"],
  #pns-privacy [layout="row-reverse"] > [flex="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="30"],
  #pns-privacy [layout="column"] > [flex="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="30"],
  #pns-privacy [layout="column-reverse"] > [flex="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy [flex="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="35"],
  #pns-privacy [layout="row"] > [flex="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="35"],
  #pns-privacy [layout="row-reverse"] > [flex="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="35"],
  #pns-privacy [layout="column"] > [flex="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="35"],
  #pns-privacy [layout="column-reverse"] > [flex="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy [flex="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="40"],
  #pns-privacy [layout="row"] > [flex="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="40"],
  #pns-privacy [layout="row-reverse"] > [flex="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="40"],
  #pns-privacy [layout="column"] > [flex="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="40"],
  #pns-privacy [layout="column-reverse"] > [flex="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy [flex="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="45"],
  #pns-privacy [layout="row"] > [flex="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="45"],
  #pns-privacy [layout="row-reverse"] > [flex="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="45"],
  #pns-privacy [layout="column"] > [flex="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="45"],
  #pns-privacy [layout="column-reverse"] > [flex="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy [flex="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="50"],
  #pns-privacy [layout="row"] > [flex="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="50"],
  #pns-privacy [layout="row-reverse"] > [flex="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="50"],
  #pns-privacy [layout="column"] > [flex="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="50"],
  #pns-privacy [layout="column-reverse"] > [flex="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy [flex="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="55"],
  #pns-privacy [layout="row"] > [flex="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="55"],
  #pns-privacy [layout="row-reverse"] > [flex="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="55"],
  #pns-privacy [layout="column"] > [flex="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="55"],
  #pns-privacy [layout="column-reverse"] > [flex="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy [flex="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="60"],
  #pns-privacy [layout="row"] > [flex="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="60"],
  #pns-privacy [layout="row-reverse"] > [flex="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="60"],
  #pns-privacy [layout="column"] > [flex="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="60"],
  #pns-privacy [layout="column-reverse"] > [flex="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy [flex="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="65"],
  #pns-privacy [layout="row"] > [flex="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="65"],
  #pns-privacy [layout="row-reverse"] > [flex="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="65"],
  #pns-privacy [layout="column"] > [flex="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="65"],
  #pns-privacy [layout="column-reverse"] > [flex="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy [flex="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="70"],
  #pns-privacy [layout="row"] > [flex="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="70"],
  #pns-privacy [layout="row-reverse"] > [flex="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="70"],
  #pns-privacy [layout="column"] > [flex="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="70"],
  #pns-privacy [layout="column-reverse"] > [flex="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy [flex="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="75"],
  #pns-privacy [layout="row"] > [flex="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="75"],
  #pns-privacy [layout="row-reverse"] > [flex="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="75"],
  #pns-privacy [layout="column"] > [flex="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="75"],
  #pns-privacy [layout="column-reverse"] > [flex="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy [flex="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="80"],
  #pns-privacy [layout="row"] > [flex="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="80"],
  #pns-privacy [layout="row-reverse"] > [flex="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="80"],
  #pns-privacy [layout="column"] > [flex="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="80"],
  #pns-privacy [layout="column-reverse"] > [flex="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy [flex="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="85"],
  #pns-privacy [layout="row"] > [flex="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="85"],
  #pns-privacy [layout="row-reverse"] > [flex="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="85"],
  #pns-privacy [layout="column"] > [flex="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="85"],
  #pns-privacy [layout="column-reverse"] > [flex="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy [flex="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="90"],
  #pns-privacy [layout="row"] > [flex="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="90"],
  #pns-privacy [layout="row-reverse"] > [flex="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="90"],
  #pns-privacy [layout="column"] > [flex="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="90"],
  #pns-privacy [layout="column-reverse"] > [flex="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy [flex="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="95"],
  #pns-privacy [layout="row"] > [flex="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="95"],
  #pns-privacy [layout="row-reverse"] > [flex="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="95"],
  #pns-privacy [layout="column"] > [flex="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="95"],
  #pns-privacy [layout="column-reverse"] > [flex="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="100"],
  #pns-privacy [layout="row"] > [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="100"],
  #pns-privacy [layout="row-reverse"] > [flex="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="100"],
  #pns-privacy [layout="column"] > [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="100"],
  #pns-privacy [layout="column-reverse"] > [flex="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > .flex, #pns-privacy [layout="row"] > .flex {
    min-width: 0; }
  #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > .flex, #pns-privacy [layout="column"] > .flex {
    min-height: 0; }
  #pns-privacy [layout], #pns-privacy [layout="column"], #pns-privacy [layout="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #pns-privacy [layout="column"] {
    flex-direction: column; }
  #pns-privacy [layout="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  #pns-privacy [layout="row"] {
    flex-direction: row; }
  #pns-privacy [layout="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  #pns-privacy [layout-padding] > [flex-sm], #pns-privacy [layout-padding] > [flex-lt-md] {
    padding: 4px; }
  #pns-privacy [layout-padding],
  #pns-privacy [layout-padding] > [flex],
  #pns-privacy [layout-padding] > [flex-gt-sm],
  #pns-privacy [layout-padding] > [flex-md],
  #pns-privacy [layout-padding] > [flex-lt-lg] {
    padding: 8px; }
  #pns-privacy [layout-padding] > [flex-gt-md],
  #pns-privacy [layout-padding] > [flex-lg] {
    padding: 16px; }
  #pns-privacy [layout-margin] > [flex-sm],
  #pns-privacy [layout-margin] > [flex-lt-md] {
    margin: 4px; }
  #pns-privacy [layout-margin],
  #pns-privacy [layout-margin] > [flex],
  #pns-privacy [layout-margin] > [flex-gt-sm],
  #pns-privacy [layout-margin] > [flex-md],
  #pns-privacy [layout-margin] > [flex-lt-lg] {
    margin: 8px; }
  #pns-privacy [layout-margin] > [flex-gt-md],
  #pns-privacy [layout-margin] > [flex-lg] {
    margin: 16px; }
  #pns-privacy [layout-wrap] {
    flex-wrap: wrap; }
  #pns-privacy [layout-nowrap] {
    flex-wrap: nowrap; }
  #pns-privacy [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; }
  @media (max-width: 659px) {
    #pns-privacy [hide-xs]:not([show-xs]):not([show]), #pns-privacy [hide]:not([show-xs]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-xs="-20"] {
      order: -20; }
    #pns-privacy [flex-order-xs="-19"] {
      order: -19; }
    #pns-privacy [flex-order-xs="-18"] {
      order: -18; }
    #pns-privacy [flex-order-xs="-17"] {
      order: -17; }
    #pns-privacy [flex-order-xs="-16"] {
      order: -16; }
    #pns-privacy [flex-order-xs="-15"] {
      order: -15; }
    #pns-privacy [flex-order-xs="-14"] {
      order: -14; }
    #pns-privacy [flex-order-xs="-13"] {
      order: -13; }
    #pns-privacy [flex-order-xs="-12"] {
      order: -12; }
    #pns-privacy [flex-order-xs="-11"] {
      order: -11; }
    #pns-privacy [flex-order-xs="-10"] {
      order: -10; }
    #pns-privacy [flex-order-xs="-9"] {
      order: -9; }
    #pns-privacy [flex-order-xs="-8"] {
      order: -8; }
    #pns-privacy [flex-order-xs="-7"] {
      order: -7; }
    #pns-privacy [flex-order-xs="-6"] {
      order: -6; }
    #pns-privacy [flex-order-xs="-5"] {
      order: -5; }
    #pns-privacy [flex-order-xs="-4"] {
      order: -4; }
    #pns-privacy [flex-order-xs="-3"] {
      order: -3; }
    #pns-privacy [flex-order-xs="-2"] {
      order: -2; }
    #pns-privacy [flex-order-xs="-1"] {
      order: -1; }
    #pns-privacy [flex-order-xs="0"] {
      order: 0; }
    #pns-privacy [flex-order-xs="1"] {
      order: 1; }
    #pns-privacy [flex-order-xs="2"] {
      order: 2; }
    #pns-privacy [flex-order-xs="3"] {
      order: 3; }
    #pns-privacy [flex-order-xs="4"] {
      order: 4; }
    #pns-privacy [flex-order-xs="5"] {
      order: 5; }
    #pns-privacy [flex-order-xs="6"] {
      order: 6; }
    #pns-privacy [flex-order-xs="7"] {
      order: 7; }
    #pns-privacy [flex-order-xs="8"] {
      order: 8; }
    #pns-privacy [flex-order-xs="9"] {
      order: 9; }
    #pns-privacy [flex-order-xs="10"] {
      order: 10; }
    #pns-privacy [flex-order-xs="11"] {
      order: 11; }
    #pns-privacy [flex-order-xs="12"] {
      order: 12; }
    #pns-privacy [flex-order-xs="13"] {
      order: 13; }
    #pns-privacy [flex-order-xs="14"] {
      order: 14; }
    #pns-privacy [flex-order-xs="15"] {
      order: 15; }
    #pns-privacy [flex-order-xs="16"] {
      order: 16; }
    #pns-privacy [flex-order-xs="17"] {
      order: 17; }
    #pns-privacy [flex-order-xs="18"] {
      order: 18; }
    #pns-privacy [flex-order-xs="19"] {
      order: 19; }
    #pns-privacy [flex-order-xs="20"] {
      order: 20; }
    #pns-privacy [flex-offset-xs="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-xs="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-xs="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-xs="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-xs="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-xs="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-xs="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-xs="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-xs="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-xs="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-xs="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-xs="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-xs="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-xs="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-xs="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-xs="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-xs="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-xs="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-xs="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-xs="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-xs="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-xs="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-xs] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-xs="start"],
    #pns-privacy [layout-align-xs="start start"],
    #pns-privacy [layout-align-xs="start center"],
    #pns-privacy [layout-align-xs="start end"],
    #pns-privacy [layout-align-xs="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-xs="center"],
    #pns-privacy [layout-align-xs="center start"],
    #pns-privacy [layout-align-xs="center center"],
    #pns-privacy [layout-align-xs="center end"],
    #pns-privacy [layout-align-xs="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-xs="end"],
    #pns-privacy [layout-align-xs="end center"],
    #pns-privacy [layout-align-xs="end start"],
    #pns-privacy [layout-align-xs="end end"],
    #pns-privacy [layout-align-xs="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-xs="space-around"],
    #pns-privacy [layout-align-xs="space-around center"],
    #pns-privacy [layout-align-xs="space-around start"],
    #pns-privacy [layout-align-xs="space-around end"],
    #pns-privacy [layout-align-xs="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-xs="space-between"],
    #pns-privacy [layout-align-xs="space-between center"],
    #pns-privacy [layout-align-xs="space-between start"],
    #pns-privacy [layout-align-xs="space-between end"],
    #pns-privacy [layout-align-xs="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-xs="start start"],
    #pns-privacy [layout-align-xs="center start"],
    #pns-privacy [layout-align-xs="end start"],
    #pns-privacy [layout-align-xs="space-between start"],
    #pns-privacy [layout-align-xs="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-xs="start center"],
    #pns-privacy [layout-align-xs="center center"],
    #pns-privacy [layout-align-xs="end center"],
    #pns-privacy [layout-align-xs="space-between center"],
    #pns-privacy [layout-align-xs="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-xs="start center"] > *,
    #pns-privacy [layout-align-xs="center center"] > *,
    #pns-privacy [layout-align-xs="end center"] > *,
    #pns-privacy [layout-align-xs="space-between center"] > *,
    #pns-privacy [layout-align-xs="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-xs="start end"],
    #pns-privacy [layout-align-xs="center end"],
    #pns-privacy [layout-align-xs="end end"],
    #pns-privacy [layout-align-xs="space-between end"],
    #pns-privacy [layout-align-xs="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-xs="start stretch"],
    #pns-privacy [layout-align-xs="center stretch"],
    #pns-privacy [layout-align-xs="end stretch"],
    #pns-privacy [layout-align-xs="space-between stretch"],
    #pns-privacy [layout-align-xs="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-xs] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  #pns-privacy [flex-xs] {
    flex: 1 1 auto; } }
  @media (max-width: 659px) {
    #pns-privacy [flex-xs-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="0"],
    #pns-privacy [layout-xs="row"] > [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="0"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xs="0"],
    #pns-privacy [layout-xs="column"] > [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="0"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="5"],
    #pns-privacy [layout-xs="row"] > [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="5"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="5"],
    #pns-privacy [layout-xs="column"] > [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="5"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="10"],
    #pns-privacy [layout-xs="row"] > [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="10"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="10"],
    #pns-privacy [layout-xs="column"] > [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="10"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="15"],
    #pns-privacy [layout-xs="row"] > [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="15"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="15"],
    #pns-privacy [layout-xs="column"] > [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="15"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="20"],
    #pns-privacy [layout-xs="row"] > [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="20"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="20"],
    #pns-privacy [layout-xs="column"] > [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="20"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="25"],
    #pns-privacy [layout-xs="row"] > [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="25"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="25"],
    #pns-privacy [layout-xs="column"] > [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="25"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="30"],
    #pns-privacy [layout-xs="row"] > [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="30"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="30"],
    #pns-privacy [layout-xs="column"] > [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="30"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="35"],
    #pns-privacy [layout-xs="row"] > [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="35"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="35"],
    #pns-privacy [layout-xs="column"] > [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="35"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="40"],
    #pns-privacy [layout-xs="row"] > [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="40"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="40"],
    #pns-privacy [layout-xs="column"] > [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="40"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="45"],
    #pns-privacy [layout-xs="row"] > [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="45"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="45"],
    #pns-privacy [layout-xs="column"] > [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="45"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="50"],
    #pns-privacy [layout-xs="row"] > [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="50"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="50"],
    #pns-privacy [layout-xs="column"] > [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="50"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="55"],
    #pns-privacy [layout-xs="row"] > [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="55"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="55"],
    #pns-privacy [layout-xs="column"] > [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="55"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="60"],
    #pns-privacy [layout-xs="row"] > [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="60"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="60"],
    #pns-privacy [layout-xs="column"] > [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="60"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="65"],
    #pns-privacy [layout-xs="row"] > [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="65"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="65"],
    #pns-privacy [layout-xs="column"] > [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="65"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="70"],
    #pns-privacy [layout-xs="row"] > [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="70"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="70"],
    #pns-privacy [layout-xs="column"] > [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="70"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="75"],
    #pns-privacy [layout-xs="row"] > [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="75"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="75"],
    #pns-privacy [layout-xs="column"] > [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="75"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="80"],
    #pns-privacy [layout-xs="row"] > [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="80"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="80"],
    #pns-privacy [layout-xs="column"] > [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="80"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="85"],
    #pns-privacy [layout-xs="row"] > [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="85"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="85"],
    #pns-privacy [layout-xs="column"] > [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="85"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="90"],
    #pns-privacy [layout-xs="row"] > [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="90"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="90"],
    #pns-privacy [layout-xs="column"] > [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="90"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="95"],
    #pns-privacy [layout-xs="row"] > [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="95"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="95"],
    #pns-privacy [layout-xs="column"] > [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="95"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="100"],
    #pns-privacy [layout-xs="row"] > [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="100"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="100"],
    #pns-privacy [layout-xs="column"] > [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="100"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="33"], #pns-privacy [layout="row"] > [flex-xs="33"], #pns-privacy [layout-xs="row"] > [flex-xs="33"], #pns-privacy [layout-xs="row"] > [flex-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="66"], #pns-privacy [layout="row"] > [flex-xs="66"], #pns-privacy [layout-xs="row"] > [flex-xs="66"], #pns-privacy [layout-xs="row"] > [flex-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-xs="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xs="33"], #pns-privacy [layout="column"] > [flex-xs="33"], #pns-privacy [layout-xs="column"] > [flex-xs="33"], #pns-privacy [layout-xs="column"] > [flex-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="66"], #pns-privacy [layout="column"] > [flex-xs="66"], #pns-privacy [layout-xs="column"] > [flex-xs="66"], #pns-privacy [layout-xs="column"] > [flex-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-xs="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-xs], #pns-privacy [layout-xs="column"], #pns-privacy [layout-xs="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-xs="column"] {
      flex-direction: column; }
    #pns-privacy [layout-xs="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-xs="row"] {
      flex-direction: row; }
    #pns-privacy [layout-xs="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 660px) {
    #pns-privacy [flex-order-gt-xs="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-xs="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-xs="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-xs="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-xs="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-xs="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-xs="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-xs="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-xs="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-xs="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-xs="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-xs="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-xs="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-xs="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-xs="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-xs="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-xs="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-xs="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-xs="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-xs="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-xs="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-xs="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-xs="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-xs="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-xs="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-xs="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-xs="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-xs="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-xs="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-xs="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-xs="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-xs="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-xs="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-xs="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-xs="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-xs="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-xs="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-xs="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-xs="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-xs="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-xs="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-xs="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-xs="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-xs="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-xs="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-xs="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-xs="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-xs="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-xs="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-xs="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-xs="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-xs="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-xs="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-xs="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-xs="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-xs="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-xs="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-xs="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-xs="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-xs="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-xs="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-xs="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-xs="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-xs] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-xs="start"],
    #pns-privacy [layout-align-gt-xs="start start"],
    #pns-privacy [layout-align-gt-xs="start center"],
    #pns-privacy [layout-align-gt-xs="start end"],
    #pns-privacy [layout-align-gt-xs="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-xs="center"],
    #pns-privacy [layout-align-gt-xs="center start"],
    #pns-privacy [layout-align-gt-xs="center center"],
    #pns-privacy [layout-align-gt-xs="center end"],
    #pns-privacy [layout-align-gt-xs="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-xs="end"],
    #pns-privacy [layout-align-gt-xs="end center"],
    #pns-privacy [layout-align-gt-xs="end start"],
    #pns-privacy [layout-align-gt-xs="end end"],
    #pns-privacy [layout-align-gt-xs="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-xs="space-around"],
    #pns-privacy [layout-align-gt-xs="space-around center"],
    #pns-privacy [layout-align-gt-xs="space-around start"],
    #pns-privacy [layout-align-gt-xs="space-around end"],
    #pns-privacy [layout-align-gt-xs="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-xs="space-between"],
    #pns-privacy [layout-align-gt-xs="space-between center"],
    #pns-privacy [layout-align-gt-xs="space-between start"],
    #pns-privacy [layout-align-gt-xs="space-between end"],
    #pns-privacy [layout-align-gt-xs="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-xs="start start"],
    #pns-privacy [layout-align-gt-xs="center start"],
    #pns-privacy [layout-align-gt-xs="end start"],
    #pns-privacy [layout-align-gt-xs="space-between start"],
    #pns-privacy [layout-align-gt-xs="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-xs="start center"],
    #pns-privacy [layout-align-gt-xs="center center"],
    #pns-privacy [layout-align-gt-xs="end center"],
    #pns-privacy [layout-align-gt-xs="space-between center"],
    #pns-privacy [layout-align-gt-xs="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-xs="start center"] > *,
    #pns-privacy [layout-align-gt-xs="center center"] > *,
    #pns-privacy [layout-align-gt-xs="end center"] > *,
    #pns-privacy [layout-align-gt-xs="space-between center"] > *,
    #pns-privacy [layout-align-gt-xs="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-xs="start end"],
    #pns-privacy [layout-align-gt-xs="center end"],
    #pns-privacy [layout-align-gt-xs="end end"],
    #pns-privacy [layout-align-gt-xs="space-between end"],
    #pns-privacy [layout-align-gt-xs="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-xs="start stretch"],
    #pns-privacy [layout-align-gt-xs="center stretch"],
    #pns-privacy [layout-align-gt-xs="end stretch"],
    #pns-privacy [layout-align-gt-xs="space-between stretch"],
    #pns-privacy [layout-align-gt-xs="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-xs] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  #pns-privacy [flex-gt-xs] {
    flex: 1 1 auto; } }
  @media (min-width: 660px) {
    #pns-privacy [flex-gt-xs-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="33"], #pns-privacy [layout="row"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="66"], #pns-privacy [layout="row"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-xs="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-xs="33"], #pns-privacy [layout="column"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="66"], #pns-privacy [layout="column"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-xs="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-xs], #pns-privacy [layout-gt-xs="column"], #pns-privacy [layout-gt-xs="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-xs="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-xs="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-xs="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-xs="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-sm]:not([show-sm]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-sm="-20"] {
      order: -20; }
    #pns-privacy [flex-order-sm="-19"] {
      order: -19; }
    #pns-privacy [flex-order-sm="-18"] {
      order: -18; }
    #pns-privacy [flex-order-sm="-17"] {
      order: -17; }
    #pns-privacy [flex-order-sm="-16"] {
      order: -16; }
    #pns-privacy [flex-order-sm="-15"] {
      order: -15; }
    #pns-privacy [flex-order-sm="-14"] {
      order: -14; }
    #pns-privacy [flex-order-sm="-13"] {
      order: -13; }
    #pns-privacy [flex-order-sm="-12"] {
      order: -12; }
    #pns-privacy [flex-order-sm="-11"] {
      order: -11; }
    #pns-privacy [flex-order-sm="-10"] {
      order: -10; }
    #pns-privacy [flex-order-sm="-9"] {
      order: -9; }
    #pns-privacy [flex-order-sm="-8"] {
      order: -8; }
    #pns-privacy [flex-order-sm="-7"] {
      order: -7; }
    #pns-privacy [flex-order-sm="-6"] {
      order: -6; }
    #pns-privacy [flex-order-sm="-5"] {
      order: -5; }
    #pns-privacy [flex-order-sm="-4"] {
      order: -4; }
    #pns-privacy [flex-order-sm="-3"] {
      order: -3; }
    #pns-privacy [flex-order-sm="-2"] {
      order: -2; }
    #pns-privacy [flex-order-sm="-1"] {
      order: -1; }
    #pns-privacy [flex-order-sm="0"] {
      order: 0; }
    #pns-privacy [flex-order-sm="1"] {
      order: 1; }
    #pns-privacy [flex-order-sm="2"] {
      order: 2; }
    #pns-privacy [flex-order-sm="3"] {
      order: 3; }
    #pns-privacy [flex-order-sm="4"] {
      order: 4; }
    #pns-privacy [flex-order-sm="5"] {
      order: 5; }
    #pns-privacy [flex-order-sm="6"] {
      order: 6; }
    #pns-privacy [flex-order-sm="7"] {
      order: 7; }
    #pns-privacy [flex-order-sm="8"] {
      order: 8; }
    #pns-privacy [flex-order-sm="9"] {
      order: 9; }
    #pns-privacy [flex-order-sm="10"] {
      order: 10; }
    #pns-privacy [flex-order-sm="11"] {
      order: 11; }
    #pns-privacy [flex-order-sm="12"] {
      order: 12; }
    #pns-privacy [flex-order-sm="13"] {
      order: 13; }
    #pns-privacy [flex-order-sm="14"] {
      order: 14; }
    #pns-privacy [flex-order-sm="15"] {
      order: 15; }
    #pns-privacy [flex-order-sm="16"] {
      order: 16; }
    #pns-privacy [flex-order-sm="17"] {
      order: 17; }
    #pns-privacy [flex-order-sm="18"] {
      order: 18; }
    #pns-privacy [flex-order-sm="19"] {
      order: 19; }
    #pns-privacy [flex-order-sm="20"] {
      order: 20; }
    #pns-privacy [flex-offset-sm="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-sm="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-sm="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-sm="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-sm="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-sm="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-sm="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-sm="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-sm="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-sm="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-sm="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-sm="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-sm="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-sm="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-sm="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-sm="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-sm="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-sm="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-sm="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-sm="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-sm="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-sm="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-sm] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-sm="start"],
    #pns-privacy [layout-align-sm="start start"],
    #pns-privacy [layout-align-sm="start center"],
    #pns-privacy [layout-align-sm="start end"],
    #pns-privacy [layout-align-sm="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-sm="center"],
    #pns-privacy [layout-align-sm="center start"],
    #pns-privacy [layout-align-sm="center center"],
    #pns-privacy [layout-align-sm="center end"],
    #pns-privacy [layout-align-sm="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-sm="end"],
    #pns-privacy [layout-align-sm="end center"],
    #pns-privacy [layout-align-sm="end start"],
    #pns-privacy [layout-align-sm="end end"],
    #pns-privacy [layout-align-sm="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-sm="space-around"],
    #pns-privacy [layout-align-sm="space-around center"],
    #pns-privacy [layout-align-sm="space-around start"],
    #pns-privacy [layout-align-sm="space-around end"],
    #pns-privacy [layout-align-sm="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-sm="space-between"],
    #pns-privacy [layout-align-sm="space-between center"],
    #pns-privacy [layout-align-sm="space-between start"],
    #pns-privacy [layout-align-sm="space-between end"],
    #pns-privacy [layout-align-sm="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-sm="start start"],
    #pns-privacy [layout-align-sm="center start"],
    #pns-privacy [layout-align-sm="end start"],
    #pns-privacy [layout-align-sm="space-between start"],
    #pns-privacy [layout-align-sm="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-sm="start center"],
    #pns-privacy [layout-align-sm="center center"],
    #pns-privacy [layout-align-sm="end center"],
    #pns-privacy [layout-align-sm="space-between center"],
    #pns-privacy [layout-align-sm="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-sm="start center"] > *,
    #pns-privacy [layout-align-sm="center center"] > *,
    #pns-privacy [layout-align-sm="end center"] > *,
    #pns-privacy [layout-align-sm="space-between center"] > *,
    #pns-privacy [layout-align-sm="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-sm="start end"],
    #pns-privacy [layout-align-sm="center end"],
    #pns-privacy [layout-align-sm="end end"],
    #pns-privacy [layout-align-sm="space-between end"],
    #pns-privacy [layout-align-sm="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-sm="start stretch"],
    #pns-privacy [layout-align-sm="center stretch"],
    #pns-privacy [layout-align-sm="end stretch"],
    #pns-privacy [layout-align-sm="space-between stretch"],
    #pns-privacy [layout-align-sm="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-sm] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  #pns-privacy [flex-sm] {
    flex: 1 1 auto; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy [flex-sm-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="0"],
    #pns-privacy [layout-sm="row"] > [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="0"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-sm="0"],
    #pns-privacy [layout-sm="column"] > [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="0"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="5"],
    #pns-privacy [layout-sm="row"] > [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="5"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="5"],
    #pns-privacy [layout-sm="column"] > [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="5"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="10"],
    #pns-privacy [layout-sm="row"] > [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="10"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="10"],
    #pns-privacy [layout-sm="column"] > [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="10"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="15"],
    #pns-privacy [layout-sm="row"] > [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="15"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="15"],
    #pns-privacy [layout-sm="column"] > [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="15"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="20"],
    #pns-privacy [layout-sm="row"] > [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="20"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="20"],
    #pns-privacy [layout-sm="column"] > [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="20"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="25"],
    #pns-privacy [layout-sm="row"] > [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="25"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="25"],
    #pns-privacy [layout-sm="column"] > [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="25"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="30"],
    #pns-privacy [layout-sm="row"] > [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="30"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="30"],
    #pns-privacy [layout-sm="column"] > [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="30"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="35"],
    #pns-privacy [layout-sm="row"] > [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="35"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="35"],
    #pns-privacy [layout-sm="column"] > [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="35"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="40"],
    #pns-privacy [layout-sm="row"] > [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="40"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="40"],
    #pns-privacy [layout-sm="column"] > [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="40"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="45"],
    #pns-privacy [layout-sm="row"] > [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="45"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="45"],
    #pns-privacy [layout-sm="column"] > [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="45"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="50"],
    #pns-privacy [layout-sm="row"] > [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="50"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="50"],
    #pns-privacy [layout-sm="column"] > [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="50"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="55"],
    #pns-privacy [layout-sm="row"] > [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="55"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="55"],
    #pns-privacy [layout-sm="column"] > [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="55"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="60"],
    #pns-privacy [layout-sm="row"] > [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="60"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="60"],
    #pns-privacy [layout-sm="column"] > [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="60"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="65"],
    #pns-privacy [layout-sm="row"] > [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="65"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="65"],
    #pns-privacy [layout-sm="column"] > [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="65"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="70"],
    #pns-privacy [layout-sm="row"] > [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="70"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="70"],
    #pns-privacy [layout-sm="column"] > [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="70"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="75"],
    #pns-privacy [layout-sm="row"] > [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="75"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="75"],
    #pns-privacy [layout-sm="column"] > [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="75"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="80"],
    #pns-privacy [layout-sm="row"] > [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="80"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="80"],
    #pns-privacy [layout-sm="column"] > [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="80"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="85"],
    #pns-privacy [layout-sm="row"] > [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="85"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="85"],
    #pns-privacy [layout-sm="column"] > [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="85"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="90"],
    #pns-privacy [layout-sm="row"] > [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="90"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="90"],
    #pns-privacy [layout-sm="column"] > [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="90"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="95"],
    #pns-privacy [layout-sm="row"] > [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="95"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="95"],
    #pns-privacy [layout-sm="column"] > [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="95"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="100"],
    #pns-privacy [layout-sm="row"] > [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="100"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="100"],
    #pns-privacy [layout-sm="column"] > [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="100"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="33"], #pns-privacy [layout="row"] > [flex-sm="33"], #pns-privacy [layout-sm="row"] > [flex-sm="33"], #pns-privacy [layout-sm="row"] > [flex-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="66"], #pns-privacy [layout="row"] > [flex-sm="66"], #pns-privacy [layout-sm="row"] > [flex-sm="66"], #pns-privacy [layout-sm="row"] > [flex-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-sm="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-sm="33"], #pns-privacy [layout="column"] > [flex-sm="33"], #pns-privacy [layout-sm="column"] > [flex-sm="33"], #pns-privacy [layout-sm="column"] > [flex-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="66"], #pns-privacy [layout="column"] > [flex-sm="66"], #pns-privacy [layout-sm="column"] > [flex-sm="66"], #pns-privacy [layout-sm="column"] > [flex-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-sm="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-sm], #pns-privacy [layout-sm="column"], #pns-privacy [layout-sm="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-sm="column"] {
      flex-direction: column; }
    #pns-privacy [layout-sm="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-sm="row"] {
      flex-direction: row; }
    #pns-privacy [layout-sm="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 990px) {
    #pns-privacy [flex-order-gt-sm="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-sm="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-sm="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-sm="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-sm="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-sm="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-sm="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-sm="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-sm="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-sm="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-sm="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-sm="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-sm="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-sm="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-sm="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-sm="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-sm="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-sm="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-sm="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-sm="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-sm="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-sm="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-sm="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-sm="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-sm="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-sm="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-sm="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-sm="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-sm="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-sm="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-sm="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-sm="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-sm="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-sm="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-sm="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-sm="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-sm="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-sm="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-sm="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-sm="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-sm="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-sm="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-sm="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-sm="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-sm="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-sm="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-sm="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-sm="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-sm="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-sm="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-sm="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-sm="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-sm="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-sm="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-sm="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-sm="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-sm="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-sm="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-sm="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-sm="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-sm="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-sm="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-sm="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-sm] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-sm="start"],
    #pns-privacy [layout-align-gt-sm="start start"],
    #pns-privacy [layout-align-gt-sm="start center"],
    #pns-privacy [layout-align-gt-sm="start end"],
    #pns-privacy [layout-align-gt-sm="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-sm="center"],
    #pns-privacy [layout-align-gt-sm="center start"],
    #pns-privacy [layout-align-gt-sm="center center"],
    #pns-privacy [layout-align-gt-sm="center end"],
    #pns-privacy [layout-align-gt-sm="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-sm="end"],
    #pns-privacy [layout-align-gt-sm="end center"],
    #pns-privacy [layout-align-gt-sm="end start"],
    #pns-privacy [layout-align-gt-sm="end end"],
    #pns-privacy [layout-align-gt-sm="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-sm="space-around"],
    #pns-privacy [layout-align-gt-sm="space-around center"],
    #pns-privacy [layout-align-gt-sm="space-around start"],
    #pns-privacy [layout-align-gt-sm="space-around end"],
    #pns-privacy [layout-align-gt-sm="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-sm="space-between"],
    #pns-privacy [layout-align-gt-sm="space-between center"],
    #pns-privacy [layout-align-gt-sm="space-between start"],
    #pns-privacy [layout-align-gt-sm="space-between end"],
    #pns-privacy [layout-align-gt-sm="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-sm="start start"],
    #pns-privacy [layout-align-gt-sm="center start"],
    #pns-privacy [layout-align-gt-sm="end start"],
    #pns-privacy [layout-align-gt-sm="space-between start"],
    #pns-privacy [layout-align-gt-sm="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-sm="start center"],
    #pns-privacy [layout-align-gt-sm="center center"],
    #pns-privacy [layout-align-gt-sm="end center"],
    #pns-privacy [layout-align-gt-sm="space-between center"],
    #pns-privacy [layout-align-gt-sm="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-sm="start center"] > *,
    #pns-privacy [layout-align-gt-sm="center center"] > *,
    #pns-privacy [layout-align-gt-sm="end center"] > *,
    #pns-privacy [layout-align-gt-sm="space-between center"] > *,
    #pns-privacy [layout-align-gt-sm="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-sm="start end"],
    #pns-privacy [layout-align-gt-sm="center end"],
    #pns-privacy [layout-align-gt-sm="end end"],
    #pns-privacy [layout-align-gt-sm="space-between end"],
    #pns-privacy [layout-align-gt-sm="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-sm="start stretch"],
    #pns-privacy [layout-align-gt-sm="center stretch"],
    #pns-privacy [layout-align-gt-sm="end stretch"],
    #pns-privacy [layout-align-gt-sm="space-between stretch"],
    #pns-privacy [layout-align-gt-sm="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-sm] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  #pns-privacy [flex-gt-sm] {
    flex: 1 1 auto; } }
  @media (min-width: 990px) {
    #pns-privacy [flex-gt-sm-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="33"], #pns-privacy [layout="row"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="66"], #pns-privacy [layout="row"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-sm="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-sm="33"], #pns-privacy [layout="column"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="66"], #pns-privacy [layout="column"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-sm="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-sm], #pns-privacy [layout-gt-sm="column"], #pns-privacy [layout-gt-sm="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-sm="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-sm="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-sm="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-sm="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-md]:not([show-md]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-md="-20"] {
      order: -20; }
    #pns-privacy [flex-order-md="-19"] {
      order: -19; }
    #pns-privacy [flex-order-md="-18"] {
      order: -18; }
    #pns-privacy [flex-order-md="-17"] {
      order: -17; }
    #pns-privacy [flex-order-md="-16"] {
      order: -16; }
    #pns-privacy [flex-order-md="-15"] {
      order: -15; }
    #pns-privacy [flex-order-md="-14"] {
      order: -14; }
    #pns-privacy [flex-order-md="-13"] {
      order: -13; }
    #pns-privacy [flex-order-md="-12"] {
      order: -12; }
    #pns-privacy [flex-order-md="-11"] {
      order: -11; }
    #pns-privacy [flex-order-md="-10"] {
      order: -10; }
    #pns-privacy [flex-order-md="-9"] {
      order: -9; }
    #pns-privacy [flex-order-md="-8"] {
      order: -8; }
    #pns-privacy [flex-order-md="-7"] {
      order: -7; }
    #pns-privacy [flex-order-md="-6"] {
      order: -6; }
    #pns-privacy [flex-order-md="-5"] {
      order: -5; }
    #pns-privacy [flex-order-md="-4"] {
      order: -4; }
    #pns-privacy [flex-order-md="-3"] {
      order: -3; }
    #pns-privacy [flex-order-md="-2"] {
      order: -2; }
    #pns-privacy [flex-order-md="-1"] {
      order: -1; }
    #pns-privacy [flex-order-md="0"] {
      order: 0; }
    #pns-privacy [flex-order-md="1"] {
      order: 1; }
    #pns-privacy [flex-order-md="2"] {
      order: 2; }
    #pns-privacy [flex-order-md="3"] {
      order: 3; }
    #pns-privacy [flex-order-md="4"] {
      order: 4; }
    #pns-privacy [flex-order-md="5"] {
      order: 5; }
    #pns-privacy [flex-order-md="6"] {
      order: 6; }
    #pns-privacy [flex-order-md="7"] {
      order: 7; }
    #pns-privacy [flex-order-md="8"] {
      order: 8; }
    #pns-privacy [flex-order-md="9"] {
      order: 9; }
    #pns-privacy [flex-order-md="10"] {
      order: 10; }
    #pns-privacy [flex-order-md="11"] {
      order: 11; }
    #pns-privacy [flex-order-md="12"] {
      order: 12; }
    #pns-privacy [flex-order-md="13"] {
      order: 13; }
    #pns-privacy [flex-order-md="14"] {
      order: 14; }
    #pns-privacy [flex-order-md="15"] {
      order: 15; }
    #pns-privacy [flex-order-md="16"] {
      order: 16; }
    #pns-privacy [flex-order-md="17"] {
      order: 17; }
    #pns-privacy [flex-order-md="18"] {
      order: 18; }
    #pns-privacy [flex-order-md="19"] {
      order: 19; }
    #pns-privacy [flex-order-md="20"] {
      order: 20; }
    #pns-privacy [flex-offset-md="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-md="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-md="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-md="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-md="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-md="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-md="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-md="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-md="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-md="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-md="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-md="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-md="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-md="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-md="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-md="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-md="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-md="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-md="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-md="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-md="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-md="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-md] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-md="start"],
    #pns-privacy [layout-align-md="start start"],
    #pns-privacy [layout-align-md="start center"],
    #pns-privacy [layout-align-md="start end"],
    #pns-privacy [layout-align-md="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-md="center"],
    #pns-privacy [layout-align-md="center start"],
    #pns-privacy [layout-align-md="center center"],
    #pns-privacy [layout-align-md="center end"],
    #pns-privacy [layout-align-md="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-md="end"],
    #pns-privacy [layout-align-md="end center"],
    #pns-privacy [layout-align-md="end start"],
    #pns-privacy [layout-align-md="end end"],
    #pns-privacy [layout-align-md="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-md="space-around"],
    #pns-privacy [layout-align-md="space-around center"],
    #pns-privacy [layout-align-md="space-around start"],
    #pns-privacy [layout-align-md="space-around end"],
    #pns-privacy [layout-align-md="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-md="space-between"],
    #pns-privacy [layout-align-md="space-between center"],
    #pns-privacy [layout-align-md="space-between start"],
    #pns-privacy [layout-align-md="space-between end"],
    #pns-privacy [layout-align-md="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-md="start start"],
    #pns-privacy [layout-align-md="center start"],
    #pns-privacy [layout-align-md="end start"],
    #pns-privacy [layout-align-md="space-between start"],
    #pns-privacy [layout-align-md="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-md="start center"],
    #pns-privacy [layout-align-md="center center"],
    #pns-privacy [layout-align-md="end center"],
    #pns-privacy [layout-align-md="space-between center"],
    #pns-privacy [layout-align-md="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-md="start center"] > *,
    #pns-privacy [layout-align-md="center center"] > *,
    #pns-privacy [layout-align-md="end center"] > *,
    #pns-privacy [layout-align-md="space-between center"] > *,
    #pns-privacy [layout-align-md="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-md="start end"],
    #pns-privacy [layout-align-md="center end"],
    #pns-privacy [layout-align-md="end end"],
    #pns-privacy [layout-align-md="space-between end"],
    #pns-privacy [layout-align-md="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-md="start stretch"],
    #pns-privacy [layout-align-md="center stretch"],
    #pns-privacy [layout-align-md="end stretch"],
    #pns-privacy [layout-align-md="space-between stretch"],
    #pns-privacy [layout-align-md="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-md] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  #pns-privacy [flex-md] {
    flex: 1 1 auto; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy [flex-md-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-md-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="0"],
    #pns-privacy [layout-md="row"] > [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-md="0"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-md="0"],
    #pns-privacy [layout-md="column"] > [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-md="0"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="5"],
    #pns-privacy [layout-md="row"] > [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="5"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="5"],
    #pns-privacy [layout-md="column"] > [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="5"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="10"],
    #pns-privacy [layout-md="row"] > [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="10"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="10"],
    #pns-privacy [layout-md="column"] > [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="10"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="15"],
    #pns-privacy [layout-md="row"] > [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="15"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="15"],
    #pns-privacy [layout-md="column"] > [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="15"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="20"],
    #pns-privacy [layout-md="row"] > [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="20"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="20"],
    #pns-privacy [layout-md="column"] > [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="20"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="25"],
    #pns-privacy [layout-md="row"] > [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="25"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="25"],
    #pns-privacy [layout-md="column"] > [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="25"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="30"],
    #pns-privacy [layout-md="row"] > [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="30"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="30"],
    #pns-privacy [layout-md="column"] > [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="30"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="35"],
    #pns-privacy [layout-md="row"] > [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="35"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="35"],
    #pns-privacy [layout-md="column"] > [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="35"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="40"],
    #pns-privacy [layout-md="row"] > [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="40"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="40"],
    #pns-privacy [layout-md="column"] > [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="40"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="45"],
    #pns-privacy [layout-md="row"] > [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="45"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="45"],
    #pns-privacy [layout-md="column"] > [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="45"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="50"],
    #pns-privacy [layout-md="row"] > [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="50"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="50"],
    #pns-privacy [layout-md="column"] > [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="50"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="55"],
    #pns-privacy [layout-md="row"] > [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="55"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="55"],
    #pns-privacy [layout-md="column"] > [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="55"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="60"],
    #pns-privacy [layout-md="row"] > [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="60"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="60"],
    #pns-privacy [layout-md="column"] > [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="60"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="65"],
    #pns-privacy [layout-md="row"] > [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="65"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="65"],
    #pns-privacy [layout-md="column"] > [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="65"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="70"],
    #pns-privacy [layout-md="row"] > [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="70"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="70"],
    #pns-privacy [layout-md="column"] > [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="70"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="75"],
    #pns-privacy [layout-md="row"] > [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="75"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="75"],
    #pns-privacy [layout-md="column"] > [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="75"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="80"],
    #pns-privacy [layout-md="row"] > [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="80"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="80"],
    #pns-privacy [layout-md="column"] > [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="80"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="85"],
    #pns-privacy [layout-md="row"] > [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="85"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="85"],
    #pns-privacy [layout-md="column"] > [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="85"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="90"],
    #pns-privacy [layout-md="row"] > [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="90"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="90"],
    #pns-privacy [layout-md="column"] > [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="90"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="95"],
    #pns-privacy [layout-md="row"] > [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="95"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="95"],
    #pns-privacy [layout-md="column"] > [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="95"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="100"],
    #pns-privacy [layout-md="row"] > [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="100"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="100"],
    #pns-privacy [layout-md="column"] > [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="100"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="33"], #pns-privacy [layout="row"] > [flex-md="33"], #pns-privacy [layout-md="row"] > [flex-md="33"], #pns-privacy [layout-md="row"] > [flex-md="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="66"], #pns-privacy [layout="row"] > [flex-md="66"], #pns-privacy [layout-md="row"] > [flex-md="66"], #pns-privacy [layout-md="row"] > [flex-md="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-md="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-md="33"], #pns-privacy [layout="column"] > [flex-md="33"], #pns-privacy [layout-md="column"] > [flex-md="33"], #pns-privacy [layout-md="column"] > [flex-md="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="66"], #pns-privacy [layout="column"] > [flex-md="66"], #pns-privacy [layout-md="column"] > [flex-md="66"], #pns-privacy [layout-md="column"] > [flex-md="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-md="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-md], #pns-privacy [layout-md="column"], #pns-privacy [layout-md="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-md="column"] {
      flex-direction: column; }
    #pns-privacy [layout-md="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-md="row"] {
      flex-direction: row; }
    #pns-privacy [layout-md="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1280px) {
    #pns-privacy [flex-order-gt-md="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-md="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-md="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-md="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-md="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-md="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-md="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-md="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-md="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-md="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-md="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-md="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-md="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-md="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-md="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-md="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-md="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-md="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-md="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-md="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-md="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-md="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-md="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-md="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-md="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-md="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-md="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-md="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-md="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-md="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-md="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-md="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-md="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-md="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-md="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-md="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-md="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-md="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-md="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-md="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-md="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-md="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-md="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-md="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-md="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-md="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-md="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-md="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-md="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-md="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-md="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-md="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-md="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-md="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-md="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-md="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-md="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-md="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-md="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-md="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-md="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-md="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-md="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-md] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-md="start"],
    #pns-privacy [layout-align-gt-md="start start"],
    #pns-privacy [layout-align-gt-md="start center"],
    #pns-privacy [layout-align-gt-md="start end"],
    #pns-privacy [layout-align-gt-md="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-md="center"],
    #pns-privacy [layout-align-gt-md="center start"],
    #pns-privacy [layout-align-gt-md="center center"],
    #pns-privacy [layout-align-gt-md="center end"],
    #pns-privacy [layout-align-gt-md="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-md="end"],
    #pns-privacy [layout-align-gt-md="end center"],
    #pns-privacy [layout-align-gt-md="end start"],
    #pns-privacy [layout-align-gt-md="end end"],
    #pns-privacy [layout-align-gt-md="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-md="space-around"],
    #pns-privacy [layout-align-gt-md="space-around center"],
    #pns-privacy [layout-align-gt-md="space-around start"],
    #pns-privacy [layout-align-gt-md="space-around end"],
    #pns-privacy [layout-align-gt-md="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-md="space-between"],
    #pns-privacy [layout-align-gt-md="space-between center"],
    #pns-privacy [layout-align-gt-md="space-between start"],
    #pns-privacy [layout-align-gt-md="space-between end"],
    #pns-privacy [layout-align-gt-md="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-md="start start"],
    #pns-privacy [layout-align-gt-md="center start"],
    #pns-privacy [layout-align-gt-md="end start"],
    #pns-privacy [layout-align-gt-md="space-between start"],
    #pns-privacy [layout-align-gt-md="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-md="start center"],
    #pns-privacy [layout-align-gt-md="center center"],
    #pns-privacy [layout-align-gt-md="end center"],
    #pns-privacy [layout-align-gt-md="space-between center"],
    #pns-privacy [layout-align-gt-md="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-md="start center"] > *,
    #pns-privacy [layout-align-gt-md="center center"] > *,
    #pns-privacy [layout-align-gt-md="end center"] > *,
    #pns-privacy [layout-align-gt-md="space-between center"] > *,
    #pns-privacy [layout-align-gt-md="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-md="start end"],
    #pns-privacy [layout-align-gt-md="center end"],
    #pns-privacy [layout-align-gt-md="end end"],
    #pns-privacy [layout-align-gt-md="space-between end"],
    #pns-privacy [layout-align-gt-md="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-md="start stretch"],
    #pns-privacy [layout-align-gt-md="center stretch"],
    #pns-privacy [layout-align-gt-md="end stretch"],
    #pns-privacy [layout-align-gt-md="space-between stretch"],
    #pns-privacy [layout-align-gt-md="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-md] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  #pns-privacy [flex-gt-md] {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) {
    #pns-privacy [flex-gt-md-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="33"], #pns-privacy [layout="row"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="66"], #pns-privacy [layout="row"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-md="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-md="33"], #pns-privacy [layout="column"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="66"], #pns-privacy [layout="column"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-md="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-md], #pns-privacy [layout-gt-md="column"], #pns-privacy [layout-gt-md="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-md="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-md="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-md="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-md="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-lg]:not([show-lg]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-lg="-20"] {
      order: -20; }
    #pns-privacy [flex-order-lg="-19"] {
      order: -19; }
    #pns-privacy [flex-order-lg="-18"] {
      order: -18; }
    #pns-privacy [flex-order-lg="-17"] {
      order: -17; }
    #pns-privacy [flex-order-lg="-16"] {
      order: -16; }
    #pns-privacy [flex-order-lg="-15"] {
      order: -15; }
    #pns-privacy [flex-order-lg="-14"] {
      order: -14; }
    #pns-privacy [flex-order-lg="-13"] {
      order: -13; }
    #pns-privacy [flex-order-lg="-12"] {
      order: -12; }
    #pns-privacy [flex-order-lg="-11"] {
      order: -11; }
    #pns-privacy [flex-order-lg="-10"] {
      order: -10; }
    #pns-privacy [flex-order-lg="-9"] {
      order: -9; }
    #pns-privacy [flex-order-lg="-8"] {
      order: -8; }
    #pns-privacy [flex-order-lg="-7"] {
      order: -7; }
    #pns-privacy [flex-order-lg="-6"] {
      order: -6; }
    #pns-privacy [flex-order-lg="-5"] {
      order: -5; }
    #pns-privacy [flex-order-lg="-4"] {
      order: -4; }
    #pns-privacy [flex-order-lg="-3"] {
      order: -3; }
    #pns-privacy [flex-order-lg="-2"] {
      order: -2; }
    #pns-privacy [flex-order-lg="-1"] {
      order: -1; }
    #pns-privacy [flex-order-lg="0"] {
      order: 0; }
    #pns-privacy [flex-order-lg="1"] {
      order: 1; }
    #pns-privacy [flex-order-lg="2"] {
      order: 2; }
    #pns-privacy [flex-order-lg="3"] {
      order: 3; }
    #pns-privacy [flex-order-lg="4"] {
      order: 4; }
    #pns-privacy [flex-order-lg="5"] {
      order: 5; }
    #pns-privacy [flex-order-lg="6"] {
      order: 6; }
    #pns-privacy [flex-order-lg="7"] {
      order: 7; }
    #pns-privacy [flex-order-lg="8"] {
      order: 8; }
    #pns-privacy [flex-order-lg="9"] {
      order: 9; }
    #pns-privacy [flex-order-lg="10"] {
      order: 10; }
    #pns-privacy [flex-order-lg="11"] {
      order: 11; }
    #pns-privacy [flex-order-lg="12"] {
      order: 12; }
    #pns-privacy [flex-order-lg="13"] {
      order: 13; }
    #pns-privacy [flex-order-lg="14"] {
      order: 14; }
    #pns-privacy [flex-order-lg="15"] {
      order: 15; }
    #pns-privacy [flex-order-lg="16"] {
      order: 16; }
    #pns-privacy [flex-order-lg="17"] {
      order: 17; }
    #pns-privacy [flex-order-lg="18"] {
      order: 18; }
    #pns-privacy [flex-order-lg="19"] {
      order: 19; }
    #pns-privacy [flex-order-lg="20"] {
      order: 20; }
    #pns-privacy [flex-offset-lg="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-lg="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-lg="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-lg="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-lg="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-lg="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-lg="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-lg="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-lg="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-lg="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-lg="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-lg="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-lg="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-lg="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-lg="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-lg="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-lg="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-lg="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-lg="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-lg="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-lg="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-lg="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-lg] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-lg="start"],
    #pns-privacy [layout-align-lg="start start"],
    #pns-privacy [layout-align-lg="start center"],
    #pns-privacy [layout-align-lg="start end"],
    #pns-privacy [layout-align-lg="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-lg="center"],
    #pns-privacy [layout-align-lg="center start"],
    #pns-privacy [layout-align-lg="center center"],
    #pns-privacy [layout-align-lg="center end"],
    #pns-privacy [layout-align-lg="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-lg="end"],
    #pns-privacy [layout-align-lg="end center"],
    #pns-privacy [layout-align-lg="end start"],
    #pns-privacy [layout-align-lg="end end"],
    #pns-privacy [layout-align-lg="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-lg="space-around"],
    #pns-privacy [layout-align-lg="space-around center"],
    #pns-privacy [layout-align-lg="space-around start"],
    #pns-privacy [layout-align-lg="space-around end"],
    #pns-privacy [layout-align-lg="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-lg="space-between"],
    #pns-privacy [layout-align-lg="space-between center"],
    #pns-privacy [layout-align-lg="space-between start"],
    #pns-privacy [layout-align-lg="space-between end"],
    #pns-privacy [layout-align-lg="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-lg="start start"],
    #pns-privacy [layout-align-lg="center start"],
    #pns-privacy [layout-align-lg="end start"],
    #pns-privacy [layout-align-lg="space-between start"],
    #pns-privacy [layout-align-lg="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-lg="start center"],
    #pns-privacy [layout-align-lg="center center"],
    #pns-privacy [layout-align-lg="end center"],
    #pns-privacy [layout-align-lg="space-between center"],
    #pns-privacy [layout-align-lg="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-lg="start center"] > *,
    #pns-privacy [layout-align-lg="center center"] > *,
    #pns-privacy [layout-align-lg="end center"] > *,
    #pns-privacy [layout-align-lg="space-between center"] > *,
    #pns-privacy [layout-align-lg="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-lg="start end"],
    #pns-privacy [layout-align-lg="center end"],
    #pns-privacy [layout-align-lg="end end"],
    #pns-privacy [layout-align-lg="space-between end"],
    #pns-privacy [layout-align-lg="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-lg="start stretch"],
    #pns-privacy [layout-align-lg="center stretch"],
    #pns-privacy [layout-align-lg="end stretch"],
    #pns-privacy [layout-align-lg="space-between stretch"],
    #pns-privacy [layout-align-lg="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-lg] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  #pns-privacy [flex-lg] {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy [flex-lg-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="0"],
    #pns-privacy [layout-lg="row"] > [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="0"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-lg="0"],
    #pns-privacy [layout-lg="column"] > [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="0"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="5"],
    #pns-privacy [layout-lg="row"] > [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="5"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="5"],
    #pns-privacy [layout-lg="column"] > [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="5"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="10"],
    #pns-privacy [layout-lg="row"] > [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="10"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="10"],
    #pns-privacy [layout-lg="column"] > [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="10"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="15"],
    #pns-privacy [layout-lg="row"] > [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="15"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="15"],
    #pns-privacy [layout-lg="column"] > [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="15"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="20"],
    #pns-privacy [layout-lg="row"] > [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="20"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="20"],
    #pns-privacy [layout-lg="column"] > [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="20"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="25"],
    #pns-privacy [layout-lg="row"] > [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="25"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="25"],
    #pns-privacy [layout-lg="column"] > [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="25"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="30"],
    #pns-privacy [layout-lg="row"] > [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="30"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="30"],
    #pns-privacy [layout-lg="column"] > [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="30"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="35"],
    #pns-privacy [layout-lg="row"] > [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="35"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="35"],
    #pns-privacy [layout-lg="column"] > [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="35"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="40"],
    #pns-privacy [layout-lg="row"] > [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="40"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="40"],
    #pns-privacy [layout-lg="column"] > [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="40"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="45"],
    #pns-privacy [layout-lg="row"] > [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="45"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="45"],
    #pns-privacy [layout-lg="column"] > [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="45"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="50"],
    #pns-privacy [layout-lg="row"] > [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="50"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="50"],
    #pns-privacy [layout-lg="column"] > [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="50"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="55"],
    #pns-privacy [layout-lg="row"] > [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="55"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="55"],
    #pns-privacy [layout-lg="column"] > [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="55"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="60"],
    #pns-privacy [layout-lg="row"] > [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="60"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="60"],
    #pns-privacy [layout-lg="column"] > [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="60"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="65"],
    #pns-privacy [layout-lg="row"] > [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="65"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="65"],
    #pns-privacy [layout-lg="column"] > [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="65"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="70"],
    #pns-privacy [layout-lg="row"] > [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="70"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="70"],
    #pns-privacy [layout-lg="column"] > [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="70"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="75"],
    #pns-privacy [layout-lg="row"] > [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="75"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="75"],
    #pns-privacy [layout-lg="column"] > [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="75"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="80"],
    #pns-privacy [layout-lg="row"] > [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="80"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="80"],
    #pns-privacy [layout-lg="column"] > [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="80"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="85"],
    #pns-privacy [layout-lg="row"] > [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="85"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="85"],
    #pns-privacy [layout-lg="column"] > [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="85"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="90"],
    #pns-privacy [layout-lg="row"] > [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="90"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="90"],
    #pns-privacy [layout-lg="column"] > [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="90"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="95"],
    #pns-privacy [layout-lg="row"] > [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="95"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="95"],
    #pns-privacy [layout-lg="column"] > [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="95"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="100"],
    #pns-privacy [layout-lg="row"] > [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="100"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="100"],
    #pns-privacy [layout-lg="column"] > [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="100"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="33"], #pns-privacy [layout="row"] > [flex-lg="33"], #pns-privacy [layout-lg="row"] > [flex-lg="33"], #pns-privacy [layout-lg="row"] > [flex-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="66"], #pns-privacy [layout="row"] > [flex-lg="66"], #pns-privacy [layout-lg="row"] > [flex-lg="66"], #pns-privacy [layout-lg="row"] > [flex-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-lg="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-lg="33"], #pns-privacy [layout="column"] > [flex-lg="33"], #pns-privacy [layout-lg="column"] > [flex-lg="33"], #pns-privacy [layout-lg="column"] > [flex-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="66"], #pns-privacy [layout="column"] > [flex-lg="66"], #pns-privacy [layout-lg="column"] > [flex-lg="66"], #pns-privacy [layout-lg="column"] > [flex-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-lg="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-lg], #pns-privacy [layout-lg="column"], #pns-privacy [layout-lg="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-lg="column"] {
      flex-direction: column; }
    #pns-privacy [layout-lg="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-lg="row"] {
      flex-direction: row; }
    #pns-privacy [layout-lg="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-order-gt-lg="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-lg="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-lg="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-lg="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-lg="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-lg="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-lg="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-lg="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-lg="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-lg="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-lg="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-lg="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-lg="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-lg="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-lg="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-lg="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-lg="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-lg="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-lg="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-lg="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-lg="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-lg="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-lg="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-lg="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-lg="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-lg="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-lg="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-lg="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-lg="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-lg="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-lg="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-lg="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-lg="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-lg="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-lg="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-lg="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-lg="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-lg="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-lg="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-lg="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-lg="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-lg="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-lg="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-lg="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-lg="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-lg="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-lg="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-lg="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-lg="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-lg="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-lg="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-lg="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-lg="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-lg="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-lg="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-lg="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-lg="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-lg="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-lg="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-lg="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-lg="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-lg="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-lg="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-lg] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-lg="start"],
    #pns-privacy [layout-align-gt-lg="start start"],
    #pns-privacy [layout-align-gt-lg="start center"],
    #pns-privacy [layout-align-gt-lg="start end"],
    #pns-privacy [layout-align-gt-lg="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-lg="center"],
    #pns-privacy [layout-align-gt-lg="center start"],
    #pns-privacy [layout-align-gt-lg="center center"],
    #pns-privacy [layout-align-gt-lg="center end"],
    #pns-privacy [layout-align-gt-lg="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-lg="end"],
    #pns-privacy [layout-align-gt-lg="end center"],
    #pns-privacy [layout-align-gt-lg="end start"],
    #pns-privacy [layout-align-gt-lg="end end"],
    #pns-privacy [layout-align-gt-lg="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-lg="space-around"],
    #pns-privacy [layout-align-gt-lg="space-around center"],
    #pns-privacy [layout-align-gt-lg="space-around start"],
    #pns-privacy [layout-align-gt-lg="space-around end"],
    #pns-privacy [layout-align-gt-lg="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-lg="space-between"],
    #pns-privacy [layout-align-gt-lg="space-between center"],
    #pns-privacy [layout-align-gt-lg="space-between start"],
    #pns-privacy [layout-align-gt-lg="space-between end"],
    #pns-privacy [layout-align-gt-lg="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-lg="start start"],
    #pns-privacy [layout-align-gt-lg="center start"],
    #pns-privacy [layout-align-gt-lg="end start"],
    #pns-privacy [layout-align-gt-lg="space-between start"],
    #pns-privacy [layout-align-gt-lg="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-lg="start center"],
    #pns-privacy [layout-align-gt-lg="center center"],
    #pns-privacy [layout-align-gt-lg="end center"],
    #pns-privacy [layout-align-gt-lg="space-between center"],
    #pns-privacy [layout-align-gt-lg="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-lg="start center"] > *,
    #pns-privacy [layout-align-gt-lg="center center"] > *,
    #pns-privacy [layout-align-gt-lg="end center"] > *,
    #pns-privacy [layout-align-gt-lg="space-between center"] > *,
    #pns-privacy [layout-align-gt-lg="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-lg="start end"],
    #pns-privacy [layout-align-gt-lg="center end"],
    #pns-privacy [layout-align-gt-lg="end end"],
    #pns-privacy [layout-align-gt-lg="space-between end"],
    #pns-privacy [layout-align-gt-lg="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-lg="start stretch"],
    #pns-privacy [layout-align-gt-lg="center stretch"],
    #pns-privacy [layout-align-gt-lg="end stretch"],
    #pns-privacy [layout-align-gt-lg="space-between stretch"],
    #pns-privacy [layout-align-gt-lg="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-lg] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy [flex-gt-lg] {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-gt-lg-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="33"], #pns-privacy [layout="row"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="66"], #pns-privacy [layout="row"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-lg="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-lg="33"], #pns-privacy [layout="column"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="66"], #pns-privacy [layout="column"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-lg="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-lg], #pns-privacy [layout-gt-lg="column"], #pns-privacy [layout-gt-lg="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-lg="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-lg="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-lg="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-lg="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
    #pns-privacy [flex-order-xl="-20"] {
      order: -20; }
    #pns-privacy [flex-order-xl="-19"] {
      order: -19; }
    #pns-privacy [flex-order-xl="-18"] {
      order: -18; }
    #pns-privacy [flex-order-xl="-17"] {
      order: -17; }
    #pns-privacy [flex-order-xl="-16"] {
      order: -16; }
    #pns-privacy [flex-order-xl="-15"] {
      order: -15; }
    #pns-privacy [flex-order-xl="-14"] {
      order: -14; }
    #pns-privacy [flex-order-xl="-13"] {
      order: -13; }
    #pns-privacy [flex-order-xl="-12"] {
      order: -12; }
    #pns-privacy [flex-order-xl="-11"] {
      order: -11; }
    #pns-privacy [flex-order-xl="-10"] {
      order: -10; }
    #pns-privacy [flex-order-xl="-9"] {
      order: -9; }
    #pns-privacy [flex-order-xl="-8"] {
      order: -8; }
    #pns-privacy [flex-order-xl="-7"] {
      order: -7; }
    #pns-privacy [flex-order-xl="-6"] {
      order: -6; }
    #pns-privacy [flex-order-xl="-5"] {
      order: -5; }
    #pns-privacy [flex-order-xl="-4"] {
      order: -4; }
    #pns-privacy [flex-order-xl="-3"] {
      order: -3; }
    #pns-privacy [flex-order-xl="-2"] {
      order: -2; }
    #pns-privacy [flex-order-xl="-1"] {
      order: -1; }
    #pns-privacy [flex-order-xl="0"] {
      order: 0; }
    #pns-privacy [flex-order-xl="1"] {
      order: 1; }
    #pns-privacy [flex-order-xl="2"] {
      order: 2; }
    #pns-privacy [flex-order-xl="3"] {
      order: 3; }
    #pns-privacy [flex-order-xl="4"] {
      order: 4; }
    #pns-privacy [flex-order-xl="5"] {
      order: 5; }
    #pns-privacy [flex-order-xl="6"] {
      order: 6; }
    #pns-privacy [flex-order-xl="7"] {
      order: 7; }
    #pns-privacy [flex-order-xl="8"] {
      order: 8; }
    #pns-privacy [flex-order-xl="9"] {
      order: 9; }
    #pns-privacy [flex-order-xl="10"] {
      order: 10; }
    #pns-privacy [flex-order-xl="11"] {
      order: 11; }
    #pns-privacy [flex-order-xl="12"] {
      order: 12; }
    #pns-privacy [flex-order-xl="13"] {
      order: 13; }
    #pns-privacy [flex-order-xl="14"] {
      order: 14; }
    #pns-privacy [flex-order-xl="15"] {
      order: 15; }
    #pns-privacy [flex-order-xl="16"] {
      order: 16; }
    #pns-privacy [flex-order-xl="17"] {
      order: 17; }
    #pns-privacy [flex-order-xl="18"] {
      order: 18; }
    #pns-privacy [flex-order-xl="19"] {
      order: 19; }
    #pns-privacy [flex-order-xl="20"] {
      order: 20; }
    #pns-privacy [flex-offset-xl="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-xl="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-xl="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-xl="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-xl="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-xl="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-xl="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-xl="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-xl="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-xl="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-xl="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-xl="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-xl="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-xl="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-xl="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-xl="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-xl="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-xl="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-xl="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-xl="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-xl="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-xl="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-xl] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-xl="start"],
    #pns-privacy [layout-align-xl="start start"],
    #pns-privacy [layout-align-xl="start center"],
    #pns-privacy [layout-align-xl="start end"],
    #pns-privacy [layout-align-xl="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-xl="center"],
    #pns-privacy [layout-align-xl="center start"],
    #pns-privacy [layout-align-xl="center center"],
    #pns-privacy [layout-align-xl="center end"],
    #pns-privacy [layout-align-xl="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-xl="end"],
    #pns-privacy [layout-align-xl="end center"],
    #pns-privacy [layout-align-xl="end start"],
    #pns-privacy [layout-align-xl="end end"],
    #pns-privacy [layout-align-xl="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-xl="space-around"],
    #pns-privacy [layout-align-xl="space-around center"],
    #pns-privacy [layout-align-xl="space-around start"],
    #pns-privacy [layout-align-xl="space-around end"],
    #pns-privacy [layout-align-xl="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-xl="space-between"],
    #pns-privacy [layout-align-xl="space-between center"],
    #pns-privacy [layout-align-xl="space-between start"],
    #pns-privacy [layout-align-xl="space-between end"],
    #pns-privacy [layout-align-xl="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-xl="start start"],
    #pns-privacy [layout-align-xl="center start"],
    #pns-privacy [layout-align-xl="end start"],
    #pns-privacy [layout-align-xl="space-between start"],
    #pns-privacy [layout-align-xl="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-xl="start center"],
    #pns-privacy [layout-align-xl="center center"],
    #pns-privacy [layout-align-xl="end center"],
    #pns-privacy [layout-align-xl="space-between center"],
    #pns-privacy [layout-align-xl="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-xl="start center"] > *,
    #pns-privacy [layout-align-xl="center center"] > *,
    #pns-privacy [layout-align-xl="end center"] > *,
    #pns-privacy [layout-align-xl="space-between center"] > *,
    #pns-privacy [layout-align-xl="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-xl="start end"],
    #pns-privacy [layout-align-xl="center end"],
    #pns-privacy [layout-align-xl="end end"],
    #pns-privacy [layout-align-xl="space-between end"],
    #pns-privacy [layout-align-xl="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-xl="start stretch"],
    #pns-privacy [layout-align-xl="center stretch"],
    #pns-privacy [layout-align-xl="end stretch"],
    #pns-privacy [layout-align-xl="space-between stretch"],
    #pns-privacy [layout-align-xl="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-xl] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy [flex-xl] {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-xl-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="0"],
    #pns-privacy [layout-xl="row"] > [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="0"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xl="0"],
    #pns-privacy [layout-xl="column"] > [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="0"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="5"],
    #pns-privacy [layout-xl="row"] > [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="5"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="5"],
    #pns-privacy [layout-xl="column"] > [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="5"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="10"],
    #pns-privacy [layout-xl="row"] > [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="10"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="10"],
    #pns-privacy [layout-xl="column"] > [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="10"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="15"],
    #pns-privacy [layout-xl="row"] > [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="15"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="15"],
    #pns-privacy [layout-xl="column"] > [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="15"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="20"],
    #pns-privacy [layout-xl="row"] > [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="20"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="20"],
    #pns-privacy [layout-xl="column"] > [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="20"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="25"],
    #pns-privacy [layout-xl="row"] > [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="25"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="25"],
    #pns-privacy [layout-xl="column"] > [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="25"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="30"],
    #pns-privacy [layout-xl="row"] > [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="30"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="30"],
    #pns-privacy [layout-xl="column"] > [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="30"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="35"],
    #pns-privacy [layout-xl="row"] > [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="35"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="35"],
    #pns-privacy [layout-xl="column"] > [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="35"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="40"],
    #pns-privacy [layout-xl="row"] > [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="40"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="40"],
    #pns-privacy [layout-xl="column"] > [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="40"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="45"],
    #pns-privacy [layout-xl="row"] > [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="45"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="45"],
    #pns-privacy [layout-xl="column"] > [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="45"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="50"],
    #pns-privacy [layout-xl="row"] > [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="50"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="50"],
    #pns-privacy [layout-xl="column"] > [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="50"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="55"],
    #pns-privacy [layout-xl="row"] > [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="55"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="55"],
    #pns-privacy [layout-xl="column"] > [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="55"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="60"],
    #pns-privacy [layout-xl="row"] > [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="60"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="60"],
    #pns-privacy [layout-xl="column"] > [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="60"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="65"],
    #pns-privacy [layout-xl="row"] > [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="65"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="65"],
    #pns-privacy [layout-xl="column"] > [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="65"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="70"],
    #pns-privacy [layout-xl="row"] > [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="70"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="70"],
    #pns-privacy [layout-xl="column"] > [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="70"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="75"],
    #pns-privacy [layout-xl="row"] > [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="75"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="75"],
    #pns-privacy [layout-xl="column"] > [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="75"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="80"],
    #pns-privacy [layout-xl="row"] > [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="80"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="80"],
    #pns-privacy [layout-xl="column"] > [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="80"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="85"],
    #pns-privacy [layout-xl="row"] > [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="85"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="85"],
    #pns-privacy [layout-xl="column"] > [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="85"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="90"],
    #pns-privacy [layout-xl="row"] > [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="90"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="90"],
    #pns-privacy [layout-xl="column"] > [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="90"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="95"],
    #pns-privacy [layout-xl="row"] > [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="95"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="95"],
    #pns-privacy [layout-xl="column"] > [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="95"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="100"],
    #pns-privacy [layout-xl="row"] > [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="100"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="100"],
    #pns-privacy [layout-xl="column"] > [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="100"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="33"], #pns-privacy [layout="row"] > [flex-xl="33"], #pns-privacy [layout-xl="row"] > [flex-xl="33"], #pns-privacy [layout-xl="row"] > [flex-xl="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="66"], #pns-privacy [layout="row"] > [flex-xl="66"], #pns-privacy [layout-xl="row"] > [flex-xl="66"], #pns-privacy [layout-xl="row"] > [flex-xl="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-xl="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xl="33"], #pns-privacy [layout="column"] > [flex-xl="33"], #pns-privacy [layout-xl="column"] > [flex-xl="33"], #pns-privacy [layout-xl="column"] > [flex-xl="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="66"], #pns-privacy [layout="column"] > [flex-xl="66"], #pns-privacy [layout-xl="column"] > [flex-xl="66"], #pns-privacy [layout-xl="column"] > [flex-xl="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-xl="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-xl], #pns-privacy [layout-xl="column"], #pns-privacy [layout-xl="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-xl="column"] {
      flex-direction: column; }
    #pns-privacy [layout-xl="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-xl="row"] {
      flex-direction: row; }
    #pns-privacy [layout-xl="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
      display: none !important; } }

@-moz-document url-prefix() {
  #pns-privacy .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }
  #pns-privacy .flex-order {
    order: 0; }
  #pns-privacy .flex-order--20 {
    order: -20; }
  #pns-privacy .flex-order--19 {
    order: -19; }
  #pns-privacy .flex-order--18 {
    order: -18; }
  #pns-privacy .flex-order--17 {
    order: -17; }
  #pns-privacy .flex-order--16 {
    order: -16; }
  #pns-privacy .flex-order--15 {
    order: -15; }
  #pns-privacy .flex-order--14 {
    order: -14; }
  #pns-privacy .flex-order--13 {
    order: -13; }
  #pns-privacy .flex-order--12 {
    order: -12; }
  #pns-privacy .flex-order--11 {
    order: -11; }
  #pns-privacy .flex-order--10 {
    order: -10; }
  #pns-privacy .flex-order--9 {
    order: -9; }
  #pns-privacy .flex-order--8 {
    order: -8; }
  #pns-privacy .flex-order--7 {
    order: -7; }
  #pns-privacy .flex-order--6 {
    order: -6; }
  #pns-privacy .flex-order--5 {
    order: -5; }
  #pns-privacy .flex-order--4 {
    order: -4; }
  #pns-privacy .flex-order--3 {
    order: -3; }
  #pns-privacy .flex-order--2 {
    order: -2; }
  #pns-privacy .flex-order--1 {
    order: -1; }
  #pns-privacy .flex-order-0 {
    order: 0; }
  #pns-privacy .flex-order-1 {
    order: 1; }
  #pns-privacy .flex-order-2 {
    order: 2; }
  #pns-privacy .flex-order-3 {
    order: 3; }
  #pns-privacy .flex-order-4 {
    order: 4; }
  #pns-privacy .flex-order-5 {
    order: 5; }
  #pns-privacy .flex-order-6 {
    order: 6; }
  #pns-privacy .flex-order-7 {
    order: 7; }
  #pns-privacy .flex-order-8 {
    order: 8; }
  #pns-privacy .flex-order-9 {
    order: 9; }
  #pns-privacy .flex-order-10 {
    order: 10; }
  #pns-privacy .flex-order-11 {
    order: 11; }
  #pns-privacy .flex-order-12 {
    order: 12; }
  #pns-privacy .flex-order-13 {
    order: 13; }
  #pns-privacy .flex-order-14 {
    order: 14; }
  #pns-privacy .flex-order-15 {
    order: 15; }
  #pns-privacy .flex-order-16 {
    order: 16; }
  #pns-privacy .flex-order-17 {
    order: 17; }
  #pns-privacy .flex-order-18 {
    order: 18; }
  #pns-privacy .flex-order-19 {
    order: 19; }
  #pns-privacy .flex-order-20 {
    order: 20; }
  #pns-privacy .offset-0, #pns-privacy .flex-offset-0 {
    margin-left: 0%; }
  #pns-privacy .offset-5, #pns-privacy .flex-offset-5 {
    margin-left: 5%; }
  #pns-privacy .offset-10, #pns-privacy .flex-offset-10 {
    margin-left: 10%; }
  #pns-privacy .offset-15, #pns-privacy .flex-offset-15 {
    margin-left: 15%; }
  #pns-privacy .offset-20, #pns-privacy .flex-offset-20 {
    margin-left: 20%; }
  #pns-privacy .offset-25, #pns-privacy .flex-offset-25 {
    margin-left: 25%; }
  #pns-privacy .offset-30, #pns-privacy .flex-offset-30 {
    margin-left: 30%; }
  #pns-privacy .offset-35, #pns-privacy .flex-offset-35 {
    margin-left: 35%; }
  #pns-privacy .offset-40, #pns-privacy .flex-offset-40 {
    margin-left: 40%; }
  #pns-privacy .offset-45, #pns-privacy .flex-offset-45 {
    margin-left: 45%; }
  #pns-privacy .offset-50, #pns-privacy .flex-offset-50 {
    margin-left: 50%; }
  #pns-privacy .offset-55, #pns-privacy .flex-offset-55 {
    margin-left: 55%; }
  #pns-privacy .offset-60, #pns-privacy .flex-offset-60 {
    margin-left: 60%; }
  #pns-privacy .offset-65, #pns-privacy .flex-offset-65 {
    margin-left: 65%; }
  #pns-privacy .offset-70, #pns-privacy .flex-offset-70 {
    margin-left: 70%; }
  #pns-privacy .offset-75, #pns-privacy .flex-offset-75 {
    margin-left: 75%; }
  #pns-privacy .offset-80, #pns-privacy .flex-offset-80 {
    margin-left: 80%; }
  #pns-privacy .offset-85, #pns-privacy .flex-offset-85 {
    margin-left: 85%; }
  #pns-privacy .offset-90, #pns-privacy .flex-offset-90 {
    margin-left: 90%; }
  #pns-privacy .offset-95, #pns-privacy .flex-offset-95 {
    margin-left: 95%; }
  #pns-privacy .offset-33, #pns-privacy .flex-offset-33 {
    margin-left: calc(100% / 3); }
  #pns-privacy .offset-66, #pns-privacy .flex-offset-66 {
    margin-left: calc(200% / 3); }
  #pns-privacy .layout-align {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  #pns-privacy .layout-align-start,
  #pns-privacy .layout-align-start-start,
  #pns-privacy .layout-align-start-center,
  #pns-privacy .layout-align-start-end,
  #pns-privacy .layout-align-start-stretch {
    justify-content: flex-start; }
  #pns-privacy .layout-align-center,
  #pns-privacy .layout-align-center-start,
  #pns-privacy .layout-align-center-center,
  #pns-privacy .layout-align-center-end,
  #pns-privacy .layout-align-center-stretch {
    justify-content: center; }
  #pns-privacy .layout-align-end,
  #pns-privacy .layout-align-end-start,
  #pns-privacy .layout-align-end-center,
  #pns-privacy .layout-align-end-end,
  #pns-privacy .layout-align-end-stretch {
    justify-content: flex-end; }
  #pns-privacy .layout-align-space-around,
  #pns-privacy .layout-align-space-around-center,
  #pns-privacy .layout-align-space-around-start,
  #pns-privacy .layout-align-space-around-end,
  #pns-privacy .layout-align-space-around-stretch {
    justify-content: space-around; }
  #pns-privacy .layout-align-space-between,
  #pns-privacy .layout-align-space-between-center,
  #pns-privacy .layout-align-space-between-start,
  #pns-privacy .layout-align-space-between-end,
  #pns-privacy .layout-align-space-between-stretch {
    justify-content: space-between; }
  #pns-privacy .layout-align-start-start,
  #pns-privacy .layout-align-center-start,
  #pns-privacy .layout-align-end-start,
  #pns-privacy .layout-align-space-between-start,
  #pns-privacy .layout-align-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  #pns-privacy .layout-align-start-center,
  #pns-privacy .layout-align-center-center,
  #pns-privacy .layout-align-end-center,
  #pns-privacy .layout-align-space-between-center,
  #pns-privacy .layout-align-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  #pns-privacy .layout-align-start-center > *,
  #pns-privacy .layout-align-center-center > *,
  #pns-privacy .layout-align-end-center > *,
  #pns-privacy .layout-align-space-between-center > *,
  #pns-privacy .layout-align-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-align-start-end,
  #pns-privacy .layout-align-center-end,
  #pns-privacy .layout-align-end-end,
  #pns-privacy .layout-align-space-between-end,
  #pns-privacy .layout-align-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  #pns-privacy .layout-align-start-stretch,
  #pns-privacy .layout-align-center-stretch,
  #pns-privacy .layout-align-end-stretch,
  #pns-privacy .layout-align-space-between-stretch,
  #pns-privacy .layout-align-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  #pns-privacy .flex {
    flex: 1;
    box-sizing: border-box; }
  @media screen\0 {
    #pns-privacy .flex {
      flex: 1 1 auto; } }
  #pns-privacy .flex-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  #pns-privacy .flex-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-0,
  #pns-privacy .layout-row > .flex-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy .layout-column > .flex-0,
  #pns-privacy .layout-column > .flex-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy .flex-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-5,
  #pns-privacy .layout-row > .flex-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-5,
  #pns-privacy .layout-column > .flex-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy .flex-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-10,
  #pns-privacy .layout-row > .flex-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-10,
  #pns-privacy .layout-column > .flex-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy .flex-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-15,
  #pns-privacy .layout-row > .flex-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-15,
  #pns-privacy .layout-column > .flex-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy .flex-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-20,
  #pns-privacy .layout-row > .flex-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-20,
  #pns-privacy .layout-column > .flex-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy .flex-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-25,
  #pns-privacy .layout-row > .flex-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-25,
  #pns-privacy .layout-column > .flex-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy .flex-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-30,
  #pns-privacy .layout-row > .flex-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-30,
  #pns-privacy .layout-column > .flex-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy .flex-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-35,
  #pns-privacy .layout-row > .flex-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-35,
  #pns-privacy .layout-column > .flex-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy .flex-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-40,
  #pns-privacy .layout-row > .flex-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-40,
  #pns-privacy .layout-column > .flex-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy .flex-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-45,
  #pns-privacy .layout-row > .flex-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-45,
  #pns-privacy .layout-column > .flex-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy .flex-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-50,
  #pns-privacy .layout-row > .flex-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-50,
  #pns-privacy .layout-column > .flex-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy .flex-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-55,
  #pns-privacy .layout-row > .flex-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-55,
  #pns-privacy .layout-column > .flex-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy .flex-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-60,
  #pns-privacy .layout-row > .flex-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-60,
  #pns-privacy .layout-column > .flex-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy .flex-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-65,
  #pns-privacy .layout-row > .flex-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-65,
  #pns-privacy .layout-column > .flex-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy .flex-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-70,
  #pns-privacy .layout-row > .flex-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-70,
  #pns-privacy .layout-column > .flex-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy .flex-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-75,
  #pns-privacy .layout-row > .flex-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-75,
  #pns-privacy .layout-column > .flex-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy .flex-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-80,
  #pns-privacy .layout-row > .flex-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-80,
  #pns-privacy .layout-column > .flex-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy .flex-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-85,
  #pns-privacy .layout-row > .flex-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-85,
  #pns-privacy .layout-column > .flex-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy .flex-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-90,
  #pns-privacy .layout-row > .flex-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-90,
  #pns-privacy .layout-column > .flex-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy .flex-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-95,
  #pns-privacy .layout-row > .flex-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-95,
  #pns-privacy .layout-column > .flex-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-100,
  #pns-privacy .layout-row > .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-100,
  #pns-privacy .layout-column > .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex, #pns-privacy .layout-row > .flex {
    min-width: 0; }
  #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex, #pns-privacy .layout-column > .flex {
    min-height: 0; }
  #pns-privacy .layout, #pns-privacy .layout-column, #pns-privacy .layout-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #pns-privacy .layout-column {
    flex-direction: column; }
  #pns-privacy .layout-row {
    flex-direction: row; }
  #pns-privacy .layout-padding-sm > *,
  #pns-privacy .layout-padding > .flex-sm {
    padding: 4px; }
  #pns-privacy .layout-padding,
  #pns-privacy .layout-padding-gt-sm,
  #pns-privacy .layout-padding-md,
  #pns-privacy .layout-padding > *,
  #pns-privacy .layout-padding-gt-sm > *,
  #pns-privacy .layout-padding-md > *,
  #pns-privacy .layout-padding > .flex,
  #pns-privacy .layout-padding > .flex-gt-sm,
  #pns-privacy .layout-padding > .flex-md {
    padding: 8px; }
  #pns-privacy .layout-padding-gt-md > *,
  #pns-privacy .layout-padding-lg > *,
  #pns-privacy .layout-padding-gt-lg > *,
  #pns-privacy .layout-padding > .flex-gt-md,
  #pns-privacy .layout-padding > .flex-lg,
  #pns-privacy .layout-padding > .flex-lg,
  #pns-privacy .layout-padding > .flex-gt-lg {
    padding: 16px; }
  #pns-privacy .layout-margin-sm > *,
  #pns-privacy .layout-margin > .flex-sm {
    margin: 4px; }
  #pns-privacy .layout-margin,
  #pns-privacy .layout-margin-gt-sm,
  #pns-privacy .layout-margin-md,
  #pns-privacy .layout-margin > *,
  #pns-privacy .layout-margin-gt-sm > *,
  #pns-privacy .layout-margin-md > *,
  #pns-privacy .layout-margin > .flex,
  #pns-privacy .layout-margin > .flex-gt-sm,
  #pns-privacy .layout-margin > .flex-md {
    margin: 8px; }
  #pns-privacy .layout-margin-gt-md > *,
  #pns-privacy .layout-margin-lg > *,
  #pns-privacy .layout-margin-gt-lg > *,
  #pns-privacy .layout-margin > .flex-gt-md,
  #pns-privacy .layout-margin > .flex-lg,
  #pns-privacy .layout-margin > .flex-gt-lg {
    margin: 16px; }
  #pns-privacy .layout-wrap {
    flex-wrap: wrap; }
  #pns-privacy .layout-nowrap {
    flex-wrap: nowrap; }
  #pns-privacy .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; }
  @media (max-width: 659px) {
    #pns-privacy .hide-xs:not(.show-xs):not(.show), #pns-privacy .hide:not(.show-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-xs--20 {
      order: -20; }
    #pns-privacy .flex-order-xs--19 {
      order: -19; }
    #pns-privacy .flex-order-xs--18 {
      order: -18; }
    #pns-privacy .flex-order-xs--17 {
      order: -17; }
    #pns-privacy .flex-order-xs--16 {
      order: -16; }
    #pns-privacy .flex-order-xs--15 {
      order: -15; }
    #pns-privacy .flex-order-xs--14 {
      order: -14; }
    #pns-privacy .flex-order-xs--13 {
      order: -13; }
    #pns-privacy .flex-order-xs--12 {
      order: -12; }
    #pns-privacy .flex-order-xs--11 {
      order: -11; }
    #pns-privacy .flex-order-xs--10 {
      order: -10; }
    #pns-privacy .flex-order-xs--9 {
      order: -9; }
    #pns-privacy .flex-order-xs--8 {
      order: -8; }
    #pns-privacy .flex-order-xs--7 {
      order: -7; }
    #pns-privacy .flex-order-xs--6 {
      order: -6; }
    #pns-privacy .flex-order-xs--5 {
      order: -5; }
    #pns-privacy .flex-order-xs--4 {
      order: -4; }
    #pns-privacy .flex-order-xs--3 {
      order: -3; }
    #pns-privacy .flex-order-xs--2 {
      order: -2; }
    #pns-privacy .flex-order-xs--1 {
      order: -1; }
    #pns-privacy .flex-order-xs-0 {
      order: 0; }
    #pns-privacy .flex-order-xs-1 {
      order: 1; }
    #pns-privacy .flex-order-xs-2 {
      order: 2; }
    #pns-privacy .flex-order-xs-3 {
      order: 3; }
    #pns-privacy .flex-order-xs-4 {
      order: 4; }
    #pns-privacy .flex-order-xs-5 {
      order: 5; }
    #pns-privacy .flex-order-xs-6 {
      order: 6; }
    #pns-privacy .flex-order-xs-7 {
      order: 7; }
    #pns-privacy .flex-order-xs-8 {
      order: 8; }
    #pns-privacy .flex-order-xs-9 {
      order: 9; }
    #pns-privacy .flex-order-xs-10 {
      order: 10; }
    #pns-privacy .flex-order-xs-11 {
      order: 11; }
    #pns-privacy .flex-order-xs-12 {
      order: 12; }
    #pns-privacy .flex-order-xs-13 {
      order: 13; }
    #pns-privacy .flex-order-xs-14 {
      order: 14; }
    #pns-privacy .flex-order-xs-15 {
      order: 15; }
    #pns-privacy .flex-order-xs-16 {
      order: 16; }
    #pns-privacy .flex-order-xs-17 {
      order: 17; }
    #pns-privacy .flex-order-xs-18 {
      order: 18; }
    #pns-privacy .flex-order-xs-19 {
      order: 19; }
    #pns-privacy .flex-order-xs-20 {
      order: 20; }
    #pns-privacy .offset-xs-0, #pns-privacy .flex-offset-xs-0 {
      margin-left: 0%; }
    #pns-privacy .offset-xs-5, #pns-privacy .flex-offset-xs-5 {
      margin-left: 5%; }
    #pns-privacy .offset-xs-10, #pns-privacy .flex-offset-xs-10 {
      margin-left: 10%; }
    #pns-privacy .offset-xs-15, #pns-privacy .flex-offset-xs-15 {
      margin-left: 15%; }
    #pns-privacy .offset-xs-20, #pns-privacy .flex-offset-xs-20 {
      margin-left: 20%; }
    #pns-privacy .offset-xs-25, #pns-privacy .flex-offset-xs-25 {
      margin-left: 25%; }
    #pns-privacy .offset-xs-30, #pns-privacy .flex-offset-xs-30 {
      margin-left: 30%; }
    #pns-privacy .offset-xs-35, #pns-privacy .flex-offset-xs-35 {
      margin-left: 35%; }
    #pns-privacy .offset-xs-40, #pns-privacy .flex-offset-xs-40 {
      margin-left: 40%; }
    #pns-privacy .offset-xs-45, #pns-privacy .flex-offset-xs-45 {
      margin-left: 45%; }
    #pns-privacy .offset-xs-50, #pns-privacy .flex-offset-xs-50 {
      margin-left: 50%; }
    #pns-privacy .offset-xs-55, #pns-privacy .flex-offset-xs-55 {
      margin-left: 55%; }
    #pns-privacy .offset-xs-60, #pns-privacy .flex-offset-xs-60 {
      margin-left: 60%; }
    #pns-privacy .offset-xs-65, #pns-privacy .flex-offset-xs-65 {
      margin-left: 65%; }
    #pns-privacy .offset-xs-70, #pns-privacy .flex-offset-xs-70 {
      margin-left: 70%; }
    #pns-privacy .offset-xs-75, #pns-privacy .flex-offset-xs-75 {
      margin-left: 75%; }
    #pns-privacy .offset-xs-80, #pns-privacy .flex-offset-xs-80 {
      margin-left: 80%; }
    #pns-privacy .offset-xs-85, #pns-privacy .flex-offset-xs-85 {
      margin-left: 85%; }
    #pns-privacy .offset-xs-90, #pns-privacy .flex-offset-xs-90 {
      margin-left: 90%; }
    #pns-privacy .offset-xs-95, #pns-privacy .flex-offset-xs-95 {
      margin-left: 95%; }
    #pns-privacy .offset-xs-33, #pns-privacy .flex-offset-xs-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-xs-66, #pns-privacy .flex-offset-xs-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-xs {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-xs-start,
    #pns-privacy .layout-align-xs-start-start,
    #pns-privacy .layout-align-xs-start-center,
    #pns-privacy .layout-align-xs-start-end,
    #pns-privacy .layout-align-xs-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-xs-center,
    #pns-privacy .layout-align-xs-center-start,
    #pns-privacy .layout-align-xs-center-center,
    #pns-privacy .layout-align-xs-center-end,
    #pns-privacy .layout-align-xs-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-xs-end,
    #pns-privacy .layout-align-xs-end-start,
    #pns-privacy .layout-align-xs-end-center,
    #pns-privacy .layout-align-xs-end-end,
    #pns-privacy .layout-align-xs-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-xs-space-around,
    #pns-privacy .layout-align-xs-space-around-center,
    #pns-privacy .layout-align-xs-space-around-start,
    #pns-privacy .layout-align-xs-space-around-end,
    #pns-privacy .layout-align-xs-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-xs-space-between,
    #pns-privacy .layout-align-xs-space-between-center,
    #pns-privacy .layout-align-xs-space-between-start,
    #pns-privacy .layout-align-xs-space-between-end,
    #pns-privacy .layout-align-xs-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-xs-start-start,
    #pns-privacy .layout-align-xs-center-start,
    #pns-privacy .layout-align-xs-end-start,
    #pns-privacy .layout-align-xs-space-between-start,
    #pns-privacy .layout-align-xs-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-xs-start-center,
    #pns-privacy .layout-align-xs-center-center,
    #pns-privacy .layout-align-xs-end-center,
    #pns-privacy .layout-align-xs-space-between-center,
    #pns-privacy .layout-align-xs-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-xs-start-center > *,
    #pns-privacy .layout-align-xs-center-center > *,
    #pns-privacy .layout-align-xs-end-center > *,
    #pns-privacy .layout-align-xs-space-between-center > *,
    #pns-privacy .layout-align-xs-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-xs-start-end,
    #pns-privacy .layout-align-xs-center-end,
    #pns-privacy .layout-align-xs-end-end,
    #pns-privacy .layout-align-xs-space-between-end,
    #pns-privacy .layout-align-xs-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-xs-start-stretch,
    #pns-privacy .layout-align-xs-center-stretch,
    #pns-privacy .layout-align-xs-end-stretch,
    #pns-privacy .layout-align-xs-space-between-stretch,
    #pns-privacy .layout-align-xs-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-xs {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  #pns-privacy .flex-xs {
    flex: 1 1 auto; } }
  @media (max-width: 659px) {
    #pns-privacy .flex-xs-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-0,
    #pns-privacy .layout-xs-row > .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xs-0,
    #pns-privacy .layout-xs-column > .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-5,
    #pns-privacy .layout-xs-row > .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-5,
    #pns-privacy .layout-xs-column > .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-10,
    #pns-privacy .layout-xs-row > .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-10,
    #pns-privacy .layout-xs-column > .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-15,
    #pns-privacy .layout-xs-row > .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-15,
    #pns-privacy .layout-xs-column > .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-20,
    #pns-privacy .layout-xs-row > .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-20,
    #pns-privacy .layout-xs-column > .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-25,
    #pns-privacy .layout-xs-row > .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-25,
    #pns-privacy .layout-xs-column > .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-30,
    #pns-privacy .layout-xs-row > .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-30,
    #pns-privacy .layout-xs-column > .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-35,
    #pns-privacy .layout-xs-row > .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-35,
    #pns-privacy .layout-xs-column > .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-40,
    #pns-privacy .layout-xs-row > .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-40,
    #pns-privacy .layout-xs-column > .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-45,
    #pns-privacy .layout-xs-row > .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-45,
    #pns-privacy .layout-xs-column > .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-50,
    #pns-privacy .layout-xs-row > .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-50,
    #pns-privacy .layout-xs-column > .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-55,
    #pns-privacy .layout-xs-row > .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-55,
    #pns-privacy .layout-xs-column > .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-60,
    #pns-privacy .layout-xs-row > .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-60,
    #pns-privacy .layout-xs-column > .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-65,
    #pns-privacy .layout-xs-row > .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-65,
    #pns-privacy .layout-xs-column > .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-70,
    #pns-privacy .layout-xs-row > .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-70,
    #pns-privacy .layout-xs-column > .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-75,
    #pns-privacy .layout-xs-row > .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-75,
    #pns-privacy .layout-xs-column > .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-80,
    #pns-privacy .layout-xs-row > .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-80,
    #pns-privacy .layout-xs-column > .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-85,
    #pns-privacy .layout-xs-row > .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-85,
    #pns-privacy .layout-xs-column > .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-90,
    #pns-privacy .layout-xs-row > .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-90,
    #pns-privacy .layout-xs-column > .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-95,
    #pns-privacy .layout-xs-row > .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-95,
    #pns-privacy .layout-xs-column > .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-100,
    #pns-privacy .layout-xs-row > .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-100,
    #pns-privacy .layout-xs-column > .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-33, #pns-privacy .layout-row > .flex-xs-33, #pns-privacy .layout-xs-row > .flex-xs-33, #pns-privacy .layout-xs-row > .flex-xs-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-66, #pns-privacy .layout-row > .flex-xs-66, #pns-privacy .layout-xs-row > .flex-xs-66, #pns-privacy .layout-xs-row > .flex-xs-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-xs-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xs-33, #pns-privacy .layout-column > .flex-xs-33, #pns-privacy .layout-xs-column > .flex-xs-33, #pns-privacy .layout-xs-column > .flex-xs-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-66, #pns-privacy .layout-column > .flex-xs-66, #pns-privacy .layout-xs-column > .flex-xs-66, #pns-privacy .layout-xs-column > .flex-xs-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-xs-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-xs, #pns-privacy .layout-xs-column, #pns-privacy .layout-xs-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-xs-column {
      flex-direction: column; }
    #pns-privacy .layout-xs-row {
      flex-direction: row; } }
  @media (min-width: 660px) {
    #pns-privacy .flex-order-gt-xs--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-xs--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-xs--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-xs--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-xs--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-xs--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-xs--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-xs--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-xs--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-xs--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-xs--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-xs--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-xs--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-xs--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-xs--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-xs--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-xs--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-xs--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-xs--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-xs--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-xs-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-xs-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-xs-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-xs-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-xs-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-xs-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-xs-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-xs-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-xs-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-xs-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-xs-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-xs-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-xs-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-xs-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-xs-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-xs-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-xs-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-xs-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-xs-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-xs-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-xs-20 {
      order: 20; }
    #pns-privacy .offset-gt-xs-0, #pns-privacy .flex-offset-gt-xs-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-xs-5, #pns-privacy .flex-offset-gt-xs-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-xs-10, #pns-privacy .flex-offset-gt-xs-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-xs-15, #pns-privacy .flex-offset-gt-xs-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-xs-20, #pns-privacy .flex-offset-gt-xs-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-xs-25, #pns-privacy .flex-offset-gt-xs-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-xs-30, #pns-privacy .flex-offset-gt-xs-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-xs-35, #pns-privacy .flex-offset-gt-xs-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-xs-40, #pns-privacy .flex-offset-gt-xs-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-xs-45, #pns-privacy .flex-offset-gt-xs-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-xs-50, #pns-privacy .flex-offset-gt-xs-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-xs-55, #pns-privacy .flex-offset-gt-xs-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-xs-60, #pns-privacy .flex-offset-gt-xs-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-xs-65, #pns-privacy .flex-offset-gt-xs-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-xs-70, #pns-privacy .flex-offset-gt-xs-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-xs-75, #pns-privacy .flex-offset-gt-xs-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-xs-80, #pns-privacy .flex-offset-gt-xs-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-xs-85, #pns-privacy .flex-offset-gt-xs-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-xs-90, #pns-privacy .flex-offset-gt-xs-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-xs-95, #pns-privacy .flex-offset-gt-xs-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-xs-33, #pns-privacy .flex-offset-gt-xs-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-xs-66, #pns-privacy .flex-offset-gt-xs-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-xs {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-xs-start,
    #pns-privacy .layout-align-gt-xs-start-start,
    #pns-privacy .layout-align-gt-xs-start-center,
    #pns-privacy .layout-align-gt-xs-start-end,
    #pns-privacy .layout-align-gt-xs-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-xs-center,
    #pns-privacy .layout-align-gt-xs-center-start,
    #pns-privacy .layout-align-gt-xs-center-center,
    #pns-privacy .layout-align-gt-xs-center-end,
    #pns-privacy .layout-align-gt-xs-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-xs-end,
    #pns-privacy .layout-align-gt-xs-end-start,
    #pns-privacy .layout-align-gt-xs-end-center,
    #pns-privacy .layout-align-gt-xs-end-end,
    #pns-privacy .layout-align-gt-xs-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-xs-space-around,
    #pns-privacy .layout-align-gt-xs-space-around-center,
    #pns-privacy .layout-align-gt-xs-space-around-start,
    #pns-privacy .layout-align-gt-xs-space-around-end,
    #pns-privacy .layout-align-gt-xs-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-xs-space-between,
    #pns-privacy .layout-align-gt-xs-space-between-center,
    #pns-privacy .layout-align-gt-xs-space-between-start,
    #pns-privacy .layout-align-gt-xs-space-between-end,
    #pns-privacy .layout-align-gt-xs-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-xs-start-start,
    #pns-privacy .layout-align-gt-xs-center-start,
    #pns-privacy .layout-align-gt-xs-end-start,
    #pns-privacy .layout-align-gt-xs-space-between-start,
    #pns-privacy .layout-align-gt-xs-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-xs-start-center,
    #pns-privacy .layout-align-gt-xs-center-center,
    #pns-privacy .layout-align-gt-xs-end-center,
    #pns-privacy .layout-align-gt-xs-space-between-center,
    #pns-privacy .layout-align-gt-xs-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-xs-start-center > *,
    #pns-privacy .layout-align-gt-xs-center-center > *,
    #pns-privacy .layout-align-gt-xs-end-center > *,
    #pns-privacy .layout-align-gt-xs-space-between-center > *,
    #pns-privacy .layout-align-gt-xs-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-xs-start-end,
    #pns-privacy .layout-align-gt-xs-center-end,
    #pns-privacy .layout-align-gt-xs-end-end,
    #pns-privacy .layout-align-gt-xs-space-between-end,
    #pns-privacy .layout-align-gt-xs-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-xs-start-stretch,
    #pns-privacy .layout-align-gt-xs-center-stretch,
    #pns-privacy .layout-align-gt-xs-end-stretch,
    #pns-privacy .layout-align-gt-xs-space-between-stretch,
    #pns-privacy .layout-align-gt-xs-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-xs {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  #pns-privacy .flex-gt-xs {
    flex: 1 1 auto; } }
  @media (min-width: 660px) {
    #pns-privacy .flex-gt-xs-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-0,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-xs-0,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-5,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-5,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-10,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-10,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-15,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-15,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-20,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-20,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-25,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-25,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-30,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-30,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-35,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-35,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-40,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-40,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-45,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-45,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-50,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-50,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-55,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-55,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-60,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-60,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-65,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-65,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-70,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-70,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-75,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-75,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-80,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-80,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-85,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-85,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-90,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-90,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-95,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-95,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-100,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-100,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-33, #pns-privacy .layout-row > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-66, #pns-privacy .layout-row > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-xs-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-xs-33, #pns-privacy .layout-column > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-66, #pns-privacy .layout-column > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-xs-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-xs, #pns-privacy .layout-gt-xs-column, #pns-privacy .layout-gt-xs-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-xs-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-xs-row {
      flex-direction: row; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-sm):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
      display: none !important; }
    #pns-privacy .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-sm--20 {
      order: -20; }
    #pns-privacy .flex-order-sm--19 {
      order: -19; }
    #pns-privacy .flex-order-sm--18 {
      order: -18; }
    #pns-privacy .flex-order-sm--17 {
      order: -17; }
    #pns-privacy .flex-order-sm--16 {
      order: -16; }
    #pns-privacy .flex-order-sm--15 {
      order: -15; }
    #pns-privacy .flex-order-sm--14 {
      order: -14; }
    #pns-privacy .flex-order-sm--13 {
      order: -13; }
    #pns-privacy .flex-order-sm--12 {
      order: -12; }
    #pns-privacy .flex-order-sm--11 {
      order: -11; }
    #pns-privacy .flex-order-sm--10 {
      order: -10; }
    #pns-privacy .flex-order-sm--9 {
      order: -9; }
    #pns-privacy .flex-order-sm--8 {
      order: -8; }
    #pns-privacy .flex-order-sm--7 {
      order: -7; }
    #pns-privacy .flex-order-sm--6 {
      order: -6; }
    #pns-privacy .flex-order-sm--5 {
      order: -5; }
    #pns-privacy .flex-order-sm--4 {
      order: -4; }
    #pns-privacy .flex-order-sm--3 {
      order: -3; }
    #pns-privacy .flex-order-sm--2 {
      order: -2; }
    #pns-privacy .flex-order-sm--1 {
      order: -1; }
    #pns-privacy .flex-order-sm-0 {
      order: 0; }
    #pns-privacy .flex-order-sm-1 {
      order: 1; }
    #pns-privacy .flex-order-sm-2 {
      order: 2; }
    #pns-privacy .flex-order-sm-3 {
      order: 3; }
    #pns-privacy .flex-order-sm-4 {
      order: 4; }
    #pns-privacy .flex-order-sm-5 {
      order: 5; }
    #pns-privacy .flex-order-sm-6 {
      order: 6; }
    #pns-privacy .flex-order-sm-7 {
      order: 7; }
    #pns-privacy .flex-order-sm-8 {
      order: 8; }
    #pns-privacy .flex-order-sm-9 {
      order: 9; }
    #pns-privacy .flex-order-sm-10 {
      order: 10; }
    #pns-privacy .flex-order-sm-11 {
      order: 11; }
    #pns-privacy .flex-order-sm-12 {
      order: 12; }
    #pns-privacy .flex-order-sm-13 {
      order: 13; }
    #pns-privacy .flex-order-sm-14 {
      order: 14; }
    #pns-privacy .flex-order-sm-15 {
      order: 15; }
    #pns-privacy .flex-order-sm-16 {
      order: 16; }
    #pns-privacy .flex-order-sm-17 {
      order: 17; }
    #pns-privacy .flex-order-sm-18 {
      order: 18; }
    #pns-privacy .flex-order-sm-19 {
      order: 19; }
    #pns-privacy .flex-order-sm-20 {
      order: 20; }
    #pns-privacy .offset-sm-0, #pns-privacy .flex-offset-sm-0 {
      margin-left: 0%; }
    #pns-privacy .offset-sm-5, #pns-privacy .flex-offset-sm-5 {
      margin-left: 5%; }
    #pns-privacy .offset-sm-10, #pns-privacy .flex-offset-sm-10 {
      margin-left: 10%; }
    #pns-privacy .offset-sm-15, #pns-privacy .flex-offset-sm-15 {
      margin-left: 15%; }
    #pns-privacy .offset-sm-20, #pns-privacy .flex-offset-sm-20 {
      margin-left: 20%; }
    #pns-privacy .offset-sm-25, #pns-privacy .flex-offset-sm-25 {
      margin-left: 25%; }
    #pns-privacy .offset-sm-30, #pns-privacy .flex-offset-sm-30 {
      margin-left: 30%; }
    #pns-privacy .offset-sm-35, #pns-privacy .flex-offset-sm-35 {
      margin-left: 35%; }
    #pns-privacy .offset-sm-40, #pns-privacy .flex-offset-sm-40 {
      margin-left: 40%; }
    #pns-privacy .offset-sm-45, #pns-privacy .flex-offset-sm-45 {
      margin-left: 45%; }
    #pns-privacy .offset-sm-50, #pns-privacy .flex-offset-sm-50 {
      margin-left: 50%; }
    #pns-privacy .offset-sm-55, #pns-privacy .flex-offset-sm-55 {
      margin-left: 55%; }
    #pns-privacy .offset-sm-60, #pns-privacy .flex-offset-sm-60 {
      margin-left: 60%; }
    #pns-privacy .offset-sm-65, #pns-privacy .flex-offset-sm-65 {
      margin-left: 65%; }
    #pns-privacy .offset-sm-70, #pns-privacy .flex-offset-sm-70 {
      margin-left: 70%; }
    #pns-privacy .offset-sm-75, #pns-privacy .flex-offset-sm-75 {
      margin-left: 75%; }
    #pns-privacy .offset-sm-80, #pns-privacy .flex-offset-sm-80 {
      margin-left: 80%; }
    #pns-privacy .offset-sm-85, #pns-privacy .flex-offset-sm-85 {
      margin-left: 85%; }
    #pns-privacy .offset-sm-90, #pns-privacy .flex-offset-sm-90 {
      margin-left: 90%; }
    #pns-privacy .offset-sm-95, #pns-privacy .flex-offset-sm-95 {
      margin-left: 95%; }
    #pns-privacy .offset-sm-33, #pns-privacy .flex-offset-sm-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-sm-66, #pns-privacy .flex-offset-sm-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-sm {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-sm-start,
    #pns-privacy .layout-align-sm-start-start,
    #pns-privacy .layout-align-sm-start-center,
    #pns-privacy .layout-align-sm-start-end,
    #pns-privacy .layout-align-sm-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-sm-center,
    #pns-privacy .layout-align-sm-center-start,
    #pns-privacy .layout-align-sm-center-center,
    #pns-privacy .layout-align-sm-center-end,
    #pns-privacy .layout-align-sm-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-sm-end,
    #pns-privacy .layout-align-sm-end-start,
    #pns-privacy .layout-align-sm-end-center,
    #pns-privacy .layout-align-sm-end-end,
    #pns-privacy .layout-align-sm-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-sm-space-around,
    #pns-privacy .layout-align-sm-space-around-center,
    #pns-privacy .layout-align-sm-space-around-start,
    #pns-privacy .layout-align-sm-space-around-end,
    #pns-privacy .layout-align-sm-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-sm-space-between,
    #pns-privacy .layout-align-sm-space-between-center,
    #pns-privacy .layout-align-sm-space-between-start,
    #pns-privacy .layout-align-sm-space-between-end,
    #pns-privacy .layout-align-sm-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-sm-start-start,
    #pns-privacy .layout-align-sm-center-start,
    #pns-privacy .layout-align-sm-end-start,
    #pns-privacy .layout-align-sm-space-between-start,
    #pns-privacy .layout-align-sm-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-sm-start-center,
    #pns-privacy .layout-align-sm-center-center,
    #pns-privacy .layout-align-sm-end-center,
    #pns-privacy .layout-align-sm-space-between-center,
    #pns-privacy .layout-align-sm-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-sm-start-center > *,
    #pns-privacy .layout-align-sm-center-center > *,
    #pns-privacy .layout-align-sm-end-center > *,
    #pns-privacy .layout-align-sm-space-between-center > *,
    #pns-privacy .layout-align-sm-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-sm-start-end,
    #pns-privacy .layout-align-sm-center-end,
    #pns-privacy .layout-align-sm-end-end,
    #pns-privacy .layout-align-sm-space-between-end,
    #pns-privacy .layout-align-sm-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-sm-start-stretch,
    #pns-privacy .layout-align-sm-center-stretch,
    #pns-privacy .layout-align-sm-end-stretch,
    #pns-privacy .layout-align-sm-space-between-stretch,
    #pns-privacy .layout-align-sm-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-sm {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  #pns-privacy .flex-sm {
    flex: 1 1 auto; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy .flex-sm-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-0,
    #pns-privacy .layout-sm-row > .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-sm-0,
    #pns-privacy .layout-sm-column > .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-5,
    #pns-privacy .layout-sm-row > .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-5,
    #pns-privacy .layout-sm-column > .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-10,
    #pns-privacy .layout-sm-row > .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-10,
    #pns-privacy .layout-sm-column > .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-15,
    #pns-privacy .layout-sm-row > .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-15,
    #pns-privacy .layout-sm-column > .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-20,
    #pns-privacy .layout-sm-row > .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-20,
    #pns-privacy .layout-sm-column > .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-25,
    #pns-privacy .layout-sm-row > .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-25,
    #pns-privacy .layout-sm-column > .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-30,
    #pns-privacy .layout-sm-row > .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-30,
    #pns-privacy .layout-sm-column > .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-35,
    #pns-privacy .layout-sm-row > .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-35,
    #pns-privacy .layout-sm-column > .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-40,
    #pns-privacy .layout-sm-row > .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-40,
    #pns-privacy .layout-sm-column > .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-45,
    #pns-privacy .layout-sm-row > .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-45,
    #pns-privacy .layout-sm-column > .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-50,
    #pns-privacy .layout-sm-row > .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-50,
    #pns-privacy .layout-sm-column > .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-55,
    #pns-privacy .layout-sm-row > .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-55,
    #pns-privacy .layout-sm-column > .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-60,
    #pns-privacy .layout-sm-row > .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-60,
    #pns-privacy .layout-sm-column > .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-65,
    #pns-privacy .layout-sm-row > .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-65,
    #pns-privacy .layout-sm-column > .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-70,
    #pns-privacy .layout-sm-row > .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-70,
    #pns-privacy .layout-sm-column > .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-75,
    #pns-privacy .layout-sm-row > .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-75,
    #pns-privacy .layout-sm-column > .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-80,
    #pns-privacy .layout-sm-row > .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-80,
    #pns-privacy .layout-sm-column > .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-85,
    #pns-privacy .layout-sm-row > .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-85,
    #pns-privacy .layout-sm-column > .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-90,
    #pns-privacy .layout-sm-row > .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-90,
    #pns-privacy .layout-sm-column > .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-95,
    #pns-privacy .layout-sm-row > .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-95,
    #pns-privacy .layout-sm-column > .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-100,
    #pns-privacy .layout-sm-row > .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-100,
    #pns-privacy .layout-sm-column > .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-33, #pns-privacy .layout-row > .flex-sm-33, #pns-privacy .layout-sm-row > .flex-sm-33, #pns-privacy .layout-sm-row > .flex-sm-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-66, #pns-privacy .layout-row > .flex-sm-66, #pns-privacy .layout-sm-row > .flex-sm-66, #pns-privacy .layout-sm-row > .flex-sm-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-sm-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-sm-33, #pns-privacy .layout-column > .flex-sm-33, #pns-privacy .layout-sm-column > .flex-sm-33, #pns-privacy .layout-sm-column > .flex-sm-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-66, #pns-privacy .layout-column > .flex-sm-66, #pns-privacy .layout-sm-column > .flex-sm-66, #pns-privacy .layout-sm-column > .flex-sm-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-sm-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-sm, #pns-privacy .layout-sm-column, #pns-privacy .layout-sm-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-sm-column {
      flex-direction: column; }
    #pns-privacy .layout-sm-row {
      flex-direction: row; } }
  @media (min-width: 990px) {
    #pns-privacy .flex-order-gt-sm--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-sm--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-sm--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-sm--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-sm--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-sm--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-sm--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-sm--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-sm--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-sm--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-sm--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-sm--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-sm--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-sm--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-sm--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-sm--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-sm--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-sm--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-sm--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-sm--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-sm-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-sm-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-sm-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-sm-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-sm-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-sm-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-sm-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-sm-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-sm-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-sm-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-sm-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-sm-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-sm-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-sm-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-sm-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-sm-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-sm-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-sm-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-sm-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-sm-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-sm-20 {
      order: 20; }
    #pns-privacy .offset-gt-sm-0, #pns-privacy .flex-offset-gt-sm-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-sm-5, #pns-privacy .flex-offset-gt-sm-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-sm-10, #pns-privacy .flex-offset-gt-sm-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-sm-15, #pns-privacy .flex-offset-gt-sm-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-sm-20, #pns-privacy .flex-offset-gt-sm-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-sm-25, #pns-privacy .flex-offset-gt-sm-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-sm-30, #pns-privacy .flex-offset-gt-sm-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-sm-35, #pns-privacy .flex-offset-gt-sm-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-sm-40, #pns-privacy .flex-offset-gt-sm-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-sm-45, #pns-privacy .flex-offset-gt-sm-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-sm-50, #pns-privacy .flex-offset-gt-sm-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-sm-55, #pns-privacy .flex-offset-gt-sm-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-sm-60, #pns-privacy .flex-offset-gt-sm-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-sm-65, #pns-privacy .flex-offset-gt-sm-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-sm-70, #pns-privacy .flex-offset-gt-sm-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-sm-75, #pns-privacy .flex-offset-gt-sm-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-sm-80, #pns-privacy .flex-offset-gt-sm-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-sm-85, #pns-privacy .flex-offset-gt-sm-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-sm-90, #pns-privacy .flex-offset-gt-sm-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-sm-95, #pns-privacy .flex-offset-gt-sm-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-sm-33, #pns-privacy .flex-offset-gt-sm-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-sm-66, #pns-privacy .flex-offset-gt-sm-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-sm {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-sm-start,
    #pns-privacy .layout-align-gt-sm-start-start,
    #pns-privacy .layout-align-gt-sm-start-center,
    #pns-privacy .layout-align-gt-sm-start-end,
    #pns-privacy .layout-align-gt-sm-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-sm-center,
    #pns-privacy .layout-align-gt-sm-center-start,
    #pns-privacy .layout-align-gt-sm-center-center,
    #pns-privacy .layout-align-gt-sm-center-end,
    #pns-privacy .layout-align-gt-sm-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-sm-end,
    #pns-privacy .layout-align-gt-sm-end-start,
    #pns-privacy .layout-align-gt-sm-end-center,
    #pns-privacy .layout-align-gt-sm-end-end,
    #pns-privacy .layout-align-gt-sm-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-sm-space-around,
    #pns-privacy .layout-align-gt-sm-space-around-center,
    #pns-privacy .layout-align-gt-sm-space-around-start,
    #pns-privacy .layout-align-gt-sm-space-around-end,
    #pns-privacy .layout-align-gt-sm-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-sm-space-between,
    #pns-privacy .layout-align-gt-sm-space-between-center,
    #pns-privacy .layout-align-gt-sm-space-between-start,
    #pns-privacy .layout-align-gt-sm-space-between-end,
    #pns-privacy .layout-align-gt-sm-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-sm-start-start,
    #pns-privacy .layout-align-gt-sm-center-start,
    #pns-privacy .layout-align-gt-sm-end-start,
    #pns-privacy .layout-align-gt-sm-space-between-start,
    #pns-privacy .layout-align-gt-sm-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-sm-start-center,
    #pns-privacy .layout-align-gt-sm-center-center,
    #pns-privacy .layout-align-gt-sm-end-center,
    #pns-privacy .layout-align-gt-sm-space-between-center,
    #pns-privacy .layout-align-gt-sm-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-sm-start-center > *,
    #pns-privacy .layout-align-gt-sm-center-center > *,
    #pns-privacy .layout-align-gt-sm-end-center > *,
    #pns-privacy .layout-align-gt-sm-space-between-center > *,
    #pns-privacy .layout-align-gt-sm-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-sm-start-end,
    #pns-privacy .layout-align-gt-sm-center-end,
    #pns-privacy .layout-align-gt-sm-end-end,
    #pns-privacy .layout-align-gt-sm-space-between-end,
    #pns-privacy .layout-align-gt-sm-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-sm-start-stretch,
    #pns-privacy .layout-align-gt-sm-center-stretch,
    #pns-privacy .layout-align-gt-sm-end-stretch,
    #pns-privacy .layout-align-gt-sm-space-between-stretch,
    #pns-privacy .layout-align-gt-sm-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-sm {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  #pns-privacy .flex-gt-sm {
    flex: 1 1 auto; } }
  @media (min-width: 990px) {
    #pns-privacy .flex-gt-sm-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-0,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-sm-0,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-5,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-5,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-10,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-10,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-15,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-15,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-20,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-20,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-25,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-25,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-30,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-30,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-35,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-35,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-40,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-40,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-45,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-45,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-50,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-50,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-55,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-55,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-60,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-60,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-65,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-65,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-70,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-70,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-75,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-75,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-80,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-80,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-85,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-85,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-90,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-90,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-95,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-95,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-100,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-100,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-33, #pns-privacy .layout-row > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-66, #pns-privacy .layout-row > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-sm-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-sm-33, #pns-privacy .layout-column > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-66, #pns-privacy .layout-column > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-sm-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-sm, #pns-privacy .layout-gt-sm-column, #pns-privacy .layout-gt-sm-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-sm-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-sm-row {
      flex-direction: row; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
      display: none !important; }
    #pns-privacy .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-md--20 {
      order: -20; }
    #pns-privacy .flex-order-md--19 {
      order: -19; }
    #pns-privacy .flex-order-md--18 {
      order: -18; }
    #pns-privacy .flex-order-md--17 {
      order: -17; }
    #pns-privacy .flex-order-md--16 {
      order: -16; }
    #pns-privacy .flex-order-md--15 {
      order: -15; }
    #pns-privacy .flex-order-md--14 {
      order: -14; }
    #pns-privacy .flex-order-md--13 {
      order: -13; }
    #pns-privacy .flex-order-md--12 {
      order: -12; }
    #pns-privacy .flex-order-md--11 {
      order: -11; }
    #pns-privacy .flex-order-md--10 {
      order: -10; }
    #pns-privacy .flex-order-md--9 {
      order: -9; }
    #pns-privacy .flex-order-md--8 {
      order: -8; }
    #pns-privacy .flex-order-md--7 {
      order: -7; }
    #pns-privacy .flex-order-md--6 {
      order: -6; }
    #pns-privacy .flex-order-md--5 {
      order: -5; }
    #pns-privacy .flex-order-md--4 {
      order: -4; }
    #pns-privacy .flex-order-md--3 {
      order: -3; }
    #pns-privacy .flex-order-md--2 {
      order: -2; }
    #pns-privacy .flex-order-md--1 {
      order: -1; }
    #pns-privacy .flex-order-md-0 {
      order: 0; }
    #pns-privacy .flex-order-md-1 {
      order: 1; }
    #pns-privacy .flex-order-md-2 {
      order: 2; }
    #pns-privacy .flex-order-md-3 {
      order: 3; }
    #pns-privacy .flex-order-md-4 {
      order: 4; }
    #pns-privacy .flex-order-md-5 {
      order: 5; }
    #pns-privacy .flex-order-md-6 {
      order: 6; }
    #pns-privacy .flex-order-md-7 {
      order: 7; }
    #pns-privacy .flex-order-md-8 {
      order: 8; }
    #pns-privacy .flex-order-md-9 {
      order: 9; }
    #pns-privacy .flex-order-md-10 {
      order: 10; }
    #pns-privacy .flex-order-md-11 {
      order: 11; }
    #pns-privacy .flex-order-md-12 {
      order: 12; }
    #pns-privacy .flex-order-md-13 {
      order: 13; }
    #pns-privacy .flex-order-md-14 {
      order: 14; }
    #pns-privacy .flex-order-md-15 {
      order: 15; }
    #pns-privacy .flex-order-md-16 {
      order: 16; }
    #pns-privacy .flex-order-md-17 {
      order: 17; }
    #pns-privacy .flex-order-md-18 {
      order: 18; }
    #pns-privacy .flex-order-md-19 {
      order: 19; }
    #pns-privacy .flex-order-md-20 {
      order: 20; }
    #pns-privacy .offset-md-0, #pns-privacy .flex-offset-md-0 {
      margin-left: 0%; }
    #pns-privacy .offset-md-5, #pns-privacy .flex-offset-md-5 {
      margin-left: 5%; }
    #pns-privacy .offset-md-10, #pns-privacy .flex-offset-md-10 {
      margin-left: 10%; }
    #pns-privacy .offset-md-15, #pns-privacy .flex-offset-md-15 {
      margin-left: 15%; }
    #pns-privacy .offset-md-20, #pns-privacy .flex-offset-md-20 {
      margin-left: 20%; }
    #pns-privacy .offset-md-25, #pns-privacy .flex-offset-md-25 {
      margin-left: 25%; }
    #pns-privacy .offset-md-30, #pns-privacy .flex-offset-md-30 {
      margin-left: 30%; }
    #pns-privacy .offset-md-35, #pns-privacy .flex-offset-md-35 {
      margin-left: 35%; }
    #pns-privacy .offset-md-40, #pns-privacy .flex-offset-md-40 {
      margin-left: 40%; }
    #pns-privacy .offset-md-45, #pns-privacy .flex-offset-md-45 {
      margin-left: 45%; }
    #pns-privacy .offset-md-50, #pns-privacy .flex-offset-md-50 {
      margin-left: 50%; }
    #pns-privacy .offset-md-55, #pns-privacy .flex-offset-md-55 {
      margin-left: 55%; }
    #pns-privacy .offset-md-60, #pns-privacy .flex-offset-md-60 {
      margin-left: 60%; }
    #pns-privacy .offset-md-65, #pns-privacy .flex-offset-md-65 {
      margin-left: 65%; }
    #pns-privacy .offset-md-70, #pns-privacy .flex-offset-md-70 {
      margin-left: 70%; }
    #pns-privacy .offset-md-75, #pns-privacy .flex-offset-md-75 {
      margin-left: 75%; }
    #pns-privacy .offset-md-80, #pns-privacy .flex-offset-md-80 {
      margin-left: 80%; }
    #pns-privacy .offset-md-85, #pns-privacy .flex-offset-md-85 {
      margin-left: 85%; }
    #pns-privacy .offset-md-90, #pns-privacy .flex-offset-md-90 {
      margin-left: 90%; }
    #pns-privacy .offset-md-95, #pns-privacy .flex-offset-md-95 {
      margin-left: 95%; }
    #pns-privacy .offset-md-33, #pns-privacy .flex-offset-md-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-md-66, #pns-privacy .flex-offset-md-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-md {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-md-start,
    #pns-privacy .layout-align-md-start-start,
    #pns-privacy .layout-align-md-start-center,
    #pns-privacy .layout-align-md-start-end,
    #pns-privacy .layout-align-md-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-md-center,
    #pns-privacy .layout-align-md-center-start,
    #pns-privacy .layout-align-md-center-center,
    #pns-privacy .layout-align-md-center-end,
    #pns-privacy .layout-align-md-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-md-end,
    #pns-privacy .layout-align-md-end-start,
    #pns-privacy .layout-align-md-end-center,
    #pns-privacy .layout-align-md-end-end,
    #pns-privacy .layout-align-md-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-md-space-around,
    #pns-privacy .layout-align-md-space-around-center,
    #pns-privacy .layout-align-md-space-around-start,
    #pns-privacy .layout-align-md-space-around-end,
    #pns-privacy .layout-align-md-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-md-space-between,
    #pns-privacy .layout-align-md-space-between-center,
    #pns-privacy .layout-align-md-space-between-start,
    #pns-privacy .layout-align-md-space-between-end,
    #pns-privacy .layout-align-md-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-md-start-start,
    #pns-privacy .layout-align-md-center-start,
    #pns-privacy .layout-align-md-end-start,
    #pns-privacy .layout-align-md-space-between-start,
    #pns-privacy .layout-align-md-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-md-start-center,
    #pns-privacy .layout-align-md-center-center,
    #pns-privacy .layout-align-md-end-center,
    #pns-privacy .layout-align-md-space-between-center,
    #pns-privacy .layout-align-md-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-md-start-center > *,
    #pns-privacy .layout-align-md-center-center > *,
    #pns-privacy .layout-align-md-end-center > *,
    #pns-privacy .layout-align-md-space-between-center > *,
    #pns-privacy .layout-align-md-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-md-start-end,
    #pns-privacy .layout-align-md-center-end,
    #pns-privacy .layout-align-md-end-end,
    #pns-privacy .layout-align-md-space-between-end,
    #pns-privacy .layout-align-md-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-md-start-stretch,
    #pns-privacy .layout-align-md-center-stretch,
    #pns-privacy .layout-align-md-end-stretch,
    #pns-privacy .layout-align-md-space-between-stretch,
    #pns-privacy .layout-align-md-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-md {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  #pns-privacy .flex-md {
    flex: 1 1 auto; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy .flex-md-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-0,
    #pns-privacy .layout-md-row > .flex-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-md-0,
    #pns-privacy .layout-md-column > .flex-md-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-5,
    #pns-privacy .layout-md-row > .flex-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-5,
    #pns-privacy .layout-md-column > .flex-md-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-10,
    #pns-privacy .layout-md-row > .flex-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-10,
    #pns-privacy .layout-md-column > .flex-md-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-15,
    #pns-privacy .layout-md-row > .flex-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-15,
    #pns-privacy .layout-md-column > .flex-md-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-20,
    #pns-privacy .layout-md-row > .flex-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-20,
    #pns-privacy .layout-md-column > .flex-md-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-25,
    #pns-privacy .layout-md-row > .flex-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-25,
    #pns-privacy .layout-md-column > .flex-md-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-30,
    #pns-privacy .layout-md-row > .flex-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-30,
    #pns-privacy .layout-md-column > .flex-md-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-35,
    #pns-privacy .layout-md-row > .flex-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-35,
    #pns-privacy .layout-md-column > .flex-md-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-40,
    #pns-privacy .layout-md-row > .flex-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-40,
    #pns-privacy .layout-md-column > .flex-md-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-45,
    #pns-privacy .layout-md-row > .flex-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-45,
    #pns-privacy .layout-md-column > .flex-md-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-50,
    #pns-privacy .layout-md-row > .flex-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-50,
    #pns-privacy .layout-md-column > .flex-md-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-55,
    #pns-privacy .layout-md-row > .flex-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-55,
    #pns-privacy .layout-md-column > .flex-md-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-60,
    #pns-privacy .layout-md-row > .flex-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-60,
    #pns-privacy .layout-md-column > .flex-md-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-65,
    #pns-privacy .layout-md-row > .flex-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-65,
    #pns-privacy .layout-md-column > .flex-md-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-70,
    #pns-privacy .layout-md-row > .flex-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-70,
    #pns-privacy .layout-md-column > .flex-md-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-75,
    #pns-privacy .layout-md-row > .flex-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-75,
    #pns-privacy .layout-md-column > .flex-md-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-80,
    #pns-privacy .layout-md-row > .flex-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-80,
    #pns-privacy .layout-md-column > .flex-md-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-85,
    #pns-privacy .layout-md-row > .flex-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-85,
    #pns-privacy .layout-md-column > .flex-md-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-90,
    #pns-privacy .layout-md-row > .flex-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-90,
    #pns-privacy .layout-md-column > .flex-md-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-95,
    #pns-privacy .layout-md-row > .flex-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-95,
    #pns-privacy .layout-md-column > .flex-md-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-100,
    #pns-privacy .layout-md-row > .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-100,
    #pns-privacy .layout-md-column > .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-33, #pns-privacy .layout-row > .flex-md-33, #pns-privacy .layout-md-row > .flex-md-33, #pns-privacy .layout-md-row > .flex-md-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-66, #pns-privacy .layout-row > .flex-md-66, #pns-privacy .layout-md-row > .flex-md-66, #pns-privacy .layout-md-row > .flex-md-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-md-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-md-33, #pns-privacy .layout-column > .flex-md-33, #pns-privacy .layout-md-column > .flex-md-33, #pns-privacy .layout-md-column > .flex-md-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-66, #pns-privacy .layout-column > .flex-md-66, #pns-privacy .layout-md-column > .flex-md-66, #pns-privacy .layout-md-column > .flex-md-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-md-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-md, #pns-privacy .layout-md-column, #pns-privacy .layout-md-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-md-column {
      flex-direction: column; }
    #pns-privacy .layout-md-row {
      flex-direction: row; } }
  @media (min-width: 1280px) {
    #pns-privacy .flex-order-gt-md--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-md--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-md--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-md--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-md--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-md--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-md--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-md--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-md--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-md--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-md--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-md--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-md--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-md--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-md--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-md--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-md--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-md--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-md--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-md--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-md-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-md-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-md-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-md-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-md-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-md-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-md-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-md-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-md-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-md-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-md-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-md-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-md-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-md-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-md-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-md-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-md-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-md-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-md-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-md-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-md-20 {
      order: 20; }
    #pns-privacy .offset-gt-md-0, #pns-privacy .flex-offset-gt-md-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-md-5, #pns-privacy .flex-offset-gt-md-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-md-10, #pns-privacy .flex-offset-gt-md-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-md-15, #pns-privacy .flex-offset-gt-md-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-md-20, #pns-privacy .flex-offset-gt-md-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-md-25, #pns-privacy .flex-offset-gt-md-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-md-30, #pns-privacy .flex-offset-gt-md-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-md-35, #pns-privacy .flex-offset-gt-md-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-md-40, #pns-privacy .flex-offset-gt-md-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-md-45, #pns-privacy .flex-offset-gt-md-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-md-50, #pns-privacy .flex-offset-gt-md-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-md-55, #pns-privacy .flex-offset-gt-md-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-md-60, #pns-privacy .flex-offset-gt-md-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-md-65, #pns-privacy .flex-offset-gt-md-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-md-70, #pns-privacy .flex-offset-gt-md-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-md-75, #pns-privacy .flex-offset-gt-md-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-md-80, #pns-privacy .flex-offset-gt-md-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-md-85, #pns-privacy .flex-offset-gt-md-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-md-90, #pns-privacy .flex-offset-gt-md-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-md-95, #pns-privacy .flex-offset-gt-md-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-md-33, #pns-privacy .flex-offset-gt-md-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-md-66, #pns-privacy .flex-offset-gt-md-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-md {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-md-start,
    #pns-privacy .layout-align-gt-md-start-start,
    #pns-privacy .layout-align-gt-md-start-center,
    #pns-privacy .layout-align-gt-md-start-end,
    #pns-privacy .layout-align-gt-md-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-md-center,
    #pns-privacy .layout-align-gt-md-center-start,
    #pns-privacy .layout-align-gt-md-center-center,
    #pns-privacy .layout-align-gt-md-center-end,
    #pns-privacy .layout-align-gt-md-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-md-end,
    #pns-privacy .layout-align-gt-md-end-start,
    #pns-privacy .layout-align-gt-md-end-center,
    #pns-privacy .layout-align-gt-md-end-end,
    #pns-privacy .layout-align-gt-md-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-md-space-around,
    #pns-privacy .layout-align-gt-md-space-around-center,
    #pns-privacy .layout-align-gt-md-space-around-start,
    #pns-privacy .layout-align-gt-md-space-around-end,
    #pns-privacy .layout-align-gt-md-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-md-space-between,
    #pns-privacy .layout-align-gt-md-space-between-center,
    #pns-privacy .layout-align-gt-md-space-between-start,
    #pns-privacy .layout-align-gt-md-space-between-end,
    #pns-privacy .layout-align-gt-md-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-md-start-start,
    #pns-privacy .layout-align-gt-md-center-start,
    #pns-privacy .layout-align-gt-md-end-start,
    #pns-privacy .layout-align-gt-md-space-between-start,
    #pns-privacy .layout-align-gt-md-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-md-start-center,
    #pns-privacy .layout-align-gt-md-center-center,
    #pns-privacy .layout-align-gt-md-end-center,
    #pns-privacy .layout-align-gt-md-space-between-center,
    #pns-privacy .layout-align-gt-md-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-md-start-center > *,
    #pns-privacy .layout-align-gt-md-center-center > *,
    #pns-privacy .layout-align-gt-md-end-center > *,
    #pns-privacy .layout-align-gt-md-space-between-center > *,
    #pns-privacy .layout-align-gt-md-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-md-start-end,
    #pns-privacy .layout-align-gt-md-center-end,
    #pns-privacy .layout-align-gt-md-end-end,
    #pns-privacy .layout-align-gt-md-space-between-end,
    #pns-privacy .layout-align-gt-md-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-md-start-stretch,
    #pns-privacy .layout-align-gt-md-center-stretch,
    #pns-privacy .layout-align-gt-md-end-stretch,
    #pns-privacy .layout-align-gt-md-space-between-stretch,
    #pns-privacy .layout-align-gt-md-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-md {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  #pns-privacy .flex-gt-md {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) {
    #pns-privacy .flex-gt-md-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-0,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-md-0,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-5,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-5,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-10,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-10,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-15,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-15,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-20,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-20,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-25,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-25,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-30,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-30,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-35,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-35,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-40,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-40,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-45,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-45,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-50,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-50,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-55,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-55,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-60,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-60,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-65,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-65,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-70,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-70,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-75,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-75,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-80,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-80,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-85,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-85,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-90,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-90,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-95,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-95,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-100,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-100,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-33, #pns-privacy .layout-row > .flex-gt-md-33, #pns-privacy .layout-gt-md-row > .flex-gt-md-33, #pns-privacy .layout-gt-md-row > .flex-gt-md-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-66, #pns-privacy .layout-row > .flex-gt-md-66, #pns-privacy .layout-gt-md-row > .flex-gt-md-66, #pns-privacy .layout-gt-md-row > .flex-gt-md-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-md-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-md-33, #pns-privacy .layout-column > .flex-gt-md-33, #pns-privacy .layout-gt-md-column > .flex-gt-md-33, #pns-privacy .layout-gt-md-column > .flex-gt-md-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-66, #pns-privacy .layout-column > .flex-gt-md-66, #pns-privacy .layout-gt-md-column > .flex-gt-md-66, #pns-privacy .layout-gt-md-column > .flex-gt-md-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-md-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-md, #pns-privacy .layout-gt-md-column, #pns-privacy .layout-gt-md-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-md-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-md-row {
      flex-direction: row; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
      display: none !important; }
    #pns-privacy .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-lg--20 {
      order: -20; }
    #pns-privacy .flex-order-lg--19 {
      order: -19; }
    #pns-privacy .flex-order-lg--18 {
      order: -18; }
    #pns-privacy .flex-order-lg--17 {
      order: -17; }
    #pns-privacy .flex-order-lg--16 {
      order: -16; }
    #pns-privacy .flex-order-lg--15 {
      order: -15; }
    #pns-privacy .flex-order-lg--14 {
      order: -14; }
    #pns-privacy .flex-order-lg--13 {
      order: -13; }
    #pns-privacy .flex-order-lg--12 {
      order: -12; }
    #pns-privacy .flex-order-lg--11 {
      order: -11; }
    #pns-privacy .flex-order-lg--10 {
      order: -10; }
    #pns-privacy .flex-order-lg--9 {
      order: -9; }
    #pns-privacy .flex-order-lg--8 {
      order: -8; }
    #pns-privacy .flex-order-lg--7 {
      order: -7; }
    #pns-privacy .flex-order-lg--6 {
      order: -6; }
    #pns-privacy .flex-order-lg--5 {
      order: -5; }
    #pns-privacy .flex-order-lg--4 {
      order: -4; }
    #pns-privacy .flex-order-lg--3 {
      order: -3; }
    #pns-privacy .flex-order-lg--2 {
      order: -2; }
    #pns-privacy .flex-order-lg--1 {
      order: -1; }
    #pns-privacy .flex-order-lg-0 {
      order: 0; }
    #pns-privacy .flex-order-lg-1 {
      order: 1; }
    #pns-privacy .flex-order-lg-2 {
      order: 2; }
    #pns-privacy .flex-order-lg-3 {
      order: 3; }
    #pns-privacy .flex-order-lg-4 {
      order: 4; }
    #pns-privacy .flex-order-lg-5 {
      order: 5; }
    #pns-privacy .flex-order-lg-6 {
      order: 6; }
    #pns-privacy .flex-order-lg-7 {
      order: 7; }
    #pns-privacy .flex-order-lg-8 {
      order: 8; }
    #pns-privacy .flex-order-lg-9 {
      order: 9; }
    #pns-privacy .flex-order-lg-10 {
      order: 10; }
    #pns-privacy .flex-order-lg-11 {
      order: 11; }
    #pns-privacy .flex-order-lg-12 {
      order: 12; }
    #pns-privacy .flex-order-lg-13 {
      order: 13; }
    #pns-privacy .flex-order-lg-14 {
      order: 14; }
    #pns-privacy .flex-order-lg-15 {
      order: 15; }
    #pns-privacy .flex-order-lg-16 {
      order: 16; }
    #pns-privacy .flex-order-lg-17 {
      order: 17; }
    #pns-privacy .flex-order-lg-18 {
      order: 18; }
    #pns-privacy .flex-order-lg-19 {
      order: 19; }
    #pns-privacy .flex-order-lg-20 {
      order: 20; }
    #pns-privacy .offset-lg-0, #pns-privacy .flex-offset-lg-0 {
      margin-left: 0%; }
    #pns-privacy .offset-lg-5, #pns-privacy .flex-offset-lg-5 {
      margin-left: 5%; }
    #pns-privacy .offset-lg-10, #pns-privacy .flex-offset-lg-10 {
      margin-left: 10%; }
    #pns-privacy .offset-lg-15, #pns-privacy .flex-offset-lg-15 {
      margin-left: 15%; }
    #pns-privacy .offset-lg-20, #pns-privacy .flex-offset-lg-20 {
      margin-left: 20%; }
    #pns-privacy .offset-lg-25, #pns-privacy .flex-offset-lg-25 {
      margin-left: 25%; }
    #pns-privacy .offset-lg-30, #pns-privacy .flex-offset-lg-30 {
      margin-left: 30%; }
    #pns-privacy .offset-lg-35, #pns-privacy .flex-offset-lg-35 {
      margin-left: 35%; }
    #pns-privacy .offset-lg-40, #pns-privacy .flex-offset-lg-40 {
      margin-left: 40%; }
    #pns-privacy .offset-lg-45, #pns-privacy .flex-offset-lg-45 {
      margin-left: 45%; }
    #pns-privacy .offset-lg-50, #pns-privacy .flex-offset-lg-50 {
      margin-left: 50%; }
    #pns-privacy .offset-lg-55, #pns-privacy .flex-offset-lg-55 {
      margin-left: 55%; }
    #pns-privacy .offset-lg-60, #pns-privacy .flex-offset-lg-60 {
      margin-left: 60%; }
    #pns-privacy .offset-lg-65, #pns-privacy .flex-offset-lg-65 {
      margin-left: 65%; }
    #pns-privacy .offset-lg-70, #pns-privacy .flex-offset-lg-70 {
      margin-left: 70%; }
    #pns-privacy .offset-lg-75, #pns-privacy .flex-offset-lg-75 {
      margin-left: 75%; }
    #pns-privacy .offset-lg-80, #pns-privacy .flex-offset-lg-80 {
      margin-left: 80%; }
    #pns-privacy .offset-lg-85, #pns-privacy .flex-offset-lg-85 {
      margin-left: 85%; }
    #pns-privacy .offset-lg-90, #pns-privacy .flex-offset-lg-90 {
      margin-left: 90%; }
    #pns-privacy .offset-lg-95, #pns-privacy .flex-offset-lg-95 {
      margin-left: 95%; }
    #pns-privacy .offset-lg-33, #pns-privacy .flex-offset-lg-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-lg-66, #pns-privacy .flex-offset-lg-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-lg {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-lg-start,
    #pns-privacy .layout-align-lg-start-start,
    #pns-privacy .layout-align-lg-start-center,
    #pns-privacy .layout-align-lg-start-end,
    #pns-privacy .layout-align-lg-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-lg-center,
    #pns-privacy .layout-align-lg-center-start,
    #pns-privacy .layout-align-lg-center-center,
    #pns-privacy .layout-align-lg-center-end,
    #pns-privacy .layout-align-lg-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-lg-end,
    #pns-privacy .layout-align-lg-end-start,
    #pns-privacy .layout-align-lg-end-center,
    #pns-privacy .layout-align-lg-end-end,
    #pns-privacy .layout-align-lg-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-lg-space-around,
    #pns-privacy .layout-align-lg-space-around-center,
    #pns-privacy .layout-align-lg-space-around-start,
    #pns-privacy .layout-align-lg-space-around-end,
    #pns-privacy .layout-align-lg-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-lg-space-between,
    #pns-privacy .layout-align-lg-space-between-center,
    #pns-privacy .layout-align-lg-space-between-start,
    #pns-privacy .layout-align-lg-space-between-end,
    #pns-privacy .layout-align-lg-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-lg-start-start,
    #pns-privacy .layout-align-lg-center-start,
    #pns-privacy .layout-align-lg-end-start,
    #pns-privacy .layout-align-lg-space-between-start,
    #pns-privacy .layout-align-lg-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-lg-start-center,
    #pns-privacy .layout-align-lg-center-center,
    #pns-privacy .layout-align-lg-end-center,
    #pns-privacy .layout-align-lg-space-between-center,
    #pns-privacy .layout-align-lg-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-lg-start-center > *,
    #pns-privacy .layout-align-lg-center-center > *,
    #pns-privacy .layout-align-lg-end-center > *,
    #pns-privacy .layout-align-lg-space-between-center > *,
    #pns-privacy .layout-align-lg-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-lg-start-end,
    #pns-privacy .layout-align-lg-center-end,
    #pns-privacy .layout-align-lg-end-end,
    #pns-privacy .layout-align-lg-space-between-end,
    #pns-privacy .layout-align-lg-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-lg-start-stretch,
    #pns-privacy .layout-align-lg-center-stretch,
    #pns-privacy .layout-align-lg-end-stretch,
    #pns-privacy .layout-align-lg-space-between-stretch,
    #pns-privacy .layout-align-lg-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-lg {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  #pns-privacy .flex-lg {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy .flex-lg-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-0,
    #pns-privacy .layout-lg-row > .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-lg-0,
    #pns-privacy .layout-lg-column > .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-5,
    #pns-privacy .layout-lg-row > .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-5,
    #pns-privacy .layout-lg-column > .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-10,
    #pns-privacy .layout-lg-row > .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-10,
    #pns-privacy .layout-lg-column > .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-15,
    #pns-privacy .layout-lg-row > .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-15,
    #pns-privacy .layout-lg-column > .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-20,
    #pns-privacy .layout-lg-row > .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-20,
    #pns-privacy .layout-lg-column > .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-25,
    #pns-privacy .layout-lg-row > .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-25,
    #pns-privacy .layout-lg-column > .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-30,
    #pns-privacy .layout-lg-row > .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-30,
    #pns-privacy .layout-lg-column > .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-35,
    #pns-privacy .layout-lg-row > .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-35,
    #pns-privacy .layout-lg-column > .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-40,
    #pns-privacy .layout-lg-row > .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-40,
    #pns-privacy .layout-lg-column > .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-45,
    #pns-privacy .layout-lg-row > .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-45,
    #pns-privacy .layout-lg-column > .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-50,
    #pns-privacy .layout-lg-row > .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-50,
    #pns-privacy .layout-lg-column > .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-55,
    #pns-privacy .layout-lg-row > .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-55,
    #pns-privacy .layout-lg-column > .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-60,
    #pns-privacy .layout-lg-row > .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-60,
    #pns-privacy .layout-lg-column > .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-65,
    #pns-privacy .layout-lg-row > .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-65,
    #pns-privacy .layout-lg-column > .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-70,
    #pns-privacy .layout-lg-row > .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-70,
    #pns-privacy .layout-lg-column > .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-75,
    #pns-privacy .layout-lg-row > .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-75,
    #pns-privacy .layout-lg-column > .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-80,
    #pns-privacy .layout-lg-row > .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-80,
    #pns-privacy .layout-lg-column > .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-85,
    #pns-privacy .layout-lg-row > .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-85,
    #pns-privacy .layout-lg-column > .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-90,
    #pns-privacy .layout-lg-row > .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-90,
    #pns-privacy .layout-lg-column > .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-95,
    #pns-privacy .layout-lg-row > .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-95,
    #pns-privacy .layout-lg-column > .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-100,
    #pns-privacy .layout-lg-row > .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-100,
    #pns-privacy .layout-lg-column > .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-33, #pns-privacy .layout-row > .flex-lg-33, #pns-privacy .layout-lg-row > .flex-lg-33, #pns-privacy .layout-lg-row > .flex-lg-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-66, #pns-privacy .layout-row > .flex-lg-66, #pns-privacy .layout-lg-row > .flex-lg-66, #pns-privacy .layout-lg-row > .flex-lg-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-lg-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-lg-33, #pns-privacy .layout-column > .flex-lg-33, #pns-privacy .layout-lg-column > .flex-lg-33, #pns-privacy .layout-lg-column > .flex-lg-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-66, #pns-privacy .layout-column > .flex-lg-66, #pns-privacy .layout-lg-column > .flex-lg-66, #pns-privacy .layout-lg-column > .flex-lg-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-lg-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-lg, #pns-privacy .layout-lg-column, #pns-privacy .layout-lg-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-lg-column {
      flex-direction: column; }
    #pns-privacy .layout-lg-row {
      flex-direction: row; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-order-gt-lg--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-lg--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-lg--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-lg--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-lg--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-lg--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-lg--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-lg--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-lg--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-lg--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-lg--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-lg--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-lg--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-lg--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-lg--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-lg--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-lg--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-lg--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-lg--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-lg--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-lg-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-lg-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-lg-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-lg-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-lg-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-lg-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-lg-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-lg-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-lg-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-lg-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-lg-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-lg-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-lg-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-lg-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-lg-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-lg-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-lg-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-lg-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-lg-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-lg-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-lg-20 {
      order: 20; }
    #pns-privacy .offset-gt-lg-0, #pns-privacy .flex-offset-gt-lg-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-lg-5, #pns-privacy .flex-offset-gt-lg-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-lg-10, #pns-privacy .flex-offset-gt-lg-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-lg-15, #pns-privacy .flex-offset-gt-lg-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-lg-20, #pns-privacy .flex-offset-gt-lg-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-lg-25, #pns-privacy .flex-offset-gt-lg-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-lg-30, #pns-privacy .flex-offset-gt-lg-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-lg-35, #pns-privacy .flex-offset-gt-lg-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-lg-40, #pns-privacy .flex-offset-gt-lg-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-lg-45, #pns-privacy .flex-offset-gt-lg-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-lg-50, #pns-privacy .flex-offset-gt-lg-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-lg-55, #pns-privacy .flex-offset-gt-lg-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-lg-60, #pns-privacy .flex-offset-gt-lg-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-lg-65, #pns-privacy .flex-offset-gt-lg-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-lg-70, #pns-privacy .flex-offset-gt-lg-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-lg-75, #pns-privacy .flex-offset-gt-lg-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-lg-80, #pns-privacy .flex-offset-gt-lg-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-lg-85, #pns-privacy .flex-offset-gt-lg-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-lg-90, #pns-privacy .flex-offset-gt-lg-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-lg-95, #pns-privacy .flex-offset-gt-lg-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-lg-33, #pns-privacy .flex-offset-gt-lg-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-lg-66, #pns-privacy .flex-offset-gt-lg-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-lg {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-lg-start,
    #pns-privacy .layout-align-gt-lg-start-start,
    #pns-privacy .layout-align-gt-lg-start-center,
    #pns-privacy .layout-align-gt-lg-start-end,
    #pns-privacy .layout-align-gt-lg-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-lg-center,
    #pns-privacy .layout-align-gt-lg-center-start,
    #pns-privacy .layout-align-gt-lg-center-center,
    #pns-privacy .layout-align-gt-lg-center-end,
    #pns-privacy .layout-align-gt-lg-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-lg-end,
    #pns-privacy .layout-align-gt-lg-end-start,
    #pns-privacy .layout-align-gt-lg-end-center,
    #pns-privacy .layout-align-gt-lg-end-end,
    #pns-privacy .layout-align-gt-lg-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-lg-space-around,
    #pns-privacy .layout-align-gt-lg-space-around-center,
    #pns-privacy .layout-align-gt-lg-space-around-start,
    #pns-privacy .layout-align-gt-lg-space-around-end,
    #pns-privacy .layout-align-gt-lg-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-lg-space-between,
    #pns-privacy .layout-align-gt-lg-space-between-center,
    #pns-privacy .layout-align-gt-lg-space-between-start,
    #pns-privacy .layout-align-gt-lg-space-between-end,
    #pns-privacy .layout-align-gt-lg-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-lg-start-start,
    #pns-privacy .layout-align-gt-lg-center-start,
    #pns-privacy .layout-align-gt-lg-end-start,
    #pns-privacy .layout-align-gt-lg-space-between-start,
    #pns-privacy .layout-align-gt-lg-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-lg-start-center,
    #pns-privacy .layout-align-gt-lg-center-center,
    #pns-privacy .layout-align-gt-lg-end-center,
    #pns-privacy .layout-align-gt-lg-space-between-center,
    #pns-privacy .layout-align-gt-lg-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-lg-start-center > *,
    #pns-privacy .layout-align-gt-lg-center-center > *,
    #pns-privacy .layout-align-gt-lg-end-center > *,
    #pns-privacy .layout-align-gt-lg-space-between-center > *,
    #pns-privacy .layout-align-gt-lg-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-lg-start-end,
    #pns-privacy .layout-align-gt-lg-center-end,
    #pns-privacy .layout-align-gt-lg-end-end,
    #pns-privacy .layout-align-gt-lg-space-between-end,
    #pns-privacy .layout-align-gt-lg-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-lg-start-stretch,
    #pns-privacy .layout-align-gt-lg-center-stretch,
    #pns-privacy .layout-align-gt-lg-end-stretch,
    #pns-privacy .layout-align-gt-lg-space-between-stretch,
    #pns-privacy .layout-align-gt-lg-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-lg {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy .flex-gt-lg {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-gt-lg-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-0,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-lg-0,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-5,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-5,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-10,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-10,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-15,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-15,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-20,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-20,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-25,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-25,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-30,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-30,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-35,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-35,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-40,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-40,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-45,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-45,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-50,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-50,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-55,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-55,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-60,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-60,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-65,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-65,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-70,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-70,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-75,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-75,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-80,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-80,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-85,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-85,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-90,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-90,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-95,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-95,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-100,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-100,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-33, #pns-privacy .layout-row > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-66, #pns-privacy .layout-row > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-lg-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-lg-33, #pns-privacy .layout-column > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-66, #pns-privacy .layout-column > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-lg-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-lg, #pns-privacy .layout-gt-lg-column, #pns-privacy .layout-gt-lg-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-lg-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-lg-row {
      flex-direction: row; }
    #pns-privacy .flex-order-xl--20 {
      order: -20; }
    #pns-privacy .flex-order-xl--19 {
      order: -19; }
    #pns-privacy .flex-order-xl--18 {
      order: -18; }
    #pns-privacy .flex-order-xl--17 {
      order: -17; }
    #pns-privacy .flex-order-xl--16 {
      order: -16; }
    #pns-privacy .flex-order-xl--15 {
      order: -15; }
    #pns-privacy .flex-order-xl--14 {
      order: -14; }
    #pns-privacy .flex-order-xl--13 {
      order: -13; }
    #pns-privacy .flex-order-xl--12 {
      order: -12; }
    #pns-privacy .flex-order-xl--11 {
      order: -11; }
    #pns-privacy .flex-order-xl--10 {
      order: -10; }
    #pns-privacy .flex-order-xl--9 {
      order: -9; }
    #pns-privacy .flex-order-xl--8 {
      order: -8; }
    #pns-privacy .flex-order-xl--7 {
      order: -7; }
    #pns-privacy .flex-order-xl--6 {
      order: -6; }
    #pns-privacy .flex-order-xl--5 {
      order: -5; }
    #pns-privacy .flex-order-xl--4 {
      order: -4; }
    #pns-privacy .flex-order-xl--3 {
      order: -3; }
    #pns-privacy .flex-order-xl--2 {
      order: -2; }
    #pns-privacy .flex-order-xl--1 {
      order: -1; }
    #pns-privacy .flex-order-xl-0 {
      order: 0; }
    #pns-privacy .flex-order-xl-1 {
      order: 1; }
    #pns-privacy .flex-order-xl-2 {
      order: 2; }
    #pns-privacy .flex-order-xl-3 {
      order: 3; }
    #pns-privacy .flex-order-xl-4 {
      order: 4; }
    #pns-privacy .flex-order-xl-5 {
      order: 5; }
    #pns-privacy .flex-order-xl-6 {
      order: 6; }
    #pns-privacy .flex-order-xl-7 {
      order: 7; }
    #pns-privacy .flex-order-xl-8 {
      order: 8; }
    #pns-privacy .flex-order-xl-9 {
      order: 9; }
    #pns-privacy .flex-order-xl-10 {
      order: 10; }
    #pns-privacy .flex-order-xl-11 {
      order: 11; }
    #pns-privacy .flex-order-xl-12 {
      order: 12; }
    #pns-privacy .flex-order-xl-13 {
      order: 13; }
    #pns-privacy .flex-order-xl-14 {
      order: 14; }
    #pns-privacy .flex-order-xl-15 {
      order: 15; }
    #pns-privacy .flex-order-xl-16 {
      order: 16; }
    #pns-privacy .flex-order-xl-17 {
      order: 17; }
    #pns-privacy .flex-order-xl-18 {
      order: 18; }
    #pns-privacy .flex-order-xl-19 {
      order: 19; }
    #pns-privacy .flex-order-xl-20 {
      order: 20; }
    #pns-privacy .offset-xl-0, #pns-privacy .flex-offset-xl-0 {
      margin-left: 0%; }
    #pns-privacy .offset-xl-5, #pns-privacy .flex-offset-xl-5 {
      margin-left: 5%; }
    #pns-privacy .offset-xl-10, #pns-privacy .flex-offset-xl-10 {
      margin-left: 10%; }
    #pns-privacy .offset-xl-15, #pns-privacy .flex-offset-xl-15 {
      margin-left: 15%; }
    #pns-privacy .offset-xl-20, #pns-privacy .flex-offset-xl-20 {
      margin-left: 20%; }
    #pns-privacy .offset-xl-25, #pns-privacy .flex-offset-xl-25 {
      margin-left: 25%; }
    #pns-privacy .offset-xl-30, #pns-privacy .flex-offset-xl-30 {
      margin-left: 30%; }
    #pns-privacy .offset-xl-35, #pns-privacy .flex-offset-xl-35 {
      margin-left: 35%; }
    #pns-privacy .offset-xl-40, #pns-privacy .flex-offset-xl-40 {
      margin-left: 40%; }
    #pns-privacy .offset-xl-45, #pns-privacy .flex-offset-xl-45 {
      margin-left: 45%; }
    #pns-privacy .offset-xl-50, #pns-privacy .flex-offset-xl-50 {
      margin-left: 50%; }
    #pns-privacy .offset-xl-55, #pns-privacy .flex-offset-xl-55 {
      margin-left: 55%; }
    #pns-privacy .offset-xl-60, #pns-privacy .flex-offset-xl-60 {
      margin-left: 60%; }
    #pns-privacy .offset-xl-65, #pns-privacy .flex-offset-xl-65 {
      margin-left: 65%; }
    #pns-privacy .offset-xl-70, #pns-privacy .flex-offset-xl-70 {
      margin-left: 70%; }
    #pns-privacy .offset-xl-75, #pns-privacy .flex-offset-xl-75 {
      margin-left: 75%; }
    #pns-privacy .offset-xl-80, #pns-privacy .flex-offset-xl-80 {
      margin-left: 80%; }
    #pns-privacy .offset-xl-85, #pns-privacy .flex-offset-xl-85 {
      margin-left: 85%; }
    #pns-privacy .offset-xl-90, #pns-privacy .flex-offset-xl-90 {
      margin-left: 90%; }
    #pns-privacy .offset-xl-95, #pns-privacy .flex-offset-xl-95 {
      margin-left: 95%; }
    #pns-privacy .offset-xl-33, #pns-privacy .flex-offset-xl-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-xl-66, #pns-privacy .flex-offset-xl-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-xl {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-xl-start,
    #pns-privacy .layout-align-xl-start-start,
    #pns-privacy .layout-align-xl-start-center,
    #pns-privacy .layout-align-xl-start-end,
    #pns-privacy .layout-align-xl-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-xl-center,
    #pns-privacy .layout-align-xl-center-start,
    #pns-privacy .layout-align-xl-center-center,
    #pns-privacy .layout-align-xl-center-end,
    #pns-privacy .layout-align-xl-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-xl-end,
    #pns-privacy .layout-align-xl-end-start,
    #pns-privacy .layout-align-xl-end-center,
    #pns-privacy .layout-align-xl-end-end,
    #pns-privacy .layout-align-xl-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-xl-space-around,
    #pns-privacy .layout-align-xl-space-around-center,
    #pns-privacy .layout-align-xl-space-around-start,
    #pns-privacy .layout-align-xl-space-around-end,
    #pns-privacy .layout-align-xl-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-xl-space-between,
    #pns-privacy .layout-align-xl-space-between-center,
    #pns-privacy .layout-align-xl-space-between-start,
    #pns-privacy .layout-align-xl-space-between-end,
    #pns-privacy .layout-align-xl-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-xl-start-start,
    #pns-privacy .layout-align-xl-center-start,
    #pns-privacy .layout-align-xl-end-start,
    #pns-privacy .layout-align-xl-space-between-start,
    #pns-privacy .layout-align-xl-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-xl-start-center,
    #pns-privacy .layout-align-xl-center-center,
    #pns-privacy .layout-align-xl-end-center,
    #pns-privacy .layout-align-xl-space-between-center,
    #pns-privacy .layout-align-xl-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-xl-start-center > *,
    #pns-privacy .layout-align-xl-center-center > *,
    #pns-privacy .layout-align-xl-end-center > *,
    #pns-privacy .layout-align-xl-space-between-center > *,
    #pns-privacy .layout-align-xl-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-xl-start-end,
    #pns-privacy .layout-align-xl-center-end,
    #pns-privacy .layout-align-xl-end-end,
    #pns-privacy .layout-align-xl-space-between-end,
    #pns-privacy .layout-align-xl-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-xl-start-stretch,
    #pns-privacy .layout-align-xl-center-stretch,
    #pns-privacy .layout-align-xl-end-stretch,
    #pns-privacy .layout-align-xl-space-between-stretch,
    #pns-privacy .layout-align-xl-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-xl {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy .flex-xl {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-xl-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-0,
    #pns-privacy .layout-xl-row > .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xl-0,
    #pns-privacy .layout-xl-column > .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-5,
    #pns-privacy .layout-xl-row > .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-5,
    #pns-privacy .layout-xl-column > .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-10,
    #pns-privacy .layout-xl-row > .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-10,
    #pns-privacy .layout-xl-column > .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-15,
    #pns-privacy .layout-xl-row > .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-15,
    #pns-privacy .layout-xl-column > .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-20,
    #pns-privacy .layout-xl-row > .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-20,
    #pns-privacy .layout-xl-column > .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-25,
    #pns-privacy .layout-xl-row > .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-25,
    #pns-privacy .layout-xl-column > .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-30,
    #pns-privacy .layout-xl-row > .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-30,
    #pns-privacy .layout-xl-column > .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-35,
    #pns-privacy .layout-xl-row > .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-35,
    #pns-privacy .layout-xl-column > .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-40,
    #pns-privacy .layout-xl-row > .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-40,
    #pns-privacy .layout-xl-column > .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-45,
    #pns-privacy .layout-xl-row > .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-45,
    #pns-privacy .layout-xl-column > .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-50,
    #pns-privacy .layout-xl-row > .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-50,
    #pns-privacy .layout-xl-column > .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-55,
    #pns-privacy .layout-xl-row > .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-55,
    #pns-privacy .layout-xl-column > .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-60,
    #pns-privacy .layout-xl-row > .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-60,
    #pns-privacy .layout-xl-column > .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-65,
    #pns-privacy .layout-xl-row > .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-65,
    #pns-privacy .layout-xl-column > .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-70,
    #pns-privacy .layout-xl-row > .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-70,
    #pns-privacy .layout-xl-column > .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-75,
    #pns-privacy .layout-xl-row > .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-75,
    #pns-privacy .layout-xl-column > .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-80,
    #pns-privacy .layout-xl-row > .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-80,
    #pns-privacy .layout-xl-column > .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-85,
    #pns-privacy .layout-xl-row > .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-85,
    #pns-privacy .layout-xl-column > .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-90,
    #pns-privacy .layout-xl-row > .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-90,
    #pns-privacy .layout-xl-column > .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-95,
    #pns-privacy .layout-xl-row > .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-95,
    #pns-privacy .layout-xl-column > .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-100,
    #pns-privacy .layout-xl-row > .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-100,
    #pns-privacy .layout-xl-column > .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-33, #pns-privacy .layout-row > .flex-xl-33, #pns-privacy .layout-xl-row > .flex-xl-33, #pns-privacy .layout-xl-row > .flex-xl-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-66, #pns-privacy .layout-row > .flex-xl-66, #pns-privacy .layout-xl-row > .flex-xl-66, #pns-privacy .layout-xl-row > .flex-xl-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-xl-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xl-33, #pns-privacy .layout-column > .flex-xl-33, #pns-privacy .layout-xl-column > .flex-xl-33, #pns-privacy .layout-xl-column > .flex-xl-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-66, #pns-privacy .layout-column > .flex-xl-66, #pns-privacy .layout-xl-column > .flex-xl-66, #pns-privacy .layout-xl-column > .flex-xl-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-xl-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-xl, #pns-privacy .layout-xl-column, #pns-privacy .layout-xl-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-xl-column {
      flex-direction: column; }
    #pns-privacy .layout-xl-row {
      flex-direction: row; }
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
      display: none !important; }
    #pns-privacy .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; } }
  #pns-privacy .pns-fillparent {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%; }
  #pns-privacy .pns-flexcenter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  #pns-privacy .pns-form-input {
    margin: 15px 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #pns-privacy .pns-form-input > label,
    #pns-privacy .pns-form-input > input,
    #pns-privacy .pns-form-input > textarea {
      display: block;
      margin: 0 15px;
      resize: none;
      outline: none; }
    #pns-privacy .pns-form-input .rangeslider {
      margin: 15px 0; }
    #pns-privacy .pns-form-input > label, #pns-privacy .pns-form-input > textarea {
      text-align: left; }
    #pns-privacy .pns-form-input > input[type=text],
    #pns-privacy .pns-form-input > input[type=email],
    #pns-privacy .pns-form-input > input[type=number],
    #pns-privacy .pns-form-input > textarea {
      border-radius: 3px;
      padding: 14px;
      border: 4px solid transparent; }
      #pns-privacy .pns-form-input > input[type=text]:focus,
      #pns-privacy .pns-form-input > input[type=email]:focus,
      #pns-privacy .pns-form-input > input[type=number]:focus,
      #pns-privacy .pns-form-input > textarea:focus {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: #fff;
        color: #fff; }
  #pns-privacy .pns-form-button {
    border-radius: 3px;
    font-family: "GothamRounded-Medium", sans-serif;
    padding: 14px;
    border: 4px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    min-width: 175px;
    margin: 0 5px;
    -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -moz-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms; }
    #pns-privacy .pns-form-button:hover {
      -webkit-transform: scale(1.06);
      -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -o-transform: scale(1.06);
      transform: scale(1.06);
      background-color: rgba(0, 0, 0, 0.05);
      box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.07); }
  #pns-privacy .pns-hero {
    display: block;
    padding: 0 10%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8e9ec; }
    #pns-privacy .pns-hero > .content {
      padding-top: 100px; }
    #pns-privacy .pns-hero:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.08;
      z-index: -1;
      background-size: auto;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    #pns-privacy .pns-hero #header-gradient, #pns-privacy .pns-hero #header-gradient-2 {
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      /*@include gradient-animate(0deg, 160s, (
        rgb(31,171,197),
        rgb(94,107,178),
        rgb(88,215,114),
        rgb(31,171,197),
        rgb(94,107,178),
        rgb(88,215,114)
      ));*/ }
    #pns-privacy .pns-hero .header-info {
      position: relative;
      z-index: 9;
      min-width: 325px;
      vertical-align: top;
      text-align: left; }
      #pns-privacy .pns-hero .header-info > div {
        max-width: 80%; }
        #pns-privacy .pns-hero .header-info > div h1 {
          color: #ffffff; }
        #pns-privacy .pns-hero .header-info > div p {
          color: #ffffff;
          margin-bottom: 30px; }
    #pns-privacy .pns-hero .header-illustration {
      max-width: 100%;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      vertical-align: top; }
      #pns-privacy .pns-hero .header-illustration > div {
        max-width: 100%;
        width: 100%;
        height: 100%; }
    #pns-privacy .pns-hero p {
      color: #fff; }
  #pns-privacy .pns-hero-sm {
    margin: 0;
    display: block;
    width: 100%;
    padding: 120px 10%;
    position: relative;
    overflow: hidden; }
    #pns-privacy .pns-hero-sm.pns-disable-anim {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #5f6cb3; }
    #pns-privacy .pns-hero-sm:not(.pns-disable-anim):before {
      content: "";
      left: -200px;
      top: -200px;
      right: -200px;
      bottom: -200px;
      position: absolute;
      z-index: -1;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #5f6cb3;
      -webkit-animation: BenefitsSectionBackground 120s infinite linear forwards;
      -moz-animation: BenefitsSectionBackground 120s infinite linear forwards;
      animation: BenefitsSectionBackground 120s infinite linear forwards; }
    #pns-privacy .pns-hero-sm h2 {
      color: #ffffff; }
    #pns-privacy .pns-hero-sm .icon {
      width: auto;
      margin: auto;
      margin-bottom: 10px;
      text-align: center;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacityIE)";
      filter: alpha(opacity=100);
      -webkit-transition: opacity 3s cubic-bezier(0.18, 1, 0.21, 1);
      -moz-transition: opacity 3s cubic-bezier(0.18, 1, 0.21, 1);
      transition: opacity 3s cubic-bezier(0.18, 1, 0.21, 1); }
      #pns-privacy .pns-hero-sm .icon p {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 30px; }
      #pns-privacy .pns-hero-sm .icon #benefits-icon {
        width: 85px;
        height: 80px;
        display: inline;
        margin: auto; }
        #pns-privacy .pns-hero-sm .icon #benefits-icon .white {
          fill: #ffffff; }
  #pns-privacy .pns-about {
    display: block;
    width: 100%;
    position: relative;
    background-color: #ffffff; }
    #pns-privacy .pns-about .content {
      margin: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      #pns-privacy .pns-about .content h2 {
        color: #5f6cb3;
        max-width: 600px;
        margin: auto;
        margin-bottom: 30px; }
      #pns-privacy .pns-about .content h3 {
        color: #5f6cb3;
        margin-bottom: 20px; }
      #pns-privacy .pns-about .content p {
        color: #a7b8c1;
        margin-bottom: 30px; }
      #pns-privacy .pns-about .content .btn {
        margin-bottom: 100px; }
      #pns-privacy .pns-about .content .pns-item {
        text-align: left; }
        @media (min-width: 661px) and (max-width: 990px) {
          #pns-privacy .pns-about .content .pns-item {
            padding: 0 15px; } }
        @media (min-width: 990px) {
          #pns-privacy .pns-about .content .pns-item {
            padding: 0 30px; } }
        #pns-privacy .pns-about .content .pns-item .icon {
          width: auto;
          margin-bottom: 10px; }
          #pns-privacy .pns-about .content .pns-item .icon > img {
            height: 91px; }
          @media (max-width: 660px) {
            #pns-privacy .pns-about .content .pns-item .icon {
              min-width: 100px; }
              #pns-privacy .pns-about .content .pns-item .icon > img {
                height: 70px; } }
        #pns-privacy .pns-about .content .pns-item .pns-content {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1 1 auto;
          -moz-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          @media (max-width: 660px) {
            #pns-privacy .pns-about .content .pns-item .pns-content {
              padding-top: 2px; } }

@-webkit-keyframes PulseRight {
  0% {
    -webkit-transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes PulseRight {
  0% {
    -moz-transform: translateX(0px); }
  100% {
    -moz-transform: translateX(10px); } }

@keyframes PulseRight {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }

@-webkit-keyframes PulseLeft {
  0% {
    -webkit-transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(-10px); } }

@-moz-keyframes PulseLeft {
  0% {
    -moz-transform: translateX(0px); }
  100% {
    -moz-transform: translateX(-10px); } }

@keyframes PulseLeft {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); } }

@-webkit-keyframes BenefitsSectionBackground {
  0% {
    -webkit-transform: translateY(-200px) translateX(-200px); }
  50% {
    -webkit-transform: translateY(200px) translateX(200px); }
  100% {
    -webkit-transform: translateY(-200px) translateX(-200px); } }

@-moz-keyframes BenefitsSectionBackground {
  0% {
    -moz-transform: translateY(-200px) translateX(-200px); }
  50% {
    -moz-transform: translateY(200px) translateX(200px); }
  100% {
    -moz-transform: translateY(-200px) translateX(-200px); } }

@keyframes BenefitsSectionBackground {
  0% {
    -webkit-transform: translateY(-200px) translateX(-200px);
    -moz-transform: translateY(-200px) translateX(-200px);
    -ms-transform: translateY(-200px) translateX(-200px);
    -o-transform: translateY(-200px) translateX(-200px);
    transform: translateY(-200px) translateX(-200px); }
  50% {
    -webkit-transform: translateY(200px) translateX(200px);
    -moz-transform: translateY(200px) translateX(200px);
    -ms-transform: translateY(200px) translateX(200px);
    -o-transform: translateY(200px) translateX(200px);
    transform: translateY(200px) translateX(200px); }
  100% {
    -webkit-transform: translateY(-200px) translateX(-200px);
    -moz-transform: translateY(-200px) translateX(-200px);
    -ms-transform: translateY(-200px) translateX(-200px);
    -o-transform: translateY(-200px) translateX(-200px);
    transform: translateY(-200px) translateX(-200px); } }

@-moz-document url-prefix() {
  #pns-privacy [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }
  #pns-privacy [flex-order] {
    order: 0; }
  #pns-privacy [flex-order="-20"] {
    order: -20; }
  #pns-privacy [flex-order="-19"] {
    order: -19; }
  #pns-privacy [flex-order="-18"] {
    order: -18; }
  #pns-privacy [flex-order="-17"] {
    order: -17; }
  #pns-privacy [flex-order="-16"] {
    order: -16; }
  #pns-privacy [flex-order="-15"] {
    order: -15; }
  #pns-privacy [flex-order="-14"] {
    order: -14; }
  #pns-privacy [flex-order="-13"] {
    order: -13; }
  #pns-privacy [flex-order="-12"] {
    order: -12; }
  #pns-privacy [flex-order="-11"] {
    order: -11; }
  #pns-privacy [flex-order="-10"] {
    order: -10; }
  #pns-privacy [flex-order="-9"] {
    order: -9; }
  #pns-privacy [flex-order="-8"] {
    order: -8; }
  #pns-privacy [flex-order="-7"] {
    order: -7; }
  #pns-privacy [flex-order="-6"] {
    order: -6; }
  #pns-privacy [flex-order="-5"] {
    order: -5; }
  #pns-privacy [flex-order="-4"] {
    order: -4; }
  #pns-privacy [flex-order="-3"] {
    order: -3; }
  #pns-privacy [flex-order="-2"] {
    order: -2; }
  #pns-privacy [flex-order="-1"] {
    order: -1; }
  #pns-privacy [flex-order="0"] {
    order: 0; }
  #pns-privacy [flex-order="1"] {
    order: 1; }
  #pns-privacy [flex-order="2"] {
    order: 2; }
  #pns-privacy [flex-order="3"] {
    order: 3; }
  #pns-privacy [flex-order="4"] {
    order: 4; }
  #pns-privacy [flex-order="5"] {
    order: 5; }
  #pns-privacy [flex-order="6"] {
    order: 6; }
  #pns-privacy [flex-order="7"] {
    order: 7; }
  #pns-privacy [flex-order="8"] {
    order: 8; }
  #pns-privacy [flex-order="9"] {
    order: 9; }
  #pns-privacy [flex-order="10"] {
    order: 10; }
  #pns-privacy [flex-order="11"] {
    order: 11; }
  #pns-privacy [flex-order="12"] {
    order: 12; }
  #pns-privacy [flex-order="13"] {
    order: 13; }
  #pns-privacy [flex-order="14"] {
    order: 14; }
  #pns-privacy [flex-order="15"] {
    order: 15; }
  #pns-privacy [flex-order="16"] {
    order: 16; }
  #pns-privacy [flex-order="17"] {
    order: 17; }
  #pns-privacy [flex-order="18"] {
    order: 18; }
  #pns-privacy [flex-order="19"] {
    order: 19; }
  #pns-privacy [flex-order="20"] {
    order: 20; }
  #pns-privacy [flex-offset="0"] {
    margin-left: 0%; }
  #pns-privacy [flex-offset="5"] {
    margin-left: 5%; }
  #pns-privacy [flex-offset="10"] {
    margin-left: 10%; }
  #pns-privacy [flex-offset="15"] {
    margin-left: 15%; }
  #pns-privacy [flex-offset="20"] {
    margin-left: 20%; }
  #pns-privacy [flex-offset="25"] {
    margin-left: 25%; }
  #pns-privacy [flex-offset="30"] {
    margin-left: 30%; }
  #pns-privacy [flex-offset="35"] {
    margin-left: 35%; }
  #pns-privacy [flex-offset="40"] {
    margin-left: 40%; }
  #pns-privacy [flex-offset="45"] {
    margin-left: 45%; }
  #pns-privacy [flex-offset="50"] {
    margin-left: 50%; }
  #pns-privacy [flex-offset="55"] {
    margin-left: 55%; }
  #pns-privacy [flex-offset="60"] {
    margin-left: 60%; }
  #pns-privacy [flex-offset="65"] {
    margin-left: 65%; }
  #pns-privacy [flex-offset="70"] {
    margin-left: 70%; }
  #pns-privacy [flex-offset="75"] {
    margin-left: 75%; }
  #pns-privacy [flex-offset="80"] {
    margin-left: 80%; }
  #pns-privacy [flex-offset="85"] {
    margin-left: 85%; }
  #pns-privacy [flex-offset="90"] {
    margin-left: 90%; }
  #pns-privacy [flex-offset="95"] {
    margin-left: 95%; }
  #pns-privacy [flex-offset="33"] {
    margin-left: calc(100% / 3); }
  #pns-privacy [flex-offset="66"] {
    margin-left: calc(200% / 3); }
  #pns-privacy [layout-align] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  #pns-privacy [layout-align="start"],
  #pns-privacy [layout-align="start start"],
  #pns-privacy [layout-align="start center"],
  #pns-privacy [layout-align="start end"],
  #pns-privacy [layout-align="start stretch"] {
    justify-content: flex-start; }
  #pns-privacy [layout-align="center"],
  #pns-privacy [layout-align="center start"],
  #pns-privacy [layout-align="center center"],
  #pns-privacy [layout-align="center end"],
  #pns-privacy [layout-align="center stretch"] {
    justify-content: center; }
  #pns-privacy [layout-align="end"],
  #pns-privacy [layout-align="end center"],
  #pns-privacy [layout-align="end start"],
  #pns-privacy [layout-align="end end"],
  #pns-privacy [layout-align="end stretch"] {
    justify-content: flex-end; }
  #pns-privacy [layout-align="space-around"],
  #pns-privacy [layout-align="space-around center"],
  #pns-privacy [layout-align="space-around start"],
  #pns-privacy [layout-align="space-around end"],
  #pns-privacy [layout-align="space-around stretch"] {
    justify-content: space-around; }
  #pns-privacy [layout-align="space-between"],
  #pns-privacy [layout-align="space-between center"],
  #pns-privacy [layout-align="space-between start"],
  #pns-privacy [layout-align="space-between end"],
  #pns-privacy [layout-align="space-between stretch"] {
    justify-content: space-between; }
  #pns-privacy [layout-align="start start"],
  #pns-privacy [layout-align="center start"],
  #pns-privacy [layout-align="end start"],
  #pns-privacy [layout-align="space-between start"],
  #pns-privacy [layout-align="space-around start"] {
    align-items: flex-start;
    align-content: flex-start; }
  #pns-privacy [layout-align="start center"],
  #pns-privacy [layout-align="center center"],
  #pns-privacy [layout-align="end center"],
  #pns-privacy [layout-align="space-between center"],
  #pns-privacy [layout-align="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  #pns-privacy [layout-align="start center"] > *,
  #pns-privacy [layout-align="center center"] > *,
  #pns-privacy [layout-align="end center"] > *,
  #pns-privacy [layout-align="space-between center"] > *,
  #pns-privacy [layout-align="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout-align="start end"],
  #pns-privacy [layout-align="center end"],
  #pns-privacy [layout-align="end end"],
  #pns-privacy [layout-align="space-between end"],
  #pns-privacy [layout-align="space-around end"] {
    align-items: flex-end;
    align-content: flex-end; }
  #pns-privacy [layout-align="start stretch"],
  #pns-privacy [layout-align="center stretch"],
  #pns-privacy [layout-align="end stretch"],
  #pns-privacy [layout-align="space-between stretch"],
  #pns-privacy [layout-align="space-around stretch"] {
    align-items: stretch;
    align-content: stretch; }
  #pns-privacy [flex] {
    flex: 1;
    box-sizing: border-box; }
  @media screen\0 {
    #pns-privacy [flex] {
      flex: 1 1 auto; } }
  #pns-privacy [flex-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  #pns-privacy [flex-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy [flex-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  #pns-privacy [flex-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  #pns-privacy [flex="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="0"],
  #pns-privacy [layout="row"] > [flex="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy [layout="row-reverse"] > [flex="0"],
  #pns-privacy [layout="row-reverse"] > [flex="0"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 0%;
    max-width: 0%;
    min-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy [layout="column"] > [flex="0"],
  #pns-privacy [layout="column"] > [flex="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy [layout="column-reverse"] > [flex="0"],
  #pns-privacy [layout="column-reverse"] > [flex="0"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy [flex="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="5"],
  #pns-privacy [layout="row"] > [flex="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="5"],
  #pns-privacy [layout="row-reverse"] > [flex="5"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 5%;
    max-width: 5%;
    min-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="5"],
  #pns-privacy [layout="column"] > [flex="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="5"],
  #pns-privacy [layout="column-reverse"] > [flex="5"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy [flex="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="10"],
  #pns-privacy [layout="row"] > [flex="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="10"],
  #pns-privacy [layout="row-reverse"] > [flex="10"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="10"],
  #pns-privacy [layout="column"] > [flex="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="10"],
  #pns-privacy [layout="column-reverse"] > [flex="10"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy [flex="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="15"],
  #pns-privacy [layout="row"] > [flex="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="15"],
  #pns-privacy [layout="row-reverse"] > [flex="15"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 15%;
    max-width: 15%;
    min-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="15"],
  #pns-privacy [layout="column"] > [flex="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="15"],
  #pns-privacy [layout="column-reverse"] > [flex="15"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy [flex="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="20"],
  #pns-privacy [layout="row"] > [flex="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="20"],
  #pns-privacy [layout="row-reverse"] > [flex="20"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="20"],
  #pns-privacy [layout="column"] > [flex="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="20"],
  #pns-privacy [layout="column-reverse"] > [flex="20"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy [flex="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="25"],
  #pns-privacy [layout="row"] > [flex="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="25"],
  #pns-privacy [layout="row-reverse"] > [flex="25"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="25"],
  #pns-privacy [layout="column"] > [flex="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="25"],
  #pns-privacy [layout="column-reverse"] > [flex="25"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy [flex="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="30"],
  #pns-privacy [layout="row"] > [flex="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="30"],
  #pns-privacy [layout="row-reverse"] > [flex="30"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="30"],
  #pns-privacy [layout="column"] > [flex="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="30"],
  #pns-privacy [layout="column-reverse"] > [flex="30"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy [flex="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="35"],
  #pns-privacy [layout="row"] > [flex="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="35"],
  #pns-privacy [layout="row-reverse"] > [flex="35"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 35%;
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="35"],
  #pns-privacy [layout="column"] > [flex="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="35"],
  #pns-privacy [layout="column-reverse"] > [flex="35"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy [flex="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="40"],
  #pns-privacy [layout="row"] > [flex="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="40"],
  #pns-privacy [layout="row-reverse"] > [flex="40"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="40"],
  #pns-privacy [layout="column"] > [flex="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="40"],
  #pns-privacy [layout="column-reverse"] > [flex="40"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy [flex="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="45"],
  #pns-privacy [layout="row"] > [flex="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="45"],
  #pns-privacy [layout="row-reverse"] > [flex="45"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="45"],
  #pns-privacy [layout="column"] > [flex="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="45"],
  #pns-privacy [layout="column-reverse"] > [flex="45"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy [flex="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="50"],
  #pns-privacy [layout="row"] > [flex="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="50"],
  #pns-privacy [layout="row-reverse"] > [flex="50"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="50"],
  #pns-privacy [layout="column"] > [flex="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="50"],
  #pns-privacy [layout="column-reverse"] > [flex="50"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy [flex="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="55"],
  #pns-privacy [layout="row"] > [flex="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="55"],
  #pns-privacy [layout="row-reverse"] > [flex="55"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 55%;
    max-width: 55%;
    min-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="55"],
  #pns-privacy [layout="column"] > [flex="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="55"],
  #pns-privacy [layout="column-reverse"] > [flex="55"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy [flex="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="60"],
  #pns-privacy [layout="row"] > [flex="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="60"],
  #pns-privacy [layout="row-reverse"] > [flex="60"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="60"],
  #pns-privacy [layout="column"] > [flex="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="60"],
  #pns-privacy [layout="column-reverse"] > [flex="60"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy [flex="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="65"],
  #pns-privacy [layout="row"] > [flex="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="65"],
  #pns-privacy [layout="row-reverse"] > [flex="65"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 65%;
    max-width: 65%;
    min-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="65"],
  #pns-privacy [layout="column"] > [flex="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="65"],
  #pns-privacy [layout="column-reverse"] > [flex="65"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy [flex="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="70"],
  #pns-privacy [layout="row"] > [flex="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="70"],
  #pns-privacy [layout="row-reverse"] > [flex="70"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="70"],
  #pns-privacy [layout="column"] > [flex="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="70"],
  #pns-privacy [layout="column-reverse"] > [flex="70"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy [flex="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="75"],
  #pns-privacy [layout="row"] > [flex="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="75"],
  #pns-privacy [layout="row-reverse"] > [flex="75"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="75"],
  #pns-privacy [layout="column"] > [flex="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="75"],
  #pns-privacy [layout="column-reverse"] > [flex="75"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy [flex="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="80"],
  #pns-privacy [layout="row"] > [flex="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="80"],
  #pns-privacy [layout="row-reverse"] > [flex="80"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 80%;
    max-width: 80%;
    min-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="80"],
  #pns-privacy [layout="column"] > [flex="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="80"],
  #pns-privacy [layout="column-reverse"] > [flex="80"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy [flex="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="85"],
  #pns-privacy [layout="row"] > [flex="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="85"],
  #pns-privacy [layout="row-reverse"] > [flex="85"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 85%;
    max-width: 85%;
    min-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="85"],
  #pns-privacy [layout="column"] > [flex="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="85"],
  #pns-privacy [layout="column-reverse"] > [flex="85"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy [flex="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="90"],
  #pns-privacy [layout="row"] > [flex="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="90"],
  #pns-privacy [layout="row-reverse"] > [flex="90"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 90%;
    max-width: 90%;
    min-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="90"],
  #pns-privacy [layout="column"] > [flex="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="90"],
  #pns-privacy [layout="column-reverse"] > [flex="90"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy [flex="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="95"],
  #pns-privacy [layout="row"] > [flex="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="95"],
  #pns-privacy [layout="row-reverse"] > [flex="95"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 95%;
    max-width: 95%;
    min-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="95"],
  #pns-privacy [layout="column"] > [flex="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="95"],
  #pns-privacy [layout="column-reverse"] > [flex="95"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="100"],
  #pns-privacy [layout="row"] > [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row-reverse"] > [flex="100"],
  #pns-privacy [layout="row-reverse"] > [flex="100"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="100"],
  #pns-privacy [layout="column"] > [flex="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="column-reverse"] > [flex="100"],
  #pns-privacy [layout="column-reverse"] > [flex="100"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"], #pns-privacy [layout="row"] > [flex="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"], #pns-privacy [layout="row"] > [flex="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy [layout="row"] > .flex, #pns-privacy [layout="row"] > .flex {
    min-width: 0; }
  #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"], #pns-privacy [layout="column"] > [flex="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"], #pns-privacy [layout="column"] > [flex="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  #pns-privacy [layout="column"] > .flex, #pns-privacy [layout="column"] > .flex {
    min-height: 0; }
  #pns-privacy [layout], #pns-privacy [layout="column"], #pns-privacy [layout="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #pns-privacy [layout="column"] {
    flex-direction: column; }
  #pns-privacy [layout="column-reverse"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  #pns-privacy [layout="row"] {
    flex-direction: row; }
  #pns-privacy [layout="row-reverse"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  #pns-privacy [layout-padding] > [flex-sm], #pns-privacy [layout-padding] > [flex-lt-md] {
    padding: 4px; }
  #pns-privacy [layout-padding],
  #pns-privacy [layout-padding] > [flex],
  #pns-privacy [layout-padding] > [flex-gt-sm],
  #pns-privacy [layout-padding] > [flex-md],
  #pns-privacy [layout-padding] > [flex-lt-lg] {
    padding: 8px; }
  #pns-privacy [layout-padding] > [flex-gt-md],
  #pns-privacy [layout-padding] > [flex-lg] {
    padding: 16px; }
  #pns-privacy [layout-margin] > [flex-sm],
  #pns-privacy [layout-margin] > [flex-lt-md] {
    margin: 4px; }
  #pns-privacy [layout-margin],
  #pns-privacy [layout-margin] > [flex],
  #pns-privacy [layout-margin] > [flex-gt-sm],
  #pns-privacy [layout-margin] > [flex-md],
  #pns-privacy [layout-margin] > [flex-lt-lg] {
    margin: 8px; }
  #pns-privacy [layout-margin] > [flex-gt-md],
  #pns-privacy [layout-margin] > [flex-lg] {
    margin: 16px; }
  #pns-privacy [layout-wrap] {
    flex-wrap: wrap; }
  #pns-privacy [layout-nowrap] {
    flex-wrap: nowrap; }
  #pns-privacy [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; }
  @media (max-width: 659px) {
    #pns-privacy [hide-xs]:not([show-xs]):not([show]), #pns-privacy [hide]:not([show-xs]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-xs="-20"] {
      order: -20; }
    #pns-privacy [flex-order-xs="-19"] {
      order: -19; }
    #pns-privacy [flex-order-xs="-18"] {
      order: -18; }
    #pns-privacy [flex-order-xs="-17"] {
      order: -17; }
    #pns-privacy [flex-order-xs="-16"] {
      order: -16; }
    #pns-privacy [flex-order-xs="-15"] {
      order: -15; }
    #pns-privacy [flex-order-xs="-14"] {
      order: -14; }
    #pns-privacy [flex-order-xs="-13"] {
      order: -13; }
    #pns-privacy [flex-order-xs="-12"] {
      order: -12; }
    #pns-privacy [flex-order-xs="-11"] {
      order: -11; }
    #pns-privacy [flex-order-xs="-10"] {
      order: -10; }
    #pns-privacy [flex-order-xs="-9"] {
      order: -9; }
    #pns-privacy [flex-order-xs="-8"] {
      order: -8; }
    #pns-privacy [flex-order-xs="-7"] {
      order: -7; }
    #pns-privacy [flex-order-xs="-6"] {
      order: -6; }
    #pns-privacy [flex-order-xs="-5"] {
      order: -5; }
    #pns-privacy [flex-order-xs="-4"] {
      order: -4; }
    #pns-privacy [flex-order-xs="-3"] {
      order: -3; }
    #pns-privacy [flex-order-xs="-2"] {
      order: -2; }
    #pns-privacy [flex-order-xs="-1"] {
      order: -1; }
    #pns-privacy [flex-order-xs="0"] {
      order: 0; }
    #pns-privacy [flex-order-xs="1"] {
      order: 1; }
    #pns-privacy [flex-order-xs="2"] {
      order: 2; }
    #pns-privacy [flex-order-xs="3"] {
      order: 3; }
    #pns-privacy [flex-order-xs="4"] {
      order: 4; }
    #pns-privacy [flex-order-xs="5"] {
      order: 5; }
    #pns-privacy [flex-order-xs="6"] {
      order: 6; }
    #pns-privacy [flex-order-xs="7"] {
      order: 7; }
    #pns-privacy [flex-order-xs="8"] {
      order: 8; }
    #pns-privacy [flex-order-xs="9"] {
      order: 9; }
    #pns-privacy [flex-order-xs="10"] {
      order: 10; }
    #pns-privacy [flex-order-xs="11"] {
      order: 11; }
    #pns-privacy [flex-order-xs="12"] {
      order: 12; }
    #pns-privacy [flex-order-xs="13"] {
      order: 13; }
    #pns-privacy [flex-order-xs="14"] {
      order: 14; }
    #pns-privacy [flex-order-xs="15"] {
      order: 15; }
    #pns-privacy [flex-order-xs="16"] {
      order: 16; }
    #pns-privacy [flex-order-xs="17"] {
      order: 17; }
    #pns-privacy [flex-order-xs="18"] {
      order: 18; }
    #pns-privacy [flex-order-xs="19"] {
      order: 19; }
    #pns-privacy [flex-order-xs="20"] {
      order: 20; }
    #pns-privacy [flex-offset-xs="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-xs="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-xs="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-xs="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-xs="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-xs="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-xs="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-xs="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-xs="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-xs="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-xs="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-xs="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-xs="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-xs="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-xs="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-xs="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-xs="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-xs="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-xs="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-xs="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-xs="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-xs="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-xs] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-xs="start"],
    #pns-privacy [layout-align-xs="start start"],
    #pns-privacy [layout-align-xs="start center"],
    #pns-privacy [layout-align-xs="start end"],
    #pns-privacy [layout-align-xs="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-xs="center"],
    #pns-privacy [layout-align-xs="center start"],
    #pns-privacy [layout-align-xs="center center"],
    #pns-privacy [layout-align-xs="center end"],
    #pns-privacy [layout-align-xs="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-xs="end"],
    #pns-privacy [layout-align-xs="end center"],
    #pns-privacy [layout-align-xs="end start"],
    #pns-privacy [layout-align-xs="end end"],
    #pns-privacy [layout-align-xs="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-xs="space-around"],
    #pns-privacy [layout-align-xs="space-around center"],
    #pns-privacy [layout-align-xs="space-around start"],
    #pns-privacy [layout-align-xs="space-around end"],
    #pns-privacy [layout-align-xs="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-xs="space-between"],
    #pns-privacy [layout-align-xs="space-between center"],
    #pns-privacy [layout-align-xs="space-between start"],
    #pns-privacy [layout-align-xs="space-between end"],
    #pns-privacy [layout-align-xs="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-xs="start start"],
    #pns-privacy [layout-align-xs="center start"],
    #pns-privacy [layout-align-xs="end start"],
    #pns-privacy [layout-align-xs="space-between start"],
    #pns-privacy [layout-align-xs="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-xs="start center"],
    #pns-privacy [layout-align-xs="center center"],
    #pns-privacy [layout-align-xs="end center"],
    #pns-privacy [layout-align-xs="space-between center"],
    #pns-privacy [layout-align-xs="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-xs="start center"] > *,
    #pns-privacy [layout-align-xs="center center"] > *,
    #pns-privacy [layout-align-xs="end center"] > *,
    #pns-privacy [layout-align-xs="space-between center"] > *,
    #pns-privacy [layout-align-xs="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-xs="start end"],
    #pns-privacy [layout-align-xs="center end"],
    #pns-privacy [layout-align-xs="end end"],
    #pns-privacy [layout-align-xs="space-between end"],
    #pns-privacy [layout-align-xs="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-xs="start stretch"],
    #pns-privacy [layout-align-xs="center stretch"],
    #pns-privacy [layout-align-xs="end stretch"],
    #pns-privacy [layout-align-xs="space-between stretch"],
    #pns-privacy [layout-align-xs="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-xs] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  #pns-privacy [flex-xs] {
    flex: 1 1 auto; } }
  @media (max-width: 659px) {
    #pns-privacy [flex-xs-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="0"],
    #pns-privacy [layout-xs="row"] > [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="0"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xs="0"],
    #pns-privacy [layout-xs="column"] > [flex-xs="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="0"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="5"],
    #pns-privacy [layout-xs="row"] > [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="5"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="5"],
    #pns-privacy [layout-xs="column"] > [flex-xs="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="5"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="10"],
    #pns-privacy [layout-xs="row"] > [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="10"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="10"],
    #pns-privacy [layout-xs="column"] > [flex-xs="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="10"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="15"],
    #pns-privacy [layout-xs="row"] > [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="15"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="15"],
    #pns-privacy [layout-xs="column"] > [flex-xs="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="15"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="20"],
    #pns-privacy [layout-xs="row"] > [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="20"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="20"],
    #pns-privacy [layout-xs="column"] > [flex-xs="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="20"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="25"],
    #pns-privacy [layout-xs="row"] > [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="25"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="25"],
    #pns-privacy [layout-xs="column"] > [flex-xs="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="25"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="30"],
    #pns-privacy [layout-xs="row"] > [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="30"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="30"],
    #pns-privacy [layout-xs="column"] > [flex-xs="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="30"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="35"],
    #pns-privacy [layout-xs="row"] > [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="35"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="35"],
    #pns-privacy [layout-xs="column"] > [flex-xs="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="35"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="40"],
    #pns-privacy [layout-xs="row"] > [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="40"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="40"],
    #pns-privacy [layout-xs="column"] > [flex-xs="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="40"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="45"],
    #pns-privacy [layout-xs="row"] > [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="45"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="45"],
    #pns-privacy [layout-xs="column"] > [flex-xs="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="45"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="50"],
    #pns-privacy [layout-xs="row"] > [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="50"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="50"],
    #pns-privacy [layout-xs="column"] > [flex-xs="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="50"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="55"],
    #pns-privacy [layout-xs="row"] > [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="55"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="55"],
    #pns-privacy [layout-xs="column"] > [flex-xs="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="55"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="60"],
    #pns-privacy [layout-xs="row"] > [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="60"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="60"],
    #pns-privacy [layout-xs="column"] > [flex-xs="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="60"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="65"],
    #pns-privacy [layout-xs="row"] > [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="65"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="65"],
    #pns-privacy [layout-xs="column"] > [flex-xs="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="65"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="70"],
    #pns-privacy [layout-xs="row"] > [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="70"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="70"],
    #pns-privacy [layout-xs="column"] > [flex-xs="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="70"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="75"],
    #pns-privacy [layout-xs="row"] > [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="75"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="75"],
    #pns-privacy [layout-xs="column"] > [flex-xs="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="75"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="80"],
    #pns-privacy [layout-xs="row"] > [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="80"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="80"],
    #pns-privacy [layout-xs="column"] > [flex-xs="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="80"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="85"],
    #pns-privacy [layout-xs="row"] > [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="85"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="85"],
    #pns-privacy [layout-xs="column"] > [flex-xs="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="85"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="90"],
    #pns-privacy [layout-xs="row"] > [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="90"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="90"],
    #pns-privacy [layout-xs="column"] > [flex-xs="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="90"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="95"],
    #pns-privacy [layout-xs="row"] > [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="95"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="95"],
    #pns-privacy [layout-xs="column"] > [flex-xs="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="95"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="100"],
    #pns-privacy [layout-xs="row"] > [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xs="100"],
    #pns-privacy [layout-xs="row-reverse"] > [flex-xs="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="100"],
    #pns-privacy [layout-xs="column"] > [flex-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xs="100"],
    #pns-privacy [layout-xs="column-reverse"] > [flex-xs="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="33"], #pns-privacy [layout="row"] > [flex-xs="33"], #pns-privacy [layout-xs="row"] > [flex-xs="33"], #pns-privacy [layout-xs="row"] > [flex-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xs="66"], #pns-privacy [layout="row"] > [flex-xs="66"], #pns-privacy [layout-xs="row"] > [flex-xs="66"], #pns-privacy [layout-xs="row"] > [flex-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-xs="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xs="33"], #pns-privacy [layout="column"] > [flex-xs="33"], #pns-privacy [layout-xs="column"] > [flex-xs="33"], #pns-privacy [layout-xs="column"] > [flex-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xs="66"], #pns-privacy [layout="column"] > [flex-xs="66"], #pns-privacy [layout-xs="column"] > [flex-xs="66"], #pns-privacy [layout-xs="column"] > [flex-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-xs="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-xs], #pns-privacy [layout-xs="column"], #pns-privacy [layout-xs="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-xs="column"] {
      flex-direction: column; }
    #pns-privacy [layout-xs="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-xs="row"] {
      flex-direction: row; }
    #pns-privacy [layout-xs="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 660px) {
    #pns-privacy [flex-order-gt-xs="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-xs="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-xs="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-xs="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-xs="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-xs="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-xs="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-xs="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-xs="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-xs="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-xs="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-xs="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-xs="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-xs="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-xs="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-xs="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-xs="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-xs="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-xs="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-xs="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-xs="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-xs="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-xs="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-xs="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-xs="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-xs="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-xs="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-xs="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-xs="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-xs="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-xs="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-xs="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-xs="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-xs="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-xs="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-xs="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-xs="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-xs="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-xs="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-xs="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-xs="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-xs="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-xs="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-xs="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-xs="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-xs="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-xs="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-xs="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-xs="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-xs="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-xs="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-xs="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-xs="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-xs="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-xs="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-xs="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-xs="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-xs="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-xs="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-xs="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-xs="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-xs="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-xs="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-xs] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-xs="start"],
    #pns-privacy [layout-align-gt-xs="start start"],
    #pns-privacy [layout-align-gt-xs="start center"],
    #pns-privacy [layout-align-gt-xs="start end"],
    #pns-privacy [layout-align-gt-xs="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-xs="center"],
    #pns-privacy [layout-align-gt-xs="center start"],
    #pns-privacy [layout-align-gt-xs="center center"],
    #pns-privacy [layout-align-gt-xs="center end"],
    #pns-privacy [layout-align-gt-xs="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-xs="end"],
    #pns-privacy [layout-align-gt-xs="end center"],
    #pns-privacy [layout-align-gt-xs="end start"],
    #pns-privacy [layout-align-gt-xs="end end"],
    #pns-privacy [layout-align-gt-xs="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-xs="space-around"],
    #pns-privacy [layout-align-gt-xs="space-around center"],
    #pns-privacy [layout-align-gt-xs="space-around start"],
    #pns-privacy [layout-align-gt-xs="space-around end"],
    #pns-privacy [layout-align-gt-xs="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-xs="space-between"],
    #pns-privacy [layout-align-gt-xs="space-between center"],
    #pns-privacy [layout-align-gt-xs="space-between start"],
    #pns-privacy [layout-align-gt-xs="space-between end"],
    #pns-privacy [layout-align-gt-xs="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-xs="start start"],
    #pns-privacy [layout-align-gt-xs="center start"],
    #pns-privacy [layout-align-gt-xs="end start"],
    #pns-privacy [layout-align-gt-xs="space-between start"],
    #pns-privacy [layout-align-gt-xs="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-xs="start center"],
    #pns-privacy [layout-align-gt-xs="center center"],
    #pns-privacy [layout-align-gt-xs="end center"],
    #pns-privacy [layout-align-gt-xs="space-between center"],
    #pns-privacy [layout-align-gt-xs="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-xs="start center"] > *,
    #pns-privacy [layout-align-gt-xs="center center"] > *,
    #pns-privacy [layout-align-gt-xs="end center"] > *,
    #pns-privacy [layout-align-gt-xs="space-between center"] > *,
    #pns-privacy [layout-align-gt-xs="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-xs="start end"],
    #pns-privacy [layout-align-gt-xs="center end"],
    #pns-privacy [layout-align-gt-xs="end end"],
    #pns-privacy [layout-align-gt-xs="space-between end"],
    #pns-privacy [layout-align-gt-xs="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-xs="start stretch"],
    #pns-privacy [layout-align-gt-xs="center stretch"],
    #pns-privacy [layout-align-gt-xs="end stretch"],
    #pns-privacy [layout-align-gt-xs="space-between stretch"],
    #pns-privacy [layout-align-gt-xs="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-xs] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  #pns-privacy [flex-gt-xs] {
    flex: 1 1 auto; } }
  @media (min-width: 660px) {
    #pns-privacy [flex-gt-xs-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="0"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="5"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="10"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="15"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="20"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="25"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="30"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="35"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="40"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="45"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="50"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="55"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="60"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="65"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="70"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="75"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="80"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="85"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="90"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="95"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="row-reverse"] > [flex-gt-xs="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-xs="100"],
    #pns-privacy [layout-gt-xs="column-reverse"] > [flex-gt-xs="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="33"], #pns-privacy [layout="row"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-xs="66"], #pns-privacy [layout="row"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="row"] > [flex-gt-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-xs="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-xs="33"], #pns-privacy [layout="column"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="33"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-xs="66"], #pns-privacy [layout="column"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="66"], #pns-privacy [layout-gt-xs="column"] > [flex-gt-xs="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-xs="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-xs], #pns-privacy [layout-gt-xs="column"], #pns-privacy [layout-gt-xs="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-xs="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-xs="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-xs="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-xs="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-sm]:not([show-sm]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-sm="-20"] {
      order: -20; }
    #pns-privacy [flex-order-sm="-19"] {
      order: -19; }
    #pns-privacy [flex-order-sm="-18"] {
      order: -18; }
    #pns-privacy [flex-order-sm="-17"] {
      order: -17; }
    #pns-privacy [flex-order-sm="-16"] {
      order: -16; }
    #pns-privacy [flex-order-sm="-15"] {
      order: -15; }
    #pns-privacy [flex-order-sm="-14"] {
      order: -14; }
    #pns-privacy [flex-order-sm="-13"] {
      order: -13; }
    #pns-privacy [flex-order-sm="-12"] {
      order: -12; }
    #pns-privacy [flex-order-sm="-11"] {
      order: -11; }
    #pns-privacy [flex-order-sm="-10"] {
      order: -10; }
    #pns-privacy [flex-order-sm="-9"] {
      order: -9; }
    #pns-privacy [flex-order-sm="-8"] {
      order: -8; }
    #pns-privacy [flex-order-sm="-7"] {
      order: -7; }
    #pns-privacy [flex-order-sm="-6"] {
      order: -6; }
    #pns-privacy [flex-order-sm="-5"] {
      order: -5; }
    #pns-privacy [flex-order-sm="-4"] {
      order: -4; }
    #pns-privacy [flex-order-sm="-3"] {
      order: -3; }
    #pns-privacy [flex-order-sm="-2"] {
      order: -2; }
    #pns-privacy [flex-order-sm="-1"] {
      order: -1; }
    #pns-privacy [flex-order-sm="0"] {
      order: 0; }
    #pns-privacy [flex-order-sm="1"] {
      order: 1; }
    #pns-privacy [flex-order-sm="2"] {
      order: 2; }
    #pns-privacy [flex-order-sm="3"] {
      order: 3; }
    #pns-privacy [flex-order-sm="4"] {
      order: 4; }
    #pns-privacy [flex-order-sm="5"] {
      order: 5; }
    #pns-privacy [flex-order-sm="6"] {
      order: 6; }
    #pns-privacy [flex-order-sm="7"] {
      order: 7; }
    #pns-privacy [flex-order-sm="8"] {
      order: 8; }
    #pns-privacy [flex-order-sm="9"] {
      order: 9; }
    #pns-privacy [flex-order-sm="10"] {
      order: 10; }
    #pns-privacy [flex-order-sm="11"] {
      order: 11; }
    #pns-privacy [flex-order-sm="12"] {
      order: 12; }
    #pns-privacy [flex-order-sm="13"] {
      order: 13; }
    #pns-privacy [flex-order-sm="14"] {
      order: 14; }
    #pns-privacy [flex-order-sm="15"] {
      order: 15; }
    #pns-privacy [flex-order-sm="16"] {
      order: 16; }
    #pns-privacy [flex-order-sm="17"] {
      order: 17; }
    #pns-privacy [flex-order-sm="18"] {
      order: 18; }
    #pns-privacy [flex-order-sm="19"] {
      order: 19; }
    #pns-privacy [flex-order-sm="20"] {
      order: 20; }
    #pns-privacy [flex-offset-sm="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-sm="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-sm="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-sm="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-sm="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-sm="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-sm="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-sm="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-sm="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-sm="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-sm="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-sm="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-sm="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-sm="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-sm="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-sm="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-sm="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-sm="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-sm="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-sm="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-sm="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-sm="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-sm] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-sm="start"],
    #pns-privacy [layout-align-sm="start start"],
    #pns-privacy [layout-align-sm="start center"],
    #pns-privacy [layout-align-sm="start end"],
    #pns-privacy [layout-align-sm="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-sm="center"],
    #pns-privacy [layout-align-sm="center start"],
    #pns-privacy [layout-align-sm="center center"],
    #pns-privacy [layout-align-sm="center end"],
    #pns-privacy [layout-align-sm="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-sm="end"],
    #pns-privacy [layout-align-sm="end center"],
    #pns-privacy [layout-align-sm="end start"],
    #pns-privacy [layout-align-sm="end end"],
    #pns-privacy [layout-align-sm="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-sm="space-around"],
    #pns-privacy [layout-align-sm="space-around center"],
    #pns-privacy [layout-align-sm="space-around start"],
    #pns-privacy [layout-align-sm="space-around end"],
    #pns-privacy [layout-align-sm="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-sm="space-between"],
    #pns-privacy [layout-align-sm="space-between center"],
    #pns-privacy [layout-align-sm="space-between start"],
    #pns-privacy [layout-align-sm="space-between end"],
    #pns-privacy [layout-align-sm="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-sm="start start"],
    #pns-privacy [layout-align-sm="center start"],
    #pns-privacy [layout-align-sm="end start"],
    #pns-privacy [layout-align-sm="space-between start"],
    #pns-privacy [layout-align-sm="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-sm="start center"],
    #pns-privacy [layout-align-sm="center center"],
    #pns-privacy [layout-align-sm="end center"],
    #pns-privacy [layout-align-sm="space-between center"],
    #pns-privacy [layout-align-sm="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-sm="start center"] > *,
    #pns-privacy [layout-align-sm="center center"] > *,
    #pns-privacy [layout-align-sm="end center"] > *,
    #pns-privacy [layout-align-sm="space-between center"] > *,
    #pns-privacy [layout-align-sm="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-sm="start end"],
    #pns-privacy [layout-align-sm="center end"],
    #pns-privacy [layout-align-sm="end end"],
    #pns-privacy [layout-align-sm="space-between end"],
    #pns-privacy [layout-align-sm="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-sm="start stretch"],
    #pns-privacy [layout-align-sm="center stretch"],
    #pns-privacy [layout-align-sm="end stretch"],
    #pns-privacy [layout-align-sm="space-between stretch"],
    #pns-privacy [layout-align-sm="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-sm] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  #pns-privacy [flex-sm] {
    flex: 1 1 auto; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy [flex-sm-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="0"],
    #pns-privacy [layout-sm="row"] > [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="0"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-sm="0"],
    #pns-privacy [layout-sm="column"] > [flex-sm="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="0"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="5"],
    #pns-privacy [layout-sm="row"] > [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="5"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="5"],
    #pns-privacy [layout-sm="column"] > [flex-sm="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="5"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="10"],
    #pns-privacy [layout-sm="row"] > [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="10"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="10"],
    #pns-privacy [layout-sm="column"] > [flex-sm="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="10"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="15"],
    #pns-privacy [layout-sm="row"] > [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="15"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="15"],
    #pns-privacy [layout-sm="column"] > [flex-sm="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="15"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="20"],
    #pns-privacy [layout-sm="row"] > [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="20"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="20"],
    #pns-privacy [layout-sm="column"] > [flex-sm="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="20"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="25"],
    #pns-privacy [layout-sm="row"] > [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="25"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="25"],
    #pns-privacy [layout-sm="column"] > [flex-sm="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="25"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="30"],
    #pns-privacy [layout-sm="row"] > [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="30"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="30"],
    #pns-privacy [layout-sm="column"] > [flex-sm="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="30"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="35"],
    #pns-privacy [layout-sm="row"] > [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="35"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="35"],
    #pns-privacy [layout-sm="column"] > [flex-sm="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="35"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="40"],
    #pns-privacy [layout-sm="row"] > [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="40"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="40"],
    #pns-privacy [layout-sm="column"] > [flex-sm="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="40"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="45"],
    #pns-privacy [layout-sm="row"] > [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="45"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="45"],
    #pns-privacy [layout-sm="column"] > [flex-sm="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="45"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="50"],
    #pns-privacy [layout-sm="row"] > [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="50"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="50"],
    #pns-privacy [layout-sm="column"] > [flex-sm="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="50"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="55"],
    #pns-privacy [layout-sm="row"] > [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="55"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="55"],
    #pns-privacy [layout-sm="column"] > [flex-sm="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="55"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="60"],
    #pns-privacy [layout-sm="row"] > [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="60"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="60"],
    #pns-privacy [layout-sm="column"] > [flex-sm="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="60"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="65"],
    #pns-privacy [layout-sm="row"] > [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="65"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="65"],
    #pns-privacy [layout-sm="column"] > [flex-sm="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="65"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="70"],
    #pns-privacy [layout-sm="row"] > [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="70"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="70"],
    #pns-privacy [layout-sm="column"] > [flex-sm="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="70"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="75"],
    #pns-privacy [layout-sm="row"] > [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="75"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="75"],
    #pns-privacy [layout-sm="column"] > [flex-sm="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="75"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="80"],
    #pns-privacy [layout-sm="row"] > [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="80"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="80"],
    #pns-privacy [layout-sm="column"] > [flex-sm="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="80"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="85"],
    #pns-privacy [layout-sm="row"] > [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="85"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="85"],
    #pns-privacy [layout-sm="column"] > [flex-sm="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="85"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="90"],
    #pns-privacy [layout-sm="row"] > [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="90"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="90"],
    #pns-privacy [layout-sm="column"] > [flex-sm="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="90"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="95"],
    #pns-privacy [layout-sm="row"] > [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="95"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="95"],
    #pns-privacy [layout-sm="column"] > [flex-sm="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="95"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="100"],
    #pns-privacy [layout-sm="row"] > [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-sm="100"],
    #pns-privacy [layout-sm="row-reverse"] > [flex-sm="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="100"],
    #pns-privacy [layout-sm="column"] > [flex-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-sm="100"],
    #pns-privacy [layout-sm="column-reverse"] > [flex-sm="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="33"], #pns-privacy [layout="row"] > [flex-sm="33"], #pns-privacy [layout-sm="row"] > [flex-sm="33"], #pns-privacy [layout-sm="row"] > [flex-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-sm="66"], #pns-privacy [layout="row"] > [flex-sm="66"], #pns-privacy [layout-sm="row"] > [flex-sm="66"], #pns-privacy [layout-sm="row"] > [flex-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-sm="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-sm="33"], #pns-privacy [layout="column"] > [flex-sm="33"], #pns-privacy [layout-sm="column"] > [flex-sm="33"], #pns-privacy [layout-sm="column"] > [flex-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-sm="66"], #pns-privacy [layout="column"] > [flex-sm="66"], #pns-privacy [layout-sm="column"] > [flex-sm="66"], #pns-privacy [layout-sm="column"] > [flex-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-sm="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-sm], #pns-privacy [layout-sm="column"], #pns-privacy [layout-sm="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-sm="column"] {
      flex-direction: column; }
    #pns-privacy [layout-sm="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-sm="row"] {
      flex-direction: row; }
    #pns-privacy [layout-sm="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 990px) {
    #pns-privacy [flex-order-gt-sm="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-sm="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-sm="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-sm="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-sm="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-sm="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-sm="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-sm="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-sm="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-sm="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-sm="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-sm="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-sm="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-sm="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-sm="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-sm="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-sm="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-sm="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-sm="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-sm="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-sm="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-sm="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-sm="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-sm="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-sm="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-sm="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-sm="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-sm="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-sm="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-sm="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-sm="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-sm="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-sm="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-sm="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-sm="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-sm="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-sm="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-sm="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-sm="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-sm="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-sm="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-sm="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-sm="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-sm="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-sm="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-sm="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-sm="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-sm="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-sm="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-sm="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-sm="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-sm="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-sm="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-sm="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-sm="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-sm="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-sm="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-sm="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-sm="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-sm="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-sm="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-sm="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-sm="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-sm] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-sm="start"],
    #pns-privacy [layout-align-gt-sm="start start"],
    #pns-privacy [layout-align-gt-sm="start center"],
    #pns-privacy [layout-align-gt-sm="start end"],
    #pns-privacy [layout-align-gt-sm="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-sm="center"],
    #pns-privacy [layout-align-gt-sm="center start"],
    #pns-privacy [layout-align-gt-sm="center center"],
    #pns-privacy [layout-align-gt-sm="center end"],
    #pns-privacy [layout-align-gt-sm="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-sm="end"],
    #pns-privacy [layout-align-gt-sm="end center"],
    #pns-privacy [layout-align-gt-sm="end start"],
    #pns-privacy [layout-align-gt-sm="end end"],
    #pns-privacy [layout-align-gt-sm="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-sm="space-around"],
    #pns-privacy [layout-align-gt-sm="space-around center"],
    #pns-privacy [layout-align-gt-sm="space-around start"],
    #pns-privacy [layout-align-gt-sm="space-around end"],
    #pns-privacy [layout-align-gt-sm="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-sm="space-between"],
    #pns-privacy [layout-align-gt-sm="space-between center"],
    #pns-privacy [layout-align-gt-sm="space-between start"],
    #pns-privacy [layout-align-gt-sm="space-between end"],
    #pns-privacy [layout-align-gt-sm="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-sm="start start"],
    #pns-privacy [layout-align-gt-sm="center start"],
    #pns-privacy [layout-align-gt-sm="end start"],
    #pns-privacy [layout-align-gt-sm="space-between start"],
    #pns-privacy [layout-align-gt-sm="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-sm="start center"],
    #pns-privacy [layout-align-gt-sm="center center"],
    #pns-privacy [layout-align-gt-sm="end center"],
    #pns-privacy [layout-align-gt-sm="space-between center"],
    #pns-privacy [layout-align-gt-sm="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-sm="start center"] > *,
    #pns-privacy [layout-align-gt-sm="center center"] > *,
    #pns-privacy [layout-align-gt-sm="end center"] > *,
    #pns-privacy [layout-align-gt-sm="space-between center"] > *,
    #pns-privacy [layout-align-gt-sm="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-sm="start end"],
    #pns-privacy [layout-align-gt-sm="center end"],
    #pns-privacy [layout-align-gt-sm="end end"],
    #pns-privacy [layout-align-gt-sm="space-between end"],
    #pns-privacy [layout-align-gt-sm="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-sm="start stretch"],
    #pns-privacy [layout-align-gt-sm="center stretch"],
    #pns-privacy [layout-align-gt-sm="end stretch"],
    #pns-privacy [layout-align-gt-sm="space-between stretch"],
    #pns-privacy [layout-align-gt-sm="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-sm] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  #pns-privacy [flex-gt-sm] {
    flex: 1 1 auto; } }
  @media (min-width: 990px) {
    #pns-privacy [flex-gt-sm-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="0"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="5"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="10"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="15"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="20"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="25"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="30"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="35"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="40"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="45"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="50"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="55"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="60"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="65"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="70"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="75"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="80"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="85"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="90"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="95"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="row-reverse"] > [flex-gt-sm="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-sm="100"],
    #pns-privacy [layout-gt-sm="column-reverse"] > [flex-gt-sm="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="33"], #pns-privacy [layout="row"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-sm="66"], #pns-privacy [layout="row"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="row"] > [flex-gt-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-sm="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-sm="33"], #pns-privacy [layout="column"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="33"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-sm="66"], #pns-privacy [layout="column"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="66"], #pns-privacy [layout-gt-sm="column"] > [flex-gt-sm="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-sm="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-sm], #pns-privacy [layout-gt-sm="column"], #pns-privacy [layout-gt-sm="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-sm="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-sm="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-sm="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-sm="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-md]:not([show-md]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-md="-20"] {
      order: -20; }
    #pns-privacy [flex-order-md="-19"] {
      order: -19; }
    #pns-privacy [flex-order-md="-18"] {
      order: -18; }
    #pns-privacy [flex-order-md="-17"] {
      order: -17; }
    #pns-privacy [flex-order-md="-16"] {
      order: -16; }
    #pns-privacy [flex-order-md="-15"] {
      order: -15; }
    #pns-privacy [flex-order-md="-14"] {
      order: -14; }
    #pns-privacy [flex-order-md="-13"] {
      order: -13; }
    #pns-privacy [flex-order-md="-12"] {
      order: -12; }
    #pns-privacy [flex-order-md="-11"] {
      order: -11; }
    #pns-privacy [flex-order-md="-10"] {
      order: -10; }
    #pns-privacy [flex-order-md="-9"] {
      order: -9; }
    #pns-privacy [flex-order-md="-8"] {
      order: -8; }
    #pns-privacy [flex-order-md="-7"] {
      order: -7; }
    #pns-privacy [flex-order-md="-6"] {
      order: -6; }
    #pns-privacy [flex-order-md="-5"] {
      order: -5; }
    #pns-privacy [flex-order-md="-4"] {
      order: -4; }
    #pns-privacy [flex-order-md="-3"] {
      order: -3; }
    #pns-privacy [flex-order-md="-2"] {
      order: -2; }
    #pns-privacy [flex-order-md="-1"] {
      order: -1; }
    #pns-privacy [flex-order-md="0"] {
      order: 0; }
    #pns-privacy [flex-order-md="1"] {
      order: 1; }
    #pns-privacy [flex-order-md="2"] {
      order: 2; }
    #pns-privacy [flex-order-md="3"] {
      order: 3; }
    #pns-privacy [flex-order-md="4"] {
      order: 4; }
    #pns-privacy [flex-order-md="5"] {
      order: 5; }
    #pns-privacy [flex-order-md="6"] {
      order: 6; }
    #pns-privacy [flex-order-md="7"] {
      order: 7; }
    #pns-privacy [flex-order-md="8"] {
      order: 8; }
    #pns-privacy [flex-order-md="9"] {
      order: 9; }
    #pns-privacy [flex-order-md="10"] {
      order: 10; }
    #pns-privacy [flex-order-md="11"] {
      order: 11; }
    #pns-privacy [flex-order-md="12"] {
      order: 12; }
    #pns-privacy [flex-order-md="13"] {
      order: 13; }
    #pns-privacy [flex-order-md="14"] {
      order: 14; }
    #pns-privacy [flex-order-md="15"] {
      order: 15; }
    #pns-privacy [flex-order-md="16"] {
      order: 16; }
    #pns-privacy [flex-order-md="17"] {
      order: 17; }
    #pns-privacy [flex-order-md="18"] {
      order: 18; }
    #pns-privacy [flex-order-md="19"] {
      order: 19; }
    #pns-privacy [flex-order-md="20"] {
      order: 20; }
    #pns-privacy [flex-offset-md="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-md="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-md="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-md="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-md="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-md="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-md="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-md="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-md="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-md="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-md="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-md="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-md="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-md="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-md="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-md="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-md="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-md="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-md="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-md="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-md="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-md="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-md] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-md="start"],
    #pns-privacy [layout-align-md="start start"],
    #pns-privacy [layout-align-md="start center"],
    #pns-privacy [layout-align-md="start end"],
    #pns-privacy [layout-align-md="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-md="center"],
    #pns-privacy [layout-align-md="center start"],
    #pns-privacy [layout-align-md="center center"],
    #pns-privacy [layout-align-md="center end"],
    #pns-privacy [layout-align-md="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-md="end"],
    #pns-privacy [layout-align-md="end center"],
    #pns-privacy [layout-align-md="end start"],
    #pns-privacy [layout-align-md="end end"],
    #pns-privacy [layout-align-md="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-md="space-around"],
    #pns-privacy [layout-align-md="space-around center"],
    #pns-privacy [layout-align-md="space-around start"],
    #pns-privacy [layout-align-md="space-around end"],
    #pns-privacy [layout-align-md="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-md="space-between"],
    #pns-privacy [layout-align-md="space-between center"],
    #pns-privacy [layout-align-md="space-between start"],
    #pns-privacy [layout-align-md="space-between end"],
    #pns-privacy [layout-align-md="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-md="start start"],
    #pns-privacy [layout-align-md="center start"],
    #pns-privacy [layout-align-md="end start"],
    #pns-privacy [layout-align-md="space-between start"],
    #pns-privacy [layout-align-md="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-md="start center"],
    #pns-privacy [layout-align-md="center center"],
    #pns-privacy [layout-align-md="end center"],
    #pns-privacy [layout-align-md="space-between center"],
    #pns-privacy [layout-align-md="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-md="start center"] > *,
    #pns-privacy [layout-align-md="center center"] > *,
    #pns-privacy [layout-align-md="end center"] > *,
    #pns-privacy [layout-align-md="space-between center"] > *,
    #pns-privacy [layout-align-md="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-md="start end"],
    #pns-privacy [layout-align-md="center end"],
    #pns-privacy [layout-align-md="end end"],
    #pns-privacy [layout-align-md="space-between end"],
    #pns-privacy [layout-align-md="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-md="start stretch"],
    #pns-privacy [layout-align-md="center stretch"],
    #pns-privacy [layout-align-md="end stretch"],
    #pns-privacy [layout-align-md="space-between stretch"],
    #pns-privacy [layout-align-md="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-md] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  #pns-privacy [flex-md] {
    flex: 1 1 auto; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy [flex-md-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-md-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="0"],
    #pns-privacy [layout-md="row"] > [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-md="0"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-md="0"],
    #pns-privacy [layout-md="column"] > [flex-md="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-md="0"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="5"],
    #pns-privacy [layout-md="row"] > [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="5"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="5"],
    #pns-privacy [layout-md="column"] > [flex-md="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="5"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="10"],
    #pns-privacy [layout-md="row"] > [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="10"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="10"],
    #pns-privacy [layout-md="column"] > [flex-md="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="10"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="15"],
    #pns-privacy [layout-md="row"] > [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="15"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="15"],
    #pns-privacy [layout-md="column"] > [flex-md="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="15"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="20"],
    #pns-privacy [layout-md="row"] > [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="20"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="20"],
    #pns-privacy [layout-md="column"] > [flex-md="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="20"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="25"],
    #pns-privacy [layout-md="row"] > [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="25"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="25"],
    #pns-privacy [layout-md="column"] > [flex-md="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="25"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="30"],
    #pns-privacy [layout-md="row"] > [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="30"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="30"],
    #pns-privacy [layout-md="column"] > [flex-md="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="30"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="35"],
    #pns-privacy [layout-md="row"] > [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="35"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="35"],
    #pns-privacy [layout-md="column"] > [flex-md="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="35"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="40"],
    #pns-privacy [layout-md="row"] > [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="40"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="40"],
    #pns-privacy [layout-md="column"] > [flex-md="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="40"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="45"],
    #pns-privacy [layout-md="row"] > [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="45"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="45"],
    #pns-privacy [layout-md="column"] > [flex-md="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="45"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="50"],
    #pns-privacy [layout-md="row"] > [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="50"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="50"],
    #pns-privacy [layout-md="column"] > [flex-md="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="50"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="55"],
    #pns-privacy [layout-md="row"] > [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="55"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="55"],
    #pns-privacy [layout-md="column"] > [flex-md="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="55"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="60"],
    #pns-privacy [layout-md="row"] > [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="60"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="60"],
    #pns-privacy [layout-md="column"] > [flex-md="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="60"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="65"],
    #pns-privacy [layout-md="row"] > [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="65"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="65"],
    #pns-privacy [layout-md="column"] > [flex-md="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="65"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="70"],
    #pns-privacy [layout-md="row"] > [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="70"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="70"],
    #pns-privacy [layout-md="column"] > [flex-md="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="70"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="75"],
    #pns-privacy [layout-md="row"] > [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="75"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="75"],
    #pns-privacy [layout-md="column"] > [flex-md="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="75"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="80"],
    #pns-privacy [layout-md="row"] > [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="80"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="80"],
    #pns-privacy [layout-md="column"] > [flex-md="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="80"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="85"],
    #pns-privacy [layout-md="row"] > [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="85"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="85"],
    #pns-privacy [layout-md="column"] > [flex-md="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="85"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="90"],
    #pns-privacy [layout-md="row"] > [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="90"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="90"],
    #pns-privacy [layout-md="column"] > [flex-md="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="90"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="95"],
    #pns-privacy [layout-md="row"] > [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="95"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="95"],
    #pns-privacy [layout-md="column"] > [flex-md="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="95"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="100"],
    #pns-privacy [layout-md="row"] > [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-md="100"],
    #pns-privacy [layout-md="row-reverse"] > [flex-md="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="100"],
    #pns-privacy [layout-md="column"] > [flex-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-md="100"],
    #pns-privacy [layout-md="column-reverse"] > [flex-md="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="33"], #pns-privacy [layout="row"] > [flex-md="33"], #pns-privacy [layout-md="row"] > [flex-md="33"], #pns-privacy [layout-md="row"] > [flex-md="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-md="66"], #pns-privacy [layout="row"] > [flex-md="66"], #pns-privacy [layout-md="row"] > [flex-md="66"], #pns-privacy [layout-md="row"] > [flex-md="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-md="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-md="33"], #pns-privacy [layout="column"] > [flex-md="33"], #pns-privacy [layout-md="column"] > [flex-md="33"], #pns-privacy [layout-md="column"] > [flex-md="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-md="66"], #pns-privacy [layout="column"] > [flex-md="66"], #pns-privacy [layout-md="column"] > [flex-md="66"], #pns-privacy [layout-md="column"] > [flex-md="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-md="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-md], #pns-privacy [layout-md="column"], #pns-privacy [layout-md="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-md="column"] {
      flex-direction: column; }
    #pns-privacy [layout-md="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-md="row"] {
      flex-direction: row; }
    #pns-privacy [layout-md="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1280px) {
    #pns-privacy [flex-order-gt-md="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-md="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-md="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-md="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-md="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-md="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-md="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-md="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-md="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-md="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-md="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-md="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-md="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-md="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-md="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-md="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-md="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-md="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-md="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-md="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-md="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-md="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-md="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-md="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-md="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-md="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-md="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-md="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-md="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-md="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-md="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-md="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-md="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-md="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-md="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-md="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-md="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-md="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-md="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-md="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-md="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-md="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-md="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-md="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-md="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-md="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-md="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-md="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-md="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-md="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-md="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-md="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-md="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-md="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-md="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-md="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-md="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-md="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-md="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-md="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-md="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-md="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-md="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-md] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-md="start"],
    #pns-privacy [layout-align-gt-md="start start"],
    #pns-privacy [layout-align-gt-md="start center"],
    #pns-privacy [layout-align-gt-md="start end"],
    #pns-privacy [layout-align-gt-md="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-md="center"],
    #pns-privacy [layout-align-gt-md="center start"],
    #pns-privacy [layout-align-gt-md="center center"],
    #pns-privacy [layout-align-gt-md="center end"],
    #pns-privacy [layout-align-gt-md="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-md="end"],
    #pns-privacy [layout-align-gt-md="end center"],
    #pns-privacy [layout-align-gt-md="end start"],
    #pns-privacy [layout-align-gt-md="end end"],
    #pns-privacy [layout-align-gt-md="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-md="space-around"],
    #pns-privacy [layout-align-gt-md="space-around center"],
    #pns-privacy [layout-align-gt-md="space-around start"],
    #pns-privacy [layout-align-gt-md="space-around end"],
    #pns-privacy [layout-align-gt-md="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-md="space-between"],
    #pns-privacy [layout-align-gt-md="space-between center"],
    #pns-privacy [layout-align-gt-md="space-between start"],
    #pns-privacy [layout-align-gt-md="space-between end"],
    #pns-privacy [layout-align-gt-md="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-md="start start"],
    #pns-privacy [layout-align-gt-md="center start"],
    #pns-privacy [layout-align-gt-md="end start"],
    #pns-privacy [layout-align-gt-md="space-between start"],
    #pns-privacy [layout-align-gt-md="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-md="start center"],
    #pns-privacy [layout-align-gt-md="center center"],
    #pns-privacy [layout-align-gt-md="end center"],
    #pns-privacy [layout-align-gt-md="space-between center"],
    #pns-privacy [layout-align-gt-md="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-md="start center"] > *,
    #pns-privacy [layout-align-gt-md="center center"] > *,
    #pns-privacy [layout-align-gt-md="end center"] > *,
    #pns-privacy [layout-align-gt-md="space-between center"] > *,
    #pns-privacy [layout-align-gt-md="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-md="start end"],
    #pns-privacy [layout-align-gt-md="center end"],
    #pns-privacy [layout-align-gt-md="end end"],
    #pns-privacy [layout-align-gt-md="space-between end"],
    #pns-privacy [layout-align-gt-md="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-md="start stretch"],
    #pns-privacy [layout-align-gt-md="center stretch"],
    #pns-privacy [layout-align-gt-md="end stretch"],
    #pns-privacy [layout-align-gt-md="space-between stretch"],
    #pns-privacy [layout-align-gt-md="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-md] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  #pns-privacy [flex-gt-md] {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) {
    #pns-privacy [flex-gt-md-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="0"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="5"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="10"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="15"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="20"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="25"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="30"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="35"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="40"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="45"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="50"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="55"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="60"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="65"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="70"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="75"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="80"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="85"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="90"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="95"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="row"] > [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="row-reverse"] > [flex-gt-md="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="column"] > [flex-gt-md="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-md="100"],
    #pns-privacy [layout-gt-md="column-reverse"] > [flex-gt-md="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="33"], #pns-privacy [layout="row"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-md="66"], #pns-privacy [layout="row"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="row"] > [flex-gt-md="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-md="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-md="33"], #pns-privacy [layout="column"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="33"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-md="66"], #pns-privacy [layout="column"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="66"], #pns-privacy [layout-gt-md="column"] > [flex-gt-md="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-md="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-md], #pns-privacy [layout-gt-md="column"], #pns-privacy [layout-gt-md="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-md="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-md="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-md="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-md="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), #pns-privacy [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-lg]:not([show-lg]):not([show]) {
      display: none !important; }
    #pns-privacy [flex-order-lg="-20"] {
      order: -20; }
    #pns-privacy [flex-order-lg="-19"] {
      order: -19; }
    #pns-privacy [flex-order-lg="-18"] {
      order: -18; }
    #pns-privacy [flex-order-lg="-17"] {
      order: -17; }
    #pns-privacy [flex-order-lg="-16"] {
      order: -16; }
    #pns-privacy [flex-order-lg="-15"] {
      order: -15; }
    #pns-privacy [flex-order-lg="-14"] {
      order: -14; }
    #pns-privacy [flex-order-lg="-13"] {
      order: -13; }
    #pns-privacy [flex-order-lg="-12"] {
      order: -12; }
    #pns-privacy [flex-order-lg="-11"] {
      order: -11; }
    #pns-privacy [flex-order-lg="-10"] {
      order: -10; }
    #pns-privacy [flex-order-lg="-9"] {
      order: -9; }
    #pns-privacy [flex-order-lg="-8"] {
      order: -8; }
    #pns-privacy [flex-order-lg="-7"] {
      order: -7; }
    #pns-privacy [flex-order-lg="-6"] {
      order: -6; }
    #pns-privacy [flex-order-lg="-5"] {
      order: -5; }
    #pns-privacy [flex-order-lg="-4"] {
      order: -4; }
    #pns-privacy [flex-order-lg="-3"] {
      order: -3; }
    #pns-privacy [flex-order-lg="-2"] {
      order: -2; }
    #pns-privacy [flex-order-lg="-1"] {
      order: -1; }
    #pns-privacy [flex-order-lg="0"] {
      order: 0; }
    #pns-privacy [flex-order-lg="1"] {
      order: 1; }
    #pns-privacy [flex-order-lg="2"] {
      order: 2; }
    #pns-privacy [flex-order-lg="3"] {
      order: 3; }
    #pns-privacy [flex-order-lg="4"] {
      order: 4; }
    #pns-privacy [flex-order-lg="5"] {
      order: 5; }
    #pns-privacy [flex-order-lg="6"] {
      order: 6; }
    #pns-privacy [flex-order-lg="7"] {
      order: 7; }
    #pns-privacy [flex-order-lg="8"] {
      order: 8; }
    #pns-privacy [flex-order-lg="9"] {
      order: 9; }
    #pns-privacy [flex-order-lg="10"] {
      order: 10; }
    #pns-privacy [flex-order-lg="11"] {
      order: 11; }
    #pns-privacy [flex-order-lg="12"] {
      order: 12; }
    #pns-privacy [flex-order-lg="13"] {
      order: 13; }
    #pns-privacy [flex-order-lg="14"] {
      order: 14; }
    #pns-privacy [flex-order-lg="15"] {
      order: 15; }
    #pns-privacy [flex-order-lg="16"] {
      order: 16; }
    #pns-privacy [flex-order-lg="17"] {
      order: 17; }
    #pns-privacy [flex-order-lg="18"] {
      order: 18; }
    #pns-privacy [flex-order-lg="19"] {
      order: 19; }
    #pns-privacy [flex-order-lg="20"] {
      order: 20; }
    #pns-privacy [flex-offset-lg="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-lg="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-lg="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-lg="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-lg="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-lg="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-lg="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-lg="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-lg="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-lg="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-lg="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-lg="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-lg="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-lg="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-lg="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-lg="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-lg="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-lg="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-lg="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-lg="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-lg="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-lg="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-lg] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-lg="start"],
    #pns-privacy [layout-align-lg="start start"],
    #pns-privacy [layout-align-lg="start center"],
    #pns-privacy [layout-align-lg="start end"],
    #pns-privacy [layout-align-lg="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-lg="center"],
    #pns-privacy [layout-align-lg="center start"],
    #pns-privacy [layout-align-lg="center center"],
    #pns-privacy [layout-align-lg="center end"],
    #pns-privacy [layout-align-lg="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-lg="end"],
    #pns-privacy [layout-align-lg="end center"],
    #pns-privacy [layout-align-lg="end start"],
    #pns-privacy [layout-align-lg="end end"],
    #pns-privacy [layout-align-lg="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-lg="space-around"],
    #pns-privacy [layout-align-lg="space-around center"],
    #pns-privacy [layout-align-lg="space-around start"],
    #pns-privacy [layout-align-lg="space-around end"],
    #pns-privacy [layout-align-lg="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-lg="space-between"],
    #pns-privacy [layout-align-lg="space-between center"],
    #pns-privacy [layout-align-lg="space-between start"],
    #pns-privacy [layout-align-lg="space-between end"],
    #pns-privacy [layout-align-lg="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-lg="start start"],
    #pns-privacy [layout-align-lg="center start"],
    #pns-privacy [layout-align-lg="end start"],
    #pns-privacy [layout-align-lg="space-between start"],
    #pns-privacy [layout-align-lg="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-lg="start center"],
    #pns-privacy [layout-align-lg="center center"],
    #pns-privacy [layout-align-lg="end center"],
    #pns-privacy [layout-align-lg="space-between center"],
    #pns-privacy [layout-align-lg="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-lg="start center"] > *,
    #pns-privacy [layout-align-lg="center center"] > *,
    #pns-privacy [layout-align-lg="end center"] > *,
    #pns-privacy [layout-align-lg="space-between center"] > *,
    #pns-privacy [layout-align-lg="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-lg="start end"],
    #pns-privacy [layout-align-lg="center end"],
    #pns-privacy [layout-align-lg="end end"],
    #pns-privacy [layout-align-lg="space-between end"],
    #pns-privacy [layout-align-lg="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-lg="start stretch"],
    #pns-privacy [layout-align-lg="center stretch"],
    #pns-privacy [layout-align-lg="end stretch"],
    #pns-privacy [layout-align-lg="space-between stretch"],
    #pns-privacy [layout-align-lg="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-lg] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  #pns-privacy [flex-lg] {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy [flex-lg-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="0"],
    #pns-privacy [layout-lg="row"] > [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="0"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-lg="0"],
    #pns-privacy [layout-lg="column"] > [flex-lg="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="0"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="5"],
    #pns-privacy [layout-lg="row"] > [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="5"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="5"],
    #pns-privacy [layout-lg="column"] > [flex-lg="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="5"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="10"],
    #pns-privacy [layout-lg="row"] > [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="10"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="10"],
    #pns-privacy [layout-lg="column"] > [flex-lg="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="10"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="15"],
    #pns-privacy [layout-lg="row"] > [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="15"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="15"],
    #pns-privacy [layout-lg="column"] > [flex-lg="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="15"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="20"],
    #pns-privacy [layout-lg="row"] > [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="20"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="20"],
    #pns-privacy [layout-lg="column"] > [flex-lg="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="20"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="25"],
    #pns-privacy [layout-lg="row"] > [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="25"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="25"],
    #pns-privacy [layout-lg="column"] > [flex-lg="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="25"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="30"],
    #pns-privacy [layout-lg="row"] > [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="30"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="30"],
    #pns-privacy [layout-lg="column"] > [flex-lg="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="30"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="35"],
    #pns-privacy [layout-lg="row"] > [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="35"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="35"],
    #pns-privacy [layout-lg="column"] > [flex-lg="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="35"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="40"],
    #pns-privacy [layout-lg="row"] > [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="40"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="40"],
    #pns-privacy [layout-lg="column"] > [flex-lg="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="40"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="45"],
    #pns-privacy [layout-lg="row"] > [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="45"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="45"],
    #pns-privacy [layout-lg="column"] > [flex-lg="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="45"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="50"],
    #pns-privacy [layout-lg="row"] > [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="50"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="50"],
    #pns-privacy [layout-lg="column"] > [flex-lg="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="50"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="55"],
    #pns-privacy [layout-lg="row"] > [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="55"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="55"],
    #pns-privacy [layout-lg="column"] > [flex-lg="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="55"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="60"],
    #pns-privacy [layout-lg="row"] > [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="60"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="60"],
    #pns-privacy [layout-lg="column"] > [flex-lg="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="60"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="65"],
    #pns-privacy [layout-lg="row"] > [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="65"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="65"],
    #pns-privacy [layout-lg="column"] > [flex-lg="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="65"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="70"],
    #pns-privacy [layout-lg="row"] > [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="70"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="70"],
    #pns-privacy [layout-lg="column"] > [flex-lg="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="70"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="75"],
    #pns-privacy [layout-lg="row"] > [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="75"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="75"],
    #pns-privacy [layout-lg="column"] > [flex-lg="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="75"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="80"],
    #pns-privacy [layout-lg="row"] > [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="80"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="80"],
    #pns-privacy [layout-lg="column"] > [flex-lg="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="80"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="85"],
    #pns-privacy [layout-lg="row"] > [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="85"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="85"],
    #pns-privacy [layout-lg="column"] > [flex-lg="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="85"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="90"],
    #pns-privacy [layout-lg="row"] > [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="90"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="90"],
    #pns-privacy [layout-lg="column"] > [flex-lg="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="90"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="95"],
    #pns-privacy [layout-lg="row"] > [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="95"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="95"],
    #pns-privacy [layout-lg="column"] > [flex-lg="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="95"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="100"],
    #pns-privacy [layout-lg="row"] > [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-lg="100"],
    #pns-privacy [layout-lg="row-reverse"] > [flex-lg="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="100"],
    #pns-privacy [layout-lg="column"] > [flex-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-lg="100"],
    #pns-privacy [layout-lg="column-reverse"] > [flex-lg="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="33"], #pns-privacy [layout="row"] > [flex-lg="33"], #pns-privacy [layout-lg="row"] > [flex-lg="33"], #pns-privacy [layout-lg="row"] > [flex-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-lg="66"], #pns-privacy [layout="row"] > [flex-lg="66"], #pns-privacy [layout-lg="row"] > [flex-lg="66"], #pns-privacy [layout-lg="row"] > [flex-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-lg="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-lg="33"], #pns-privacy [layout="column"] > [flex-lg="33"], #pns-privacy [layout-lg="column"] > [flex-lg="33"], #pns-privacy [layout-lg="column"] > [flex-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-lg="66"], #pns-privacy [layout="column"] > [flex-lg="66"], #pns-privacy [layout-lg="column"] > [flex-lg="66"], #pns-privacy [layout-lg="column"] > [flex-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-lg="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-lg], #pns-privacy [layout-lg="column"], #pns-privacy [layout-lg="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-lg="column"] {
      flex-direction: column; }
    #pns-privacy [layout-lg="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-lg="row"] {
      flex-direction: row; }
    #pns-privacy [layout-lg="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-order-gt-lg="-20"] {
      order: -20; }
    #pns-privacy [flex-order-gt-lg="-19"] {
      order: -19; }
    #pns-privacy [flex-order-gt-lg="-18"] {
      order: -18; }
    #pns-privacy [flex-order-gt-lg="-17"] {
      order: -17; }
    #pns-privacy [flex-order-gt-lg="-16"] {
      order: -16; }
    #pns-privacy [flex-order-gt-lg="-15"] {
      order: -15; }
    #pns-privacy [flex-order-gt-lg="-14"] {
      order: -14; }
    #pns-privacy [flex-order-gt-lg="-13"] {
      order: -13; }
    #pns-privacy [flex-order-gt-lg="-12"] {
      order: -12; }
    #pns-privacy [flex-order-gt-lg="-11"] {
      order: -11; }
    #pns-privacy [flex-order-gt-lg="-10"] {
      order: -10; }
    #pns-privacy [flex-order-gt-lg="-9"] {
      order: -9; }
    #pns-privacy [flex-order-gt-lg="-8"] {
      order: -8; }
    #pns-privacy [flex-order-gt-lg="-7"] {
      order: -7; }
    #pns-privacy [flex-order-gt-lg="-6"] {
      order: -6; }
    #pns-privacy [flex-order-gt-lg="-5"] {
      order: -5; }
    #pns-privacy [flex-order-gt-lg="-4"] {
      order: -4; }
    #pns-privacy [flex-order-gt-lg="-3"] {
      order: -3; }
    #pns-privacy [flex-order-gt-lg="-2"] {
      order: -2; }
    #pns-privacy [flex-order-gt-lg="-1"] {
      order: -1; }
    #pns-privacy [flex-order-gt-lg="0"] {
      order: 0; }
    #pns-privacy [flex-order-gt-lg="1"] {
      order: 1; }
    #pns-privacy [flex-order-gt-lg="2"] {
      order: 2; }
    #pns-privacy [flex-order-gt-lg="3"] {
      order: 3; }
    #pns-privacy [flex-order-gt-lg="4"] {
      order: 4; }
    #pns-privacy [flex-order-gt-lg="5"] {
      order: 5; }
    #pns-privacy [flex-order-gt-lg="6"] {
      order: 6; }
    #pns-privacy [flex-order-gt-lg="7"] {
      order: 7; }
    #pns-privacy [flex-order-gt-lg="8"] {
      order: 8; }
    #pns-privacy [flex-order-gt-lg="9"] {
      order: 9; }
    #pns-privacy [flex-order-gt-lg="10"] {
      order: 10; }
    #pns-privacy [flex-order-gt-lg="11"] {
      order: 11; }
    #pns-privacy [flex-order-gt-lg="12"] {
      order: 12; }
    #pns-privacy [flex-order-gt-lg="13"] {
      order: 13; }
    #pns-privacy [flex-order-gt-lg="14"] {
      order: 14; }
    #pns-privacy [flex-order-gt-lg="15"] {
      order: 15; }
    #pns-privacy [flex-order-gt-lg="16"] {
      order: 16; }
    #pns-privacy [flex-order-gt-lg="17"] {
      order: 17; }
    #pns-privacy [flex-order-gt-lg="18"] {
      order: 18; }
    #pns-privacy [flex-order-gt-lg="19"] {
      order: 19; }
    #pns-privacy [flex-order-gt-lg="20"] {
      order: 20; }
    #pns-privacy [flex-offset-gt-lg="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-gt-lg="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-gt-lg="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-gt-lg="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-gt-lg="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-gt-lg="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-gt-lg="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-gt-lg="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-gt-lg="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-gt-lg="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-gt-lg="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-gt-lg="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-gt-lg="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-gt-lg="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-gt-lg="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-gt-lg="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-gt-lg="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-gt-lg="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-gt-lg="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-gt-lg="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-gt-lg="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-gt-lg="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-gt-lg] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-gt-lg="start"],
    #pns-privacy [layout-align-gt-lg="start start"],
    #pns-privacy [layout-align-gt-lg="start center"],
    #pns-privacy [layout-align-gt-lg="start end"],
    #pns-privacy [layout-align-gt-lg="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-gt-lg="center"],
    #pns-privacy [layout-align-gt-lg="center start"],
    #pns-privacy [layout-align-gt-lg="center center"],
    #pns-privacy [layout-align-gt-lg="center end"],
    #pns-privacy [layout-align-gt-lg="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-gt-lg="end"],
    #pns-privacy [layout-align-gt-lg="end center"],
    #pns-privacy [layout-align-gt-lg="end start"],
    #pns-privacy [layout-align-gt-lg="end end"],
    #pns-privacy [layout-align-gt-lg="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-gt-lg="space-around"],
    #pns-privacy [layout-align-gt-lg="space-around center"],
    #pns-privacy [layout-align-gt-lg="space-around start"],
    #pns-privacy [layout-align-gt-lg="space-around end"],
    #pns-privacy [layout-align-gt-lg="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-gt-lg="space-between"],
    #pns-privacy [layout-align-gt-lg="space-between center"],
    #pns-privacy [layout-align-gt-lg="space-between start"],
    #pns-privacy [layout-align-gt-lg="space-between end"],
    #pns-privacy [layout-align-gt-lg="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-gt-lg="start start"],
    #pns-privacy [layout-align-gt-lg="center start"],
    #pns-privacy [layout-align-gt-lg="end start"],
    #pns-privacy [layout-align-gt-lg="space-between start"],
    #pns-privacy [layout-align-gt-lg="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-gt-lg="start center"],
    #pns-privacy [layout-align-gt-lg="center center"],
    #pns-privacy [layout-align-gt-lg="end center"],
    #pns-privacy [layout-align-gt-lg="space-between center"],
    #pns-privacy [layout-align-gt-lg="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-gt-lg="start center"] > *,
    #pns-privacy [layout-align-gt-lg="center center"] > *,
    #pns-privacy [layout-align-gt-lg="end center"] > *,
    #pns-privacy [layout-align-gt-lg="space-between center"] > *,
    #pns-privacy [layout-align-gt-lg="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-gt-lg="start end"],
    #pns-privacy [layout-align-gt-lg="center end"],
    #pns-privacy [layout-align-gt-lg="end end"],
    #pns-privacy [layout-align-gt-lg="space-between end"],
    #pns-privacy [layout-align-gt-lg="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-gt-lg="start stretch"],
    #pns-privacy [layout-align-gt-lg="center stretch"],
    #pns-privacy [layout-align-gt-lg="end stretch"],
    #pns-privacy [layout-align-gt-lg="space-between stretch"],
    #pns-privacy [layout-align-gt-lg="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-gt-lg] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy [flex-gt-lg] {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-gt-lg-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="0"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="5"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="10"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="15"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="20"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="25"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="30"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="35"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="40"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="45"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="50"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="55"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="60"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="65"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="70"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="75"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="80"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="85"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="90"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="95"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="row-reverse"] > [flex-gt-lg="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-gt-lg="100"],
    #pns-privacy [layout-gt-lg="column-reverse"] > [flex-gt-lg="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="33"], #pns-privacy [layout="row"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-gt-lg="66"], #pns-privacy [layout="row"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="row"] > [flex-gt-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-gt-lg="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-gt-lg="33"], #pns-privacy [layout="column"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="33"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-gt-lg="66"], #pns-privacy [layout="column"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="66"], #pns-privacy [layout-gt-lg="column"] > [flex-gt-lg="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-gt-lg="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-gt-lg], #pns-privacy [layout-gt-lg="column"], #pns-privacy [layout-gt-lg="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-gt-lg="column"] {
      flex-direction: column; }
    #pns-privacy [layout-gt-lg="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-gt-lg="row"] {
      flex-direction: row; }
    #pns-privacy [layout-gt-lg="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
    #pns-privacy [flex-order-xl="-20"] {
      order: -20; }
    #pns-privacy [flex-order-xl="-19"] {
      order: -19; }
    #pns-privacy [flex-order-xl="-18"] {
      order: -18; }
    #pns-privacy [flex-order-xl="-17"] {
      order: -17; }
    #pns-privacy [flex-order-xl="-16"] {
      order: -16; }
    #pns-privacy [flex-order-xl="-15"] {
      order: -15; }
    #pns-privacy [flex-order-xl="-14"] {
      order: -14; }
    #pns-privacy [flex-order-xl="-13"] {
      order: -13; }
    #pns-privacy [flex-order-xl="-12"] {
      order: -12; }
    #pns-privacy [flex-order-xl="-11"] {
      order: -11; }
    #pns-privacy [flex-order-xl="-10"] {
      order: -10; }
    #pns-privacy [flex-order-xl="-9"] {
      order: -9; }
    #pns-privacy [flex-order-xl="-8"] {
      order: -8; }
    #pns-privacy [flex-order-xl="-7"] {
      order: -7; }
    #pns-privacy [flex-order-xl="-6"] {
      order: -6; }
    #pns-privacy [flex-order-xl="-5"] {
      order: -5; }
    #pns-privacy [flex-order-xl="-4"] {
      order: -4; }
    #pns-privacy [flex-order-xl="-3"] {
      order: -3; }
    #pns-privacy [flex-order-xl="-2"] {
      order: -2; }
    #pns-privacy [flex-order-xl="-1"] {
      order: -1; }
    #pns-privacy [flex-order-xl="0"] {
      order: 0; }
    #pns-privacy [flex-order-xl="1"] {
      order: 1; }
    #pns-privacy [flex-order-xl="2"] {
      order: 2; }
    #pns-privacy [flex-order-xl="3"] {
      order: 3; }
    #pns-privacy [flex-order-xl="4"] {
      order: 4; }
    #pns-privacy [flex-order-xl="5"] {
      order: 5; }
    #pns-privacy [flex-order-xl="6"] {
      order: 6; }
    #pns-privacy [flex-order-xl="7"] {
      order: 7; }
    #pns-privacy [flex-order-xl="8"] {
      order: 8; }
    #pns-privacy [flex-order-xl="9"] {
      order: 9; }
    #pns-privacy [flex-order-xl="10"] {
      order: 10; }
    #pns-privacy [flex-order-xl="11"] {
      order: 11; }
    #pns-privacy [flex-order-xl="12"] {
      order: 12; }
    #pns-privacy [flex-order-xl="13"] {
      order: 13; }
    #pns-privacy [flex-order-xl="14"] {
      order: 14; }
    #pns-privacy [flex-order-xl="15"] {
      order: 15; }
    #pns-privacy [flex-order-xl="16"] {
      order: 16; }
    #pns-privacy [flex-order-xl="17"] {
      order: 17; }
    #pns-privacy [flex-order-xl="18"] {
      order: 18; }
    #pns-privacy [flex-order-xl="19"] {
      order: 19; }
    #pns-privacy [flex-order-xl="20"] {
      order: 20; }
    #pns-privacy [flex-offset-xl="0"] {
      margin-left: 0%; }
    #pns-privacy [flex-offset-xl="5"] {
      margin-left: 5%; }
    #pns-privacy [flex-offset-xl="10"] {
      margin-left: 10%; }
    #pns-privacy [flex-offset-xl="15"] {
      margin-left: 15%; }
    #pns-privacy [flex-offset-xl="20"] {
      margin-left: 20%; }
    #pns-privacy [flex-offset-xl="25"] {
      margin-left: 25%; }
    #pns-privacy [flex-offset-xl="30"] {
      margin-left: 30%; }
    #pns-privacy [flex-offset-xl="35"] {
      margin-left: 35%; }
    #pns-privacy [flex-offset-xl="40"] {
      margin-left: 40%; }
    #pns-privacy [flex-offset-xl="45"] {
      margin-left: 45%; }
    #pns-privacy [flex-offset-xl="50"] {
      margin-left: 50%; }
    #pns-privacy [flex-offset-xl="55"] {
      margin-left: 55%; }
    #pns-privacy [flex-offset-xl="60"] {
      margin-left: 60%; }
    #pns-privacy [flex-offset-xl="65"] {
      margin-left: 65%; }
    #pns-privacy [flex-offset-xl="70"] {
      margin-left: 70%; }
    #pns-privacy [flex-offset-xl="75"] {
      margin-left: 75%; }
    #pns-privacy [flex-offset-xl="80"] {
      margin-left: 80%; }
    #pns-privacy [flex-offset-xl="85"] {
      margin-left: 85%; }
    #pns-privacy [flex-offset-xl="90"] {
      margin-left: 90%; }
    #pns-privacy [flex-offset-xl="95"] {
      margin-left: 95%; }
    #pns-privacy [flex-offset-xl="33"] {
      margin-left: calc(100% / 3); }
    #pns-privacy [flex-offset-xl="66"] {
      margin-left: calc(200% / 3); }
    #pns-privacy [layout-align-xl] {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy [layout-align-xl="start"],
    #pns-privacy [layout-align-xl="start start"],
    #pns-privacy [layout-align-xl="start center"],
    #pns-privacy [layout-align-xl="start end"],
    #pns-privacy [layout-align-xl="start stretch"] {
      justify-content: flex-start; }
    #pns-privacy [layout-align-xl="center"],
    #pns-privacy [layout-align-xl="center start"],
    #pns-privacy [layout-align-xl="center center"],
    #pns-privacy [layout-align-xl="center end"],
    #pns-privacy [layout-align-xl="center stretch"] {
      justify-content: center; }
    #pns-privacy [layout-align-xl="end"],
    #pns-privacy [layout-align-xl="end center"],
    #pns-privacy [layout-align-xl="end start"],
    #pns-privacy [layout-align-xl="end end"],
    #pns-privacy [layout-align-xl="end stretch"] {
      justify-content: flex-end; }
    #pns-privacy [layout-align-xl="space-around"],
    #pns-privacy [layout-align-xl="space-around center"],
    #pns-privacy [layout-align-xl="space-around start"],
    #pns-privacy [layout-align-xl="space-around end"],
    #pns-privacy [layout-align-xl="space-around stretch"] {
      justify-content: space-around; }
    #pns-privacy [layout-align-xl="space-between"],
    #pns-privacy [layout-align-xl="space-between center"],
    #pns-privacy [layout-align-xl="space-between start"],
    #pns-privacy [layout-align-xl="space-between end"],
    #pns-privacy [layout-align-xl="space-between stretch"] {
      justify-content: space-between; }
    #pns-privacy [layout-align-xl="start start"],
    #pns-privacy [layout-align-xl="center start"],
    #pns-privacy [layout-align-xl="end start"],
    #pns-privacy [layout-align-xl="space-between start"],
    #pns-privacy [layout-align-xl="space-around start"] {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy [layout-align-xl="start center"],
    #pns-privacy [layout-align-xl="center center"],
    #pns-privacy [layout-align-xl="end center"],
    #pns-privacy [layout-align-xl="space-between center"],
    #pns-privacy [layout-align-xl="space-around center"] {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy [layout-align-xl="start center"] > *,
    #pns-privacy [layout-align-xl="center center"] > *,
    #pns-privacy [layout-align-xl="end center"] > *,
    #pns-privacy [layout-align-xl="space-between center"] > *,
    #pns-privacy [layout-align-xl="space-around center"] > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout-align-xl="start end"],
    #pns-privacy [layout-align-xl="center end"],
    #pns-privacy [layout-align-xl="end end"],
    #pns-privacy [layout-align-xl="space-between end"],
    #pns-privacy [layout-align-xl="space-around end"] {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy [layout-align-xl="start stretch"],
    #pns-privacy [layout-align-xl="center stretch"],
    #pns-privacy [layout-align-xl="end stretch"],
    #pns-privacy [layout-align-xl="space-between stretch"],
    #pns-privacy [layout-align-xl="space-around stretch"] {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy [flex-xl] {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy [flex-xl] {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy [flex-xl-grow] {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-initial] {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-auto] {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl-none] {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="0"],
    #pns-privacy [layout-xl="row"] > [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="0"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="0"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 0%;
      max-width: 0%;
      min-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xl="0"],
    #pns-privacy [layout-xl="column"] > [flex-xl="0"] {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="0"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="0"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="5"],
    #pns-privacy [layout-xl="row"] > [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="5"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="5"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 5%;
      max-width: 5%;
      min-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="5"],
    #pns-privacy [layout-xl="column"] > [flex-xl="5"] {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="5"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="5"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="10"],
    #pns-privacy [layout-xl="row"] > [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="10"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="10"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 10%;
      max-width: 10%;
      min-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="10"],
    #pns-privacy [layout-xl="column"] > [flex-xl="10"] {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="10"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="10"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="15"],
    #pns-privacy [layout-xl="row"] > [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="15"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="15"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 15%;
      max-width: 15%;
      min-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="15"],
    #pns-privacy [layout-xl="column"] > [flex-xl="15"] {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="15"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="15"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="20"],
    #pns-privacy [layout-xl="row"] > [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="20"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="20"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 20%;
      max-width: 20%;
      min-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="20"],
    #pns-privacy [layout-xl="column"] > [flex-xl="20"] {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="20"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="20"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="25"],
    #pns-privacy [layout-xl="row"] > [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="25"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="25"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 25%;
      max-width: 25%;
      min-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="25"],
    #pns-privacy [layout-xl="column"] > [flex-xl="25"] {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="25"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="25"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="30"],
    #pns-privacy [layout-xl="row"] > [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="30"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="30"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 30%;
      max-width: 30%;
      min-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="30"],
    #pns-privacy [layout-xl="column"] > [flex-xl="30"] {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="30"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="30"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="35"],
    #pns-privacy [layout-xl="row"] > [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="35"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="35"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 35%;
      max-width: 35%;
      min-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="35"],
    #pns-privacy [layout-xl="column"] > [flex-xl="35"] {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="35"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="35"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="40"],
    #pns-privacy [layout-xl="row"] > [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="40"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="40"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 40%;
      max-width: 40%;
      min-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="40"],
    #pns-privacy [layout-xl="column"] > [flex-xl="40"] {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="40"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="40"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="45"],
    #pns-privacy [layout-xl="row"] > [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="45"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="45"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 45%;
      max-width: 45%;
      min-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="45"],
    #pns-privacy [layout-xl="column"] > [flex-xl="45"] {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="45"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="45"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="50"],
    #pns-privacy [layout-xl="row"] > [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="50"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="50"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 50%;
      max-width: 50%;
      min-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="50"],
    #pns-privacy [layout-xl="column"] > [flex-xl="50"] {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="50"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="50"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="55"],
    #pns-privacy [layout-xl="row"] > [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="55"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="55"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 55%;
      max-width: 55%;
      min-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="55"],
    #pns-privacy [layout-xl="column"] > [flex-xl="55"] {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="55"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="55"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="60"],
    #pns-privacy [layout-xl="row"] > [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="60"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="60"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 60%;
      max-width: 60%;
      min-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="60"],
    #pns-privacy [layout-xl="column"] > [flex-xl="60"] {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="60"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="60"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="65"],
    #pns-privacy [layout-xl="row"] > [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="65"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="65"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 65%;
      max-width: 65%;
      min-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="65"],
    #pns-privacy [layout-xl="column"] > [flex-xl="65"] {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="65"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="65"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="70"],
    #pns-privacy [layout-xl="row"] > [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="70"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="70"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 70%;
      max-width: 70%;
      min-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="70"],
    #pns-privacy [layout-xl="column"] > [flex-xl="70"] {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="70"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="70"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="75"],
    #pns-privacy [layout-xl="row"] > [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="75"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="75"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 75%;
      max-width: 75%;
      min-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="75"],
    #pns-privacy [layout-xl="column"] > [flex-xl="75"] {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="75"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="75"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="80"],
    #pns-privacy [layout-xl="row"] > [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="80"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="80"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 80%;
      max-width: 80%;
      min-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="80"],
    #pns-privacy [layout-xl="column"] > [flex-xl="80"] {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="80"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="80"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="85"],
    #pns-privacy [layout-xl="row"] > [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="85"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="85"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 85%;
      max-width: 85%;
      min-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="85"],
    #pns-privacy [layout-xl="column"] > [flex-xl="85"] {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="85"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="85"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="90"],
    #pns-privacy [layout-xl="row"] > [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="90"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="90"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="90"],
    #pns-privacy [layout-xl="column"] > [flex-xl="90"] {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="90"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="90"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="95"],
    #pns-privacy [layout-xl="row"] > [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="95"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="95"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 95%;
      max-width: 95%;
      min-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="95"],
    #pns-privacy [layout-xl="column"] > [flex-xl="95"] {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="95"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="95"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="100"],
    #pns-privacy [layout-xl="row"] > [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row-reverse"] > [flex-xl="100"],
    #pns-privacy [layout-xl="row-reverse"] > [flex-xl="100"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="100"],
    #pns-privacy [layout-xl="column"] > [flex-xl="100"] {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="column-reverse"] > [flex-xl="100"],
    #pns-privacy [layout-xl="column-reverse"] > [flex-xl="100"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="33"], #pns-privacy [layout="row"] > [flex-xl="33"], #pns-privacy [layout-xl="row"] > [flex-xl="33"], #pns-privacy [layout-xl="row"] > [flex-xl="33"] {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > [flex-xl="66"], #pns-privacy [layout="row"] > [flex-xl="66"], #pns-privacy [layout-xl="row"] > [flex-xl="66"], #pns-privacy [layout-xl="row"] > [flex-xl="66"] {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy [layout="row"] > .flex, #pns-privacy [layout-xl="row"] > .flex {
      min-width: 0; }
    #pns-privacy [layout="column"] > [flex-xl="33"], #pns-privacy [layout="column"] > [flex-xl="33"], #pns-privacy [layout-xl="column"] > [flex-xl="33"], #pns-privacy [layout-xl="column"] > [flex-xl="33"] {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > [flex-xl="66"], #pns-privacy [layout="column"] > [flex-xl="66"], #pns-privacy [layout-xl="column"] > [flex-xl="66"], #pns-privacy [layout-xl="column"] > [flex-xl="66"] {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy [layout="column"] > .flex, #pns-privacy [layout-xl="column"] > .flex {
      min-height: 0; }
    #pns-privacy [layout-xl], #pns-privacy [layout-xl="column"], #pns-privacy [layout-xl="row"] {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy [layout-xl="column"] {
      flex-direction: column; }
    #pns-privacy [layout-xl="column-reverse"] {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    #pns-privacy [layout-xl="row"] {
      flex-direction: row; }
    #pns-privacy [layout-xl="row-reverse"] {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
    #pns-privacy [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), #pns-privacy [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
      display: none !important; }
    #pns-privacy [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
      display: none !important; } }

@-moz-document url-prefix() {
  #pns-privacy .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }
  #pns-privacy .flex-order {
    order: 0; }
  #pns-privacy .flex-order--20 {
    order: -20; }
  #pns-privacy .flex-order--19 {
    order: -19; }
  #pns-privacy .flex-order--18 {
    order: -18; }
  #pns-privacy .flex-order--17 {
    order: -17; }
  #pns-privacy .flex-order--16 {
    order: -16; }
  #pns-privacy .flex-order--15 {
    order: -15; }
  #pns-privacy .flex-order--14 {
    order: -14; }
  #pns-privacy .flex-order--13 {
    order: -13; }
  #pns-privacy .flex-order--12 {
    order: -12; }
  #pns-privacy .flex-order--11 {
    order: -11; }
  #pns-privacy .flex-order--10 {
    order: -10; }
  #pns-privacy .flex-order--9 {
    order: -9; }
  #pns-privacy .flex-order--8 {
    order: -8; }
  #pns-privacy .flex-order--7 {
    order: -7; }
  #pns-privacy .flex-order--6 {
    order: -6; }
  #pns-privacy .flex-order--5 {
    order: -5; }
  #pns-privacy .flex-order--4 {
    order: -4; }
  #pns-privacy .flex-order--3 {
    order: -3; }
  #pns-privacy .flex-order--2 {
    order: -2; }
  #pns-privacy .flex-order--1 {
    order: -1; }
  #pns-privacy .flex-order-0 {
    order: 0; }
  #pns-privacy .flex-order-1 {
    order: 1; }
  #pns-privacy .flex-order-2 {
    order: 2; }
  #pns-privacy .flex-order-3 {
    order: 3; }
  #pns-privacy .flex-order-4 {
    order: 4; }
  #pns-privacy .flex-order-5 {
    order: 5; }
  #pns-privacy .flex-order-6 {
    order: 6; }
  #pns-privacy .flex-order-7 {
    order: 7; }
  #pns-privacy .flex-order-8 {
    order: 8; }
  #pns-privacy .flex-order-9 {
    order: 9; }
  #pns-privacy .flex-order-10 {
    order: 10; }
  #pns-privacy .flex-order-11 {
    order: 11; }
  #pns-privacy .flex-order-12 {
    order: 12; }
  #pns-privacy .flex-order-13 {
    order: 13; }
  #pns-privacy .flex-order-14 {
    order: 14; }
  #pns-privacy .flex-order-15 {
    order: 15; }
  #pns-privacy .flex-order-16 {
    order: 16; }
  #pns-privacy .flex-order-17 {
    order: 17; }
  #pns-privacy .flex-order-18 {
    order: 18; }
  #pns-privacy .flex-order-19 {
    order: 19; }
  #pns-privacy .flex-order-20 {
    order: 20; }
  #pns-privacy .offset-0, #pns-privacy .flex-offset-0 {
    margin-left: 0%; }
  #pns-privacy .offset-5, #pns-privacy .flex-offset-5 {
    margin-left: 5%; }
  #pns-privacy .offset-10, #pns-privacy .flex-offset-10 {
    margin-left: 10%; }
  #pns-privacy .offset-15, #pns-privacy .flex-offset-15 {
    margin-left: 15%; }
  #pns-privacy .offset-20, #pns-privacy .flex-offset-20 {
    margin-left: 20%; }
  #pns-privacy .offset-25, #pns-privacy .flex-offset-25 {
    margin-left: 25%; }
  #pns-privacy .offset-30, #pns-privacy .flex-offset-30 {
    margin-left: 30%; }
  #pns-privacy .offset-35, #pns-privacy .flex-offset-35 {
    margin-left: 35%; }
  #pns-privacy .offset-40, #pns-privacy .flex-offset-40 {
    margin-left: 40%; }
  #pns-privacy .offset-45, #pns-privacy .flex-offset-45 {
    margin-left: 45%; }
  #pns-privacy .offset-50, #pns-privacy .flex-offset-50 {
    margin-left: 50%; }
  #pns-privacy .offset-55, #pns-privacy .flex-offset-55 {
    margin-left: 55%; }
  #pns-privacy .offset-60, #pns-privacy .flex-offset-60 {
    margin-left: 60%; }
  #pns-privacy .offset-65, #pns-privacy .flex-offset-65 {
    margin-left: 65%; }
  #pns-privacy .offset-70, #pns-privacy .flex-offset-70 {
    margin-left: 70%; }
  #pns-privacy .offset-75, #pns-privacy .flex-offset-75 {
    margin-left: 75%; }
  #pns-privacy .offset-80, #pns-privacy .flex-offset-80 {
    margin-left: 80%; }
  #pns-privacy .offset-85, #pns-privacy .flex-offset-85 {
    margin-left: 85%; }
  #pns-privacy .offset-90, #pns-privacy .flex-offset-90 {
    margin-left: 90%; }
  #pns-privacy .offset-95, #pns-privacy .flex-offset-95 {
    margin-left: 95%; }
  #pns-privacy .offset-33, #pns-privacy .flex-offset-33 {
    margin-left: calc(100% / 3); }
  #pns-privacy .offset-66, #pns-privacy .flex-offset-66 {
    margin-left: calc(200% / 3); }
  #pns-privacy .layout-align {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  #pns-privacy .layout-align-start,
  #pns-privacy .layout-align-start-start,
  #pns-privacy .layout-align-start-center,
  #pns-privacy .layout-align-start-end,
  #pns-privacy .layout-align-start-stretch {
    justify-content: flex-start; }
  #pns-privacy .layout-align-center,
  #pns-privacy .layout-align-center-start,
  #pns-privacy .layout-align-center-center,
  #pns-privacy .layout-align-center-end,
  #pns-privacy .layout-align-center-stretch {
    justify-content: center; }
  #pns-privacy .layout-align-end,
  #pns-privacy .layout-align-end-start,
  #pns-privacy .layout-align-end-center,
  #pns-privacy .layout-align-end-end,
  #pns-privacy .layout-align-end-stretch {
    justify-content: flex-end; }
  #pns-privacy .layout-align-space-around,
  #pns-privacy .layout-align-space-around-center,
  #pns-privacy .layout-align-space-around-start,
  #pns-privacy .layout-align-space-around-end,
  #pns-privacy .layout-align-space-around-stretch {
    justify-content: space-around; }
  #pns-privacy .layout-align-space-between,
  #pns-privacy .layout-align-space-between-center,
  #pns-privacy .layout-align-space-between-start,
  #pns-privacy .layout-align-space-between-end,
  #pns-privacy .layout-align-space-between-stretch {
    justify-content: space-between; }
  #pns-privacy .layout-align-start-start,
  #pns-privacy .layout-align-center-start,
  #pns-privacy .layout-align-end-start,
  #pns-privacy .layout-align-space-between-start,
  #pns-privacy .layout-align-space-around-start {
    align-items: flex-start;
    align-content: flex-start; }
  #pns-privacy .layout-align-start-center,
  #pns-privacy .layout-align-center-center,
  #pns-privacy .layout-align-end-center,
  #pns-privacy .layout-align-space-between-center,
  #pns-privacy .layout-align-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%; }
  #pns-privacy .layout-align-start-center > *,
  #pns-privacy .layout-align-center-center > *,
  #pns-privacy .layout-align-end-center > *,
  #pns-privacy .layout-align-space-between-center > *,
  #pns-privacy .layout-align-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-align-start-end,
  #pns-privacy .layout-align-center-end,
  #pns-privacy .layout-align-end-end,
  #pns-privacy .layout-align-space-between-end,
  #pns-privacy .layout-align-space-around-end {
    align-items: flex-end;
    align-content: flex-end; }
  #pns-privacy .layout-align-start-stretch,
  #pns-privacy .layout-align-center-stretch,
  #pns-privacy .layout-align-end-stretch,
  #pns-privacy .layout-align-space-between-stretch,
  #pns-privacy .layout-align-space-around-stretch {
    align-items: stretch;
    align-content: stretch; }
  #pns-privacy .flex {
    flex: 1;
    box-sizing: border-box; }
  @media screen\0 {
    #pns-privacy .flex {
      flex: 1 1 auto; } }
  #pns-privacy .flex-grow {
    flex: 1 1 100%;
    box-sizing: border-box; }
  #pns-privacy .flex-initial {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-auto {
    flex: 1 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-none {
    flex: 0 0 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box; }
  #pns-privacy .flex-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-0,
  #pns-privacy .layout-row > .flex-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  #pns-privacy .layout-column > .flex-0,
  #pns-privacy .layout-column > .flex-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  #pns-privacy .flex-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-5,
  #pns-privacy .layout-row > .flex-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-5,
  #pns-privacy .layout-column > .flex-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  #pns-privacy .flex-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-10,
  #pns-privacy .layout-row > .flex-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-10,
  #pns-privacy .layout-column > .flex-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  #pns-privacy .flex-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-15,
  #pns-privacy .layout-row > .flex-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-15,
  #pns-privacy .layout-column > .flex-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  #pns-privacy .flex-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-20,
  #pns-privacy .layout-row > .flex-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-20,
  #pns-privacy .layout-column > .flex-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  #pns-privacy .flex-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-25,
  #pns-privacy .layout-row > .flex-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-25,
  #pns-privacy .layout-column > .flex-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  #pns-privacy .flex-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-30,
  #pns-privacy .layout-row > .flex-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-30,
  #pns-privacy .layout-column > .flex-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  #pns-privacy .flex-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-35,
  #pns-privacy .layout-row > .flex-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-35,
  #pns-privacy .layout-column > .flex-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  #pns-privacy .flex-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-40,
  #pns-privacy .layout-row > .flex-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-40,
  #pns-privacy .layout-column > .flex-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  #pns-privacy .flex-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-45,
  #pns-privacy .layout-row > .flex-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-45,
  #pns-privacy .layout-column > .flex-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  #pns-privacy .flex-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-50,
  #pns-privacy .layout-row > .flex-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-50,
  #pns-privacy .layout-column > .flex-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  #pns-privacy .flex-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-55,
  #pns-privacy .layout-row > .flex-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-55,
  #pns-privacy .layout-column > .flex-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  #pns-privacy .flex-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-60,
  #pns-privacy .layout-row > .flex-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-60,
  #pns-privacy .layout-column > .flex-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  #pns-privacy .flex-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-65,
  #pns-privacy .layout-row > .flex-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-65,
  #pns-privacy .layout-column > .flex-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  #pns-privacy .flex-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-70,
  #pns-privacy .layout-row > .flex-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-70,
  #pns-privacy .layout-column > .flex-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  #pns-privacy .flex-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-75,
  #pns-privacy .layout-row > .flex-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-75,
  #pns-privacy .layout-column > .flex-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  #pns-privacy .flex-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-80,
  #pns-privacy .layout-row > .flex-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-80,
  #pns-privacy .layout-column > .flex-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  #pns-privacy .flex-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-85,
  #pns-privacy .layout-row > .flex-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-85,
  #pns-privacy .layout-column > .flex-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  #pns-privacy .flex-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-90,
  #pns-privacy .layout-row > .flex-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-90,
  #pns-privacy .layout-column > .flex-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  #pns-privacy .flex-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-95,
  #pns-privacy .layout-row > .flex-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-95,
  #pns-privacy .layout-column > .flex-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  #pns-privacy .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-100,
  #pns-privacy .layout-row > .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-100,
  #pns-privacy .layout-column > .flex-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33, #pns-privacy .layout-row > .flex-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66, #pns-privacy .layout-row > .flex-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  #pns-privacy .layout-row > .flex, #pns-privacy .layout-row > .flex {
    min-width: 0; }
  #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33, #pns-privacy .layout-column > .flex-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66, #pns-privacy .layout-column > .flex-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  #pns-privacy .layout-column > .flex, #pns-privacy .layout-column > .flex {
    min-height: 0; }
  #pns-privacy .layout, #pns-privacy .layout-column, #pns-privacy .layout-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #pns-privacy .layout-column {
    flex-direction: column; }
  #pns-privacy .layout-row {
    flex-direction: row; }
  #pns-privacy .layout-padding-sm > *,
  #pns-privacy .layout-padding > .flex-sm {
    padding: 4px; }
  #pns-privacy .layout-padding,
  #pns-privacy .layout-padding-gt-sm,
  #pns-privacy .layout-padding-md,
  #pns-privacy .layout-padding > *,
  #pns-privacy .layout-padding-gt-sm > *,
  #pns-privacy .layout-padding-md > *,
  #pns-privacy .layout-padding > .flex,
  #pns-privacy .layout-padding > .flex-gt-sm,
  #pns-privacy .layout-padding > .flex-md {
    padding: 8px; }
  #pns-privacy .layout-padding-gt-md > *,
  #pns-privacy .layout-padding-lg > *,
  #pns-privacy .layout-padding-gt-lg > *,
  #pns-privacy .layout-padding > .flex-gt-md,
  #pns-privacy .layout-padding > .flex-lg,
  #pns-privacy .layout-padding > .flex-lg,
  #pns-privacy .layout-padding > .flex-gt-lg {
    padding: 16px; }
  #pns-privacy .layout-margin-sm > *,
  #pns-privacy .layout-margin > .flex-sm {
    margin: 4px; }
  #pns-privacy .layout-margin,
  #pns-privacy .layout-margin-gt-sm,
  #pns-privacy .layout-margin-md,
  #pns-privacy .layout-margin > *,
  #pns-privacy .layout-margin-gt-sm > *,
  #pns-privacy .layout-margin-md > *,
  #pns-privacy .layout-margin > .flex,
  #pns-privacy .layout-margin > .flex-gt-sm,
  #pns-privacy .layout-margin > .flex-md {
    margin: 8px; }
  #pns-privacy .layout-margin-gt-md > *,
  #pns-privacy .layout-margin-lg > *,
  #pns-privacy .layout-margin-gt-lg > *,
  #pns-privacy .layout-margin > .flex-gt-md,
  #pns-privacy .layout-margin > .flex-lg,
  #pns-privacy .layout-margin > .flex-gt-lg {
    margin: 16px; }
  #pns-privacy .layout-wrap {
    flex-wrap: wrap; }
  #pns-privacy .layout-nowrap {
    flex-wrap: nowrap; }
  #pns-privacy .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; }
  @media (max-width: 659px) {
    #pns-privacy .hide-xs:not(.show-xs):not(.show), #pns-privacy .hide:not(.show-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-xs--20 {
      order: -20; }
    #pns-privacy .flex-order-xs--19 {
      order: -19; }
    #pns-privacy .flex-order-xs--18 {
      order: -18; }
    #pns-privacy .flex-order-xs--17 {
      order: -17; }
    #pns-privacy .flex-order-xs--16 {
      order: -16; }
    #pns-privacy .flex-order-xs--15 {
      order: -15; }
    #pns-privacy .flex-order-xs--14 {
      order: -14; }
    #pns-privacy .flex-order-xs--13 {
      order: -13; }
    #pns-privacy .flex-order-xs--12 {
      order: -12; }
    #pns-privacy .flex-order-xs--11 {
      order: -11; }
    #pns-privacy .flex-order-xs--10 {
      order: -10; }
    #pns-privacy .flex-order-xs--9 {
      order: -9; }
    #pns-privacy .flex-order-xs--8 {
      order: -8; }
    #pns-privacy .flex-order-xs--7 {
      order: -7; }
    #pns-privacy .flex-order-xs--6 {
      order: -6; }
    #pns-privacy .flex-order-xs--5 {
      order: -5; }
    #pns-privacy .flex-order-xs--4 {
      order: -4; }
    #pns-privacy .flex-order-xs--3 {
      order: -3; }
    #pns-privacy .flex-order-xs--2 {
      order: -2; }
    #pns-privacy .flex-order-xs--1 {
      order: -1; }
    #pns-privacy .flex-order-xs-0 {
      order: 0; }
    #pns-privacy .flex-order-xs-1 {
      order: 1; }
    #pns-privacy .flex-order-xs-2 {
      order: 2; }
    #pns-privacy .flex-order-xs-3 {
      order: 3; }
    #pns-privacy .flex-order-xs-4 {
      order: 4; }
    #pns-privacy .flex-order-xs-5 {
      order: 5; }
    #pns-privacy .flex-order-xs-6 {
      order: 6; }
    #pns-privacy .flex-order-xs-7 {
      order: 7; }
    #pns-privacy .flex-order-xs-8 {
      order: 8; }
    #pns-privacy .flex-order-xs-9 {
      order: 9; }
    #pns-privacy .flex-order-xs-10 {
      order: 10; }
    #pns-privacy .flex-order-xs-11 {
      order: 11; }
    #pns-privacy .flex-order-xs-12 {
      order: 12; }
    #pns-privacy .flex-order-xs-13 {
      order: 13; }
    #pns-privacy .flex-order-xs-14 {
      order: 14; }
    #pns-privacy .flex-order-xs-15 {
      order: 15; }
    #pns-privacy .flex-order-xs-16 {
      order: 16; }
    #pns-privacy .flex-order-xs-17 {
      order: 17; }
    #pns-privacy .flex-order-xs-18 {
      order: 18; }
    #pns-privacy .flex-order-xs-19 {
      order: 19; }
    #pns-privacy .flex-order-xs-20 {
      order: 20; }
    #pns-privacy .offset-xs-0, #pns-privacy .flex-offset-xs-0 {
      margin-left: 0%; }
    #pns-privacy .offset-xs-5, #pns-privacy .flex-offset-xs-5 {
      margin-left: 5%; }
    #pns-privacy .offset-xs-10, #pns-privacy .flex-offset-xs-10 {
      margin-left: 10%; }
    #pns-privacy .offset-xs-15, #pns-privacy .flex-offset-xs-15 {
      margin-left: 15%; }
    #pns-privacy .offset-xs-20, #pns-privacy .flex-offset-xs-20 {
      margin-left: 20%; }
    #pns-privacy .offset-xs-25, #pns-privacy .flex-offset-xs-25 {
      margin-left: 25%; }
    #pns-privacy .offset-xs-30, #pns-privacy .flex-offset-xs-30 {
      margin-left: 30%; }
    #pns-privacy .offset-xs-35, #pns-privacy .flex-offset-xs-35 {
      margin-left: 35%; }
    #pns-privacy .offset-xs-40, #pns-privacy .flex-offset-xs-40 {
      margin-left: 40%; }
    #pns-privacy .offset-xs-45, #pns-privacy .flex-offset-xs-45 {
      margin-left: 45%; }
    #pns-privacy .offset-xs-50, #pns-privacy .flex-offset-xs-50 {
      margin-left: 50%; }
    #pns-privacy .offset-xs-55, #pns-privacy .flex-offset-xs-55 {
      margin-left: 55%; }
    #pns-privacy .offset-xs-60, #pns-privacy .flex-offset-xs-60 {
      margin-left: 60%; }
    #pns-privacy .offset-xs-65, #pns-privacy .flex-offset-xs-65 {
      margin-left: 65%; }
    #pns-privacy .offset-xs-70, #pns-privacy .flex-offset-xs-70 {
      margin-left: 70%; }
    #pns-privacy .offset-xs-75, #pns-privacy .flex-offset-xs-75 {
      margin-left: 75%; }
    #pns-privacy .offset-xs-80, #pns-privacy .flex-offset-xs-80 {
      margin-left: 80%; }
    #pns-privacy .offset-xs-85, #pns-privacy .flex-offset-xs-85 {
      margin-left: 85%; }
    #pns-privacy .offset-xs-90, #pns-privacy .flex-offset-xs-90 {
      margin-left: 90%; }
    #pns-privacy .offset-xs-95, #pns-privacy .flex-offset-xs-95 {
      margin-left: 95%; }
    #pns-privacy .offset-xs-33, #pns-privacy .flex-offset-xs-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-xs-66, #pns-privacy .flex-offset-xs-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-xs {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-xs-start,
    #pns-privacy .layout-align-xs-start-start,
    #pns-privacy .layout-align-xs-start-center,
    #pns-privacy .layout-align-xs-start-end,
    #pns-privacy .layout-align-xs-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-xs-center,
    #pns-privacy .layout-align-xs-center-start,
    #pns-privacy .layout-align-xs-center-center,
    #pns-privacy .layout-align-xs-center-end,
    #pns-privacy .layout-align-xs-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-xs-end,
    #pns-privacy .layout-align-xs-end-start,
    #pns-privacy .layout-align-xs-end-center,
    #pns-privacy .layout-align-xs-end-end,
    #pns-privacy .layout-align-xs-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-xs-space-around,
    #pns-privacy .layout-align-xs-space-around-center,
    #pns-privacy .layout-align-xs-space-around-start,
    #pns-privacy .layout-align-xs-space-around-end,
    #pns-privacy .layout-align-xs-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-xs-space-between,
    #pns-privacy .layout-align-xs-space-between-center,
    #pns-privacy .layout-align-xs-space-between-start,
    #pns-privacy .layout-align-xs-space-between-end,
    #pns-privacy .layout-align-xs-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-xs-start-start,
    #pns-privacy .layout-align-xs-center-start,
    #pns-privacy .layout-align-xs-end-start,
    #pns-privacy .layout-align-xs-space-between-start,
    #pns-privacy .layout-align-xs-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-xs-start-center,
    #pns-privacy .layout-align-xs-center-center,
    #pns-privacy .layout-align-xs-end-center,
    #pns-privacy .layout-align-xs-space-between-center,
    #pns-privacy .layout-align-xs-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-xs-start-center > *,
    #pns-privacy .layout-align-xs-center-center > *,
    #pns-privacy .layout-align-xs-end-center > *,
    #pns-privacy .layout-align-xs-space-between-center > *,
    #pns-privacy .layout-align-xs-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-xs-start-end,
    #pns-privacy .layout-align-xs-center-end,
    #pns-privacy .layout-align-xs-end-end,
    #pns-privacy .layout-align-xs-space-between-end,
    #pns-privacy .layout-align-xs-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-xs-start-stretch,
    #pns-privacy .layout-align-xs-center-stretch,
    #pns-privacy .layout-align-xs-end-stretch,
    #pns-privacy .layout-align-xs-space-between-stretch,
    #pns-privacy .layout-align-xs-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-xs {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (max-width: 659px) {
  #pns-privacy .flex-xs {
    flex: 1 1 auto; } }
  @media (max-width: 659px) {
    #pns-privacy .flex-xs-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-0,
    #pns-privacy .layout-xs-row > .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xs-0,
    #pns-privacy .layout-xs-column > .flex-xs-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-5,
    #pns-privacy .layout-xs-row > .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-5,
    #pns-privacy .layout-xs-column > .flex-xs-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-10,
    #pns-privacy .layout-xs-row > .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-10,
    #pns-privacy .layout-xs-column > .flex-xs-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-15,
    #pns-privacy .layout-xs-row > .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-15,
    #pns-privacy .layout-xs-column > .flex-xs-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-20,
    #pns-privacy .layout-xs-row > .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-20,
    #pns-privacy .layout-xs-column > .flex-xs-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-25,
    #pns-privacy .layout-xs-row > .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-25,
    #pns-privacy .layout-xs-column > .flex-xs-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-30,
    #pns-privacy .layout-xs-row > .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-30,
    #pns-privacy .layout-xs-column > .flex-xs-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-35,
    #pns-privacy .layout-xs-row > .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-35,
    #pns-privacy .layout-xs-column > .flex-xs-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-40,
    #pns-privacy .layout-xs-row > .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-40,
    #pns-privacy .layout-xs-column > .flex-xs-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-45,
    #pns-privacy .layout-xs-row > .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-45,
    #pns-privacy .layout-xs-column > .flex-xs-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-50,
    #pns-privacy .layout-xs-row > .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-50,
    #pns-privacy .layout-xs-column > .flex-xs-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-55,
    #pns-privacy .layout-xs-row > .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-55,
    #pns-privacy .layout-xs-column > .flex-xs-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-60,
    #pns-privacy .layout-xs-row > .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-60,
    #pns-privacy .layout-xs-column > .flex-xs-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-65,
    #pns-privacy .layout-xs-row > .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-65,
    #pns-privacy .layout-xs-column > .flex-xs-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-70,
    #pns-privacy .layout-xs-row > .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-70,
    #pns-privacy .layout-xs-column > .flex-xs-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-75,
    #pns-privacy .layout-xs-row > .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-75,
    #pns-privacy .layout-xs-column > .flex-xs-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-80,
    #pns-privacy .layout-xs-row > .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-80,
    #pns-privacy .layout-xs-column > .flex-xs-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-85,
    #pns-privacy .layout-xs-row > .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-85,
    #pns-privacy .layout-xs-column > .flex-xs-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-90,
    #pns-privacy .layout-xs-row > .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-90,
    #pns-privacy .layout-xs-column > .flex-xs-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-95,
    #pns-privacy .layout-xs-row > .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-95,
    #pns-privacy .layout-xs-column > .flex-xs-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-100,
    #pns-privacy .layout-xs-row > .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-100,
    #pns-privacy .layout-xs-column > .flex-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-33, #pns-privacy .layout-row > .flex-xs-33, #pns-privacy .layout-xs-row > .flex-xs-33, #pns-privacy .layout-xs-row > .flex-xs-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xs-66, #pns-privacy .layout-row > .flex-xs-66, #pns-privacy .layout-xs-row > .flex-xs-66, #pns-privacy .layout-xs-row > .flex-xs-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-xs-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xs-33, #pns-privacy .layout-column > .flex-xs-33, #pns-privacy .layout-xs-column > .flex-xs-33, #pns-privacy .layout-xs-column > .flex-xs-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xs-66, #pns-privacy .layout-column > .flex-xs-66, #pns-privacy .layout-xs-column > .flex-xs-66, #pns-privacy .layout-xs-column > .flex-xs-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-xs-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-xs, #pns-privacy .layout-xs-column, #pns-privacy .layout-xs-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-xs-column {
      flex-direction: column; }
    #pns-privacy .layout-xs-row {
      flex-direction: row; } }
  @media (min-width: 660px) {
    #pns-privacy .flex-order-gt-xs--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-xs--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-xs--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-xs--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-xs--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-xs--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-xs--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-xs--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-xs--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-xs--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-xs--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-xs--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-xs--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-xs--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-xs--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-xs--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-xs--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-xs--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-xs--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-xs--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-xs-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-xs-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-xs-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-xs-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-xs-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-xs-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-xs-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-xs-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-xs-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-xs-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-xs-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-xs-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-xs-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-xs-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-xs-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-xs-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-xs-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-xs-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-xs-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-xs-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-xs-20 {
      order: 20; }
    #pns-privacy .offset-gt-xs-0, #pns-privacy .flex-offset-gt-xs-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-xs-5, #pns-privacy .flex-offset-gt-xs-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-xs-10, #pns-privacy .flex-offset-gt-xs-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-xs-15, #pns-privacy .flex-offset-gt-xs-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-xs-20, #pns-privacy .flex-offset-gt-xs-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-xs-25, #pns-privacy .flex-offset-gt-xs-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-xs-30, #pns-privacy .flex-offset-gt-xs-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-xs-35, #pns-privacy .flex-offset-gt-xs-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-xs-40, #pns-privacy .flex-offset-gt-xs-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-xs-45, #pns-privacy .flex-offset-gt-xs-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-xs-50, #pns-privacy .flex-offset-gt-xs-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-xs-55, #pns-privacy .flex-offset-gt-xs-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-xs-60, #pns-privacy .flex-offset-gt-xs-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-xs-65, #pns-privacy .flex-offset-gt-xs-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-xs-70, #pns-privacy .flex-offset-gt-xs-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-xs-75, #pns-privacy .flex-offset-gt-xs-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-xs-80, #pns-privacy .flex-offset-gt-xs-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-xs-85, #pns-privacy .flex-offset-gt-xs-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-xs-90, #pns-privacy .flex-offset-gt-xs-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-xs-95, #pns-privacy .flex-offset-gt-xs-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-xs-33, #pns-privacy .flex-offset-gt-xs-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-xs-66, #pns-privacy .flex-offset-gt-xs-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-xs {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-xs-start,
    #pns-privacy .layout-align-gt-xs-start-start,
    #pns-privacy .layout-align-gt-xs-start-center,
    #pns-privacy .layout-align-gt-xs-start-end,
    #pns-privacy .layout-align-gt-xs-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-xs-center,
    #pns-privacy .layout-align-gt-xs-center-start,
    #pns-privacy .layout-align-gt-xs-center-center,
    #pns-privacy .layout-align-gt-xs-center-end,
    #pns-privacy .layout-align-gt-xs-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-xs-end,
    #pns-privacy .layout-align-gt-xs-end-start,
    #pns-privacy .layout-align-gt-xs-end-center,
    #pns-privacy .layout-align-gt-xs-end-end,
    #pns-privacy .layout-align-gt-xs-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-xs-space-around,
    #pns-privacy .layout-align-gt-xs-space-around-center,
    #pns-privacy .layout-align-gt-xs-space-around-start,
    #pns-privacy .layout-align-gt-xs-space-around-end,
    #pns-privacy .layout-align-gt-xs-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-xs-space-between,
    #pns-privacy .layout-align-gt-xs-space-between-center,
    #pns-privacy .layout-align-gt-xs-space-between-start,
    #pns-privacy .layout-align-gt-xs-space-between-end,
    #pns-privacy .layout-align-gt-xs-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-xs-start-start,
    #pns-privacy .layout-align-gt-xs-center-start,
    #pns-privacy .layout-align-gt-xs-end-start,
    #pns-privacy .layout-align-gt-xs-space-between-start,
    #pns-privacy .layout-align-gt-xs-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-xs-start-center,
    #pns-privacy .layout-align-gt-xs-center-center,
    #pns-privacy .layout-align-gt-xs-end-center,
    #pns-privacy .layout-align-gt-xs-space-between-center,
    #pns-privacy .layout-align-gt-xs-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-xs-start-center > *,
    #pns-privacy .layout-align-gt-xs-center-center > *,
    #pns-privacy .layout-align-gt-xs-end-center > *,
    #pns-privacy .layout-align-gt-xs-space-between-center > *,
    #pns-privacy .layout-align-gt-xs-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-xs-start-end,
    #pns-privacy .layout-align-gt-xs-center-end,
    #pns-privacy .layout-align-gt-xs-end-end,
    #pns-privacy .layout-align-gt-xs-space-between-end,
    #pns-privacy .layout-align-gt-xs-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-xs-start-stretch,
    #pns-privacy .layout-align-gt-xs-center-stretch,
    #pns-privacy .layout-align-gt-xs-end-stretch,
    #pns-privacy .layout-align-gt-xs-space-between-stretch,
    #pns-privacy .layout-align-gt-xs-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-xs {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) {
  #pns-privacy .flex-gt-xs {
    flex: 1 1 auto; } }
  @media (min-width: 660px) {
    #pns-privacy .flex-gt-xs-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-0,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-xs-0,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-5,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-5,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-10,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-10,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-15,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-15,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-20,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-20,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-25,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-25,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-30,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-30,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-35,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-35,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-40,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-40,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-45,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-45,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-50,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-50,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-55,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-55,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-60,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-60,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-65,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-65,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-70,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-70,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-75,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-75,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-80,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-80,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-85,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-85,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-90,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-90,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-95,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-95,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-100,
    #pns-privacy .layout-gt-xs-row > .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-100,
    #pns-privacy .layout-gt-xs-column > .flex-gt-xs-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-33, #pns-privacy .layout-row > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-xs-66, #pns-privacy .layout-row > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-row > .flex-gt-xs-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-xs-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-xs-33, #pns-privacy .layout-column > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-33, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-xs-66, #pns-privacy .layout-column > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-66, #pns-privacy .layout-gt-xs-column > .flex-gt-xs-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-xs-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-xs, #pns-privacy .layout-gt-xs-column, #pns-privacy .layout-gt-xs-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-xs-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-xs-row {
      flex-direction: row; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-sm):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
      display: none !important; }
    #pns-privacy .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-sm--20 {
      order: -20; }
    #pns-privacy .flex-order-sm--19 {
      order: -19; }
    #pns-privacy .flex-order-sm--18 {
      order: -18; }
    #pns-privacy .flex-order-sm--17 {
      order: -17; }
    #pns-privacy .flex-order-sm--16 {
      order: -16; }
    #pns-privacy .flex-order-sm--15 {
      order: -15; }
    #pns-privacy .flex-order-sm--14 {
      order: -14; }
    #pns-privacy .flex-order-sm--13 {
      order: -13; }
    #pns-privacy .flex-order-sm--12 {
      order: -12; }
    #pns-privacy .flex-order-sm--11 {
      order: -11; }
    #pns-privacy .flex-order-sm--10 {
      order: -10; }
    #pns-privacy .flex-order-sm--9 {
      order: -9; }
    #pns-privacy .flex-order-sm--8 {
      order: -8; }
    #pns-privacy .flex-order-sm--7 {
      order: -7; }
    #pns-privacy .flex-order-sm--6 {
      order: -6; }
    #pns-privacy .flex-order-sm--5 {
      order: -5; }
    #pns-privacy .flex-order-sm--4 {
      order: -4; }
    #pns-privacy .flex-order-sm--3 {
      order: -3; }
    #pns-privacy .flex-order-sm--2 {
      order: -2; }
    #pns-privacy .flex-order-sm--1 {
      order: -1; }
    #pns-privacy .flex-order-sm-0 {
      order: 0; }
    #pns-privacy .flex-order-sm-1 {
      order: 1; }
    #pns-privacy .flex-order-sm-2 {
      order: 2; }
    #pns-privacy .flex-order-sm-3 {
      order: 3; }
    #pns-privacy .flex-order-sm-4 {
      order: 4; }
    #pns-privacy .flex-order-sm-5 {
      order: 5; }
    #pns-privacy .flex-order-sm-6 {
      order: 6; }
    #pns-privacy .flex-order-sm-7 {
      order: 7; }
    #pns-privacy .flex-order-sm-8 {
      order: 8; }
    #pns-privacy .flex-order-sm-9 {
      order: 9; }
    #pns-privacy .flex-order-sm-10 {
      order: 10; }
    #pns-privacy .flex-order-sm-11 {
      order: 11; }
    #pns-privacy .flex-order-sm-12 {
      order: 12; }
    #pns-privacy .flex-order-sm-13 {
      order: 13; }
    #pns-privacy .flex-order-sm-14 {
      order: 14; }
    #pns-privacy .flex-order-sm-15 {
      order: 15; }
    #pns-privacy .flex-order-sm-16 {
      order: 16; }
    #pns-privacy .flex-order-sm-17 {
      order: 17; }
    #pns-privacy .flex-order-sm-18 {
      order: 18; }
    #pns-privacy .flex-order-sm-19 {
      order: 19; }
    #pns-privacy .flex-order-sm-20 {
      order: 20; }
    #pns-privacy .offset-sm-0, #pns-privacy .flex-offset-sm-0 {
      margin-left: 0%; }
    #pns-privacy .offset-sm-5, #pns-privacy .flex-offset-sm-5 {
      margin-left: 5%; }
    #pns-privacy .offset-sm-10, #pns-privacy .flex-offset-sm-10 {
      margin-left: 10%; }
    #pns-privacy .offset-sm-15, #pns-privacy .flex-offset-sm-15 {
      margin-left: 15%; }
    #pns-privacy .offset-sm-20, #pns-privacy .flex-offset-sm-20 {
      margin-left: 20%; }
    #pns-privacy .offset-sm-25, #pns-privacy .flex-offset-sm-25 {
      margin-left: 25%; }
    #pns-privacy .offset-sm-30, #pns-privacy .flex-offset-sm-30 {
      margin-left: 30%; }
    #pns-privacy .offset-sm-35, #pns-privacy .flex-offset-sm-35 {
      margin-left: 35%; }
    #pns-privacy .offset-sm-40, #pns-privacy .flex-offset-sm-40 {
      margin-left: 40%; }
    #pns-privacy .offset-sm-45, #pns-privacy .flex-offset-sm-45 {
      margin-left: 45%; }
    #pns-privacy .offset-sm-50, #pns-privacy .flex-offset-sm-50 {
      margin-left: 50%; }
    #pns-privacy .offset-sm-55, #pns-privacy .flex-offset-sm-55 {
      margin-left: 55%; }
    #pns-privacy .offset-sm-60, #pns-privacy .flex-offset-sm-60 {
      margin-left: 60%; }
    #pns-privacy .offset-sm-65, #pns-privacy .flex-offset-sm-65 {
      margin-left: 65%; }
    #pns-privacy .offset-sm-70, #pns-privacy .flex-offset-sm-70 {
      margin-left: 70%; }
    #pns-privacy .offset-sm-75, #pns-privacy .flex-offset-sm-75 {
      margin-left: 75%; }
    #pns-privacy .offset-sm-80, #pns-privacy .flex-offset-sm-80 {
      margin-left: 80%; }
    #pns-privacy .offset-sm-85, #pns-privacy .flex-offset-sm-85 {
      margin-left: 85%; }
    #pns-privacy .offset-sm-90, #pns-privacy .flex-offset-sm-90 {
      margin-left: 90%; }
    #pns-privacy .offset-sm-95, #pns-privacy .flex-offset-sm-95 {
      margin-left: 95%; }
    #pns-privacy .offset-sm-33, #pns-privacy .flex-offset-sm-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-sm-66, #pns-privacy .flex-offset-sm-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-sm {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-sm-start,
    #pns-privacy .layout-align-sm-start-start,
    #pns-privacy .layout-align-sm-start-center,
    #pns-privacy .layout-align-sm-start-end,
    #pns-privacy .layout-align-sm-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-sm-center,
    #pns-privacy .layout-align-sm-center-start,
    #pns-privacy .layout-align-sm-center-center,
    #pns-privacy .layout-align-sm-center-end,
    #pns-privacy .layout-align-sm-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-sm-end,
    #pns-privacy .layout-align-sm-end-start,
    #pns-privacy .layout-align-sm-end-center,
    #pns-privacy .layout-align-sm-end-end,
    #pns-privacy .layout-align-sm-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-sm-space-around,
    #pns-privacy .layout-align-sm-space-around-center,
    #pns-privacy .layout-align-sm-space-around-start,
    #pns-privacy .layout-align-sm-space-around-end,
    #pns-privacy .layout-align-sm-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-sm-space-between,
    #pns-privacy .layout-align-sm-space-between-center,
    #pns-privacy .layout-align-sm-space-between-start,
    #pns-privacy .layout-align-sm-space-between-end,
    #pns-privacy .layout-align-sm-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-sm-start-start,
    #pns-privacy .layout-align-sm-center-start,
    #pns-privacy .layout-align-sm-end-start,
    #pns-privacy .layout-align-sm-space-between-start,
    #pns-privacy .layout-align-sm-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-sm-start-center,
    #pns-privacy .layout-align-sm-center-center,
    #pns-privacy .layout-align-sm-end-center,
    #pns-privacy .layout-align-sm-space-between-center,
    #pns-privacy .layout-align-sm-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-sm-start-center > *,
    #pns-privacy .layout-align-sm-center-center > *,
    #pns-privacy .layout-align-sm-end-center > *,
    #pns-privacy .layout-align-sm-space-between-center > *,
    #pns-privacy .layout-align-sm-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-sm-start-end,
    #pns-privacy .layout-align-sm-center-end,
    #pns-privacy .layout-align-sm-end-end,
    #pns-privacy .layout-align-sm-space-between-end,
    #pns-privacy .layout-align-sm-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-sm-start-stretch,
    #pns-privacy .layout-align-sm-center-stretch,
    #pns-privacy .layout-align-sm-end-stretch,
    #pns-privacy .layout-align-sm-space-between-stretch,
    #pns-privacy .layout-align-sm-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-sm {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 660px) and (max-width: 989px) {
  #pns-privacy .flex-sm {
    flex: 1 1 auto; } }
  @media (min-width: 660px) and (max-width: 989px) {
    #pns-privacy .flex-sm-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-0,
    #pns-privacy .layout-sm-row > .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-sm-0,
    #pns-privacy .layout-sm-column > .flex-sm-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-5,
    #pns-privacy .layout-sm-row > .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-5,
    #pns-privacy .layout-sm-column > .flex-sm-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-10,
    #pns-privacy .layout-sm-row > .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-10,
    #pns-privacy .layout-sm-column > .flex-sm-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-15,
    #pns-privacy .layout-sm-row > .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-15,
    #pns-privacy .layout-sm-column > .flex-sm-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-20,
    #pns-privacy .layout-sm-row > .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-20,
    #pns-privacy .layout-sm-column > .flex-sm-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-25,
    #pns-privacy .layout-sm-row > .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-25,
    #pns-privacy .layout-sm-column > .flex-sm-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-30,
    #pns-privacy .layout-sm-row > .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-30,
    #pns-privacy .layout-sm-column > .flex-sm-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-35,
    #pns-privacy .layout-sm-row > .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-35,
    #pns-privacy .layout-sm-column > .flex-sm-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-40,
    #pns-privacy .layout-sm-row > .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-40,
    #pns-privacy .layout-sm-column > .flex-sm-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-45,
    #pns-privacy .layout-sm-row > .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-45,
    #pns-privacy .layout-sm-column > .flex-sm-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-50,
    #pns-privacy .layout-sm-row > .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-50,
    #pns-privacy .layout-sm-column > .flex-sm-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-55,
    #pns-privacy .layout-sm-row > .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-55,
    #pns-privacy .layout-sm-column > .flex-sm-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-60,
    #pns-privacy .layout-sm-row > .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-60,
    #pns-privacy .layout-sm-column > .flex-sm-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-65,
    #pns-privacy .layout-sm-row > .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-65,
    #pns-privacy .layout-sm-column > .flex-sm-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-70,
    #pns-privacy .layout-sm-row > .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-70,
    #pns-privacy .layout-sm-column > .flex-sm-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-75,
    #pns-privacy .layout-sm-row > .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-75,
    #pns-privacy .layout-sm-column > .flex-sm-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-80,
    #pns-privacy .layout-sm-row > .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-80,
    #pns-privacy .layout-sm-column > .flex-sm-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-85,
    #pns-privacy .layout-sm-row > .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-85,
    #pns-privacy .layout-sm-column > .flex-sm-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-90,
    #pns-privacy .layout-sm-row > .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-90,
    #pns-privacy .layout-sm-column > .flex-sm-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-95,
    #pns-privacy .layout-sm-row > .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-95,
    #pns-privacy .layout-sm-column > .flex-sm-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-100,
    #pns-privacy .layout-sm-row > .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-100,
    #pns-privacy .layout-sm-column > .flex-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-33, #pns-privacy .layout-row > .flex-sm-33, #pns-privacy .layout-sm-row > .flex-sm-33, #pns-privacy .layout-sm-row > .flex-sm-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-sm-66, #pns-privacy .layout-row > .flex-sm-66, #pns-privacy .layout-sm-row > .flex-sm-66, #pns-privacy .layout-sm-row > .flex-sm-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-sm-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-sm-33, #pns-privacy .layout-column > .flex-sm-33, #pns-privacy .layout-sm-column > .flex-sm-33, #pns-privacy .layout-sm-column > .flex-sm-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-sm-66, #pns-privacy .layout-column > .flex-sm-66, #pns-privacy .layout-sm-column > .flex-sm-66, #pns-privacy .layout-sm-column > .flex-sm-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-sm-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-sm, #pns-privacy .layout-sm-column, #pns-privacy .layout-sm-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-sm-column {
      flex-direction: column; }
    #pns-privacy .layout-sm-row {
      flex-direction: row; } }
  @media (min-width: 990px) {
    #pns-privacy .flex-order-gt-sm--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-sm--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-sm--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-sm--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-sm--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-sm--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-sm--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-sm--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-sm--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-sm--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-sm--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-sm--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-sm--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-sm--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-sm--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-sm--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-sm--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-sm--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-sm--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-sm--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-sm-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-sm-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-sm-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-sm-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-sm-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-sm-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-sm-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-sm-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-sm-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-sm-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-sm-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-sm-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-sm-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-sm-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-sm-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-sm-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-sm-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-sm-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-sm-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-sm-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-sm-20 {
      order: 20; }
    #pns-privacy .offset-gt-sm-0, #pns-privacy .flex-offset-gt-sm-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-sm-5, #pns-privacy .flex-offset-gt-sm-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-sm-10, #pns-privacy .flex-offset-gt-sm-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-sm-15, #pns-privacy .flex-offset-gt-sm-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-sm-20, #pns-privacy .flex-offset-gt-sm-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-sm-25, #pns-privacy .flex-offset-gt-sm-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-sm-30, #pns-privacy .flex-offset-gt-sm-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-sm-35, #pns-privacy .flex-offset-gt-sm-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-sm-40, #pns-privacy .flex-offset-gt-sm-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-sm-45, #pns-privacy .flex-offset-gt-sm-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-sm-50, #pns-privacy .flex-offset-gt-sm-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-sm-55, #pns-privacy .flex-offset-gt-sm-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-sm-60, #pns-privacy .flex-offset-gt-sm-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-sm-65, #pns-privacy .flex-offset-gt-sm-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-sm-70, #pns-privacy .flex-offset-gt-sm-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-sm-75, #pns-privacy .flex-offset-gt-sm-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-sm-80, #pns-privacy .flex-offset-gt-sm-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-sm-85, #pns-privacy .flex-offset-gt-sm-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-sm-90, #pns-privacy .flex-offset-gt-sm-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-sm-95, #pns-privacy .flex-offset-gt-sm-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-sm-33, #pns-privacy .flex-offset-gt-sm-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-sm-66, #pns-privacy .flex-offset-gt-sm-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-sm {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-sm-start,
    #pns-privacy .layout-align-gt-sm-start-start,
    #pns-privacy .layout-align-gt-sm-start-center,
    #pns-privacy .layout-align-gt-sm-start-end,
    #pns-privacy .layout-align-gt-sm-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-sm-center,
    #pns-privacy .layout-align-gt-sm-center-start,
    #pns-privacy .layout-align-gt-sm-center-center,
    #pns-privacy .layout-align-gt-sm-center-end,
    #pns-privacy .layout-align-gt-sm-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-sm-end,
    #pns-privacy .layout-align-gt-sm-end-start,
    #pns-privacy .layout-align-gt-sm-end-center,
    #pns-privacy .layout-align-gt-sm-end-end,
    #pns-privacy .layout-align-gt-sm-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-sm-space-around,
    #pns-privacy .layout-align-gt-sm-space-around-center,
    #pns-privacy .layout-align-gt-sm-space-around-start,
    #pns-privacy .layout-align-gt-sm-space-around-end,
    #pns-privacy .layout-align-gt-sm-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-sm-space-between,
    #pns-privacy .layout-align-gt-sm-space-between-center,
    #pns-privacy .layout-align-gt-sm-space-between-start,
    #pns-privacy .layout-align-gt-sm-space-between-end,
    #pns-privacy .layout-align-gt-sm-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-sm-start-start,
    #pns-privacy .layout-align-gt-sm-center-start,
    #pns-privacy .layout-align-gt-sm-end-start,
    #pns-privacy .layout-align-gt-sm-space-between-start,
    #pns-privacy .layout-align-gt-sm-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-sm-start-center,
    #pns-privacy .layout-align-gt-sm-center-center,
    #pns-privacy .layout-align-gt-sm-end-center,
    #pns-privacy .layout-align-gt-sm-space-between-center,
    #pns-privacy .layout-align-gt-sm-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-sm-start-center > *,
    #pns-privacy .layout-align-gt-sm-center-center > *,
    #pns-privacy .layout-align-gt-sm-end-center > *,
    #pns-privacy .layout-align-gt-sm-space-between-center > *,
    #pns-privacy .layout-align-gt-sm-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-sm-start-end,
    #pns-privacy .layout-align-gt-sm-center-end,
    #pns-privacy .layout-align-gt-sm-end-end,
    #pns-privacy .layout-align-gt-sm-space-between-end,
    #pns-privacy .layout-align-gt-sm-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-sm-start-stretch,
    #pns-privacy .layout-align-gt-sm-center-stretch,
    #pns-privacy .layout-align-gt-sm-end-stretch,
    #pns-privacy .layout-align-gt-sm-space-between-stretch,
    #pns-privacy .layout-align-gt-sm-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-sm {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) {
  #pns-privacy .flex-gt-sm {
    flex: 1 1 auto; } }
  @media (min-width: 990px) {
    #pns-privacy .flex-gt-sm-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-0,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-sm-0,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-5,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-5,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-10,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-10,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-15,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-15,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-20,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-20,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-25,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-25,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-30,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-30,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-35,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-35,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-40,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-40,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-45,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-45,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-50,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-50,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-55,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-55,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-60,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-60,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-65,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-65,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-70,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-70,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-75,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-75,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-80,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-80,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-85,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-85,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-90,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-90,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-95,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-95,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-100,
    #pns-privacy .layout-gt-sm-row > .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-100,
    #pns-privacy .layout-gt-sm-column > .flex-gt-sm-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-33, #pns-privacy .layout-row > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-sm-66, #pns-privacy .layout-row > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-row > .flex-gt-sm-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-sm-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-sm-33, #pns-privacy .layout-column > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-33, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-sm-66, #pns-privacy .layout-column > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-66, #pns-privacy .layout-gt-sm-column > .flex-gt-sm-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-sm-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-sm, #pns-privacy .layout-gt-sm-column, #pns-privacy .layout-gt-sm-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-sm-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-sm-row {
      flex-direction: row; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
      display: none !important; }
    #pns-privacy .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-md--20 {
      order: -20; }
    #pns-privacy .flex-order-md--19 {
      order: -19; }
    #pns-privacy .flex-order-md--18 {
      order: -18; }
    #pns-privacy .flex-order-md--17 {
      order: -17; }
    #pns-privacy .flex-order-md--16 {
      order: -16; }
    #pns-privacy .flex-order-md--15 {
      order: -15; }
    #pns-privacy .flex-order-md--14 {
      order: -14; }
    #pns-privacy .flex-order-md--13 {
      order: -13; }
    #pns-privacy .flex-order-md--12 {
      order: -12; }
    #pns-privacy .flex-order-md--11 {
      order: -11; }
    #pns-privacy .flex-order-md--10 {
      order: -10; }
    #pns-privacy .flex-order-md--9 {
      order: -9; }
    #pns-privacy .flex-order-md--8 {
      order: -8; }
    #pns-privacy .flex-order-md--7 {
      order: -7; }
    #pns-privacy .flex-order-md--6 {
      order: -6; }
    #pns-privacy .flex-order-md--5 {
      order: -5; }
    #pns-privacy .flex-order-md--4 {
      order: -4; }
    #pns-privacy .flex-order-md--3 {
      order: -3; }
    #pns-privacy .flex-order-md--2 {
      order: -2; }
    #pns-privacy .flex-order-md--1 {
      order: -1; }
    #pns-privacy .flex-order-md-0 {
      order: 0; }
    #pns-privacy .flex-order-md-1 {
      order: 1; }
    #pns-privacy .flex-order-md-2 {
      order: 2; }
    #pns-privacy .flex-order-md-3 {
      order: 3; }
    #pns-privacy .flex-order-md-4 {
      order: 4; }
    #pns-privacy .flex-order-md-5 {
      order: 5; }
    #pns-privacy .flex-order-md-6 {
      order: 6; }
    #pns-privacy .flex-order-md-7 {
      order: 7; }
    #pns-privacy .flex-order-md-8 {
      order: 8; }
    #pns-privacy .flex-order-md-9 {
      order: 9; }
    #pns-privacy .flex-order-md-10 {
      order: 10; }
    #pns-privacy .flex-order-md-11 {
      order: 11; }
    #pns-privacy .flex-order-md-12 {
      order: 12; }
    #pns-privacy .flex-order-md-13 {
      order: 13; }
    #pns-privacy .flex-order-md-14 {
      order: 14; }
    #pns-privacy .flex-order-md-15 {
      order: 15; }
    #pns-privacy .flex-order-md-16 {
      order: 16; }
    #pns-privacy .flex-order-md-17 {
      order: 17; }
    #pns-privacy .flex-order-md-18 {
      order: 18; }
    #pns-privacy .flex-order-md-19 {
      order: 19; }
    #pns-privacy .flex-order-md-20 {
      order: 20; }
    #pns-privacy .offset-md-0, #pns-privacy .flex-offset-md-0 {
      margin-left: 0%; }
    #pns-privacy .offset-md-5, #pns-privacy .flex-offset-md-5 {
      margin-left: 5%; }
    #pns-privacy .offset-md-10, #pns-privacy .flex-offset-md-10 {
      margin-left: 10%; }
    #pns-privacy .offset-md-15, #pns-privacy .flex-offset-md-15 {
      margin-left: 15%; }
    #pns-privacy .offset-md-20, #pns-privacy .flex-offset-md-20 {
      margin-left: 20%; }
    #pns-privacy .offset-md-25, #pns-privacy .flex-offset-md-25 {
      margin-left: 25%; }
    #pns-privacy .offset-md-30, #pns-privacy .flex-offset-md-30 {
      margin-left: 30%; }
    #pns-privacy .offset-md-35, #pns-privacy .flex-offset-md-35 {
      margin-left: 35%; }
    #pns-privacy .offset-md-40, #pns-privacy .flex-offset-md-40 {
      margin-left: 40%; }
    #pns-privacy .offset-md-45, #pns-privacy .flex-offset-md-45 {
      margin-left: 45%; }
    #pns-privacy .offset-md-50, #pns-privacy .flex-offset-md-50 {
      margin-left: 50%; }
    #pns-privacy .offset-md-55, #pns-privacy .flex-offset-md-55 {
      margin-left: 55%; }
    #pns-privacy .offset-md-60, #pns-privacy .flex-offset-md-60 {
      margin-left: 60%; }
    #pns-privacy .offset-md-65, #pns-privacy .flex-offset-md-65 {
      margin-left: 65%; }
    #pns-privacy .offset-md-70, #pns-privacy .flex-offset-md-70 {
      margin-left: 70%; }
    #pns-privacy .offset-md-75, #pns-privacy .flex-offset-md-75 {
      margin-left: 75%; }
    #pns-privacy .offset-md-80, #pns-privacy .flex-offset-md-80 {
      margin-left: 80%; }
    #pns-privacy .offset-md-85, #pns-privacy .flex-offset-md-85 {
      margin-left: 85%; }
    #pns-privacy .offset-md-90, #pns-privacy .flex-offset-md-90 {
      margin-left: 90%; }
    #pns-privacy .offset-md-95, #pns-privacy .flex-offset-md-95 {
      margin-left: 95%; }
    #pns-privacy .offset-md-33, #pns-privacy .flex-offset-md-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-md-66, #pns-privacy .flex-offset-md-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-md {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-md-start,
    #pns-privacy .layout-align-md-start-start,
    #pns-privacy .layout-align-md-start-center,
    #pns-privacy .layout-align-md-start-end,
    #pns-privacy .layout-align-md-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-md-center,
    #pns-privacy .layout-align-md-center-start,
    #pns-privacy .layout-align-md-center-center,
    #pns-privacy .layout-align-md-center-end,
    #pns-privacy .layout-align-md-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-md-end,
    #pns-privacy .layout-align-md-end-start,
    #pns-privacy .layout-align-md-end-center,
    #pns-privacy .layout-align-md-end-end,
    #pns-privacy .layout-align-md-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-md-space-around,
    #pns-privacy .layout-align-md-space-around-center,
    #pns-privacy .layout-align-md-space-around-start,
    #pns-privacy .layout-align-md-space-around-end,
    #pns-privacy .layout-align-md-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-md-space-between,
    #pns-privacy .layout-align-md-space-between-center,
    #pns-privacy .layout-align-md-space-between-start,
    #pns-privacy .layout-align-md-space-between-end,
    #pns-privacy .layout-align-md-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-md-start-start,
    #pns-privacy .layout-align-md-center-start,
    #pns-privacy .layout-align-md-end-start,
    #pns-privacy .layout-align-md-space-between-start,
    #pns-privacy .layout-align-md-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-md-start-center,
    #pns-privacy .layout-align-md-center-center,
    #pns-privacy .layout-align-md-end-center,
    #pns-privacy .layout-align-md-space-between-center,
    #pns-privacy .layout-align-md-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-md-start-center > *,
    #pns-privacy .layout-align-md-center-center > *,
    #pns-privacy .layout-align-md-end-center > *,
    #pns-privacy .layout-align-md-space-between-center > *,
    #pns-privacy .layout-align-md-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-md-start-end,
    #pns-privacy .layout-align-md-center-end,
    #pns-privacy .layout-align-md-end-end,
    #pns-privacy .layout-align-md-space-between-end,
    #pns-privacy .layout-align-md-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-md-start-stretch,
    #pns-privacy .layout-align-md-center-stretch,
    #pns-privacy .layout-align-md-end-stretch,
    #pns-privacy .layout-align-md-space-between-stretch,
    #pns-privacy .layout-align-md-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-md {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 990px) and (max-width: 1279px) {
  #pns-privacy .flex-md {
    flex: 1 1 auto; } }
  @media (min-width: 990px) and (max-width: 1279px) {
    #pns-privacy .flex-md-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-0,
    #pns-privacy .layout-md-row > .flex-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-md-0,
    #pns-privacy .layout-md-column > .flex-md-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-5,
    #pns-privacy .layout-md-row > .flex-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-5,
    #pns-privacy .layout-md-column > .flex-md-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-10,
    #pns-privacy .layout-md-row > .flex-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-10,
    #pns-privacy .layout-md-column > .flex-md-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-15,
    #pns-privacy .layout-md-row > .flex-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-15,
    #pns-privacy .layout-md-column > .flex-md-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-20,
    #pns-privacy .layout-md-row > .flex-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-20,
    #pns-privacy .layout-md-column > .flex-md-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-25,
    #pns-privacy .layout-md-row > .flex-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-25,
    #pns-privacy .layout-md-column > .flex-md-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-30,
    #pns-privacy .layout-md-row > .flex-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-30,
    #pns-privacy .layout-md-column > .flex-md-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-35,
    #pns-privacy .layout-md-row > .flex-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-35,
    #pns-privacy .layout-md-column > .flex-md-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-40,
    #pns-privacy .layout-md-row > .flex-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-40,
    #pns-privacy .layout-md-column > .flex-md-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-45,
    #pns-privacy .layout-md-row > .flex-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-45,
    #pns-privacy .layout-md-column > .flex-md-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-50,
    #pns-privacy .layout-md-row > .flex-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-50,
    #pns-privacy .layout-md-column > .flex-md-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-55,
    #pns-privacy .layout-md-row > .flex-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-55,
    #pns-privacy .layout-md-column > .flex-md-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-60,
    #pns-privacy .layout-md-row > .flex-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-60,
    #pns-privacy .layout-md-column > .flex-md-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-65,
    #pns-privacy .layout-md-row > .flex-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-65,
    #pns-privacy .layout-md-column > .flex-md-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-70,
    #pns-privacy .layout-md-row > .flex-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-70,
    #pns-privacy .layout-md-column > .flex-md-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-75,
    #pns-privacy .layout-md-row > .flex-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-75,
    #pns-privacy .layout-md-column > .flex-md-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-80,
    #pns-privacy .layout-md-row > .flex-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-80,
    #pns-privacy .layout-md-column > .flex-md-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-85,
    #pns-privacy .layout-md-row > .flex-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-85,
    #pns-privacy .layout-md-column > .flex-md-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-90,
    #pns-privacy .layout-md-row > .flex-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-90,
    #pns-privacy .layout-md-column > .flex-md-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-95,
    #pns-privacy .layout-md-row > .flex-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-95,
    #pns-privacy .layout-md-column > .flex-md-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-100,
    #pns-privacy .layout-md-row > .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-100,
    #pns-privacy .layout-md-column > .flex-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-33, #pns-privacy .layout-row > .flex-md-33, #pns-privacy .layout-md-row > .flex-md-33, #pns-privacy .layout-md-row > .flex-md-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-md-66, #pns-privacy .layout-row > .flex-md-66, #pns-privacy .layout-md-row > .flex-md-66, #pns-privacy .layout-md-row > .flex-md-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-md-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-md-33, #pns-privacy .layout-column > .flex-md-33, #pns-privacy .layout-md-column > .flex-md-33, #pns-privacy .layout-md-column > .flex-md-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-md-66, #pns-privacy .layout-column > .flex-md-66, #pns-privacy .layout-md-column > .flex-md-66, #pns-privacy .layout-md-column > .flex-md-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-md-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-md, #pns-privacy .layout-md-column, #pns-privacy .layout-md-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-md-column {
      flex-direction: column; }
    #pns-privacy .layout-md-row {
      flex-direction: row; } }
  @media (min-width: 1280px) {
    #pns-privacy .flex-order-gt-md--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-md--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-md--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-md--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-md--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-md--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-md--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-md--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-md--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-md--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-md--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-md--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-md--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-md--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-md--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-md--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-md--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-md--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-md--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-md--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-md-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-md-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-md-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-md-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-md-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-md-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-md-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-md-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-md-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-md-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-md-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-md-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-md-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-md-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-md-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-md-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-md-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-md-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-md-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-md-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-md-20 {
      order: 20; }
    #pns-privacy .offset-gt-md-0, #pns-privacy .flex-offset-gt-md-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-md-5, #pns-privacy .flex-offset-gt-md-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-md-10, #pns-privacy .flex-offset-gt-md-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-md-15, #pns-privacy .flex-offset-gt-md-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-md-20, #pns-privacy .flex-offset-gt-md-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-md-25, #pns-privacy .flex-offset-gt-md-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-md-30, #pns-privacy .flex-offset-gt-md-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-md-35, #pns-privacy .flex-offset-gt-md-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-md-40, #pns-privacy .flex-offset-gt-md-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-md-45, #pns-privacy .flex-offset-gt-md-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-md-50, #pns-privacy .flex-offset-gt-md-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-md-55, #pns-privacy .flex-offset-gt-md-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-md-60, #pns-privacy .flex-offset-gt-md-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-md-65, #pns-privacy .flex-offset-gt-md-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-md-70, #pns-privacy .flex-offset-gt-md-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-md-75, #pns-privacy .flex-offset-gt-md-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-md-80, #pns-privacy .flex-offset-gt-md-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-md-85, #pns-privacy .flex-offset-gt-md-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-md-90, #pns-privacy .flex-offset-gt-md-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-md-95, #pns-privacy .flex-offset-gt-md-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-md-33, #pns-privacy .flex-offset-gt-md-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-md-66, #pns-privacy .flex-offset-gt-md-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-md {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-md-start,
    #pns-privacy .layout-align-gt-md-start-start,
    #pns-privacy .layout-align-gt-md-start-center,
    #pns-privacy .layout-align-gt-md-start-end,
    #pns-privacy .layout-align-gt-md-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-md-center,
    #pns-privacy .layout-align-gt-md-center-start,
    #pns-privacy .layout-align-gt-md-center-center,
    #pns-privacy .layout-align-gt-md-center-end,
    #pns-privacy .layout-align-gt-md-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-md-end,
    #pns-privacy .layout-align-gt-md-end-start,
    #pns-privacy .layout-align-gt-md-end-center,
    #pns-privacy .layout-align-gt-md-end-end,
    #pns-privacy .layout-align-gt-md-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-md-space-around,
    #pns-privacy .layout-align-gt-md-space-around-center,
    #pns-privacy .layout-align-gt-md-space-around-start,
    #pns-privacy .layout-align-gt-md-space-around-end,
    #pns-privacy .layout-align-gt-md-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-md-space-between,
    #pns-privacy .layout-align-gt-md-space-between-center,
    #pns-privacy .layout-align-gt-md-space-between-start,
    #pns-privacy .layout-align-gt-md-space-between-end,
    #pns-privacy .layout-align-gt-md-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-md-start-start,
    #pns-privacy .layout-align-gt-md-center-start,
    #pns-privacy .layout-align-gt-md-end-start,
    #pns-privacy .layout-align-gt-md-space-between-start,
    #pns-privacy .layout-align-gt-md-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-md-start-center,
    #pns-privacy .layout-align-gt-md-center-center,
    #pns-privacy .layout-align-gt-md-end-center,
    #pns-privacy .layout-align-gt-md-space-between-center,
    #pns-privacy .layout-align-gt-md-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-md-start-center > *,
    #pns-privacy .layout-align-gt-md-center-center > *,
    #pns-privacy .layout-align-gt-md-end-center > *,
    #pns-privacy .layout-align-gt-md-space-between-center > *,
    #pns-privacy .layout-align-gt-md-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-md-start-end,
    #pns-privacy .layout-align-gt-md-center-end,
    #pns-privacy .layout-align-gt-md-end-end,
    #pns-privacy .layout-align-gt-md-space-between-end,
    #pns-privacy .layout-align-gt-md-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-md-start-stretch,
    #pns-privacy .layout-align-gt-md-center-stretch,
    #pns-privacy .layout-align-gt-md-end-stretch,
    #pns-privacy .layout-align-gt-md-space-between-stretch,
    #pns-privacy .layout-align-gt-md-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-md {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) {
  #pns-privacy .flex-gt-md {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) {
    #pns-privacy .flex-gt-md-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-0,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-md-0,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-5,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-5,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-10,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-10,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-15,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-15,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-20,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-20,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-25,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-25,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-30,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-30,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-35,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-35,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-40,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-40,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-45,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-45,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-50,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-50,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-55,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-55,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-60,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-60,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-65,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-65,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-70,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-70,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-75,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-75,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-80,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-80,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-85,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-85,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-90,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-90,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-95,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-95,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-100,
    #pns-privacy .layout-gt-md-row > .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-100,
    #pns-privacy .layout-gt-md-column > .flex-gt-md-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-33, #pns-privacy .layout-row > .flex-gt-md-33, #pns-privacy .layout-gt-md-row > .flex-gt-md-33, #pns-privacy .layout-gt-md-row > .flex-gt-md-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-md-66, #pns-privacy .layout-row > .flex-gt-md-66, #pns-privacy .layout-gt-md-row > .flex-gt-md-66, #pns-privacy .layout-gt-md-row > .flex-gt-md-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-md-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-md-33, #pns-privacy .layout-column > .flex-gt-md-33, #pns-privacy .layout-gt-md-column > .flex-gt-md-33, #pns-privacy .layout-gt-md-column > .flex-gt-md-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-md-66, #pns-privacy .layout-column > .flex-gt-md-66, #pns-privacy .layout-gt-md-column > .flex-gt-md-66, #pns-privacy .layout-gt-md-column > .flex-gt-md-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-md-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-md, #pns-privacy .layout-gt-md-column, #pns-privacy .layout-gt-md-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-md-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-md-row {
      flex-direction: row; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), #pns-privacy .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
      display: none !important; }
    #pns-privacy .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; }
    #pns-privacy .flex-order-lg--20 {
      order: -20; }
    #pns-privacy .flex-order-lg--19 {
      order: -19; }
    #pns-privacy .flex-order-lg--18 {
      order: -18; }
    #pns-privacy .flex-order-lg--17 {
      order: -17; }
    #pns-privacy .flex-order-lg--16 {
      order: -16; }
    #pns-privacy .flex-order-lg--15 {
      order: -15; }
    #pns-privacy .flex-order-lg--14 {
      order: -14; }
    #pns-privacy .flex-order-lg--13 {
      order: -13; }
    #pns-privacy .flex-order-lg--12 {
      order: -12; }
    #pns-privacy .flex-order-lg--11 {
      order: -11; }
    #pns-privacy .flex-order-lg--10 {
      order: -10; }
    #pns-privacy .flex-order-lg--9 {
      order: -9; }
    #pns-privacy .flex-order-lg--8 {
      order: -8; }
    #pns-privacy .flex-order-lg--7 {
      order: -7; }
    #pns-privacy .flex-order-lg--6 {
      order: -6; }
    #pns-privacy .flex-order-lg--5 {
      order: -5; }
    #pns-privacy .flex-order-lg--4 {
      order: -4; }
    #pns-privacy .flex-order-lg--3 {
      order: -3; }
    #pns-privacy .flex-order-lg--2 {
      order: -2; }
    #pns-privacy .flex-order-lg--1 {
      order: -1; }
    #pns-privacy .flex-order-lg-0 {
      order: 0; }
    #pns-privacy .flex-order-lg-1 {
      order: 1; }
    #pns-privacy .flex-order-lg-2 {
      order: 2; }
    #pns-privacy .flex-order-lg-3 {
      order: 3; }
    #pns-privacy .flex-order-lg-4 {
      order: 4; }
    #pns-privacy .flex-order-lg-5 {
      order: 5; }
    #pns-privacy .flex-order-lg-6 {
      order: 6; }
    #pns-privacy .flex-order-lg-7 {
      order: 7; }
    #pns-privacy .flex-order-lg-8 {
      order: 8; }
    #pns-privacy .flex-order-lg-9 {
      order: 9; }
    #pns-privacy .flex-order-lg-10 {
      order: 10; }
    #pns-privacy .flex-order-lg-11 {
      order: 11; }
    #pns-privacy .flex-order-lg-12 {
      order: 12; }
    #pns-privacy .flex-order-lg-13 {
      order: 13; }
    #pns-privacy .flex-order-lg-14 {
      order: 14; }
    #pns-privacy .flex-order-lg-15 {
      order: 15; }
    #pns-privacy .flex-order-lg-16 {
      order: 16; }
    #pns-privacy .flex-order-lg-17 {
      order: 17; }
    #pns-privacy .flex-order-lg-18 {
      order: 18; }
    #pns-privacy .flex-order-lg-19 {
      order: 19; }
    #pns-privacy .flex-order-lg-20 {
      order: 20; }
    #pns-privacy .offset-lg-0, #pns-privacy .flex-offset-lg-0 {
      margin-left: 0%; }
    #pns-privacy .offset-lg-5, #pns-privacy .flex-offset-lg-5 {
      margin-left: 5%; }
    #pns-privacy .offset-lg-10, #pns-privacy .flex-offset-lg-10 {
      margin-left: 10%; }
    #pns-privacy .offset-lg-15, #pns-privacy .flex-offset-lg-15 {
      margin-left: 15%; }
    #pns-privacy .offset-lg-20, #pns-privacy .flex-offset-lg-20 {
      margin-left: 20%; }
    #pns-privacy .offset-lg-25, #pns-privacy .flex-offset-lg-25 {
      margin-left: 25%; }
    #pns-privacy .offset-lg-30, #pns-privacy .flex-offset-lg-30 {
      margin-left: 30%; }
    #pns-privacy .offset-lg-35, #pns-privacy .flex-offset-lg-35 {
      margin-left: 35%; }
    #pns-privacy .offset-lg-40, #pns-privacy .flex-offset-lg-40 {
      margin-left: 40%; }
    #pns-privacy .offset-lg-45, #pns-privacy .flex-offset-lg-45 {
      margin-left: 45%; }
    #pns-privacy .offset-lg-50, #pns-privacy .flex-offset-lg-50 {
      margin-left: 50%; }
    #pns-privacy .offset-lg-55, #pns-privacy .flex-offset-lg-55 {
      margin-left: 55%; }
    #pns-privacy .offset-lg-60, #pns-privacy .flex-offset-lg-60 {
      margin-left: 60%; }
    #pns-privacy .offset-lg-65, #pns-privacy .flex-offset-lg-65 {
      margin-left: 65%; }
    #pns-privacy .offset-lg-70, #pns-privacy .flex-offset-lg-70 {
      margin-left: 70%; }
    #pns-privacy .offset-lg-75, #pns-privacy .flex-offset-lg-75 {
      margin-left: 75%; }
    #pns-privacy .offset-lg-80, #pns-privacy .flex-offset-lg-80 {
      margin-left: 80%; }
    #pns-privacy .offset-lg-85, #pns-privacy .flex-offset-lg-85 {
      margin-left: 85%; }
    #pns-privacy .offset-lg-90, #pns-privacy .flex-offset-lg-90 {
      margin-left: 90%; }
    #pns-privacy .offset-lg-95, #pns-privacy .flex-offset-lg-95 {
      margin-left: 95%; }
    #pns-privacy .offset-lg-33, #pns-privacy .flex-offset-lg-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-lg-66, #pns-privacy .flex-offset-lg-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-lg {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-lg-start,
    #pns-privacy .layout-align-lg-start-start,
    #pns-privacy .layout-align-lg-start-center,
    #pns-privacy .layout-align-lg-start-end,
    #pns-privacy .layout-align-lg-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-lg-center,
    #pns-privacy .layout-align-lg-center-start,
    #pns-privacy .layout-align-lg-center-center,
    #pns-privacy .layout-align-lg-center-end,
    #pns-privacy .layout-align-lg-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-lg-end,
    #pns-privacy .layout-align-lg-end-start,
    #pns-privacy .layout-align-lg-end-center,
    #pns-privacy .layout-align-lg-end-end,
    #pns-privacy .layout-align-lg-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-lg-space-around,
    #pns-privacy .layout-align-lg-space-around-center,
    #pns-privacy .layout-align-lg-space-around-start,
    #pns-privacy .layout-align-lg-space-around-end,
    #pns-privacy .layout-align-lg-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-lg-space-between,
    #pns-privacy .layout-align-lg-space-between-center,
    #pns-privacy .layout-align-lg-space-between-start,
    #pns-privacy .layout-align-lg-space-between-end,
    #pns-privacy .layout-align-lg-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-lg-start-start,
    #pns-privacy .layout-align-lg-center-start,
    #pns-privacy .layout-align-lg-end-start,
    #pns-privacy .layout-align-lg-space-between-start,
    #pns-privacy .layout-align-lg-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-lg-start-center,
    #pns-privacy .layout-align-lg-center-center,
    #pns-privacy .layout-align-lg-end-center,
    #pns-privacy .layout-align-lg-space-between-center,
    #pns-privacy .layout-align-lg-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-lg-start-center > *,
    #pns-privacy .layout-align-lg-center-center > *,
    #pns-privacy .layout-align-lg-end-center > *,
    #pns-privacy .layout-align-lg-space-between-center > *,
    #pns-privacy .layout-align-lg-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-lg-start-end,
    #pns-privacy .layout-align-lg-center-end,
    #pns-privacy .layout-align-lg-end-end,
    #pns-privacy .layout-align-lg-space-between-end,
    #pns-privacy .layout-align-lg-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-lg-start-stretch,
    #pns-privacy .layout-align-lg-center-stretch,
    #pns-privacy .layout-align-lg-end-stretch,
    #pns-privacy .layout-align-lg-space-between-stretch,
    #pns-privacy .layout-align-lg-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-lg {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  #pns-privacy .flex-lg {
    flex: 1 1 auto; } }
  @media (min-width: 1280px) and (max-width: 1919px) {
    #pns-privacy .flex-lg-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-0,
    #pns-privacy .layout-lg-row > .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-lg-0,
    #pns-privacy .layout-lg-column > .flex-lg-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-5,
    #pns-privacy .layout-lg-row > .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-5,
    #pns-privacy .layout-lg-column > .flex-lg-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-10,
    #pns-privacy .layout-lg-row > .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-10,
    #pns-privacy .layout-lg-column > .flex-lg-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-15,
    #pns-privacy .layout-lg-row > .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-15,
    #pns-privacy .layout-lg-column > .flex-lg-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-20,
    #pns-privacy .layout-lg-row > .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-20,
    #pns-privacy .layout-lg-column > .flex-lg-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-25,
    #pns-privacy .layout-lg-row > .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-25,
    #pns-privacy .layout-lg-column > .flex-lg-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-30,
    #pns-privacy .layout-lg-row > .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-30,
    #pns-privacy .layout-lg-column > .flex-lg-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-35,
    #pns-privacy .layout-lg-row > .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-35,
    #pns-privacy .layout-lg-column > .flex-lg-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-40,
    #pns-privacy .layout-lg-row > .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-40,
    #pns-privacy .layout-lg-column > .flex-lg-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-45,
    #pns-privacy .layout-lg-row > .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-45,
    #pns-privacy .layout-lg-column > .flex-lg-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-50,
    #pns-privacy .layout-lg-row > .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-50,
    #pns-privacy .layout-lg-column > .flex-lg-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-55,
    #pns-privacy .layout-lg-row > .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-55,
    #pns-privacy .layout-lg-column > .flex-lg-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-60,
    #pns-privacy .layout-lg-row > .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-60,
    #pns-privacy .layout-lg-column > .flex-lg-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-65,
    #pns-privacy .layout-lg-row > .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-65,
    #pns-privacy .layout-lg-column > .flex-lg-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-70,
    #pns-privacy .layout-lg-row > .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-70,
    #pns-privacy .layout-lg-column > .flex-lg-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-75,
    #pns-privacy .layout-lg-row > .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-75,
    #pns-privacy .layout-lg-column > .flex-lg-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-80,
    #pns-privacy .layout-lg-row > .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-80,
    #pns-privacy .layout-lg-column > .flex-lg-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-85,
    #pns-privacy .layout-lg-row > .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-85,
    #pns-privacy .layout-lg-column > .flex-lg-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-90,
    #pns-privacy .layout-lg-row > .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-90,
    #pns-privacy .layout-lg-column > .flex-lg-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-95,
    #pns-privacy .layout-lg-row > .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-95,
    #pns-privacy .layout-lg-column > .flex-lg-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-100,
    #pns-privacy .layout-lg-row > .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-100,
    #pns-privacy .layout-lg-column > .flex-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-33, #pns-privacy .layout-row > .flex-lg-33, #pns-privacy .layout-lg-row > .flex-lg-33, #pns-privacy .layout-lg-row > .flex-lg-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-lg-66, #pns-privacy .layout-row > .flex-lg-66, #pns-privacy .layout-lg-row > .flex-lg-66, #pns-privacy .layout-lg-row > .flex-lg-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-lg-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-lg-33, #pns-privacy .layout-column > .flex-lg-33, #pns-privacy .layout-lg-column > .flex-lg-33, #pns-privacy .layout-lg-column > .flex-lg-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-lg-66, #pns-privacy .layout-column > .flex-lg-66, #pns-privacy .layout-lg-column > .flex-lg-66, #pns-privacy .layout-lg-column > .flex-lg-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-lg-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-lg, #pns-privacy .layout-lg-column, #pns-privacy .layout-lg-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-lg-column {
      flex-direction: column; }
    #pns-privacy .layout-lg-row {
      flex-direction: row; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-order-gt-lg--20 {
      order: -20; }
    #pns-privacy .flex-order-gt-lg--19 {
      order: -19; }
    #pns-privacy .flex-order-gt-lg--18 {
      order: -18; }
    #pns-privacy .flex-order-gt-lg--17 {
      order: -17; }
    #pns-privacy .flex-order-gt-lg--16 {
      order: -16; }
    #pns-privacy .flex-order-gt-lg--15 {
      order: -15; }
    #pns-privacy .flex-order-gt-lg--14 {
      order: -14; }
    #pns-privacy .flex-order-gt-lg--13 {
      order: -13; }
    #pns-privacy .flex-order-gt-lg--12 {
      order: -12; }
    #pns-privacy .flex-order-gt-lg--11 {
      order: -11; }
    #pns-privacy .flex-order-gt-lg--10 {
      order: -10; }
    #pns-privacy .flex-order-gt-lg--9 {
      order: -9; }
    #pns-privacy .flex-order-gt-lg--8 {
      order: -8; }
    #pns-privacy .flex-order-gt-lg--7 {
      order: -7; }
    #pns-privacy .flex-order-gt-lg--6 {
      order: -6; }
    #pns-privacy .flex-order-gt-lg--5 {
      order: -5; }
    #pns-privacy .flex-order-gt-lg--4 {
      order: -4; }
    #pns-privacy .flex-order-gt-lg--3 {
      order: -3; }
    #pns-privacy .flex-order-gt-lg--2 {
      order: -2; }
    #pns-privacy .flex-order-gt-lg--1 {
      order: -1; }
    #pns-privacy .flex-order-gt-lg-0 {
      order: 0; }
    #pns-privacy .flex-order-gt-lg-1 {
      order: 1; }
    #pns-privacy .flex-order-gt-lg-2 {
      order: 2; }
    #pns-privacy .flex-order-gt-lg-3 {
      order: 3; }
    #pns-privacy .flex-order-gt-lg-4 {
      order: 4; }
    #pns-privacy .flex-order-gt-lg-5 {
      order: 5; }
    #pns-privacy .flex-order-gt-lg-6 {
      order: 6; }
    #pns-privacy .flex-order-gt-lg-7 {
      order: 7; }
    #pns-privacy .flex-order-gt-lg-8 {
      order: 8; }
    #pns-privacy .flex-order-gt-lg-9 {
      order: 9; }
    #pns-privacy .flex-order-gt-lg-10 {
      order: 10; }
    #pns-privacy .flex-order-gt-lg-11 {
      order: 11; }
    #pns-privacy .flex-order-gt-lg-12 {
      order: 12; }
    #pns-privacy .flex-order-gt-lg-13 {
      order: 13; }
    #pns-privacy .flex-order-gt-lg-14 {
      order: 14; }
    #pns-privacy .flex-order-gt-lg-15 {
      order: 15; }
    #pns-privacy .flex-order-gt-lg-16 {
      order: 16; }
    #pns-privacy .flex-order-gt-lg-17 {
      order: 17; }
    #pns-privacy .flex-order-gt-lg-18 {
      order: 18; }
    #pns-privacy .flex-order-gt-lg-19 {
      order: 19; }
    #pns-privacy .flex-order-gt-lg-20 {
      order: 20; }
    #pns-privacy .offset-gt-lg-0, #pns-privacy .flex-offset-gt-lg-0 {
      margin-left: 0%; }
    #pns-privacy .offset-gt-lg-5, #pns-privacy .flex-offset-gt-lg-5 {
      margin-left: 5%; }
    #pns-privacy .offset-gt-lg-10, #pns-privacy .flex-offset-gt-lg-10 {
      margin-left: 10%; }
    #pns-privacy .offset-gt-lg-15, #pns-privacy .flex-offset-gt-lg-15 {
      margin-left: 15%; }
    #pns-privacy .offset-gt-lg-20, #pns-privacy .flex-offset-gt-lg-20 {
      margin-left: 20%; }
    #pns-privacy .offset-gt-lg-25, #pns-privacy .flex-offset-gt-lg-25 {
      margin-left: 25%; }
    #pns-privacy .offset-gt-lg-30, #pns-privacy .flex-offset-gt-lg-30 {
      margin-left: 30%; }
    #pns-privacy .offset-gt-lg-35, #pns-privacy .flex-offset-gt-lg-35 {
      margin-left: 35%; }
    #pns-privacy .offset-gt-lg-40, #pns-privacy .flex-offset-gt-lg-40 {
      margin-left: 40%; }
    #pns-privacy .offset-gt-lg-45, #pns-privacy .flex-offset-gt-lg-45 {
      margin-left: 45%; }
    #pns-privacy .offset-gt-lg-50, #pns-privacy .flex-offset-gt-lg-50 {
      margin-left: 50%; }
    #pns-privacy .offset-gt-lg-55, #pns-privacy .flex-offset-gt-lg-55 {
      margin-left: 55%; }
    #pns-privacy .offset-gt-lg-60, #pns-privacy .flex-offset-gt-lg-60 {
      margin-left: 60%; }
    #pns-privacy .offset-gt-lg-65, #pns-privacy .flex-offset-gt-lg-65 {
      margin-left: 65%; }
    #pns-privacy .offset-gt-lg-70, #pns-privacy .flex-offset-gt-lg-70 {
      margin-left: 70%; }
    #pns-privacy .offset-gt-lg-75, #pns-privacy .flex-offset-gt-lg-75 {
      margin-left: 75%; }
    #pns-privacy .offset-gt-lg-80, #pns-privacy .flex-offset-gt-lg-80 {
      margin-left: 80%; }
    #pns-privacy .offset-gt-lg-85, #pns-privacy .flex-offset-gt-lg-85 {
      margin-left: 85%; }
    #pns-privacy .offset-gt-lg-90, #pns-privacy .flex-offset-gt-lg-90 {
      margin-left: 90%; }
    #pns-privacy .offset-gt-lg-95, #pns-privacy .flex-offset-gt-lg-95 {
      margin-left: 95%; }
    #pns-privacy .offset-gt-lg-33, #pns-privacy .flex-offset-gt-lg-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-gt-lg-66, #pns-privacy .flex-offset-gt-lg-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-gt-lg {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-gt-lg-start,
    #pns-privacy .layout-align-gt-lg-start-start,
    #pns-privacy .layout-align-gt-lg-start-center,
    #pns-privacy .layout-align-gt-lg-start-end,
    #pns-privacy .layout-align-gt-lg-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-gt-lg-center,
    #pns-privacy .layout-align-gt-lg-center-start,
    #pns-privacy .layout-align-gt-lg-center-center,
    #pns-privacy .layout-align-gt-lg-center-end,
    #pns-privacy .layout-align-gt-lg-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-gt-lg-end,
    #pns-privacy .layout-align-gt-lg-end-start,
    #pns-privacy .layout-align-gt-lg-end-center,
    #pns-privacy .layout-align-gt-lg-end-end,
    #pns-privacy .layout-align-gt-lg-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-gt-lg-space-around,
    #pns-privacy .layout-align-gt-lg-space-around-center,
    #pns-privacy .layout-align-gt-lg-space-around-start,
    #pns-privacy .layout-align-gt-lg-space-around-end,
    #pns-privacy .layout-align-gt-lg-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-gt-lg-space-between,
    #pns-privacy .layout-align-gt-lg-space-between-center,
    #pns-privacy .layout-align-gt-lg-space-between-start,
    #pns-privacy .layout-align-gt-lg-space-between-end,
    #pns-privacy .layout-align-gt-lg-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-gt-lg-start-start,
    #pns-privacy .layout-align-gt-lg-center-start,
    #pns-privacy .layout-align-gt-lg-end-start,
    #pns-privacy .layout-align-gt-lg-space-between-start,
    #pns-privacy .layout-align-gt-lg-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-gt-lg-start-center,
    #pns-privacy .layout-align-gt-lg-center-center,
    #pns-privacy .layout-align-gt-lg-end-center,
    #pns-privacy .layout-align-gt-lg-space-between-center,
    #pns-privacy .layout-align-gt-lg-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-gt-lg-start-center > *,
    #pns-privacy .layout-align-gt-lg-center-center > *,
    #pns-privacy .layout-align-gt-lg-end-center > *,
    #pns-privacy .layout-align-gt-lg-space-between-center > *,
    #pns-privacy .layout-align-gt-lg-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-gt-lg-start-end,
    #pns-privacy .layout-align-gt-lg-center-end,
    #pns-privacy .layout-align-gt-lg-end-end,
    #pns-privacy .layout-align-gt-lg-space-between-end,
    #pns-privacy .layout-align-gt-lg-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-gt-lg-start-stretch,
    #pns-privacy .layout-align-gt-lg-center-stretch,
    #pns-privacy .layout-align-gt-lg-end-stretch,
    #pns-privacy .layout-align-gt-lg-space-between-stretch,
    #pns-privacy .layout-align-gt-lg-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-gt-lg {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy .flex-gt-lg {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-gt-lg-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-0,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-lg-0,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-5,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-5,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-10,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-10,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-15,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-15,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-20,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-20,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-25,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-25,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-30,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-30,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-35,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-35,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-40,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-40,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-45,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-45,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-50,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-50,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-55,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-55,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-60,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-60,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-65,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-65,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-70,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-70,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-75,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-75,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-80,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-80,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-85,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-85,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-90,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-90,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-95,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-95,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-100,
    #pns-privacy .layout-gt-lg-row > .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-100,
    #pns-privacy .layout-gt-lg-column > .flex-gt-lg-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-33, #pns-privacy .layout-row > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-gt-lg-66, #pns-privacy .layout-row > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-row > .flex-gt-lg-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-gt-lg-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-gt-lg-33, #pns-privacy .layout-column > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-33, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-gt-lg-66, #pns-privacy .layout-column > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-66, #pns-privacy .layout-gt-lg-column > .flex-gt-lg-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-gt-lg-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-gt-lg, #pns-privacy .layout-gt-lg-column, #pns-privacy .layout-gt-lg-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-gt-lg-column {
      flex-direction: column; }
    #pns-privacy .layout-gt-lg-row {
      flex-direction: row; }
    #pns-privacy .flex-order-xl--20 {
      order: -20; }
    #pns-privacy .flex-order-xl--19 {
      order: -19; }
    #pns-privacy .flex-order-xl--18 {
      order: -18; }
    #pns-privacy .flex-order-xl--17 {
      order: -17; }
    #pns-privacy .flex-order-xl--16 {
      order: -16; }
    #pns-privacy .flex-order-xl--15 {
      order: -15; }
    #pns-privacy .flex-order-xl--14 {
      order: -14; }
    #pns-privacy .flex-order-xl--13 {
      order: -13; }
    #pns-privacy .flex-order-xl--12 {
      order: -12; }
    #pns-privacy .flex-order-xl--11 {
      order: -11; }
    #pns-privacy .flex-order-xl--10 {
      order: -10; }
    #pns-privacy .flex-order-xl--9 {
      order: -9; }
    #pns-privacy .flex-order-xl--8 {
      order: -8; }
    #pns-privacy .flex-order-xl--7 {
      order: -7; }
    #pns-privacy .flex-order-xl--6 {
      order: -6; }
    #pns-privacy .flex-order-xl--5 {
      order: -5; }
    #pns-privacy .flex-order-xl--4 {
      order: -4; }
    #pns-privacy .flex-order-xl--3 {
      order: -3; }
    #pns-privacy .flex-order-xl--2 {
      order: -2; }
    #pns-privacy .flex-order-xl--1 {
      order: -1; }
    #pns-privacy .flex-order-xl-0 {
      order: 0; }
    #pns-privacy .flex-order-xl-1 {
      order: 1; }
    #pns-privacy .flex-order-xl-2 {
      order: 2; }
    #pns-privacy .flex-order-xl-3 {
      order: 3; }
    #pns-privacy .flex-order-xl-4 {
      order: 4; }
    #pns-privacy .flex-order-xl-5 {
      order: 5; }
    #pns-privacy .flex-order-xl-6 {
      order: 6; }
    #pns-privacy .flex-order-xl-7 {
      order: 7; }
    #pns-privacy .flex-order-xl-8 {
      order: 8; }
    #pns-privacy .flex-order-xl-9 {
      order: 9; }
    #pns-privacy .flex-order-xl-10 {
      order: 10; }
    #pns-privacy .flex-order-xl-11 {
      order: 11; }
    #pns-privacy .flex-order-xl-12 {
      order: 12; }
    #pns-privacy .flex-order-xl-13 {
      order: 13; }
    #pns-privacy .flex-order-xl-14 {
      order: 14; }
    #pns-privacy .flex-order-xl-15 {
      order: 15; }
    #pns-privacy .flex-order-xl-16 {
      order: 16; }
    #pns-privacy .flex-order-xl-17 {
      order: 17; }
    #pns-privacy .flex-order-xl-18 {
      order: 18; }
    #pns-privacy .flex-order-xl-19 {
      order: 19; }
    #pns-privacy .flex-order-xl-20 {
      order: 20; }
    #pns-privacy .offset-xl-0, #pns-privacy .flex-offset-xl-0 {
      margin-left: 0%; }
    #pns-privacy .offset-xl-5, #pns-privacy .flex-offset-xl-5 {
      margin-left: 5%; }
    #pns-privacy .offset-xl-10, #pns-privacy .flex-offset-xl-10 {
      margin-left: 10%; }
    #pns-privacy .offset-xl-15, #pns-privacy .flex-offset-xl-15 {
      margin-left: 15%; }
    #pns-privacy .offset-xl-20, #pns-privacy .flex-offset-xl-20 {
      margin-left: 20%; }
    #pns-privacy .offset-xl-25, #pns-privacy .flex-offset-xl-25 {
      margin-left: 25%; }
    #pns-privacy .offset-xl-30, #pns-privacy .flex-offset-xl-30 {
      margin-left: 30%; }
    #pns-privacy .offset-xl-35, #pns-privacy .flex-offset-xl-35 {
      margin-left: 35%; }
    #pns-privacy .offset-xl-40, #pns-privacy .flex-offset-xl-40 {
      margin-left: 40%; }
    #pns-privacy .offset-xl-45, #pns-privacy .flex-offset-xl-45 {
      margin-left: 45%; }
    #pns-privacy .offset-xl-50, #pns-privacy .flex-offset-xl-50 {
      margin-left: 50%; }
    #pns-privacy .offset-xl-55, #pns-privacy .flex-offset-xl-55 {
      margin-left: 55%; }
    #pns-privacy .offset-xl-60, #pns-privacy .flex-offset-xl-60 {
      margin-left: 60%; }
    #pns-privacy .offset-xl-65, #pns-privacy .flex-offset-xl-65 {
      margin-left: 65%; }
    #pns-privacy .offset-xl-70, #pns-privacy .flex-offset-xl-70 {
      margin-left: 70%; }
    #pns-privacy .offset-xl-75, #pns-privacy .flex-offset-xl-75 {
      margin-left: 75%; }
    #pns-privacy .offset-xl-80, #pns-privacy .flex-offset-xl-80 {
      margin-left: 80%; }
    #pns-privacy .offset-xl-85, #pns-privacy .flex-offset-xl-85 {
      margin-left: 85%; }
    #pns-privacy .offset-xl-90, #pns-privacy .flex-offset-xl-90 {
      margin-left: 90%; }
    #pns-privacy .offset-xl-95, #pns-privacy .flex-offset-xl-95 {
      margin-left: 95%; }
    #pns-privacy .offset-xl-33, #pns-privacy .flex-offset-xl-33 {
      margin-left: calc(100% / 3); }
    #pns-privacy .offset-xl-66, #pns-privacy .flex-offset-xl-66 {
      margin-left: calc(200% / 3); }
    #pns-privacy .layout-align-xl {
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch; }
    #pns-privacy .layout-align-xl-start,
    #pns-privacy .layout-align-xl-start-start,
    #pns-privacy .layout-align-xl-start-center,
    #pns-privacy .layout-align-xl-start-end,
    #pns-privacy .layout-align-xl-start-stretch {
      justify-content: flex-start; }
    #pns-privacy .layout-align-xl-center,
    #pns-privacy .layout-align-xl-center-start,
    #pns-privacy .layout-align-xl-center-center,
    #pns-privacy .layout-align-xl-center-end,
    #pns-privacy .layout-align-xl-center-stretch {
      justify-content: center; }
    #pns-privacy .layout-align-xl-end,
    #pns-privacy .layout-align-xl-end-start,
    #pns-privacy .layout-align-xl-end-center,
    #pns-privacy .layout-align-xl-end-end,
    #pns-privacy .layout-align-xl-end-stretch {
      justify-content: flex-end; }
    #pns-privacy .layout-align-xl-space-around,
    #pns-privacy .layout-align-xl-space-around-center,
    #pns-privacy .layout-align-xl-space-around-start,
    #pns-privacy .layout-align-xl-space-around-end,
    #pns-privacy .layout-align-xl-space-around-stretch {
      justify-content: space-around; }
    #pns-privacy .layout-align-xl-space-between,
    #pns-privacy .layout-align-xl-space-between-center,
    #pns-privacy .layout-align-xl-space-between-start,
    #pns-privacy .layout-align-xl-space-between-end,
    #pns-privacy .layout-align-xl-space-between-stretch {
      justify-content: space-between; }
    #pns-privacy .layout-align-xl-start-start,
    #pns-privacy .layout-align-xl-center-start,
    #pns-privacy .layout-align-xl-end-start,
    #pns-privacy .layout-align-xl-space-between-start,
    #pns-privacy .layout-align-xl-space-around-start {
      align-items: flex-start;
      align-content: flex-start; }
    #pns-privacy .layout-align-xl-start-center,
    #pns-privacy .layout-align-xl-center-center,
    #pns-privacy .layout-align-xl-end-center,
    #pns-privacy .layout-align-xl-space-between-center,
    #pns-privacy .layout-align-xl-space-around-center {
      align-items: center;
      align-content: center;
      max-width: 100%; }
    #pns-privacy .layout-align-xl-start-center > *,
    #pns-privacy .layout-align-xl-center-center > *,
    #pns-privacy .layout-align-xl-end-center > *,
    #pns-privacy .layout-align-xl-space-between-center > *,
    #pns-privacy .layout-align-xl-space-around-center > * {
      max-width: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-align-xl-start-end,
    #pns-privacy .layout-align-xl-center-end,
    #pns-privacy .layout-align-xl-end-end,
    #pns-privacy .layout-align-xl-space-between-end,
    #pns-privacy .layout-align-xl-space-around-end {
      align-items: flex-end;
      align-content: flex-end; }
    #pns-privacy .layout-align-xl-start-stretch,
    #pns-privacy .layout-align-xl-center-stretch,
    #pns-privacy .layout-align-xl-end-stretch,
    #pns-privacy .layout-align-xl-space-between-stretch,
    #pns-privacy .layout-align-xl-space-around-stretch {
      align-items: stretch;
      align-content: stretch; }
    #pns-privacy .flex-xl {
      flex: 1;
      box-sizing: border-box; } }

@media screen\0  and (min-width: 1920px) {
  #pns-privacy .flex-xl {
    flex: 1 1 auto; } }
  @media (min-width: 1920px) {
    #pns-privacy .flex-xl-grow {
      flex: 1 1 100%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-initial {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-auto {
      flex: 1 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-none {
      flex: 0 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-noshrink {
      flex: 1 0 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-nogrow {
      flex: 0 1 auto;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-0,
    #pns-privacy .layout-xl-row > .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 0%;
      max-height: 100%;
      box-sizing: border-box;
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xl-0,
    #pns-privacy .layout-xl-column > .flex-xl-0 {
      flex: 1 1 0%;
      max-width: 100%;
      max-height: 0%;
      box-sizing: border-box;
      min-height: 0; }
    #pns-privacy .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-5,
    #pns-privacy .layout-xl-row > .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 5%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-5,
    #pns-privacy .layout-xl-column > .flex-xl-5 {
      flex: 1 1 5%;
      max-width: 100%;
      max-height: 5%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-10,
    #pns-privacy .layout-xl-row > .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 10%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-10,
    #pns-privacy .layout-xl-column > .flex-xl-10 {
      flex: 1 1 10%;
      max-width: 100%;
      max-height: 10%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-15,
    #pns-privacy .layout-xl-row > .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 15%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-15,
    #pns-privacy .layout-xl-column > .flex-xl-15 {
      flex: 1 1 15%;
      max-width: 100%;
      max-height: 15%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-20,
    #pns-privacy .layout-xl-row > .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 20%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-20,
    #pns-privacy .layout-xl-column > .flex-xl-20 {
      flex: 1 1 20%;
      max-width: 100%;
      max-height: 20%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-25,
    #pns-privacy .layout-xl-row > .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 25%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-25,
    #pns-privacy .layout-xl-column > .flex-xl-25 {
      flex: 1 1 25%;
      max-width: 100%;
      max-height: 25%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-30,
    #pns-privacy .layout-xl-row > .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 30%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-30,
    #pns-privacy .layout-xl-column > .flex-xl-30 {
      flex: 1 1 30%;
      max-width: 100%;
      max-height: 30%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-35,
    #pns-privacy .layout-xl-row > .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 35%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-35,
    #pns-privacy .layout-xl-column > .flex-xl-35 {
      flex: 1 1 35%;
      max-width: 100%;
      max-height: 35%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-40,
    #pns-privacy .layout-xl-row > .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 40%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-40,
    #pns-privacy .layout-xl-column > .flex-xl-40 {
      flex: 1 1 40%;
      max-width: 100%;
      max-height: 40%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-45,
    #pns-privacy .layout-xl-row > .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 45%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-45,
    #pns-privacy .layout-xl-column > .flex-xl-45 {
      flex: 1 1 45%;
      max-width: 100%;
      max-height: 45%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-50,
    #pns-privacy .layout-xl-row > .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 50%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-50,
    #pns-privacy .layout-xl-column > .flex-xl-50 {
      flex: 1 1 50%;
      max-width: 100%;
      max-height: 50%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-55,
    #pns-privacy .layout-xl-row > .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 55%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-55,
    #pns-privacy .layout-xl-column > .flex-xl-55 {
      flex: 1 1 55%;
      max-width: 100%;
      max-height: 55%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-60,
    #pns-privacy .layout-xl-row > .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 60%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-60,
    #pns-privacy .layout-xl-column > .flex-xl-60 {
      flex: 1 1 60%;
      max-width: 100%;
      max-height: 60%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-65,
    #pns-privacy .layout-xl-row > .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 65%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-65,
    #pns-privacy .layout-xl-column > .flex-xl-65 {
      flex: 1 1 65%;
      max-width: 100%;
      max-height: 65%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-70,
    #pns-privacy .layout-xl-row > .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 70%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-70,
    #pns-privacy .layout-xl-column > .flex-xl-70 {
      flex: 1 1 70%;
      max-width: 100%;
      max-height: 70%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-75,
    #pns-privacy .layout-xl-row > .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 75%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-75,
    #pns-privacy .layout-xl-column > .flex-xl-75 {
      flex: 1 1 75%;
      max-width: 100%;
      max-height: 75%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-80,
    #pns-privacy .layout-xl-row > .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 80%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-80,
    #pns-privacy .layout-xl-column > .flex-xl-80 {
      flex: 1 1 80%;
      max-width: 100%;
      max-height: 80%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-85,
    #pns-privacy .layout-xl-row > .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 85%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-85,
    #pns-privacy .layout-xl-column > .flex-xl-85 {
      flex: 1 1 85%;
      max-width: 100%;
      max-height: 85%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-90,
    #pns-privacy .layout-xl-row > .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 90%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-90,
    #pns-privacy .layout-xl-column > .flex-xl-90 {
      flex: 1 1 90%;
      max-width: 100%;
      max-height: 90%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-95,
    #pns-privacy .layout-xl-row > .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 95%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-95,
    #pns-privacy .layout-xl-column > .flex-xl-95 {
      flex: 1 1 95%;
      max-width: 100%;
      max-height: 95%;
      box-sizing: border-box; }
    #pns-privacy .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-100,
    #pns-privacy .layout-xl-row > .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-100,
    #pns-privacy .layout-xl-column > .flex-xl-100 {
      flex: 1 1 100%;
      max-width: 100%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-33, #pns-privacy .layout-row > .flex-xl-33, #pns-privacy .layout-xl-row > .flex-xl-33, #pns-privacy .layout-xl-row > .flex-xl-33 {
      flex: 1 1 33.33%;
      max-width: 33.33%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex-xl-66, #pns-privacy .layout-row > .flex-xl-66, #pns-privacy .layout-xl-row > .flex-xl-66, #pns-privacy .layout-xl-row > .flex-xl-66 {
      flex: 1 1 66.66%;
      max-width: 66.66%;
      max-height: 100%;
      box-sizing: border-box; }
    #pns-privacy .layout-row > .flex, #pns-privacy .layout-xl-row > .flex {
      min-width: 0; }
    #pns-privacy .layout-column > .flex-xl-33, #pns-privacy .layout-column > .flex-xl-33, #pns-privacy .layout-xl-column > .flex-xl-33, #pns-privacy .layout-xl-column > .flex-xl-33 {
      flex: 1 1 33.33%;
      max-width: 100%;
      max-height: 33.33%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex-xl-66, #pns-privacy .layout-column > .flex-xl-66, #pns-privacy .layout-xl-column > .flex-xl-66, #pns-privacy .layout-xl-column > .flex-xl-66 {
      flex: 1 1 66.66%;
      max-width: 100%;
      max-height: 66.66%;
      box-sizing: border-box; }
    #pns-privacy .layout-column > .flex, #pns-privacy .layout-xl-column > .flex {
      min-height: 0; }
    #pns-privacy .layout-xl, #pns-privacy .layout-xl-column, #pns-privacy .layout-xl-row {
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #pns-privacy .layout-xl-column {
      flex-direction: column; }
    #pns-privacy .layout-xl-row {
      flex-direction: row; }
    #pns-privacy .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), #pns-privacy .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
      display: none !important; }
    #pns-privacy .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
      display: none !important; } }
  #pns-privacy #privacy-info .content {
    text-align: left; }
    #pns-privacy #privacy-info .content p {
      color: #a7b8c1; }
    #pns-privacy #privacy-info .content > div {
      max-width: 1100px;
      margin: auto; }
      #pns-privacy #privacy-info .content > div h2 {
        margin-bottom: 0px; }
      #pns-privacy #privacy-info .content > div > p, #pns-privacy #privacy-info .content > div ul {
        margin-top: 25px;
        max-width: 80%; }
      #pns-privacy #privacy-info .content > div ul {
        padding-left: 0; }
        #pns-privacy #privacy-info .content > div ul li {
          padding-left: 40px;
          list-style: none;
          text-indent: -22px; }
          #pns-privacy #privacy-info .content > div ul li p {
            margin: 5px 0; }
            #pns-privacy #privacy-info .content > div ul li p:before {
              content: "• ";
              color: #5f6cb3;
              margin-right: 10px; }
      #pns-privacy #privacy-info .content > div:not(:last-child) {
        margin-bottom: 75px; }
        @media (max-width: 990px) {
          #pns-privacy #privacy-info .content > div:not(:last-child) {
            margin-bottom: 40px; } }
      @media (max-width: 990px) {
        #pns-privacy #privacy-info .content > div > p, #pns-privacy #privacy-info .content > div ul {
          margin-top: 10px; }
        #pns-privacy #privacy-info .content > div ul, #pns-privacy #privacy-info .content > div p {
          max-width: 100%; }
          #pns-privacy #privacy-info .content > div ul li, #pns-privacy #privacy-info .content > div p li {
            padding-left: 15px;
            padding-right: 15px; }
        #pns-privacy #privacy-info .content > div p {
          max-width: 100%; } }
  #pns-privacy .pns-hero-sm:before {
    background-image: url("/assets/img/2x/art-dollabillyall.png"); }
