html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0
}
hr {
  box-sizing: content-box;
  color: inherit;
  height: 0;
  overflow: visible
}
main {
  display: block
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
audio,
video {
  display: inline-block
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
table {
  border-color: inherit;
  text-indent: 0
}
button,
input,
select {
  margin: 0
}
button {
  overflow: visible;
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
fieldset {
  padding: .35em .75em .625em
}
input {
  overflow: visible
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
select {
  text-transform: none
}
textarea {
  margin: 0;
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
:-moz-focusring {
  outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
  box-shadow: none
}
details {
  display: block
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
dialog:not([open]) {
  display: none
}
summary {
  display: list-item
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
}
.sr-only,
.visually-hidden {
  position: absolute!important;
  clip: rect(1px,1px,1px,1px);
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
::-moz-selection {
  background-color: #4668ad;
  color: #fff
}
::selection {
  background-color: #4668ad;
  color: #fff
}
@font-face {
  font-family: "DIN Alternate";
  src: url(../fonts/DINLightAlternate.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "DIN Alternate";
  src: url(../fonts/DINRegularAlternate.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "DIN Alternate";
  src: url(../fonts/DINMediumAlternate.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "DIN Alternate";
  src: url(../fonts/DINBold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
html {
  font: .625em/1.5 "DIN Alternate",arial,helvetica,sans-serif;
  color: #606d89;
  -webkit-tap-highlight-color: rgba(70,104,173,.5);
  -ms-overflow-style: scrollbar
}
body {
  font-size: 1.6rem;
  margin: 0
}
iframe {
  display: block;
  max-width: 100%
}
img {
  display: block;
  max-width: 100%;
  font-style: italic;
  height: auto
}
a {
  text-decoration: underline;
  color: #5a5a5a
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
.outer-wrap {
  position: relative;
  overflow: hidden
}
.wrap {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
@media only screen and (max-width:47.9375em) {
  .wrap {
    padding-left: 2rem;
    padding-right: 2rem
  }
}
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}
.layout:not(.layout--column).layout--center {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.layout--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.layout--column.layout--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.layout--justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width:47.9375em) {
  .w-1\@sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.btn {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #4668ad;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem 6rem;
  color: #fff;
  text-decoration: none;
  border-radius: 15px
}
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none
}
@media only screen and (max-width:47.9375em) {
  .btn {
    font-size: 1.6rem
  }
}
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #5375b9
}
.btn[disabled] {
  background: #333
}
.footer {
  padding: 4rem 0
}
.layout--footer-links .btn {
  margin-bottom: 5rem
}
.header__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start
}
.header__logo {
  margin: 0 4rem
}
@media only screen and (max-width:47.9375em) {
  .header__logo {
    margin: 0 3rem
  }
}
.list {
  margin: 0;
  padding: 0;
  list-style: none
}
.list li {
  position: relative
}
.list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -1rem;
  width: 5px;
  height: 5px;
  background: #4668ad;
  border-radius: 50%
}
.list--blue li:before {
  background-color: #4668ad
}
.num-list {
  margin: 0;
  padding-left: 0;
  list-style-position: inside
}
.num-list li {
  position: relative;
  margin-bottom: 1rem
}
.toggle-text {
  position: absolute;
  bottom: 0;
  right: -3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 3px;
  margin: 0 0 0 1rem;
  border: 0;
  padding: 0;
  cursor: pointer
}
@media only screen and (max-width:47.9375em) {
  .toggle-text {
    right: 0
  }
}
.toggle-text:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #4668ad;
  top: 11px;
  right: 4px
}
.toggle-text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #4668ad;
  top: 4px;
  right: 11px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms
}
.toggle-text.tgp__trigger--is-active:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg)
}
.align-left {
  text-align: left!important
}
.align-right {
  text-align: right!important
}
.align-center {
  text-align: center!important
}
.valign-top {
  vertical-align: top!important
}
.valign-middle {
  vertical-align: middle!important
}
.valign-bottom {
  vertical-align: bottom!important
}
.is-hidden {
  display: none!important
}
.uppercase {
  text-transform: uppercase
}
/*# sourceMappingURL=../maps/main.css.map */
