@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }

[data-whatinput='mouse'] .reveal {
  outline: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    max-width: 75rem; } }

.reveal.collapse {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem; } }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }

.reveal.without-overlay {
  position: fixed; }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent; }

.separator-center {
  text-align: center !important; }

.separator-center::before,
.separator-center::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  -webkit-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.separator-center::after {
  clear: both; }

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0; }

.separator-left {
  text-align: left !important; }

.separator-left::before,
.separator-left::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  -webkit-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.separator-left::after {
  clear: both; }

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0;
  margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }

.separator-right::before,
.separator-right::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  -webkit-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  -webkit-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.separator-right::after {
  clear: both; }

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #2ba6cb;
  margin: 1rem auto 0;
  margin-right: 0 !important; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

.max-width-100 {
  max-width: 100% !important; }

.max-height-100 {
  max-height: 100% !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape, .hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  -webkit-flex: 0 0 14.28571%;
  -webkit-box-flex: 0;
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  -webkit-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px; } }

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%; }

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px; } }

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%; }

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.small-align-right {
  -ms-flex-pack: end;
  -webkit-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.small-align-center {
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.small-align-justify {
  -ms-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.small-align-spaced {
  -ms-flex-pack: distribute;
  -webkit-flex-pack: distribute;
  justify-content: space-around; }

.small-align-top {
  -ms-flex-align: start;
  -webkit-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.small-align-self-top {
  -ms-flex-item-align: start;
  -webkit-flex-item-align: start;
  align-self: flex-start; }

.small-align-bottom {
  -ms-flex-align: end;
  -webkit-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.small-align-self-bottom {
  -ms-flex-item-align: end;
  -webkit-flex-item-align: end;
  align-self: flex-end; }

.small-align-middle {
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.small-align-self-middle {
  -ms-flex-item-align: center;
  -webkit-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-grid-row-align: center;
  align-self: center; }

.small-align-stretch {
  -ms-flex-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }

.small-align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-grid-row-align: stretch;
  align-self: stretch; }

.small-align-center-middle {
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-flex-line-pack: center;
  align-content: center; }

.align-right {
  -ms-flex-pack: end;
  -webkit-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
  -webkit-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  -webkit-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  -webkit-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  -webkit-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  -webkit-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  -webkit-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  -webkit-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  -webkit-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  -webkit-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  -webkit-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  -webkit-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-align-right {
    -ms-flex-pack: end;
    -webkit-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end; }
  .medium-align-center {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .medium-align-justify {
    -ms-flex-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .medium-align-spaced {
    -ms-flex-pack: distribute;
    -webkit-flex-pack: distribute;
    justify-content: space-around; }
  .medium-align-top {
    -ms-flex-align: start;
    -webkit-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .medium-align-self-top {
    -ms-flex-item-align: start;
    -webkit-flex-item-align: start;
    align-self: flex-start; }
  .medium-align-bottom {
    -ms-flex-align: end;
    -webkit-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .medium-align-self-bottom {
    -ms-flex-item-align: end;
    -webkit-flex-item-align: end;
    align-self: flex-end; }
  .medium-align-middle {
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .medium-align-self-middle {
    -ms-flex-item-align: center;
    -webkit-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-grid-row-align: center;
    align-self: center; }
  .medium-align-stretch {
    -ms-flex-align: stretch;
    -webkit-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
  .medium-align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    -webkit-grid-row-align: stretch;
    align-self: stretch; }
  .medium-align-center-middle {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-flex-line-pack: center;
    align-content: center; }
  .medium-order-1 {
    -ms-flex-order: 1;
    -webkit-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    -webkit-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    -webkit-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    -webkit-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    -webkit-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    -webkit-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-align-right {
    -ms-flex-pack: end;
    -webkit-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end; }
  .large-align-center {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .large-align-justify {
    -ms-flex-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .large-align-spaced {
    -ms-flex-pack: distribute;
    -webkit-flex-pack: distribute;
    justify-content: space-around; }
  .large-align-top {
    -ms-flex-align: start;
    -webkit-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .large-align-self-top {
    -ms-flex-item-align: start;
    -webkit-flex-item-align: start;
    align-self: flex-start; }
  .large-align-bottom {
    -ms-flex-align: end;
    -webkit-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .large-align-self-bottom {
    -ms-flex-item-align: end;
    -webkit-flex-item-align: end;
    align-self: flex-end; }
  .large-align-middle {
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .large-align-self-middle {
    -ms-flex-item-align: center;
    -webkit-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-grid-row-align: center;
    align-self: center; }
  .large-align-stretch {
    -ms-flex-align: stretch;
    -webkit-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
  .large-align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    -webkit-grid-row-align: stretch;
    align-self: stretch; }
  .large-align-center-middle {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-flex-line-pack: center;
    align-content: center; }
  .large-order-1 {
    -ms-flex-order: 1;
    -webkit-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    -webkit-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    -webkit-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    -webkit-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    -webkit-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    -webkit-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

.clear::before, .clear::after {
  content: "";
  display: block;
  display: table; }

.clear::after {
  clear: both; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  min-height: 100%;
  height: 100%;
  font-size: 100%; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #4e5d6f;
  background: #fff; }

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-wrapper a {
    color: #4e5d6f; }
    .page-wrapper a:hover {
      color: #ff3f4d;
      text-decoration: none; }
  .page-wrapper input[type="text"], .page-wrapper input[type="tel"], .page-wrapper input[type="email"], .page-wrapper input[type="search"], .page-wrapper input[type="password"] {
    border: 2px solid #fff;
    background: #fff;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    color: #4e5d6f;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	  line-height: 20px;
    padding: 17px 22px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .page-wrapper input[type="text"]::-webkit-input-placeholder, .page-wrapper input[type="tel"]::-webkit-input-placeholder, .page-wrapper input[type="email"]::-webkit-input-placeholder, .page-wrapper input[type="search"]::-webkit-input-placeholder, .page-wrapper input[type="password"]::-webkit-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper input[type="text"]:-ms-input-placeholder, .page-wrapper input[type="tel"]:-ms-input-placeholder, .page-wrapper input[type="email"]:-ms-input-placeholder, .page-wrapper input[type="search"]:-ms-input-placeholder, .page-wrapper input[type="password"]:-ms-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper input[type="text"]::-ms-input-placeholder, .page-wrapper input[type="tel"]::-ms-input-placeholder, .page-wrapper input[type="email"]::-ms-input-placeholder, .page-wrapper input[type="search"]::-ms-input-placeholder, .page-wrapper input[type="password"]::-ms-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper input[type="text"]::placeholder, .page-wrapper input[type="tel"]::placeholder, .page-wrapper input[type="email"]::placeholder, .page-wrapper input[type="search"]::placeholder, .page-wrapper input[type="password"]::placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper input[type="text"]:focus, .page-wrapper input[type="text"]:active, .page-wrapper input[type="tel"]:focus, .page-wrapper input[type="tel"]:active, .page-wrapper input[type="email"]:focus, .page-wrapper input[type="email"]:active, .page-wrapper input[type="search"]:focus, .page-wrapper input[type="search"]:active, .page-wrapper input[type="password"]:focus, .page-wrapper input[type="password"]:active {
      border-color: #dbdbe2; }
      .page-wrapper input[type="text"]:focus::-webkit-input-placeholder, .page-wrapper input[type="text"]:active::-webkit-input-placeholder, .page-wrapper input[type="tel"]:focus::-webkit-input-placeholder, .page-wrapper input[type="tel"]:active::-webkit-input-placeholder, .page-wrapper input[type="email"]:focus::-webkit-input-placeholder, .page-wrapper input[type="email"]:active::-webkit-input-placeholder, .page-wrapper input[type="search"]:focus::-webkit-input-placeholder, .page-wrapper input[type="search"]:active::-webkit-input-placeholder, .page-wrapper input[type="password"]:focus::-webkit-input-placeholder, .page-wrapper input[type="password"]:active::-webkit-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper input[type="text"]:focus:-ms-input-placeholder, .page-wrapper input[type="text"]:active:-ms-input-placeholder, .page-wrapper input[type="tel"]:focus:-ms-input-placeholder, .page-wrapper input[type="tel"]:active:-ms-input-placeholder, .page-wrapper input[type="email"]:focus:-ms-input-placeholder, .page-wrapper input[type="email"]:active:-ms-input-placeholder, .page-wrapper input[type="search"]:focus:-ms-input-placeholder, .page-wrapper input[type="search"]:active:-ms-input-placeholder, .page-wrapper input[type="password"]:focus:-ms-input-placeholder, .page-wrapper input[type="password"]:active:-ms-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper input[type="text"]:focus::-ms-input-placeholder, .page-wrapper input[type="text"]:active::-ms-input-placeholder, .page-wrapper input[type="tel"]:focus::-ms-input-placeholder, .page-wrapper input[type="tel"]:active::-ms-input-placeholder, .page-wrapper input[type="email"]:focus::-ms-input-placeholder, .page-wrapper input[type="email"]:active::-ms-input-placeholder, .page-wrapper input[type="search"]:focus::-ms-input-placeholder, .page-wrapper input[type="search"]:active::-ms-input-placeholder, .page-wrapper input[type="password"]:focus::-ms-input-placeholder, .page-wrapper input[type="password"]:active::-ms-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper input[type="text"]:focus::placeholder, .page-wrapper input[type="text"]:active::placeholder, .page-wrapper input[type="tel"]:focus::placeholder, .page-wrapper input[type="tel"]:active::placeholder, .page-wrapper input[type="email"]:focus::placeholder, .page-wrapper input[type="email"]:active::placeholder, .page-wrapper input[type="search"]:focus::placeholder, .page-wrapper input[type="search"]:active::placeholder, .page-wrapper input[type="password"]:focus::placeholder, .page-wrapper input[type="password"]:active::placeholder {
        color: #4e5d6f; }
    .page-wrapper input[type="text"]:hover, .page-wrapper input[type="tel"]:hover, .page-wrapper input[type="email"]:hover, .page-wrapper input[type="search"]:hover, .page-wrapper input[type="password"]:hover {
      color: #4e5d6f; }
  .page-wrapper input[type="submit"] {
    background: #ff3f4d;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    margin: 0 auto;
    padding: 0 50px;
    cursor: pointer;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease; }
    .page-wrapper input[type="submit"]:hover {
      background: #4e5d6f; }
  .page-wrapper textarea {
    border: 2px solid #fff;
    background: #fff;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    color: #4e5d6f;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 18px 22px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    resize: vertical;
    min-height: 108px; }
    .page-wrapper textarea::-webkit-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper textarea:-ms-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper textarea::-ms-input-placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper textarea::placeholder {
      color: rgba(78, 93, 111, 0.4); }
    .page-wrapper textarea:focus, .page-wrapper textarea:active {
      border-color: #dbdbe2; }
      .page-wrapper textarea:focus::-webkit-input-placeholder, .page-wrapper textarea:active::-webkit-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper textarea:focus:-ms-input-placeholder, .page-wrapper textarea:active:-ms-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper textarea:focus::-ms-input-placeholder, .page-wrapper textarea:active::-ms-input-placeholder {
        color: #4e5d6f; }
      .page-wrapper textarea:focus::placeholder, .page-wrapper textarea:active::placeholder {
        color: #4e5d6f; }
    .page-wrapper textarea:hover {
      color: #4e5d6f; }
    .page-wrapper textarea:active {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }

.custom-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox__checkbox {
      background: url(../img/checkbox-icon.png) center center no-repeat #fff; }
  .custom-checkbox__checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-color: #fff; }
  .custom-checkbox__text {
    font-size: 12px;
    font-weight: normal; }
.captcha-box img{
	max-height: 58px;
}

.modal-wrapper{
	display: flex;
	align-content: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .5);
	padding: 50px 0;
	overflow: auto;
	transition: .15s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.modal-wrapper.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal-wrapper.active img{
	opacity: 1;
	visibility: visible;
}
.modal-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70rem;
	margin: auto;
	background: #fff;
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.modal-box p{
	margin-bottom: 1rem;
	font-size: 20px;
}
img{
	max-width: 500px;
}
.modal-box img{
	max-width: 200px;
	margin: 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}
.modal-box p:last-child{
	margin-bottom: 0rem;
}
.modal-box .close{
	position: absolute;
    top: 20px;
    right: 20px;
	z-index: 10;
	cursor: pointer;
}
.modal-box .close:hover path{
	fill: red;
}
.modal-box__title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
}


.form-box {
  background: #f4f4f7;
  padding: 30px;
  position: relative;
  z-index: 10; }
  .form-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: #f4f4f7;
    z-index: 5; }
  .form-box::before {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    bottom: 0;
    content: '';
    display: block;
    z-index: 4;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); }
  .form-box > * {
    position: relative;
    z-index: 6; }

.header-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #f5f5f6;
  position: relative;
  padding: 40px 0; }

.main-title {
  font-size: 40px;
  text-align: center; }
  .main-title span {
    color: #ff3f4d;
    font-weight: 800; }

.subtitle-box {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px; }

.content-box {
  padding: 40px 0; }

.footer-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media screen and (max-width: 640px) {
  .form-box {
    padding: 25px; }
  .page-wrapper input[type="text"], .page-wrapper input[type="tel"], .page-wrapper input[type="email"], .page-wrapper input[type="search"], .page-wrapper input[type="password"] {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 25px; }
  .page-wrapper input[type="submit"] {
    height: 50px;
    padding: 0 30px;
    text-align: center; }
  .page-wrapper textarea {
    padding: 10px 15px;
    margin-bottom: 25px;
    min-height: 88px; }
  .header-box {
    padding: 20px 0; }
  .main-title {
    font-size: 20px;
    line-height: 25px; }
  .subtitle-box {
    font-size: 18px;
    margin-bottom: 15px; } }
