@font-face {
  font-family: "basic-icons";
  src: url("/assets/fonts/basic-icons.eot");
  src: url("/assets/fonts/basic-icons.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/basic-icons.woff") format("woff"), url("/assets/fonts/basic-icons.ttf") format("truetype"), url("/assets/fonts/basic-icons.svg#basic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format("woff");
}
/* line 106, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/************
 *
 * RESET
 *
 *************/
/************
 *
 * NOMALIZE
 *
 *************/
/************
 *
 * COMMONSTYLES
 *
 *************/
/************
 *
 * UTILITY CLASSES
 *
 *************/
/************
 *
 * PROPERTY LOOPER
 *
 *************/
/************
 *
 * SHORTHAND
 *
 *************/
/************
 *
 * SIDES
 *
 *************/
/************
 *
 * UNITS
 *
 *************/
/************
 *
 * DISPLAY
 *
 *************/
/************
 *
 * ANIMATIONS
 *
 *************/
/************
 *
 * LINKS
 *
 *************/
/************
 *
 * MEDIA
 *
 *************/
/************
 *
 * GRID
 *
 *************/
/**
 * FILE: briks/resources/base/_reset.scss
 */
/* line 55, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html, *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 60, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
command,
datalist,
keygen,
main,
meter,
progress,
rp,
rt,
wbr,
isindex,
frames,
noframes,
noscript,
basefont,
bdo,
font,
s,
select,
textarea,
template {
  font: inherit;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 179, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html, body {
  font-family: sans-serif;
  line-height: 1;
}

/* line 184, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul, picture {
  display: block;
}

/* line 188, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a, abbr, acronym, audio, b, basefont, bdo, big, br, canvas, cite, code, command, datalist, dfn, em, embed, font, i, img, input, keygen, kbd, label, mark, meter, output, progress, q, rp, rt, ruby, s, samp, select, small, span, strike, strong, sub, sup, textarea, time, tt, u, var, video, wbr {
  display: inline;
}

/* line 192, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 196, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
table {
  display: table;
}

/* line 200, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
li {
  display: list-item;
}

/* line 204, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
tbody {
  display: table-row-group;
}

/* line 208, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
thead {
  display: table-header-group;
}

/* line 212, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
tfoot {
  display: table-footer-group;
}

/* line 216, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
tr {
  display: table-row;
}

/* line 220, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
th, td {
  display: table-cell;
}

/* line 224, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a {
  background-color: transparent;
}

/* line 228, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 233, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a:focus {
  outline: thin dotted;
}

/* line 237, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a img {
  border: none;
}

/* line 241, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 249, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
blockquote,
q {
  quotes: none;
}

/* line 254, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
ol,
ul,
dl {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

/* line 262, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
[hidden],
template {
  display: none;
}

/* line 267, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

/* line 274, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 280, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
table {
  font: 100%;
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 288, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
td {
  vertical-align: top;
}

/* line 292, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
caption,
th {
  text-align: left;
}

/* line 298, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 303, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
pre {
  overflow: auto;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

/* line 311, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

/**
 * FILE: briks/resources/base/_normalize.scss
 */
/* line 346, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html {
  background: #fff;
  overflow-y: scroll;
}

/* line 353, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
command,
datalist,
keygen,
main,
meter,
progress,
rp,
rt,
wbr,
isindex,
frames,
noframes,
noscript,
basefont,
bdo,
font,
s,
select,
textarea,
template {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}

/* line 461, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
ul,
ol {
  list-style-position: inside;
}

/* line 465, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
li {
  margin-bottom: 0.5em;
}

/* line 469, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 479, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 484, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 489, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 503, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button {
  overflow: visible;
}

/* line 508, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
label {
  cursor: pointer;
}

/* line 513, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
legend {
  white-space: normal;
}

/* line 518, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 525, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button,
input,
select,
textarea {
  text-transform: none;
}

/* line 533, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button,
input {
  line-height: normal;
}

/* line 541, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button,
html input[type='button'],
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 552, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
[disabled],
button[disabled],
html input[disabled],
input[disabled] {
  cursor: default;
}

/* line 560, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

/* line 566, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 575, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 581, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 589, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
select {
  width: 100%;
}

/* line 594, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

/* line 604, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 610, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
optgroup {
  font-weight: bold;
}

/* line 619, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.ie7 button,
.ie7 input[type='button'],
.ie7 input[type='reset'],
.ie7 input[type='submit'] {
  overflow: visible;
}

/* line 629, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.lt-ie8 legend {
  margin-left: -7px;
}
/* line 633, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.lt-ie8 button,
.lt-ie8 input,
.lt-ie8 select,
.lt-ie8 textarea {
  vertical-align: middle;
}
/* line 640, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.lt-ie8 input[type='checkbox'],
.lt-ie8 input[type='radio'] {
  width: 13px;
  height: 13px;
}

/* line 650, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

/* line 657, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/* line 663, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
i,
em,
dfn,
.italic {
  font-style: italic;
}

/* line 673, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 681, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #333333;
}

/* line 689, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
small, .small {
  font-size: 80%;
}

/* line 693, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
strong, .strong {
  font-weight: bold;
}

/* line 697, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 703, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
sup {
  top: -0.5em;
}

/* line 706, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
sub {
  bottom: -0.25em;
}

/* line 758, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.cf, .grid, .row, .row .row, .list-inline, #banner {
  overflow: hidden;
  *zoom: 1;
}

/* line 762, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
html .hidden, [hidden] {
  display: none !important;
  visibility: hidden !important;
  speak: none !important;
}

/* line 766, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.visuallyhidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
/* line 1103, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static !important;
  overflow: visible !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

/* line 770, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.invisible {
  opacity: 0 !important;
}

/* line 774, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.text-right {
  text-align: right;
}

/* line 778, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.text-left {
  text-align: left;
}

/* line 782, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.text-center {
  text-align: center;
}

/* line 786, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.fright {
  float: right;
}

/* line 790, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.fleft {
  float: left;
}

/* line 794, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* line 798, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.ir {
  display: block;
  border: 0;
  color: transparent;
  direction: ltr;
  font: 0/0 a;
  text-align: left;
  text-shadow: none;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  *line-height: 0;
}
/* line 816, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.ir br {
  display: none;
}

/* line 821, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.block {
  display: block;
}

/* line 825, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.iblock {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

/* line 832, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.lt-ie8 .iblock {
  display: inline;
  zoom: 1;
}

/* line 838, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.container {
  overflow: auto;
}

/* line 842, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 846, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
ul.disc,
ol.disc {
  list-style-position: outside;
  margin-left: 1em;
}
/* line 850, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
ul.disc li,
ol.disc li {
  list-style-type: disc;
}

/* line 1717, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1724, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.row {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: auto;
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
}
/* line 1760, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.row.collapse {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1774, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.row .row {
  width: auto;
  max-width: none;
}

/* line 1782, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.contain, .row.contain {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1789, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.column {
  width: auto;
  float: left;
}
/* line 1808, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.column:last-child, .column.last, .column.end {
  float: right;
}
/* line 1812, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.column:only-child, .column.only-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
/* line 1819, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.column.center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* line 1824, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.column .row {
  width: 100%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-1 {
  width: 8.33333%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-2 {
  width: 16.66667%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-3 {
  width: 25%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-4 {
  width: 33.33333%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-5 {
  width: 41.66667%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-6 {
  width: 50%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-7 {
  width: 58.33333%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-8 {
  width: 66.66667%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-9 {
  width: 75%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-10 {
  width: 83.33333%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-11 {
  width: 91.66667%;
}

/* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.small-12 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-1 {
    position: relative;
    right: auto;
    left: 8.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-11 {
    position: relative;
    right: auto;
    left: 91.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-push-12 {
    position: relative;
    right: auto;
    left: 100%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }

  /* line 1836, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-small-only {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1837, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-small-only {
    display: inherit;
    visibility: visible;
    speak: normal;
  }

  /* line 1838, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 1839, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-1 {
    position: relative;
    right: auto;
    left: 8.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-11 {
    position: relative;
    right: auto;
    left: 91.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-push-12 {
    position: relative;
    right: auto;
    left: 100%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }

  /* line 1846, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-medium-only {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1847, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-medium-only {
    display: inherit;
    visibility: visible;
    speak: normal;
  }

  /* line 1848, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 1849, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: inherit;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 1854, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-medium-up {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1855, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-medium-up {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1859, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-medium-down {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1860, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-medium-down {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-1 {
    position: relative;
    right: auto;
    left: 8.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-11 {
    position: relative;
    right: auto;
    left: 91.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-push-12 {
    position: relative;
    right: auto;
    left: 100%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }

  /* line 1867, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-large-only {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1868, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-large-only {
    display: inherit;
    visibility: visible;
    speak: normal;
  }

  /* line 1869, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 1870, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-3 {
    width: 25%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-6 {
    width: 50%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-9 {
    width: 75%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .large-12 {
    width: 100%;
  }

  /* line 1875, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-large-up {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1876, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-large-up {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1880, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-large-down {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1881, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-large-down {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1200px) {
  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-1 {
    position: relative;
    right: auto;
    left: 8.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-11 {
    position: relative;
    right: auto;
    left: 91.66667%;
  }

  /* line 1921, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-push-12 {
    position: relative;
    right: auto;
    left: 100%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%;
  }

  /* line 1933, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }

  /* line 1888, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-xlarge-only {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1889, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-xlarge-only {
    display: inherit;
    visibility: visible;
    speak: normal;
  }

  /* line 1890, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 1891, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-1 {
    width: 8.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-2 {
    width: 16.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-3 {
    width: 25%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-4 {
    width: 33.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-5 {
    width: 41.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-6 {
    width: 50%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-7 {
    width: 58.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-8 {
    width: 66.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-9 {
    width: 75%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-10 {
    width: 83.33333%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-11 {
    width: 91.66667%;
  }

  /* line 1913, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .xlarge-12 {
    width: 100%;
  }

  /* line 1896, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-xlarge-up {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1897, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-xlarge-up {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1901, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .hide-for-xlarge-down {
    display: none;
    visibility: hidden;
    speak: none;
  }

  /* line 1902, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
  .show-for-xlarge-down {
    display: inherit;
    visibility: visible;
    speak: normal;
  }
}
/* line 724, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
body.inset:before, body.inset-top:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
/* line 734, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
body.inset:after, body.inset-bottom:after {
  content: "";
  position: fixed;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

/* line 106, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 31, ../../../../app/src/assets/styles/mvp/main.scss */
body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
}

