html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
a {
  color: inherit;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.hidden {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
:root {
  --transition: 0.15s;
  --facebook-blue: #3b5998;
  --twitter-blue: #00aced;
  --linkedin-blue: #007bb6;
  --google-red: #dd4b39;
  --pinterest-red: #cb2027;
  --youtube-red: red;
  --flickr-pink: #ff0084;
  --white: #fff;
  --black: #000;
  --text: #333;
  --overlay: #2963aa;
  --overlay--light: rgba(41, 99, 170, 0.5);
  --overlay--dark: rgba(51, 51, 51, 0.85);
  --light--bg: #f0f0f0;
  --border: #ccc;
  --primary: #2963aa;
  --secondary: #373f48;
  --gray: #b4b7b9;
  --gray--light: #e8eae9;
  --gray--bg: #c2c5c7;
  --gray--timeline: #ececec;
  --gray--map: #e8e8e8;
  --gutter: 1.625rem;
  --gutter--minus: -1.625rem;
  --container-width: 102.8125rem;
  --font-family: "Titillium Web", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: 400;
}
.h1,
h1 {
  font-size: 1.875rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.23em;
}
@media (min-width: 23.75rem) {
  .h1,
  h1 {
    font-size: 2.375rem;
  }
}
@media (min-width: 34.375rem) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 65.625rem) {
  .h1,
  h1 {
    font-size: 4.25rem;
  }
}
.h2,
h2 {
  line-height: 0.94;
  letter-spacing: 0.125rem;
  font-size: 1.5rem;
}
@media (min-width: 23.75rem) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 65.625rem) {
  .h2,
  h2 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 86.25rem) {
  .h2,
  h2 {
    font-size: 3.625rem;
  }
}
.h3,
.h4,
h3,
h4 {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 23.75rem) {
  .h3,
  .h4,
  h3,
  h4 {
    font-size: 1.625rem;
  }
}
.h5,
h5 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
}
@media (min-width: 23.75rem) {
  .h5,
  h5 {
    font-size: 1.25rem;
  }
}
.h6,
h6 {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.07em;
}
p {
  margin-bottom: 1.8em;
  letter-spacing: 0.0625rem;
}
.uppercase {
  text-transform: uppercase;
}
.small {
  font-size: 0.75rem;
}
.medium {
  font-size: 1rem;
  line-height: 1.5;
}
address {
  font-style: normal;
}
ul:not(.no-list):not(.menu) {
  padding-left: 2em;
}
ul:not(.no-list):not(.menu) li {
  margin: 0.75em 0;
  list-style: square;
  letter-spacing: 0.0625rem;
}
ol {
  list-style-type: none;
  counter-reset: a;
  margin: 0 0 1.5em;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: a;
}
ol > li:before {
  content: counters(a, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-weight: 600;
}
ol li ol {
  margin: 0.6em 0 0;
}
ol li ol > li:before {
  content: counters(a, ".") " ";
}
ol > li {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 23.75rem) {
  ol > li {
    font-size: 1.625rem;
  }
}
ol > li {
  font-weight: 600;
  color: #2963aa;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
ol > li * {
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  color: var(--text);
}
@media (min-width: 65.625rem) {
  ol > li * {
    font-size: 1.25rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items--baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items--flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items--flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content--center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content--flex-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content--flex-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content--space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content--space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content--evenly {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self--center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-self--baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self--flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self--flex-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self--stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.justify-content--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content--flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content--flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content--left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.justify-content--right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.justify-content--space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content--space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.justify-content--stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.gfield_visibility_hidden {
  display: none !important;
}
body {
  margin: 0;
  padding: 4.125rem 0 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow: visible !important;
  font-family:
    Titillium Web,
    sans-serif;
  font-family: var(--font-family);
  font-size: 1em;
  line-height: 1.8;
  color: #333;
  color: var(--text);
}
@media (min-width: 78.75rem) {
  body {
    font-size: 1.25em;
    padding: 6.25rem 0 0;
    padding-top: 100px;
    padding-top: var(--header-height, 100px);
  }
}
body.admin-bar {
  padding-top: 20px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main {
  min-height: 100vh;
}
.container {
  max-width: 102.8125rem;
  max-width: var(--container-width);
  padding: 0 1.625rem;
  padding: 0 var(--gutter);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 29.375rem) {
  .container {
    padding: 0 0.9375rem;
  }
}
.container--alt {
  max-width: 67.5rem;
}
.container--large {
  width: 90%;
  position: relative;
}
@media (min-width: 36.25rem) {
  .container--large {
    max-width: 82.5rem;
    width: 80%;
  }
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hamburger {
  position: fixed;
  width: 2.125rem;
  height: 2.125rem;
  right: 1.625rem;
  right: var(--gutter);
  top: 1rem;
  z-index: 2;
}
@media (max-width: 29.375rem) {
  .hamburger {
    right: 0.9375rem;
  }
}
.hamburger:after,
.hamburger:before,
.hamburger__span {
  content: "";
  left: 0;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  background-color: #2963aa;
  background-color: var(--primary);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.hamburger__span {
  font-size: 0;
  top: 50%;
}
.hamburger:before {
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}
.hamburger:after {
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}
.menu-active .hamburger .hamburger__span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.menu-active .hamburger:before {
  -webkit-transform: translate(0) rotate(45deg);
  transform: translate(0) rotate(45deg);
}
.menu-active .hamburger:after {
  -webkit-transform: translate(0) rotate(-45deg);
  transform: translate(0) rotate(-45deg);
}
@media (min-width: 78.75rem) {
  .hamburger {
    display: none;
  }
}
.slideshow-image {
  opacity: 0;
  z-index: -1;
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start;
}
.slideshow-image.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
svg {
  fill: currentColor;
}
img {
  height: auto;
  display: block;
  max-width: 100%;
}
img.aligncenter {
  margin: 2em auto 1em;
}
img.alignright {
  margin: 2em 0 1em 8%;
  float: right;
}
img.alignleft {
  margin: 2em 8% 1em 0;
  float: left;
}
.video {
  padding: 0 0 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
}
.video > * {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
[responsive-background-image] {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
[responsive-background-image] img {
  display: none;
  position: relative;
}
[responsive-background-image].loaded .blur {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
}
.blur {
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blur,
.blur:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.blur:after {
  content: "";
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(41, 99, 170, 0.5);
  background-color: var(--overlay--light);
}
.blur.blur-large {
  -webkit-filter: none;
  filter: none;
  z-index: 2;
}
.load-more {
  text-align: center;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-transition: var(--transition) ease;
  transition: var(--transition) ease;
}
.load-more--none {
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.load-more--loading .load-more__spinner {
  opacity: 1;
}
.load-more__button {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.load-more__item {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-transition: var(--transition) ease;
  transition: var(--transition) ease;
}
.load-more__hidden {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.load-more__spinner {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/ui/loading.svg);
  -webkit-animation: a 0.7s infinite linear;
  animation: a 0.7s infinite linear;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  background-color: transparent;
  color: #2963aa;
  color: var(--primary);
  border: 2px solid #2963aa;
  border: 2px solid var(--primary);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 12.8125rem;
  padding: 0.5625rem 0 0.625rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn:focus,
.btn:hover {
  color: #fff;
  color: var(--white);
  background-color: #2963aa;
  background-color: var(--primary);
}
.btn--sml {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  min-width: 0;
  border-color: transparent;
}
.btn--sml:focus,
.btn--sml:hover {
  color: #2963aa;
  color: var(--primary);
  border-color: #2963aa;
  border-color: var(--primary);
  background-color: transparent;
}
:root {
  --slider--transition: 1s;
}
.slider {
  z-index: 5;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.slider,
.slider__image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.slider__image {
  z-index: 1;
  opacity: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition:
    z-index 1s step-start,
    opacity 1s ease;
  transition:
    z-index 1s step-start,
    opacity 1s ease;
  -webkit-transition:
    z-index var(--slider--transition) step-start,
    opacity var(--slider--transition) ease;
  transition:
    z-index var(--slider--transition) step-start,
    opacity var(--slider--transition) ease;
}
.slider__image.tns-slide-active {
  z-index: 2;
  opacity: 1;
  -webkit-transition:
    z-index 1s step-end,
    opacity 1s ease;
  transition:
    z-index 1s step-end,
    opacity 1s ease;
  -webkit-transition:
    z-index var(--slider--transition) step-end,
    opacity var(--slider--transition) ease;
  transition:
    z-index var(--slider--transition) step-end,
    opacity var(--slider--transition) ease;
}
.map {
  padding: 0 0 39.44444444444444%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none !important;
}
@media (max-width: 65.5625rem) {
  .map {
    padding-bottom: 56.25%;
  }
}
.map__wrapper {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #e8e8e8;
  background-color: var(--gray--map);
}
.map *,
.map * + {
  pointer-events: none !important;
}
.map .amcharts-bg,
.map .amcharts-map-area,
.map .amcharts-zoom-control,
.map .amcharts-zoom-control * {
  pointer-events: all !important;
}
.map .amcharts-map-area:focus,
.map .amcharts-map-area:hover {
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  fill: #2963aa !important;
  fill: var(--primary) !important;
}
.map .amcharts-map-line {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-name: c;
  animation-name: c;
  opacity: 0;
}
@-webkit-keyframes c {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes c {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --ajax-easing: cubic-bezier(0.5, 0, 0, 1);
}
#ajax-overlay {
  background-color: #2963aa;
  background-color: var(--primary);
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition:
    transform 0s,
    -webkit-transform 0s;
  height: 4px;
  top: 118px;
  top: 50%;
  margin-top: -0.125rem;
}
#disable-click {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
body.is-entering #disable-click {
  display: block;
}
.entry-header {
  background-color: #2963aa;
  color: #fff;
  overflow: hidden;
  padding: 30px 0 102px;
}
@media (min-width: 36.25rem) {
  .entry-header {
    padding: 95px 0 102px;
  }
}
.entry-header__ident {
  display: none;
}
@media (min-width: 36.25rem) {
  .entry-header__ident {
    position: absolute;
    top: 5px;
    left: -48px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
  }
}
@media (min-width: 36.25rem) {
  .entry-header__ident:after {
    content: "";
    height: 100vh;
    width: 3px;
    left: 50%;
    top: 5px;
    position: absolute;
    margin-left: -2px;
    background-color: #fff;
  }
}
.entry-back-button {
  margin-bottom: 40px;
}
@media (min-width: 36.25rem) {
  .entry-back-button {
    margin-bottom: 78px;
  }
}
.entry-time {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  position: relative;
  left: 3px;
}
.entry-title {
  line-height: 1.1;
  font-size: 1.875rem;
}
@media (min-width: 23.75rem) {
  .entry-title {
    font-size: 2.375rem;
  }
}
@media (min-width: 34.375rem) {
  .entry-title {
    letter-spacing: 1.5px;
    font-size: 3rem;
  }
}
@media (min-width: 65.625rem) {
  .entry-title {
    font-size: 3.75rem;
  }
}
.entry-image {
  width: 100%;
  height: auto;
  margin: -67px 0 46px;
}
.entry-container {
  max-width: 870px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media (min-width: 36.25rem) {
  .entry-container {
    width: 80%;
  }
}
.entry-content a {
  color: #2963aa;
  border-bottom: 1px solid transparent;
}
.entry-content a:focus,
.entry-content a:hover {
  border-color: currentColor;
}
.entry-content {
  margin: 0 auto 48px;
}
.back-to-news span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.back-to-news:focus span,
.back-to-news:hover span {
  border-color: currentColor;
}
.back-to-news svg {
  width: 10px;
  height: 13px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.entry-footer {
  margin-bottom: 120px;
}
.entry-footer .entry-container {
  padding-top: 8px;
  padding-bottom: 9px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.entry-footer .entry-container a {
  color: #2963aa;
}
hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 47px 0 35px;
}
.news-index__header {
  background-color: #2963aa;
  color: #fff;
  overflow: hidden;
  padding: 30px 0 82px;
}
@media (min-width: 36.25rem) {
  .news-index__header {
    padding: 238px 0 82px;
  }
}
.news-index__header p {
  margin: 0;
}
.news-index__heading {
  text-transform: uppercase;
}
@media (min-width: 36.25rem) {
  .news-index__content {
    font-size: 22px;
  }
}
.news-index__content a:focus,
.news-index__content a:hover {
  text-decoration: underline;
}
.news-index__ident {
  display: none;
}
@media (min-width: 36.25rem) {
  .news-index__ident {
    position: absolute;
    top: -19px;
    left: -48px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
  }
}
@media (min-width: 36.25rem) {
  .news-index__ident:after {
    content: "";
    height: 100vh;
    width: 3px;
    left: 50%;
    top: 21px;
    position: absolute;
    margin-left: -1px;
    background-color: #fff;
  }
}
.news-index__posts {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 36.25rem) {
  .news-index__posts {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
.news-index__button-wrap {
  margin-bottom: 115px;
  text-align: center;
}
.news-index__posts .single-post-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 27px;
  margin-bottom: 30px;
}
@media (min-width: 36.25rem) {
  .news-index__posts .single-post-item {
    padding-bottom: 47px;
    margin-bottom: 60px;
  }
}
.news-index__load-more {
  cursor: pointer;
}
@media (min-width: 36.25rem) {
  .single-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-post-item__media {
  display: none;
}
@media (min-width: 36.25rem) {
  .single-post-item__media {
    display: block;
    width: 96px;
    margin-right: 20px;
  }
}
@media (min-width: 51.875rem) {
  .single-post-item__media {
    width: 196px;
    margin-right: 60px;
  }
}
@media (min-width: 36.25rem) {
  .single-post-item__content {
    width: calc(100% - 116px);
  }
}
@media (min-width: 51.875rem) {
  .single-post-item__content {
    margin-top: 7px;
    width: calc(100% - 256px);
  }
}
.single-post-item__content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.single-post-item__heading {
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 51.875rem) {
  .single-post-item__heading {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.single-post-item__time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 7px;
}
.single-post-item__link {
  display: inline-block;
  margin-top: 14px;
}
.single-post-item__link svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.85;
  margin-left: 3px;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="search"],
input[type="submit"],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
textarea {
  overflow: auto;
}
select[multiple],
textarea {
  vertical-align: top;
}
:root {
  --gf-spacing: 1em;
  --gf-minus-spacing: -1em;
  --gf-error-color: #c90000;
}
.gform_wrapper {
  margin: -1em 0;
  margin: var(--gf-minus-spacing) 0;
}
.gform_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.validation_message {
  font-size: 0.875rem;
}
.gfield {
  margin: 1em 0;
  margin: var(--gf-spacing) 0;
}
.gfield_error .validation_message {
  color: #c90000;
  color: var(--gf-error-color);
}
.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="password"],
.gfield_error input[type="search"],
.gfield_error input[type="tel"],
.gfield_error input[type="text"],
.gfield_error input[type="url"],
.gfield_error select,
.gfield_error textarea {
  border-color: #c90000;
  border-color: var(--gf-error-color);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border: 1px solid var(--border);
  background-image: url(../images/ui/icon-down.svg);
  background-position: top 50% right 0.9375rem;
  background-color: #fff;
  background-color: var(--white);
  background-repeat: no-repeat;
  color: #2963aa;
  color: var(--primary);
  line-height: normal;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6875rem 3.25rem 0.6875rem 0.875rem;
}
select::-ms-expand {
  display: none;
}
.m08__details button {
  margin-bottom: 0.8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border: 1px solid var(--border);
  background-color: #fff;
  background-color: var(--white);
  color: #2963aa;
  color: var(--primary);
  line-height: normal;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 0.6875rem 3.25rem 0.6875rem 0.875rem;
}
.m08__details button:focus,
.m08__details button:hover {
  color: #fff;
  color: var(--white);
  background-color: #2963aa;
  background-color: var(--primary);
}
body .gform_wrapper .gform_body .gform_fields .gfield select option {
  color: #000;
}
.ajax-form {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transition: all var(--transition) ease;
  transition: all var(--transition) ease;
}
.ajax-form.ajax,
.ajax-form.successful {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.ajax-form__field {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transition: all var(--transition) ease;
  transition: all var(--transition) ease;
}
.ajax-form__message {
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ajax-form__message.visible {
  opacity: 1;
  max-height: 1000px;
}
.ajax-form.error {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.ajax-form--forgot.successful .ajax-form__field,
.ajax-form--forgot.successful input[type="submit"] {
  max-height: 0;
  opacity: 0;
}
.ajax-form--forgot input[type="submit"] {
  height: 48px;
}
.ajax-form--forgot .login-forgot__message.login-forgot__form__message--visible {
  height: 50px;
}
.gm01 {
  max-height: 7.375rem;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  background-color: var(--white);
}
.gm01,
.gm01:after {
  width: 100%;
  left: 0;
  top: 0;
}
.gm01:after {
  content: "";
  position: absolute;
  height: 100%;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 78.6875rem) {
  .gm01 {
    max-height: max-content;
    padding: 0.9375rem 0;
  }
}
@media (min-width: 78.75rem) {
  .gm01__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
  }
}
.gm01__logo {
    z-index: 1;
    width: 120px;
}
.gm01__logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 78.6875rem) {
  .gm01__logo {
    max-width: 6.25rem;
  }
  .gm01__logo img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.gm01 .menu {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 78.6875rem) {
  .gm01 .menu {
    position: fixed;
    width: 25rem;
    height: 100vh;
    top: 0;
    right: -25rem;
    margin: 0;
    max-width: 90%;
    z-index: -1;
    background-color: #2963aa;
    background-color: var(--primary);
    color: #fff;
    color: var(--white);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition:
      transform 0.6s cubic-bezier(0.5, 0, 0, 1),
      -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.6s var(--ajax-easing);
    transition: -webkit-transform 0.6s var(--ajax-easing);
    transition: transform 0.6s var(--ajax-easing);
    transition:
      transform 0.6s var(--ajax-easing),
      -webkit-transform 0.6s var(--ajax-easing);
  }
}
@media (max-width: 31.25rem) {
  .gm01 .menu {
    max-width: none;
    width: 100%;
    right: -100%;
  }
}
@media (max-width: 78.6875rem) {
  .menu-active .gm01 .menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -2px 0 2em rgba(0, 0, 0, 0.4);
    box-shadow: -2px 0 2em rgba(0, 0, 0, 0.4);
  }
}
.gm01 .menu-item {
  margin: 0 1.25rem;
}
@media (max-width: 78.6875rem) {
  .gm01 .menu-item {
    margin: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(3.125rem);
    transform: translateX(3.125rem);
    -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
    transition: 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
    -webkit-transition: 0.5s var(--ajax-easing) 0s;
    transition: 0.5s var(--ajax-easing) 0s;
  }
}
@media (max-width: 78.6875rem) {
  .menu-active .gm01 .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.gm01 .menu-item a {
  position: relative;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  padding: 0.5em 0;
  display: inline-block;
}
@media (min-width: 78.75rem) {
  .gm01 .menu-item a {
    display: block;
    padding: 1rem 0 1.75rem;
    line-height: 1;
  }
}
.gm01 .menu-item a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  position: absolute;
  background-color: #2963aa;
  background-color: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
}
@media (max-width: 78.6875rem) {
  .gm01 .menu-item a:after {
    bottom: 0.4375rem;
    opacity: 0;
  }
}
@media (min-width: 78.75rem) {
  .gm01 .menu-item a:focus,
  .gm01 .menu-item a:hover {
    color: #2963aa;
    color: var(--primary);
  }
}
.gm01 .menu-item a:focus:after,
.gm01 .menu-item a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.gm01 .menu-item.current-menu-item a {
  display: inline-block;
}
@media (min-width: 78.75rem) {
  .gm01 .menu-item.current-menu-item a {
    color: #2963aa;
    color: var(--primary);
    display: block;
  }
}
.gm01 .menu-item.current-menu-item a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 78.6875rem) {
  .gm01 .menu-item.current-menu-item a:after {
    opacity: 1;
    background-color: #fff;
    background-color: var(--white);
  }
}
.gm01 .menu-item.lang-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0.75rem;
  position: relative;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  margin-top: 2em;
}
.gm01 .menu-item.lang-item.current-lang {
  font-weight: 700;
}
.gm01 .menu-item.lang-item:after {
  content: "/";
  display: block;
  margin: 0 0.3125rem 0 0.375rem;
  position: absolute;
  right: -0.5rem;
  top: 0.375rem;
}
.gm01 .menu-item.lang-item:last-child:after {
  display: none;
}
@media (min-width: 78.75rem) {
  .gm01 .menu-item.lang-item {
    display: none;
  }
}
.gm01 .menu-item.lang-item a:after {
  display: none;
}
.gm01__switcher {
  text-align: right;
  display: none;
}
@media (min-width: 78.75rem) {
  .gm01__switcher {
    margin: 1.5625rem 0 0;
    display: block;
  }
}
.gm01__list li.current-lang {
  font-weight: 700;
}
.gm01__list li:after {
  content: "/";
  display: inline;
  margin: 0 0.3125rem 0 0.375rem;
}
.gm01__list li:last-child:after {
  display: none;
}
.menu-active .gm01 .menu-item:first-child {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu-active .gm01 .menu-item:nth-child(2) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-active .gm01 .menu-item:nth-child(3) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu-active .gm01 .menu-item:nth-child(4) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu-active .gm01 .menu-item:nth-child(5) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.menu-active .gm01 .menu-item:nth-child(6) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.menu-active .gm01 .menu-item:nth-child(7) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menu-active .gm01 .menu-item:nth-child(8) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.menu-active .gm01 .menu-item:nth-child(9) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.menu-active .gm01 .menu-item:nth-child(10) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.menu-active .gm01 .menu-item:nth-child(11) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.menu-active .gm01 .menu-item:nth-child(12) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.menu-active .gm01 .menu-item:nth-child(13) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.menu-active .gm01 .menu-item:nth-child(14) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.menu-active .gm01 .menu-item:nth-child(15) {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.25s var(--ajax-easing);
  transition: 0.25s var(--ajax-easing);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[lang="zh-CN"] .gm01 .menu-item a {
  font-weight: 400;
}
.gm02 {
  background-color: #373f48;
  background-color: var(--secondary);
  color: #fff;
  color: var(--white);
  padding: 2.5rem 0;
}
@media (max-width: 48.0625rem) {
  .gm02__container {
    display: block;
    text-align: center;
  }
}
@media (min-width: 48.125rem) {
  .gm02__content {
    text-align: right;
  }
}
@media (max-width: 48.0625rem) {
  .gm02__logo {
    width: 3.75rem;
    margin: 0 auto 0.3em;
    display: inline-block;
  }
}
.gm02__copyright {
  margin-bottom: 0.5rem;
}
.gm02 p {
  margin: 0;
}
.gm02 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.0625rem;
}
@media (max-width: 48.0625rem) {
  .gm02 .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.5rem;
  }
}
.gm02 .menu li {
  position: relative;
  padding: 0 1.0625rem;
}
@media (max-width: 48.0625rem) {
  .gm02 .menu li {
    font-size: 0.8125rem;
    padding: 0 0.5rem;
  }
}
.gm02 .menu li:before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 0.8125rem;
  left: 0;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  background-color: var(--white);
}
@media (min-width: 48.125rem) {
  .gm02 .menu li:before {
    width: 0.125rem;
    height: 1rem;
  }
}
.gm02 .menu li:first-child:before {
  display: none;
}
.m01 {
  position: relative;
  color: #fff;
  color: var(--white);
  overflow: hidden;
  padding: 5rem 0 9.375rem;
}
@media (min-width: 65.625rem) {
  .m01 {
    padding: 14.25rem 0 18.125rem;
  }
}
@media (max-width: 65.5625rem) {
  .m01 {
    text-align: center;
  }
}
.m01 .blur:after {
  display: none;
}
.m01__heading {
  margin: 0;
  position: absolute;
  top: -624999.9375rem;
  left: -624999.9375rem;
  width: 1px;
  height: 1px;
}
.m01__media {
  z-index: 0;
}
.m01__media,
.m01__media:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.m01__media:after {
  content: "";
  z-index: 7;
  mix-blend-mode: multiply;
  background-color: rgba(41, 99, 170, 0.5);
  background-color: var(--overlay--light);
}
.m01__info {
  letter-spacing: 0.0625rem;
  font-size: 1.25rem;
  line-height: 1.42;
  position: relative;
  max-width: 38.125rem;
  margin: 0 auto;
}
@media (min-width: 34.375rem) {
  .m01__info {
    font-size: 1.5rem;
  }
}
@media (min-width: 65.625rem) {
  .m01__info {
    font-size: 2.125rem;
    margin: 7.75rem auto 0;
    padding-left: 0.4375rem;
  }
}
.m01__info p {
  margin: 0;
}
.m01__info:before {
  content: "";
}
@media (min-width: 65.625rem) {
  .m01__info:before {
        top: 0px;
        width: 3px;
        left: -21px;
        position: absolute;
        background-color: #d6d6d6;
        height: calc(100% + 0px);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: 1.75s cubic-bezier(0.17, 0.88, 0.15, 1) 0.5s;
        transition: 1.75s cubic-bezier(0.17, 0.88, 0.15, 1) 0.5s;
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
.m01--animate .m01__info:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.m01__container {
  position: relative;
  z-index: 1;
}
.m01__content {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 65.5625rem) {
  .m01__content {
    display: block;
  }
}
.m01__mobile-icon {
  max-width: 12.5rem;
  margin: 0 auto;
}
.m01__mobile-icon img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 65.625rem) {
  .m01__mobile-icon {
    display: none;
  }
}
.m01__icon {
  position: relative;
  width: 16.875rem;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.m01--animate .m01__icon {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 65.5625rem) {
  .m01__icon {
    text-align: left;
    width: 12.5rem;
    margin: 0 auto 1.75em;
  }
}
.m01__icon:before {
  display: none;
  content: "We are";
  content: attr(data-title);
  line-height: 1.42;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 65.625rem) {
  .m01__icon:before {
    font-size: 2.125rem;
    position: absolute;
    top: -2.8125rem;
    left: 0.5625rem;
  }
}
.m01__icon__ratio {
  padding: 0 0 36.36363636363637%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  display: none;
}
@media (max-width: 65.5625rem) {
  .m01__icon__ratio {
    display: none;
  }
}
.m01__icon__ratio img,
.m01__icon__ratio svg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.m01__brand-text {
  color: var(--white);
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.35em;
  text-transform: uppercase;
}
@media (min-width: 65.625rem) {
  .m01__brand-text {
    font-size: 4.5rem;
    margin-bottom: 0.18em;
  }
}
.m01__scroll-down {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 65.625rem) {
  .m01__scroll-down {
    bottom: 4.125rem;
  }
}
.m01__scroll-down:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border: 2px solid var(--white);
  border-radius: 99999px;
  width: 1.625rem;
  height: 2.5rem;
  left: 50%;
  bottom: 1.875rem;
  margin-left: -0.8125rem;
}
.m01__scroll-down:after {
  content: "";
  position: absolute;
  bottom: 3.5rem;
  width: 0.125rem;
  margin-left: -0.0625rem;
  height: 0.5rem;
  left: 50%;
  background-color: #fff;
  -webkit-animation-name: b;
  animation-name: b;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.stagger-in {
  opacity: 0;
  left: -26px;
  position: absolute;
}
@media (max-width: 65.5625rem) {
  .stagger-in {
    width: 100%;
    left: -40px;
    text-align: center;
  }
}
.stagger-in:nth-of-type(2) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.stagger-in:nth-of-type(3) {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.stagger-in:nth-of-type(4) {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}
.intro-text {
  opacity: 0;
  left: -40px;
  position: relative;
}
@media (min-width: 65.625rem) {
  .intro-text {
    width: 700px;
  }
}
.m02 {
  position: relative;
  color: #fff;
  color: var(--white);
  overflow: hidden;
  text-align: center;
  padding: 4.375rem 0 6.875rem;
}
@media (min-width: 65.625rem) {
  .m02 {
    padding: 10.0625rem 0 14.625rem;
    text-align: left;
  }
}
.m02__media {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.m02__info {
  font-size: 1.25rem;
  max-width: 38.75rem;
  line-height: 1.42;
}
@media (min-width: 34.375rem) {
  .m02__info {
    font-size: 1.5rem;
  }
}
@media (min-width: 65.625rem) {
  .m02__info {
    line-height: 1.75;
  }
}
@media (max-width: 65.5625rem) {
  .m02__info {
    margin: 0 auto;
  }
}
.m02__info p {
  margin-top: 0;
}
.m02__content {
  margin: 0 auto;
  max-width: 88.375rem;
}
@media (min-width: 65.625rem) {
  .m02__content {
    position: relative;
    padding: 0.9375rem 0 0 3rem;
  }
}
.m02__content:after,
.m02__content:before {
  content: "";
  position: absolute;
}
.m02__content:before {
  left: 50%;
  bottom: 6.25rem;
  margin-left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #fff;
  background-color: var(--white);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s ease 0.5s;
  transition: 0.25s ease 0.5s;
}
.inView .m02__content:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 65.625rem) {
  .m02__content:before {
    margin-left: 0;
    left: 0;
    top: 0;
  }
}
.m02__content:after {
  margin-left: -0.125rem;
  top: calc(100% - 6.875rem);
  left: 50%;
  width: 0.25rem;
  height: 6.875rem;
  background-color: #fff;
  background-color: var(--white);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.5s var(--ajax-easing);
  transition: 0.5s var(--ajax-easing);
}
.inView .m02__content:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 65.625rem) {
  .m02__content:after {
    top: 0.625rem;
    left: 0.5rem;
    height: 200%;
    margin-left: 0;
    min-height: 29.375rem;
    border-radius: 0.125rem 0.125rem 0 0;
  }
}
.m03 {
  overflow: hidden;
}
@media (min-width: 65.625rem) {
  .m03 {
    
    background-color: var(--gray--bg);
    background-color: #fff;
  }
}
.m03__icon {
  width: 6.25rem;
  height: 3.75rem;
  margin: 0 auto 1.5rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition:
    transform 0.5s cubic-bezier(0.5, 0, 0, 1),
    -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
@media (min-width: 65.625rem) {
  .m03__icon {
    width: 8.4375rem;
    height: 6.25rem;
  }
}
.m03__icon svg,
.m03__icon img {
  width: 100%;
  height: 100%;
}
.m03__icon img {
  object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
    saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
    saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
}
@media (max-width: 65.5625rem) {
  .m03__icon * {
    fill: #2963aa !important;
    fill: var(--primary) !important;
  }
}
@media (max-width: 65.5625rem) {
  .m03__icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
      saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
      saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
  }
}
@media (max-width: 65.5625rem) {
  .m03__sectors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    margin-bottom: -3.75rem;
  }
}
.m03__sector {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  text-align: center;
  padding: 0 0 2.8125rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
@media (min-width: 40.625rem) {
  .m03__sector {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 1.5rem 2.8125rem;
  }
}
@media (min-width: 65.625rem) {
  .m03__sector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 8.375rem 1.5rem 2.8125rem;
    min-height: 22.1875rem;
  }
}
.m03__sector:focus,
.m03__sector:hover {
  background-color: #fff;
  background-color: var(--white);
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.m03__sector:focus .m03__content,
.m03__sector:hover .m03__content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 65.625rem) {
  .m03__sector:focus .m03__icon,
  .m03__sector:hover .m03__icon {
    -webkit-transform: scale(0.5) translateY(-12.1875rem);
    transform: scale(0.5) translateY(-12.1875rem);
  }
}
@media (min-width: 65.625rem) {
  .m03__sector:focus .m03__icon *,
  .m03__sector:hover .m03__icon * {
    fill: #2963aa;
    fill: var(--primary);
  }
}
@media (min-width: 65.625rem) {
  .m03__sector:focus .m03__icon img,
  .m03__sector:hover .m03__icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
      saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(51%) sepia(86%)
      saturate(2405%) hue-rotate(194deg) brightness(67%) contrast(100%);
  }
}
@media (min-width: 65.625rem) {
  .m03__sector:focus .m03__heading,
  .m03__sector:hover .m03__heading {
    -webkit-transform: translateY(-7.5rem);
    transform: translateY(-7.5rem);
  }
}
.inView .m03__sector {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inView .m03__sector:nth-child(2) {
  -webkit-transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.15s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.15s;
  transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.15s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.15s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.15s,
    opacity 1s ease 0.15s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.15s,
    opacity 1s ease 0.15s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.15s;
}
.inView .m03__sector:nth-child(3) {
  -webkit-transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.3s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.3s;
  transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.3s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.3s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.3s,
    opacity 1s ease 0.3s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.3s,
    opacity 1s ease 0.3s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.3s;
}
.inView .m03__sector:nth-child(4) {
  -webkit-transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.45s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.45s;
  transition:
    background-color 0.5s ease 0s,
    opacity 1s ease 0.45s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.45s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.45s,
    opacity 1s ease 0.45s;
  transition:
    background-color 0.5s ease 0s,
    transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.45s,
    opacity 1s ease 0.45s,
    -webkit-transform 1s cubic-bezier(0.02, 0.72, 0.125, 1) 0.45s;
}
@media (min-width: 65.625rem) {
  .m03__initial {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 6.25rem;
  }
}
@media (min-width: 65.625rem) {
  .m03__content {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition:
      opacity 0.5s ease,
      -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition:
      opacity 0.5s ease,
      -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition:
      opacity 0.5s ease,
      transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition:
      opacity 0.5s ease,
      transform 0.5s cubic-bezier(0.5, 0, 0, 1),
      -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  }
}
.m03__heading {
  color: #2963aa;
  color: var(--primary);
}
@media (min-width: 65.625rem) {
  .m03__heading {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition:
      transform 0.5s cubic-bezier(0.5, 0, 0, 1),
      -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
    line-height: 1;
  }
}
.m03__content img {
  max-width: 170px;
  max-height: 170px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.m04 {
  margin: 3.75rem 0;
}
.m03__content {
    color: var(--primary);
}
@media (min-width: 65.625rem) {
  .m04 {
    margin: 7.5rem 0;
  }
}
.m04--gray {
  margin: 1.75rem 0;
}
/* @media (min-width: 65.625rem) {
  .m04--gray {
    margin: 7.5rem 0;
  }
} */
.m04--white {
  margin: 0;
  padding: 3.75rem 0;
  background-color: #e8eae9;
  background-color: var(--gray--light);
}
@media (min-width: 65.625rem) {
  .m04--white {
    margin: 0;
    padding: 7.5rem 0;
  }
}
.m04__block {
  position: relative;
  padding: 3.75rem 0;
}
@media (max-width: 65.5625rem) {
  .m04__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.m04__content,
.m04__wrapper {
  position: relative;
}
.m04__content {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #e8eae9;
  background-color: var(--gray--light);
  width: 100%;
  z-index: 1;
  padding: 4.0625rem 0.9375rem;
}
@media (min-width: 29.4375rem) {
  .m04__content {
    padding: 4.0625rem 1.875rem;
  }
}
@media (min-width: 65.625rem) {
  .m04__content {
    padding: 6.625rem 2.5rem 5.9375rem;
    width: calc(50% - 1.875rem);
  }
}
@media (min-width: 71.875rem) {
  .m04__content {
    padding: 6.625rem 5.9375rem 8.125rem;
  }
}
.m04__content:after,
.m04__content:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.1875rem;
  top: 2.5rem;
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media (min-width: 65.625rem) {
  .m04__content:after,
  .m04__content:before {
    top: 4.5625rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .inView .m04__content:after,
  .inView .m04__content:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.m04--right .m04__content:after,
.m04--right .m04__content:before {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.m04__content:before {
  left: 0;
  /* background-color: #b4b7b9; */
  background-color: var(--gray);
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: var(--primary);
}
.m04--right .m04__content:before,
.m04__content:after {
  -webkit-transition: 0.25s linear 0.25s;
  transition: 0.25s linear 0.25s;
  background-color: var(--primary);
  background-color: #fff;
}
.m04__content:after {
  left: 50%;
}
.m04--right .m04__content:after {
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  /* background-color: #b4b7b9; */
  background-color: var(--gray);
  background-color: var(--primary);
}
.m04--right .m04__content {
  margin-left: auto;
}
.m04--white .m04__content {
  background-color: #fff;
  background-color: var(--white);
}
.m04__info {
  max-width: 33.125rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 65.625rem) {
  .m04__info {
    margin-right: 0;
    text-align: left;
  }
}
.m04__info h1:not(.heading),
.m04__info h2:not(.heading),
.m04__info h3:not(.heading),
.m04__info h4:not(.heading) {
  margin: 0;
  color: inherit;
  font-weight: 400;
}
.m04__info h1:not(.heading),
.m04__info h2:not(.heading),
.m04__info h3:not(.heading),
.m04__info h4:not(.heading) {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 23.75rem) {
  .m04__info h1:not(.heading),
  .m04__info h2:not(.heading),
  .m04__info h3:not(.heading),
  .m04__info h4:not(.heading) {
    font-size: 1.625rem;
  }
}
.m04__info h1:not(.heading),
.m04__info h2:not(.heading),
.m04__info h3:not(.heading),
.m04__info h4:not(.heading) {
  text-transform: uppercase;
}
@media (min-width: 65.625rem) {
  .m04--right .m04__info {
    margin-left: 0;
  }
}
@media (min-width: 65.625rem) {
  .m04__info .btn {
    margin-top: 2.15em;
  }
}
.m04__media {
  background-color: #2963aa;
  background-color: var(--primary);
  color: #fff;
  color: var(--white);
  text-align: center;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 7.5rem 1.875rem 5.625rem;
}
@media (min-width: 65.625rem) {
  .m04__media {
    padding: 10.125rem 5.9375rem 0 1.875rem;
    width: calc(50% + 5.9375rem);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media (min-width: 71.875rem) {
  .m04__media {
    padding: 10.125rem 5.9375rem 0;
  }
}
@media (min-width: 65.625rem) {
  .m04--left .m04__media {
    padding: 10.125rem 1.875rem 0 5.9375rem;
  }
}
@media (min-width: 71.875rem) {
  .m04--left .m04__media {
    padding: 10.125rem 5.9375rem 0;
  }
}
.m04__media__overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(41, 99, 170, 0.5);
  background-color: var(--overlay--light);
}
.m04__media:after,
.m04__media:before {
  content: "";
  z-index: 3;
  position: absolute;
  background-color: #fff;
  background-color: var(--white);
}
.m04__media:before {
  left: 50%;
  top: 5.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  margin-left: -0.625rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s ease 0.75s;
  transition: 0.25s ease 0.75s;
}
.inView .m04__media:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 65.625rem) {
  .m04__media:before {
    left: calc(50% - 1.875rem);
    top: 7.75rem;
  }
}
@media (min-width: 65.625rem) {
  .m04--left .m04__media:before {
    left: calc(50% + 1.875rem);
  }
}
@media (min-width: 71.875rem) {
  .m04--left .m04__media:before,
  .m04__media:before {
    left: 50%;
  }
}
.m04__media:after {
  left: 50%;
  width: 0.25rem;
  height: 5.9375rem;
  top: 0;
  margin-left: -0.125rem;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.25s ease-out 0.5s;
  transition: 0.25s ease-out 0.5s;
}
.inView .m04__media:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media (min-width: 65.625rem) {
  .m04__media:after {
    left: 0;
    width: 50%;
    height: 0.1875rem;
    top: 8.3125rem;
    margin-left: 0;
    width: calc(50% + 1.875rem);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .inView .m04__media:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 71.875rem) {
  .m04__media:after {
    width: 50%;
  }
}
@media (min-width: 65.625rem) {
  .m04--right .m04__media:after {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.m04--right .m04__media {
  right: auto;
  left: 0;
}
.m04__heading {
  position: relative;
  max-width: 31.25rem;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.35s ease 0.75s;
  transition: 0.35s ease 0.75s;
}
.inView .m04__heading {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m05 {
  position: relative;
  padding: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.m05:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(41, 99, 170, 0.5);
  background-color: var(--overlay--light);
}
.m05.m04--white {
  padding: 0;
}
.m05__block {
  padding: 3.75rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 71.875rem) {
  .m05__block {
    padding: 7.5rem 0;
    display: block;
  }
}
.m05__content {
  z-index: 2;
}
@media (min-width: 71.875rem) {
  .m05__content {
    padding: 6.625rem 5.9375rem 5.125rem;
  }
}
.m05__media {
  z-index: 1;
  background-color: transparent;
  padding: 3.75rem 0 5.625rem;
}
@media (min-width: 65.625rem) {
  .m05__media {
    padding: 10.3125rem 0 0 5.9375rem;
  }
}
@media (min-width: 71.875rem) {
  .m05__media {
    padding: 13.9375rem 5.9375rem 0;
  }
}
.m05__media:before {
  top: 5.3125rem;
}
@media (min-width: 65.625rem) {
  .m05__media:before {
    top: 7.75rem;
    left: calc(50% + 3rem);
  }
}
@media (min-width: 71.875rem) {
  .m05__media:before {
    top: 11.5rem;
  }
}
@media (min-width: 65.625rem) {
  .m04--left .m05__media:before {
    left: calc(50% + 3rem);
  }
}
@media (min-width: 65.625rem) {
  .m04--right .m05__media:before {
    left: calc(50% - 3rem);
  }
}
.m05__media:after {
  width: 0.25rem;
  height: 5.9375rem;
  left: 50%;
  top: 0;
  margin-left: -0.125rem;
}
@media (min-width: 65.625rem) {
  .m05__media:after {
    width: 50%;
    height: 0.1875rem;
    top: 8.3125rem;
    left: 3rem;
    margin-left: 0;
  }
}
@media (min-width: 71.875rem) {
  .m05__media:after {
    top: 12.0625rem;
  }
}
@media (min-width: 65.625rem) {
  .m04--right .m05__media:after {
    right: 3rem;
  }
}
@media (min-width: 65.625rem) {
  .m04--left .m05__media {
    padding: 10.3125rem 0 0 5.9375rem;
  }
}
@media (min-width: 71.875rem) {
  .m04--left .m05__media {
    padding: 13.9375rem 0 0 5.9375rem;
    padding-right: 0;
  }
}
@media (min-width: 65.625rem) {
  .m04--right .m05__media {
    padding: 10.3125rem 5.9375rem 0 0;
  }
}
@media (min-width: 71.875rem) {
  .m04--right .m05__media {
    padding: 13.9375rem 5.9375rem 0 0;
    padding-left: 0;
  }
}
.m05__heading,
.m06__info {
  max-width: none;
}
.m06__content {
  width: 100%;
}
@media (min-width: 65.625rem) {
  .m06__content {
    padding-top: 6.875rem;
    padding-bottom: 3.125rem;
    width: 63%;
  }
}
@media (min-width: 71.875rem) and (max-width: 93.6875rem) {
  .m06__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.m06__media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 65.5625rem) {
  .m06__media {
    position: relative;
  }
}
@media (min-width: 65.625rem) {
  .m06__media {
    width: 42.5rem;
    width: calc(37% + 5.9375rem);
  }
}
.m06__tabs {
  width: 100%;
  padding: 0.9375rem 0;
}
@media (min-width: 71.875rem) {
  .m06__tabs {
    width: 17.5rem;
  }
}
@media (min-width: 82.5rem) {
  .m06__tabs {
    width: 21.5625rem;
  }
}
.m06__heading {
  margin-bottom: 0.78em;
}
.m06__tab-results {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 50%;
  text-align: left;
  background-color: #fff;
  background-color: var(--white);
  height: var(--max-height);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 71.875rem) {
  .m06__tab-results {
    width: calc(100% - 20rem);
  }
}
@media (min-width: 82.5rem) {
  .m06__tab-results {
    width: calc(100% - 25rem);
  }
}
@media (max-width: 71.8125rem) {
  .m06__tab {
    display: inline-block;
  }
}
.m06__tab-button {
  opacity: 0.7;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
  margin-bottom: 0.7em;
  padding: 0.125rem 0.9375rem 0.125rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 71.8125rem) {
  .m06__tab-button {
    opacity: 1;
    padding: 0.125rem 0.9375rem;
    color: #2963aa;
    color: var(--primary);
    border: 1px solid #2963aa;
    border: 1px solid var(--primary);
    margin-bottom: 0.1875rem;
  }
}
@media (max-width: 82.4375rem) {
  .m06__tab-button {
    font-size: 1rem;
  }
}
.m06__tab-button.active,
.m06__tab-button:focus,
.m06__tab-button:hover {
  opacity: 1;
  color: #2963aa;
  color: var(--primary);
}
@media (max-width: 71.8125rem) {
  .m06__tab-button.active,
  .m06__tab-button:focus,
  .m06__tab-button:hover {
    color: #fff;
    color: var(--white);
    background-color: #2963aa;
    background-color: var(--primary);
  }
}
.m06__tab-button svg * {
  fill: inherit;
}
.m06__tab-button.active svg *,
.m06__tab-button:focus svg *,
.m06__tab-button:hover svg * {
  fill: #2963aa;
  fill: var(--primary);
}
.m06__icon {
  width: 0.625rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 0.25rem;
  right: 0;
}
@media (max-width: 71.8125rem) {
  .m06__icon {
    display: none;
  }
}
.m06__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.m06__tab-item {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  padding: 1.25rem 1.25rem 1.875rem;
  -webkit-transform: translateX(3.125rem);
  transform: translateX(3.125rem);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
@media (min-width: 29.4375rem) {
  .m06__tab-item {
    padding: 1.6875rem 2.1875rem 2.625rem;
  }
}
.m06__tab-item :not(.heading) {
  
  color: var(--primary);
  color: var(--black);
}
.m06__tab-item.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
@media (max-width: 71.8125rem) {
  .m06__tabbed-content {
    display: block;
  }
}
.m07 {
  position: relative;
  overflow: hidden;
}
.m07__contact-button {
  text-align: center;
  padding: 1.875rem 0;
}
@media (min-width: 34.375rem) {
  .m07__contact-button {
    padding: 2.5rem 0;
  }
}
@media (min-width: 65.625rem) {
  .m07__contact-button {
    padding: 3.625rem 0;
  }
}
.m07__contact-button .btn {
  width: 26.25rem;
  max-width: 100%;
  letter-spacing: 0.1rem;
}
.m07__location-info {
  pointer-events: none;
  color: #fff;
  color: var(--white);
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 38.75rem) {
  .m07__location-info {
    margin-left: -17.625rem;
    width: 35.25rem;
    height: auto;
    left: 50%;
  }
}
.m07__location {
  width: 100%;
  left: 0;
  opacity: 0;
  z-index: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.85);
  background-color: var(--overlay--dark);
  padding: 1.375rem 2.25rem 2.25rem;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0 -3px 10px 0 transparent;
  box-shadow: 0 -3px 10px 0 transparent;
  pointer-events: all;
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
.m07__location.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
@media (max-width: 38.6875rem) {
  .m07__location.active {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    overflow: auto;
    height: 100%;
    bottom: 0;
  }
}
.m07__row {
  margin: 0 -0.9375rem;
  position: relative;
}
.m07__row:before {
  content: "";
  width: 50%;
  height: 0.1875rem;
  position: absolute;
  background-color: #b4b7b9;
  background-color: var(--gray);
  left: -1.3125rem;
  top: -1.125rem;
}
.m07__cat {
  width: 50%;
  padding: 0 0.9375rem;
}
@media (max-width: 29.375rem) {
  .m07__cat {
    width: 100%;
    margin-bottom: 1em;
  }
}
.m07__list {
  margin: 0.25rem 0 0;
  padding-left: 1.2em !important;
}
.m07__list-item {
  margin: 0 !important;
}
.m07__heading {
  position: relative;
  margin: 0 -2.25rem 0.9375rem;
  padding: 0 2.25rem 0.9375rem;
}
.m07__heading:after {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  right: 2.25rem;
  bottom: -0.5rem;
}
.m07__heading:after,
.m07__heading:before {
  content: "";
  position: absolute;
  background-color: #fff;
  background-color: var(--white);
}
.m07__heading:before {
  width: calc(100% - 2.875rem);
  height: 0.1875rem;
  left: 0;
  bottom: 0;
}
.m07__close {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
  z-index: 1;
  cursor: pointer;
}
.m07__close span {
  top: 0;
  z-index: -9;
  right: -999999px;
  position: absolute;
}
.m07__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 65.625rem) {
  .m08__row {
    margin-left: -1.625rem;
    margin-left: var(--gutter--minus);
    margin-right: -1.625rem;
    margin-right: var(--gutter--minus);
    min-height: 17.5625rem;
  }
}
.m08__col {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.9375rem;
}
@media (min-width: 65.625rem) {
  .m08__col {
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--border);
    padding: 0 1.625rem;
    padding: 0 var(--gutter);
    width: 33.3333%;
  }
}
.m08__col:last-child {
  border-bottom: none;
  border-right: none;
}
.m08__details {
  padding: 1.875rem 0;
}
@media (min-width: 34.375rem) {
  .m08__details {
    padding: 2.5rem 0;
  }
}
@media (min-width: 65.625rem) {
  .m08__details {
    padding: 4.5rem 0;
  }
}
.m08__content {
  background-color: #f0f0f0;
  background-color: var(--light--bg);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 1.25rem;
}
@media (min-width: 34.375rem) {
  .m08__content {
    padding: 1.875rem;
  }
}
@media (min-width: 65.625rem) {
  .m08__content {
    padding: 3.75rem 3.75rem 4.25rem;
  }
}
@media (min-width: 73.75rem) {
  .m08__content {
    padding: 3.75rem 6.25rem 4.25rem;
  }
}
.m08__info {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  padding-bottom: 1.875rem;
}
.m08__col.active .m08__info {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.m08__heading {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 34.375rem) {
  .m08__heading {
    margin-bottom: 1.375rem;
  }
}
.m08__offices {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
.m08__offices.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.m08__button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.m08__button:focus svg,
.m08__button:hover svg {
  fill: #fff;
  fill: var(--white);
}
.m08__icon-right {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  width: 1rem;
  height: 1.5625rem;
  z-index: 1;
  margin-top: -0.75rem;
}
.m08__icon-right svg {
  width: 100%;
  height: 100%;
}
.m08__contact-info {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.85;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
@media (min-width: 34.375rem) {
  .m08__contact-info {
    margin-top: -0.875rem;
  }
}
.m08__contact-info.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.m08__contact-info a {
  color: #2963aa;
  color: var(--primary);
  font-weight: 600;
}
.m08__address {
  margin-bottom: 1.2em;
  letter-spacing: 0.0625rem;
}
.m09 {
  text-align: center;
  padding-top: 3.75rem;
  margin-bottom: -1.5rem;
  background-color: var(--gray--white);
}
@media (min-width: 65.625rem) {
  .m09 {
    padding-top: 6rem;
    margin-bottom: -3.375rem;
    text-align: left;
  }
}
.m09--gray {
  background-color: #e8eae9;
  background-color: var(--gray--light);
}
.m10__content {
  z-index: 1;
  padding-bottom: 5.875rem;
  overflow: hidden;
}
.m10__media {
  z-index: 0;
}
.m10__heading {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}
.m10__slider {
  position: relative;
  height: var(--max-height);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.m10__slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #fff;
  background-color: var(--white);
  -webkit-transform: translateX(3.125rem);
  transform: translateX(3.125rem);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-start,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
.m10__slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    z-index 0.5s step-end,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.m10__slide p {
  margin-top: 0;
}
.m10__slide p:last-child,
.m10__slide p:last-of-type {
  margin-bottom: 0;
}
.m10__marker {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  margin: 0 auto 0.5rem;
  background-color: #ececec;
  background-color: var(--gray--timeline);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.m10__times {
  position: relative;
  overflow: auto;
}
.m10__date {
  text-align: center;
  width: 33.3333%;
  min-width: 3.375rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 29.375rem) {
  .m10__date {
    width: 16.6667%;
    width: 14.28%;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
}
.m10__date:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  margin-top: 3px;
  width: 100%;
  z-index: -1;
  background-color: #ececec;
  background-color: var(--gray--timeline);
}
@media (max-width: 29.3125rem) {
  .m10__date:nth-child(3n):after {
    display: none;
  }
}
.m10__date:last-child:after {
  display: none;
}
.m10__button {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 2.5rem 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.m10__button.active,
.m10__button:focus,
.m10__button:hover {
  color: #2963aa;
  color: var(--primary);
}
.m10__button.active .m10__marker,
.m10__button:focus .m10__marker,
.m10__button:hover .m10__marker {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  background-color: #2963aa;
  background-color: var(--primary);
}
.m10__heading {
  margin-bottom: 0.35em;
}
.m11 {
  letter-spacing: 0.05em;
  margin: 2.5rem 0 3.125rem;
}
@media (min-width: 58.125rem) {
  .m11 {
    margin: 5.625rem 0 6.875rem;
  }
}
.m11 h1,
.m11 h2,
.m11 h3,
.m11 h4,
.m11 h5,
.m11 h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #2963aa;
  color: var(--primary);
}
.m11 p {
  margin-top: 0.55em;
}
.m11 a {
  color: #2963aa;
  color: var(--primary);
}
.m12 {
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  .m12 {
    padding: 60px 0;
  }
}
.m12__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .m12__header {
    margin-bottom: 50px;
  }
}
.m12__header__title {
  width: calc(40% - 10px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .m12__header__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.m12__header__title:before {
  content: "";
  width: 192%;
  height: 2px;
  position: absolute;
  bottom: 53px;
  left: -100%;
  background-color: #2963aa;
  background-color: var(--primary);
}
@media screen and (max-width: 960px) {
  .m12__header__title:before {
    bottom: -15px;
  }
}
.m12__header__title:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: -100%;
  background-color: #2963aa;
  background-color: var(--primary);
  width: 1.25rem;
  height: 1.25rem;
  left: 90%;
  top: 39px;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .m12__header__title:after {
    top: auto;
    bottom: -23px;
  }
}
.m12__header__subtitle {
  width: calc(60% - 10px);
  padding-top: 31px;
}
@media screen and (max-width: 960px) {
  .m12__header__subtitle {
    width: 100%;
    padding-top: 0;
  }
}
.m12__title {
  font-size: 48px;
  color: #2963aa;
  color: var(--primary);
  text-transform: uppercase;
}
.m12__subtitle,
.m12__title {
  font-family:
    Titillium Web,
    sans-serif;
  font-family: var(--font-family);
  letter-spacing: 1px;
  line-height: 36px;
}
.m12__subtitle {
  color: #333;
  color: var(--text);
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.m12__grid,
.m12__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m12__grid__item {
  width: calc(34.4% - 60px);
  margin-right: 60px;
  background-size: cover;
  background-position: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: initial;
  flex-direction: row;
  height: 498px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
}
.m12__grid__item:focus,
.m12__grid__item:hover {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.m12__grid__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .m12__grid__item {
    margin-bottom: 20px;
    width: calc(53% - 60px);
  }
  .m12__grid__item,
  .m12__grid__item:nth-child(3n) {
    margin-right: 60px;
  }
  .m12__grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .m12__grid__item {
    width: 100%;
    margin-right: 0;
  }
  .m12__grid__item:nth-child(2n),
  .m12__grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.m12__grid__item__background {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m12__grid__item:focus .m12__grid__item__background,
.m12__grid__item:hover .m12__grid__item__background {
  background-color: #2963aa;
  display: block;
}
.m12__grid__item:focus .m12__content p,
.m12__grid__item:hover .m12__content p {
  display: block;
}
.m12__grid__item:focus .m12__content__background,
.m12__grid__item:hover .m12__content__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #2963aa;
  z-index: -1;
}
.m12__content {
  padding: 40px 30px 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m12__content__title {
  color: #fff;
  font-family:
    Titillium Web,
    sans-serif;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 12px;
  position: relative;
  width: auto;
}
.m12__content__title:before {
  margin-left: -45px;
}
.m12__content__title:after,
.m12__content__title:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #fff;
  background: var(--white);
  top: 50%;
}
.m12__content__title:after {
  margin-left: 15px;
}
.m12__content__title span {
  display: inline-block;
  max-width: 225px;
}
.m12__content__background,
.m12__content p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m12__content p {
  color: #fff;
  font-family:
    Titillium Web,
    sans-serif;
  font-family: var(--font-family);
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 10px;
  display: none;
}
.m13 {
  background-color: #2963aa;
  background-color: var(--primary);
  color: #fff;
  padding: 3.125rem 0;
}
@media (min-width: 1050px) {
  .m13 {
    padding: 6.25rem 0;
  }
}
.gm01 + .m13 {
  padding-top: 6.25rem;
}
@media (min-width: 1050px) {
  .gm01 + .m13 {
    padding-top: 10.4375rem;
  }
}
.m13 .gfield_error .validation_message {
  color: inherit;
}
.m13 input[type="email"],
.m13 input[type="number"],
.m13 input[type="password"],
.m13 input[type="search"],
.m13 input[type="tel"],
.m13 input[type="text"],
.m13 input[type="url"],
.m13 select,
.m13 textarea {
  color: inherit;
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 0;
  background-color: transparent;
  padding: 0.3em 1em;
  font-size: 1rem;
  line-height: inherit;
}
.m13 input[type="email"]::-webkit-input-placeholder,
.m13 input[type="number"]::-webkit-input-placeholder,
.m13 input[type="password"]::-webkit-input-placeholder,
.m13 input[type="search"]::-webkit-input-placeholder,
.m13 input[type="tel"]::-webkit-input-placeholder,
.m13 input[type="text"]::-webkit-input-placeholder,
.m13 input[type="url"]::-webkit-input-placeholder,
.m13 select::-webkit-input-placeholder,
.m13 textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}
.m13 input[type="email"]::-moz-placeholder,
.m13 input[type="number"]::-moz-placeholder,
.m13 input[type="password"]::-moz-placeholder,
.m13 input[type="search"]::-moz-placeholder,
.m13 input[type="tel"]::-moz-placeholder,
.m13 input[type="text"]::-moz-placeholder,
.m13 input[type="url"]::-moz-placeholder,
.m13 select::-moz-placeholder,
.m13 textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}
.m13 input[type="email"]::-ms-input-placeholder,
.m13 input[type="number"]::-ms-input-placeholder,
.m13 input[type="password"]::-ms-input-placeholder,
.m13 input[type="search"]::-ms-input-placeholder,
.m13 input[type="tel"]::-ms-input-placeholder,
.m13 input[type="text"]::-ms-input-placeholder,
.m13 input[type="url"]::-ms-input-placeholder,
.m13 select::-ms-input-placeholder,
.m13 textarea::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}
.m13 input[type="email"]::placeholder,
.m13 input[type="number"]::placeholder,
.m13 input[type="password"]::placeholder,
.m13 input[type="search"]::placeholder,
.m13 input[type="tel"]::placeholder,
.m13 input[type="text"]::placeholder,
.m13 input[type="url"]::placeholder,
.m13 select::placeholder,
.m13 textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}
.m13 input[type="email"]:focus,
.m13 input[type="number"]:focus,
.m13 input[type="password"]:focus,
.m13 input[type="search"]:focus,
.m13 input[type="tel"]:focus,
.m13 input[type="text"]:focus,
.m13 input[type="url"]:focus,
.m13 select:focus,
.m13 textarea:focus {
  border-color: #fff;
  outline: none;
}
.m13 input[type="file"] {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 0.5em;
  padding: 1.5em 1em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='2' stroke-dasharray='4, 10' stroke-linecap='square'/%3E%3C/svg%3E");
}
.m13 input[type="file"]::file-selector-button {
  color: inherit;
  margin-right: 0.5em;
  border: 2px solid;
  padding: 0.35em 1.25em;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.m13 button[type="submit"],
.m13 input[type="submit"] {
  cursor: pointer;
  color: inherit;
  line-height: 1;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 1.05em 1em;
  min-width: 11.0625rem;
}
.m13 select {
  background-image: url(../images/ui/icon-form-dropdown.svg);
  background-position: top 50% right 1rem;
  background-repeat: no-repeat;
}
.m13 textarea {
  height: 5rem;
  min-height: 5rem;
  resize: vertical;
}
.m13 .gform_heading {
  margin-bottom: 1.6875rem;
}
.m13 .gform_description {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
}
.m13 .gform_submission_error {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
.m13 .gform_footer {
  margin-top: 1.25rem;
}
.m13 .gfield_label,
.m13 .gform_fileupload_rules,
.m13 .ginput_complex label {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.65em;
}
.m13 .gf_clear,
.m13 .gform_required_legend,
.m13 .hidden_label .gfield_label {
  display: none;
}
.m13 .gform_wrapper {
  max-width: 39rem;
  margin: auto;
}
.m13 .gform_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}
.m13 .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1.6875rem 1.5rem;
  gap: 1.6875rem 1.5rem;
}
.m13 .gfield {
  margin: 0;
}
.m13 fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.m13 fieldset .ginput_container:not(.ginput_container_date) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1rem 1.5rem;
  gap: 1rem 1.5rem;
}
@media (min-width: 440px) {
  .m13 fieldset .ginput_container:not(.ginput_container_date) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 1.6875rem 1.5rem;
    gap: 1.6875rem 1.5rem;
  }
}
@media (min-width: 440px) {
  .m13
    fieldset
    .ginput_container:not(.ginput_container_date)
    > :not(.ginput_container_date) {
    width: calc(50% - 0.75rem);
  }
}
.m13 fieldset .ginput_container_date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.m13 .gform_confirmation_wrapper {
  background-color: #325955;
  max-width: 624px;
  margin: auto;
  text-align: center;
  line-height: 1.6;
  padding: 3.125rem 2rem;
}
@media (min-width: 1050px) {
  .m13 .gform_confirmation_wrapper {
    padding: 104px 32px 97px;
  }
}
.m13 .gform_confirmation_wrapper:before {
  content: url(../images/ui/icon-form-confirmation.svg);
  display: block;
  margin: 0 auto 1.375rem;
}
