@charset "UTF-8";
@font-face {
  font-family: "site-icons";
  src: url("/App/Web/Assets/fonts/site-icons/site-icons.ttf?wvycth") format("truetype"), url("/App/Web/Assets/fonts/site-icons/site-icons.woff?wvycth") format("woff"), url("/App/Web/Assets/fonts/site-icons/site-icons.svg?wvycth#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.site-icon {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-amazing-logo-large:before {
  content: "";
}

.site-icon-amazing-logo-small:before {
  content: "";
}

.site-icon-apps:before {
  content: "";
}

.site-icon-apps-catalog:before {
  content: "";
}

.site-icon-letter:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #656565;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
}

a {
  color: #16A78C;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media (pointer: fine) {
  a:hover {
    color: #1cd4b2;
  }
}

form {
  display: block;
}

.hidden {
  display: none !important;
}

.simple-layout {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.simple-layout .left,
.simple-layout .right {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.simple-layout .center {
  -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;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.simple-layout .right {
  text-align: right;
}

.page input[type=submit].button,
.page input[type=button].button,
.page button.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}
.page .button {
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #1DBB9F;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media (pointer: fine) {
  .page .button:hover {
    background-color: #168f79;
  }
}
.page .button:focus {
  box-shadow: 0 0 0 3px rgba(22, 167, 140, 0.3);
}
@media screen and (max-width: 767px) {
  .page .button {
    min-width: 140px;
    padding: 14px 24px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page .button {
    min-width: 140px;
    padding: 14px 24px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .page .button {
    min-width: 100px;
    padding: 7px 24px;
    border-radius: 22px;
  }
}
.page .button.button-large {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .page .button.button-large {
    min-width: 150px;
    padding: 9px 24px;
  }
}

.page {
  position: relative;
  z-index: 101;
}
.page .page-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #383838;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .page-title {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page .page-title {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .page .page-title {
    font-size: 33px;
    margin-top: 33px;
    margin-bottom: 41px;
  }
}
.page .page-content {
  padding-top: 33px;
  padding-bottom: 33px;
}
.page .page-content .page-title {
  margin-top: 0;
}
.page .page-content .dual {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: calc(20px + env(safe-area-inset-left));
    padding-right: calc(20px + env(safe-area-inset-right));
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-left: calc(30px + env(safe-area-inset-left));
    padding-right: calc(30px + env(safe-area-inset-right));
  }
}
@media screen and (min-width: 1280px) {
  .page-content {
    max-width: 990px;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: calc(30px + env(safe-area-inset-left));
    padding-right: calc(30px + env(safe-area-inset-right));
  }
}
.page-content.page-content-wide {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.page-content.page-content-wide section .section-body {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-content.page-content-wide section .section-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .page-content.page-content-wide section .section-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content.page-content-wide section .section-body {
    max-width: 990px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

header.logo {
  position: relative;
  z-index: 104;
  height: 60px;
  height: calc(60px + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
}
header.logo .logo-text {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.logo .logo-text:after {
  display: inline-block;
  vertical-align: top;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 28px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  header.logo {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  header.logo {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  header.logo {
    display: none;
  }
}

header.main {
  color: rgba(255, 255, 255, 0.9);
  background-color: #1DBB9F;
}
@media screen and (max-width: 767px) {
  header.main {
    height: 60px;
    position: fixed;
    z-index: 104;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(60px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 14px rgba(45, 114, 101, 0.5);
  }
  .page {
    padding-bottom: 60px;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  header.main {
    height: 54px;
    position: fixed;
    z-index: 104;
    left: 0;
    right: 0;
    top: 0;
    height: calc(54px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 8px rgba(45, 114, 101, 0.4);
  }
  .page {
    padding-top: 54px;
  }
}
@media screen and (min-width: 1280px) {
  header.main {
    height: 54px;
    position: fixed;
    z-index: 104;
    left: 0;
    right: 0;
    top: 0;
    height: calc(54px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 8px rgba(45, 114, 101, 0.4);
  }
  .page {
    padding-top: 54px;
  }
}
header.main a {
  color: inherit;
  text-decoration: none;
}
header.main .page-content {
  height: 100%;
}
header.main .page-content .simple-layout {
  height: 100%;
}
header.main .logo {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -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;
}
header.main .logo img {
  display: block;
}
header.main .menu {
  height: 100%;
  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: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
header.main .menu .menu-item {
  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;
  min-width: 0;
  padding-left: 23px;
  padding-right: 23px;
  padding-left: 20px;
  padding-right: 20px;
}
header.main .lang-icon {
  margin-bottom: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease;
  -moz-transition: color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
header.main .lang-icon.lang-icon-selected {
  color: #1DBB9F;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (pointer: fine) {
  header.main .lang-icon:hover:not(.lang-icon-selected) {
    color: #1DBB9F;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
header.main .langs {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -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;
}
header.main .langs .lang {
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
}
header.main .langs .lang + .lang {
  margin-left: 5px;
}

@media screen and (max-width: 899px) {
  header.main {
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  header.main .page-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.main .navbar-full {
    display: none;
  }
  header.main .navbar-compact {
    height: 100%;
  }
  header.main .navbar-compact .menu {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  header.main .navbar-compact .menu .menu-item {
    position: relative;
  }
  header.main .navbar-compact .menu .menu-item .icon {
    position: relative;
    font-size: 25px;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    /* Firefox Mobile */
    max-height: 1000000em;
    /* Chrome for Android */
  }
  header.main .navbar-compact .menu .menu-item .text, header.main .navbar-compact .menu .menu-item .text-content {
    display: none;
  }
  header.main .navbar-compact .menu .menu-item.menu-item-selected:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 49px;
    height: 49px;
    margin: auto;
    border-radius: 50%/50%;
    background-color: white;
  }
  header.main .navbar-compact .menu .menu-item.menu-item-selected .icon {
    line-height: 1;
    color: #1DBB9F;
  }
  @media not screen and (pointer: fine) {
    body.keyboard-open header.main {
      -webkit-transform: translateY(90%);
      -moz-transform: translateY(90%);
      -ms-transform: translateY(90%);
      -o-transform: translateY(90%);
      transform: translateY(90%);
    }
  }
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  header.main .navbar-compact {
    display: none;
  }
  header.main .navbar-full {
    height: 100%;
  }
  header.main .navbar-full .logo {
    font-size: 28px;
    color: white;
  }
  header.main .navbar-full .menu .menu-item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  header.main .navbar-full .menu .menu-item .icon {
    display: none;
  }
  header.main .navbar-full .menu .menu-item .text, header.main .navbar-full .menu .menu-item .text-content {
    border-radius: 500px;
    padding: 2px 18px;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease;
    -moz-transition: color 0.15s ease, background-color 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease;
  }
  header.main .navbar-full .menu .menu-item.menu-item-selected .text, header.main .navbar-full .menu .menu-item.menu-item-selected .text-content {
    color: #1DBB9F;
    background-color: white;
  }
}
@media screen and (min-width: 900px) and (max-width: 1279px) and (pointer: fine) {
  header.main .navbar-full .menu .menu-item:hover:not(.menu-item-selected) .text, header.main .navbar-full .menu .menu-item:hover:not(.menu-item-selected) .text-content {
    color: #1DBB9F;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 1280px) {
  header.main .navbar-compact {
    display: none;
  }
  header.main .navbar-full {
    height: 100%;
  }
  header.main .navbar-full .logo {
    font-size: 28px;
    color: white;
  }
  header.main .navbar-full .menu .menu-item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  header.main .navbar-full .menu .menu-item .icon {
    display: none;
  }
  header.main .navbar-full .menu .menu-item .text, header.main .navbar-full .menu .menu-item .text-content {
    border-radius: 500px;
    padding: 2px 18px;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease;
    -moz-transition: color 0.15s ease, background-color 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease;
  }
  header.main .navbar-full .menu .menu-item.menu-item-selected .text, header.main .navbar-full .menu .menu-item.menu-item-selected .text-content {
    color: #1DBB9F;
    background-color: white;
  }
}
@media screen and (min-width: 1280px) and (pointer: fine) {
  header.main .navbar-full .menu .menu-item:hover:not(.menu-item-selected) .text, header.main .navbar-full .menu .menu-item:hover:not(.menu-item-selected) .text-content {
    color: #1DBB9F;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 767px) {
  footer.main {
    display: none;
  }
}
footer.main .page-content {
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
  text-align: center;
}
footer.main .page-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  border-top: 1px solid #E5E5E5;
}

.text, .text-content {
  line-height: 1.6;
}
.text p + p, .text-content p + p {
  margin-top: 1.7em;
}
.page .text a,
.text a,
.text-content a {
  color: #16A78C;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media (pointer: fine) {
  .page .text a:hover,
.text a:hover,
.text-content a:hover {
    color: #1cd4b2;
  }
}

.narrow-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.text-content:after {
  content: "·";
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #A9A9A9;
  display: block;
  margin: auto;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .text-content:after {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .text-content:after {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .text-content:after {
    padding-top: 40px;
  }
}
.text-content h4 {
  margin-top: 2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #383838;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .text-content h4 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .text-content h4 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .text-content h4 {
    text-align: left;
  }
}
.text-content .actions:not(:first-child) {
  margin-top: 40px;
}
.text-content a.button {
  text-decoration: none;
}
@media (pointer: fine) {
  .text-content a.button:hover {
    color: white;
  }
}

.centered-content {
  text-align: center;
}

.apps-list:after {
  content: "·";
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #A9A9A9;
  display: block;
  margin: auto;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .apps-list .items .item {
    display: block;
  }
  .apps-list .items .item + .item {
    margin-top: 60px;
  }
  .apps-list .items .item a {
    color: inherit;
    text-decoration: none;
  }
  .apps-list:after {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .apps-list .items .item {
    display: block;
  }
  .apps-list .items .item + .item {
    margin-top: 80px;
  }
  .apps-list .items .item a {
    color: inherit;
    text-decoration: none;
  }
  .apps-list:after {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .apps-list .items .item {
    display: block;
  }
  .apps-list .items .item + .item {
    margin-top: 80px;
  }
  .apps-list .items .item a {
    color: inherit;
    text-decoration: none;
  }
  .apps-list:after {
    padding-top: 80px;
  }
}

.app-preview .artwork {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 930px;
  background-color: #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #E5E5E5;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.app-preview .artwork picture,
.app-preview .artwork img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.app-preview .artwork .artwork-body {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.app-preview .artwork .artwork-body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.app-preview .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #383838;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.app-preview .platforms {
  margin-top: 8px;
}
.app-preview .note {
  margin-top: 12px;
}
.app-preview .actions {
  margin-top: 20px;
}
@media (pointer: fine) {
  .app-preview:hover .artwork {
    background-color: rgba(22, 167, 140, 0.3);
    box-shadow: 0 0 0 4px rgba(22, 167, 140, 0.3);
  }
  .app-preview:hover .title {
    color: #16A78C;
  }
}
@media screen and (max-width: 767px) {
  .app-preview .image {
    text-align: center;
  }
  .app-preview .image + .details {
    margin-top: 16px;
  }
  .app-preview .details {
    text-align: center;
  }
  .app-preview .actions {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .app-preview {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .app-preview .image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
  }
  .app-preview .title,
.app-preview .platforms {
    display: inline-block;
  }
  .app-preview .platforms {
    margin-top: 0;
    margin-left: 12px;
  }
  .app-preview .details {
    -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;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .app-preview {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .app-preview .image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
  }
  .app-preview .title,
.app-preview .platforms {
    display: inline-block;
  }
  .app-preview .platforms {
    margin-top: 0;
    margin-left: 12px;
  }
  .app-preview .details {
    -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;
    margin-left: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .app-preview.featured-app-preview {
    margin-bottom: 120px;
    -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;
  }
  .app-preview.featured-app-preview .artwork {
    width: 100%;
    box-shadow: 0 0 0 6px #E5E5E5;
  }
  .app-preview.featured-app-preview .image {
    width: 100%;
    text-align: center;
  }
  .app-preview.featured-app-preview .title,
.app-preview.featured-app-preview .platforms {
    display: block;
  }
  .app-preview.featured-app-preview .platforms {
    margin-top: 8px;
    margin-left: 0;
  }
  .app-preview.featured-app-preview .details {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
  }
  .app-preview.featured-app-preview .details .info {
    -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;
  }
  .app-preview.featured-app-preview .details .actions {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 48px;
  }
  .app-preview.featured-app-preview .details .title {
    font-size: 30px;
  }
  .app-preview.featured-app-preview .details .note {
    font-size: 18px;
  }
  .app-preview.featured-app-preview .details .actions {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (pointer: fine) {
  .app-preview.featured-app-preview:hover .artwork {
    box-shadow: 0 0 0 6px rgba(22, 167, 140, 0.3);
  }
}
@media screen and (min-width: 1280px) {
  .app-preview.featured-app-preview {
    margin-bottom: 120px;
    -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;
  }
  .app-preview.featured-app-preview .artwork {
    width: 100%;
    box-shadow: 0 0 0 6px #E5E5E5;
  }
  .app-preview.featured-app-preview .image {
    width: 100%;
    text-align: center;
  }
  .app-preview.featured-app-preview .title,
.app-preview.featured-app-preview .platforms {
    display: block;
  }
  .app-preview.featured-app-preview .platforms {
    margin-top: 8px;
    margin-left: 0;
  }
  .app-preview.featured-app-preview .details {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
  }
  .app-preview.featured-app-preview .details .info {
    -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;
  }
  .app-preview.featured-app-preview .details .actions {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 48px;
  }
  .app-preview.featured-app-preview .details .title {
    font-size: 30px;
  }
  .app-preview.featured-app-preview .details .note {
    font-size: 18px;
  }
  .app-preview.featured-app-preview .details .actions {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) and (pointer: fine) {
  .app-preview.featured-app-preview:hover .artwork {
    box-shadow: 0 0 0 6px rgba(22, 167, 140, 0.3);
  }
}

.form-content .text, .form-content .text-content {
  text-align: center;
  margin-bottom: 40px;
}

.form {
  margin-bottom: 40px;
}
.form .form-group + .form-group {
  margin-top: 36px;
}
.form .form-group .form-label {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  text-size-adjust: 110%;
  -moz-text-size-adjust: 110%;
  /* Firefox Mobile */
  max-height: 1000000em;
  /* Chrome for Android */
}
.form .form-group .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #B8B8B8;
  box-shadow: 0 0 0 3px #E5E5E5;
  padding: 12px 14px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #656565;
  background-color: white;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form .form-group .form-control:focus {
  outline: none !important;
  border-color: #16A78C;
  box-shadow: 0 0 0 3px rgba(22, 167, 140, 0.3);
}
.form .form-group textarea.form-control {
  resize: vertical;
}
.form .form-group .captcha-input-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -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;
  border-radius: 3px;
  border: 1px solid #B8B8B8;
  box-shadow: 0 0 0 3px #E5E5E5;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form .form-group .captcha-input-group .captcha-image,
.form .form-group .captcha-input-group .captcha-input {
  display: block;
}
.form .form-group .captcha-input-group .captcha-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 119px;
  min-height: 56px;
  border-right: 1px solid rgba(184, 184, 184, 0.5);
}
.form .form-group .captcha-input-group .captcha-image img {
  display: block;
  min-width: 100px;
  min-height: 50px;
}
.form .form-group .captcha-input-group .captcha-input {
  -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;
  min-width: 0;
}
.form .form-group .captcha-input-group:focus-within {
  outline: none !important;
  border-color: #16A78C;
  box-shadow: 0 0 0 3px rgba(22, 167, 140, 0.3);
}
.form .form-group .captcha-input-group .form-control {
  border: none;
  box-shadow: none;
}
.form .form-group .errors .validation-message {
  margin-top: 8px;
  font-size: 17px;
  color: #FF293E;
}
.form .form-group.form-group-required .form-label:after {
  content: " *";
  color: #FF293E;
}
.form .form-actions {
  margin-top: 46px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-top: -60px;
    padding-top: 60px;
    margin-top: calc(-1 * (60px + env(safe-area-inset-top)));
    padding-top: calc(60px + env(safe-area-inset-top));
  }
}
.google-play {
  display: inline-block;
  vertical-align: top;
}
.google-play img {
  display: block;
  width: 240px;
  height: auto;
  margin: auto;
}

.intro-just-shopping {
  background-color: #FFFDF1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
.intro-just-shopping .page-content {
  padding-bottom: 0;
}
.intro-just-shopping .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #383838;
}
.intro-just-shopping .title h1 {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: 0 0 20px #FFFDF1, 0 0 30px #FFFDF1, 0 0 40px #FFFDF1;
}
.intro-just-shopping .images-slider {
  overflow: hidden;
}
.intro-just-shopping .images-slider .images {
  margin-top: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -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;
}
.intro-just-shopping .images-slider .images .image:not(.image-featured) {
  box-shadow: 0 7px 26px 1px rgba(0, 0, 0, 0.2), 0 2px 0px 1px rgba(0, 0, 0, 0.02);
}
.intro-just-shopping .images-slider .images .image img {
  display: block;
}
.intro-just-shopping .images-slider.swiper-container-initialized .images {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.intro-just-shopping .footer {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro-just-shopping .title {
    font-size: 28px;
  }
  .intro-just-shopping .images-slider .images {
    -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;
  }
  .intro-just-shopping .images-slider .images .image {
    margin-left: 8px;
    margin-right: 8px;
  }
  .intro-just-shopping .images-slider .images .image img {
    max-width: 100%;
    height: auto;
  }
  .intro-just-shopping .images-slider .images .image img {
    max-width: 260px;
  }
  .intro-just-shopping .images-slider .images .image.image-featured {
    margin-left: 0;
    margin-right: 0;
  }
  .intro-just-shopping .images-slider .images .image.image-featured img {
    max-width: 280px;
  }
  .intro-just-shopping .images-slider .images .image:not(.image-featured) {
    display: none;
  }
  .intro-just-shopping .images-slider.swiper-container-initialized .images .image {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .intro-just-shopping .title {
    font-size: 32px;
  }
  .intro-just-shopping .images-slider .images .image {
    margin-left: 30px;
    margin-right: 30px;
  }
  .intro-just-shopping .images-slider .images .image-featured {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .intro-just-shopping .title {
    font-size: 36px;
  }
  .intro-just-shopping .images-slider .images .image {
    margin-left: 30px;
    margin-right: 30px;
  }
  .intro-just-shopping .images-slider .images .image-featured {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body.page-just-shopping .page .page-content {
  padding-bottom: 0;
}
body.page-just-shopping footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-just-shopping footer.main .page-content:before {
  border-top-color: #DCDCDC;
}

.page-just-shopping-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-just-shopping-content a {
  color: #0645AD;
}
.page-just-shopping-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #0645AD;
}
.page-just-shopping-content ul {
  padding-left: 2ch;
}
.page-just-shopping-content ul li {
  padding-left: 1ch;
}
.page-just-shopping-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-just-shopping-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-just-shopping-content section .content {
  padding-bottom: 43px;
}
.page-just-shopping-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-just-shopping-content section.section-footer .section-body {
  text-align: center;
  padding-bottom: 50px;
}
.page-just-shopping-content section p {
  line-height: 1.5;
}
.page-just-shopping-content section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page-just-shopping-content .subheading {
  font-weight: bold;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-just-shopping-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-just-shopping-content .subheading {
    font-size: 32px;
  }
}
.page-just-shopping-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-just-shopping-content p:first-child {
  margin-top: 0;
}
.page-just-shopping-content p:last-child {
  margin-bottom: 0;
}
.page-just-shopping-content aside img {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
  margin-bottom: 46px;
}
@media screen and (max-width: 940px) {
  .page-just-shopping-content section .layout-left-aside,
.page-just-shopping-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-just-shopping-content section .layout-left-aside aside,
.page-just-shopping-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
  }
  .page-just-shopping-content section .layout-left-aside aside img,
.page-just-shopping-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-just-shopping-content section .layout-left-aside .content,
.page-just-shopping-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-just-shopping-content section .layout-left-aside,
.page-just-shopping-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-just-shopping-content section .layout-left-aside aside,
.page-just-shopping-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -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;
  }
  .page-just-shopping-content section .layout-left-aside.layout-aside-v-center,
.page-just-shopping-content section .layout-right-aside.layout-aside-v-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;
  }
  .page-just-shopping-content section .layout-left-aside .content,
.page-just-shopping-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-just-shopping-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-just-shopping-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-just-shopping-content section .layout-right-aside aside img {
    margin-left: 35px;
  }
  .page-just-shopping-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-just-shopping-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-just-shopping-content section .layout-left-aside aside img {
    margin-right: 35px;
  }
}

.intro-newstream {
  background-color: #F0EDE6;
  background-position: 0 0;
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: Georgia, serif;
}
.intro-newstream .intro-layout {
  position: relative;
  padding-top: 30px;
}
.intro-newstream .intro-layout .image {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  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;
}
.intro-newstream .intro-layout .image picture,
.intro-newstream .intro-layout .image img {
  display: block;
}
.intro-newstream .intro-layout .title-box {
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: black;
  padding-bottom: 10px;
}
.intro-newstream .intro-layout .title-box .title {
  font-size: 44px;
}
.intro-newstream .intro-layout .title-box .subtitle {
  font-size: 15px;
  color: #52514E;
  margin-top: 10px;
}
.intro-newstream .intro-layout .title-box .subtitle:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  content: "";
  display: block;
  margin: auto;
  width: 120px;
  border-top: 1px solid #777673;
}

body.page-newstream .page .page-content {
  padding-bottom: 0;
}
body.page-newstream footer.main {
  color: #333333;
  background-color: #f4f5f6;
}
body.page-newstream footer.main .page-content {
  padding-top: 0;
}
body.page-newstream footer.main .page-content:before {
  display: none;
  content: none;
}

.page-newstream-content {
  overflow: hidden;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  background-color: #f4f5f6;
}
.page-newstream-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-newstream-content section .content {
  padding-bottom: 43px;
}
.page-newstream-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-newstream-content .subheading {
  font-weight: normal;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-newstream-content .subheading {
    font-size: 30px;
  }
}
@media screen and (min-width: 941px) {
  .page-newstream-content .subheading {
    font-size: 37px;
  }
}
.page-newstream-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-newstream-content p:first-child {
  margin-top: 0;
}
.page-newstream-content p:last-child {
  margin-bottom: 0;
}
.page-newstream-content aside img {
  display: block;
}
@media screen and (max-width: 940px) {
  .page-newstream-content section .layout-left-aside,
.page-newstream-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-newstream-content section .layout-left-aside aside,
.page-newstream-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-newstream-content section .layout-left-aside aside img,
.page-newstream-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-newstream-content section .layout-left-aside .content,
.page-newstream-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-newstream-content section .layout-left-aside,
.page-newstream-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-newstream-content section .layout-left-aside aside,
.page-newstream-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-newstream-content section .layout-left-aside .content,
.page-newstream-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-newstream-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-newstream-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-newstream-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-newstream-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-newstream-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-newstream-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

.intro-tvbot {
  position: relative;
  background-color: #efefef;
  border-bottom: 1px solid #d2d3d4;
}
.intro-tvbot .title-box {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.intro-tvbot .intro-layout .image {
  overflow: hidden;
  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;
}
.intro-tvbot .intro-layout .image picture,
.intro-tvbot .intro-layout .image img {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  display: block;
}

body.page-tvbot .page .page-content {
  padding-bottom: 0;
}
body.page-tvbot .page .page-content .dual > p {
  break-inside: avoid;
}
body.page-tvbot footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-tvbot footer.main .page-content {
  padding-top: 0;
}
body.page-tvbot footer.main .page-content:before {
  display: none;
  content: none;
}

.page-tvbot-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-tvbot-content a {
  color: #0645AD;
}
.page-tvbot-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #0645AD;
}
.page-tvbot-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-tvbot-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-tvbot-content section .content {
  padding-bottom: 43px;
}
.page-tvbot-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-tvbot-content section p {
  line-height: 1.5;
}
.page-tvbot-content .subheading {
  font-weight: normal;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-tvbot-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-tvbot-content .subheading {
    font-size: 32px;
  }
}
.page-tvbot-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-tvbot-content p:first-child {
  margin-top: 0;
}
.page-tvbot-content p:last-child {
  margin-bottom: 0;
}
.page-tvbot-content aside img {
  display: block;
}
@media screen and (max-width: 940px) {
  .page-tvbot-content section .layout-left-aside,
.page-tvbot-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-tvbot-content section .layout-left-aside aside,
.page-tvbot-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-tvbot-content section .layout-left-aside aside img,
.page-tvbot-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-tvbot-content section .layout-left-aside .content,
.page-tvbot-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-tvbot-content section .layout-left-aside,
.page-tvbot-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-tvbot-content section .layout-left-aside aside,
.page-tvbot-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-tvbot-content section .layout-left-aside .content,
.page-tvbot-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-tvbot-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-tvbot-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-tvbot-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-tvbot-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-tvbot-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-tvbot-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

.page-notsu header.logo .logo-text {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.page-notsu header.logo .logo-text:after {
  color: white;
}

.intro-notsu {
  background-color: #5e493d;
  background-position: 0 0;
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-image: url("/App/Web/Data/apps/notsu/images/background.jpg");
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .intro-notsu {
    background-image: url("/App/Web/Data/apps/notsu/images/background-2x.jpg");
  }
}
.intro-notsu .page-content {
  padding-bottom: 0;
}
.intro-notsu .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #383838;
}
.intro-notsu .title h1 {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.intro-notsu .images-slider {
  overflow: hidden;
}
.intro-notsu .images-slider .images {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -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;
}
.intro-notsu .images-slider .images .image img {
  display: block;
}
.intro-notsu .images-slider.swiper-container-initialized .images {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.intro-notsu .footer {
  margin-top: 18px;
  margin-bottom: 24px;
  text-align: center;
}
.intro-notsu .footer a {
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .intro-notsu .title {
    font-size: 28px;
  }
  .intro-notsu .images {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .intro-notsu .images-slider .images {
    -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;
  }
  .intro-notsu .images-slider .images .image {
    margin-left: 8px;
    margin-right: 8px;
  }
  .intro-notsu .images-slider .images .image img {
    max-width: 100%;
    height: auto;
  }
  .intro-notsu .images-slider .images .image img {
    max-width: 260px;
  }
  .intro-notsu .images-slider .images .image.image-featured {
    margin-left: 0;
    margin-right: 0;
  }
  .intro-notsu .images-slider .images .image.image-featured img {
    max-width: 280px;
  }
  .intro-notsu .images-slider .images .image:not(.image-featured) {
    display: none;
  }
  .intro-notsu .images-slider.swiper-container-initialized .images .image {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .intro-notsu .title {
    font-size: 32px;
  }
  .intro-notsu .images {
    margin-top: 24px;
    margin-bottom: 18px;
  }
  .intro-notsu .images .image {
    margin-left: 30px;
    margin-right: 30px;
  }
  .intro-notsu .images .image-featured {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .intro-notsu .title {
    font-size: 36px;
  }
  .intro-notsu .images {
    margin-top: 24px;
    margin-bottom: 18px;
  }
  .intro-notsu .images .image {
    margin-left: 30px;
    margin-right: 30px;
  }
  .intro-notsu .images .image-featured {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body.page-notsu .page .page-content {
  padding-bottom: 0;
}
body.page-notsu .page .page-content .dual > p {
  break-inside: avoid;
}
body.page-notsu footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-notsu footer.main .page-content {
  padding-top: 0;
}
body.page-notsu footer.main .page-content:before {
  display: none;
  content: none;
}

.page-notsu-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-notsu-content a {
  color: #0645AD;
}
.page-notsu-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #0645AD;
}
.page-notsu-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-notsu-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-notsu-content section .content {
  padding-bottom: 43px;
}
.page-notsu-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-notsu-content section p {
  line-height: 1.5;
}
.page-notsu-content .subheading {
  font-weight: normal;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-notsu-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-notsu-content .subheading {
    font-size: 32px;
  }
}
.page-notsu-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-notsu-content p:first-child {
  margin-top: 0;
}
.page-notsu-content p:last-child {
  margin-bottom: 0;
}
.page-notsu-content aside img {
  display: block;
}
@media screen and (max-width: 940px) {
  .page-notsu-content section .layout-left-aside,
.page-notsu-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-notsu-content section .layout-left-aside aside,
.page-notsu-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-notsu-content section .layout-left-aside aside img,
.page-notsu-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-notsu-content section .layout-left-aside .content,
.page-notsu-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-notsu-content section .layout-left-aside,
.page-notsu-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-notsu-content section .layout-left-aside aside,
.page-notsu-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-notsu-content section .layout-left-aside .content,
.page-notsu-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-notsu-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-notsu-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-notsu-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-notsu-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-notsu-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-notsu-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

body.page-informer .intro {
  padding-top: 0;
}
body.page-informer header.logo .logo-text {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
body.page-informer header.logo .logo-text:after {
  color: white;
}

.intro-informer {
  overflow: hidden;
}
.intro-informer .tri-pane {
  position: relative;
  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: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  text-align: center;
}
.intro-informer .tri-pane:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.12);
}
.intro-informer .tri-pane .left,
.intro-informer .tri-pane .right {
  -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;
  min-width: 0;
  height: auto;
}
.intro-informer .tri-pane .left:before,
.intro-informer .tri-pane .right:before {
  content: " ";
}
.intro-informer .tri-pane .left {
  background-color: #7a225e;
}
.intro-informer .tri-pane .medium {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  background-color: #932E5A;
  background-image: -webkit-linear-gradient(left, #7a225e 0%, #b34b66 100%);
  background-image: linear-gradient(to right,#7a225e 0%, #b34b66 100%);
}
.intro-informer .tri-pane .right {
  background-color: #b34b66;
}
.intro-informer .tri-pane .title {
  display: none;
  padding-top: 30px;
  color: white;
}
.intro-informer .tri-pane .image img {
  display: block;
}
@media screen and (max-width: 537px) {
  .intro-informer .tri-pane .image img {
    width: 537px;
    height: 460px;
  }
}
@media screen and (min-width: 538px) {
  .intro-informer .tri-pane .image {
    padding-top: 30px;
  }
  .intro-informer .tri-pane .image img {
    width: 766px;
    height: 330px;
  }
}
@media screen and (min-width: 538px) and (max-width: 767px) {
  .intro-informer .tri-pane .image {
    padding-top: 60px;
  }
}
.intro-informer .tri-pane .medium {
  position: relative;
  text-align: left;
}
.intro-informer .tri-pane .medium .text, .intro-informer .tri-pane .medium .text-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 130px;
  margin-left: 395px;
  width: 240px;
  font-size: 13px;
  line-height: 17px;
  color: white;
}
.intro-informer .tri-pane .medium .text a, .intro-informer .tri-pane .medium .text-content a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 537px) {
  .intro-informer .tri-pane .medium .text, .intro-informer .tri-pane .medium .text-content {
    display: none;
  }
}
@media screen and (min-width: 538px) and (max-width: 767px) {
  .intro-informer .tri-pane .medium .text, .intro-informer .tri-pane .medium .text-content {
    margin-top: 160px;
  }
}

body.page-informer .page .page-content {
  padding-bottom: 0;
}
body.page-informer .page .page-content .dual > p {
  break-inside: avoid;
}
body.page-informer footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-informer footer.main .page-content {
  padding-top: 0;
}
body.page-informer footer.main .page-content:before {
  display: none;
  content: none;
}

.page-informer-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-informer-content a {
  color: #a03d63;
}
.page-informer-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #a03d63;
}
@media (pointer: fine) {
  .page-informer-content a:hover {
    color: #ea6196;
  }
  .page-informer-content a:hover[href^="#"] {
    border-bottom-color: #a03d63;
  }
}
.page-informer-content ul {
  padding-left: 20px;
}
.page-informer-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-informer-content .subheading {
  font-weight: normal;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-informer-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-informer-content .subheading {
    font-size: 32px;
  }
}
.page-informer-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-informer-content p:first-child {
  margin-top: 0;
}
.page-informer-content p:last-child {
  margin-bottom: 0;
}
.page-informer-content .strong {
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .page-informer-content .dual-columns .column + .column {
    margin-top: 32px;
  }
}
@media screen and (min-width: 941px) {
  .page-informer-content .dual-columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-informer-content .dual-columns .column {
    -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;
    min-width: 0;
    width: 50%;
  }
  .page-informer-content .dual-columns .column:first-child {
    padding-right: 30px;
  }
  .page-informer-content .dual-columns .column:last-child {
    padding-left: 30px;
  }
}
.page-informer-content .dual ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-informer-content aside img {
  display: block;
}
.page-informer-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-informer-content section .content {
  padding-bottom: 43px;
}
.page-informer-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-informer-content section p {
  line-height: 1.5;
}
@media screen and (max-width: 940px) {
  .page-informer-content section .layout-left-aside,
.page-informer-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-informer-content section .layout-left-aside aside,
.page-informer-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-informer-content section .layout-left-aside aside img,
.page-informer-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-informer-content section .layout-left-aside .content,
.page-informer-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-informer-content section .layout-left-aside,
.page-informer-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-informer-content section .layout-left-aside aside,
.page-informer-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-informer-content section .layout-left-aside .content,
.page-informer-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-informer-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-informer-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-informer-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-informer-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-informer-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-informer-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

body.page-gem .intro {
  padding-top: 0;
}
body.page-gem header.logo .logo-text {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
body.page-gem header.logo .logo-text:after {
  color: white;
}

.intro-gem {
  overflow: hidden;
}
.intro-gem .pane {
  position: relative;
  background: #0a5176 url("/App/Web/Data/apps/gem/images/intro-bk.png") repeat-x 0 0;
  text-align: center;
}
.intro-gem .pane:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.12);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .intro-gem .pane {
    background-image: url("/App/Web/Data/apps/gem/images/intro-bk-2x.png");
    background-size: 20px 500px;
  }
}
.intro-gem .pane .title {
  display: none;
  padding-top: 30px;
  color: white;
}
.intro-gem .pane .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .intro-gem .pane {
    background-image: url("/App/Web/Data/apps/gem/images/intro-portrait-bk.png");
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 1.3/1), only screen and (max-width: 767px) and (min-resolution: 125dpi), only screen and (max-width: 767px) and (min-resolution: 1.3dppx) {
  .intro-gem .pane {
    background-image: url("/App/Web/Data/apps/gem/images/intro-portrait-bk-2x.png");
    background-size: 10px 380px;
  }
}
@media screen and (max-width: 767px) {
  .intro-gem .pane .image img {
    width: 320px;
    height: 380px;
  }
}
@media screen and (min-width: 768px) {
  .intro-gem .pane .image img {
    width: 930px;
    height: 500px;
  }
}

body.page-gem .page .page-content {
  padding-bottom: 0;
}
body.page-gem .page .page-content .dual > p {
  break-inside: avoid;
}
body.page-gem footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-gem footer.main .page-content {
  padding-top: 0;
}
body.page-gem footer.main .page-content:before {
  display: none;
  content: none;
}

.page-gem-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-gem-content a {
  color: #0C6494;
}
.page-gem-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #0C6494;
}
@media (pointer: fine) {
  .page-gem-content a:hover {
    color: #008AD4;
  }
  .page-gem-content a:hover[href^="#"] {
    border-bottom-color: #008AD4;
  }
}
.page-gem-content ul {
  padding-left: 20px;
}
.page-gem-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-gem-content .subheading {
  font-weight: normal;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-gem-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-gem-content .subheading {
    font-size: 32px;
  }
}
.page-gem-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-gem-content p:first-child {
  margin-top: 0;
}
.page-gem-content p:last-child {
  margin-bottom: 0;
}
.page-gem-content .strong {
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .page-gem-content .dual-columns .column + .column {
    margin-top: 32px;
  }
}
@media screen and (min-width: 941px) {
  .page-gem-content .dual-columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-gem-content .dual-columns .column {
    -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;
    min-width: 0;
    width: 50%;
  }
  .page-gem-content .dual-columns .column:first-child {
    padding-right: 30px;
  }
  .page-gem-content .dual-columns .column:last-child {
    padding-left: 30px;
  }
}
.page-gem-content .dual ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-gem-content aside img {
  display: block;
}
.page-gem-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-gem-content section .content {
  padding-bottom: 43px;
}
.page-gem-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-gem-content section p {
  line-height: 1.5;
}
@media screen and (max-width: 940px) {
  .page-gem-content section .layout-left-aside,
.page-gem-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-gem-content section .layout-left-aside aside,
.page-gem-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-gem-content section .layout-left-aside aside img,
.page-gem-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-gem-content section .layout-left-aside .content,
.page-gem-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-gem-content section .layout-left-aside,
.page-gem-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-gem-content section .layout-left-aside aside,
.page-gem-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-gem-content section .layout-left-aside .content,
.page-gem-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-gem-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-gem-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-gem-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-gem-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-gem-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-gem-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

body.page-onhand .intro {
  padding-top: 0;
}
body.page-onhand header.logo .logo-text {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
body.page-onhand header.logo .logo-text:after {
  color: white;
}

.intro-onhand {
  overflow: hidden;
}
.intro-onhand .app-title {
  display: none;
  padding-top: 30px;
  color: white;
}
.intro-onhand .pane {
  overflow: hidden;
  position: relative;
  background: #92A4B2;
  /*
  // Portrait
  @media screen and (max-width: 767px) {
    .image {
      img {
        width: 320px;
        height: 380px
      }
    }
  }

  // Landscape
  @media screen and (min-width: 768px) {
    .image {

      margin: {
        top: 60px;
        bottom: 60px;
      }

      img {
        width: 543px;
        height: 384px
      }
    }
  }
  */
}
.intro-onhand .pane:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(34, 57, 81, 0) 0%, rgba(34, 57, 81, 0) 7%, rgba(34, 57, 81, 0.1) 100%);
  background-image: linear-gradient(to top,rgba(34, 57, 81, 0) 0%, rgba(34, 57, 81, 0) 7%, rgba(34, 57, 81, 0.1) 100%);
}
.intro-onhand .pane:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(34, 57, 81, 0) 0%, rgba(34, 57, 81, 0) 10%, rgba(34, 57, 81, 0.2) 100%);
  background-image: linear-gradient(to bottom,rgba(34, 57, 81, 0) 0%, rgba(34, 57, 81, 0) 10%, rgba(34, 57, 81, 0.2) 100%);
}
.intro-onhand .pane .page-content {
  padding-top: 0;
  padding-bottom: 0;
}
.intro-onhand .pane .image img {
  display: block;
  box-shadow: 0 0 30px 0 rgba(64, 78, 89, 0.5);
}
.intro-onhand .pane .pane-layout-landscape {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .intro-onhand .pane .pane-layout-landscape {
    display: none;
  }
}
.intro-onhand .pane .pane-layout-landscape .page-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -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;
}
.intro-onhand .pane .pane-layout-landscape .details {
  margin-left: 64px;
}
@media (max-width: 900px) {
  .intro-onhand .pane .pane-layout-landscape .details {
    margin-left: 32px;
  }
}
.intro-onhand .pane .pane-layout-landscape .details .title {
  margin-top: 18px;
}
.intro-onhand .pane .pane-layout-landscape .details .text, .intro-onhand .pane .pane-layout-landscape .details .text-content {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  color: white;
}
.intro-onhand .pane .pane-layout-landscape .details .icons {
  margin-top: 54px;
}
.intro-onhand .pane .pane-layout-portrait {
  margin-top: 32px;
  margin-bottom: 60px;
}
@media screen and (min-width: 841px) {
  .intro-onhand .pane .pane-layout-portrait {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .intro-onhand .pane .pane-layout-portrait {
    margin-top: 92px;
  }
}
.intro-onhand .pane .pane-layout-portrait .title {
  margin-bottom: 26px;
  text-align: center;
}
.intro-onhand .pane .pane-layout-portrait .title > * {
  display: inline-block;
  vertical-align: top;
}
.intro-onhand .pane .pane-layout-portrait .title .title-image {
  margin-top: 3px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .intro-onhand .pane .pane-layout-portrait .title .title-image {
    margin-left: 12px;
  }
}
@media screen and (min-width: 586px) {
  .intro-onhand .pane .pane-layout-portrait .image img {
    margin-left: auto;
    margin-right: auto;
  }
}

body.page-onhand .page .page-content {
  padding-bottom: 0;
}
body.page-onhand .page .page-content .dual > p {
  break-inside: avoid;
}
body.page-onhand footer.main {
  color: #4C4C4C;
  background-color: #ffffff;
}
body.page-onhand footer.main .page-content {
  padding-top: 0;
}
body.page-onhand footer.main .page-content:before {
  display: none;
  content: none;
}

.page-onhand-content {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4C4C4C;
  background-color: #ffffff;
}
.page-onhand-content a {
  color: #0C6494;
}
.page-onhand-content a[href^="#"] {
  text-decoration: none;
  border-bottom: 1px dashed #0C6494;
}
@media (pointer: fine) {
  .page-onhand-content a:hover {
    color: #008AD4;
  }
  .page-onhand-content a:hover[href^="#"] {
    border-bottom-color: #008AD4;
  }
}
.page-onhand-content ul {
  padding-left: 20px;
}
.page-onhand-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-onhand-content ul li {
  margin-bottom: 8px;
}
.page-onhand-content ul small {
  font-size: 90%;
  color: #888888;
}
.page-onhand-content .dual ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-onhand-content .dual ul li ul,
.page-onhand-content ul li ul {
  margin-top: 12px;
  margin-bottom: 24px;
}
.page-onhand-content .subheading {
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
  margin: 0 auto 30px;
}
@media screen and (max-width: 940px) {
  .page-onhand-content .subheading {
    font-size: 26px;
  }
}
@media screen and (min-width: 941px) {
  .page-onhand-content .subheading {
    font-size: 32px;
  }
}
.page-onhand-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-onhand-content p:first-child {
  margin-top: 0;
}
.page-onhand-content p:last-child {
  margin-bottom: 0;
}
.page-onhand-content .strong {
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .page-onhand-content .dual-columns .column + .column {
    margin-top: 32px;
  }
}
@media screen and (min-width: 941px) {
  .page-onhand-content .dual-columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-onhand-content .dual-columns .column {
    -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;
    min-width: 0;
    width: 50%;
  }
  .page-onhand-content .dual-columns .column:first-child {
    padding-right: 30px;
  }
  .page-onhand-content .dual-columns .column:last-child {
    padding-left: 30px;
  }
}
.page-onhand-content .flow {
  margin-top: -32px;
}
.page-onhand-content .flow > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
  margin-top: 32px;
}
.page-onhand-content aside img {
  display: block;
}
.page-onhand-content section {
  margin: 0 0 50px;
  border-bottom: 1px solid #DCDCDC;
}
.page-onhand-content section .content {
  padding-bottom: 43px;
}
.page-onhand-content section::after {
  clear: both;
  content: "";
  display: table;
}
.page-onhand-content section p {
  line-height: 1.5;
}
@media screen and (max-width: 940px) {
  .page-onhand-content section .layout-left-aside,
.page-onhand-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -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;
  }
  .page-onhand-content section .layout-left-aside aside,
.page-onhand-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    min-height: 0;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-onhand-content section .layout-left-aside aside img,
.page-onhand-content section .layout-right-aside aside img {
    max-width: 100%;
    height: auto;
  }
  .page-onhand-content section .layout-left-aside .content,
.page-onhand-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -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;
    min-height: 0;
  }
}
@media screen and (min-width: 941px) {
  .page-onhand-content section .layout-left-aside,
.page-onhand-content section .layout-right-aside {
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .page-onhand-content section .layout-left-aside aside,
.page-onhand-content section .layout-right-aside aside {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    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-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-onhand-content section .layout-left-aside .content,
.page-onhand-content section .layout-right-aside .content {
    position: relative;
    -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;
    min-width: 0;
  }
  .page-onhand-content section .layout-right-aside .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-onhand-content section .layout-right-aside aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-onhand-content section .layout-right-aside aside img {
    margin: 0 -95px 0 -25px;
  }
  .page-onhand-content section .layout-left-aside .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .page-onhand-content section .layout-left-aside aside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .page-onhand-content section .layout-left-aside aside img {
    margin: 0 -25px 0 -95px;
  }
}

/*# sourceMappingURL=app.css.map */