/* line 35, ../../../../app/src/assets/styles/mvp/main.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../../../../app/src/assets/styles/mvp/main.scss */
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
}

/* line 41, ../../../../app/src/assets/styles/mvp/main.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 44, ../../../../app/src/assets/styles/mvp/main.scss */
h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 47, ../../../../app/src/assets/styles/mvp/main.scss */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 50, ../../../../app/src/assets/styles/mvp/main.scss */
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 53, ../../../../app/src/assets/styles/mvp/main.scss */
p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 55, ../../../../app/src/assets/styles/mvp/main.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 60, ../../../../app/src/assets/styles/mvp/main.scss */
em, .em {
  font-style: italic;
}

/* line 63, ../../../../app/src/assets/styles/mvp/main.scss */
.light {
  font-weight: 300;
}

/* line 67, ../../../../app/src/assets/styles/mvp/main.scss */
.left {
  float: left;
}

/* line 70, ../../../../app/src/assets/styles/mvp/main.scss */
.right {
  float: right;
}

/* line 73, ../../../../app/src/assets/styles/mvp/main.scss */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* line 78, ../../../../app/src/assets/styles/mvp/main.scss */
.text-left {
  text-align: left;
}

/* line 81, ../../../../app/src/assets/styles/mvp/main.scss */
.text-right {
  text-align: right;
}

