@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html,
* {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.reveal-on-enter {
  opacity: 0;
}
button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 0;
}
button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  border: none;
}
button:focus,
button:active {
  background-color: inherit;
  color: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
fieldset {
  margin-bottom: 10px;
}
label {
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  display: block;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  transition: background 0.22s ease-out, border 0.22s ease-out,
    color 0.22s ease-out;
  background: #fff;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  font-size: 14px;
  border: 1px solid #121212;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #00a4b0;
  color: #fff;
}
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
input[type="file"].error,
textarea.error,
select.error {
  border: 1px solid #121212;
  color: #121212;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled,
textarea:disabled,
select:disabled {
  border: 1px solid #ccc;
  color: #ccc;
  pointer-events: none;
}
input[type="text"]:disabled:focus,
input[type="password"]:disabled:focus,
input[type="datetime"]:disabled:focus,
input[type="datetime-local"]:disabled:focus,
input[type="date"]:disabled:focus,
input[type="month"]:disabled:focus,
input[type="time"]:disabled:focus,
input[type="week"]:disabled:focus,
input[type="number"]:disabled:focus,
input[type="email"]:disabled:focus,
input[type="url"]:disabled:focus,
input[type="search"]:disabled:focus,
input[type="tel"]:disabled:focus,
input[type="color"]:disabled:focus,
input[type="file"]:disabled:focus,
textarea:disabled:focus,
select:disabled:focus {
  border: 1px solid #ccc;
  color: #ccc;
}
textarea,
textarea:focus {
  width: 100%;
  padding: 15px;
  min-height: 150px;
  line-height: 1.64;
  overflow: auto;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #ccc;
  font-size: 12px;
}
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  scroll-behavior: smooth;
}
body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #121212;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.64;
  background-color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body.sticky-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
body.sticky-footer main {
  flex-grow: 1;
}
body.no-scroll {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
a {
  transition: color 0.22s ease-out;
  text-decoration: none;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot?62a221cacaaf443bcfe2c6eb374e87c8?#iefix")
      format("embedded-opentype"),
    url("../fonts/icons/icons.woff2?62a221cacaaf443bcfe2c6eb374e87c8")
      format("woff2"),
    url("../fonts/icons/icons.woff?62a221cacaaf443bcfe2c6eb374e87c8")
      format("woff"),
    url("../fonts/icons/icons.ttf?62a221cacaaf443bcfe2c6eb374e87c8")
      format("truetype"),
    url("../fonts/icons/icons.svg?62a221cacaaf443bcfe2c6eb374e87c8#icons")
      format("svg");
}
i[class^="icon-"],
i[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-alt:before {
  content: "\f101";
}
.icon-arrow-double:before {
  content: "\f102";
}
.icon-arrow-down:before {
  content: "\f103";
}
.icon-arrow-left:before {
  content: "\f104";
}
.icon-arrow-right:before {
  content: "\f105";
}
.icon-arrow-short:before {
  content: "\f106";
}
.icon-car:before {
  content: "\f107";
}
.icon-carret-down:before,
.form__select-container:before,
.form__select-list-container:before {
  content: "\f108";
}
.icon-carret:before {
  content: "\f109";
}
.icon-cars:before {
  content: "\f10a";
}
.icon-clock:before {
  content: "\f10b";
}
.icon-close:before {
  content: "\f10c";
}
.icon-details:before {
  content: "\f10d";
}
.icon-download:before {
  content: "\f10e";
}
.icon-email:before {
  content: "\f10f";
}
.icon-facebook:before {
  content: "\f110";
}
.icon-house:before {
  content: "\f111";
}
.icon-instagram:before {
  content: "\f112";
}
.icon-linkedin:before {
  content: "\f113";
}
.icon-mail:before {
  content: "\f114";
}
.icon-pdf-download:before {
  content: "\f115";
}
.icon-pin:before {
  content: "\f116";
}
.icon-play:before {
  content: "\f117";
}
.icon-profile:before {
  content: "\f118";
}
.icon-question:before {
  content: "\f119";
}
.icon-quotes-open:before,
.inner blockquote:before {
  content: "\f11a";
}
.icon-search-alt:before,
.form__input-container--keyword:before {
  content: "\f11b";
}
.icon-search:before {
  content: "\f11c";
}
.icon-twitter:before {
  content: "\f11d";
}
.icon-upload:before {
  content: "\f11e";
}
.icon-youtube:before {
  content: "\f11f";
}
.h1,
.inner h1,
.h2,
.inner h2,
.h3,
.inner h3,
.h4,
.inner h4,
.h5,
.inner h5,
.h6,
.inner h6 {
  margin-top: 0;
  line-height: 1.15;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0a3282;
  letter-spacing: 0;
}
.h1,
.inner h1 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .h1,
  .inner h1 {
    font-size: 50px;
  }
}
.h2,
.inner h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  .h2,
  .inner h2 {
    font-size: 32px;
  }
}
.h3,
.inner h3 {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .h3,
  .inner h3 {
    font-size: 28px;
  }
}
.h4,
.inner h4 {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .h4,
  .inner h4 {
    font-size: 24px;
  }
}
.h5,
.inner h5 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .h5,
  .inner h5 {
    font-size: 20px;
  }
}
.h6,
.inner h6 {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .h6,
  .inner h6 {
    font-size: 18px;
  }
}
.p,
.inner > p,
.ul,
.inner ul,
.ol,
.inner ol,
.pre,
.inner pre,
.blockquote,
.inner blockquote {
  margin-bottom: 20px;
}
.hr,
.inner hr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.strong,
.inner strong {
  font-weight: 700;
}
.em,
.inner em {
  font-style: italic;
}
.p,
.inner > p {
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  line-height: 1.64;
}
.caption,
.inner caption {
  font-size: 0.8rem;
}
.accessibility-item {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}
.accessibility-item:focus {
  outline: none;
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
  margin: auto;
}
.bypass-block-link:focus {
  position: absolute;
  top: 0;
  left: 310px;
  text-decoration: none;
  background-color: #0a3282;
  color: #fff;
  width: 234px;
  z-index: 10;
  text-align: center;
  padding: 7px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bypass-block-link:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #f5aa00;
  transition: all 0.5s 0.2s ease-in-out;
}
.bypass-block-link:hover:after,
.bypass-block-link:focus:after {
  width: 100%;
}
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid gray;
  border-radius: 0.26392em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}
