/*
  Solid is BuzzFeed's CSS style guide.
  solid.buzzfeed.com
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

pre,
code,
sub,
sup,
fieldset,
form,
label,
legend,
details,
embed,
menu,
summary,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
caption,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  border: 0; }

small {
  font-size: 16px; }

sub,
sup {
  font-size: 16px; }

sup {
  top: -0.5rem; }

sub {
  bottom: -.25rem; }

code,
kbd,
pre,
samp {
  font-size: 16px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

optgroup {
  font-weight: 600; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

html {
  font-size: 16px;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #222; }

h1 {
  font-size: 1.75rem;
  line-height: 1.2; }

h2 {
  font-size: 1.375rem;
  line-height: 1.2; }

h3 {
  font-size: 1.125rem;
  line-height: 1.2; }

h4 {
  font-size: 1rem;
  line-height: 1.3; }

h5 {
  font-size: 0.875rem;
  line-height: 1.3; }

h6 {
  font-size: 0.75rem;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.slab h6,
h6.slab {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 400; }

a {
  text-decoration: none;
  color: #0f65ef; }
  a:hover {
    color: #093c8f;
    transition: color .15s ease 0s; }

strong,
b {
  font-weight: 600; }

em,
i {
  font-style: italic; }

ol,
ul {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum" 1;
  -moz-font-feature-settings: "tnum=1";
  -webkit-font-feature-settings: 'tnum' 1;
  font-feature-settings: 'tnum' 1;
  padding-left: 2rem; }

table {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum" 1;
  -moz-font-feature-settings: "tnum=1";
  -webkit-font-feature-settings: 'tnum' 1;
  font-feature-settings: 'tnum' 1;
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

th {
  text-align: left;
  font-weight: 600;
  vertical-align: bottom; }

th,
td {
  padding: 0.5rem; }

td {
  vertical-align: middle; }

.page-message {
  position: relative;
  margin-top: .125rem;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 600; }

.page-message__text:before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center; }

.page-message__action {
  text-decoration: underline; }

.page-message__close {
  position: absolute;
  right: .25rem;
  top: .375rem;
  padding: .5rem;
  cursor: pointer; }

.page-message__close-icon {
  width: .75rem; }

.page-message--error {
  background-color: #feebe9;
  color: #e32; }
  .page-message--error .page-message__text,
  .page-message--error .page-message__action {
    color: #e32; }
    .page-message--error .page-message__text:before,
    .page-message--error .page-message__action:before {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22488%22%20height%3D%22488%22%20viewBox%3D%220%200%20488%20488%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%09%3Cpath%20d%3D%22M244%200c-134.708%200-244%20109.292-244%20244s109.292%20244%20244%20244%20244-109.292%20244-244-109.292-244-244-244zm40.667%20396.182c0%205.719-4.448%2010.484-9.849%2010.484h-61c-5.719%200-10.484-4.766-10.484-10.484v-60.365c0-5.719%204.766-10.484%2010.484-10.484h61c5.401%200%209.849%204.766%209.849%2010.484v60.365zm-.635-109.292c-.318%204.448-5.083%207.943-10.802%207.943h-58.776c-6.036%200-10.802-3.495-10.802-7.943l-5.401-197.297c0-2.224.953-4.448%203.177-5.719%201.906-1.589%204.766-2.542%207.625-2.542h69.896c2.859%200%205.719.953%207.625%202.542%202.224%201.271%203.177%203.495%203.177%205.719l-5.719%20197.297z%22%20fill%3D%22%23e32%22/%3E%3C/svg%3E");
      background-size: 1rem; }
  .page-message--error .page-message__close-icon {
    fill: #fa9287; }
  .page-message--error .page-message__close:hover .page-message__close-icon {
    fill: #e32; }

.page-message--success {
  background-color: #e1efd0;
  color: #68af15; }
  .page-message--success .page-message__text,
  .page-message--success .page-message__action {
    color: #68af15; }
    .page-message--success .page-message__text:before,
    .page-message--success .page-message__action:before {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
      background-size: .625rem;
      background-color: #68af15;
      border-radius: 50%; }
  .page-message--success .page-message__close-icon {
    fill: #b0d584; }
  .page-message--success .page-message__close:hover .page-message__close-icon {
    fill: #68af15; }

.page-message__action:hover {
  color: #0f65ef; }

.flex {
  display: flex !important; }

.xs-block-grid-1, .xs-block-grid-2, .xs-block-grid-3, .xs-block-grid-4, .xs-block-grid-5, .xs-block-grid-6 {
  font-size: 0        !important;
  margin: -0.5rem !important;
  padding: 0          !important; }

@media (min-width: 40rem) {
  .sm-block-grid-1, .sm-block-grid-2, .sm-block-grid-3, .sm-block-grid-4, .sm-block-grid-5, .sm-block-grid-6 {
    font-size: 0        !important;
    margin: -0.5rem !important;
    padding: 0          !important; } }

@media (min-width: 52rem) {
  .md-block-grid-1, .md-block-grid-2, .md-block-grid-3, .md-block-grid-4, .md-block-grid-5, .md-block-grid-6 {
    font-size: 0        !important;
    margin: -0.5rem !important;
    padding: 0          !important; } }

@media (min-width: 64rem) {
  .lg-block-grid-1, .lg-block-grid-2, .lg-block-grid-3, .lg-block-grid-4, .lg-block-grid-5, .lg-block-grid-6 {
    font-size: 0        !important;
    margin: -0.5rem !important;
    padding: 0          !important; } }

.block-grid__item {
  display: inline-block;
  margin: 0.5rem !important;
  font-size: 16px !important;
  vertical-align: top        !important; }

.xs-block-grid-1 .block-grid__item {
  width: 100% !important; }

.xs-block-grid-2 .block-grid__item {
  width: calc(50% - 1rem) !important; }

.xs-block-grid-3 .block-grid__item {
  width: calc(33.3333333333% - 1rem) !important; }

.xs-block-grid-4 .block-grid__item {
  width: calc(25% - 1rem) !important; }

.xs-block-grid-5 .block-grid__item {
  width: calc(20% - 1rem) !important; }

.xs-block-grid-6 .block-grid__item {
  width: calc(16.6666666667% - 1rem) !important; }

@media (min-width: 40rem) {
  .sm-block-grid-1 .block-grid__item {
    width: 100% !important; }
  .sm-block-grid-2 .block-grid__item {
    width: calc(50% - 1rem) !important; }
  .sm-block-grid-3 .block-grid__item {
    width: calc(33.3333333333% - 1rem) !important; }
  .sm-block-grid-4 .block-grid__item {
    width: calc(25% - 1rem) !important; }
  .sm-block-grid-5 .block-grid__item {
    width: calc(20% - 1rem) !important; }
  .sm-block-grid-6 .block-grid__item {
    width: calc(16.6666666667% - 1rem) !important; } }

@media (min-width: 52rem) {
  .md-block-grid-1 .block-grid__item {
    width: 100% !important; }
  .md-block-grid-2 .block-grid__item {
    width: calc(50% - 1rem) !important; }
  .md-block-grid-3 .block-grid__item {
    width: calc(33.3333333333% - 1rem) !important; }
  .md-block-grid-4 .block-grid__item {
    width: calc(25% - 1rem) !important; }
  .md-block-grid-5 .block-grid__item {
    width: calc(20% - 1rem) !important; }
  .md-block-grid-6 .block-grid__item {
    width: calc(16.6666666667% - 1rem) !important; } }

@media (min-width: 64rem) {
  .lg-block-grid-1 .block-grid__item {
    width: 100% !important; }
  .lg-block-grid-2 .block-grid__item {
    width: calc(50% - 1rem) !important; }
  .lg-block-grid-3 .block-grid__item {
    width: calc(33.3333333333% - 1rem) !important; }
  .lg-block-grid-4 .block-grid__item {
    width: calc(25% - 1rem) !important; }
  .lg-block-grid-5 .block-grid__item {
    width: calc(20% - 1rem) !important; }
  .lg-block-grid-6 .block-grid__item {
    width: calc(16.6666666667% - 1rem) !important; } }

/*Class to remove margins from block-grid__item and block-grid container*/
.no-gutters {
  margin: 0 !important; }
  .no-gutters .block-grid__item {
    margin: 0 !important; }

/*Resizes block-grid__item to percentage of block-grid without margins*/
.xs-block-grid-1.no-gutters .block-grid__item {
  width: 100% !important; }

.xs-block-grid-2.no-gutters .block-grid__item {
  width: 50% !important; }

.xs-block-grid-3.no-gutters .block-grid__item {
  width: 33.3333333333% !important; }

.xs-block-grid-4.no-gutters .block-grid__item {
  width: 25% !important; }

.xs-block-grid-5.no-gutters .block-grid__item {
  width: 20% !important; }

.xs-block-grid-6.no-gutters .block-grid__item {
  width: 16.6666666667% !important; }

@media (min-width: 40rem) {
  .sm-block-grid-1.no-gutters .block-grid__item {
    width: 100% !important; }
  .sm-block-grid-2.no-gutters .block-grid__item {
    width: 50% !important; }
  .sm-block-grid-3.no-gutters .block-grid__item {
    width: 33.3333333333% !important; }
  .sm-block-grid-4.no-gutters .block-grid__item {
    width: 25% !important; }
  .sm-block-grid-5.no-gutters .block-grid__item {
    width: 20% !important; }
  .sm-block-grid-6.no-gutters .block-grid__item {
    width: 16.6666666667% !important; } }

@media (min-width: 52rem) {
  .md-block-grid-1.no-gutters .block-grid__item {
    width: 100% !important; }
  .md-block-grid-2.no-gutters .block-grid__item {
    width: 50% !important; }
  .md-block-grid-3.no-gutters .block-grid__item {
    width: 33.3333333333% !important; }
  .md-block-grid-4.no-gutters .block-grid__item {
    width: 25% !important; }
  .md-block-grid-5.no-gutters .block-grid__item {
    width: 20% !important; }
  .md-block-grid-6.no-gutters .block-grid__item {
    width: 16.6666666667% !important; } }

@media (min-width: 64rem) {
  .lg-block-grid-1.no-gutters .block-grid__item {
    width: 100% !important; }
  .lg-block-grid-2.no-gutters .block-grid__item {
    width: 50% !important; }
  .lg-block-grid-3.no-gutters .block-grid__item {
    width: 33.3333333333% !important; }
  .lg-block-grid-4.no-gutters .block-grid__item {
    width: 25% !important; }
  .lg-block-grid-5.no-gutters .block-grid__item {
    width: 20% !important; }
  .lg-block-grid-6.no-gutters .block-grid__item {
    width: 16.6666666667% !important; } }