/* line 84, ../../../../app/src/assets/styles/mvp/main.scss */
.text-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* line 88, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-small-only {
    float: left;
  }

  /* line 91, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-small-only {
    text-align: left;
  }

  /* line 94, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-small-only {
    float: right;
  }

  /* line 97, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-small-only {
    text-align: right;
  }

  /* line 100, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-small-only {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 105, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-medium-only {
    float: left;
  }

  /* line 108, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-medium-only {
    text-align: left;
  }

  /* line 111, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-medium-only {
    float: right;
  }

  /* line 114, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-medium-only {
    text-align: right;
  }

  /* line 117, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-medium-only {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 122, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-medium-down {
    float: left;
  }

  /* line 125, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-medium-down {
    text-align: left;
  }

  /* line 128, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-medium-down {
    float: right;
  }

  /* line 131, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-medium-down {
    text-align: right;
  }

  /* line 134, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-medium-down {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  /* line 139, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-medium-up {
    float: left;
  }

  /* line 142, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-medium-up {
    text-align: left;
  }

  /* line 145, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-medium-up {
    float: right;
  }

  /* line 148, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-medium-up {
    text-align: right;
  }

  /* line 151, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-medium-up {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 156, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-large-only {
    float: left;
  }

  /* line 159, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-large-only {
    text-align: left;
  }

  /* line 162, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-large-only {
    float: right;
  }

  /* line 165, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-large-only {
    text-align: right;
  }

  /* line 168, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-large-only {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 173, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-large-down {
    float: left;
  }

  /* line 176, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-large-down {
    text-align: left;
  }

  /* line 179, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-large-down {
    float: right;
  }

  /* line 182, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-large-down {
    text-align: right;
  }

  /* line 185, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-large-down {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-large-up {
    float: left;
  }

  /* line 193, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-large-up {
    text-align: left;
  }

  /* line 196, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-large-up {
    float: right;
  }

  /* line 199, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-large-up {
    text-align: right;
  }

  /* line 202, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-large-up {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1200px) {
  /* line 207, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-xlarge-only {
    float: left;
  }

  /* line 210, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-xlarge-only {
    text-align: left;
  }

  /* line 213, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-xlarge-only {
    float: right;
  }

  /* line 216, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-xlarge-only {
    text-align: right;
  }

  /* line 219, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-xlarge-only {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 224, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-xlarge-down {
    float: left;
  }

  /* line 227, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-xlarge-down {
    text-align: left;
  }

  /* line 230, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-xlarge-down {
    float: right;
  }

  /* line 233, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-xlarge-down {
    text-align: right;
  }

  /* line 236, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-xlarge-down {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 241, ../../../../app/src/assets/styles/mvp/main.scss */
  .left-xlarge-up {
    float: left;
  }

  /* line 244, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-left-xlarge-up {
    text-align: left;
  }

  /* line 247, ../../../../app/src/assets/styles/mvp/main.scss */
  .right-xlarge-up {
    float: right;
  }

  /* line 250, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-right-xlarge-up {
    text-align: right;
  }

  /* line 253, ../../../../app/src/assets/styles/mvp/main.scss */
  .text-center-xlarge-up {
    text-align: center;
  }
}
/* line 261, ../../../../app/src/assets/styles/mvp/main.scss */
.list-inline li {
  display: block;
  float: left;
}

/* line 268, ../../../../app/src/assets/styles/mvp/main.scss */
.list-inline--pipe li:after {
  content: '\007C';
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}
/* line 273, ../../../../app/src/assets/styles/mvp/main.scss */
.list-inline--pipe li:last-child:after, .list-inline--pipe li.last-child:after {
  content: '';
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  /* line 281, ../../../../app/src/assets/styles/mvp/main.scss */
  .list-inline--medium-up {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 283, ../../../../app/src/assets/styles/mvp/main.scss */
  .list-inline--medium-up li {
    display: block;
    float: left;
  }

  /* line 289, ../../../../app/src/assets/styles/mvp/main.scss */
  .list-inline--pipe--medium-up li:after {
    content: '\007C';
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 16px;
    margin-right: 1rem;
  }
  /* line 294, ../../../../app/src/assets/styles/mvp/main.scss */
  .list-inline--pipe--medium-up li:last-child:after, .list-inline--pipe--medium-up li.last-child:after {
    content: '';
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 307, ../../../../app/src/assets/styles/mvp/main.scss */
#contentinfo ul {
  padding-top: 24px;
  padding-top: 1.5rem;
}

/* line 313, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-small {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

/* line 317, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

/* line 321, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-medium {
  font-family: "/only screen and (min-width: 768px) and (max-width: 1024px)/";
  width: 0;
}

/* line 325, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-medium-up {
  font-family: "/only screen and (min-width: 768px)/";
  width: 0;
}

/* line 329, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-medium-down {
  font-family: "/only screen and (max-width: 1024px)/";
  width: 0;
}

/* line 333, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-medium-only {
  font-family: "/only screen and (min-width: 768px) and (max-width: 1024px)/";
  width: 0;
}

/* line 337, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-large {
  font-family: "/only screen and (min-width: 1024px) and (max-width: 1200px)/";
  width: 0;
}

/* line 341, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-large-up {
  font-family: "/only screen and (min-width: 1024px)/";
  width: 0;
}

/* line 345, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-large-down {
  font-family: "/only screen and (max-width: 1200px)/";
  width: 0;
}

/* line 349, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-large-only {
  font-family: "/only screen and (min-width: 1024px) and (max-width: 1200px)/";
  width: 0;
}

/* line 353, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-xlarge {
  font-family: "/only screen and (min-width: 1200px)/";
  width: 0;
}

/* line 357, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-xlarge-up {
  font-family: "/only screen and (min-width: 1200px)/";
  width: 0;
}

/* line 361, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-xlarge-down {
  font-family: "/only screen and (max-width: 1200px)/";
  width: 0;
}

/* line 365, ../../../../app/src/assets/styles/mvp/main.scss */
meta.meta-mq-xlarge-only {
  font-family: "/only screen and (min-width: 1200px) and (max-width: 1200px)/";
  width: 0;
}

/*********
*
* *
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* PHIL*/
@media only screen and (max-width: 1200px) {
  /* line 401, ../../../../app/src/assets/styles/mvp/main.scss */
  .contain {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
/* line 408, ../../../../app/src/assets/styles/mvp/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

/* line 412, ../../../../app/src/assets/styles/mvp/main.scss */
.img--fit-width {
  width: 100%;
  height: auto;
  max-width: 300px;
}

/* line 418, ../../../../app/src/assets/styles/mvp/main.scss */
.button, a.button {
  text-decoration: none;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -moz-transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
/* line 427, ../../../../app/src/assets/styles/mvp/main.scss */
.button:hover, a.button:hover {
  text-decoration: none;
}
/* line 430, ../../../../app/src/assets/styles/mvp/main.scss */
.button.button--large, a.button.button--large {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  /* line 430, ../../../../app/src/assets/styles/mvp/main.scss */
  .button.button--large, a.button.button--large {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
/* line 436, ../../../../app/src/assets/styles/mvp/main.scss */
.button.button--split, a.button.button--split {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 200%;
}
/* line 442, ../../../../app/src/assets/styles/mvp/main.scss */
.button.button--split.icn-before, a.button.button--split.icn-before {
  padding-right: 16px;
  padding-right: 1rem;
}
/* line 445, ../../../../app/src/assets/styles/mvp/main.scss */
.button.button--split.icn-before:before, a.button.button--split.icn-before:before {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  float: left;
  line-height: 200%;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  margin-right: 16px;
  margin-right: 1rem;
}

/* line 459, ../../../../app/src/assets/styles/mvp/main.scss */
.button--lift:hover {
  -moz-box-shadow: 5px 10px 5px -10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 5px 10px 5px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 10px 5px -10px rgba(0, 0, 0, 0.8);
}

/* line 463, ../../../../app/src/assets/styles/mvp/main.scss */
#banner {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
/* line 467, ../../../../app/src/assets/styles/mvp/main.scss */
#banner picture {
  display: inline-block;
}
/* line 470, ../../../../app/src/assets/styles/mvp/main.scss */
#banner div {
  padding: 0 40px;
}

/* line 474, ../../../../app/src/assets/styles/mvp/main.scss */
.aol-logo {
  float: left;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 481, ../../../../app/src/assets/styles/mvp/main.scss */
  #hero #hero-text {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
/* line 486, ../../../../app/src/assets/styles/mvp/main.scss */
#hero h1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* line 492, ../../../../app/src/assets/styles/mvp/main.scss */
#body h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* line 498, ../../../../app/src/assets/styles/mvp/main.scss */
#closing .column {
  padding-right: 32px;
  padding-right: 2rem;
}
/* line 500, ../../../../app/src/assets/styles/mvp/main.scss */
#closing .column:last-child {
  padding-right: 0;
}
/* line 504, ../../../../app/src/assets/styles/mvp/main.scss */
#closing h3.icn-before {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* line 509, ../../../../app/src/assets/styles/mvp/main.scss */
#closing h3.icn-before:before {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 515, ../../../../app/src/assets/styles/mvp/main.scss */
#closing .column--content {
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* line 521, ../../../../app/src/assets/styles/mvp/main.scss */
#closed .column h3.icn-before {
  position: relative;
  line-height: 100%;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* line 527, ../../../../app/src/assets/styles/mvp/main.scss */
#closed .column h3.icn-before:before {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 534, ../../../../app/src/assets/styles/mvp/main.scss */
#closed .column .eqheight-col:first h3.icn-before {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 520, ../../../../app/src/assets/styles/mvp/main.scss */
  #closed .column {
    display: table;
  }
  /* line 540, ../../../../app/src/assets/styles/mvp/main.scss */
  #closed .column .eqheight-col {
    display: table-cell;
    width: 100%/3;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    border-right-width: 1px;
    border-right-style: solid;
  }
  /* line 547, ../../../../app/src/assets/styles/mvp/main.scss */
  #closed .column .eqheight-col:first-child {
    padding-left: 0;
  }
  /* line 550, ../../../../app/src/assets/styles/mvp/main.scss */
  #closed .column .eqheight-col:last-child {
    padding-right: 0;
    border-right: 0;
  }
  /* line 555, ../../../../app/src/assets/styles/mvp/main.scss */
  #closed .column .column--content {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}

