@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
menu,
nav,
section,
summary {
  display: block;
}
img,
table {
  max-width: 100%;
}
fieldset,
img,
legend {
  border: 0;
}
.u-reset,
fieldset,
legend,
td,
th {
  padding: 0;
}
.Grid,
.u-reset,
body,
fieldset,
figure,
legend {
  margin: 0;
}
.icon,
button,
select {
  text-transform: none;
}
.Button,
.Button:focus,
a:active,
a:hover {
  outline: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ngdialog,
.ngdialog-overlay {
  position: fixed;
  right: 0;
  left: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.ngdialog,
body,
div,
footer,
li,
p {
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: Oswald, Helvetica, sans-serif;
}
body {
  font: 400 100%/1.5 Oswald, Helvetica, sans-serif;
  color: #014996;
  min-width: 320px;
}
li,
p,
span {
  font-size: 1.6rem;
}
.u-reset {
  list-style: none;
}
.Element--input {
  box-shadow: none;
  text-overflow: ellipsis;
  -webkit-transition: box-shadow 0.21s ease-out;
  transition: box-shadow 0.21s ease-out;
}
.Element--input:hover {
  box-shadow: inset 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
}
.Element--input:active,
.Element--input:focus {
  box-shadow: inset 0.1rem 0.21rem 0.5rem rgba(0, 0, 0, 0.25);
}
.Wrapper {
  min-width: 29rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
  width: auto;
}
@media (min-width: 62em) {
  .Wrapper {
    padding: 0;
  }
}
.ng-hide {
  display: none;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 5rem 2rem 0;
  z-index: 10000;
  top: 0;
  bottom: 0;
}
@media (min-width: 40em) {
  .ngdialog {
    padding: 16rem 0;
  }
}
.ngdialog *,
.ngdialog :after,
.ngdialog :before {
  box-sizing: inherit;
}
.Button,
.Grid-cell {
  box-sizing: border-box;
}
.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog-content:after,
.ngdialog-content:before {
  right: -30px;
  content: "";
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  width: 90%;
}
@media (min-width: 40em) and (max-width: 61.999em) {
  .ngdialog-content {
    max-width: 440px;
  }
}
.ngdialog-content:before {
  background: 0 0;
  border-bottom: 30px solid #fff;
  border-right: 30px solid transparent;
  height: 0;
  position: absolute;
  top: 0;
}
.ngdialog-content:after {
  background: #fff;
  bottom: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.ngdialog--secondary .ngdialog-content {
  color: #fff;
}
.ngdialog--secondary .ngdialog-content,
.ngdialog--secondary .ngdialog-content:after {
  background-color: #29293c;
}
.ngdialog--secondary .ngdialog-content:before {
  border-bottom-color: #29293c;
}
@media (min-width: 62em) {
  .ngdialog-content {
    max-width: 680px;
    padding: 4rem;
  }
  .ngdialog--small .ngdialog-content {
    max-width: 440px;
  }
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: -2.2rem;
  top: -3.4rem;
}
.ngdialog-close:before {
  background: #09b7c9;
  border-radius: 50%;
  color: #fff;
  content: "\00D7";
  cursor: pointer;
  font-size: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 4rem;
}
.ngdialog-close:active:before,
.ngdialog-close:focus:before,
.ngdialog-close:hover:before {
  background-color: #ee2751;
}
body.ngdialog-open {
  overflow: hidden;
}
.ngdialog-open .Site {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  overflow: visible;
}
.Media-content,
.Site {
  overflow: hidden;
}
.ngdialog-open .Site .Account-sidebar {
  position: static;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons/icons-f571a1383544bb587033865ca4bbe95f.eot);
  src: url(../fonts/icons/icons-f571a1383544bb587033865ca4bbe95f.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/icons/icons-f571a1383544bb587033865ca4bbe95f.woff)
      format("woff"),
    url(../fonts/icons/icons-f571a1383544bb587033865ca4bbe95f.ttf)
      format("truetype"),
    url(../fonts/icons/icons-f571a1383544bb587033865ca4bbe95f.svg?#icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Button,
.Button:active,
.Button:focus,
.Button:hover {
  text-decoration: none;
}
.Button--primary,
.Footer-slogan,
.Mission-caption,
.Nav-link,
.Section-title,
.u-text--caps {
  text-transform: uppercase;
}
.icon--add:before {
  content: "";
}
.icon--bell:before {
  content: "";
}
.icon--share:before {
  content: "";
}
.icon--arrow-left:before {
  content: "";
}
.icon--arrow-right:before {
  content: "";
}
.icon--ask:before {
  content: "";
}
.icon--chart:before {
  content: "";
}
.icon--clock:before {
  content: "";
}
.icon--correct:before {
  content: "";
}
.icon--false:before {
  content: "";
}
.icon--left:before {
  content: "";
}
.icon--medical:before {
  content: "";
}
.icon--mobile-phone:before {
  content: "";
}
.icon--mobile:before {
  content: "";
}
.icon--notification:before {
  content: "";
}
.icon--right:before {
  content: "";
}
.icon--search-circled:before {
  content: "";
}
.icon--search:before {
  content: "";
}
.icon--slider-in:before {
  content: "";
}
.icon--social-fb-active:before {
  content: "";
}
.icon--social-fb-c:before {
  content: "";
}
.icon--social-fb:before {
  content: "";
}
.icon--social-gplus-active:before {
  content: "";
}
.icon--social-gplus-circled:before {
  content: "";
}
.icon--social-gplus:before {
  content: "";
}
.icon--stats:before {
  content: "";
}
.icon--test-list-circled:before {
  content: "";
}
.icon--test-list-in:before {
  content: "";
}
.icon--test-list:before {
  content: "";
}
.icon--test-slider-circled:before {
  content: "";
}
.icon--test-slider:before {
  content: "";
}
.icon--true:before {
  content: "";
}
.icon--user-add:before {
  content: "";
}
.icon--user-circled:before {
  content: "";
}
.icon--user:before {
  content: "";
}
.icon--user1:before {
  content: "";
}
.icon--user2:before {
  content: "";
}
.Grid {
  display: block;
  font-size: 0;
  padding: 0;
  text-align: left;
}
.Grid--alignCenter {
  text-align: center;
}
.Grid--alignRight {
  text-align: right;
}
.Button,
.Cookie-close,
.Media-icon,
.Nav-items {
  text-align: center;
}
.Grid--alignMiddle > .Grid-cell {
  vertical-align: middle;
}
.Grid--alignBottom > .Grid-cell {
  vertical-align: bottom;
}
.Grid--withGutter {
  margin: 0 calc(-0.5 * 3rem);
}
.Grid--withGutter > .Grid-cell {
  padding: 0 calc(0.5 * 2rem);
}
.Grid--equalHeight {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 40em) and (max-width: 61.999em) {
  .Grid-md--equalHeight {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 62em) {
  .Grid-lg--equalHeight {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.Alignment-content,
.Button,
.Grid-cell {
  display: inline-block;
}
.Grid-cell {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.Grid-cell--center {
  display: block;
  margin: 0 auto;
}
.Media {
  position: relative;
}
.Media-object {
  float: left;
}
.Media-object img {
  display: block;
}
.Media-icon {
  color: #cfcfd3;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: -1.5rem;
  position: absolute;
  top: 50%;
  width: 2rem;
  z-index: 3;
}
.Media-icon--left {
  left: 0;
  margin-left: 2.5rem;
}
.Media-icon--right {
  right: 0;
  margin-right: 2.5rem;
}
.Button {
  -webkit-appearance: none;
  background: 0 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  padding: 0.4em 0.75em;
  position: relative;
  -webkit-transition: background 0.21s ease-out;
  transition: background 0.21s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}
.Button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Caret--left,
.Caret--right {
  border-bottom: 0.7rem solid transparent;
  border-top: 0.7rem solid transparent;
  top: -1px;
  vertical-align: middle;
  position: relative;
}
.Button.is-disabled,
.Button:disabled {
  cursor: default;
  opacity: 0.6;
}
.Button--primary {
  background-color: #014996;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 100;
  padding: 1rem 2rem;
  vertical-align: middle;
}
.Button--primary:hover {
  background-color: #cc9d61;
}
.Button--primary:active,
.Button--primary:focus {
  background-color: #bd853d;
}
.Alignment--vertical:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.Alignment-content {
  vertical-align: middle;
  width: 99%;
}
.Cookie,
.is-hidden {
  display: none;
}
.Site {
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease-out, margin-left 0.3s ease-out,
    filter 0.3s ease-out, margin-left 0.3s ease-out;
  transition: filter 0.3s ease-out, margin-left 0.3s ease-out;
  width: 100%;
}
.Site.is-sidebarOpen {
  margin-left: -280px;
  overflow: visible;
}
.Cookie {
  background: #00aeeb;
  color: #fff;
  padding: 0.25rem 1rem;
}
.Cookie-text {
  padding-right: 2rem;
}
.Cookie-close {
  background: #fff;
  border-radius: 50%;
  color: #00aeeb;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  height: 2rem;
  margin: 1.5rem 2rem 0 0;
  line-height: 2rem;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2rem;
}
@media (min-width: 62em) {
  .Cookie-text {
    padding-left: 4rem;
    padding-right: 8rem;
  }
  .Cookie-close {
    margin-right: 5rem;
  }
}
.Caret--left {
  border-right: 0.7rem solid;
  margin-right: 2rem;
}
.Caret--right {
  border-left: 0.7rem solid;
  margin-left: 2rem;
}
.Nav {
  border-bottom: 2px solid #014996;
}
.Nav-items {
  margin: 0;
  padding: 0;
}
.Nav-item {
  display: none;
  padding: 3rem 0 1.5rem;
  width: 10%;
}
.Nav-item:first-child {
  padding-left: 0;
}
.Nav-item:last-child {
  padding-right: 0;
}
.Nav-item--nav {
  display: inline-block;
}
@media (min-width: 40em) {
  .Nav-item {
    display: inline-block;
    text-align: left;
  }
  .Nav-item--nav {
    display: none;
  }
}
.Nav-item--logo {
  display: inline-block;
  text-align: center;
  width: 80%;
}
@media (max-width: 39.999em) {
  .Nav-item--logo {
    margin: 0 auto;
    max-width: 220px;
  }
}
@media (min-width: 40em) {
  .Nav-item--logo {
    padding: 0 10%;
    vertical-align: top;
    width: 40%;
  }
}
.Logo-image,
.u-valign--middle {
  vertical-align: middle;
}
.Nav-item--logo ~ .Nav-item {
  text-align: right;
}
.Nav-link {
  color: #014996;
  font-size: 1.4rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.Nav-link:hover {
  color: #cc9d61;
}
.Logo {
  display: block;
  margin: -2rem 0 0;
  position: relative;
  max-width: 220px;
  width: 100%;
}
.Logo-inner,
.Site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.Logo-inner {
  background: #014996;
  color: #fff;
  font-size: 2rem;
  height: 11rem;
  line-height: 8rem;
  margin: 0;
  padding: 2rem 0;
}
.Logo-image {
  display: inline-block;
  max-height: 80%;
  max-width: 80%;
}
.Section {
  padding: 1rem;
  text-align: center;
}
.Section-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 4rem 0 5rem;
}
.Section--mission {
  background: url(/static/images/mission/mission-blur.jpg) center center
    no-repeat;
  background-size: cover;
  padding: 0;
}
.Section--mission .Wrapper {
  height: 88vh;
}
.Mission-caption {
  font-size: 4vh;
  font-weight: 200;
  letter-spacing: 0.05em;
  margin: 4rem auto;
  max-width: 62rem;
}
@media (min-width: 40em) {
  .Section--missionInner {
    background: url(/static/images/mission/mission-bg.jpg) center center
      no-repeat;
    background-size: cover;
  }
  .Mission-caption {
    font-size: 8vh;
  }
}
.Section--about {
  padding-bottom: 8rem;
}
@media (min-width: 62em) {
  .Section--about {
    background: url(/static/images/about/about-bg.png) center top no-repeat;
    margin-bottom: -1.6rem;
    margin-top: -1.6rem;
    padding: 2.6rem 0 27rem;
    position: relative;
  }
}
.About-desc {
  font-weight: 200;
  padding: 0 1rem 0 0;
  text-align: justify;
}
@media (min-width: 40em) and (max-width: 61.999em) {
  .About-desc {
    max-width: 60vw;
    margin: 0 auto;
  }
}
.About-desc p:first-child {
  margin-top: 0;
  letter-spacing: 0.03em;
}
.About-image {
  margin-top: 0.75rem;
}
.About-image--top {
  margin-top: -3rem;
  max-width: 80%;
}
.About-buttonContainer {
  margin: 3rem 0;
  text-align: center;
}
.Section--values {
  background: url(/static/images/values/values-mobile.jpg) center center
    no-repeat;
  background-size: cover;
  color: #fff;
}
.Values-items {
  margin: 10rem 0 20rem;
}
.Value {
  border: 2px solid #fff;
  height: 22rem;
  margin: 1.5rem 0;
  padding: 1rem;
  text-align: center;
}
.Value-text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.864;
  padding: 0 2rem;
}
.Contact-info,
.Footer-slogan,
.Offer-desc,
.Offer-no {
  letter-spacing: 0.05em;
}
@media (min-width: 62em) {
  .Section--values {
    background-image: url(/static/images/values/values-bg.jpg);
  }
  .Section--offer {
    background: url(/static/images/offer/offer-bg.png) center top no-repeat;
    margin-top: -1.6rem;
    padding-top: 2.6rem;
  }
}
.Offer {
  margin: 4rem 0;
}
.Offer-image {
  display: block;
  margin: 3rem auto;
  max-width: 70vw;
}
.Offer-no {
  display: inline-block;
  font-size: 8rem;
  font-weight: 100;
  line-height: 1;
  width: 11rem;
}
.Offer-desc {
  font-size: 1.8rem;
  font-weight: 100;
  margin: 0;
}
.Section--gallery {
  padding-bottom: 0;
}
.Gallery-photo {
  display: block;
}
.u-sizeFill,
.u-sizeFit,
.u-sizeFitAlt {
  display: block !important;
  width: auto !important;
}
.Section--contact {
  background: #014996;
  color: #fff;
  padding-bottom: 10rem;
}
.Contact-info {
  font-weight: 100;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 62em) {
  .Offer-image {
    margin-left: 0;
  }
  .Contact-info {
    text-align: left;
  }
}
.Section--footer {
  background: url(/static/images/footer/footer-blur.jpg) center center no-repeat;
  background-size: cover;
  padding: 0;
}
.Section--footerInner {
  padding: 1rem;
}
@media (min-width: 40em) {
  .Offer-desc {
    font-size: 2.4rem;
  }
  .Section--footerInner {
    background: url(/static/images/footer/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 65rem;
  }
}
.Footer-slogan {
  font-size: 3.6rem;
  font-weight: 200;
  margin: 8rem auto;
  max-width: 62rem;
}
.u-sizeFit,
.u-sizeFitAlt {
  float: left !important;
}
.u-sizeFitAlt {
  float: right !important;
}
.u-sizeFill {
  overflow: hidden !important;
}
.u-sizeFillAlt {
  display: table-cell !important;
  max-width: 100% !important;
  width: 10000px !important;
}
.u-sizeFull {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
}
.u-size1of12 {
  width: calc(100% * 1 / 12) !important;
}
.u-size15of12 {
  width: calc(100% * 1.5 / 12) !important;
}
.u-size1of10 {
  width: 10% !important;
}
.u-size1of8 {
  width: 12.5% !important;
}
.u-size1of6,
.u-size2of12 {
  width: calc(100% * 1 / 6) !important;
}
.u-size1of5,
.u-size2of10 {
  width: 20% !important;
}
.u-size1of4,
.u-size2of8,
.u-size3of12 {
  width: 25% !important;
}
.u-size3of10 {
  width: 30% !important;
}
.u-size1of3,
.u-size2of6,
.u-size4of12 {
  width: calc(100% * 1 / 3) !important;
}
.u-size3of8 {
  width: 37.5% !important;
}
.u-size2of5,
.u-size4of10 {
  width: 40% !important;
}
.u-size5of12 {
  width: calc(100% * 5 / 12) !important;
}
.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
  width: 50% !important;
}
.u-size7of12 {
  width: calc(100% * 7 / 12) !important;
}
.u-size3of5,
.u-size6of10 {
  width: 60% !important;
}
.u-size5of8 {
  width: 62.5% !important;
}
.u-size2of3,
.u-size4of6,
.u-size8of12 {
  width: calc(100% * 2 / 3) !important;
}
.u-size7of10 {
  width: 70% !important;
}
.u-size3of4,
.u-size6of8,
.u-size9of12 {
  width: 75% !important;
}
.u-size4of5,
.u-size8of10 {
  width: 80% !important;
}
.u-size10of12,
.u-size5of6 {
  width: calc(100% * 5 / 6) !important;
}
.u-size7of8 {
  width: 87.5% !important;
}
.u-size9of10 {
  width: 90% !important;
}
.u-size11of12 {
  width: calc(100% * 11 / 12) !important;
}
@media (max-width: 39.999em) {
  .u-sm-none {
    display: none;
  }
  .u-sm-sizeFit,
  .u-sm-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }
  .u-sm-sizeFitAlt {
    float: right !important;
  }
  .u-sm-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }
  .u-sm-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }
  .u-sm-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }
  .u-sm-size1of12 {
    width: calc(100% * 1 / 12) !important;
  }
  .u-sm-size1of10 {
    width: 10% !important;
  }
  .u-sm-size1of8 {
    width: 12.5% !important;
  }
  .u-sm-size1of6,
  .u-sm-size2of12 {
    width: calc(100% * 1 / 6) !important;
  }
  .u-sm-size1of5,
  .u-sm-size2of10 {
    width: 20% !important;
  }
  .u-sm-size1of4,
  .u-sm-size2of8,
  .u-sm-size3of12 {
    width: 25% !important;
  }
  .u-sm-size3of10 {
    width: 30% !important;
  }
  .u-sm-size1of3,
  .u-sm-size2of6,
  .u-sm-size4of12 {
    width: calc(100% * 1 / 3) !important;
  }
  .u-sm-size3of8 {
    width: 37.5% !important;
  }
  .u-sm-size2of5,
  .u-sm-size4of10 {
    width: 40% !important;
  }
  .u-sm-size5of12 {
    width: calc(100% * 5 / 12) !important;
  }
  .u-sm-size1of2,
  .u-sm-size2of4,
  .u-sm-size3of6,
  .u-sm-size4of8,
  .u-sm-size5of10,
  .u-sm-size6of12 {
    width: 50% !important;
  }
  .u-sm-size7of12 {
    width: calc(100% * 7 / 12) !important;
  }
  .u-sm-size3of5,
  .u-sm-size6of10 {
    width: 60% !important;
  }
  .u-sm-size5of8 {
    width: 62.5% !important;
  }
  .u-sm-size2of3,
  .u-sm-size4of6,
  .u-sm-size8of12 {
    width: calc(100% * 2 / 3) !important;
  }
  .u-sm-size7of10 {
    width: 70% !important;
  }
  .u-sm-size3of4,
  .u-sm-size6of8,
  .u-sm-size9of12 {
    width: 75% !important;
  }
  .u-sm-size4of5,
  .u-sm-size8of10 {
    width: 80% !important;
  }
  .u-sm-size10of12,
  .u-sm-size5of6 {
    width: calc(100% * 5 / 6) !important;
  }
  .u-sm-size7of8 {
    width: 87.5% !important;
  }
  .u-sm-size9of10 {
    width: 90% !important;
  }
  .u-sm-size11of12 {
    width: calc(100% * 11 / 12) !important;
  }
}
@media (min-width: 40em) and (max-width: 61.999em) {
  .u-md-none {
    display: none;
  }
  .u-md-sizeFit,
  .u-md-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }
  .u-md-sizeFitAlt {
    float: right !important;
  }
  .u-md-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }
  .u-md-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }
  .u-md-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }
  .u-md-size1of12 {
    width: calc(100% * 1 / 12) !important;
  }
  .u-md-size1of10 {
    width: 10% !important;
  }
  .u-md-size1of8 {
    width: 12.5% !important;
  }
  .u-md-size1of6,
  .u-md-size2of12 {
    width: calc(100% * 1 / 6) !important;
  }
  .u-md-size1of5,
  .u-md-size2of10 {
    width: 20% !important;
  }
  .u-md-size1of4,
  .u-md-size2of8,
  .u-md-size3of12 {
    width: 25% !important;
  }
  .u-md-size3of10 {
    width: 30% !important;
  }
  .u-md-size1of3,
  .u-md-size2of6,
  .u-md-size4of12 {
    width: calc(100% * 1 / 3) !important;
  }
  .u-md-size3of8 {
    width: 37.5% !important;
  }
  .u-md-size2of5,
  .u-md-size4of10 {
    width: 40% !important;
  }
  .u-md-size5of12 {
    width: calc(100% * 5 / 12) !important;
  }
  .u-md-size1of2,
  .u-md-size2of4,
  .u-md-size3of6,
  .u-md-size4of8,
  .u-md-size5of10,
  .u-md-size6of12 {
    width: 50% !important;
  }
  .u-md-size7of12 {
    width: calc(100% * 7 / 12) !important;
  }
  .u-md-size3of5,
  .u-md-size6of10 {
    width: 60% !important;
  }
  .u-md-size5of8 {
    width: 62.5% !important;
  }
  .u-md-size2of3,
  .u-md-size4of6,
  .u-md-size8of12 {
    width: calc(100% * 2 / 3) !important;
  }
  .u-md-size7of10 {
    width: 70% !important;
  }
  .u-md-size3of4,
  .u-md-size6of8,
  .u-md-size9of12 {
    width: 75% !important;
  }
  .u-md-size4of5,
  .u-md-size8of10 {
    width: 80% !important;
  }
  .u-md-size10of12,
  .u-md-size5of6 {
    width: calc(100% * 5 / 6) !important;
  }
  .u-md-size7of8 {
    width: 87.5% !important;
  }
  .u-md-size9of10 {
    width: 90% !important;
  }
  .u-md-size11of12 {
    width: calc(100% * 11 / 12) !important;
  }
}
@media (min-width: 62em) {
  .u-lg-none {
    display: none;
  }
  .u-lg-sizeFit,
  .u-lg-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }
  .u-lg-sizeFitAlt {
    float: right !important;
  }
  .u-lg-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }
  .u-lg-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }
  .u-lg-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }
  .u-lg-size05of12 {
    width: calc(100% * 0.5 / 12) !important;
  }
  .u-lg-size1of12 {
    width: calc(100% * 1 / 12) !important;
  }
  .u-lg-size15of12 {
    width: calc(100% * 1.5 / 12) !important;
  }
  .u-lg-size1of10 {
    width: 10% !important;
  }
  .u-lg-size1of8 {
    width: 12.5% !important;
  }
  .u-lg-size1of6,
  .u-lg-size2of12 {
    width: calc(100% * 1 / 6) !important;
  }
  .u-lg-size1of5,
  .u-lg-size2of10 {
    width: 20% !important;
  }
  .u-lg-size1of4,
  .u-lg-size2of8,
  .u-lg-size3of12 {
    width: 25% !important;
  }
  .u-lg-size3of10 {
    width: 30% !important;
  }
  .u-lg-size1of3,
  .u-lg-size2of6,
  .u-lg-size4of12 {
    width: calc(100% * 1 / 3) !important;
  }
  .u-lg-size3of8 {
    width: 37.5% !important;
  }
  .u-lg-size2of5,
  .u-lg-size4of10 {
    width: 40% !important;
  }
  .u-lg-size5of12 {
    width: calc(100% * 5 / 12) !important;
  }
  .u-lg-size1of2,
  .u-lg-size2of4,
  .u-lg-size3of6,
  .u-lg-size4of8,
  .u-lg-size5of10,
  .u-lg-size6of12 {
    width: 50% !important;
  }
  .u-lg-size7of12 {
    width: calc(100% * 7 / 12) !important;
  }
  .u-lg-size3of5,
  .u-lg-size6of10 {
    width: 60% !important;
  }
  .u-lg-size5of8 {
    width: 62.5% !important;
  }
  .u-lg-size2of3,
  .u-lg-size4of6,
  .u-lg-size8of12 {
    width: calc(100% * 2 / 3) !important;
  }
  .u-lg-size7of10 {
    width: 70% !important;
  }
  .u-lg-size3of4,
  .u-lg-size6of8,
  .u-lg-size9of12 {
    width: 75% !important;
  }
  .u-lg-size4of5,
  .u-lg-size8of10 {
    width: 80% !important;
  }
  .u-lg-size10of12,
  .u-lg-size5of6 {
    width: calc(100% * 5 / 6) !important;
  }
  .u-lg-size7of8 {
    width: 87.5% !important;
  }
  .u-lg-size9of10 {
    width: 90% !important;
  }
  .u-lg-size11of12 {
    width: calc(100% * 11 / 12) !important;
  }
  .u-lg-size1of11 {
    width: calc(100% * 1 / 11) !important;
  }
  .u-lg-size5of11 {
    width: calc(100% * 5 / 11) !important;
  }
  .u-lg--left {
    float: left;
  }
}
.u-margin--vertical {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.u-text--center {
  text-align: center;
}
.u-text--right {
  text-align: right;
}
.u-text--none {
  text-transform: none;
}
.u-color--secondary {
  color: #888;
}
.u-color--light {
  color: #fff;
}
.u-color--wrong {
  color: #df0b01;
}
.u-color--correct {
  color: #95d10e;
}
.u-color--special {
  color: #09b7c9;
}
.u-valign--top {
  vertical-align: top;
}
.u-valign-middle,
.u-valign:before {
  vertical-align: middle;
  display: inline-block;
}
.u-display--inline-block {
  display: inline-block;
}
.u-height--full {
  height: 100%;
}
.u-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.u-valign:before {
  content: "";
  height: 100%;
  margin-right: -0.25em;
}
.u-valign-middle {
  width: 99%;
}
.u-valign-bottom {
  display: inline-block;
  vertical-align: bottom;
}
.Caret--left,
.Caret--right,
.caret-base {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.u-margin--top {
  margin-top: 2rem;
}
.u-small--50 {
  font-size: 50%;
}
