.button,
.hero__link,
.hero__cta-item a,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
.hero__link,
.hero__cta-item a,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 8px 30px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  background-color: #1764e2;
  box-shadow: 0 0 8px 0 rgba(69, 73, 91, 0.2);
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  transition: box-shadow 0.2s, background-color 0.2s;
}

.button::-moz-focus-inner,
.hero__link::-moz-focus-inner,
.hero__cta-item a::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
.hero__link:-moz-focusring,
.hero__cta-item a:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
.hero__link:hover,
.hero__cta-item a:hover,
.hero__link:focus,
.hero__cta-item a:focus,
.hero__link:active,
.hero__cta-item a:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #fff;
  background-color: #2972e9;
  box-shadow: 0 8px 9px 0 rgba(69, 73, 91, 0.2);
  transition: box-shadow 0.2s, background-color 0.2s;
}

.button[disabled], .hero__link[disabled], .hero__cta-item a[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #ccc;
}

.button[disabled]:hover, .hero__link[disabled]:hover, .hero__cta-item a[disabled]:hover,
button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'], .button[disabled]:focus, .hero__link[disabled]:focus, .hero__cta-item a[disabled]:focus,
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'], .button[disabled]:active, .hero__link[disabled]:active, .hero__cta-item a[disabled]:active,
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  color: #ccc;
}

.button--secondary {
  background-color: #173353;
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  background-color: #1d3f67;
}

.button--negative {
  background-color: #fff;
  color: #173353;
}

.button--negative:hover, .button--negative:focus, .button--negative:active {
  background-color: #173353;
}

.hero {
  position: relative;
  background-color: #fff;
}

@media (min-width: 50em) {
  .hero {
    overflow: hidden;
  }
}

@media (min-height: 500px) and (max-height: 1080px) and (min-width: 800px) and (max-width: 1600px) {
  .hero {
    min-height: 985px;
  }
}

.hero--event-landing {
  position: relative;
  height: 100vh;
}

@media (min-height: 500px) and (max-height: 1080px) and (min-width: 800px) and (max-width: 1600px) {
  .hero--event-landing {
    height: auto;
  }
}

.hero__image {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-color: #173353;
}

@media (min-width: 40em) {
  .hero__image {
    height: 100vh;
  }
}

.ie .hero__image {
  background-color: #0b84e8;
}

.hero__image img {
  min-height: 70vh;
  -webkit-filter: grayscale(0.9) contrast(1) brightness(1.1);
          filter: grayscale(0.9) contrast(1) brightness(1.1);
}

.hero__image--event img {
  height: 90vh;
}

@media (min-width: 40em) {
  .hero__image--event img {
    height: 100vh;
  }
}

.hero__image--event img,
.hero__image img {
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 40em) {
  .hero__image--event img,
  .hero__image img {
    min-height: 100vh;
  }
}

.hero__image--event::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 40vh;
  background: linear-gradient(to bottom, #130621 0%, rgba(19, 6, 33, 0) 100%);
  opacity: .5;
}

.hero__overlay,
.hero__overlay--gradient,
.hero__overlay--green,
.hero__overlay--grey {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: 2;
}

@media (min-width: 40em) {
  .hero__overlay,
  .hero__overlay--gradient,
  .hero__overlay--green,
  .hero__overlay--grey {
    height: 100vh;
  }
}

.hero__overlay--gradient {
  opacity: .5;
  background: #1764e2;
  background-image: linear-gradient(-270deg, #4369ea 0%, #2038d0 98%);
}

.ie .hero__overlay--gradient {
  background: #0b84e8;
  background-image: none;
}

.hero__overlay--green {
  opacity: .47;
  mix-blend-mode: overlay;
  background: #147792;
}

.ie .hero__overlay--green {
  background: unset;
}

.hero__overlay--grey {
  opacity: .66;
  mix-blend-mode: overlay;
  background: #9fb7b7;
}

.ie .hero__overlay--grey {
  background: unset;
}

.hero__content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1170px;
  height: calc(69vh - 4.1rem);
  margin: 0 auto;
  padding: 1rem 10px;
  z-index: 1;
  text-align: center;
  color: #fff;
}

@media (min-width: 50em) {
  .hero__content {
    height: auto;
    -webkit-box-align: left;
            align-items: left;
    text-align: left;
    padding-top: calc(.1 * calc(100vh - 400px));
  }
}

@media (min-width: 75em) {
  .hero__content {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.hero__content--annual-report {
  position: relative;
}

.hero__title {
  font-size: 1.35rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  text-shadow: 0 0 40px rgba(14, 50, 90, 0.6);
  margin-top: 1.75rem;
  margin-bottom: .5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 30rem) {
  .hero__title {
    font-size: calc(1.35rem + 1.15 * (100vw - 30rem) / 45);
  }
}

@media screen and (min-width: 75rem) {
  .hero__title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 30rem) {
  .hero__title {
    line-height: calc(2rem + 0.6 * (100vw - 30rem) / 45);
  }
}

@media screen and (min-width: 75rem) {
  .hero__title {
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 30rem) {
  .hero__title {
    margin-bottom: calc(0.25rem + 0.4 * (100vw - 30rem) / 45);
  }
}

@media screen and (min-width: 75rem) {
  .hero__title {
    margin-bottom: 0.65rem;
  }
}

@media (min-width: 40em) {
  .hero__title {
    max-width: 80vw;
  }
}

@media (min-width: 50em) {
  .hero__title {
    max-width: 70%;
  }
}

@media (orientation: landscape) and (min-width: 50em) and (max-width: 74.9375em) {
  .hero__title {
    max-width: 90vw;
  }
}

.hero__subtitle {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0.04rem;
  text-shadow: 0 0 40px rgba(14, 50, 90, 0.6);
}

@media screen and (min-width: 30rem) {
  .hero__subtitle {
    font-size: calc(1rem + 0.2 * (100vw - 30rem) / 45);
  }
}

@media screen and (min-width: 75rem) {
  .hero__subtitle {
    font-size: 1.2rem;
  }
}

@media (min-width: 40em) {
  .hero__subtitle {
    max-width: 70%;
    line-height: 1.8rem;
  }
}

@media (orientation: landscape) and (min-width: 50em) and (max-width: 74.9375em) {
  .hero__subtitle {
    max-width: 90vw;
  }
}

.hero__link {
  margin-top: .5rem;
  margin-bottom: .25rem;
  flex-basis: auto;
}

@media (min-width: 50em) {
  .hero__link {
    margin-top: 1rem;
  }
}

@media (min-width: 55.5em) {
  .hero__link {
    margin-top: 1.5rem;
  }
}

@media (orientation: landscape) and (min-width: 50em) and (max-width: 74.9375em) {
  .hero__link {
    margin-top: 1rem;
  }
}

.hero__wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.hero__cta {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.hero__cta-item {
  display: inline-block;
  margin: .25rem;
}

@media (min-width: 50em) {
  .hero__cta-item {
    margin: .5rem 1rem;
  }
}

.hero__cta-item a {
  color: #fff;
}

.hero__text {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #173353;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: .08rem;
}

@media (min-width: 40em) {
  .hero__text {
    font-size: 0.65rem;
    line-height: 1.2rem;
  }
}

@media (min-width: 50em) {
  .hero__text {
    font-size: 0.75rem;
  }
}

.hero__text p {
  margin: .5rem 0;
}

@media (min-width: 33.125em) {
  .hero__text p {
    margin: 1rem 0;
  }
}

.hero__text-content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 1px 1rem;
}