/* line 562, ../../../../app/src/assets/styles/mvp/main.scss */
.js .hide-default {
  visibility: hidden;
}
/* line 566, ../../../../app/src/assets/styles/mvp/main.scss */
.js .available .cta-nonqual {
  display: none;
  visibility: hidden;
  speak: none;
}
/* line 571, ../../../../app/src/assets/styles/mvp/main.scss */
.js .not-available .cta-qual {
  display: none;
  visibility: hidden;
  speak: none;
}

/* line 577, ../../../../app/src/assets/styles/mvp/main.scss */
#hero-cta p {
  margin-bottom: 0;
}

/* line 580, ../../../../app/src/assets/styles/mvp/main.scss */
#hero-cta-legal, #body-cta-legal {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* line 585, ../../../../app/src/assets/styles/mvp/main.scss */
#hero-cta .hero-legal {
  width: 100%;
}

@media only screen {
  /* line 590, ../../../../app/src/assets/styles/mvp/main.scss */
  .body-text {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 590, ../../../../app/src/assets/styles/mvp/main.scss */
  .body-text {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

/* line 599, ../../../../app/src/assets/styles/mvp/main.scss */
.body-text .hide-not-available {
  text-align: center;
}
/* line 601, ../../../../app/src/assets/styles/mvp/main.scss */
.body-text .hide-not-available #body-cta-legal {
  width: 100%;
}

/* line 608, ../../../../app/src/assets/styles/mvp/main.scss */
.body-list li {
  padding-bottom: 40px;
}
/* line 610, ../../../../app/src/assets/styles/mvp/main.scss */
.body-list li img {
  float: left;
  margin: 0 30px 30px 0;
}
/* line 614, ../../../../app/src/assets/styles/mvp/main.scss */
.body-list li p {
  padding-left: 130px;
}
@media only screen and (min-width: 768px) {
  /* line 614, ../../../../app/src/assets/styles/mvp/main.scss */
  .body-list li p {
    padding: 0;
  }
}

/* line 625, ../../../../app/src/assets/styles/mvp/main.scss */
.bottom-well .column .eqheight-col {
  padding-bottom: 40px;
}
@media only screen {
  /* line 625, ../../../../app/src/assets/styles/mvp/main.scss */
  .bottom-well .column .eqheight-col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 625, ../../../../app/src/assets/styles/mvp/main.scss */
  .bottom-well .column .eqheight-col {
    width: 33.33%;
  }
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .theme-text--highlight {
  color: #c90606;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #c90606;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .hero {
  background-color: #000000;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--black-bright-red-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .hero .hero-copy {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body .body-headline {
  text-align: center;
  color: #c90606;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body .body-list .body-list-header {
  color: #000;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body .body-list .body-list-text {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .body .hide-available, .theme--black-bright-red-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-bright-red-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .theme-text--highlight {
  color: #ff5b4d;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .cta-qual .cta-button {
  display: inline-block;
  background-color: #ff5b4d;
  color: #ffffff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .hero {
  background-color: #d6d6d3;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .hero a {
  color: #282265;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--grey-blue-orange .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .hero .hero-headline {
  color: #282265;
  font-style: italic;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .hero .hero-copy {
  color: #282265;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .hero .hero-legal {
  color: #282265;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body {
  background-color: #ffffff;
  color: #282265;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body a.cta-button {
  color: #ffffff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body .body-headline {
  text-align: center;
  color: #282265;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body .body-intro {
  text-align: center;
  color: #282265;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body .body-list .body-list-header {
  color: #282265;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body .body-list .body-list-text {
  color: #282265;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .body .hide-available, .theme--grey-blue-orange .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .bottom-well {
  background-color: #d6d6d3;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .bottom-well h3 {
  color: #282265;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .bottom-well p {
  color: #282265;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange .footer {
  background-color: #ffffff;
  color: #282265;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-blue-orange footer a {
  color: #282265;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .theme-text--highlight {
  color: #3ECCC1;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .cta-qual .cta-button {
  display: inline-block;
  background-color: #3ECCC1;
  color: #FFFFFF;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .hero {
  background-color: #7A629F;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .hero a {
  color: #fff;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--purple-teal-blue .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .hero .hero-headline {
  color: #FFFFFF;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .hero .hero-copy {
  color: #FFFFFF;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .hero .hero-legal {
  color: #FFFFFF;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body {
  background-color: #ffffff;
  color: #666666;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body a.cta-button {
  color: #FFFFFF;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body .body-headline {
  text-align: center;
  color: #7A629F;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body .body-intro {
  text-align: center;
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .body .hide-available, .theme--purple-teal-blue .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .bottom-well h3 {
  color: #3493C8;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .bottom-well p {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue .footer {
  background-color: #E4E6E6;
  color: #666666;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--purple-teal-blue footer a {
  color: #666666;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .theme-text--highlight {
  color: #64d917;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #64d917;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .hero {
  background-color: #c22214;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--red-green-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .hero .hero-copy {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body .body-headline {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .body .hide-available, .theme--red-green-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-green-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .theme-text--highlight {
  color: #22a844;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .cta-qual .cta-button {
  display: inline-block;
  background-color: #22a844;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .hero {
  background-color: #e3e3e3;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .hero a {
  color: #666666;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--teal-green-green .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .hero .hero-headline {
  color: #000;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .hero .hero-copy {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .hero .hero-legal {
  color: #000;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body {
  background-color: #ffffff;
  color: #666666;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body .body-headline {
  text-align: center;
  color: #22a844;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body .body-intro {
  text-align: center;
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .body .hide-available, .theme--teal-green-green .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .bottom-well h3 {
  color: #22a844;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .bottom-well p {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green .footer {
  background-color: #E4E6E6;
  color: #666666;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--teal-green-green footer a {
  color: #666666;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .theme-text--highlight {
  color: #ef682f;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .cta-qual .cta-button {
  display: inline-block;
  background-color: #ef682f;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .hero {
  background-color: #e3e7ea;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .hero a {
  color: #666666;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--grey-orange-orange .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .hero .hero-headline {
  color: #000;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .hero .hero-copy {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .hero .hero-legal {
  color: #000;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body {
  background-color: #ffffff;
  color: #666666;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body .body-headline {
  text-align: center;
  color: #ef682f;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body .body-intro {
  text-align: center;
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .body .hide-available, .theme--grey-orange-orange .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .bottom-well h3 {
  color: #ef682f;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .bottom-well p {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange .footer {
  background-color: #E4E6E6;
  color: #666666;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-orange-orange footer a {
  color: #666666;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .theme-text--highlight {
  color: #c01931;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .cta-qual .cta-button {
  display: inline-block;
  background-color: #c01931;
  color: #000;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .hero {
  background-color: #b20c1c;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .hero a {
  color: #666666;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--red-red-blue .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .hero .hero-headline {
  color: #FFFFFF;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .hero .hero-copy {
  color: #FFFFFF;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .hero .hero-legal {
  color: #FFFFFF;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body {
  background-color: #ffffff;
  color: #666666;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body a.cta-button {
  color: #000;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body .body-headline {
  text-align: center;
  color: #049eff;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body .body-intro {
  text-align: center;
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .body .hide-available, .theme--red-red-blue .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .bottom-well h3 {
  color: #049eff;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .bottom-well p {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue .footer {
  background-color: #E4E6E6;
  color: #666666;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--red-red-blue footer a {
  color: #666666;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .theme-text--highlight {
  color: #fe6e28;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #fe6e28;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .hero {
  background-color: #00c1f1;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--blue-orange-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .hero .hero-copy {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body .body-headline {
  text-align: center;
  color: #00c1f1;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body .body-list .body-list-header {
  color: #000;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body .body-list .body-list-text {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .body .hide-available, .theme--blue-orange-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-orange-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .theme-text--highlight {
  color: #ad0b16;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #ad0b16;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero {
  background-color: #000000;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--black-red-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero .hero-copy {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 957, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .hero ul {
  list-style-type: disc;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body .body-headline {
  text-align: center;
  color: #ad0b16;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body .body-list .body-list-header {
  color: #000;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body .body-list .body-list-text {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .body .hide-available, .theme--black-red-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--black-red-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .theme-text--highlight {
  color: #c90606;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #c90606;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero {
  background-color: #02aef0;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--blue-red-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero .hero-copy {
  color: #000000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 957, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .hero ul {
  list-style-type: disc;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body .body-headline {
  text-align: center;
  color: #c90606;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body .body-list .body-list-header {
  color: #000;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body .body-list .body-list-text {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .body .hide-available, .theme--blue-red-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--blue-red-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .theme-text--highlight {
  color: #de232e;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .cta-qual .cta-button {
  display: inline-block;
  background-color: #de232e;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero {
  background-color: #c9effe;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--lightblue-red-black .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero .hero-headline {
  color: #000000;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero .hero-copy {
  color: #000000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero .hero-legal {
  color: #000000;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 957, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .hero ul {
  list-style-type: disc;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body .body-headline {
  text-align: center;
  color: #de232e;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body .body-intro {
  text-align: center;
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body .body-list .body-list-text {
  color: #666666;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .body .hide-available, .theme--lightblue-red-black .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--lightblue-red-black footer a {
  color: #000;
}

/* line 903, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .theme-text--highlight {
  color: #c7323c;
}
/* line 906, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body-text .theme-text--highlight {
  clear: both;
  text-align: center;
}
/* line 910, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .cta-qual .cta-button {
  display: inline-block;
  background-color: #c7323c;
  color: #fff;
  font-style: normal;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 922, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .cta-qual .cta-button:hover {
  text-decoration: none;
}
/* line 926, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero {
  background-color: #666666;
}
/* line 928, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero a {
  color: #000;
  text-decoration: none;
}
/* line 1305, ../../../../app/src/assets/styles/mvp/_briksA1TEMP.scss */
.theme--grey-red-grey .hero a:hover {
  text-decoration: underline;
}
/* line 931, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero .hero-headline {
  color: #fff;
  font-style: normal;
}
/* line 946, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero .hero-copy {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
/* line 952, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero .hero-legal {
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 957, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .hero ul {
  list-style-type: disc;
}
/* line 961, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body {
  background-color: #ffffff;
  color: #000;
}
/* line 964, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body a.cta-button {
  color: #fff;
}
/* line 967, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body .body-headline {
  text-align: center;
  color: #c7323c;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 973, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body .body-intro {
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 980, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body .body-list .body-list-header {
  color: #666666;
  font-style: bold;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 986, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body .body-list .body-list-text {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 995, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .body .hide-available, .theme--grey-red-grey .body .hide-not-available {
  clear: both;
}
/* line 999, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .bottom-well {
  background-color: #FFFFFF;
}
/* line 1001, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .bottom-well h3 {
  color: #000;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1006, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .bottom-well p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 1012, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey .footer {
  background-color: #E4E6E6;
  color: #000;
}
/* line 1017, ../../../../app/src/assets/styles/mvp/_themes.scss */
.theme--grey-red-grey footer a {
  color: #000;
}

/* line 1026, ../../../../app/src/assets/styles/mvp/_themes.scss */
.hide-banner-product-logo #banner #banner-logo {
  display: none;
}

/* line 1032, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] #banner-logo {
  display: none;
}
/* line 1035, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .aol-logo {
  top: 0;
}
/* line 1038, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] #hero #hero-text {
  float: right;
  padding-left: 1.5em;
}
/* line 1041, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] #hero #hero-text .hero-headline {
  font-weight: 600;
}
/* line 1045, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] #hero #hero-text .hero-copy ul {
  list-style-type: disc;
}
/* line 1053, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text {
  /*  TURN THIS BACK ON IF SORAB WANTS THE OTHER CTA BACK
      .hide-available {
        clear:both;
        text-align:center;
        padding:40px 0;
        p {
          width:55%;
          margin:0 auto;
        }
      }
  */
}
/* line 1054, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .body-intro, [data-product="techfortressuk"] .body-text .body-headline {
  display: none;
}
/* line 1058, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .hide-available, [data-product="techfortressuk"] .body-text .hide-not-available {
  display: none;
}
/* line 1073, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .left-content {
  width: 60%;
  float: left;
  padding-right: 20px;
}
/* line 1077, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .left-content h2 {
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 5px !important;
}
/* line 1084, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .left-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 1090, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .body-list {
  width: 40%;
  float: left;
}
/* line 1093, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .body-text .body-list .icon-1 {
  width: 100% !important;
}
/* line 1100, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .footer-links .last-child {
  float: right;
}
/* line 1103, ../../../../app/src/assets/styles/mvp/_themes.scss */
[data-product="techfortressuk"] .footer-links .copyright {
  border-right: none;
}

/* line 1, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now,
.icn-before:before,
.icn-after:after {
  font-family: "basic-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-triangle-up,
.icn-before.icn-triangle-up:before,
.icn-after.icn-triangle-up:after {
  content: "a";
}

/* line 21, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-triangle-right,
.icn-before.icn-triangle-right:before,
.icn-after.icn-triangle-right:after {
  content: "b";
}

/* line 27, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-triangle-down,
.icn-before.icn-triangle-down:before,
.icn-after.icn-triangle-down:after {
  content: "c";
}

/* line 33, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-triangle-left,
.icn-before.icn-triangle-left:before,
.icn-after.icn-triangle-left:after {
  content: "d";
}

/* line 39, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-caret-up,
.icn-before.icn-caret-up:before,
.icn-after.icn-caret-up:after {
  content: "e";
}

/* line 45, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-caret-right,
.icn-before.icn-caret-right:before,
.icn-after.icn-caret-right:after {
  content: "f";
}

/* line 51, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-caret-down,
.icn-before.icn-caret-down:before,
.icn-after.icn-caret-down:after {
  content: "g";
}

/* line 57, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-caret-left,
.icn-before.icn-caret-left:before,
.icn-after.icn-caret-left:after {
  content: "h";
}

/* line 63, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-star-outline,
.icn-before.icn-star-outline:before,
.icn-after.icn-star-outline:after {
  content: "m";
}

/* line 69, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-star-filled,
.icn-before.icn-star-filled:before,
.icn-after.icn-star-filled:after {
  content: "n";
}

/* line 75, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-heart-filled,
.icn-before.icn-heart-filled:before,
.icn-after.icn-heart-filled:after {
  content: "Y";
}

/* line 81, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-share-window,
.icn-before.icn-share-window:before,
.icn-after.icn-share-window:after {
  content: "$";
}

/* line 87, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-share-arrow,
.icn-before.icn-share-arrow:before,
.icn-after.icn-share-arrow:after {
  content: "%";
}

/* line 93, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-aim,
.icn-before.icn-aim:before,
.icn-after.icn-aim:after {
  content: "&";
}

/* line 99, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-aim-alt,
.icn-before.icn-aim-alt:before,
.icn-after.icn-aim-alt:after {
  content: "'";
}

/* line 105, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-twitter,
.icn-before.icn-social-twitter:before,
.icn-after.icn-social-twitter:after {
  content: "*";
}

/* line 111, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-windows,
.icn-before.icn-social-windows:before,
.icn-after.icn-social-windows:after {
  content: "+";
}

/* line 117, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-apple,
.icn-before.icn-social-apple:before,
.icn-after.icn-social-apple:after {
  content: ",";
}

/* line 123, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-android,
.icn-before.icn-social-android:before,
.icn-after.icn-social-android:after {
  content: "-";
}

/* line 129, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-facebook,
.icn-before.icn-social-facebook:before,
.icn-after.icn-social-facebook:after {
  content: ".";
}

/* line 135, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-linkedin,
.icn-before.icn-social-linkedin:before,
.icn-after.icn-social-linkedin:after {
  content: "/";
}

/* line 141, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-medium,
.icn-before.icn-social-medium:before,
.icn-after.icn-social-medium:after {
  content: ":";
}

/* line 147, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-path,
.icn-before.icn-social-path:before,
.icn-after.icn-social-path:after {
  content: "<";
}

/* line 153, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-pinterest,
.icn-before.icn-social-pinterest:before,
.icn-after.icn-social-pinterest:after {
  content: "=";
}

/* line 159, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-snapchat,
.icn-before.icn-social-snapchat:before,
.icn-after.icn-social-snapchat:after {
  content: ">";
}

/* line 165, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-google-plus,
.icn-before.icn-social-google-plus:before,
.icn-after.icn-social-google-plus:after {
  content: "?";
}

/* line 171, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-github,
.icn-before.icn-social-github:before,
.icn-after.icn-social-github:after {
  content: "@";
}

/* line 177, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-bing,
.icn-before.icn-social-bing:before,
.icn-after.icn-social-bing:after {
  content: "[";
}

/* line 183, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-drive,
.icn-before.icn-social-drive:before,
.icn-after.icn-social-drive:after {
  content: "]";
}

/* line 189, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-wrench,
.icn-before.icn-wrench:before,
.icn-after.icn-wrench:after {
  content: "(";
}

/* line 195, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-zoom-in,
.icn-before.icn-zoom-in:before,
.icn-after.icn-zoom-in:after {
  content: ")";
}

/* line 201, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-zoom-out,
.icn-before.icn-zoom-out:before,
.icn-after.icn-zoom-out:after {
  content: "^";
}

/* line 207, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-rss,
.icn-before.icn-social-rss:before,
.icn-after.icn-social-rss:after {
  content: "_";
}

/* line 213, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-price-tag,
.icn-before.icn-price-tag:before,
.icn-after.icn-price-tag:after {
  content: "`";
}

/* line 219, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-price-tags,
.icn-before.icn-price-tags:before,
.icn-after.icn-price-tags:after {
  content: "{";
}

/* line 225, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-burst-new,
.icn-before.icn-burst-new:before,
.icn-after.icn-burst-new:after {
  content: "~";
}

/* line 231, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-burst-sale,
.icn-before.icn-burst-sale:before,
.icn-after.icn-burst-sale:after {
  content: "\\";
}

/* line 237, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-burst,
.icn-before.icn-burst:before,
.icn-after.icn-burst:after {
  content: "\e000";
}

/* line 243, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-comment,
.icn-before.icn-comment:before,
.icn-after.icn-comment:after {
  content: "\e001";
}

/* line 249, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-comment-quotes,
.icn-before.icn-comment-quotes:before,
.icn-after.icn-comment-quotes:after {
  content: "\e002";
}

/* line 255, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-comments,
.icn-before.icn-comments:before,
.icn-after.icn-comments:after {
  content: "\e003";
}

/* line 261, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-clock,
.icn-before.icn-clock:before,
.icn-after.icn-clock:after {
  content: "\e004";
}

/* line 267, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-credit-card,
.icn-before.icn-credit-card:before,
.icn-after.icn-credit-card:after {
  content: "\e005";
}

/* line 273, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-filter,
.icn-before.icn-filter:before,
.icn-after.icn-filter:after {
  content: "\e006";
}

/* line 279, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-info,
.icn-before.icn-info:before,
.icn-after.icn-info:after {
  content: "\e007";
}

/* line 285, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-laptop,
.icn-before.icn-laptop:before,
.icn-after.icn-laptop:after {
  content: "\e008";
}

/* line 291, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-link,
.icn-before.icn-link:before,
.icn-after.icn-link:after {
  content: "\e009";
}

/* line 297, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-list,
.icn-before.icn-list:before,
.icn-after.icn-list:after {
  content: "\e00a";
}

/* line 303, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-megaphone,
.icn-before.icn-megaphone:before,
.icn-after.icn-megaphone:after {
  content: "\e00b";
}

/* line 309, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-marker,
.icn-before.icn-marker:before,
.icn-after.icn-marker:after {
  content: "\e00c";
}

/* line 315, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-microphone,
.icn-before.icn-microphone:before,
.icn-after.icn-microphone:after {
  content: "\e00d";
}

/* line 321, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-lock-1,
.icn-before.icn-lock-1:before,
.icn-after.icn-lock-1:after {
  content: "\e00e";
}

/* line 327, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-monitor,
.icn-before.icn-monitor:before,
.icn-after.icn-monitor:after {
  content: "\e00f";
}

/* line 333, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-mail,
.icn-before.icn-mail:before,
.icn-after.icn-mail:after {
  content: "\e010";
}

/* line 339, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-paperclip,
.icn-before.icn-paperclip:before,
.icn-after.icn-paperclip:after {
  content: "\e012";
}

/* line 345, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-paypal,
.icn-before.icn-paypal:before,
.icn-after.icn-paypal:after {
  content: "\e013";
}

/* line 351, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-pencil,
.icn-before.icn-pencil:before,
.icn-after.icn-pencil:after {
  content: "\e014";
}

/* line 357, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-photo,
.icn-before.icn-photo:before,
.icn-after.icn-photo:after {
  content: "\e015";
}

/* line 363, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-pound,
.icn-before.icn-pound:before,
.icn-after.icn-pound:after {
  content: "\e017";
}

/* line 369, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-euro,
.icn-before.icn-euro:before,
.icn-after.icn-euro:after {
  content: "\e018";
}

/* line 375, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-dollar,
.icn-before.icn-dollar:before,
.icn-after.icn-dollar:after {
  content: "\e019";
}

/* line 381, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-contrast,
.icn-before.icn-contrast:before,
.icn-after.icn-contrast:after {
  content: "\e01b";
}

/* line 387, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-shopping-cart,
.icn-before.icn-shopping-cart:before,
.icn-after.icn-shopping-cart:after {
  content: "\e01c";
}

/* line 393, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-widget,
.icn-before.icn-widget:before,
.icn-after.icn-widget:after {
  content: "\e01d";
}

/* line 399, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-tablet-portrait,
.icn-before.icn-tablet-portrait:before,
.icn-after.icn-tablet-portrait:after {
  content: "\e01e";
}

/* line 405, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-tablet-landscape,
.icn-before.icn-tablet-landscape:before,
.icn-after.icn-tablet-landscape:after {
  content: "\e01f";
}

/* line 411, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-trash,
.icn-before.icn-trash:before,
.icn-after.icn-trash:after {
  content: "\e020";
}

/* line 417, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-telephone,
.icn-before.icn-telephone:before,
.icn-after.icn-telephone:after {
  content: "\e021";
}

/* line 423, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-unlock,
.icn-before.icn-unlock:before,
.icn-after.icn-unlock:after {
  content: "\e023";
}

/* line 429, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-quote,
.icn-before.icn-quote:before,
.icn-after.icn-quote:after {
  content: "o";
}

/* line 435, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-heart-outline,
.icn-before.icn-heart-outline:before,
.icn-after.icn-heart-outline:after {
  content: "t";
}

/* line 441, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-cloud,
.icn-before.icn-cloud:before,
.icn-after.icn-cloud:after {
  content: "u";
}

/* line 447, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-home,
.icn-before.icn-home:before,
.icn-after.icn-home:after {
  content: "v";
}

/* line 453, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-asterisk,
.icn-before.icn-asterisk:before,
.icn-after.icn-asterisk:after {
  content: "k";
}

/* line 459, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-at-sign,
.icn-before.icn-at-sign:before,
.icn-after.icn-at-sign:after {
  content: "l";
}

/* line 465, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-alert,
.icn-before.icn-alert:before,
.icn-after.icn-alert:after {
  content: "x";
}

/* line 471, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-shield,
.icn-before.icn-shield:before,
.icn-after.icn-shield:after {
  content: "i";
}

/* line 477, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-address-book,
.icn-before.icn-address-book:before,
.icn-after.icn-address-book:after {
  content: "j";
}

/* line 483, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-prohibited,
.icn-before.icn-prohibited:before,
.icn-after.icn-prohibited:after {
  content: "p";
}

/* line 489, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrows-in,
.icn-before.icn-arrows-in:before,
.icn-after.icn-arrows-in:after {
  content: "r";
}

/* line 495, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-calendar,
.icn-before.icn-calendar:before,
.icn-after.icn-calendar:after {
  content: "s";
}

/* line 501, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-bookmark,
.icn-before.icn-bookmark:before,
.icn-after.icn-bookmark:after {
  content: "w";
}

/* line 507, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrow-up,
.icn-before.icn-arrow-up:before,
.icn-after.icn-arrow-up:after {
  content: "A";
}

/* line 513, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrow-right,
.icn-before.icn-arrow-right:before,
.icn-after.icn-arrow-right:after {
  content: "B";
}

/* line 519, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrow-doen,
.icn-before.icn-arrow-doen:before,
.icn-after.icn-arrow-doen:after {
  content: "C";
}

/* line 525, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrow-left,
.icn-before.icn-arrow-left:before,
.icn-after.icn-arrow-left:after {
  content: "D";
}

/* line 531, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-stop,
.icn-before.icn-stop:before,
.icn-after.icn-stop:after {
  content: "E";
}

/* line 537, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-pause,
.icn-before.icn-pause:before,
.icn-after.icn-pause:after {
  content: "F";
}

/* line 543, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-play,
.icn-before.icn-play:before,
.icn-after.icn-play:after {
  content: "G";
}

/* line 549, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-instagram,
.icn-before.icn-social-instagram:before,
.icn-after.icn-social-instagram:after {
  content: "H";
}

/* line 555, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-social-youtube,
.icn-before.icn-social-youtube:before,
.icn-after.icn-social-youtube:after {
  content: "I";
}

/* line 561, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-ticket,
.icn-before.icn-ticket:before,
.icn-after.icn-ticket:after {
  content: "J";
}

/* line 567, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-print,
.icn-before.icn-print:before,
.icn-after.icn-print:after {
  content: "K";
}

/* line 573, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-save,
.icn-before.icn-save:before,
.icn-after.icn-save:after {
  content: "L";
}

/* line 579, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-share,
.icn-before.icn-share:before,
.icn-after.icn-share:after {
  content: "M";
}

/* line 585, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-mobile-signal,
.icn-before.icn-mobile-signal:before,
.icn-after.icn-mobile-signal:after {
  content: "R";
}

/* line 591, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-mobile,
.icn-before.icn-mobile:before,
.icn-after.icn-mobile:after {
  content: "S";
}

/* line 597, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-magnifying-glass,
.icn-before.icn-magnifying-glass:before,
.icn-after.icn-magnifying-glass:after {
  content: "T";
}

/* line 603, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-loop,
.icn-before.icn-loop:before,
.icn-after.icn-loop:after {
  content: "U";
}

/* line 609, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-check,
.icn-before.icn-check:before,
.icn-after.icn-check:after {
  content: "V";
}

/* line 615, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-check-empty,
.icn-before.icn-check-empty:before,
.icn-after.icn-check-empty:after {
  content: "W";
}

/* line 621, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-remove,
.icn-before.icn-remove:before,
.icn-after.icn-remove:after {
  content: "X";
}

/* line 627, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-arrows-out,
.icn-before.icn-arrows-out:before,
.icn-after.icn-arrows-out:after {
  content: "q";
}

/* line 633, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-rewind,
.icn-before.icn-rewind:before,
.icn-after.icn-rewind:after {
  content: "O";
}

/* line 639, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-previous,
.icn-before.icn-previous:before,
.icn-after.icn-previous:after {
  content: "P";
}

/* line 645, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-next,
.icn-before.icn-next:before,
.icn-after.icn-next:after {
  content: "Q";
}

/* line 651, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-fast-forward,
.icn-before.icn-fast-forward:before,
.icn-after.icn-fast-forward:after {
  content: "Z";
}

/* line 657, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-braille,
.icn-before.icn-braille:before,
.icn-after.icn-braille:after {
  content: "3";
}

/* line 663, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-minus,
.icn-before.icn-minus:before,
.icn-after.icn-minus:after {
  content: "y";
}

/* line 669, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-plus,
.icn-before.icn-plus:before,
.icn-after.icn-plus:after {
  content: "N";
}

/* line 675, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-download,
.icn-before.icn-download:before,
.icn-after.icn-download:after {
  content: "0";
}

/* line 681, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-dashboard,
.icn-before.icn-dashboard:before,
.icn-after.icn-dashboard:after {
  content: "z";
}

/* line 687, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-fire,
.icn-before.icn-fire:before,
.icn-after.icn-fire:after {
  content: "4";
}

/* line 693, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-graph,
.icn-before.icn-graph:before,
.icn-after.icn-graph:after {
  content: "5";
}

/* line 699, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-unlink,
.icn-before.icn-unlink:before,
.icn-after.icn-unlink:after {
  content: "6";
}

/* line 705, ../../../../app/src/assets/styles/mvp/_iconMapping.scss */
.icn-now.icn-road,
.icn-before.icn-road:before,
.icn-after.icn-road:after {
  content: "7";
}

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