.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qs-hidden {
  display: none;
}
.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}
.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}
.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:after {
  content: "";
  border: 0.39062em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%, -50%);
}
.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-month-year:hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus,
.qs-month-year:active:focus {
  outline: none;
}
.qs-month {
  padding-right: 0.5ex;
}
.qs-year {
  padding-left: 0.5ex;
}
.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}
.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.26392em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}
.qs-current {
  font-weight: bold;
  text-decoration: underline;
}
.qs-active,
.qs-range-start,
.qs-range-end {
  background: #add8e6;
}
.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}
.qs-disabled {
  cursor: not-allowed;
}
.qs-empty {
  cursor: default;
}
.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}
.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.skin {
  background: #f7f7f7;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.skin__link {
  color: #000;
}
.skin__colour {
  background-clip: content-box;
  width: 100px;
  height: 100px;
  display: block;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skin__background {
  display: inline-flex;
  padding: 5px;
}
.skin__background--dark {
  background: #000;
}
.fifty-fifty {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty {
    display: flex;
    margin: 0 -20px;
    width: calc(100% + 40px);
    align-items: flex-start;
    justify-content: center;
  }
  .fifty-fifty--vertically-centered {
    align-items: center;
  }
  .fifty-fifty--stretched {
    align-items: stretch;
  }
}
.fifty-fifty--reversed-mobile {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty--reversed-mobile {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty--dark {
    overflow: hidden;
    background: #0a3282;
  }
}
.fifty-fifty--tablet {
  display: flex;
}
.fifty-fifty__child {
  min-width: 0;
  width: 100%;
  margin: 0 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__child {
    margin: 0 0 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child {
    width: 50%;
    margin: 20px;
  }
  .fifty-fifty__child:last-of-type {
    margin: 20px;
  }
}
.fifty-fifty__child--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifty-fifty__child--full-height {
  height: 100%;
}
.fifty-fifty__child--no-margin {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--no-margin {
    margin: 0;
  }
  .fifty-fifty__child--no-margin:last-of-type {
    margin: 0;
  }
}
.fifty-fifty__child--no-margin-top-bottom-desktop {
  margin-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--no-margin-top-bottom-desktop {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.fifty-fifty__child--mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__child--mobile {
    display: flex;
  }
  .fifty-fifty__child--mobile:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--pushed-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--pushed-right {
    margin-left: 0;
  }
}
.fifty-fifty__child--no-margin-bottom {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--no-margin-bottom {
    margin-bottom: 20px;
  }
}
.fifty-fifty__image {
  height: 270px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__image {
    height: 383px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__image {
    height: 761px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
}
.fifty-fifty__image--small {
  width: 380px;
  height: 310px;
  margin-right: 0;
}
.fifty-fifty__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__image-source {
    height: 101%;
  }
}
.fifty-fifty__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__content {
    display: block;
    max-width: 680px;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__content {
    margin-left: 60px;
    padding-right: 30px;
    max-width: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .fifty-fifty__content {
    margin-left: 100px;
    padding-right: 0;
  }
}
.fifty-fifty__content--alt {
  max-width: 295px;
  margin-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__content--centred {
    margin: 0 auto;
  }
}
.fifty-fifty__title {
  color: #004a99;
  line-height: 1.15;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__title {
    line-height: 2;
  }
}
.fifty-fifty__title--alt {
  font-size: 20px;
}
.fifty-fifty__title--light {
  line-height: 1.34375;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__title--light {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__title--light {
    color: #fff;
  }
}
.fifty-fifty__title--line-height-reduced {
  line-height: 1.34375;
}
.fifty-fifty__title--modified {
  margin-bottom: 20px;
}
.fifty-fifty__text {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__text {
    max-width: 580px;
  }
}
.fifty-fifty__text--small {
  font-size: 14px;
  line-height: 1.715;
}
.fifty-fifty__text--alt {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.715;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__text--alt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__text--light {
    margin-bottom: 34px;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__text--extended-margin-bottom {
    margin-bottom: 30px;
  }
}
.fifty-fifty__cta {
  margin-right: auto;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .fifty-fifty__cta {
    margin-right: 25px;
    margin-bottom: auto;
  }
}
.fifty-fifty__cta--no-margin-bottom {
  margin-bottom: 0;
}
.fifty-fifty__information {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.fifty-fifty__information:last-of-type {
  margin-bottom: 26px;
}
.fifty-fifty__list {
  margin-bottom: 40px;
}
.fifty-fifty__icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: #00a4b0;
}
.fifty-fifty__shape {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__shape {
    display: block;
    position: absolute;
    z-index: -1;
  }
}
.fifty-fifty__shape--top {
  top: 0;
  right: 0;
}
.fifty-fifty__shape--bottom {
  bottom: -8px;
  left: 50%;
  transform: translateX(-6%);
}
.fifty-fifty__shape--alt {
  transform: none;
  display: block;
  position: absolute;
  bottom: -9px;
  right: -15px;
  left: auto;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__shape--alt {
    transform: translateX(-98%);
    bottom: -8px;
    left: 50%;
    right: auto;
  }
}
.fifty-fifty__item {
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}
.fifty-fifty__item:last-of-type {
  margin-bottom: 0;
}
.fifty-fifty__item:before {
  content: "";
  position: absolute;
  display: block;
  left: 11px;
  top: 14px;
  background: #f5aa00;
  width: 4px;
  height: 4px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.footer {
  display: block;
  position: relative;
  padding: 36px 0 18px;
  background: #0a3282;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 62px 0 18px;
  }
}
.footer__graphic {
  display: none;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__graphic {
    display: block;
  }
}
.footer__graphic--left {
  left: 0;
  height: 299px;
}
.footer__graphic--right {
  right: 0;
}
.footer__graphic--mobile {
  display: block;
  right: 0;
  top: 236px;
}
@media only screen and (min-width: 1024px) {
  .footer__graphic--mobile {
    display: none;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .footer__row {
    flex-direction: row;
  }
}
.footer__row--margin-bottom {
  margin-bottom: 77px;
}
.footer__row--middle {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 26px 0;
  margin-bottom: 18px;
  background: #004a99;
  position: relative;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__row--middle {
    flex-direction: row;
    align-items: center;
  }
}
.footer__row--middle:after,
.footer__row--middle:before {
  position: absolute;
  content: "";
  background: #004a99;
  width: 100vw;
  height: 100%;
  top: 0;
}
.footer__row--middle:before {
  left: 0;
  transform: translateX(-100px);
}
.footer__row--middle:after {
  right: 0;
  transform: translateX(100px);
}
.footer__col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__col--margin-right-desktop {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__col--padding-top-desktop {
    padding-top: 39px;
  }
}
.footer__col--mobile {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 43px;
}
@media only screen and (min-width: 1024px) {
  .footer__col--mobile {
    margin-bottom: 0;
  }
}
.footer__logo {
  width: 177px;
  height: 38px;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: auto;
    height: auto;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__info {
    flex-direction: row;
    padding-right: 78px;
  }
}
.footer__social-list {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer__social-list {
    display: flex;
    justify-content: space-between;
  }
}
.footer__social-list--mobile {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .footer__social-list--mobile {
    display: none;
  }
}
.footer__minititle {
  color: #f5aa00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.287;
}
.footer__minititle--plain {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .footer__minititle--plain {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__minititle--plain {
    margin-right: 35px;
  }
}
.footer__address {
  color: #fff;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .footer__address {
    margin-bottom: 28px;
  }
}
.footer__social-item {
  margin-right: 11px;
}
@media only screen and (min-width: 1024px) {
  .footer__social-item {
    margin-right: 23px;
  }
}
.footer__social-item:last-of-type {
  margin-right: 0;
}
.footer__social {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 13px;
  transition: color 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .footer__social:hover,
  .footer__social:focus {
    color: #f5aa00;
  }
  .footer__social:hover .footer__icon,
  .footer__social:focus .footer__icon {
    color: #f5aa00;
  }
}
.footer__icon {
  color: #fff;
  margin-right: 5px;
  transition: color 0.22s ease-out;
}
.footer__link {
  color: #fff;
  font-size: 14px;
  transition: color 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .footer__link:hover,
  .footer__link:focus {
    color: #f5aa00;
  }
}
.footer__link--margin-bottom {
  margin-bottom: 20px;
}
.footer__cta {
  margin-right: auto;
}
.footer__list {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__list {
    flex-direction: row;
  }
}
.footer__item {
  margin-right: 10px;
  margin-bottom: 19px;
}
.footer__item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__item {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__item {
    margin-right: 35px;
  }
}
.footer__minilink {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1024px) {
  .footer__minilink {
    font-size: 10px;
  }
  .footer__minilink:hover,
  .footer__minilink:focus {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__minilink {
    font-size: 12px;
  }
}
.footer__search {
  position: absolute;
  left: 0;
  top: -44px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .footer__search {
    right: -2px;
    left: auto;
    top: 52%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .footer__search {
    right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__search {
    right: -110px;
    top: 51%;
  }
}
.footer__search-icon {
  color: #fff;
  font-size: 17px;
  padding-left: 7px;
}
@media only screen and (min-width: 1024px) {
  .footer__search-icon {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__search-icon {
    font-size: 17px;
  }
}
.footer__copyright,
.footer__credit {
  color: #fff;
}
.footer__copyright {
  font-size: 12px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
.footer__credit {
  font-size: 11px;
}
.footer__credit-link {
  color: inherit;
  transition: color 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .footer__credit-link:hover,
  .footer__credit-link:focus {
    color: #f5aa00;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  z-index: 3;
}
.header:before {
  position: absolute;
  display: none;
  content: "";
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(#0a3282 70%, rgba(10, 50, 130, 0.1) 100%);
}
@media only screen and (min-width: 1024px) {
  .header {
    padding-top: 44px;
  }
}
.header--open:before {
  display: block;
}
.header--open .header__nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  background: #0a3282;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  height: -webkit-fill-available;
  padding-top: 124px;
}
.header--open .header__logo-link {
  display: none;
}
.header--open .header__logo-link--plain {
  display: block;
}
.header--open .header__menu-button {
  font-size: 0;
  min-width: 25px;
}
.header--open .hamburger__bar {
  background-color: #fff;
}
.header--open .hamburger__bar:before,
.header--open .hamburger__bar:after {
  background-color: #fff;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 190px;
  height: 40px;
  position: relative;
  z-index: 3;
}
.header__logo svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 280px;
    max-width: 100%;
    height: 60px;
  }
}
.header__logo-link {
  height: 100%;
  display: inline-flex;
}
@media only screen and (min-width: 1024px) {
  .header__logo-link {
    width: 100%;
  }
}
.header__logo-link--plain {
  display: none;
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 13px;
    flex-direction: row;
    position: relative;
    overflow: visible;
    width: auto;
    padding: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    margin-right: 22px;
  }
}
.header__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 1;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .header__list {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.header__item {
  width: 100%;
  padding-bottom: 22px;
  padding-top: 22px;
  position: relative;
}
.header__item:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  left: -15px;
  right: 0;
  bottom: 0;
}
.header__item--expanded .header__icon {
  transform: rotate(180deg);
}
.header__item--expanded .header-dropdown {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header__item {
    margin-right: 13px;
    padding: 30px 0;
    width: auto;
  }
  .header__item:after {
    content: none;
  }
  .header__item:hover .header-dropdown,
  .header__item:focus .header-dropdown,
  .header__item[focus-within] .header-dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .header__item:hover .header-dropdown,
  .header__item:focus .header-dropdown,
  .header__item:focus-within .header-dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .header__item:hover .header__icon,
  .header__item:focus .header__icon,
  .header__item[focus-within] .header__icon {
    transform: rotate(-180deg);
  }
  .header__item:hover .header__icon,
  .header__item:focus .header__icon,
  .header__item:focus-within .header__icon {
    transform: rotate(-180deg);
  }
}
@media only screen and (min-width: 1200px) {
  .header__item {
    margin-right: 25px;
  }
}
.header__link {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.287;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header__link {
    color: #121212;
    line-height: 1;
  }
}
.header__icon {
  font-size: 6px;
  color: #fff;
  transition: transform 0.2s ease;
  transform-origin: center center;
  margin-left: 6px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .header__icon {
    color: #00a4b0;
    width: auto;
    height: auto;
  }
}
.header__cta {
  display: block;
  position: relative;
  margin-top: auto;
  width: 110%;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1024px) {
  .header__cta {
    width: auto;
    margin: 0;
  }
}
.header__triggers {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header__triggers {
    width: 87px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__triggers {
    width: 88px;
  }
}
.header__triggers--mobile {
  justify-content: flex-start;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__triggers--mobile {
    display: none;
  }
}
.header__search {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__search {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.header__search--mobile {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .header__search--mobile {
    display: none;
  }
}
.header__search-trigger {
  display: inline-flex;
  width: 18px;
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__search-trigger {
    width: 100%;
  }
}
.header__search-trigger--width-auto {
  width: auto;
}
.header__search-icon {
  color: #0a3282;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .header__search-icon {
    padding-right: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__search-icon {
    padding-right: 5px;
  }
}
.header__search-icon--white {
  color: #fff;
  margin-right: 10px;
}
.header__menu {
  display: block;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__menu-button {
  background: rgba(255, 255, 255, 0);
  padding: 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  min-width: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__graphics {
  display: block;
  position: fixed;
  right: 0;
  bottom: -10px;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .header__graphics {
    display: none;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.page-strip {
  width: 100%;
  position: relative;
  margin: 40px 0;
  /*z-index: 0;*/
}
.page-strip--has-background {
  margin: 0;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .page-strip--has-background {
    padding: 80px 0;
  }
}
.page-strip--has-background > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .page-strip--border-bottom {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: -1px;
  }
}
.page-strip--bottom-reduced {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--has-background-reduced-padding {
    padding-top: 50px;
  }
}
.page-strip--has-bottom-background {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.page-strip--has-bottom-background > *:last-child {
  margin-bottom: 0;
}
.page-strip--padding-huge {
  padding-top: 116px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--padding-huge {
    padding-top: 232px;
    padding-bottom: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--extended-padding-bottom-desktop {
    padding-bottom: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--huge-padding-desktop {
    padding: 117px 0 114px;
  }
}
.page-strip--has-top-background {
  margin-top: 0;
  padding-top: 40px;
}
.page-strip--no-padding-bottom {
  padding-bottom: 0;
}
.page-strip--no-padding {
  padding: 0;
}
.page-strip--no-margins {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .page-strip--no-margin-top {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--min-height {
    min-height: 415px;
    overflow: hidden;
  }
}
.page-strip--min-height-alt {
  display: flex;
  align-items: center;
  background: rgba(0, 74, 153, 0.95);
}
@media only screen and (min-width: 1024px) {
  .page-strip--min-height-alt {
    min-height: 340px;
    overflow: hidden;
  }
}
.page-strip--min-height-large {
  min-height: 594px;
}
@media only screen and (min-width: 768px) {
  .page-strip--min-height-large {
    min-height: 501px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--min-height-large {
    min-height: 794px;
    overflow: hidden;
  }
}
.page-strip--modified {
  padding: 0 0 30px;
  margin-top: 84px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--modified {
    margin-top: 104px;
  }
}
.page-strip--inner {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip--inner {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--inner {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--inner:last-child {
    margin-bottom: 70px;
  }
}
.page-strip--grey {
  background-color: #f7f7f7;
}
.page-strip--grey-top-half,
.page-strip--grey-bottom-half {
  position: relative;
}
.page-strip--grey-top-half:before,
.page-strip--grey-bottom-half:before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  left: 0;
  top: 0;
  height: calc(50% + 40px);
  width: 100%;
  z-index: -1;
}
.page-strip--grey-bottom-half:before {
  top: auto;
  bottom: 0;
}
.page-strip--banner {
  overflow: hidden;
  padding-top: 107px;
}
@media only screen and (min-width: 768px) {
  .page-strip--banner {
    padding-top: 155px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip--banner {
    padding-top: 210px;
  }
}
.page-strip--paddings-modified {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .page-strip--paddings-modified {
    padding-top: 155px;
  }
}
.page-strip--primary {
  background-color: #0a3282;
}
.page-strip--secondary {
  background-color: #f5aa00;
}
.page-strip--tertiary {
  background-color: #00a4b0;
}
.page-strip--navy {
  background-color: #004a99;
}
.page-strip--on-top {
  z-index: 2;
}
.page-strip--overflow-hidden {
  overflow: hidden;
}
.page-strip--overflow-hidden-tablet {
  overflow: hidden;
}
.page-strip--sticky {
  position: fixed;
  position: sticky;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
  padding: 15px 0;
  margin: 0;
  border-top: 2px solid #00a4b0;
  box-shadow: 0 0 30px 0 rgba(5, 28, 74, 0.08);
}
@media only screen and (min-width: 768px) {
  .page-strip--sticky {
    padding: 23px 0;
  }
}
.page-strip__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .page-strip__content {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__content--margin-bottom-desktop {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__content--margin-bottom-medium {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__content--margin-bottom-increased {
    margin-bottom: 63px;
  }
}
.page-strip__content--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.page-strip__content--centred {
  justify-content: center;
}
.page-strip__title {
  color: #fff;
  line-height: 1.15;
}
@media only screen and (min-width: 1024px) {
  .page-strip__title {
    margin-right: 70px;
    line-height: 2;
  }
}
.page-strip__title--primary {
  color: #004a99;
}
.page-strip__title--absolute-desktop {
  line-height: 1.287;
}
@media only screen and (min-width: 1024px) {
  .page-strip__title--absolute-desktop {
    position: absolute;
    left: 15px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1200px) {
  .page-strip__title--absolute-desktop {
    left: 0;
  }
}
.page-strip__title--centred {
  text-align: center;
  margin-right: 0;
}
.page-strip__title--centred-mobile {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-strip__title--centred-mobile {
    text-align: left;
  }
}
.page-strip__title--reduced {
  font-size: 32px;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  .page-strip__title--reduced {
    font-size: 42px;
  }
}
.page-strip__title--reduced-alt {
  font-size: 32px;
  line-height: 1.3125;
}
@media only screen and (min-width: 1024px) {
  .page-strip__title--reduced-alt {
    font-size: 42px;
  }
}
.page-strip__title--modified {
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 760px;
  font-size: 32px;
  line-height: 1.3125;
}
@media only screen and (min-width: 1024px) {
  .page-strip__title--modified {
    font-size: 42px;
    line-height: 1.4375;
  }
}
.page-strip__description {
  color: #fff;
  max-width: 435px;
  margin-bottom: 0;
  font-size: 16px;
}
.page-strip__description--margin-bottom-mobile {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .page-strip__description--margin-bottom-mobile {
    margin-bottom: 0;
  }
}
.page-strip__description--max-width-large {
  max-width: 780px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .page-strip__description--max-width-large {
    font-size: 18px;
  }
}
.page-strip__description--dark {
  color: #121212;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .page-strip__description--dark {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__description--dark {
    margin-bottom: 0;
  }
}
.page-strip__description--small {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip__description--small {
    margin-bottom: 26px;
  }
}
.page-strip__description--margin-bottom {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-strip__description--margin-bottom {
    margin-bottom: 40px;
  }
}
.page-strip__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 552px;
}
.page-strip__shape-source {
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.page-strip__shape-source--hide-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape-source--hide-mobile {
    display: block;
  }
}
.page-strip__shape-source--hide-desktop {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape-source--hide-desktop {
    display: none;
  }
}
.page-strip__shape--left {
  left: 0;
}
.page-strip__shape--left-alt {
  left: 0;
  display: block;
  max-width: 182px;
  height: 182px;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape {
    top: 0;
    height: auto;
    bottom: auto;
  }
}
.page-strip__shape--larger-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--larger-desktop {
    display: block;
    height: 163px;
    width: 163px;
    right: -1px;
  }
}
.page-strip__shape--behind {
  z-index: -1;
}
.page-strip__shape--left-bottom {
  left: 0;
  bottom: 0;
}
.page-strip__shape--bottom-offset {
  left: 0;
  bottom: -8px;
  height: auto;
  top: auto;
}
.page-strip__shape--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-strip__shape--tablet {
    display: block;
  }
}
.page-strip__shape--medium {
  height: 442px;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--medium {
    height: auto;
  }
}
.page-strip__shape--top-mobile {
  top: 0;
  bottom: auto;
}
.page-strip__shape--reversed {
  bottom: 0;
  height: 442px;
  z-index: -1;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip__shape--reversed {
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--reversed {
    height: auto;
  }
}
.page-strip__shape--alt {
  height: 100%;
}
.page-strip__shape--secondary {
  top: 0;
  bottom: auto;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--secondary {
    height: 552px;
  }
}
.page-strip__shape--bottom {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-strip__shape--bottom {
    bottom: 0;
    top: auto;
    height: 182px;
    display: block;
  }
}
.page-strip__shape--small {
  height: 182px;
  bottom: 0;
}
.page-strip__shape--small-alt {
  top: auto;
}
.page-strip__shape--sticky {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--sticky {
    display: block;
    left: 0;
    height: auto;
  }
}
.page-strip__shape--top-right {
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip__shape--top-right {
    top: 194px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__shape--top-right {
    top: 175px;
  }
}
.page-strip__background {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-strip__background:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 74, 153, 0.95);
}
.page-strip__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.page-strip__ctas {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-strip__ctas {
    flex-direction: row;
  }
}
.page-strip__link {
  color: #0a3282;
  position: relative;
  transition: color 0.22s ease-out;
}
.page-strip__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0a3282;
  transition: opacity 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .page-strip__link:hover:after,
  .page-strip__link:focus:after {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-strip__spacer {
    pointer-events: none;
    min-height: inherit;
    width: 1px;
  }
}
_:-ms-fullscreen,
:root .page-strip--sticky {
  min-height: 100px;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 15px;
}
.wrapper--half-width-left {
  max-width: 590px;
  margin-right: 0;
}
.wrapper--half-width-right {
  max-width: 590px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 25px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
.wrapper--increased {
  max-width: 1185px;
}
.wrapper--xlarge {
  max-width: 1440px;
}
.wrapper--full-width {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .wrapper--full-width-desktop {
    max-width: none;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper--full-width-xlarge {
    max-width: none;
  }
}
.wrapper--no-padding {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .wrapper--no-padding-desktop {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper--no-padding-large {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper--no-padding-large {
    padding: 0;
  }
}
.wrapper--on-top {
  position: relative;
  z-index: 1;
}
.wrapper--relative {
  position: relative;
}
.wrapper--centred {
  text-align: center;
  position: relative;
  z-index: 1;
}
.wrapper--narrow {
  max-width: 840px;
}
.wrapper--flex {
  display: flex;
  height: 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.flex-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .flex-grid {
    flex-direction: row;
  }
}
.flex-grid__column {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__column {
    width: 50%;
  }
}
.flex-grid__column--primary {
  background: #004a99;
  min-height: 428px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .flex-grid__column--primary {
    width: calc(100% + 50px);
    margin-left: -25px;
    min-height: 552px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__column--primary {
    align-items: flex-end;
    min-height: auto;
    width: 50%;
    margin-left: 0;
  }
}
.flex-grid__column--primary-alt {
  background: #0a3282;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__column--secondary {
    align-items: flex-start;
  }
}
.flex-grid__column--grey {
  background: #f7f7f7;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .flex-grid__column--grey {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__column--grey {
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__column--min-height {
    min-height: 852px;
    z-index: 2;
  }
}
.flex-grid__image {
  height: 179px;
  width: calc(100% + 30px);
  margin-left: -15px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flex-grid__image {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__image {
    min-height: 437px;
    width: 100%;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.flex-grid__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.flex-grid__image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.flex-grid__image--alt {
  position: relative;
  height: 290px;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .flex-grid__image--alt {
    height: 346px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__image--alt {
    min-height: 346px;
    flex: 1 0 auto;
  }
}
.flex-grid__image--alt:after {
  display: none;
}
.flex-grid__image-source--alt {
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .flex-grid__image-source--alt {
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
  }
}
.flex-grid__content {
  position: absolute;
  z-index: 2;
  top: 63px;
  color: #fff;
  left: 40%;
  transform: translateX(-35%);
}
@media only screen and (min-width: 768px) {
  .flex-grid__content {
    left: 50%;
    transform: translateX(-50%);
    top: 103px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__content {
    top: 288px;
    transform: none;
    left: calc((100% - 670px) / 2);
    min-width: 40vw;
    width: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-grid__content {
    min-width: 38vw;
  }
}
@media only screen and (min-width: 1440px) {
  .flex-grid__content {
    min-width: 39vw;
  }
}
.flex-grid__content--bottom {
  top: auto;
  position: absolute;
  bottom: 50px;
  left: 15px;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .flex-grid__content--bottom {
    left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__content--bottom {
    left: calc((100% - 670px) / 2);
    min-width: 40vw;
    position: relative;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 125px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-grid__content--bottom {
    min-width: 38vw;
  }
}
@media only screen and (min-width: 1440px) {
  .flex-grid__content--bottom {
    min-width: 39vw;
  }
}
.flex-grid__title {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__title {
    max-width: 480px;
  }
}
.flex-grid__graphic {
  position: absolute;
  bottom: -7px;
  right: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__graphic {
    display: block;
  }
}
.flex-grid__graphic--small {
  display: block;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__graphic--small {
    display: none;
  }
}
.flex-grid__links {
  display: flex;
  flex-direction: column;
}
.flex-grid__link {
  color: #fff;
  font-size: 16px;
  margin-bottom: 11px;
  margin-right: auto;
  transition: color 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__link {
    font-size: 18px;
  }
  .flex-grid__link:hover,
  .flex-grid__link:focus {
    color: #f5aa00;
  }
}
.flex-grid__link--with-line {
  position: relative;
  align-self: flex-start;
}
.flex-grid__link--with-line:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 2px;
  transition: opacity 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__link--with-line:hover:after,
  .flex-grid__link--with-line:focus:after {
    opacity: 0;
  }
}
.flex-grid__address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__address {
    font-size: 18px;
  }
}
.flex-grid__container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__container {
    width: 490px;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-grid__container {
    width: 585px;
    padding-left: 100px;
  }
}
.flex-grid__container--alt {
  padding-top: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__container--alt {
    padding-top: 64px;
  }
}
.flex-grid__text {
  margin-bottom: 28px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .flex-grid__text {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-grid__text {
    padding: 0;
  }
}
.flex-grid__text p {
  font-size: 14px;
  line-height: 2.13;
  margin-bottom: 20px;
}
.flex-grid__text a {
  color: #121212;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  transition: color 0.22s ease-out;
}
.flex-grid__text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #121212;
  transition: opacity 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .flex-grid__text a:hover,
  .flex-grid__text a:focus {
    color: #004a99;
  }
  .flex-grid__text a:hover:after,
  .flex-grid__text a:focus:after {
    opacity: 0;
  }
}
.flex-grid__heading {
  color: #121212;
  font-size: 14px;
}
.flex-grid__description {
  font-size: 14px;
  line-height: 2.13;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.video-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(10, 50, 130, 0.95);
  z-index: 5;
  transition: opacity 0.22s ease-out;
}
.video-modal__background {
  width: 100%;
  height: 100%;
}
.video-modal__dialog {
  width: 800px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: opacity 0.22s ease-out, transform 0.22s ease-out;
  transition-delay: 0.3s ease-in;
}
.video-modal__content {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.video-modal.is-open .video-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.video-modal__close {
  background: none;
  display: flex;
  position: absolute;
  right: 0;
  color: #fff;
  top: -30px;
}
@media only screen and (min-width: 768px) {
  .video-modal__close {
    top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-modal__close {
    top: -57px;
  }
  .video-modal__close:focus .video-modal__close-icon {
    color: #fff;
  }
}
.video-modal__close-icon {
  font-size: 20px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .video-modal__close-icon {
    font-size: 25px;
  }
}
.block-slider-container .swiper-container {
  width: calc(100% + 30px);
  left: -15px;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .block-slider-container .swiper-container {
    width: 100%;
  }
}
.block-slider__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .block-slider__slide {
    width: calc(33.3333% - 14px);
  }
}
.block-slider__control-previous {
  margin-right: 30px;
}
.paging-info {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  max-width: 192px;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.paging-info--has-arrows {
  display: flex;
}
.paging-info:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  text-align: center;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgba(142, 142, 149, 0.1);
  margin: 0 auto;
  top: 14px;
  z-index: 2;
}
.paging-info__current-slide,
.paging-info__total-slides {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-size: 1rem;
}
.paging-info__current-slide {
  color: #121212;
  letter-spacing: 0;
}
.paging-info__total-slides {
  color: #121212;
  letter-spacing: 0;
}
.paging-info__arrow {
  position: relative;
  bottom: 0;
}
.arrows {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .arrows--mobile {
    display: none;
  }
}
.stat-slider-container .swiper-container {
  width: 100%;
  margin-bottom: 33px;
}
.stat-slider__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .stat-slider__wrapper {
    justify-content: flex-start;
    width: calc(100% + 14px);
  }
}
@media only screen and (min-width: 1024px) {
  .stat-slider__wrapper--centred-desktop {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .stat-slider__slide {
    width: calc(25% - 14px);
    margin: 0 7px;
    max-width: 282px;
  }
}
.stat-slider__control-previous {
  margin-right: 30px;
}
.card-slider-container {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .card-slider-container {
    margin-bottom: 90px;
  }
}
.card-slider-container .swiper-container {
  overflow: visible;
  padding-bottom: 30px;
}
.card-slider .swiper-container {
  width: calc(100% + 30px);
  left: -15px;
  padding: 0 15px 15px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 1024px) {
  .card-slider .swiper-container {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card-slider__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 540px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .card-slider__wrapper--alt {
    justify-content: center;
    flex-direction: row;
    margin: 0 -10px;
    height: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  .card-slider__slide {
    max-width: 315px;
  }
  .card-slider__slide--small {
    min-height: 230px;
    max-height: 260px;
  }
  .card-slider__slide--margin-bottom {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-slider__slide {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-slider__slide--alt {
    display: flex;
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.card-slider__control-previous {
  margin-right: 30px;
}
.brick-slider-container .swiper-container {
  overflow: visible;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .brick-slider__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1024px) {
  .brick-slider__slide {
    display: flex;
    width: calc(25% - 20px);
    margin: 0 10px;
  }
}
.brick-slider__control-previous {
  margin-right: 30px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.button {
  transition: background 0.22s ease-out, color 0.22s ease-out,
    border 0.22s ease-out;
  height: 52px;
  padding: 20px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  font-size: 12px;
  text-align: center;
  background-color: #0a3282;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
}
.button:hover,
.button:focus {
  background-color: #07245f;
}
.button:not(.button--secondary):not(.button--white):not(.button--ghost):not(
    .button--disabled
  ):not(.button--square).focus-visible {
  outline: 2px solid #00a4b0;
}
.button:not(.button--secondary):not(.button--white):not(.button--ghost):not(
    .button--disabled
  ):not(.button--square):focus-visible {
  outline: 2px solid #00a4b0;
}
.button--secondary {
  background-color: #f5aa00;
  color: #121212;
}
.button--secondary:hover,
.button--secondary:focus {
  background-color: #ffbc1f;
}
.button--white {
  background-color: #fff;
  color: #121212;
}
.button--white:hover,
.button--white:focus {
  background-color: #fff;
  color: #00a4b0;
}
@media only screen and (min-width: 1024px) {
  .button--white-desktop {
    background-color: #fff;
    color: #121212;
  }
  .button--white-desktop:hover,
  .button--white-desktop:focus {
    background-color: #fff;
    color: #00a4b0;
  }
}
.button--with-border {
  background: #fff;
  border: 1px solid #0a3282;
  color: #0a3282;
}
.button--with-border:hover,
.button--with-border:focus {
  background: #0a3282;
  color: #fff;
}
.button--with-border i {
  transition: color 0.22s ease-out;
}
.button--with-border:hover i,
.button--with-border:focus i {
  color: #fff;
}
.button--ghost {
  background-color: transparent;
  border: 1px solid #fff;
}
.button--disabled {
  background: #ccc;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.button--disabled:hover {
  background: #ccc;
  color: #fff;
}
.button--square {
  width: 30px;
  height: 30px;
  min-width: 0;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 30px 0 rgba(5, 28, 74, 0.08);
  padding: 0;
}
.button--square:hover .button__icon,
.button--square:focus .button__icon {
  color: #fff;
}
.button--lighter-mobile {
  background-color: #004a99;
}
@media only screen and (min-width: 1024px) {
  .button--lighter-mobile {
    background-color: #0a3282;
  }
}
@media only screen and (min-width: 1024px) {
  .button--large-desktop {
    min-width: 200px;
  }
}
.button--full-width-mobile-large {
  width: 110%;
}
@media only screen and (min-width: 1024px) {
  .button--full-width-mobile-large {
    width: auto;
  }
}
.button--search {
  background: rgba(255, 255, 255, 0);
  padding: 0;
  min-width: 0;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .button--search {
    min-width: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #0a3282;
  }
}
.button--search:hover,
.button--search:focus {
  background: rgba(255, 255, 255, 0);
}
.button--search-small {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
.button--search-small:hover,
.button--search-small:focus {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .button--search-small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .button--search-small {
    font-size: 12px;
  }
}
.button--margin-right {
  margin-right: 20px;
}
.button--margin-right-desktop {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .button--margin-right-desktop {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.button--upload {
  background-color: #fff;
  border: 1px solid #004a99;
  text-transform: capitalize;
  color: #004a99;
  border-radius: 4px;
  font-weight: 700;
  min-width: 140px;
  height: 30px;
  padding: 10px;
  letter-spacing: 0;
}
.button--upload-icon {
  margin-right: 5px;
}
.button__icon {
  font-size: 12px;
  color: #0a3282;
}
.button__icon--large {
  font-size: 24px;
}
.button__icon--small {
  margin-right: 5px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.header-dropdown {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown {
    display: block;
    background: #fff;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    max-height: none;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(5, 28, 74, 0.08);
    transition: 0.3s ease;
    transition-property: opacity;
    top: 75px;
    overflow: visible;
    padding: 28px 0;
    min-width: 280px;
    border: 1px solid rgba(18, 18, 18, 0.1);
  }
  .header-dropdown:before {
    content: "";
    position: absolute;
    left: 27px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
  }
  .header-dropdown:after {
    content: "";
    position: absolute;
    left: 27px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent rgba(18, 18, 18, 0.1) transparent;
    z-index: 1;
  }
}
.header-dropdown__item {
  padding: 0 35px 0 10px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__item {
    padding: 0 35px;
  }
}
.header-dropdown__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__item--split {
    width: calc(50% - 32px);
    padding: 0 0 45px 40px;
    margin-bottom: 0;
  }
}
.header-dropdown__link {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  transition: color 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__link {
    color: #121212;
    font-weight: 700;
  }
  .header-dropdown__link:hover,
  .header-dropdown__link:focus {
    color: #004a99;
  }
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__link--flex {
    display: flex;
  }
  .header-dropdown__link--flex:hover,
  .header-dropdown__link--flex:focus {
    color: #121212;
  }
}
.header-dropdown__link--plain {
  position: relative;
}
.header-dropdown__link--plain:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #121212;
  transition: background 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__link--plain:hover:after,
  .header-dropdown__link--plain:focus:after {
    background: #004a99;
  }
}
.header-dropdown--grid {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown--grid {
    display: flex;
    flex-direction: column;
    left: -250px;
    min-width: 649px;
    width: 100%;
    padding: 48px 0 0;
  }
  .header-dropdown--grid:before,
  .header-dropdown--grid:after {
    left: 43.5%;
    transform: translateX(-50%);
  }
}
.header-dropdown__label {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__label {
    max-width: 186px;
  }
}
.header-dropdown__text {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
}
.header-dropdown__body {
  display: flex;
  flex-direction: column;
}
.header-dropdown__icon-container {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__icon-container {
    display: block;
    width: 57px;
    height: 45px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__icon {
    min-width: 45px;
    min-height: 37px;
  }
}
.header-dropdown__description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__description {
    display: block;
    font-size: 12px;
    font-weight: 400;
    max-width: 155px;
  }
}
.header-dropdown__extra {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__extra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #dbdcdd;
    background: #fafafa;
  }
}
.header-dropdown__list {
  padding-top: 22px;
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__list {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-dropdown__list--flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .header-dropdown__list--flex > * {
    transition: opacity 0.22s ease-out;
  }
  .header-dropdown__list--flex:hover > *,
  .header-dropdown__list--flex[focus-within] > * {
    opacity: 0.4;
  }
  .header-dropdown__list--flex:hover > *,
  .header-dropdown__list--flex:focus-within > * {
    opacity: 0.4;
  }
  .header-dropdown__list--flex:hover > *:hover,
  .header-dropdown__list--flex[focus-within] > *:focus {
    opacity: 1;
  }
  .header-dropdown__list--flex:hover > *:hover,
  .header-dropdown__list--flex:focus-within > *:focus {
    opacity: 1;
  }
}
.hamburger {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 22px;
  background: rgba(255, 255, 255, 0);
}
.hamburger__bar,
.hamburger__bar:before,
.hamburger__bar:after {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  pointer-events: none;
}
.hamburger__bar {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger__bar:before,
.hamburger__bar:after {
  display: block;
  content: "";
}
.hamburger__bar:before {
  top: -7px;
}
.hamburger__bar:after {
  bottom: -7px;
}
.hamburger--expanded .hamburger__bar,
.hamburger--search-expanded .hamburger__bar {
  transform: rotate(45deg);
}
.hamburger--expanded .hamburger__bar:before,
.hamburger--search-expanded .hamburger__bar:before {
  top: 0;
  opacity: 0;
}
.hamburger--expanded .hamburger__bar:after,
.hamburger--search-expanded .hamburger__bar:after {
  bottom: 0;
  transform: rotate(-90deg);
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.banner {
  min-height: 566px;
  padding-top: 122px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner {
    min-height: 745px;
    padding-top: 243px;
    padding-bottom: 0;
  }
}
.banner--small {
  min-height: auto;
  padding-top: 119px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .banner--small {
    padding-top: 165px;
    min-height: 610px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner--small {
    padding-top: 210px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .banner--small-alt {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner--small-alt {
    min-height: auto;
  }
  .banner--small-alt .shape--alt,
  .banner--small-alt .shape--reversed {
    bottom: -80px;
  }
}
.banner--medium {
  padding-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .banner--medium {
    min-height: 575px;
    padding-bottom: 110px;
    overflow: hidden;
  }
}
.banner__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.banner__content {
  max-width: 680px;
}
.banner__content--alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .banner__content--alt {
    padding-bottom: 90px;
  }
}
.banner__content--alt:after {
  content: "";
  width: 190px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #e7e7e7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .banner__content--alt:after {
    width: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner__content--extended {
    min-height: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--extended {
    max-width: 720px;
  }
}
.banner__card {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .banner__card {
    display: flex;
    transform: translateY(100px);
  }
}
.banner__title {
  color: #0a3282;
  line-height: 1.4;
  font-weight: 900;
  font-size: 30px;
}
@media only screen and (min-width: 1024px) {
  .banner__title {
    font-size: 39px;
  }
}
.banner__title--small {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .banner__title--small {
    font-size: 42px;
    line-height: 1.4375;
    max-width: 780px;
  }
}
.banner__text {
  font-size: 16px;
  line-height: 1.64;
  max-width: 580px;
  padding-right: 15px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .banner__text {
    font-size: 17px;
    line-height: 1.82;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__text--extended {
    max-width: 720px;
  }
}
.banner__ctas {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .banner__ctas {
    flex-direction: row;
    align-items: center;
  }
}
.banner__cta {
  margin-bottom: 24px;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .banner__cta {
    max-width: none;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.banner__cta--alt {
  margin-right: 0;
}
.banner__link {
  margin-right: auto;
}
.banner__mouse {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .banner__mouse {
    display: flex;
    align-items: center;
    position: absolute;
    left: 60px;
    bottom: 15px;
  }
}
.banner__mouse-image {
  display: flex;
  animation: bounce 2s linear infinite;
}
.banner__mouse-label {
  margin-left: 15px;
  text-transform: uppercase;
  color: #0a3282;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}
.banner__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1024px) {
  .banner__information {
    margin-bottom: 18px;
  }
}
.banner__description {
  margin-right: 12px;
  background: rgba(0, 74, 153, 0.2);
  border-radius: 16px;
  padding: 2px 11px 2px 32px;
}
.banner__description .banner__label {
  color: #004a99;
}
.banner__description .banner__label:before {
  background: #004a99;
}
.banner__description--secondary {
  background: rgba(0, 74, 153, 0.2);
}
.banner__description--secondary .banner__label {
  color: #004a99;
}
.banner__description--secondary .banner__label:before {
  background: #004a99;
}
.banner__description--tertiary {
  background: rgba(10, 50, 130, 0.2);
}
.banner__description--tertiary .banner__label {
  color: #0a3282;
}
.banner__description--tertiary .banner__label:before {
  background: #0a3282;
}
.banner__description--quaternary {
  background: rgba(98, 33, 129, 0.2);
}
.banner__description--quaternary .banner__label {
  color: #622181;
}
.banner__description--quaternary .banner__label:before {
  background: #622181;
}
.banner__label {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
}
.banner__label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -22px;
  border-radius: 50%;
  top: 40%;
  transform: translateY(-50%);
}
.banner__extra {
  margin-bottom: 0;
  font-size: 13px;
  color: #626262;
  padding-right: 7px;
}
@media only screen and (min-width: 768px) {
  .banner__extra {
    padding-right: 25px;
  }
}
.banner__author {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #004a99;
  padding-left: 7px;
}
@media only screen and (min-width: 768px) {
  .banner__author {
    padding-left: 25px;
  }
  .banner__author:before {
    content: "";
    position: absolute;
    left: 0;
    height: 31px;
    width: 1px;
    background: #eaeaea;
    top: 0;
  }
}
.banner__author-graphic {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner__author-graphic {
    display: flex;
    margin-right: 6px;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.link {
  color: #121212;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  transition: color 0.22s ease-out;
}
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #121212;
  transition: background 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .link:hover,
  .link:focus {
    color: #004a99;
  }
  .link:hover:after,
  .link:focus:after {
    background: #004a99;
  }
}
.link--small {
  font-size: 14px;
  font-weight: 400;
}
.link--small:after {
  transition: opacity 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .link--small:hover:after,
  .link--small:focus:after {
    opacity: 0;
  }
}
.link--plain {
  color: #fff;
}
.link--plain:after {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .link--plain:hover,
  .link--plain:focus {
    color: #f5aa00;
  }
  .link--plain:hover:after,
  .link--plain:focus:after {
    background: #f5aa00;
  }
}
@media only screen and (min-width: 1024px) {
  .link--plain-desktop {
    color: #fff;
  }
  .link--plain-desktop:after {
    background: #fff;
  }
  .link--plain-desktop:hover,
  .link--plain-desktop:focus {
    color: #f5aa00;
  }
  .link--plain-desktop:hover:after,
  .link--plain-desktop:focus:after {
    background: #f5aa00;
  }
}
.link--right {
  margin-left: auto;
}
.link--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .link--desktop {
    display: block;
  }
}
.link--mobile-left {
  margin-right: auto;
}
.link--alt {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #121212;
  transition: border-bottom-color 0.22s ease-out;
  line-height: 1.715;
}
.link--alt:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .link--alt {
    font-size: 16px;
  }
  .link--alt:hover,
  .link--alt:focus {
    border-bottom-color: #004a99;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px 0 rgba(5, 28, 74, 0.08);
  overflow: hidden;
  min-height: 416px;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .card {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  .card {
    min-height: 480px;
    height: 100%;
  }
  .card:hover .card__link,
  .card:focus .card__link {
    color: #004a99;
  }
  .card:hover .card__link:after,
  .card:focus .card__link:after {
    background: #004a99;
  }
}
.card-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .card-grid {
    justify-content: flex-start;
  }
}
.card--in-grid {
  margin: 0 10px 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card--in-grid {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .card--in-grid {
    width: calc(33.3333% - 20px);
    min-height: 530px;
  }
}
.card--small {
  min-height: 230px;
}
@media only screen and (min-width: 768px) {
  .card--small {
    min-height: 416px;
  }
}
@media only screen and (min-width: 1024px) {
  .card--small {
    min-height: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  .card--min-height {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .card--min-height-small {
    min-height: 240px;
  }
}
.card__image {
  width: 100%;
  height: 145px;
}
@media only screen and (min-width: 1024px) {
  .card__image {
    height: 242px;
  }
}
.card__image--relative {
  position: relative;
}
.card__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 36px 31px 30px;
}
.card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.card__description {
  background: rgba(98, 33, 129, 0.2);
  border-radius: 16px;
  padding: 2px 11px 2px 32px;
}
.card__description--dark-blue {
  background: rgba(10, 50, 130, 0.2);
}
.card__description--blue {
  background: rgba(0, 74, 153, 0.2);
}
.card__description--yellow {
  background: rgba(98, 33, 129, 0.2);
}
.card__description--green {
  background: rgba(0, 74, 153, 0.2);
}
.card__label {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
  color: #622181;
}
.card__label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -22px;
  border-radius: 50%;
  background: #622181;
  top: 40%;
  transform: translateY(-50%);
}
.card__label--dark-blue {
  color: #0a3282;
}
.card__label--dark-blue:before {
  background: #0a3282;
}
.card__label--blue {
  color: #004a99;
}
.card__label--blue:before {
  background: #004a99;
}
.card__label--yellow {
  color: #622181;
}
.card__label--yellow:before {
  background: #622181;
}
.card__label--green {
  color: #004a99;
}
.card__label--green:before {
  background: #004a99;
}
.card__descs {
  display: flex;
}
.card__desc {
  margin-bottom: 0;
  font-size: 13px;
  color: #626262;
}
.card__desc--margin-bottom-mobile {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .card__desc--margin-bottom-mobile {
    margin-bottom: 0;
  }
}
.card__desc--with-separator {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.card__desc--with-separator:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(18, 18, 18, 0.6);
  height: 15px;
  width: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card__title {
  line-height: 1.4375;
  color: #121212;
}
@media only screen and (min-width: 1024px) {
  .card__title {
    font-size: 16px;
  }
}
.card__title--max-width {
  max-width: 245px;
}
.card__title--no-margin-bottom {
  margin-bottom: 0;
}
.card__title--reduced-margin-bottom {
  margin-bottom: 5px;
}
.card__extra {
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .card__link {
    transition: color 0.22s ease-out;
  }
  .card__link:after {
    transition: background 0.22s ease-out;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.block {
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  min-height: 321px;
  justify-content: flex-start;
  background: #fff;
  transition: background 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .block {
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0);
    height: 100%;
  }
  .block:hover,
  .block:focus {
    background: #fff;
    justify-content: flex-start;
  }
  .block:hover .block__image,
  .block:focus .block__image {
    display: none;
  }
  .block:hover .block__title,
  .block:focus .block__title {
    color: #004a99;
  }
  .block:hover .block__description,
  .block:focus .block__description {
    display: block;
  }
  .block:hover .block__link,
  .block:focus .block__link {
    display: block;
  }
  .block:hover .block__graphic,
  .block:focus .block__graphic {
    opacity: 1;
    transform: translate(40px, -40px);
  }
}
.block__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block__image {
    display: flex;
    margin-bottom: 18px;
  }
}
.block__title {
  color: #004a99;
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 21px;
}
@media only screen and (min-width: 1024px) {
  .block__title {
    color: #fff;
  }
}
.block__description {
  color: #121212;
}
@media only screen and (min-width: 1024px) {
  .block__description {
    display: none;
  }
}
.block__link {
  margin-right: auto;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .block__link {
    display: none;
    align-self: flex-start;
  }
}
.block__graphic {
  position: absolute;
  top: -39px;
  right: -40px;
  transition: opacity 0.22s ease-out, transform 0.22s ease-out;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .block__graphic {
    opacity: 0;
    top: 0;
    right: 0;
  }
}
.stat {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .stat {
    text-align: left;
    padding-right: 14px;
  }
}
.stat__title {
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .stat__title {
    letter-spacing: -1.5px;
  }
}
.stat__title--tertiary {
  color: #00a4b0;
}
.stat__title--white {
  color: #fff;
}
.stat__extra {
  margin: 0 -10px;
}
.stat__description {
  font-size: 14px;
  margin-bottom: 0;
}
.stat__description--dark {
  color: #121212;
}
.stat__description--white {
  color: #fff;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.search-popup {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #0a3282;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease-out;
  visibility: hidden;
}
.search-popup__graphic {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
.search-popup__graphic--left {
  left: 0;
  top: 0;
  transform: scale3d(0.8, 0.8, 1);
}
.search-popup__graphic--right {
  right: 0;
  bottom: -90px;
  transform: translate3d(0, -30px, 0);
  display: none;
}
@media only screen and (min-width: 768px) {
  .search-popup__graphic--right {
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search-popup__graphic--right {
    display: block;
  }
}
.search-popup__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  margin: 0 auto;
}
.search-popup__wrapper::-webkit-scrollbar {
  display: none;
}
.search-popup__input-container {
  position: relative;
  width: 100%;
}
.search-popup__input[type="search"] {
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  line-height: 10px;
  height: auto;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #00a4b0;
  -webkit-appearance: none;
  color: #fff;
}
.search-popup__input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.search-popup__input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.search-popup__input[type="search"]:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
}
.search-popup__input[type="search"]::-ms-clear,
.search-popup__input[type="search"]::-ms-reveal,
.search-popup__input[type="search"]::-webkit-search-decoration,
.search-popup__input[type="search"]::-webkit-search-cancel-button,
.search-popup__input[type="search"]::-webkit-search-results-button,
.search-popup__input[type="search"]::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .search-popup__input[type="search"] {
    padding: 15px 0;
    font-size: 50px;
    line-height: 52px;
    font-weight: 900;
  }
}
.search-popup__label {
  display: none;
}
.search-popup__submit {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0);
  top: 60%;
  transform: translateY(-50%);
  padding: 0;
}
.search-popup__submit-icon {
  font-size: 18px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .search-popup__submit-icon {
    font-size: 23px;
  }
}
.search-popup__info {
  display: block;
  color: #fff;
  margin-top: 12px;
  text-align: right;
  width: 100%;
}
.search-popup__links {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: left;
}
.search-popup__title {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  padding-bottom: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.search-popup__title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #00a4b0;
  left: 0;
  bottom: -4px;
}
@media only screen and (min-width: 768px) {
  .search-popup__title {
    width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-popup__title {
    margin-bottom: 32px;
  }
}
.search-popup__inner-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.search-popup__col {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
.search-popup__item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .search-popup__item {
    margin-bottom: 25px;
  }
}
.search-popup__link {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .search-popup__link:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 100%;
    content: "";
  }
  .search-popup__link:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f5aa00;
    transform: scaleX(0);
    transition: transform 0.5s ease-out;
    transform-origin: left;
  }
  .search-popup__link:hover:after,
  .search-popup__link:focus:after {
    transform: scaleX(1);
  }
}
.search-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  width: 22px;
  height: 22px;
  z-index: 1;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (min-width: 1024px) {
  .search-popup__close {
    top: 54px;
    right: 56px;
  }
}
.search-popup__close:before,
.search-popup__close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  transform-origin: center center;
  transform: rotate(45deg);
}
.search-popup__close:after {
  transform: rotate(-45deg);
}
.search-popup__form {
  width: 100%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px;
  max-width: 1440px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .search-popup__form {
    max-height: 475px;
    margin-bottom: 50px;
  }
}
.search-popup--open {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  visibility: visible;
}
.search-popup--open:before,
.search-popup--open:after {
  transform: translate3d(0, 0, 0);
}
.search-popup--open .search-popup__close,
.search-popup--open .search-popup__graphic--left {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup--open .search-popup__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup--open .search-popup__col {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-popup--open .search-popup__col:first-of-type {
  transition-delay: 0.1s;
}
.search-popup--open .search-popup__col:last-of-type {
  transition-delay: 0.35s;
}
.search-popup--open .search-popup__graphic--right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.1s;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.play-button {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(5, 28, 74, 0.08);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  .play-button {
    right: -38px;
    left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .play-button--centred {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.play-button:before,
.play-button:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  margin-left: -35px;
  margin-top: -35px;
  background: #fff;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  transform: scale(0.5);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.play-button:before {
  transition-delay: 0.2s;
}
.play-button:after {
  transition-delay: 0.4s;
}
.play-button:hover:before,
.play-button:hover:after,
.play-button:focus:before,
.play-button:focus:after {
  transform: scale(1);
  opacity: 0;
}
.play-button:hover .play-button__icon,
.play-button:focus .play-button__icon {
  color: #00a4b0;
}
.play-button:active {
  background-color: #fff;
}
.play-button:active .play-button__icon {
  color: #00a4b0;
}
.play-button__icon {
  font-size: 28px;
  z-index: 1;
  transition: color 0.22s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 54%;
}
@media only screen and (min-width: 1024px) {
  .play-button__icon {
    left: 53%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.interruption-strip__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .interruption-strip__content {
    max-width: 680px;
  }
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__content {
    max-width: 479px;
  }
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__content--alt {
    max-width: 640px;
  }
}
.interruption-strip__title {
  color: #004a99;
  line-height: 1.287;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__title {
    line-height: 1.4;
  }
}
.interruption-strip__text {
  margin-bottom: 25px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .interruption-strip__text {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__text {
    margin-bottom: 35px;
  }
}
.interruption-strip__ctas {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__ctas {
    flex-direction: row;
    align-items: center;
  }
}
.interruption-strip__cta {
  margin-bottom: 24px;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__cta {
    max-width: none;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.interruption-strip__image {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 580px;
  -webkit-mask: url("../img/shapes/shape-mask.svg");
  mask: url("../img/shapes/shape-mask.svg");
}
.interruption-strip__image-source {
  bottom: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  max-width: none;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__image {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .interruption-strip__image {
    width: 662px;
  }
}
.interruption-strip__image--right {
  right: -20px;
}
@media only screen and (min-width: 1200px) {
  .interruption-strip__image--right {
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  _:-ms-fullscreen,
  :root .interruption-strip__content--alt {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  _:-ms-fullscreen,
  :root .interruption-strip__image {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  _:-ms-fullscreen,
  :root .interruption-strip__image {
    width: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  _:-ms-fullscreen,
  :root .interruption-strip__image {
    width: 696px;
  }
}
@media only screen and (min-width: 1024px) {
  _:-ms-fullscreen,
  :root .interruption-strip__image-source {
    max-width: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.tabs {
  position: relative;
}
.tabs--inner {
  max-width: 980px;
  margin: 0 auto;
}
.tabs--grey {
  background: #f7f7f7;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  padding: 23px 15px 0;
  border-bottom: 2px solid #f5aa00;
}
@media only screen and (min-width: 768px) {
  .tabs--grey {
    width: calc(100% + 50px);
    left: -25px;
    padding: 40px 25px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs--grey {
    width: 57vw;
    left: auto;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    border-left: 2px solid #f5aa00;
    border-bottom: none;
    min-height: 388px !important;
  }
  .tabs--grey:after {
    position: absolute;
    content: "";
    background: #f7f7f7;
    width: 100vw;
    height: 100%;
    top: 0;
  }
}
.tabs-container--alt {
  overflow: hidden;
  padding: 0 11px 0 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media only screen and (min-width: 1024px) {
  .tabs-container--alt {
    overflow: visible;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
}
.tabs-container--flex {
  display: flex;
  flex-direction: column;
  background: #00a4b0;
}
@media only screen and (min-width: 1024px) {
  .tabs-container--flex {
    flex-direction: row;
    min-height: 388px;
    position: relative;
    width: 100%;
  }
}
.tabs__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .tabs__row {
    flex-direction: row;
  }
}
.tabs__column {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .tabs__column {
    margin-right: 120px;
  }
  .tabs__column:last-of-type {
    margin-right: 0;
  }
}
.tabs__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 0;
}
.tabs__link {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.22s ease-out, transform 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .tabs__link {
    font-size: 20px;
  }
  .tabs__link:hover,
  .tabs__link:focus {
    color: #f5aa00;
    transform: translateX(20px);
  }
  .tabs__link:hover .tabs__icon,
  .tabs__link:focus .tabs__icon {
    transform: translateX(-20px);
  }
}
.tabs__navigation {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 51px -10px;
  overflow-x: auto;
  white-space: nowrap;
  width: calc(100% + 30px);
  left: -15px;
  align-items: center;
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .tabs__navigation {
    width: 100%;
    left: auto;
    justify-content: center;
    margin: 0 auto 51px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__navigation {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__navigation--alt {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__navigation--alt {
    justify-content: flex-end;
  }
}
.tabs__navigation--inner {
  left: 0;
  position: relative;
  top: -42px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tabs__navigation--inner {
    margin: 0 auto 20px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__navigation--inner {
    justify-content: center;
    margin: 0 auto 51px auto;
  }
}
.tabs__navigation--flex {
  display: flex;
  border: none;
  z-index: 1;
  min-height: 86px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .tabs__navigation--flex {
    flex-direction: column;
    align-items: flex-start;
    width: 43vw;
    min-height: auto;
    position: relative;
  }
}
.tabs__navigation--form {
  width: 100%;
}
.tabs__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.22s ease-out;
}
.tabs__panel.active {
  transition-delay: 120ms;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  position: relative;
}
.tabs__panel.active .tabs__shape--secondary,
.tabs__panel.active .tabs__shape--primary,
.tabs__panel.active .tabs__shape--tertiary {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .tabs__panel--alt {
    padding-left: 208px;
    padding-top: 20px;
  }
}
.tabs__text {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .tabs__text {
    margin-bottom: 40px;
  }
}
.tabs__button {
  position: relative;
  display: block;
  background: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 18px;
  transition: color 0.22s ease-out;
}
.tabs__button:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #f5aa00;
  height: 2px;
  width: 100%;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  bottom: -1px;
  transition: transform 0.22s ease-out;
}
.tabs__button:last-of-type {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .tabs__button:last-of-type {
    padding-right: 0;
  }
}
.tabs__button:focus {
  color: #fff;
}
.tabs__button.active:after {
  transform: scaleX(1);
}
@media only screen and (min-width: 1024px) {
  .tabs__button:hover {
    color: #f5aa00;
  }
}
.tabs__button--hidden {
  opacity: 0;
  pointer-events: none;
}
.tabs__button--margin-right {
  margin-right: 46px;
}
@media only screen and (min-width: 768px) {
  .tabs__button--margin-right {
    margin-right: 63px;
  }
}
.tabs__button--dark {
  color: rgba(18, 18, 18, 0.6);
  margin-right: 20px;
}
.tabs__button--dark:after {
  background-color: #00a4b0;
}
.tabs__button--dark:focus,
.tabs__button--dark.active {
  color: #121212;
}
@media only screen and (min-width: 768px) {
  .tabs__button--dark {
    margin-right: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__button--dark:hover {
    color: #121212;
  }
}
.tabs__button--inner {
  color: rgba(18, 18, 18, 0.6);
}
.tabs__button--inner:focus,
.tabs__button--inner.active {
  color: #121212;
}
@media only screen and (min-width: 768px) {
  .tabs__button--inner {
    margin-right: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__button--inner {
    margin-right: 63px;
  }
  .tabs__button--inner:hover {
    color: #121212;
  }
}
.tabs__button--large {
  font-size: 20px;
  text-transform: none;
  padding: 0;
  letter-spacing: normal;
  margin-right: 10px;
  color: #4dbfc7;
}
.tabs__button--large:focus,
.tabs__button--large:hover,
.tabs__button--large.active {
  color: #fff;
}
.tabs__button--large:last-of-type {
  padding-right: 0;
}
.tabs__button--large:after {
  background-color: #fff;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .tabs__button--large:after {
    bottom: -3px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__button--large {
    font-size: 50px;
    line-height: 38px;
    margin-bottom: 40px;
    padding-right: 0;
    margin-right: 0;
  }
  .tabs__button--large:last-of-type {
    margin-bottom: 0;
  }
}
.tabs__button--previous,
.tabs__button--next,
.tabs__button--submit {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tabs__button--previous,
  .tabs__button--next,
  .tabs__button--submit {
    width: auto;
  }
}
.tabs__button--previous:hover,
.tabs__button--previous:focus,
.tabs__button--next:hover,
.tabs__button--next:focus,
.tabs__button--submit:hover,
.tabs__button--submit:focus {
  color: #fff;
}
.tabs__button--previous:after,
.tabs__button--next:after,
.tabs__button--submit:after {
  display: none;
}
.tabs__button--previous {
  color: #0a3282;
}
.tabs__button--next,
.tabs__button--submit {
  background: #0a3282;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tabs__button--next,
  .tabs__button--submit {
    margin-bottom: 0;
  }
}
.tabs__button--next:last-of-type,
.tabs__button--submit:last-of-type {
  padding-right: 20px;
}
.tabs__icon {
  font-size: 12px;
  transition: transform 0.22s ease-out;
}
.tabs__select-container {
  display: none;
}
.tabs__shape {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tabs__shape {
    display: block;
    position: absolute;
    width: 298px;
    height: 298px;
    right: -150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tabs__shape-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.tabs__shape--primary,
.tabs__shape--secondary,
.tabs__shape--tertiary {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .tabs__shape--primary {
    right: auto;
    left: -82px;
    top: 7px;
    width: 231px;
    height: 157px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .tabs__shape--primary {
    top: 50%;
    transform: translateY(-145px);
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__shape--secondary {
    width: 105px;
    height: 259px;
    right: auto;
    left: -141px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__shape--tertiary {
    width: 230px;
    height: 169px;
    right: auto;
    left: -82px;
    top: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__shape--tertiary {
    top: 50%;
    transform: translateY(-12%);
  }
}
.shape {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .shape {
    display: block;
  }
}
.shape--right {
  top: 81px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .shape--right {
    width: 663px;
    height: 664px;
  }
}
.shape--right-alt {
  right: 0;
  bottom: -7px;
}
.shape--left {
  left: 0;
  bottom: -10px;
}
.shape--offset-middle {
  top: 0;
  left: 50%;
  transform: translateX(-20%);
}
@media only screen and (min-width: 1200px) {
  .shape--offset-middle {
    transform: translateX(-25%);
  }
}
.shape--mobile {
  display: block;
  right: 0;
  bottom: -11px;
}
@media only screen and (min-width: 1024px) {
  .shape--mobile {
    display: none;
  }
}
.shape--large {
  bottom: -8px;
  right: 0;
}
.shape--huge {
  right: 0;
  top: 184px;
}
.shape--huge-mobile {
  top: 337px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .shape--huge-mobile {
    top: 184px;
  }
}
.shape--huge-top {
  display: block;
  top: 75px;
  right: -15px;
}
@media only screen and (min-width: 768px) {
  .shape--huge-top {
    right: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .shape--huge-top {
    right: 0;
    top: 35px;
  }
}
.shape--huge-left {
  left: 0;
  transform: scaleX(-1);
  right: auto;
  top: 868px;
}
@media only screen and (min-width: 768px) {
  .shape--reversed,
  .shape--alt {
    display: block;
    height: 300px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1024px) {
  .shape--reversed,
  .shape--alt {
    height: 404px;
  }
}
.shape--reversed {
  left: 0;
  bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .shape--reversed {
    left: -135px;
  }
}
@media only screen and (min-width: 1200px) {
  .shape--reversed {
    left: 0;
  }
}
.shape--alt {
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .shape--alt {
    right: -135px;
  }
}
@media only screen and (min-width: 1200px) {
  .shape--alt {
    right: 0;
  }
}
.shape--small {
  display: block;
  left: 0;
  height: 202px;
  bottom: 19px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .shape--small {
    display: none;
  }
}
.shape--bottom {
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .shape--bottom {
    bottom: 0;
    top: auto;
    width: 319px;
    height: 319px;
  }
}
.shape--bottom-right {
  bottom: 0;
  right: -73px;
  display: block;
  width: 268px;
  height: 195px;
}
@media only screen and (min-width: 1024px) {
  .shape--bottom-right {
    width: 511px;
    height: 370px;
    right: -140px;
  }
}
@media only screen and (min-width: 1200px) {
  .shape--bottom-right {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shape--bottom-left {
    display: block;
    left: 0;
    bottom: -1px;
    width: 522px;
    height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .shape--bottom-left {
    height: 140px;
    width: 509px;
  }
}
.shape--left-duo {
  display: block;
  top: 103px;
  width: auto;
  height: 354px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .shape--left-duo {
    top: auto;
    bottom: 0;
  }
}
.shape__source--alt {
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.video {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .video {
    margin-bottom: 65px;
  }
}
.video__box {
  aspect-ratio: 16 / 9;
  position: relative;
}
.video__placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.list-container {
  margin-top: 15px;
  margin-bottom: 55px;
}
.list__item {
  position: relative;
  padding: 30px 20px 34px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(5, 28, 74, 0.06);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .list__item {
    padding: 33px 44px 34px 40px;
  }
}
.list__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1.56;
  color: #121212;
}
@media only screen and (min-width: 768px) {
  .list__link {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .list__link:hover .list__icon,
  .list__link:focus .list__icon {
    color: #00a4b0;
  }
}
.list__icon {
  font-size: 45px;
  color: #0a3282;
  margin-right: 43px;
  transition: color 0.22s ease-out;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .list__icon {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .list__icon {
    min-width: 37px;
  }
}
.list__icon--alt {
  font-size: 20px;
  margin-bottom: 4px;
  margin-right: 0;
}
.list__text {
  max-width: 490px;
}
.list__label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .list__label {
    margin-left: auto;
    margin-top: 0;
    min-height: 54px;
  }
}
.list__label-text {
  position: relative;
  line-height: 1.5;
}
.list__label-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #121212;
  bottom: 0;
  right: 0;
}
.list__extra {
  position: absolute;
  right: 20px;
  bottom: 34px;
  font-size: 12px;
  font-weight: 700;
  color: #626262;
}
@media only screen and (min-width: 768px) {
  .list__extra {
    bottom: 10px;
    left: 40px;
    right: auto;
  }
}
.brick {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px 6px 0 0;
  position: relative;
  padding: 0 23px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 276px;
}
@media only screen and (min-width: 768px) {
  .brick {
    padding: 23px 23px 30px;
    min-height: 349px;
  }
}
@media only screen and (min-width: 1024px) {
  .brick {
    max-width: 280px;
    padding: 86px 23px 30px;
    min-height: auto;
    display: block;
  }
}
.brick--alt {
  background: #0a3282;
}
.brick--alt .brick__text,
.brick--alt .brick__title {
  color: #fff;
}
.brick__graphic {
  position: absolute;
  top: -57px;
  right: 34px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 33px 30px;
  display: flex;
}
.brick__content {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .brick__content {
    max-width: 234px;
  }
}
.brick__title {
  font-size: 54px;
  color: #00a4b0;
  font-weight: 900;
  margin-bottom: 15px;
}
.brick__text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.brick__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.accordion {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 27px 18px;
  min-height: 91px;
}
@media only screen and (min-width: 1024px) {
  .accordion {
    padding: 20px 35px;
  }
  .accordion:hover .accordion__trigger-label,
  .accordion:focus .accordion__trigger-label {
    color: #004a99;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  max-width: 738px;
  transition: 0.22s ease-out;
  transition-property: max-height;
}

.accordion__content ul,
.accordion__content ol{
  margin-left: 20px;
  margin-bottom:20px;
  
}

.accordion__content ul{
  list-style: disc;
}

.accordion__content ul li,
.accordion__content ol li{
  margin-bottom:6px;
  
}

@media only screen and (min-width: 1024px) {
  .accordion__content--pushed-right {
    padding-left: 60px;
  }
}
.accordion__content-inner {
  margin-top: 15px;
  padding-bottom: 20px;
}
.accordion__content-inner p {
  margin-bottom: 7px;
}
.accordion__content-inner p a {
  color: #0a3282;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out,
    -webkit-text-decoration-color 0.22s ease-out;
}
.accordion__content-inner p a:hover,
.accordion__content-inner p a:focus {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
.accordion__content-inner .inner {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .accordion__content-inner .inner {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__content-inner .inner {
    max-width: 738px;
  }
}
.accordion__content-inner .inner ul {
  margin-top: 0;
  margin-bottom: 0;
  
}
@media only screen and (min-width: 768px) {
  .accordion__content-inner .inner ul:first-of-type {
    margin-right: 60px;
  }
}

.accordion__trigger {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 40px;
  padding-left: 0;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .accordion__trigger {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__trigger--pushed-right {
    padding-left: 60px;
  }
}
.accordion__trigger--expanded .accordion__icon {
  border-color: #00a4b0;
  transform: rotate(45deg);
}
.accordion__trigger--expanded .accordion__icon:before,
.accordion__trigger--expanded .accordion__icon:after {
  background: #00a4b0;
}
.accordion__trigger-label {
  color: #121212;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  max-width: 830px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: color 0.22s ease-out, -webkit-text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out, color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out, color 0.22s ease-out,
    -webkit-text-decoration-color 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .accordion__trigger-label {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__trigger-label {
    margin-top: 4px;
  }
}
.accordion__image {
  position: absolute;
  left: 0;
  max-height: 37px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .accordion__image {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
  }
}
.accordion__icon {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  width: 28px;
  height: 28px;
  border: 2px solid #004a99;
  transition: border-color 0.22s ease-out, transform 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .accordion__icon {
    top: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__icon {
    top: 10px;
  }
}
.accordion__icon:before,
.accordion__icon:after {
  position: absolute;
  display: block;
  content: "";
  background: #004a99;
  transition: background 0.22s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion__icon:before {
  width: 15px;
  height: 2px;
}
.accordion__icon:after {
  height: 15px;
  width: 2px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.social {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .social {
    display: flex;
    position: fixed;
    position: sticky;
    float: right;
    right: 5vw;
    top: 30px;
    left: auto;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.social__box {
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  background-color: #121212;
  transition: 0.22s ease-out;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .social__box:hover,
  .social__box:focus {
    background-color: #00a4b0;
  }
}
.social__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.social__icon {
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sticky {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sticky {
    justify-content: space-between;
  }
}
.sticky__heading {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sticky__heading {
    display: flex;
    color: #161616;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    margin-right: 40px;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.form--contact {
  width: 100%;
}
.form__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .form__row {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .form__row--wrap-tablet {
    min-height: 200px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .form__row--wrap-tablet {
    min-height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .form__row--wrap-tablet {
    min-height: 0;
  }
}
.form__row--alt {
  flex-direction: column;
  align-items: flex-start;
}
.form__row--alt textarea:focus {
  color: #121212;
  outline: none;
  border: 1px solid #00a4b0;
}
.form__row--hidden {
  display: none !important;
}
.form__row--show {
  display: flex !important;
}
.form__label {
  font-size: 14.01051px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .form__label {
    margin-bottom: 10px;
  }
}
.form__label--regular {
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.287;
}
.form__input-container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form__input-container {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .form__input-container {
    margin-right: 33px;
  }
}
.form__input-container--keyword {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .form__input-container--keyword {
    width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .form__input-container--keyword {
    width: 367px;
  }
}
.form__input-container--keyword:before {
  position: absolute;
  display: block;
  bottom: 15px;
  right: 0;
  width: 16px;
  height: 22px;
  color: #00a4b0;
  font-family: "icons";
  font-size: 16px;
}
.form__input-container--no-margin-right {
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
}
.form__input[type="text"] {
  position: relative;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14.01051px;
  color: rgba(18, 18, 18, 0.25);
  padding: 10px 30px 0 0;
  transition: color 0.22s ease-out, border 0.22s ease-out;
  z-index: 1;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .form__input[type="text"] {
    width: 175px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__input[type="text"] {
    width: 367px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input[type="text"].form__input--large {
    width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__input[type="text"].form__input--large {
    width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .form__input[type="text"].form__input--large {
    width: 367px;
  }
}
.form__input[type="text"]:focus {
  color: #121212;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #00a4b0;
}
.form__input[type="text"].form__input--populated {
  color: #121212;
}
.form__input[type="text"].form__input--alt[type="text"] {
  border: 1px solid #c8c8c8;
  width: 100%;
  padding-top: 0;
  padding-left: 14px;
  border-radius: 2px;
  height: 50px;
  background: #fff;
}
.form__input[type="text"].form__input--alt[type="text"]:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.25);
}
.form__input[type="text"].form__input--alt[type="text"]::placeholder {
  color: rgba(18, 18, 18, 0.25);
}
.form__input[type="text"].form__input--alt[type="text"]:focus {
  border: 1px solid #00a4b0;
}
.form__input[type="text"].form__input--populated-alt[type="text"],
.form__input[type="text"]:focus {
  color: #121212;
}
.form__input[type="date"],
.form__input[type="email"] {
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  color: rgba(18, 18, 18, 0.25);
  text-transform: uppercase;
  border: 1px solid #c8c8c8;
}
.form__input[type="date"].form__input--populated-alt[type="date"],
.form__input[type="date"].form__input--populated-alt[type="email"],
.form__input[type="date"]:focus,
.form__input[type="email"].form__input--populated-alt[type="date"],
.form__input[type="email"].form__input--populated-alt[type="email"],
.form__input[type="email"]:focus {
  color: #121212;
  outline: none;
}
.form__input[type="email"] {
  text-transform: none;
  text-transform: initial;
}
.form__select {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
}
.form__select:last-child {
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .form__select {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .form__select {
    margin-right: 18px;
  }
}
.form__select--alt {
  border: 1px solid #c8c8c8;
  color: rgba(18, 18, 18, 0.25);
  cursor: pointer;
}
.form__select--alt:last-child {
  margin-bottom: 0;
}
.form__select--alt:focus {
  border-color: #00a4b0;
  color: #121212;
  outline: none;
}
.form__select:focus,
.form__select--populated {
  color: #121212;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
}
.form__select-container {
  position: relative;
}
.form__select-container:before {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 11px;
  height: 9px;
  color: #00a4b0;
  font-family: "icons";
  font-size: 6.0015px;
  pointer-events: none;
}
.form__select-list-container {
  position: relative;
  background: #fff;
}
.form__select-list-container:before {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 11px;
  height: 9px;
  color: #00a4b0;
  font-family: "icons";
  font-size: 6.0015px;
}
.form__select-list {
  position: relative;
  background: none;
  border: 1px solid #c8c8c8;
  color: rgba(18, 18, 18, 0.25);
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .form__select-list {
    width: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__select-list {
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .form__select-list {
    width: 195px;
  }
}
.form__select-list:focus,
.form__select-list--populated {
  color: #121212;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  padding-right: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form__button {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #121212;
  background: none;
  padding: 0;
  height: 48px;
  transition: color 0.22s ease-out;
  min-width: 130px;
}
.form__button:hover {
  color: #00a4b0;
  background: none;
}
@media only screen and (min-width: 1024px) {
  .form__button:focus {
    color: #00a4b0;
    background: none;
  }
}
@media only screen and (min-width: 1200px) {
  .form__reset {
    justify-content: space-between;
  }
}
.form__button-icon {
  display: block !important;
  margin-left: 6px;
  color: #00a4b0;
  padding-top: 5px;
}
@media only screen and (min-width: 1200px) {
  .form__button-icon {
    margin-left: 0;
  }
}
.form-container {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  padding: 26px 15px 20px;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(5, 28, 74, 0.06);
}
@media only screen and (min-width: 768px) {
  .form-container {
    margin: 40px 10px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .form-container {
    margin-top: 80px;
    margin-bottom: 60px;
    width: 100%;
  }
}
.form__container {
  background: rgba(255, 255, 255, 0);
  padding: 29px 0 0;
  text-align: left;
  max-width: 620px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .form__container {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 68px 70px 33px;
  }
}
.form__container--no-background {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  padding: 37px 0 5px;
  margin: 0 auto;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .form__container--no-background {
    padding: 24px 0 0;
    margin-bottom: 18px;
    max-width: 620px;
  }
}
.form__group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form__group--small-margin-bottom {
  margin-bottom: 15px;
}
.form__group.error {
  margin-bottom: 10px;
}
.form__group.error .form__input-container,
.form__group.error .form__select-container {
  margin-bottom: 20px;
}
.form__group.error .form__error {
  display: flex;
}
.form__group.error .form__textarea {
  margin-bottom: 13px;
}
.form__group.error .form__checkbox {
  margin-bottom: 20px;
}
.form__group.error .form__input,
.form__group.error .form__select,
.form__group.error .form__textarea {
  border-color: #c11414 !important;
}
.form__group.valid .form__input--alt {
  color: #121212;
}
.form__heading {
  font-size: 18px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .form__heading {
    margin-bottom: 15px;
  }
}
.form__heading--large {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .form__heading--large {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__heading--margin-bm-increase {
    margin-bottom: 18px;
  }
}
.form__checkbox {
  display: flex;
  align-items: center;
}
.form__checkbox-input {
  position: absolute;
  opacity: 0;
  left: 0;
  pointer-events: none;
}
.form__checkbox-label {
  font-size: 12px;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.form__checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  top: 1px;
  border-radius: 2px;
}
.form__checkbox-label:after {
  content: "";
  position: absolute;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #00a4b0;
  top: 4px;
  transform-origin: center center;
  transform: scale(0);
  border-radius: 2px;
}
.form__checkbox-link {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .form__checkbox-link {
    text-decoration: none;
  }
  .form__checkbox-link:after {
    bottom: -1px;
    transition: opacity 0.22s ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .form__checkbox-link:hover:after,
  .form__checkbox-link:focus:after {
    opacity: 0;
  }
}
.form__checkbox-input:checked + .form__checkbox-label:after {
  transform: scale(1);
}
.form__checkbox-input[type="checkbox"] {
  margin-right: 10px;
}
.form__bottom {
  margin-bottom: 52px;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .form__bottom {
    max-width: 625px;
    margin: 0 auto 116px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.form__bottom--reduced-margin {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .form__bottom--reduced-margin {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__bottom--reduced-margin {
    margin-bottom: 61px;
    justify-content: center;
  }
}
.form__textarea {
  border: 1px solid #c8c8c8;
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  color: rgba(18, 18, 18, 0.25);
}
.form__textarea textarea {
  color: #121212;
}
.form__textarea:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.25);
}
.form__textarea::placeholder {
  color: rgba(18, 18, 18, 0.25);
}
.form__textarea:-ms-input-placeholder:focus {
  color: #121212;
}
.form__textarea::placeholder:focus {
  color: #121212;
}
.form__textarea:focus,
.form__textarea--populated {
  color: #121212;
}
.form__error {
  font-size: 12px;
  color: #c11414;
  line-height: 1.25;
  position: absolute;
  bottom: 0;
  display: none;
}
.form__error--alt {
  position: relative;
  margin-top: -15px;
}
.form__submit {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin-bottom: 0;
  }
}
.form__submit:focus {
  color: #fff;
}
.loading-indicator {
  margin: 100px auto;
  width: 100px;
  height: 50px;
  text-align: center;
  font-size: 10px;
}
.loading-indicator__rect {
  background-color: #00a4b0;
  height: 100%;
  width: 9px;
  display: inline-block;
  animation: loading 1.2s infinite ease-in-out;
}
.loading-indicator__rect--2 {
  animation-delay: -1.1s;
}
.loading-indicator__rect--3 {
  animation-delay: -1s;
}
.loading-indicator__rect--4 {
  animation-delay: -0.9s;
}
.loading-indicator__rect--5 {
  animation-delay: -0.8s;
}
@keyframes loading {
  0%,
  40%,
  100% {
    transform: scaleY(0.1);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.pagination {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .pagination {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination {
    position: relative;
    padding-bottom: 0;
  }
  .pagination:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f7f7f7;
    left: 0;
    top: 60px;
  }
}
.pagination__wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 492px;
}
.pagination__container {
  display: flex;
  justify-content: center;
}
.pagination--hidden {
  display: none;
}
.pagination--has-button {
  background: none;
}
.pagination__wrapper {
  width: 100%;
}
.pagination__container {
  display: flex;
  justify-content: center;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pagination__item {
  width: 42px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item--margin-right {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination__item--margin-right {
    margin-right: 22px;
  }
}
.pagination__item--margin-left {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination__item--margin-left {
    margin-left: 22px;
  }
}
.pagination__item--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pagination__item--tablet {
    display: flex;
  }
}
.pagination__link {
  height: 100%;
  width: 100%;
  background: none;
  color: #0a3282;
  transition: color 0.22s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.pagination__link--active {
  color: #00828c;
  border-top: 1px solid #00828c;
}
@media only screen and (min-width: 1024px) {
  .pagination__link--inner {
    position: relative;
  }
  .pagination__link--inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00a4b0;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 0.22s ease-out;
    transform-origin: center;
  }
  .pagination__link--inner:hover:before,
  .pagination__link--inner:focus:before {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 1024px) {
  .pagination__link:hover,
  .pagination__link:focus {
    color: #0a3282;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination__link:disabled:before {
    background: none;
  }
  .pagination__link:disabled:hover {
    color: #0a3282;
    cursor: not-allowed;
  }
}
.pagination__link-icon {
  font-size: 10px;
}
.pagination__link-icon--margin {
  margin-right: 3px;
}
.pagination__link-icon--prev {
  transform: rotate(180deg);
}
.pagination__link-prev,
.pagination__link-next {
  background: none;
  color: #0a3282;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0 5px;
}
.pagination__link-prev:before,
.pagination__link-next:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  transition: transform 0.22s ease-out;
  background: #0e44b1;
}
@media only screen and (min-width: 768px) {
  .pagination__link-prev,
  .pagination__link-next {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination__link-prev:hover,
  .pagination__link-prev:focus,
  .pagination__link-next:hover,
  .pagination__link-next:focus {
    color: #fff;
  }
  .pagination__link-prev:hover:before,
  .pagination__link-prev:focus:before,
  .pagination__link-next:hover:before,
  .pagination__link-next:focus:before {
    transform: scaleX(1);
  }
}
.pagination__link-prev--secondary,
.pagination__link-next--secondary {
  background: none;
}
.pagination__link-prev--secondary:before,
.pagination__link-next--secondary:before {
  background: #00a4b0;
}
.pagination__link-prev--inverted:before,
.pagination__link-next--inverted:before {
  transform-origin: right;
}
@media only screen and (min-width: 1024px) {
  .pagination__button:disabled {
    background: #868686;
    color: #121212;
  }
  .pagination__button:disabled:before {
    background: #868686;
  }
  .pagination__button:disabled:hover {
    cursor: not-allowed;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.box {
  background: #004a99;
  position: relative;
  padding: 27px 23px 43px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 2px;
}
.box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .box {
    padding: 39px 55px 53px;
    min-height: 480px;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .box:last-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .box:hover .box__link,
  .box:focus .box__link {
    color: #f5aa00;
  }
  .box:hover .box__link:after,
  .box:focus .box__link:after {
    background: #f5aa00;
  }
  .box:hover .box__graphic,
  .box:focus .box__graphic {
    transform: scale(1.4);
  }
}
.box .box__title,
.box .box__text {
  color: #fff;
}
.box--alt {
  background: #f7f7f7;
}
@media only screen and (min-width: 1024px) {
  .box--alt:hover .box__link,
  .box--alt:focus .box__link {
    color: #0a3282;
  }
  .box--alt:hover .box__link:after,
  .box--alt:focus .box__link:after {
    background: #0a3282;
  }
}
.box--alt .box__title {
  color: #0a3282;
}
.box--alt .box__text {
  color: #121212;
}
.box-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .box-container {
    flex-direction: row;
    width: calc(100% + 20px);
    flex-wrap: wrap;
  }
}
.box__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 99px;
  min-height: 220px;
}
@media only screen and (min-width: 768px) {
  .box__content {
    margin-top: auto;
  }
}
.box__title {
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .box__title {
    line-height: 1.4375;
    width: 100%;
  }
}
.box__text {
  color: #121212;
}
@media only screen and (min-width: 1024px) {
  .box__text {
    width: 100%;
  }
}
.box__graphic {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 0;
  width: 319px;
  height: 319px;
  transition: transform 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .box__graphic {
    width: auto;
    height: auto;
    top: 39px;
    left: 55px;
  }
}
.box__graphic--right {
  left: auto;
  right: 23px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .box__graphic--right {
    transform: none;
    right: 55px;
  }
}
.box__graphic-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.box__link {
  margin-top: auto;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.form-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 592px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .form-buttons {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto 107px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-buttons {
    max-width: 661px;
  }
}
.form-buttons__inner {
  max-width: 281px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form-buttons__inner {
    margin-bottom: 0;
  }
}
.form-buttons__button {
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(5, 28, 74, 0.08);
  padding: 70px 20px 43px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  max-width: 281px;
  min-height: 281px;
  color: #004a99;
  font-size: 18px;
  transition: color 0.22s ease-out, background 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .form-buttons__button {
    margin-bottom: 36px;
  }
  .form-buttons__button:hover,
  .form-buttons__button:focus {
    background: #004a99;
    color: #fff;
  }
  .form-buttons__button:hover .form-buttons__icon,
  .form-buttons__button:focus .form-buttons__icon {
    color: #fff;
  }
}
.form-buttons__icon {
  font-size: 52px;
  color: #000;
  margin-bottom: 35px;
  transition: color 0.22s ease-out;
}
.form-buttons__icon--large {
  font-size: 61px;
}
.form-buttons__label {
  font-weight: 700;
}
.form-buttons__text {
  width: 100%;
}
.form-buttons__description {
  max-width: 232px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.notice-popup {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 120px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .notice-popup {
    overflow-y: scroll;
    padding: 120px 15px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .notice-popup {
    padding: 0;
    overflow: hidden;
  }
}
.notice-popup.is-open {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.notice-popup.is-open .notice-popup__wrapper {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.notice-popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  border-radius: 12px;
  max-width: 661px;
  min-height: 50vh;
  padding: 22px 25px 37px;
  box-shadow: 0 0 60px 0 rgba(5, 28, 74, 0.08);
  overflow-y: scroll;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (min-width: 1024px) {
  .notice-popup__wrapper {
    padding: 22px 25px 37px 40px;
    overflow: hidden;
  }
}
.notice-popup__close {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  line-height: 1.64;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .notice-popup__close {
    margin-bottom: 6px;
  }
  .notice-popup__close:hover .notice-popup__close-icon,
  .notice-popup__close:focus .notice-popup__close-icon {
    color: #f5aa00;
  }
}
.notice-popup__close-icon {
  margin-left: 8px;
  font-size: 17px;
  pointer-events: none;
  transition: color 0.22s ease-out;
}
.notice-popup__title {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1024px) {
  .notice-popup__title {
    font-size: 18px;
  }
}
.notice-popup__description {
  max-width: 500px;
}
.notice-popup__list {
  margin-bottom: 20px;
  width: 100%;
}
.notice-popup__item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
}
.notice-popup__item:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  background: #00a4b0;
  width: 4px;
  height: 4px;
  display: block;
}
.progress {
  margin: 25px 0;
}
@media only screen and (min-width: 768px) {
  .progress {
    margin: 50px 0;
  }
}
.progress__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 629px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .progress__info {
    margin: 0 auto 25px;
  }
}
.progress__block {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .progress__block {
    flex-direction: column;
  }
}
.progress__block--active {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .progress__block--active {
    margin: 0;
  }
}
.progress__block--active .progress__icon {
  color: #000;
  margin-right: 12px;
}
@media only screen and (min-width: 1024px) {
  .progress__block--active .progress__icon {
    margin-right: 0;
  }
}
.progress__block--active .progress__title {
  color: #000;
}
.progress__block--hidden-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .progress__block--hidden-mobile {
    display: block;
  }
}
.progress__icon {
  font-size: 28px;
  color: #a6a6a6;
  margin-bottom: 11px;
}
.progress__title {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 700;
}
.progress__bar {
  background: #e6e6e6;
  height: 2px;
  max-width: 629px;
  margin: 0 auto;
  display: flex;
  flex: 1;
}
.progress__step {
  flex: 1;
  background: #00a4b0;
  opacity: 0;
  position: relative;
}
.progress__step:after {
  content: "";
  position: absolute;
  background: #00a4b0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 0;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.progress__step--active {
  opacity: 1;
}
.progress__step--completion:after {
  opacity: 1;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.form-tooltip {
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.form-tooltip__button {
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.form-tooltip__button:hover + .form-tooltip__message,
.form-tooltip__button:focus + .form-tooltip__message {
  opacity: 1;
  visibility: visible;
}
.form-tooltip__button:hover .form-tooltip__icon,
.form-tooltip__button:focus .form-tooltip__icon {
  color: #00a4b0;
}
.form-tooltip__message {
  position: absolute;
  right: 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease-out, visibility 0.22s ease-out;
  width: 263px;
  transform: translate(46%, calc(-100% - 10px));
}
.form-tooltip__message:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: -1;
  transform-origin: center center;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.form-tooltip__message-inner {
  background: #fff;
  padding: 15px 18px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
  width: 100%;
}
.form-tooltip__icon {
  color: #000;
  transition: color 0.22s ease-out;
  font-size: 14px;
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.form-upload {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form-upload {
    margin-bottom: 12px;
  }
}
.form-upload__box {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  min-height: 100%;
  opacity: 0;
  z-index: -1;
}
.form-upload__extra {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .form-upload__extra {
    position: absolute;
    top: 68%;
    left: 162px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.form-upload__info,
.form-upload__size {
  font-size: 12px;
}
.form-upload__info {
  margin-right: 5px;
}
.form-upload__size {
  color: #868686;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .form-upload__size {
    margin-right: 3px;
  }
}
.form-upload__reset {
  display: none;
}
.form-upload__reset.show {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.22s ease-out;
}
.form-upload__reset.show:focus {
  background-color: #000;
}
.form-upload__reset.show:focus .form-upload__icon {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .form-upload__reset.show {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: -20px;
  }
  .form-upload__reset.show:hover {
    background-color: #000;
  }
  .form-upload__reset.show:hover .form-upload__icon {
    color: #fff;
  }
}
.form-upload__icon {
  font-size: 5px;
  color: #000;
  transition: color 0.22s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.quicklink {
  display: flex;
  padding: 40px 15px 0;
  flex-direction: column;
  min-height: 150px;
}
@media only screen and (min-width: 768px) {
  .quicklink {
    padding: 67px 25px 50px;
    min-height: 245px;
  }
}
@media only screen and (min-width: 1024px) {
  .quicklink {
    margin-right: 105px;
  }
}
@media only screen and (min-width: 1200px) {
  .quicklink {
    margin-right: 200px;
  }
}
.quicklink__link {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .quicklink__link:hover .quicklink__text,
  .quicklink__link:focus .quicklink__text {
    color: #f5aa00;
  }
  .quicklink__link:hover .quicklink__icon-container,
  .quicklink__link:focus .quicklink__icon-container {
    border-color: #f5aa00;
  }
  .quicklink__link:hover .quicklink__icon,
  .quicklink__link:focus .quicklink__icon {
    transform: translate(-15%, -50%);
  }
}
.quicklink__text {
  font-size: 18px;
  color: #fff;
  transition: color 0.22s ease-out;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .quicklink__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .quicklink__text {
    margin-right: 20px;
  }
}
.quicklink__icon-container {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: border-color 0.22s ease-out, transform 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .quicklink__icon-container {
    width: 41px;
    height: 41px;
    border: 2px solid #fff;
  }
}
.quicklink__icon {
  font-size: 7px;
  color: #fff;
  width: 14px;
  height: 12px;
  border: none;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .quicklink__icon {
    font-size: 14px;
  }
}
.email-form-switch {
  margin-bottom: 30px;
}
.email-form-switch__input,
.email-form-switch__mailto {
  display: none;
}
.email-form-switch__input {
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .listing {
    min-height: 100vh;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
.inner--wide {
  max-width: 980px;
}
@media only screen and (min-width: 1024px) {
  .inner--wide {
    padding: 0;
  }
}
.inner h2 {
  margin-bottom: 25px;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .inner h2 {
    line-height: 1.56;
    margin-bottom: 20px;
  }
}
.inner h3 {
  line-height: 1.4375;
}
@media only screen and (min-width: 1024px) {
  .inner h3 {
    line-height: 1.64;
  }
}
.inner h4 {
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .inner h4 {
    line-height: 1.64;
  }
}
.inner h5 {
  line-height: 1.715;
}
.inner h6 {
  line-height: 1.64;
}
.inner > p {
  line-height: 2;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .inner > p {
    margin-bottom: 40px;
  }
}
.inner > p.intro {
  font-size: 16px;
  line-height: 1.94;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .inner > p.intro {
    margin-bottom: 65px;
    font-size: 18px;
  }
}
.inner > p a {
  color: #0a3282;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out,
    -webkit-text-decoration-color 0.22s ease-out;
}
.inner > p a:hover,
.inner > p a:focus {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
.inner ul {
  margin-top: 0;
  margin-bottom: 32px;
}
.inner ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 1px;
  line-height: 2;
  font-size: 16px;
}
.inner ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 11px;
  top: 14px;
  background: #00a4b0;
  width: 4px;
  height: 4px;
}
.inner ul li ul {
  margin-top: 5px;
  margin-bottom: 6px;
}
.inner ol {
  list-style: none;
  counter-reset: li;
}
.inner ol li {
  counter-increment: li;
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.inner ol li:before {
  font-family: "Gothic A1", "Open Sans", Arial, sans-serif;
  content: counter(li) ".";
  display: inline-block;
  width: 1em;
  text-align: center;
  position: absolute;
  left: 8px;
  color: #00a4b0;
}
.inner ol li ul {
  counter-reset: li;
  margin-top: 5px;
  margin-bottom: 6px;
}
.inner ol li ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 1px;
  line-height: 2;
  font-size: 16px;
}
.inner ol li ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 11px;
  top: 14px;
  background: #00a4b0;
  width: 4px;
  height: 4px;
}
.inner a:not(.inner__cta):not(.button) {
  color: #0a3282;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out;
  transition: text-decoration-color 0.22s ease-out,
    -webkit-text-decoration-color 0.22s ease-out;
}
.inner a:not(.inner__cta):not(.button):hover,
.inner a:not(.inner__cta):not(.button):focus {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
.inner blockquote {
  margin: 55px 0 43px;
  background: #f7f7f7;
  padding: 70px 15px 50px;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .inner blockquote {
    width: 100%;
    left: 0;
    margin: 43px 0;
    padding: 70px 140px 50px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner blockquote {
    min-height: 398px;
    margin: 65px 0;
    padding: 72px 220px 72px 100px;
  }
}
.inner blockquote:before {
  position: absolute;
  color: #00a4b0;
  font-family: "icons";
  top: -48px;
  left: 17px;
  font-size: 75px;
}
@media only screen and (min-width: 1024px) {
  .inner blockquote:before {
    left: -15px;
  }
}
.inner blockquote p {
  font-size: 20px;
  color: #121212;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .inner blockquote p {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.inner blockquote span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 80px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .inner blockquote span {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .inner blockquote span {
    font-size: 16px;
  }
}
.inner blockquote cite {
  font-size: 14px;
  font-style: normal;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .inner blockquote cite {
    max-width: none;
  }
}
.inner blockquote img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.inner blockquote img:first-of-type {
  left: 0;
  max-width: 97px;
}
@media only screen and (min-width: 1024px) {
  .inner blockquote img:first-of-type {
    max-width: 100%;
  }
}
.inner blockquote img:last-of-type {
  right: 0;
}
.inner blockquote picture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97px;
}
@media only screen and (min-width: 768px) {
  .inner blockquote picture {
    width: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner blockquote picture {
    width: 221px;
    height: 325px;
  }
}
.inner figure {
  margin: 18px 0 30px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inner figure {
    margin: 30px 8px 40px;
  }
}
.inner figure img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.inner figure iframe {
  width: 100% !important;
  height: 200px !important;
}
@media only screen and (min-width: 768px) {
  .inner figure iframe {
    height: 435px !important;
  }
}
.inner figcaption {
  font-size: 12px;
  margin-top: 13px;
}
.inner table {
  width: 100%;
  margin: 38px 0 40px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .inner table {
    margin: 60px 0 30px;
  }
}
.inner table th {
  padding: 28px 15px 28px;
  background-color: #0a3282;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .inner table th {
    padding: 28px 0 28px 35px;
    line-height: 1;
  }
}
.inner table th:nth-child(odd) {
  border-right: 1px solid rgba(239, 239, 239, 0.2);
}
.inner table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.inner table td {
  padding: 24px 15px 24px;
  line-height: 1.5;
  vertical-align: top;
  max-width: 390px;
}
@media only screen and (min-width: 1024px) {
  .inner table td {
    padding: 24px 24px 24px 35px;
  }
}
.inner table td:nth-child(odd) {
  border-right: 1px solid #efefef;
}
.inner__ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 35px 0 42px;
}
@media only screen and (min-width: 768px) {
  .inner__ctas {
    display: block;
    margin: 60px 0 68px;
  }
}
.inner__ctas--alt {
  text-align: center;
  align-items: center;
}
.inner__cta {
  margin-bottom: 24px;
}
.inner__cta:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .inner__cta {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.inner__cta:last-of-type {
  margin-right: 0;
}
.inner--image-pair figure {
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .inner--image-pair figure {
    width: calc(50% - 12px);
    height: 234px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .inner--image-pair figure {
    height: 380px;
    margin: 30px 8px 40px;
  }
}
.inner--image-pair figure:first-child {
  margin-left: 0;
}
.inner--image-pair figure:last-child {
  margin-right: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .inner--image-pair figure:last-child {
    display: inline-flex;
  }
}
.inner--image-pair figure img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .inner--image-pair figure img {
    height: 100%;
  }
}
.inner--graphic-list ul li:before {
  background: url("../img/icons/checkbox.svg");
  width: 16px;
  height: 16px;
  top: 7px;
  left: 8px;
}