.fill-red {
  background-color: #e32 !important; }

.fill-red-lighter {
  background-color: #feebe9 !important; }

.fill-pink {
  background-color: #e40c78 !important; }

.fill-blue {
  background-color: #0f65ef !important; }

.fill-yellow {
  background-color: #ffee00 !important; }

.fill-yellow-lighter {
  background-color: #fffab6 !important; }

.fill-purple {
  background-color: #6645dd !important; }

.fill-teal {
  background-color: #007c7c !important; }

.fill-green {
  background-color: #68af15 !important; }

.fill-green-lighter {
  background-color: #e1efd0 !important; }

.fill-orange {
  background-color: #f47f16 !important; }

.fill-promoted-orange {
  background-color: #bf5608 !important; }

.fill-gray-lighter {
  background-color: #f4f4f4 !important; }

.fill-gray-light {
  background-color: #d7d7d7 !important; }

.fill-gray {
  background-color: #aaa !important; }

.fill-gray-darker {
  background-color: #222 !important; }

.fill-white {
  background-color: #fff !important; }

.text-gray {
  color: #222 !important; }

.text-white {
  color: #fff !important; }

.text-gray-lighter {
  color: #666 !important; }

.text-gray-lightest {
  color: #757575 !important; }

.text-red {
  color: #e32 !important; }

.text-pink {
  color: #e40c78 !important; }

.text-orange {
  color: #f47f16 !important; }

.text-promoted-orange {
  color: #f7ad19 !important; }

.text-purple {
  color: #6645dd !important; }

.text-green {
  color: #68af15 !important; }

.text-blue {
  color: #0f65ef !important; }

.svg-gray {
  fill: #222 !important; }

.svg-white {
  fill: #fff !important; }

.svg-gray-lighter {
  fill: #666 !important; }

.svg-gray-lightest {
  fill: #757575 !important; }

.svg-red {
  fill: #e32 !important; }

.svg-pink {
  fill: #e40c78 !important; }

.svg-orange {
  fill: #f47f16 !important; }

.svg-purple {
  fill: #6645dd !important; }

.svg-teal {
  fill: #007c7c !important; }

.svg-green {
  fill: #68af15 !important; }

.svg-blue {
  fill: #0f65ef !important; }

.fill-facebook {
  background-color: #1877f2 !important; }

.fill-twitter {
  background-color: #55acee !important; }

.svg-facebook {
  fill: #1877f2 !important; }

.svg-twitter {
  fill: #55acee !important; }

.fill-google {
  background-color: #dd4b39 !important; }

.fill-linkedin {
  background-color: #2867b2 !important; }

.fill-pinterest {
  background-color: #e60019 !important; }

.fill-tumblr {
  background-color: #001935 !important; }

.fill-youtube {
  background-color: #FF0000 !important; }

.fill-instagram {
  background-color: #000000 !important; }

.fill-vine {
  background-color: #00b488 !important; }

.fill-snapchat {
  background-color: #fffc00 !important; }

.fill-buzzfeed {
  background-color: #e32 !important; }

.svg-google {
  fill: #dd4b39 !important; }

.svg-linkedin {
  fill: #2867b2 !important; }

.svg-pinterest {
  fill: #e60019 !important; }

.svg-tumblr {
  fill: #001935 !important; }

.svg-youtube {
  fill: #FF0000 !important; }

.svg-instagram {
  fill: #000000 !important; }

.svg-vine {
  fill: #00b488 !important; }

.svg-snapchat {
  fill: #fffc00 !important; }

.svg-buzzfeed {
  fill: #e32 !important; }

.button {
  cursor: pointer                             !important;
  padding: 0                                  !important;
  background-color: transparent               !important;
  background-image: none                      !important;
  border: 1px solid transparent               !important;
  white-space: nowrap                         !important;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: inherit          !important;
  padding: .5rem .875rem        !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-radius: 3px !important;
  text-decoration: none         !important;
  cursor: pointer               !important;
  display: inline-block         !important;
  border: 1px solid transparent !important;
  text-align: center            !important;
  background-color: #0f65ef !important;
  color: #fff !important;
  border-color: #0f65ef !important;
  border: 1px solid transparent             !important;
  transition: background-color .1s ease 0s  !important; }
  .button:active {
    outline: 0 !important; }
  .button:not(.button--disabled):not(:disabled):hover {
    background-color: #093c8f !important;
    transition: background-color .15s ease 0s  !important; }
  .button:not(.button--disabled):not(:disabled):active {
    background-color: #041e47 !important; }
  .button.button--secondary {
    border: 1px solid #0f65ef !important;
    color: #0f65ef !important;
    background: none              !important; }
    .button.button--secondary:hover {
      transition: background-color .15s ease 0s  !important; }
  .button.button--secondary:not(.button--disabled):not(:disabled):hover {
    background-color: #0f65ef !important;
    color: #fff !important; }
  .button.button--secondary:not(.button--disabled):not(:disabled):active {
    background-color: #041e47 !important;
    border-color: #041e47 !important;
    color: #fff !important; }
  .button.button--secondary.button--icon > svg {
    fill: #0f65ef !important; }
  .button.button--secondary.button--icon:not(.button--disabled):not(:disabled):hover svg {
    fill: #fff !important; }

.button--negative {
  background-color: #e32 !important;
  color: #fff !important;
  border-color: #e32 !important;
  border: 1px solid transparent             !important;
  transition: background-color .1s ease 0s  !important; }
  .button--negative:not(.button--disabled):not(:disabled):hover {
    background-color: #9e180c !important;
    transition: background-color .15s ease 0s  !important; }
  .button--negative:not(.button--disabled):not(:disabled):active {
    background-color: #570d07 !important; }
  .button--negative.button--secondary {
    border: 1px solid #e32 !important;
    color: #e32 !important;
    background: none              !important; }
    .button--negative.button--secondary:hover {
      transition: background-color .15s ease 0s  !important; }
  .button--negative.button--secondary:not(.button--disabled):not(:disabled):hover {
    background-color: #e32 !important;
    color: #fff !important; }
  .button--negative.button--secondary:not(.button--disabled):not(:disabled):active {
    background-color: #570d07 !important;
    border-color: #570d07 !important;
    color: #fff !important; }
  .button--negative.button--secondary.button--icon > svg {
    fill: #e32 !important; }
  .button--negative.button--secondary.button--icon:not(.button--disabled):not(:disabled):hover svg {
    fill: #fff !important; }

.button--white {
  background-color: #fff !important;
  color: #222 !important;
  border-color: #fff !important;
  border: 1px solid transparent             !important;
  transition: background-color .1s ease 0s  !important; }
  .button--white:not(.button--disabled):not(:disabled):hover {
    background-color: #cccccc !important;
    transition: background-color .15s ease 0s  !important; }
  .button--white:not(.button--disabled):not(:disabled):active {
    background-color: #a6a6a6 !important; }
  .button--white.button--secondary {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: none              !important; }
    .button--white.button--secondary:hover {
      transition: background-color .15s ease 0s  !important; }
  .button--white.button--secondary:not(.button--disabled):not(:disabled):hover {
    background-color: #fff !important;
    color: #222 !important; }
  .button--white.button--secondary:not(.button--disabled):not(:disabled):active {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
    color: #222 !important; }
  .button--white.button--secondary.button--icon > svg {
    fill: #fff !important; }
  .button--white.button--secondary.button--icon:not(.button--disabled):not(:disabled):hover svg {
    fill: #fff !important; }
  .button--white:not(.button--disabled):not(:disabled):hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .button--white.button--secondary:not(.button--disabled):not(:disabled):active {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .button--white.button--icon > svg {
    fill: #222 !important; }
  .button--white.button--icon:not(.button--disabled):not(:disabled):hover svg {
    fill: #222 !important; }
  .button--white.button--secondary.button--icon > svg {
    fill: #fff !important; }
  .button--white.button--secondary.button--icon:not(.button--disabled):not(:disabled):hover svg {
    fill: #222 !important; }

.button--transparent {
  background-color: transparent         !important;
  color: #0f65ef !important;
  border-color: transparent             !important;
  border: 1px solid transparent         !important; }
  .button--transparent:not(.button--disabled):not(:disabled):hover {
    background-color: transparent       !important;
    color: #093c8f !important; }

.button--disabled,
.button:disabled {
  opacity: 0.3 !important; }
  .button--disabled:hover,
  .button:disabled:hover {
    cursor: default  !important;
    transition: none !important; }

.button--small {
  padding: .3125rem .625rem            !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important; }

.button--icon > svg {
  width: 1rem         !important;
  height: 1rem        !important;
  fill: #fff !important;
  position: relative  !important;
  top: .125rem        !important;
  margin-right: .5rem; }

.button--icon.button--small > svg {
  width: .875rem         !important;
  height: .875rem        !important;
  position: relative     !important;
  margin-right: .3125rem; }

.button--facebook {
  background-color: #1877f2 !important;
  color: #fff !important; }
  .button--facebook:not(.button--disabled):not(:disabled):hover {
    background-color: #09499b !important;
    color: #fff !important; }
  .button--facebook.button--disabled:hover, .button--facebook:disabled:hover {
    color: #fff !important; }
  .button--facebook:not(.button--disabled):not(:disabled):active {
    background-color: #052753 !important; }

.button--twitter {
  background-color: #55acee !important;
  color: #fff !important; }
  .button--twitter:not(.button--disabled):not(:disabled):hover {
    background-color: #147bc9 !important;
    color: #fff !important; }
  .button--twitter.button--disabled:hover, .button--twitter:disabled:hover {
    color: #fff !important; }
  .button--twitter:not(.button--disabled):not(:disabled):active {
    background-color: #0d5083 !important; }

.button--google {
  background-color: #dd4b39 !important;
  color: #fff !important; }
  .button--google:not(.button--disabled):not(:disabled):hover {
    background-color: #96271a !important;
    color: #fff !important; }
  .button--google.button--disabled:hover, .button--google:disabled:hover {
    color: #fff !important; }
  .button--google:not(.button--disabled):not(:disabled):active {
    background-color: #55160f !important; }

.button--linkedin {
  background-color: #2867b2 !important;
  color: #fff !important; }
  .button--linkedin:not(.button--disabled):not(:disabled):hover {
    background-color: #15375f !important;
    color: #fff !important; }
  .button--linkedin.button--disabled:hover, .button--linkedin:disabled:hover {
    color: #fff !important; }
  .button--linkedin:not(.button--disabled):not(:disabled):active {
    background-color: #071320 !important; }

.button--pinterest {
  background-color: #e60019 !important;
  color: #fff !important; }
  .button--pinterest:not(.button--disabled):not(:disabled):hover {
    background-color: #80000e !important;
    color: #fff !important; }
  .button--pinterest.button--disabled:hover, .button--pinterest:disabled:hover {
    color: #fff !important; }
  .button--pinterest:not(.button--disabled):not(:disabled):active {
    background-color: #340006 !important; }

.button--tumblr {
  background-color: #001935 !important;
  color: #fff !important; }
  .button--tumblr:not(.button--disabled):not(:disabled):hover {
    background-color: black !important;
    color: #fff !important; }
  .button--tumblr.button--disabled:hover, .button--tumblr:disabled:hover {
    color: #fff !important; }
  .button--tumblr:not(.button--disabled):not(:disabled):active {
    background-color: black !important; }

.button--youtube {
  background-color: #FF0000 !important;
  color: #fff !important; }
  .button--youtube:not(.button--disabled):not(:disabled):hover {
    background-color: #990000 !important;
    color: #fff !important; }
  .button--youtube.button--disabled:hover, .button--youtube:disabled:hover {
    color: #fff !important; }
  .button--youtube:not(.button--disabled):not(:disabled):active {
    background-color: #4d0000 !important; }

.button--instagram {
  background-color: #000000 !important;
  color: #fff !important; }
  .button--instagram:not(.button--disabled):not(:disabled):hover {
    background-color: black !important;
    color: #fff !important; }
  .button--instagram.button--disabled:hover, .button--instagram:disabled:hover {
    color: #fff !important; }
  .button--instagram:not(.button--disabled):not(:disabled):active {
    background-color: black !important; }

.button--sms {
  background-color: #68af15 !important;
  color: #fff !important; }
  .button--sms:not(.button--disabled):not(:disabled):hover {
    background-color: #32540a !important;
    color: #fff !important; }
  .button--sms.button--disabled:hover, .button--sms:disabled:hover {
    color: #fff !important; }
  .button--sms:not(.button--disabled):not(:disabled):active {
    background-color: #091002 !important; }

.button--rss {
  background-color: #f47f16 !important;
  color: #fff !important; }
  .button--rss:not(.button--disabled):not(:disabled):hover {
    background-color: #9d4e07 !important;
    color: #fff !important; }
  .button--rss.button--disabled:hover, .button--rss:disabled:hover {
    color: #fff !important; }
  .button--rss:not(.button--disabled):not(:disabled):active {
    background-color: #542a04 !important; }

.button--apple-news {
  background-color: #222 !important;
  color: #fff !important; }
  .button--apple-news:not(.button--disabled):not(:disabled):hover {
    background-color: black !important;
    color: #fff !important; }
  .button--apple-news.button--disabled:hover, .button--apple-news:disabled:hover {
    color: #fff !important; }
  .button--apple-news:not(.button--disabled):not(:disabled):active {
    background-color: black !important; }

.text-input,
.text-input--small,
.textarea,
.textarea--small,
.select,
.select--small {
  font-family: inherit                !important;
  background: #fff !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  padding: .5rem .75rem               !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 3px !important; }
  .text-input:disabled,
  .text-input--small:disabled,
  .textarea:disabled,
  .textarea--small:disabled,
  .select:disabled,
  .select--small:disabled {
    opacity: 0.3 !important; }

.select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2712%27%20height%3D%278%27%20viewBox%3D%270%200%20488%20285%27%3E%3Cpath%20d%3D%27M483.11%2029.381l-24.449-24.485c-2.934-2.938-7.335-4.897-11.246-4.897-3.912%200-8.313%201.959-11.246%204.897l-192.168%20192.448-192.168-192.448c-2.934-2.938-7.335-4.897-11.246-4.897-4.401%200-8.313%201.959-11.246%204.897l-24.449%2024.485c-2.934%202.938-4.89%207.345-4.89%2011.263s1.956%208.325%204.89%2011.263l227.864%20228.196c2.934%202.938%207.335%204.897%2011.246%204.897%203.912%200%208.313-1.959%2011.246-4.897l227.864-228.196c2.934-2.938%204.89-7.345%204.89-11.263s-1.956-8.325-4.89-11.263z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat                  !important;
  background-position: calc(100% - 1rem) center !important;
  background-size: .6875rem                     !important;
  -webkit-appearance: none                      !important;
  -moz-appearance: none                         !important;
  padding-right: 2.5rem                         !important; }

select::-ms-expand,
.select::-ms-expand {
  display: none; }

.select--small,
.text-input--small {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  padding: 0.3125rem .625rem           !important; }

.select--small {
  padding-right: 2rem                               !important;
  background-position: calc(100% - .875rem) center !important;
  background-size: .5rem                            !important; }

.textarea {
  display: block           !important;
  min-height: 6rem !important;
  padding: .5rem .75rem    !important; }

.textarea--small {
  display: block                       !important;
  min-height: 5rem !important;
  padding: .375rem .625rem             !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important; }

.radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 0px; }
  .radio + label {
    font-size: 0.875rem !important;
    cursor: pointer             !important;
    line-height: 1.5rem;
    display: block; }
    .radio + label:before {
      content: ""                         !important;
      display: inline-block               !important;
      width: .75rem                       !important;
      height: .75rem                      !important;
      margin-right: .375rem               !important;
      position: relative                  !important;
      bottom: -1px                        !important;
      background-color: #fff !important;
      border: 1px solid #d7d7d7 !important; }
    .radio + label:before {
      border-radius: 50% !important; }
  .radio:disabled + label {
    opacity: 0.3 !important; }

.radio:checked + label:before {
  background-color: #fff !important;
  border: 4px solid #0f65ef !important; }

.checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 0px; }
  .checkbox + label {
    font-size: 0.875rem !important;
    cursor: pointer               !important;
    line-height: 1.5rem;
    display: block; }
    .checkbox + label:before {
      content: ""                         !important;
      display: inline-block               !important;
      width: .75rem                       !important;
      height: .75rem                      !important;
      margin-right: .375rem               !important;
      position: relative                  !important;
      bottom: -1px                        !important;
      background-color: #fff !important;
      border: 1px solid #d7d7d7 !important; }
    .checkbox + label:before {
      border-radius: 3px !important; }
  .checkbox:disabled + label {
    opacity: 0.3 !important; }

.checkbox:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat                 !important;
  background-position: center                  !important;
  background-color: #0f65ef !important;
  background-size: .5rem                       !important;
  border-style: none                           !important; }

input:focus + label::before {
  box-shadow: 0 0 0px 2px #7a9ff3 !important; }

.form-label {
  display: block;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important; }

.form-label--small {
  font-size: 0.875rem !important;
  margin-bottom: .25rem !important; }

.form-label--optional {
  color: #757575 !important;
  font-weight: 400 !important; }

.form-label--required {
  color: #e32 !important;
  font-weight: 400 !important; }

.form-helper {
  color: #757575 !important;
  display: block              !important;
  margin-top: 0.5rem !important;
  font-size: 0.875rem !important; }

.form-feedback {
  display: block       !important;
  margin-top: 0.5rem !important;
  font-size: 0.875rem !important; }

.form-fieldset--warning .form-feedback,
.form-fieldset--warning .form-label {
  color: #f47f16 !important; }

.form-fieldset--warning .text-input,
.form-fieldset--warning .text-input--small,
.form-fieldset--warning .textarea,
.form-fieldset--warning .textarea--small,
.form-fieldset--warning .select,
.form-fieldset--warning .select--small {
  border-color: #f47f16 !important; }

.form-fieldset--success .form-feedback,
.form-fieldset--success .form-label {
  color: #68af15 !important; }

.form-fieldset--success .form-feedback:before {
  content: ""                                  !important;
  height: .875rem                              !important;
  width: .875rem                               !important;
  display: inline-block                        !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%2710%27%20viewBox%3D%270%200%20512%20512%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M491.185%20120.619l-42.818-42.818c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-206.534%20206.849-92.563-92.877c-5.667-5.667-13.538-8.815-21.409-8.815-7.871%200-15.742%203.148-21.409%208.815l-42.818%2042.818c-5.667%205.667-8.815%2013.538-8.815%2021.409%200%207.871%203.148%2015.742%208.815%2021.409l113.972%20113.972%2042.818%2042.818c5.667%205.667%2013.538%208.815%2021.409%208.815%207.871%200%2015.742-3.148%2021.409-8.815l42.818-42.818%20227.943-227.943c5.667-5.667%208.815-13.538%208.815-21.409%200-7.871-3.148-15.742-8.815-21.409z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat                 !important;
  background-size: .5rem                       !important;
  background-color: #68af15 !important;
  border-radius: 50%                           !important;
  background-position: center                  !important;
  margin-right: .375rem                        !important;
  position: relative                           !important;
  bottom: -2px                                 !important; }

.form-fieldset--success .text-input,
.form-fieldset--success .text-input--small,
.form-fieldset--success .textarea,
.form-fieldset--success .textarea--small,
.form-fieldset--success .select,
.form-fieldset--success .select--small {
  border-color: #68af15 !important; }

.form-fieldset--error .form-feedback,
.form-fieldset--error .form-label {
  color: #e32 !important; }

.form-fieldset--error .text-input,
.form-fieldset--error .text-input--small,
.form-fieldset--error .textarea,
.form-fieldset--error .textarea--small,
.form-fieldset--error .select,
.form-fieldset--error .select--small {
  border-color: #e32 !important; }

.col {
  float: left !important; }

.xs-col-1 {
  width: 8.3333333333% !important; }

.xs-col-2 {
  width: 16.6666666667% !important; }

.xs-col-3 {
  width: 25% !important; }

.xs-col-4 {
  width: 33.3333333333% !important; }

.xs-col-5 {
  width: 41.6666666667% !important; }

.xs-col-6 {
  width: 50% !important; }

.xs-col-7 {
  width: 58.3333333333% !important; }

.xs-col-8 {
  width: 66.6666666667% !important; }

.xs-col-9 {
  width: 75% !important; }

.xs-col-10 {
  width: 83.3333333333% !important; }

.xs-col-11 {
  width: 91.6666666667% !important; }

.xs-col-12 {
  width: 100% !important; }

@media (min-width: 40rem) {
  .sm-col-1 {
    width: 8.3333333333% !important; }
  .sm-col-2 {
    width: 16.6666666667% !important; }
  .sm-col-3 {
    width: 25% !important; }
  .sm-col-4 {
    width: 33.3333333333% !important; }
  .sm-col-5 {
    width: 41.6666666667% !important; }
  .sm-col-6 {
    width: 50% !important; }
  .sm-col-7 {
    width: 58.3333333333% !important; }
  .sm-col-8 {
    width: 66.6666666667% !important; }
  .sm-col-9 {
    width: 75% !important; }
  .sm-col-10 {
    width: 83.3333333333% !important; }
  .sm-col-11 {
    width: 91.6666666667% !important; }
  .sm-col-12 {
    width: 100% !important; } }

@media (min-width: 52rem) {
  .md-col-1 {
    width: 8.3333333333% !important; }
  .md-col-2 {
    width: 16.6666666667% !important; }
  .md-col-3 {
    width: 25% !important; }
  .md-col-4 {
    width: 33.3333333333% !important; }
  .md-col-5 {
    width: 41.6666666667% !important; }
  .md-col-6 {
    width: 50% !important; }
  .md-col-7 {
    width: 58.3333333333% !important; }
  .md-col-8 {
    width: 66.6666666667% !important; }
  .md-col-9 {
    width: 75% !important; }
  .md-col-10 {
    width: 83.3333333333% !important; }
  .md-col-11 {
    width: 91.6666666667% !important; }
  .md-col-12 {
    width: 100% !important; } }

@media (min-width: 64rem) {
  .lg-col-1 {
    width: 8.3333333333% !important; }
  .lg-col-2 {
    width: 16.6666666667% !important; }
  .lg-col-3 {
    width: 25% !important; }
  .lg-col-4 {
    width: 33.3333333333% !important; }
  .lg-col-5 {
    width: 41.6666666667% !important; }
  .lg-col-6 {
    width: 50% !important; }
  .lg-col-7 {
    width: 58.3333333333% !important; }
  .lg-col-8 {
    width: 66.6666666667% !important; }
  .lg-col-9 {
    width: 75% !important; }
  .lg-col-10 {
    width: 83.3333333333% !important; }
  .lg-col-11 {
    width: 91.6666666667% !important; }
  .lg-col-12 {
    width: 100% !important; } }

.gutters {
  margin: 0 -0.5rem !important; }
  .gutters > .col {
    padding: 0 0.5rem !important; }

.xs-offset-1 {
  margin-left: 8.3333333333% !important; }

.xs-offset-2 {
  margin-left: 16.6666666667% !important; }

.xs-offset-3 {
  margin-left: 25% !important; }

.xs-offset-4 {
  margin-left: 33.3333333333% !important; }

.xs-offset-5 {
  margin-left: 41.6666666667% !important; }

.xs-offset-6 {
  margin-left: 50% !important; }

.xs-offset-7 {
  margin-left: 58.3333333333% !important; }

.xs-offset-8 {
  margin-left: 66.6666666667% !important; }

.xs-offset-9 {
  margin-left: 75% !important; }

.xs-offset-10 {
  margin-left: 83.3333333333% !important; }

.xs-offset-11 {
  margin-left: 91.6666666667% !important; }

@media (min-width: 40rem) {
  .sm-offset-1 {
    margin-left: 8.3333333333% !important; }
  .sm-offset-2 {
    margin-left: 16.6666666667% !important; }
  .sm-offset-3 {
    margin-left: 25% !important; }
  .sm-offset-4 {
    margin-left: 33.3333333333% !important; }
  .sm-offset-5 {
    margin-left: 41.6666666667% !important; }
  .sm-offset-6 {
    margin-left: 50% !important; }
  .sm-offset-7 {
    margin-left: 58.3333333333% !important; }
  .sm-offset-8 {
    margin-left: 66.6666666667% !important; }
  .sm-offset-9 {
    margin-left: 75% !important; }
  .sm-offset-10 {
    margin-left: 83.3333333333% !important; }
  .sm-offset-11 {
    margin-left: 91.6666666667% !important; } }

@media (min-width: 52rem) {
  .md-offset-1 {
    margin-left: 8.3333333333% !important; }
  .md-offset-2 {
    margin-left: 16.6666666667% !important; }
  .md-offset-3 {
    margin-left: 25% !important; }
  .md-offset-4 {
    margin-left: 33.3333333333% !important; }
  .md-offset-5 {
    margin-left: 41.6666666667% !important; }
  .md-offset-6 {
    margin-left: 50% !important; }
  .md-offset-7 {
    margin-left: 58.3333333333% !important; }
  .md-offset-8 {
    margin-left: 66.6666666667% !important; }
  .md-offset-9 {
    margin-left: 75% !important; }
  .md-offset-10 {
    margin-left: 83.3333333333% !important; }
  .md-offset-11 {
    margin-left: 91.6666666667% !important; } }

@media (min-width: 64rem) {
  .lg-offset-1 {
    margin-left: 8.3333333333% !important; }
  .lg-offset-2 {
    margin-left: 16.6666666667% !important; }
  .lg-offset-3 {
    margin-left: 25% !important; }
  .lg-offset-4 {
    margin-left: 33.3333333333% !important; }
  .lg-offset-5 {
    margin-left: 41.6666666667% !important; }
  .lg-offset-6 {
    margin-left: 50% !important; }
  .lg-offset-7 {
    margin-left: 58.3333333333% !important; }
  .lg-offset-8 {
    margin-left: 66.6666666667% !important; }
  .lg-offset-9 {
    margin-left: 75% !important; }
  .lg-offset-10 {
    margin-left: 83.3333333333% !important; }
  .lg-offset-11 {
    margin-left: 91.6666666667% !important; } }

.table-border {
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .table-border th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .table-border tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .table-border tr:last-child td {
    border-bottom: 0; }

.table-border td,
.table-border th {
  padding: .75rem; }

.table {
  border-collapse: separate !important;
  border-spacing: 0        !important;
  display: table    !important; }

.td,
.th {
  display: table-cell !important; }

.tr {
  display: table-row !important; }

.xs-text-1 {
  font-size: 1.75rem !important;
  line-height: 1.2 !important; }

.xs-text-2 {
  font-size: 1.375rem !important;
  line-height: 1.2 !important; }

.xs-text-3 {
  font-size: 1.125rem !important;
  line-height: 1.2 !important; }

.xs-text-4 {
  font-size: 1rem !important;
  line-height: 1.3 !important; }

.xs-text-5 {
  font-size: 0.875rem !important;
  line-height: 1.3 !important; }

.xs-text-6 {
  font-size: 0.75rem !important;
  line-height: 1.3 !important; }

@media (min-width: 40rem) {
  .sm-text-1 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important; }
  .sm-text-2 {
    font-size: 1.375rem !important;
    line-height: 1.2 !important; }
  .sm-text-3 {
    font-size: 1.125rem !important;
    line-height: 1.2 !important; }
  .sm-text-4 {
    font-size: 1rem !important;
    line-height: 1.3 !important; }
  .sm-text-5 {
    font-size: 0.875rem !important;
    line-height: 1.3 !important; }
  .sm-text-6 {
    font-size: 0.75rem !important;
    line-height: 1.3 !important; } }

@media (min-width: 52rem) {
  .md-text-1 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important; }
  .md-text-2 {
    font-size: 1.375rem !important;
    line-height: 1.2 !important; }
  .md-text-3 {
    font-size: 1.125rem !important;
    line-height: 1.2 !important; }
  .md-text-4 {
    font-size: 1rem !important;
    line-height: 1.3 !important; }
  .md-text-5 {
    font-size: 0.875rem !important;
    line-height: 1.3 !important; }
  .md-text-6 {
    font-size: 0.75rem !important;
    line-height: 1.3 !important; } }

@media (min-width: 64rem) {
  .lg-text-1 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important; }
  .lg-text-2 {
    font-size: 1.375rem !important;
    line-height: 1.2 !important; }
  .lg-text-3 {
    font-size: 1.125rem !important;
    line-height: 1.2 !important; }
  .lg-text-4 {
    font-size: 1rem !important;
    line-height: 1.3 !important; }
  .lg-text-5 {
    font-size: 0.875rem !important;
    line-height: 1.3 !important; }
  .lg-text-6 {
    font-size: 0.75rem !important;
    line-height: 1.3 !important; } }

.regular,
.normal {
  font-weight: 400 !important; }

.bold {
  font-weight: 600 !important; }

.xbold {
  font-weight: 700 !important; }

.italic {
  font-style: italic    !important; }

.caps {
  text-transform: uppercase !important; }

.xs-text-left {
  text-align: left    !important; }

.xs-text-center {
  text-align: center  !important; }

.xs-text-right {
  text-align: right   !important; }

.xs-text-justify {
  text-align: justify !important; }

@media (min-width: 40rem) {
  .sm-text-left {
    text-align: left    !important; }
  .sm-text-center {
    text-align: center  !important; }
  .sm-text-right {
    text-align: right   !important; }
  .sm-text-justify {
    text-align: justify !important; } }

@media (min-width: 52rem) {
  .md-text-left {
    text-align: left    !important; }
  .md-text-center {
    text-align: center  !important; }
  .md-text-right {
    text-align: right   !important; }
  .md-text-justify {
    text-align: justify !important; } }

@media (min-width: 64rem) {
  .lg-text-left {
    text-align: left    !important; }
  .lg-text-center {
    text-align: center  !important; }
  .lg-text-right {
    text-align: right   !important; }
  .lg-text-justify {
    text-align: justify !important; } }

.nowrap {
  white-space: nowrap !important; }

.truncate {
  white-space: nowrap   !important;
  overflow: hidden   !important;
  text-overflow: ellipsis !important; }

.decoration-none {
  text-decoration: none         !important; }

.decoration-underline {
  text-decoration: underline    !important; }

.decoration-line-through {
  text-decoration: line-through !important; }

.slab {
  font-family: "Caponi-Slab-Semibold", "Proxima Nova", Helvetica, Arial, sans-serif !important;
  line-height: 1.1   !important;
  -webkit-font-feature-settings: "liga", "kern" !important;
  font-feature-settings: "liga", "kern" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .slab.bold {
    font-family: "Caponi-Slab-Semibold", "Proxima Nova", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important; }
  .slab.italic {
    font-family: "Caponi-Slab-Semibold", "Proxima Nova", Helvetica, Arial, sans-serif !important; }

.text-6 .slab,
.slab.text-6 {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important; }

.text-1.slab,
.text-2.slab,
.text-3.slab,
.text-4.slab,
.text-5.slab {
  line-height: 1.1 !important; }

.list-unstyled, .legal.about-privacy .page__content ul:first-child {
  margin-left: 0;
  padding-left: 0;
  list-style: none !important; }

.link-blue {
  color: #0f65ef !important; }
  .link-blue path {
    fill: #0f65ef !important; }
  .link-blue:hover {
    color: #093c8f !important; }
    .link-blue:hover path {
      transition: fill .15s ease 0s;
      fill: #093c8f !important;
      cursor: pointer; }

.link-gray {
  color: #222 !important; }
  .link-gray path {
    fill: #222 !important; }
  .link-gray:hover {
    color: #0f65ef !important; }
    .link-gray:hover path {
      transition: fill .15s ease 0s;
      fill: #0f65ef !important;
      cursor: pointer; }

.link-gray-lighter {
  color: #757575 !important; }
  .link-gray-lighter path {
    fill: #757575 !important; }
  .link-gray-lighter:hover {
    color: #222 !important; }
    .link-gray-lighter:hover path {
      transition: fill .15s ease 0s;
      fill: #222 !important;
      cursor: pointer; }

.link-white {
  color: #fff !important; }
  .link-white path {
    fill: #fff !important; }
  .link-white:hover {
    color: #cccccc !important; }
    .link-white:hover path {
      transition: fill .15s ease 0s;
      fill: #cccccc !important;
      cursor: pointer; }

.link-facebook {
  color: #3b5998 !important; }
  .link-facebook:hover {
    color: #1e2e4f !important; }

.link-twitter {
  color: #55acee !important; }
  .link-twitter:hover {
    color: #147bc9 !important; }

.link-google {
  color: #dd4b39 !important; }
  .link-google:hover {
    color: #96271a !important; }

.link-linkedin {
  color: #0077b5 !important; }
  .link-linkedin:hover {
    color: #00344f !important; }

.link-pinterest {
  color: #bd081c !important; }
  .link-pinterest:hover {
    color: #5b040e !important; }

.link-tumblr {
  color: #36465d !important; }
  .link-tumblr:hover {
    color: #11151c !important; }

.link-youtube {
  color: #FF0000 !important; }
  .link-youtube:hover {
    color: #990000 !important; }

.link-instagram {
  color: #000000 !important; }
  .link-instagram:hover {
    color: black !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-top {
  border-radius: 3px 3px 0 0 !important; }

.rounded-right {
  border-radius: 0 3px 3px 0 !important; }

.rounded-bottom {
  border-radius: 0 0 3px 3px !important; }

.rounded-left {
  border-radius: 3px 0 0 3px !important; }

.circle {
  border-radius: 50%                                  !important; }

.xs-border {
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

.xs-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }

.xs-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }

.xs-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }

.xs-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }

.xs-border-lighter {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.xs-border-top-lighter {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

.xs-border-right-lighter {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }

.xs-border-bottom-lighter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.xs-border-left-lighter {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }

.xs-border-none {
  border: none        !important; }

.xs-border-top-none {
  border-top: none    !important; }

.xs-border-right-none {
  border-right: none  !important; }

.xs-border-bottom-none {
  border-bottom: none !important; }

.xs-border-left-none {
  border-left: none   !important; }

@media (min-width: 40rem) {
  .sm-border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .sm-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .sm-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .sm-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .sm-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .sm-border-lighter {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .sm-border-top-lighter {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .sm-border-right-lighter {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .sm-border-bottom-lighter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .sm-border-left-lighter {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .sm-border-none {
    border: none        !important; }
  .sm-border-top-none {
    border-top: none    !important; }
  .sm-border-right-none {
    border-right: none  !important; }
  .sm-border-bottom-none {
    border-bottom: none !important; }
  .sm-border-left-none {
    border-left: none   !important; } }

@media (min-width: 52rem) {
  .md-border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .md-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .md-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .md-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .md-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .md-border-lighter {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .md-border-top-lighter {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .md-border-right-lighter {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .md-border-bottom-lighter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .md-border-left-lighter {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .md-border-none {
    border: none        !important; }
  .md-border-top-none {
    border-top: none    !important; }
  .md-border-right-none {
    border-right: none  !important; }
  .md-border-bottom-none {
    border-bottom: none !important; }
  .md-border-left-none {
    border-left: none   !important; } }

@media (min-width: 64rem) {
  .lg-border {
    border: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .lg-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .lg-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .lg-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .lg-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .lg-border-lighter {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .lg-border-top-lighter {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .lg-border-right-lighter {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .lg-border-bottom-lighter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .lg-border-left-lighter {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .lg-border-none {
    border: none        !important; }
  .lg-border-top-none {
    border-top: none    !important; }
  .lg-border-right-none {
    border-right: none  !important; }
  .lg-border-bottom-none {
    border-bottom: none !important; }
  .lg-border-left-none {
    border-left: none   !important; } }

.xs-overflow-hidden {
  overflow: hidden  !important; }

.xs-overflow-auto {
  overflow: auto    !important;
  -webkit-overflow-scrolling: touch; }

.xs-overflow-scroll {
  overflow: scroll  !important;
  -webkit-overflow-scrolling: touch; }

.xs-overflow-visible {
  overflow: visible !important; }

.xs-hide {
  display: none         !important; }

.xs-inline {
  display: inline       !important; }

.xs-block {
  display: block        !important; }

.xs-flex {
  display: flex         !important; }

.xs-inline-block {
  display: inline-block !important; }

.xs-float-left {
  float: left  !important; }

.xs-float-right {
  float: right !important; }

.xs-float-none {
  float: none  !important; }

.xs-fit {
  max-width: 100% !important; }

.xs-full-height {
  height: 100%    !important; }

.xs-width-auto {
  width: auto      !important; }

.xs-height-auto {
  height: auto      !important; }

@media (min-width: 40rem) {
  .sm-overflow-hidden {
    overflow: hidden  !important; }
  .sm-overflow-auto {
    overflow: auto    !important;
    -webkit-overflow-scrolling: touch; }
  .sm-overflow-scroll {
    overflow: scroll  !important;
    -webkit-overflow-scrolling: touch; }
  .sm-overflow-visible {
    overflow: visible !important; }
  .sm-hide {
    display: none         !important; }
  .sm-inline {
    display: inline       !important; }
  .sm-block {
    display: block        !important; }
  .sm-flex {
    display: flex         !important; }
  .sm-inline-block {
    display: inline-block !important; }
  .sm-float-left {
    float: left  !important; }
  .sm-float-right {
    float: right !important; }
  .sm-float-none {
    float: none  !important; }
  .sm-fit {
    max-width: 100% !important; }
  .sm-full-height {
    height: 100%    !important; }
  .sm-width-auto {
    width: auto      !important; }
  .sm-height-auto {
    height: auto      !important; } }

@media (min-width: 52rem) {
  .md-overflow-hidden {
    overflow: hidden  !important; }
  .md-overflow-auto {
    overflow: auto    !important;
    -webkit-overflow-scrolling: touch; }
  .md-overflow-scroll {
    overflow: scroll  !important;
    -webkit-overflow-scrolling: touch; }
  .md-overflow-visible {
    overflow: visible !important; }
  .md-hide {
    display: none         !important; }
  .md-inline {
    display: inline       !important; }
  .md-block {
    display: block        !important; }
  .md-flex {
    display: flex         !important; }
  .md-inline-block {
    display: inline-block !important; }
  .md-float-left {
    float: left  !important; }
  .md-float-right {
    float: right !important; }
  .md-float-none {
    float: none  !important; }
  .md-fit {
    max-width: 100% !important; }
  .md-full-height {
    height: 100%    !important; }
  .md-width-auto {
    width: auto      !important; }
  .md-height-auto {
    height: auto      !important; } }

@media (min-width: 64rem) {
  .lg-overflow-hidden {
    overflow: hidden  !important; }
  .lg-overflow-auto {
    overflow: auto    !important;
    -webkit-overflow-scrolling: touch; }
  .lg-overflow-scroll {
    overflow: scroll  !important;
    -webkit-overflow-scrolling: touch; }
  .lg-overflow-visible {
    overflow: visible !important; }
  .lg-hide {
    display: none         !important; }
  .lg-inline {
    display: inline       !important; }
  .lg-block {
    display: block        !important; }
  .lg-flex {
    display: flex         !important; }
  .lg-inline-block {
    display: inline-block !important; }
  .lg-float-left {
    float: left  !important; }
  .lg-float-right {
    float: right !important; }
  .lg-float-none {
    float: none  !important; }
  .lg-fit {
    max-width: 100% !important; }
  .lg-full-height {
    height: 100%    !important; }
  .lg-width-auto {
    width: auto      !important; }
  .lg-height-auto {
    height: auto      !important; } }

.xs-m0 {
  margin: 0        !important; }

.xs-mt0 {
  margin-top: 0    !important; }

.xs-mr0 {
  margin-right: 0  !important; }

.xs-mb0 {
  margin-bottom: 0 !important; }

.xs-ml0 {
  margin-left: 0   !important; }

.xs-mx0 {
  margin-left: 0   !important;
  margin-right: 0  !important; }

.xs-my0 {
  margin-top: 0    !important;
  margin-bottom: 0 !important; }

.xs-m05 {
  margin: 0.25rem !important; }

.xs-mt05 {
  margin-top: 0.25rem !important; }

.xs-mr05 {
  margin-right: 0.25rem !important; }

.xs-mb05 {
  margin-bottom: 0.25rem !important; }

.xs-ml05 {
  margin-left: 0.25rem !important; }

.xs-mx05 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.xs-my05 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.xs-m1 {
  margin: 0.5rem !important; }

.xs-mt1 {
  margin-top: 0.5rem !important; }

.xs-mr1 {
  margin-right: 0.5rem !important; }

.xs-mb1 {
  margin-bottom: 0.5rem !important; }

.xs-ml1 {
  margin-left: 0.5rem !important; }

.xs-mx1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.xs-my1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.xs-m2 {
  margin: 1rem !important; }

.xs-mt2 {
  margin-top: 1rem !important; }

.xs-mr2 {
  margin-right: 1rem !important; }

.xs-mb2 {
  margin-bottom: 1rem !important; }

.xs-ml2 {
  margin-left: 1rem !important; }

.xs-mx2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.xs-my2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.xs-m3 {
  margin: 1.5rem !important; }

.xs-mt3 {
  margin-top: 1.5rem !important; }

.xs-mr3 {
  margin-right: 1.5rem !important; }

.xs-mb3 {
  margin-bottom: 1.5rem !important; }

.xs-ml3 {
  margin-left: 1.5rem !important; }

.xs-mx3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.xs-my3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.xs-m4 {
  margin: 2rem !important; }

.xs-mt4 {
  margin-top: 2rem !important; }

.xs-mr4 {
  margin-right: 2rem !important; }

.xs-mb4 {
  margin-bottom: 2rem !important; }

.xs-ml4 {
  margin-left: 2rem !important; }

.xs-mx4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.xs-my4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.xs-m5 {
  margin: 3rem !important; }

.xs-mt5 {
  margin-top: 3rem !important; }

.xs-mr5 {
  margin-right: 3rem !important; }

.xs-mb5 {
  margin-bottom: 3rem !important; }

.xs-ml5 {
  margin-left: 3rem !important; }

.xs-mx5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.xs-my5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.xs-m6 {
  margin: 4.5rem !important; }

.xs-mt6 {
  margin-top: 4.5rem !important; }

.xs-mr6 {
  margin-right: 4.5rem !important; }

.xs-mb6 {
  margin-bottom: 4.5rem !important; }

.xs-ml6 {
  margin-left: 4.5rem !important; }

.xs-mx6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.xs-my6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.xs-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 40rem) {
  .sm-m0 {
    margin: 0        !important; }
  .sm-mt0 {
    margin-top: 0    !important; }
  .sm-mr0 {
    margin-right: 0  !important; }
  .sm-mb0 {
    margin-bottom: 0 !important; }
  .sm-ml0 {
    margin-left: 0   !important; }
  .sm-mx0 {
    margin-left: 0   !important;
    margin-right: 0  !important; }
  .sm-my0 {
    margin-top: 0    !important;
    margin-bottom: 0 !important; }
  .sm-m05 {
    margin: 0.25rem !important; }
  .sm-mt05 {
    margin-top: 0.25rem !important; }
  .sm-mr05 {
    margin-right: 0.25rem !important; }
  .sm-mb05 {
    margin-bottom: 0.25rem !important; }
  .sm-ml05 {
    margin-left: 0.25rem !important; }
  .sm-mx05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .sm-my05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .sm-m1 {
    margin: 0.5rem !important; }
  .sm-mt1 {
    margin-top: 0.5rem !important; }
  .sm-mr1 {
    margin-right: 0.5rem !important; }
  .sm-mb1 {
    margin-bottom: 0.5rem !important; }
  .sm-ml1 {
    margin-left: 0.5rem !important; }
  .sm-mx1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .sm-my1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .sm-m2 {
    margin: 1rem !important; }
  .sm-mt2 {
    margin-top: 1rem !important; }
  .sm-mr2 {
    margin-right: 1rem !important; }
  .sm-mb2 {
    margin-bottom: 1rem !important; }
  .sm-ml2 {
    margin-left: 1rem !important; }
  .sm-mx2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .sm-my2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .sm-m3 {
    margin: 1.5rem !important; }
  .sm-mt3 {
    margin-top: 1.5rem !important; }
  .sm-mr3 {
    margin-right: 1.5rem !important; }
  .sm-mb3 {
    margin-bottom: 1.5rem !important; }
  .sm-ml3 {
    margin-left: 1.5rem !important; }
  .sm-mx3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .sm-my3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .sm-m4 {
    margin: 2rem !important; }
  .sm-mt4 {
    margin-top: 2rem !important; }
  .sm-mr4 {
    margin-right: 2rem !important; }
  .sm-mb4 {
    margin-bottom: 2rem !important; }
  .sm-ml4 {
    margin-left: 2rem !important; }
  .sm-mx4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .sm-my4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .sm-m5 {
    margin: 3rem !important; }
  .sm-mt5 {
    margin-top: 3rem !important; }
  .sm-mr5 {
    margin-right: 3rem !important; }
  .sm-mb5 {
    margin-bottom: 3rem !important; }
  .sm-ml5 {
    margin-left: 3rem !important; }
  .sm-mx5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .sm-my5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .sm-m6 {
    margin: 4.5rem !important; }
  .sm-mt6 {
    margin-top: 4.5rem !important; }
  .sm-mr6 {
    margin-right: 4.5rem !important; }
  .sm-mb6 {
    margin-bottom: 4.5rem !important; }
  .sm-ml6 {
    margin-left: 4.5rem !important; }
  .sm-mx6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .sm-my6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .sm-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (min-width: 52rem) {
  .md-m0 {
    margin: 0        !important; }
  .md-mt0 {
    margin-top: 0    !important; }
  .md-mr0 {
    margin-right: 0  !important; }
  .md-mb0 {
    margin-bottom: 0 !important; }
  .md-ml0 {
    margin-left: 0   !important; }
  .md-mx0 {
    margin-left: 0   !important;
    margin-right: 0  !important; }
  .md-my0 {
    margin-top: 0    !important;
    margin-bottom: 0 !important; }
  .md-m05 {
    margin: 0.25rem !important; }
  .md-mt05 {
    margin-top: 0.25rem !important; }
  .md-mr05 {
    margin-right: 0.25rem !important; }
  .md-mb05 {
    margin-bottom: 0.25rem !important; }
  .md-ml05 {
    margin-left: 0.25rem !important; }
  .md-mx05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .md-my05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .md-m1 {
    margin: 0.5rem !important; }
  .md-mt1 {
    margin-top: 0.5rem !important; }
  .md-mr1 {
    margin-right: 0.5rem !important; }
  .md-mb1 {
    margin-bottom: 0.5rem !important; }
  .md-ml1 {
    margin-left: 0.5rem !important; }
  .md-mx1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .md-my1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .md-m2 {
    margin: 1rem !important; }
  .md-mt2 {
    margin-top: 1rem !important; }
  .md-mr2 {
    margin-right: 1rem !important; }
  .md-mb2 {
    margin-bottom: 1rem !important; }
  .md-ml2 {
    margin-left: 1rem !important; }
  .md-mx2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .md-my2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .md-m3 {
    margin: 1.5rem !important; }
  .md-mt3 {
    margin-top: 1.5rem !important; }
  .md-mr3 {
    margin-right: 1.5rem !important; }
  .md-mb3 {
    margin-bottom: 1.5rem !important; }
  .md-ml3 {
    margin-left: 1.5rem !important; }
  .md-mx3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .md-my3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .md-m4 {
    margin: 2rem !important; }
  .md-mt4 {
    margin-top: 2rem !important; }
  .md-mr4 {
    margin-right: 2rem !important; }
  .md-mb4 {
    margin-bottom: 2rem !important; }
  .md-ml4 {
    margin-left: 2rem !important; }
  .md-mx4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .md-my4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .md-m5 {
    margin: 3rem !important; }
  .md-mt5 {
    margin-top: 3rem !important; }
  .md-mr5 {
    margin-right: 3rem !important; }
  .md-mb5 {
    margin-bottom: 3rem !important; }
  .md-ml5 {
    margin-left: 3rem !important; }
  .md-mx5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .md-my5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .md-m6 {
    margin: 4.5rem !important; }
  .md-mt6 {
    margin-top: 4.5rem !important; }
  .md-mr6 {
    margin-right: 4.5rem !important; }
  .md-mb6 {
    margin-bottom: 4.5rem !important; }
  .md-ml6 {
    margin-left: 4.5rem !important; }
  .md-mx6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .md-my6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .md-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (min-width: 64rem) {
  .lg-m0 {
    margin: 0        !important; }
  .lg-mt0 {
    margin-top: 0    !important; }
  .lg-mr0 {
    margin-right: 0  !important; }
  .lg-mb0 {
    margin-bottom: 0 !important; }
  .lg-ml0 {
    margin-left: 0   !important; }
  .lg-mx0 {
    margin-left: 0   !important;
    margin-right: 0  !important; }
  .lg-my0 {
    margin-top: 0    !important;
    margin-bottom: 0 !important; }
  .lg-m05 {
    margin: 0.25rem !important; }
  .lg-mt05 {
    margin-top: 0.25rem !important; }
  .lg-mr05 {
    margin-right: 0.25rem !important; }
  .lg-mb05 {
    margin-bottom: 0.25rem !important; }
  .lg-ml05 {
    margin-left: 0.25rem !important; }
  .lg-mx05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .lg-my05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .lg-m1 {
    margin: 0.5rem !important; }
  .lg-mt1 {
    margin-top: 0.5rem !important; }
  .lg-mr1 {
    margin-right: 0.5rem !important; }
  .lg-mb1 {
    margin-bottom: 0.5rem !important; }
  .lg-ml1 {
    margin-left: 0.5rem !important; }
  .lg-mx1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .lg-my1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .lg-m2 {
    margin: 1rem !important; }
  .lg-mt2 {
    margin-top: 1rem !important; }
  .lg-mr2 {
    margin-right: 1rem !important; }
  .lg-mb2 {
    margin-bottom: 1rem !important; }
  .lg-ml2 {
    margin-left: 1rem !important; }
  .lg-mx2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .lg-my2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .lg-m3 {
    margin: 1.5rem !important; }
  .lg-mt3 {
    margin-top: 1.5rem !important; }
  .lg-mr3 {
    margin-right: 1.5rem !important; }
  .lg-mb3 {
    margin-bottom: 1.5rem !important; }
  .lg-ml3 {
    margin-left: 1.5rem !important; }
  .lg-mx3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .lg-my3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .lg-m4 {
    margin: 2rem !important; }
  .lg-mt4 {
    margin-top: 2rem !important; }
  .lg-mr4 {
    margin-right: 2rem !important; }
  .lg-mb4 {
    margin-bottom: 2rem !important; }
  .lg-ml4 {
    margin-left: 2rem !important; }
  .lg-mx4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .lg-my4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .lg-m5 {
    margin: 3rem !important; }
  .lg-mt5 {
    margin-top: 3rem !important; }
  .lg-mr5 {
    margin-right: 3rem !important; }
  .lg-mb5 {
    margin-bottom: 3rem !important; }
  .lg-ml5 {
    margin-left: 3rem !important; }
  .lg-mx5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .lg-my5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .lg-m6 {
    margin: 4.5rem !important; }
  .lg-mt6 {
    margin-top: 4.5rem !important; }
  .lg-mr6 {
    margin-right: 4.5rem !important; }
  .lg-mb6 {
    margin-bottom: 4.5rem !important; }
  .lg-ml6 {
    margin-left: 4.5rem !important; }
  .lg-mx6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .lg-my6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .lg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; } }

.xs-p0 {
  padding: 0 !important; }

.xs-pt0 {
  padding-top: 0 !important; }

.xs-pr0 {
  padding-right: 0 !important; }

.xs-pb0 {
  padding-bottom: 0 !important; }

.xs-pl0 {
  padding-left: 0 !important; }

.xs-px0 {
  padding-left: 0 !important;
  padding-right: 0  !important; }

.xs-py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.xs-p05 {
  padding: 0.25rem !important; }

.xs-pt05 {
  padding-top: 0.25rem !important; }

.xs-pr05 {
  padding-right: 0.25rem !important; }

.xs-pb05 {
  padding-bottom: 0.25rem !important; }

.xs-pl05 {
  padding-left: 0.25rem !important; }

.xs-px05 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.xs-py05 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.xs-p1 {
  padding: 0.5rem !important; }

.xs-pt1 {
  padding-top: 0.5rem !important; }

.xs-pr1 {
  padding-right: 0.5rem !important; }

.xs-pb1 {
  padding-bottom: 0.5rem !important; }

.xs-pl1 {
  padding-left: 0.5rem !important; }

.xs-px1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.xs-py1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.xs-p2 {
  padding: 1rem !important; }

.xs-pt2 {
  padding-top: 1rem !important; }

.xs-pr2 {
  padding-right: 1rem !important; }

.xs-pb2 {
  padding-bottom: 1rem !important; }

.xs-pl2 {
  padding-left: 1rem !important; }

.xs-px2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.xs-py2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.xs-p3 {
  padding: 1.5rem !important; }

.xs-pt3 {
  padding-top: 1.5rem !important; }

.xs-pr3 {
  padding-right: 1.5rem !important; }

.xs-pb3 {
  padding-bottom: 1.5rem !important; }

.xs-pl3 {
  padding-left: 1.5rem !important; }

.xs-px3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.xs-py3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.xs-p4 {
  padding: 2rem !important; }

.xs-pt4 {
  padding-top: 2rem !important; }

.xs-pr4 {
  padding-right: 2rem !important; }

.xs-pb4 {
  padding-bottom: 2rem !important; }

.xs-pl4 {
  padding-left: 2rem !important; }

.xs-px4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.xs-py4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.xs-p5 {
  padding: 3rem !important; }

.xs-pt5 {
  padding-top: 3rem !important; }

.xs-pr5 {
  padding-right: 3rem !important; }

.xs-pb5 {
  padding-bottom: 3rem !important; }

.xs-pl5 {
  padding-left: 3rem !important; }

.xs-px5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.xs-py5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.xs-p6 {
  padding: 4.5rem !important; }

.xs-pt6 {
  padding-top: 4.5rem !important; }

.xs-pr6 {
  padding-right: 4.5rem !important; }

.xs-pb6 {
  padding-bottom: 4.5rem !important; }

.xs-pl6 {
  padding-left: 4.5rem !important; }

.xs-px6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.xs-py6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

@media (min-width: 40rem) {
  .sm-p0 {
    padding: 0 !important; }
  .sm-pt0 {
    padding-top: 0 !important; }
  .sm-pr0 {
    padding-right: 0 !important; }
  .sm-pb0 {
    padding-bottom: 0 !important; }
  .sm-pl0 {
    padding-left: 0 !important; }
  .sm-px0 {
    padding-left: 0 !important;
    padding-right: 0  !important; }
  .sm-py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .sm-p05 {
    padding: 0.25rem !important; }
  .sm-pt05 {
    padding-top: 0.25rem !important; }
  .sm-pr05 {
    padding-right: 0.25rem !important; }
  .sm-pb05 {
    padding-bottom: 0.25rem !important; }
  .sm-pl05 {
    padding-left: 0.25rem !important; }
  .sm-px05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .sm-py05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .sm-p1 {
    padding: 0.5rem !important; }
  .sm-pt1 {
    padding-top: 0.5rem !important; }
  .sm-pr1 {
    padding-right: 0.5rem !important; }
  .sm-pb1 {
    padding-bottom: 0.5rem !important; }
  .sm-pl1 {
    padding-left: 0.5rem !important; }
  .sm-px1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .sm-py1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .sm-p2 {
    padding: 1rem !important; }
  .sm-pt2 {
    padding-top: 1rem !important; }
  .sm-pr2 {
    padding-right: 1rem !important; }
  .sm-pb2 {
    padding-bottom: 1rem !important; }
  .sm-pl2 {
    padding-left: 1rem !important; }
  .sm-px2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .sm-py2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .sm-p3 {
    padding: 1.5rem !important; }
  .sm-pt3 {
    padding-top: 1.5rem !important; }
  .sm-pr3 {
    padding-right: 1.5rem !important; }
  .sm-pb3 {
    padding-bottom: 1.5rem !important; }
  .sm-pl3 {
    padding-left: 1.5rem !important; }
  .sm-px3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .sm-py3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .sm-p4 {
    padding: 2rem !important; }
  .sm-pt4 {
    padding-top: 2rem !important; }
  .sm-pr4 {
    padding-right: 2rem !important; }
  .sm-pb4 {
    padding-bottom: 2rem !important; }
  .sm-pl4 {
    padding-left: 2rem !important; }
  .sm-px4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .sm-py4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .sm-p5 {
    padding: 3rem !important; }
  .sm-pt5 {
    padding-top: 3rem !important; }
  .sm-pr5 {
    padding-right: 3rem !important; }
  .sm-pb5 {
    padding-bottom: 3rem !important; }
  .sm-pl5 {
    padding-left: 3rem !important; }
  .sm-px5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .sm-py5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .sm-p6 {
    padding: 4.5rem !important; }
  .sm-pt6 {
    padding-top: 4.5rem !important; }
  .sm-pr6 {
    padding-right: 4.5rem !important; }
  .sm-pb6 {
    padding-bottom: 4.5rem !important; }
  .sm-pl6 {
    padding-left: 4.5rem !important; }
  .sm-px6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .sm-py6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (min-width: 52rem) {
  .md-p0 {
    padding: 0 !important; }
  .md-pt0 {
    padding-top: 0 !important; }
  .md-pr0 {
    padding-right: 0 !important; }
  .md-pb0 {
    padding-bottom: 0 !important; }
  .md-pl0 {
    padding-left: 0 !important; }
  .md-px0 {
    padding-left: 0 !important;
    padding-right: 0  !important; }
  .md-py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .md-p05 {
    padding: 0.25rem !important; }
  .md-pt05 {
    padding-top: 0.25rem !important; }
  .md-pr05 {
    padding-right: 0.25rem !important; }
  .md-pb05 {
    padding-bottom: 0.25rem !important; }
  .md-pl05 {
    padding-left: 0.25rem !important; }
  .md-px05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .md-py05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .md-p1 {
    padding: 0.5rem !important; }
  .md-pt1 {
    padding-top: 0.5rem !important; }
  .md-pr1 {
    padding-right: 0.5rem !important; }
  .md-pb1 {
    padding-bottom: 0.5rem !important; }
  .md-pl1 {
    padding-left: 0.5rem !important; }
  .md-px1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .md-py1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .md-p2 {
    padding: 1rem !important; }
  .md-pt2 {
    padding-top: 1rem !important; }
  .md-pr2 {
    padding-right: 1rem !important; }
  .md-pb2 {
    padding-bottom: 1rem !important; }
  .md-pl2 {
    padding-left: 1rem !important; }
  .md-px2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .md-py2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .md-p3 {
    padding: 1.5rem !important; }
  .md-pt3 {
    padding-top: 1.5rem !important; }
  .md-pr3 {
    padding-right: 1.5rem !important; }
  .md-pb3 {
    padding-bottom: 1.5rem !important; }
  .md-pl3 {
    padding-left: 1.5rem !important; }
  .md-px3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .md-py3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .md-p4 {
    padding: 2rem !important; }
  .md-pt4 {
    padding-top: 2rem !important; }
  .md-pr4 {
    padding-right: 2rem !important; }
  .md-pb4 {
    padding-bottom: 2rem !important; }
  .md-pl4 {
    padding-left: 2rem !important; }
  .md-px4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .md-py4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .md-p5 {
    padding: 3rem !important; }
  .md-pt5 {
    padding-top: 3rem !important; }
  .md-pr5 {
    padding-right: 3rem !important; }
  .md-pb5 {
    padding-bottom: 3rem !important; }
  .md-pl5 {
    padding-left: 3rem !important; }
  .md-px5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .md-py5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .md-p6 {
    padding: 4.5rem !important; }
  .md-pt6 {
    padding-top: 4.5rem !important; }
  .md-pr6 {
    padding-right: 4.5rem !important; }
  .md-pb6 {
    padding-bottom: 4.5rem !important; }
  .md-pl6 {
    padding-left: 4.5rem !important; }
  .md-px6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .md-py6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

@media (min-width: 64rem) {
  .lg-p0 {
    padding: 0 !important; }
  .lg-pt0 {
    padding-top: 0 !important; }
  .lg-pr0 {
    padding-right: 0 !important; }
  .lg-pb0 {
    padding-bottom: 0 !important; }
  .lg-pl0 {
    padding-left: 0 !important; }
  .lg-px0 {
    padding-left: 0 !important;
    padding-right: 0  !important; }
  .lg-py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .lg-p05 {
    padding: 0.25rem !important; }
  .lg-pt05 {
    padding-top: 0.25rem !important; }
  .lg-pr05 {
    padding-right: 0.25rem !important; }
  .lg-pb05 {
    padding-bottom: 0.25rem !important; }
  .lg-pl05 {
    padding-left: 0.25rem !important; }
  .lg-px05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .lg-py05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .lg-p1 {
    padding: 0.5rem !important; }
  .lg-pt1 {
    padding-top: 0.5rem !important; }
  .lg-pr1 {
    padding-right: 0.5rem !important; }
  .lg-pb1 {
    padding-bottom: 0.5rem !important; }
  .lg-pl1 {
    padding-left: 0.5rem !important; }
  .lg-px1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .lg-py1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .lg-p2 {
    padding: 1rem !important; }
  .lg-pt2 {
    padding-top: 1rem !important; }
  .lg-pr2 {
    padding-right: 1rem !important; }
  .lg-pb2 {
    padding-bottom: 1rem !important; }
  .lg-pl2 {
    padding-left: 1rem !important; }
  .lg-px2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .lg-py2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .lg-p3 {
    padding: 1.5rem !important; }
  .lg-pt3 {
    padding-top: 1.5rem !important; }
  .lg-pr3 {
    padding-right: 1.5rem !important; }
  .lg-pb3 {
    padding-bottom: 1.5rem !important; }
  .lg-pl3 {
    padding-left: 1.5rem !important; }
  .lg-px3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .lg-py3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .lg-p4 {
    padding: 2rem !important; }
  .lg-pt4 {
    padding-top: 2rem !important; }
  .lg-pr4 {
    padding-right: 2rem !important; }
  .lg-pb4 {
    padding-bottom: 2rem !important; }
  .lg-pl4 {
    padding-left: 2rem !important; }
  .lg-px4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .lg-py4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .lg-p5 {
    padding: 3rem !important; }
  .lg-pt5 {
    padding-top: 3rem !important; }
  .lg-pr5 {
    padding-right: 3rem !important; }
  .lg-pb5 {
    padding-bottom: 3rem !important; }
  .lg-pl5 {
    padding-left: 3rem !important; }
  .lg-px5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .lg-py5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .lg-p6 {
    padding: 4.5rem !important; }
  .lg-pt6 {
    padding-top: 4.5rem !important; }
  .lg-pr6 {
    padding-right: 4.5rem !important; }
  .lg-pb6 {
    padding-bottom: 4.5rem !important; }
  .lg-pl6 {
    padding-left: 4.5rem !important; }
  .lg-px6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .lg-py6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; } }

.xs-relative {
  position: relative !important; }

.xs-absolute {
  position: absolute !important; }

.xs-fixed {
  position: fixed    !important; }

.xs-static {
  position: static   !important; }

.xs-z1 {
  z-index: 100 !important; }

.xs-z2 {
  z-index: 200 !important; }

.xs-z3 {
  z-index: 300 !important; }

.xs-z4 {
  z-index: 400 !important; }

.xs-t0 {
  top: 0 !important; }

.xs-r0 {
  right: 0 !important; }

.xs-b0 {
  bottom: 0 !important; }

.xs-l0 {
  left: 0 !important; }

@media (min-width: 40rem) {
  .sm-relative {
    position: relative !important; }
  .sm-absolute {
    position: absolute !important; }
  .sm-fixed {
    position: fixed    !important; }
  .sm-static {
    position: static   !important; }
  .sm-z1 {
    z-index: 100 !important; }
  .sm-z2 {
    z-index: 200 !important; }
  .sm-z3 {
    z-index: 300 !important; }
  .sm-z4 {
    z-index: 400 !important; }
  .sm-t0 {
    top: 0 !important; }
  .sm-r0 {
    right: 0 !important; }
  .sm-b0 {
    bottom: 0 !important; }
  .sm-l0 {
    left: 0 !important; } }

@media (min-width: 52rem) {
  .md-relative {
    position: relative !important; }
  .md-absolute {
    position: absolute !important; }
  .md-fixed {
    position: fixed    !important; }
  .md-static {
    position: static   !important; }
  .md-z1 {
    z-index: 100 !important; }
  .md-z2 {
    z-index: 200 !important; }
  .md-z3 {
    z-index: 300 !important; }
  .md-z4 {
    z-index: 400 !important; }
  .md-t0 {
    top: 0 !important; }
  .md-r0 {
    right: 0 !important; }
  .md-b0 {
    bottom: 0 !important; }
  .md-l0 {
    left: 0 !important; } }

@media (min-width: 64rem) {
  .lg-relative {
    position: relative !important; }
  .lg-absolute {
    position: absolute !important; }
  .lg-fixed {
    position: fixed    !important; }
  .lg-static {
    position: static   !important; }
  .lg-z1 {
    z-index: 100 !important; }
  .lg-z2 {
    z-index: 200 !important; }
  .lg-z3 {
    z-index: 300 !important; }
  .lg-z4 {
    z-index: 400 !important; }
  .lg-t0 {
    top: 0 !important; }
  .lg-r0 {
    right: 0 !important; }
  .lg-b0 {
    bottom: 0 !important; }
  .lg-l0 {
    left: 0 !important; } }

.xs-t05 {
  top: 0.25rem !important; }

.xs-r05 {
  right: 0.25rem !important; }

.xs-b05 {
  bottom: 0.25rem !important; }

.xs-l05 {
  left: 0.25rem !important; }

.xs-t1 {
  top: 0.5rem !important; }

.xs-r1 {
  right: 0.5rem !important; }

.xs-b1 {
  bottom: 0.5rem !important; }

.xs-l1 {
  left: 0.5rem !important; }

.xs-t2 {
  top: 1rem !important; }

.xs-r2 {
  right: 1rem !important; }

.xs-b2 {
  bottom: 1rem !important; }

.xs-l2 {
  left: 1rem !important; }

.xs-t3 {
  top: 1.5rem !important; }

.xs-r3 {
  right: 1.5rem !important; }

.xs-b3 {
  bottom: 1.5rem !important; }

.xs-l3 {
  left: 1.5rem !important; }

.xs-t4 {
  top: 2rem !important; }

.xs-r4 {
  right: 2rem !important; }

.xs-b4 {
  bottom: 2rem !important; }

.xs-l4 {
  left: 2rem !important; }

.xs-t5 {
  top: 3rem !important; }

.xs-r5 {
  right: 3rem !important; }

.xs-b5 {
  bottom: 3rem !important; }

.xs-l5 {
  left: 3rem !important; }

.xs-t6 {
  top: 4.5rem !important; }

.xs-r6 {
  right: 4.5rem !important; }

.xs-b6 {
  bottom: 4.5rem !important; }

.xs-l6 {
  left: 4.5rem !important; }

@media (min-width: 40rem) {
  .sm-t05 {
    top: 0.25rem !important; }
  .sm-r05 {
    right: 0.25rem !important; }
  .sm-b05 {
    bottom: 0.25rem !important; }
  .sm-l05 {
    left: 0.25rem !important; }
  .sm-t1 {
    top: 0.5rem !important; }
  .sm-r1 {
    right: 0.5rem !important; }
  .sm-b1 {
    bottom: 0.5rem !important; }
  .sm-l1 {
    left: 0.5rem !important; }
  .sm-t2 {
    top: 1rem !important; }
  .sm-r2 {
    right: 1rem !important; }
  .sm-b2 {
    bottom: 1rem !important; }
  .sm-l2 {
    left: 1rem !important; }
  .sm-t3 {
    top: 1.5rem !important; }
  .sm-r3 {
    right: 1.5rem !important; }
  .sm-b3 {
    bottom: 1.5rem !important; }
  .sm-l3 {
    left: 1.5rem !important; }
  .sm-t4 {
    top: 2rem !important; }
  .sm-r4 {
    right: 2rem !important; }
  .sm-b4 {
    bottom: 2rem !important; }
  .sm-l4 {
    left: 2rem !important; }
  .sm-t5 {
    top: 3rem !important; }
  .sm-r5 {
    right: 3rem !important; }
  .sm-b5 {
    bottom: 3rem !important; }
  .sm-l5 {
    left: 3rem !important; }
  .sm-t6 {
    top: 4.5rem !important; }
  .sm-r6 {
    right: 4.5rem !important; }
  .sm-b6 {
    bottom: 4.5rem !important; }
  .sm-l6 {
    left: 4.5rem !important; } }

@media (min-width: 52rem) {
  .md-t05 {
    top: 0.25rem !important; }
  .md-r05 {
    right: 0.25rem !important; }
  .md-b05 {
    bottom: 0.25rem !important; }
  .md-l05 {
    left: 0.25rem !important; }
  .md-t1 {
    top: 0.5rem !important; }
  .md-r1 {
    right: 0.5rem !important; }
  .md-b1 {
    bottom: 0.5rem !important; }
  .md-l1 {
    left: 0.5rem !important; }
  .md-t2 {
    top: 1rem !important; }
  .md-r2 {
    right: 1rem !important; }
  .md-b2 {
    bottom: 1rem !important; }
  .md-l2 {
    left: 1rem !important; }
  .md-t3 {
    top: 1.5rem !important; }
  .md-r3 {
    right: 1.5rem !important; }
  .md-b3 {
    bottom: 1.5rem !important; }
  .md-l3 {
    left: 1.5rem !important; }
  .md-t4 {
    top: 2rem !important; }
  .md-r4 {
    right: 2rem !important; }
  .md-b4 {
    bottom: 2rem !important; }
  .md-l4 {
    left: 2rem !important; }
  .md-t5 {
    top: 3rem !important; }
  .md-r5 {
    right: 3rem !important; }
  .md-b5 {
    bottom: 3rem !important; }
  .md-l5 {
    left: 3rem !important; }
  .md-t6 {
    top: 4.5rem !important; }
  .md-r6 {
    right: 4.5rem !important; }
  .md-b6 {
    bottom: 4.5rem !important; }
  .md-l6 {
    left: 4.5rem !important; } }

@media (min-width: 64rem) {
  .lg-t05 {
    top: 0.25rem !important; }
  .lg-r05 {
    right: 0.25rem !important; }
  .lg-b05 {
    bottom: 0.25rem !important; }
  .lg-l05 {
    left: 0.25rem !important; }
  .lg-t1 {
    top: 0.5rem !important; }
  .lg-r1 {
    right: 0.5rem !important; }
  .lg-b1 {
    bottom: 0.5rem !important; }
  .lg-l1 {
    left: 0.5rem !important; }
  .lg-t2 {
    top: 1rem !important; }
  .lg-r2 {
    right: 1rem !important; }
  .lg-b2 {
    bottom: 1rem !important; }
  .lg-l2 {
    left: 1rem !important; }
  .lg-t3 {
    top: 1.5rem !important; }
  .lg-r3 {
    right: 1.5rem !important; }
  .lg-b3 {
    bottom: 1.5rem !important; }
  .lg-l3 {
    left: 1.5rem !important; }
  .lg-t4 {
    top: 2rem !important; }
  .lg-r4 {
    right: 2rem !important; }
  .lg-b4 {
    bottom: 2rem !important; }
  .lg-l4 {
    left: 2rem !important; }
  .lg-t5 {
    top: 3rem !important; }
  .lg-r5 {
    right: 3rem !important; }
  .lg-b5 {
    bottom: 3rem !important; }
  .lg-l5 {
    left: 3rem !important; }
  .lg-t6 {
    top: 4.5rem !important; }
  .lg-r6 {
    right: 4.5rem !important; }
  .lg-b6 {
    bottom: 4.5rem !important; }
  .lg-l6 {
    left: 4.5rem !important; } }

.xs-align-top {
  vertical-align: top     !important; }

.xs-align-middle {
  vertical-align: middle  !important; }

.xs-align-bottom {
  vertical-align: bottom  !important; }

@media (min-width: 40rem) {
  .sm-align-top {
    vertical-align: top     !important; }
  .sm-align-middle {
    vertical-align: middle  !important; }
  .sm-align-bottom {
    vertical-align: bottom  !important; } }

@media (min-width: 52rem) {
  .md-align-top {
    vertical-align: top     !important; }
  .md-align-middle {
    vertical-align: middle  !important; }
  .md-align-bottom {
    vertical-align: bottom  !important; } }

@media (min-width: 64rem) {
  .lg-align-top {
    vertical-align: top     !important; }
  .lg-align-middle {
    vertical-align: middle  !important; }
  .lg-align-bottom {
    vertical-align: bottom  !important; } }

.clearfix:before,
.clearfix:after {
  content: " "   !important;
  display: table !important; }

.clearfix:after {
  clear: both !important; }

.xs-flex-order-1 {
  order: 1                               !important; }

.xs-flex-order-2 {
  order: 2                               !important; }

.xs-flex-order-3 {
  order: 3                               !important; }

.xs-flex-grow-1 {
  flex-grow: 1                           !important; }

.xs-flex-grow-2 {
  flex-grow: 2                           !important; }

.xs-flex-grow-3 {
  flex-grow: 3                           !important; }

.xs-flex-shrink-0 {
  flex-shrink: 0                        !important; }

.xs-flex-shrink-1 {
  flex-shrink: 1                        !important; }

.xs-flex-row {
  flex-direction: row             !important; }

.xs-flex-row-reverse {
  flex-direction: row-reverse     !important; }

.xs-flex-column {
  flex-direction: column          !important; }

.xs-flex-column-reverse {
  flex-direction: column-reverse  !important; }

.xs-flex-wrap {
  flex-wrap: wrap                         !important; }

.xs-flex-nowrap {
  flex-wrap: nowrap                       !important; }

.xs-flex-justify-start {
  justify-content: flex-start     !important; }

.xs-flex-justify-end {
  justify-content: flex-end       !important; }

.xs-flex-justify-center {
  justify-content: center         !important; }

.xs-flex-justify-space-around {
  justify-content: space-around   !important; }

.xs-flex-justify-space-between {
  justify-content: space-between  !important; }

.xs-flex-align-start {
  align-items: flex-start         !important; }

.xs-flex-align-end {
  align-items: flex-end           !important; }

.xs-flex-align-center {
  align-items: center             !important; }

.xs-flex-align-baseline {
  align-items: baseline           !important; }

.xs-flex-align-space-around {
  align-items: space-around     !important; }

.xs-flex-align-space-between {
  align-items: space-between    !important; }

@media (min-width: 40rem) {
  .sm-flex-order-1 {
    order: 1                               !important; }
  .sm-flex-order-2 {
    order: 2                               !important; }
  .sm-flex-order-3 {
    order: 3                               !important; }
  .sm-flex-grow-1 {
    flex-grow: 1                           !important; }
  .sm-flex-grow-2 {
    flex-grow: 2                           !important; }
  .sm-flex-grow-3 {
    flex-grow: 3                           !important; }
  .sm-flex-shrink-0 {
    flex-shrink: 0                        !important; }
  .sm-flex-shrink-1 {
    flex-shrink: 1                        !important; }
  .sm-flex-row {
    flex-direction: row             !important; }
  .sm-flex-row-reverse {
    flex-direction: row-reverse     !important; }
  .sm-flex-column {
    flex-direction: column          !important; }
  .sm-flex-column-reverse {
    flex-direction: column-reverse  !important; }
  .sm-flex-wrap {
    flex-wrap: wrap                         !important; }
  .sm-flex-nowrap {
    flex-wrap: nowrap                       !important; }
  .sm-flex-justify-start {
    justify-content: flex-start     !important; }
  .sm-flex-justify-end {
    justify-content: flex-end       !important; }
  .sm-flex-justify-center {
    justify-content: center         !important; }
  .sm-flex-justify-space-around {
    justify-content: space-around   !important; }
  .sm-flex-justify-space-between {
    justify-content: space-between  !important; }
  .sm-flex-align-start {
    align-items: flex-start         !important; }
  .sm-flex-align-end {
    align-items: flex-end           !important; }
  .sm-flex-align-center {
    align-items: center             !important; }
  .sm-flex-align-baseline {
    align-items: baseline           !important; }
  .sm-flex-align-space-around {
    align-items: space-around     !important; }
  .sm-flex-align-space-between {
    align-items: space-between    !important; } }

@media (min-width: 52rem) {
  .md-flex-order-1 {
    order: 1                               !important; }
  .md-flex-order-2 {
    order: 2                               !important; }
  .md-flex-order-3 {
    order: 3                               !important; }
  .md-flex-grow-1 {
    flex-grow: 1                           !important; }
  .md-flex-grow-2 {
    flex-grow: 2                           !important; }
  .md-flex-grow-3 {
    flex-grow: 3                           !important; }
  .md-flex-shrink-0 {
    flex-shrink: 0                        !important; }
  .md-flex-shrink-1 {
    flex-shrink: 1                        !important; }
  .md-flex-row {
    flex-direction: row             !important; }
  .md-flex-row-reverse {
    flex-direction: row-reverse     !important; }
  .md-flex-column {
    flex-direction: column          !important; }
  .md-flex-column-reverse {
    flex-direction: column-reverse  !important; }
  .md-flex-wrap {
    flex-wrap: wrap                         !important; }
  .md-flex-nowrap {
    flex-wrap: nowrap                       !important; }
  .md-flex-justify-start {
    justify-content: flex-start     !important; }
  .md-flex-justify-end {
    justify-content: flex-end       !important; }
  .md-flex-justify-center {
    justify-content: center         !important; }
  .md-flex-justify-space-around {
    justify-content: space-around   !important; }
  .md-flex-justify-space-between {
    justify-content: space-between  !important; }
  .md-flex-align-start {
    align-items: flex-start         !important; }
  .md-flex-align-end {
    align-items: flex-end           !important; }
  .md-flex-align-center {
    align-items: center             !important; }
  .md-flex-align-baseline {
    align-items: baseline           !important; }
  .md-flex-align-space-around {
    align-items: space-around     !important; }
  .md-flex-align-space-between {
    align-items: space-between    !important; } }

@media (min-width: 64rem) {
  .lg-flex-order-1 {
    order: 1                               !important; }
  .lg-flex-order-2 {
    order: 2                               !important; }
  .lg-flex-order-3 {
    order: 3                               !important; }
  .lg-flex-grow-1 {
    flex-grow: 1                           !important; }
  .lg-flex-grow-2 {
    flex-grow: 2                           !important; }
  .lg-flex-grow-3 {
    flex-grow: 3                           !important; }
  .lg-flex-shrink-0 {
    flex-shrink: 0                        !important; }
  .lg-flex-shrink-1 {
    flex-shrink: 1                        !important; }
  .lg-flex-row {
    flex-direction: row             !important; }
  .lg-flex-row-reverse {
    flex-direction: row-reverse     !important; }
  .lg-flex-column {
    flex-direction: column          !important; }
  .lg-flex-column-reverse {
    flex-direction: column-reverse  !important; }
  .lg-flex-wrap {
    flex-wrap: wrap                         !important; }
  .lg-flex-nowrap {
    flex-wrap: nowrap                       !important; }
  .lg-flex-justify-start {
    justify-content: flex-start     !important; }
  .lg-flex-justify-end {
    justify-content: flex-end       !important; }
  .lg-flex-justify-center {
    justify-content: center         !important; }
  .lg-flex-justify-space-around {
    justify-content: space-around   !important; }
  .lg-flex-justify-space-between {
    justify-content: space-between  !important; }
  .lg-flex-align-start {
    align-items: flex-start         !important; }
  .lg-flex-align-end {
    align-items: flex-end           !important; }
  .lg-flex-align-center {
    align-items: center             !important; }
  .lg-flex-align-baseline {
    align-items: baseline           !important; }
  .lg-flex-align-space-around {
    align-items: space-around     !important; }
  .lg-flex-align-space-between {
    align-items: space-between    !important; } }

.svg-1,
.svg-2,
.svg-3,
.svg-4,
.svg-5,
.svg-6 {
  vertical-align: middle	!important; }

.svg-6 {
  width: 0.75rem !important;
  height: 0.75rem !important; }

.svg-5 {
  width: 0.875rem !important;
  height: 0.875rem !important; }

.svg-4 {
  width: 1rem !important;
  height: 1rem !important; }

.svg-3 {
  width: 1.125rem !important;
  height: 1.125rem !important; }

.svg-2 {
  width: 1.375rem !important;
  height: 1.375rem !important; }

.svg-1 {
  width: 1.75rem !important;
  height: 1.75rem !important; }

.page-message {
  position: relative;
  margin-top: 0.25rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center; }

.page-message__action {
  text-decoration: underline; }

.page-message__close {
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  padding: 0.5rem;
  cursor: pointer; }

.page-message__icon {
  height: 1rem;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0; }

.page-message__icon-close {
  width: 1.5rem; }

.page-message--error {
  background-color: #feebe9;
  color: #e32; }
  .page-message--error .page-message__text,
  .page-message--error .page-message__action {
    color: #e32; }
  .page-message--error .page-message__icon-close {
    fill: #fa9287; }
  .page-message--error .page-message__close:hover .page-message__icon-close {
    fill: #e32; }
  .page-message--error .page-message__icon {
    fill: #feebe9;
    background-color: #e32; }

.page-message--success {
  background-color: #e1efd0;
  color: #68af15; }
  .page-message--success .page-message__text,
  .page-message--success .page-message__action {
    color: #68af15; }
  .page-message--success .page-message__icon-close {
    fill: #b0d584; }
  .page-message--success .page-message__close:hover .page-message__icon-close {
    fill: #68af15; }
  .page-message--success .page-message__icon {
    fill: #e1efd0;
    background-color: #68af15; }

.page-message--warning {
  background-color: #fdead9;
  color: #f47f16; }
  .page-message--warning .page-message__text,
  .page-message--warning .page-message__action {
    color: #f47f16; }
  .page-message--warning .page-message__icon-close {
    fill: #f9b577; }
  .page-message--warning .page-message__close:hover .page-message__icon-close {
    fill: #f47f16; }
  .page-message--warning .page-message__icon {
    fill: #fdead9;
    background-color: #f47f16; }

.page-message__action:hover {
  color: #0f65ef; }

.button-group,
.button-group--small {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-decoration: none;
  color: #0f65ef; }
  .button-group .button-group__radio,
  .button-group--small .button-group__radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.button-group__item {
  display: inline-block;
  cursor: pointer;
  float: left;
  padding: 0.5rem 0.875rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .button-group__item:hover {
    transition: background-color .3s ease 0s;
    background-color: #f4f4f4; }
  .button-group__item:last-of-type {
    border: 0; }

.button-group .button-group__radio:checked + .button-group__item,
.button-group--small .button-group__radio:checked + .button-group__item {
  background-color: #f4f4f4;
  color: #222; }

.button-group--small .button-group__item {
  padding: 0.3125rem .625rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.modal {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  overflow-x: hidden;
  overflow-y: auto; }

.modal__content {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  padding: 2rem; }

.modal__close {
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  float: right;
  margin: -2rem -2rem 0 0; }
  .modal__close:hover {
    cursor: pointer; }
    .modal__close:hover .modal__close-icon {
      fill: #222; }

.modal__close-icon {
  width: 1.5rem;
  fill: #aaa; }

.js-show-modal {
  overflow: hidden; }
  .js-show-modal .modal {
    visibility: visible;
    opacity: 1; }
  .js-show-modal .modal__content {
    -webkit-animation-name: modal__content-scale;
    animation-name: modal__content-scale; }

@-webkit-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@-moz-keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

@keyframes modal__content-scale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6); }
  50% {
    opacity: 1; } }

.tag {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem; }

.tag__text,
.tag__link,
.tag__delete {
  padding: 0 .5rem; }

.tag__text,
.tag__link {
  float: left; }

.tag__delete {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.tag__delete-icon {
  width: .625rem;
  fill: #aaa;
  vertical-align: middle;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 50ms;
  -webkit-transition-timing-function: ease-in;
  margin-left: 1px; }
  .tag__delete-icon:hover {
    fill: #444444; }

.tag__delete {
  padding: 0 .3125rem; }
  .tag__delete:hover .tag__delete-icon {
    fill: #444444; }

.card {
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px; }

.pagination {
  display: flex;
  align-items: center; }
  .pagination .pagination__text {
    padding-right: 1rem; }
  .pagination .pagination__button {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #0f65ef;
    background: #fff;
    float: left;
    transition: background-color .15s ease 0s; }
    .pagination .pagination__button, .pagination .pagination__button:active:focus {
      outline: 0; }
    .pagination .pagination__button:hover {
      transition: background-color .15s ease 0s;
      background-color: #f4f4f4; }
    .pagination .pagination__button:active {
      transition: background-color .15s ease 0s;
      background-color: #e7e7e7; }
  .pagination .pagination__button {
    padding: 0.5rem 0.875rem; }
  .pagination .pagination__button--prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none; }
  .pagination .pagination__button--next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .pagination .pagination__button--prev-icon,
  .pagination .pagination__button--next-icon {
    width: .875rem;
    fill: #0f65ef;
    position: relative;
    top: 2px; }
  .pagination .pagination__button--prev-icon {
    right: 1px; }
  .pagination .pagination__button--next-icon {
    left: 1px; }
  .pagination .pagination__button--disabled:hover {
    cursor: auto;
    background-color: #fff; }
  .pagination .pagination__button--disabled .pagination__button--prev-icon,
  .pagination .pagination__button--disabled .pagination__button--next-icon {
    opacity: 0.3; }

.pagination--small .pagination__button--prev-icon,
.pagination--small .pagination__button--next-icon {
  width: .625rem;
  top: 1px; }

.pagination--small .pagination__button {
  padding: 0.3125rem .625rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.pagination--small .pagination__text {
  font-size: 0.875rem; }

.popover-right, .popover-left, .popover-bottom, .popover-top {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0.5rem;
  font-size: 0.875rem;
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px; }
  .popover-right:before, .popover-right:after, .popover-left:before, .popover-left:after, .popover-bottom:before, .popover-bottom:after, .popover-top:before, .popover-top:after {
    content: " ";
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
    right: 100%; }
  .popover-right:before, .popover-left:before, .popover-bottom:before, .popover-top:before {
    border-color: transparent;
    border-width: 0.5875rem; }
  .popover-right:after, .popover-left:after, .popover-bottom:after, .popover-top:after {
    border-color: transparent;
    border-width: 0.525rem; }

.popover-right:before, .popover-left:before {
  margin-top: -0.5875rem; }

.popover-right:after, .popover-left:after {
  margin-top: -0.525rem; }

.popover-right:before, .popover-right:after {
  right: 100%;
  top: 50%; }

.popover-right:before {
  border-right-color: #dddddd; }

.popover-right:after {
  border-right-color: #fff; }

.popover-right--gray {
  background-color: #222;
  border: none;
  color: white; }
  .popover-right--gray:before {
    border-right-color: #222; }
  .popover-right--gray:after {
    border-right-color: #222; }

.popover-left:before, .popover-left:after {
  left: 100%;
  top: 50%; }

.popover-left:before {
  border-left-color: #dddddd; }

.popover-left:after {
  border-left-color: #fff; }

.popover-left--gray {
  background-color: #222;
  border: none;
  color: white; }
  .popover-left--gray:before {
    border-left-color: #222; }
  .popover-left--gray:after {
    border-left-color: #222; }

.popover-top:before, .popover-bottom:before {
  margin-left: -0.5875rem; }

.popover-top:after, .popover-bottom:after {
  margin-left: -0.525rem; }

.popover-bottom:before, .popover-bottom:after {
  left: 50%;
  bottom: 100%; }

.popover-bottom:before {
  border-bottom-color: #dddddd; }

.popover-bottom:after {
  border-bottom-color: #fff; }

.popover-bottom--gray {
  background-color: #222;
  border: none;
  color: white; }
  .popover-bottom--gray:before {
    border-bottom-color: #222; }
  .popover-bottom--gray:after {
    border-bottom-color: #222; }

.popover-top:before, .popover-top:after {
  left: 50%;
  top: 100%; }

.popover-top:before {
  border-top-color: #dddddd; }

.popover-top:after {
  border-top-color: #fff; }

.popover-top--gray {
  background-color: #222;
  border: none;
  color: white; }
  .popover-top--gray:before {
    border-top-color: #222; }
  .popover-top--gray:after {
    border-top-color: #222; }

.bf-news-logo__bf {
  fill: #000; }

.bf-news-logo__news {
  fill: bf-color(c-red); }


.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.js-flex-order--1 {
  -webkit-box-ordinal-group: 1 !important;
  -moz-box-ordinal-group: 1 !important;
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important; }

.js-flex-order--2 {
  -webkit-box-ordinal-group: 2 !important;
  -moz-box-ordinal-group: 2 !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important; }

.js-flex-order--3 {
  -webkit-box-ordinal-group: 3 !important;
  -moz-box-ordinal-group: 3 !important;
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  order: 3 !important; }

.js-flex-order--4 {
  -webkit-box-ordinal-group: 4 !important;
  -moz-box-ordinal-group: 4 !important;
  -ms-flex-order: 4 !important;
  -webkit-order: 4 !important;
  order: 4 !important; }

.js-flex-order--5 {
  -webkit-box-ordinal-group: 5 !important;
  -moz-box-ordinal-group: 5 !important;
  -ms-flex-order: 5 !important;
  -webkit-order: 5 !important;
  order: 5 !important; }

.js-flex-order--6 {
  -webkit-box-ordinal-group: 6 !important;
  -moz-box-ordinal-group: 6 !important;
  -ms-flex-order: 6 !important;
  -webkit-order: 6 !important;
  order: 6 !important; }

.js-flex-order--7 {
  -webkit-box-ordinal-group: 7 !important;
  -moz-box-ordinal-group: 7 !important;
  -ms-flex-order: 7 !important;
  -webkit-order: 7 !important;
  order: 7 !important; }

.js-flex-order--8 {
  -webkit-box-ordinal-group: 8 !important;
  -moz-box-ordinal-group: 8 !important;
  -ms-flex-order: 8 !important;
  -webkit-order: 8 !important;
  order: 8 !important; }

.js-flex-order--9 {
  -webkit-box-ordinal-group: 9 !important;
  -moz-box-ordinal-group: 9 !important;
  -ms-flex-order: 9 !important;
  -webkit-order: 9 !important;
  order: 9 !important; }

.js-flex-order--10 {
  -webkit-box-ordinal-group: 10 !important;
  -moz-box-ordinal-group: 10 !important;
  -ms-flex-order: 10 !important;
  -webkit-order: 10 !important;
  order: 10 !important; }


.flex {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear {
  clear: both; }


.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.js-flex-order--1 {
  -webkit-box-ordinal-group: 1 !important;
  -moz-box-ordinal-group: 1 !important;
  -ms-flex-order: 1 !important;
  -webkit-order: 1 !important;
  order: 1 !important; }

.js-flex-order--2 {
  -webkit-box-ordinal-group: 2 !important;
  -moz-box-ordinal-group: 2 !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
  order: 2 !important; }

.js-flex-order--3 {
  -webkit-box-ordinal-group: 3 !important;
  -moz-box-ordinal-group: 3 !important;
  -ms-flex-order: 3 !important;
  -webkit-order: 3 !important;
  order: 3 !important; }

.js-flex-order--4 {
  -webkit-box-ordinal-group: 4 !important;
  -moz-box-ordinal-group: 4 !important;
  -ms-flex-order: 4 !important;
  -webkit-order: 4 !important;
  order: 4 !important; }

.js-flex-order--5 {
  -webkit-box-ordinal-group: 5 !important;
  -moz-box-ordinal-group: 5 !important;
  -ms-flex-order: 5 !important;
  -webkit-order: 5 !important;
  order: 5 !important; }

.js-flex-order--6 {
  -webkit-box-ordinal-group: 6 !important;
  -moz-box-ordinal-group: 6 !important;
  -ms-flex-order: 6 !important;
  -webkit-order: 6 !important;
  order: 6 !important; }

.js-flex-order--7 {
  -webkit-box-ordinal-group: 7 !important;
  -moz-box-ordinal-group: 7 !important;
  -ms-flex-order: 7 !important;
  -webkit-order: 7 !important;
  order: 7 !important; }

.js-flex-order--8 {
  -webkit-box-ordinal-group: 8 !important;
  -moz-box-ordinal-group: 8 !important;
  -ms-flex-order: 8 !important;
  -webkit-order: 8 !important;
  order: 8 !important; }

.js-flex-order--9 {
  -webkit-box-ordinal-group: 9 !important;
  -moz-box-ordinal-group: 9 !important;
  -ms-flex-order: 9 !important;
  -webkit-order: 9 !important;
  order: 9 !important; }

.js-flex-order--10 {
  -webkit-box-ordinal-group: 10 !important;
  -moz-box-ordinal-group: 10 !important;
  -ms-flex-order: 10 !important;
  -webkit-order: 10 !important;
  order: 10 !important; }


.flex {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start; }

@media (min-width: 40rem) {
  @font-face {
    font-family: "Caponi-Slab-Semibold";
    src: url("/obiwan-static/fonts/CaponiSlab-Semibold-Web.eot");
    src: url("/obiwan-static/fonts/CaponiSlab-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/obiwan-static/fonts/CaponiSlab-Semibold-Web.woff") format("woff"), url("/obiwan-static/fonts/CaponiSlab-Semibold-Web.ttf") format("truetype"), url("/obiwan-static/fonts/CaponiSlab-Semibold-Web.svg#svgFontName") format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal; }
  @font-face {
    font-family: "Proxima Nova";
    src: url("/obiwan-static/fonts/ProximaNova-Reg-webfont.eot");
    src: url("/obiwan-static/fonts/ProximaNova-Reg-webfont.woff.eot?#iefix") format("embedded-opentype"), url("/obiwan-static/fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("/obiwan-static/fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("/obiwan-static/fonts/ProximaNova-Reg-webfont.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal; }
  @font-face {
    font-family: "Proxima Nova";
    src: url("/obiwan-static/fonts/ProximaNova-Sbold-webfont.eotf") format("eot");
    src: url("/obiwan-static/fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("/obiwan-static/fonts/ProximaNova-Sbold-webfont.ttf") format("ttf"), url("/obiwan-static/fonts/ProximaNova-Sbold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal; } }

@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.eot");
  src: url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.woff2") format("woff2"), url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.woff") format("woff"), url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.ttf") format("truetype"), url("/obiwan-static/fonts/ProximaNova-Extrabold-webfont.svg#ProximaNovaExtrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaBlack';
  src: url("/obiwan-static/fonts/ProximaNova-Black-webfont.eot");
  src: url("/obiwan-static/fonts/ProximaNova-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/obiwan-static/fonts/ProximaNova-Black-webfont.woff2") format("woff2"), url("/obiwan-static/fonts/ProximaNova-Black-webfont.woff") format("woff"), url("/obiwan-static/fonts/ProximaNova-Black-webfont.ttf") format("truetype"), url("/obiwan-static/fonts/ProximaNova-Black-webfont.svg#ProximaNovaBlack") format("svg");
  font-weight: normal;
  font-style: normal; }

.fw-eb {
  font-family: "ProximaNovaExtrabold"; }

.fw-bl {
  font-family: "ProximaNovaBlack";
  letter-spacing: .04em; }

.extrabold {
  font-family: "ProximaNovaExtrabold"; }

.container {
  margin: 0px 16px;
  position: relative;
  width: auto; }
  @media (min-width: 52rem) {
    .container {
      margin: 0px 20px; } }
  @media (min-width: 70rem) {
    .container {
      margin: 0px auto;
      width: 1060px; } }

.flexify {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexify.flex-gutters {
    margin: -0.5rem 0 0.5rem -0.5rem; }
    @media (min-width: 52rem) {
      .flexify.flex-gutters {
        margin: -1rem 0 1rem -1rem; } }
    .flexify.flex-gutters > * {
      padding: 0.5rem 0 0 0.5rem; }
      @media (min-width: 52rem) {
        .flexify.flex-gutters > * {
          padding: 1rem 0 0 1rem; } }

.modal-visible {
  opacity: 1;
  visibility: visible; }

.page-intro__title {
  background: #ffee00;
  color: #000; }

.page-intro-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 22rem; }

#skipnav {
  background: #fff;
  display: block;
  padding: 2px 5px;
  position: absolute;
  margin-top: -100%;
  top: 0;
  left: 0;
  z-index: 5; }
  #skipnav:focus {
    margin-top: 0; }

.text-black {
  color: #000; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.about-nav {
  white-space: nowrap; }
  .about-nav .about-nav__links li {
    cursor: pointer;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: color .3s ease-out, border-bottom .1s ease-out; }
    .about-nav .about-nav__links li.active a {
      border-bottom: 6px solid #000; }
    .about-nav .about-nav__links li:hover a, .about-nav .about-nav__links li:focus-within a {
      border-bottom: 6px solid rgba(0, 0, 0, 0.85); }
    @media (min-width: 40rem) {
      .about-nav .about-nav__links li {
        letter-spacing: .06em; } }
  .about-nav .about-nav__links a {
    color: #000;
    display: block;
    padding-bottom: 12px; }
    .about-nav .about-nav__links a:hover {
      color: rgba(0, 0, 0, 0.85); }
  .about-nav .about-nav__content {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  .about-nav .about-nav__logo {
    fill: #e32;
    height: 26px;
    width: 128px; }

.legal-nav {
  margin-left: -16px;
  margin-right: -16px;
  white-space: nowrap; }
  .legal-nav .active {
    background: #0f65ef !important;
    color: #fff !important; }
  .legal-nav .legal-nav__gradient--left {
    background: transparent linear-gradient(to left, rgba(255, 255, 255, 0), #f4f4f4) repeat scroll 0 0;
    height: 36px;
    width: 16px; }
  .legal-nav .legal-nav__gradient--right {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #f4f4f4) repeat scroll 0 0;
    height: 36px;
    width: 16px; }

.legal-edition-nav .active {
  color: #000; }

.legal-edition-nav .select {
  width: 100%; }

.about {
  background: #fff !important; }
  @media (min-width: 64rem) {
    .about .container {
      margin: 0px auto;
      width: 990px; } }
  .about .page-intro {
    background-image: url(../../images/about/about-banner.jpg);
    background-position: center bottom;
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 22rem; }
  .about .page-intro__description-wrapper {
    padding: 48px 12px; }
    @media (min-width: 40rem) {
      .about .page-intro__description-wrapper {
        padding-top: 0px; } }
    @media (min-width: 52rem) {
      .about .page-intro__description-wrapper {
        max-width: 650px; } }
  .about .page-intro__description {
    background: #ffee00;
    box-shadow: 12px 0 0 #ffee00, -12px 0 0 #ffee00;
    line-height: 1.45 !important;
    box-decoration-break: clone; }
  .about .page-intro__title {
    display: none; }
    @media (min-width: 40rem) {
      .about .page-intro__title {
        display: inline-block; } }
  .about .about-news {
    padding-left: 0; }

.news__block {
  padding: 0;
  list-style-type: none; }

.news__title {
  background: #ffee00; }

.news__block:first-child {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%; }
  .news__block:first-child .news__block-headline {
    font-size: 1.125rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
    @media (min-width: 52rem) {
      .news__block:first-child .news__block-headline {
        font-size: 1.75rem !important;
        margin-right: 2rem !important;
        margin-top: 2rem !important; } }
  @media (min-width: 52rem) {
    .news__block:first-child .news__block-img {
      float: left;
      margin-right: 2rem;
      width: 60%; }
      .news__block:first-child .news__block-img img {
        display: block; } }
  .news__block:first-child .news__block-img-credit {
    margin-left: 1rem;
    margin-right: 1rem; }
  .news__block:first-child .news__block-source {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

.news__block:not(:first-child) .news__block-img-credit {
  display: none; }

.news__block-img img {
  width: 100%; }

.stats__block-title {
  font-size: 4.2rem; }

.stats__block-text {
  max-width: 270px; }

.team .flexify {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.team_block-img img {
  max-width: 200px;
  width: 100%; }

.team__modal-link {
  background: none;
  border: none; }

.team__block:hover a h2 {
  color: #0f65ef !important; }

.team__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.modal .team-block {
  margin-bottom: -96px;
  top: -96px; }

.modal .team__block-description {
  line-height: 1.5 !important; }

.modal .team_block-img img {
  max-width: 96px; }

.press .page-intro-background,
.press-assets .page-intro-background {
  background-image: url(../../images/about/press/press-banner.jpg);
  background-position: center bottom;
  display: none; }
  @media (min-width: 40rem) {
    .press .page-intro-background,
    .press-assets .page-intro-background {
      display: inline-block; } }

.press .page-intro__title,
.press-assets .page-intro__title {
  display: none; }
  @media (min-width: 40rem) {
    .press .page-intro__title,
    .press-assets .page-intro__title {
      display: inline-block; } }

.press-asset__block-img {
  max-width: 80%; }
  @media (min-width: 40rem) {
    .press-asset__block-img {
      height: 200px;
      max-width: 200px; } }
  @media (min-width: 64rem) {
    .press-asset__block-img {
      max-width: 190px; } }
  @media (min-width: 40rem) {
    .press-asset__block-img img {
      position: absolute;
      top: 50%;
      transform: translate(0px, -50%); } }

.brand-color__color-preview {
  height: 60px;
  width: 60px; }

html {
  scroll-behavior: smooth; }
  @media screen and (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto; } }

.about-jobs .page-intro-background {
  background-image: url(../../images/about/jobs/jobs-banner.jpg);
  background-position: center;
  display: none; }
  @media (min-width: 40rem) {
    .about-jobs .page-intro-background {
      display: inline-block; } }

.about-jobs .underline {
  text-decoration: underline; }

.about-jobs .jobs-page-old .about-nav__content {
  background: #fff; }

@media (min-width: 52rem) {
  .about-jobs .jobs-page-old .jobs-card {
    margin-bottom: 130px !important; } }

.about-jobs .jobs-page-old .page-intro__title {
  display: none; }

.about-jobs .jobs-page-old summary {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  display: block;
  padding-right: 28px; }
  .about-jobs .jobs-page-old summary:after {
    background: url(/obiwan-static/images/about/jobs/caret-down.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0.5rem;
    margin-right: -28px;
    padding: 0;
    text-align: center;
    transition: .25s;
    vertical-align: middle;
    width: 20px; }
  .about-jobs .jobs-page-old summary::-webkit-details-marker {
    display: none; }

.about-jobs .jobs-page-old details [tabindex="-1"] {
  visibility: hidden;
  display: none; }

.about-jobs .jobs-page-old details[aria-expanded="true"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .about-jobs .jobs-page-old details[aria-expanded="true"] summary:after {
    transform: rotate(-180deg); }
  .about-jobs .jobs-page-old details[aria-expanded="true"] summary ~ * {
    animation: rotate-arrow .25s; }
  .about-jobs .jobs-page-old details[aria-expanded="true"] [tabindex="-1"] {
    visibility: visible;
    display: block; }
    .about-jobs .jobs-page-old details[aria-expanded="true"] [tabindex="-1"]:focus {
      outline: none; }

.about-jobs .jobs-page-old .team__link {
  margin-top: 1rem; }

.about-jobs .jobs-page-new {
  line-height: 1.45 !important;
  margin-top: -.5rem; }
  @media (min-width: 40rem) {
    .about-jobs .jobs-page-new {
      margin-top: 0; } }
  .about-jobs .jobs-page-new a {
    font-family: "ProximaNovaExtrabold"; }
  .about-jobs .jobs-page-new h1,
  .about-jobs .jobs-page-new h2 {
    font-size: 32px;
    line-height: 1; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new h1,
      .about-jobs .jobs-page-new h2 {
        font-size: 56px; } }
  .about-jobs .jobs-page-new img {
    display: block; }
  .about-jobs .jobs-page-new summary {
    border-bottom: 3px solid #0f65ef;
    cursor: pointer;
    display: block;
    padding-right: 28px; }
    .about-jobs .jobs-page-new summary:after {
      background: url(/obiwan-static/images/about/jobs/caret-down.png) center center no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      height: 20px;
      margin-left: 0.5rem;
      margin-right: -28px;
      padding: 0;
      text-align: center;
      transition: .25s;
      vertical-align: middle;
      width: 20px; }
    .about-jobs .jobs-page-new summary::-webkit-details-marker {
      display: none; }
  .about-jobs .jobs-page-new details [tabindex="-1"] {
    visibility: hidden;
    display: none; }
  .about-jobs .jobs-page-new details[aria-expanded="true"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .about-jobs .jobs-page-new details[aria-expanded="true"] summary:after {
      transform: rotate(-180deg); }
    .about-jobs .jobs-page-new details[aria-expanded="true"] summary ~ * {
      animation: rotate-arrow .25s; }
    .about-jobs .jobs-page-new details[aria-expanded="true"] [tabindex="-1"] {
      visibility: visible;
      display: block; }
      .about-jobs .jobs-page-new details[aria-expanded="true"] [tabindex="-1"]:focus {
        outline: none; }
  @media (max-width: 831px) {
    .about-jobs .jobs-page-new .xs-no-margin {
      margin-left: -16px;
      width: calc(100% + 32px) !important; } }
  .about-jobs .jobs-page-new .jobs-slideshow-container {
    flex-wrap: nowrap; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-slideshow-container {
        margin: auto;
        width: calc(100% - 90px); } }
    @media (min-width: 1200px) {
      .about-jobs .jobs-page-new .jobs-slideshow-container {
        width: 100%; } }
    .about-jobs .jobs-page-new .jobs-slideshow-container .card {
      margin-right: 16px;
      height: 100%; }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-slideshow-container .card {
          margin-right: 0; } }
    .about-jobs .jobs-page-new .jobs-slideshow-container .content-slider {
      overflow-x: auto; }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-slideshow-container .content-slider {
          overflow-x: hidden; } }
    .about-jobs .jobs-page-new .jobs-slideshow-container .dot {
      margin: 0 2px;
      display: inline-block; }
      .about-jobs .jobs-page-new .jobs-slideshow-container .dot button {
        height: 10px;
        width: 10px;
        padding: 0;
        background-color: rgba(15, 101, 239, 0.4);
        border-width: 0;
        border-radius: 50%;
        transition: background-color 0.6s ease; }
        .about-jobs .jobs-page-new .jobs-slideshow-container .dot button.active, .about-jobs .jobs-page-new .jobs-slideshow-container .dot button:hover {
          background-color: #0f65ef; }
    .about-jobs .jobs-page-new .jobs-slideshow-container .next,
    .about-jobs .jobs-page-new .jobs-slideshow-container .prev {
      height: 50px;
      margin-top: -22px;
      position: absolute;
      top: 50%;
      transition: 0.6s ease;
      user-select: none;
      width: 50px;
      padding: 0;
      border: none;
      background: transparent; }
      .about-jobs .jobs-page-new .jobs-slideshow-container .next:disabled,
      .about-jobs .jobs-page-new .jobs-slideshow-container .prev:disabled {
        opacity: .4; }
      .about-jobs .jobs-page-new .jobs-slideshow-container .next svg,
      .about-jobs .jobs-page-new .jobs-slideshow-container .prev svg {
        display: block; }
    .about-jobs .jobs-page-new .jobs-slideshow-container .next {
      right: -60px; }
    .about-jobs .jobs-page-new .jobs-slideshow-container .prev {
      left: -60px; }
    .about-jobs .jobs-page-new .jobs-slideshow-container .slide {
      flex-shrink: 0;
      width: 80%; }
      @media (min-width: 40rem) {
        .about-jobs .jobs-page-new .jobs-slideshow-container .slide {
          width: 40%; } }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-slideshow-container .slide {
          margin-left: 1%;
          margin-right: 1%;
          width: 49%; } }
    .about-jobs .jobs-page-new .jobs-slideshow-container .slider {
      position: relative;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-slideshow-container .slider > div:first-of-type {
          margin-left: 0; } }
      .about-jobs .jobs-page-new .jobs-slideshow-container .slider > div:first-of-type .card {
        margin-left: 16px; }
        @media (min-width: 52rem) {
          .about-jobs .jobs-page-new .jobs-slideshow-container .slider > div:first-of-type .card {
            margin-left: 0; } }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-slideshow-container.interview-slideshow .slide {
        width: 32%; } }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .jobs-awards .card {
      height: 120px;
      position: relative; }
      .about-jobs .jobs-page-new .jobs-awards .card p {
        left: 24px;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%); } }
  .about-jobs .jobs-page-new .jobs-diversity .container {
    padding-top: 120px; }
  .about-jobs .jobs-page-new .jobs-diversity .dib-logo {
    max-width: 135px; }
  .about-jobs .jobs-page-new .jobs-diversity .diversity-bg {
    top: -100px;
    width: 240px;
    right: 0px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-diversity .diversity-bg {
        top: -210px;
        width: 430px;
        right: -20px; } }
    @media (min-width: 64rem) {
      .about-jobs .jobs-page-new .jobs-diversity .diversity-bg {
        width: 560px;
        right: -110px; } }
  .about-jobs .jobs-page-new .jobs-diversity .logo {
    max-width: 100px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-diversity .logo {
        max-width: 90%; } }
  .about-jobs .jobs-page-new .jobs-eeo-language {
    font-size: .7rem; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-eeo-language {
        font-size: .9rem; } }
    .about-jobs .jobs-page-new .jobs-eeo-language .eeo-bg {
      margin-bottom: -60px;
      margin-left: -300px;
      margin-right: -170px;
      position: relative;
      top: -60px; }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-eeo-language .eeo-bg {
          margin-bottom: -100px;
          margin-left: 0;
          margin-right: 0;
          top: -100px; } }
      @media (min-width: 64rem) {
        .about-jobs .jobs-page-new .jobs-eeo-language .eeo-bg {
          margin-bottom: -140px;
          margin-left: auto;
          margin-right: auto;
          max-width: 1600px;
          top: -140px; } }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .jobs-images1,
    .about-jobs .jobs-page-new .jobs-images2 {
      height: 210px; } }
  @media (min-width: 64rem) {
    .about-jobs .jobs-page-new .jobs-images1,
    .about-jobs .jobs-page-new .jobs-images2 {
      height: 230px; } }
  @media (min-width: 75rem) {
    .about-jobs .jobs-page-new .jobs-images1,
    .about-jobs .jobs-page-new .jobs-images2 {
      height: 240px; } }
  @media (min-width: 87.5rem) {
    .about-jobs .jobs-page-new .jobs-images1,
    .about-jobs .jobs-page-new .jobs-images2 {
      height: 270px; } }
  @media (min-width: 70rem) {
    .about-jobs .jobs-page-new .jobs-images1 .container,
    .about-jobs .jobs-page-new .jobs-images2 .container {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 87.5rem) {
    .about-jobs .jobs-page-new .jobs-images1 .container,
    .about-jobs .jobs-page-new .jobs-images2 .container {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 87.5rem; } }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .jobs-images1 .photo1-1,
    .about-jobs .jobs-page-new .jobs-images1 .photo1-2,
    .about-jobs .jobs-page-new .jobs-images1 .photo2-1,
    .about-jobs .jobs-page-new .jobs-images1 .photo2-2,
    .about-jobs .jobs-page-new .jobs-images2 .photo1-1,
    .about-jobs .jobs-page-new .jobs-images2 .photo1-2,
    .about-jobs .jobs-page-new .jobs-images2 .photo2-1,
    .about-jobs .jobs-page-new .jobs-images2 .photo2-2 {
      max-height: 470px;
      max-width: 49%; } }
  .about-jobs .jobs-page-new .jobs-images1 .photo1-1 {
    top: 85px; }
  .about-jobs .jobs-page-new .jobs-images2 .photo2-2 {
    top: 85px; }
  .about-jobs .jobs-page-new .jobs-interview-process {
    padding-bottom: 130px;
    padding-top: 100px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-interview-process {
        padding-top: 150px; } }
  @media (min-width: 64rem) {
    .about-jobs .jobs-page-new .jobs-intro h1,
    .about-jobs .jobs-page-new .jobs-intro h2 {
      padding-top: 90px; } }
  .about-jobs .jobs-page-new .jobs-intro .intro-bg {
    top: 50%;
    transform: translate(0, -50%);
    width: 200px;
    left: -200px; }
  .about-jobs .jobs-page-new .jobs-intro .photo-intro-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 66.66%; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-intro .photo-intro-wrapper {
        padding-bottom: 0; } }
    .about-jobs .jobs-page-new .jobs-intro .photo-intro-wrapper .photo {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0; }
      @media (min-width: 52rem) {
        .about-jobs .jobs-page-new .jobs-intro .photo-intro-wrapper .photo {
          position: relative; } }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .job-listings {
      padding-top: 20%; } }
  @media (min-width: 87.5rem) {
    .about-jobs .jobs-page-new .job-listings {
      padding-top: 300px; } }
  .about-jobs .jobs-page-new .jobs-people {
    margin-bottom: -50px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-people {
        padding-top: 100px;
        margin-bottom: -110px; } }
    .about-jobs .jobs-page-new .jobs-people .wrapper {
      max-width: 1400px;
      margin: 0 auto; }
      @media (min-width: 64rem) {
        .about-jobs .jobs-page-new .jobs-people .wrapper .col {
          width: 20% !important; } }
      .about-jobs .jobs-page-new .jobs-people .wrapper .xs-flex {
        flex-wrap: nowrap; }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .jobs-perks {
      padding-top: 20%; } }
  @media (min-width: 87.5rem) {
    .about-jobs .jobs-page-new .jobs-perks {
      padding-top: 300px; } }
  @media (min-width: 52rem) {
    .about-jobs .jobs-page-new .jobs-workplace {
      margin-top: 0;
      padding-top: 16px; } }
  @media (min-width: 64rem) {
    .about-jobs .jobs-page-new .jobs-workplace {
      padding-top: 32px;
      padding-bottom: 64px; } }
  .about-jobs .jobs-page-new .jobs-workplace .card {
    min-height: 100px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-workplace .card {
        min-height: 140px; } }
    @media (min-width: 64rem) {
      .about-jobs .jobs-page-new .jobs-workplace .card {
        min-height: 180px; } }
  .about-jobs .jobs-page-new .jobs-workplace .workplace-bg {
    height: 210px;
    right: 0px;
    top: -150px;
    width: 240px; }
    @media (min-width: 52rem) {
      .about-jobs .jobs-page-new .jobs-workplace .workplace-bg {
        height: 360px;
        right: -20px;
        top: -250px;
        width: 350px; } }
    @media (min-width: 64rem) {
      .about-jobs .jobs-page-new .jobs-workplace .workplace-bg {
        width: 420px; } }

@keyframes rotate-arrow {
  0% {
    opacity: 0;
    height: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1;
    height: auto; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .about-jobs summary:after {
      transition: none; }
    .about-jobs details[aria-expanded="true"] summary ~ * {
      animation: none; } } }

_::-webkit-:host:not(:root:root), .about-jobs summary:after {
  transition: none; }

_::-webkit-:host:not(:root:root), .about-jobs details[aria-expanded="true"] summary ~ * {
  animation: none; }

_::-webkit-:not(:root:root), .about-jobs summary:after {
  transition: none; }

_::-webkit-:not(:root:root), .about-jobs details[aria-expanded="true"] summary ~ * {
  animation: none; }

.legal {
  background: #f4f4f4 !important; }
  .legal .card {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px; }
    @media (min-width: 40rem) {
      .legal .card {
        border-radius: 3px;
        margin-left: 0;
        margin-right: 0; } }
  .legal .container {
    margin: 0px 16px; }
    @media (min-width: 40rem) {
      .legal .container {
        margin: 0px 16px; } }
    @media (min-width: 52rem) {
      .legal .container {
        margin: 0px 20px; } }
    @media (min-width: 70rem) {
      .legal .container {
        margin: 0px auto; } }
  .legal .page-intro__title {
    display: inline-block !important; }
    @media (min-width: 40rem) {
      .legal .page-intro__title {
        margin-bottom: 1.5rem !important; } }
  .legal .page__content h2 {
    color: #0f65ef;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .legal .page__content h3 {
    color: #0f65ef;
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2rem; }
  .legal .page__content .legal-rights h2, .legal .page__content .legal-rights h3 {
    margin: 1.5rem 0; }
  .legal .page__content .legal-rights h3 {
    color: initial;
    font-size: initial;
    text-transform: none; }
  .legal .page__content h4 {
    margin-bottom: 1.5rem;
    font-weight: bold; }
  .legal .page__content ol {
    padding-left: 16px; }
    @media (min-width: 52rem) {
      .legal .page__content ol {
        padding-left: 2rem; } }
  .legal .page__content ol,
  .legal .page__content p:not(:last-child),
  .legal .page__content ul {
    margin-bottom: 1.5rem; }
  .legal table tbody th, .legal table tbody td {
    font-weight: normal;
    vertical-align: top; }
  .legal.about-useragreement h4 {
    font-size: inherit;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: 2rem; }

@media (min-width: 52rem) {
  .profile {
    padding-top: 276px; } }

.profile .instagram-media {
  margin-bottom: 0 !important; }

.instagram-img {
  list-style: none; }
  .instagram-img:nth-child(odd) {
    margin-right: 1px;
    margin-left: -1px; }
  .instagram-img img {
    margin-bottom: 1px;
    width: 100%; }

.office-img {
  list-style: none; }
  .office-img:nth-child(odd) {
    margin-right: 1px;
    margin-left: -1px; }
  .office-img img {
    margin-bottom: 1px;
    width: 100%; }

.about-contact .page-intro-background {
  background-image: url(../../images/about/contact/contact-banner.jpg);
  background-position: center;
  display: none; }
  @media (min-width: 40rem) {
    .about-contact .page-intro-background {
      display: inline-block; } }

.about-contact .page-intro__title {
  display: none; }
  @media (min-width: 40rem) {
    .about-contact .page-intro__title {
      display: inline-block; } }

@media (min-width: 52rem) {
  .about-contact .map {
    padding-top: 276px; } }

.contact-list__block .contact-list__block-title {
  color: #0f65ef;
  background: none;
  border: none;
  padding: 0; }

.contact-list__block .contact-list__block-link {
  cursor: pointer; }

.contact-list__block:hover h2 {
  color: #048; }

.contact-list__block:hover button {
  color: #048; }

.contact-form .loader {
  display: none; }

.contact-form .loader.contact-form-loading {
  display: block; }

.modal__close {
  background: none;
  margin: -1.5rem -1.5rem 0 0;
  position: relative;
  z-index: 2;
  border: none;
  -webkit-appearance: none; }

.form-error-text {
  color: #e32; }

@keyframes loader1 {
  0% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(380deg); } }

@keyframes loader2 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(380deg); } }

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1); } }

.loader {
  position: relative;
  border-radius: 50%;
  height: 40px;
  margin: 45px auto 0;
  vertical-align: middle;
  width: 40px;
  z-index: 9999;
  animation: loader1 1s infinite linear;
  -webkit-animation: loader1 1s infinite linear; }
  .loader:before, .loader:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background-color: #e32;
    top: 5%;
    left: 0;
    border-radius: 50%; }
  .loader:before {
    left: -6%;
    animation: loader2 1s infinite alternate ease-in-out;
    -webkit-animation: loader2 1s infinite alternate ease-in-out;
    transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%; }
  .loader:after {
    left: auto;
    right: -6%;
    animation: loader2 1s 1s infinite alternate ease-in-out;
    -webkit-animation: loader2 1s 1s infinite alternate ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 90% 50%;
    -webkit-transform-origin: 90% 50%; }
