/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  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%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  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: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  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-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset, ol, ul {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5
}

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #ebebec
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder, textarea::placeholder {
  color: #a0aec0
}

[role=button], button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}

img, video {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem
}

@media (min-width:100%) {
  .container {
    max-width: 100%
  }
}

@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width:1150px) {
  .container {
    max-width: 1150px
  }
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-teal {
  --bg-opacity: 1;
  background-color: #79ba9e;
  background-color: rgba(121, 186, 158, var(--bg-opacity))
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #ffecdc;
  background-color: rgba(255, 236, 220, var(--bg-opacity))
}

.bg-orange-200 {
  --bg-opacity: 1;
  background-color: #ffb450;
  background-color: rgba(255, 180, 80, var(--bg-opacity))
}

.bg-orange-400 {
  --bg-opacity: 1;
  background-color: #ff7f11;
  background-color: rgba(255, 127, 17, var(--bg-opacity))
}

.bg-blue-100 {
  --bg-opacity: 1;
  background-color: #f5fbff;
  background-color: rgba(245, 251, 255, var(--bg-opacity))
}

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: #e5eff9;
  background-color: rgba(229, 239, 249, var(--bg-opacity))
}

.bg-blue-400 {
  --bg-opacity: 1;
  background-color: #b2d1ef;
  background-color: rgba(178, 209, 239, var(--bg-opacity))
}

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: #4093cd;
  background-color: rgba(64, 147, 205, var(--bg-opacity))
}

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3094f9;
  background-color: rgba(48, 148, 249, var(--bg-opacity))
}

.bg-blue-700 {
  --bg-opacity: 1;
  background-color: #137feb;
  background-color: rgba(19, 127, 235, var(--bg-opacity))
}

.bg-blue-800 {
  --bg-opacity: 1;
  background-color: #06c;
  background-color: rgba(0, 102, 204, var(--bg-opacity))
}

.bg-navy-300 {
  --bg-opacity: 1;
  background-color: #194f74;
  background-color: rgba(25, 79, 116, var(--bg-opacity))
}

.bg-dusk-100 {
  --bg-opacity: 1;
  background-color: #657386;
  background-color: rgba(101, 115, 134, var(--bg-opacity))
}

.bg-dusk-300 {
  --bg-opacity: 1;
  background-color: #516885;
  background-color: rgba(81, 104, 133, var(--bg-opacity))
}

.bg-dusk-600 {
  --bg-opacity: 1;
  background-color: #32445d;
  background-color: rgba(50, 68, 93, var(--bg-opacity))
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #f0f5fa;
  background-color: rgba(240, 245, 250, var(--bg-opacity))
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #b2bfcc;
  background-color: rgba(178, 191, 204, var(--bg-opacity))
}

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: #2b292d;
  background-color: rgba(43, 41, 45, var(--bg-opacity))
}

.hover\:bg-orange-500:hover {
  --bg-opacity: 1;
  background-color: #e16d0a;
  background-color: rgba(225, 109, 10, var(--bg-opacity))
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1;
  background-color: #06c;
  background-color: rgba(0, 102, 204, var(--bg-opacity))
}

.hover\:bg-blue-900:hover {
  --bg-opacity: 1;
  background-color: #195596;
  background-color: rgba(25, 85, 150, var(--bg-opacity))
}

.border-collapse {
  border-collapse: collapse
}

.rounded {
  border-radius: 2rem
}

.rounded-circle {
  border-radius: 50%
}

.border {
  border-width: 1px
}

.cursor-pointer {
  cursor: pointer
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.self-start {
  align-self: flex-start
}

.self-center {
  align-self: center
}

.self-stretch {
  align-self: stretch
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.flex-1 {
  flex: 1 1 0%
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.order-first {
  order: -9999
}

.font-body {
  font-family: Poppins, sans-serif
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.h-1 {
  height: .1rem
}

.h-4 {
  height: .4rem
}

.h-8 {
  height: .8rem
}

.h-10 {
  height: 1rem
}

.h-14 {
  height: 1.4rem
}

.h-16 {
  height: 1.6rem
}

.h-18 {
  height: 1.8rem
}

.h-20 {
  height: 2rem
}

.h-24 {
  height: 2.4rem
}

.h-30 {
  height: 3rem
}

.h-40 {
  height: 4rem
}

.h-50 {
  height: 5rem
}

.h-55 {
  height: 5.5rem
}

.h-70 {
  height: 7rem
}

.h-80 {
  height: 8rem
}

.h-100 {
  height: 10rem
}

.h-190 {
  height: 19rem
}

.h-240 {
  height: 24rem
}

.h-350 {
  height: 35rem
}

.h-400 {
  height: 40rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-12 {
  font-size: 1.2rem
}

.text-14 {
  font-size: 1.4rem
}

.text-15 {
  font-size: 1.5rem
}

.text-16 {
  font-size: 1.6rem
}

.text-18 {
  font-size: 1.8rem
}

.text-20 {
  font-size: 2rem
}

.text-22 {
  font-size: 2.2rem
}

.text-24 {
  font-size: 2.4rem
}

.text-30 {
  font-size: 3rem
}

.text-32 {
  font-size: 3.2rem
}

.text-34 {
  font-size: 3.4rem
}

.text-36 {
  font-size: 3.6rem
}

.text-40 {
  font-size: 4rem
}

.text-50 {
  font-size: 5rem
}

.text-52 {
  font-size: 5.2rem
}

.leading-tight {
  line-height: 1.2
}

.leading-snug {
  line-height: 1.33
}

.leading-normal {
  line-height: 1.55
}

.leading-relaxed {
  line-height: 1.75
}

.leading-loose {
  line-height: 2
}

.list-none {
  list-style-type: none
}

.mx-4 {
  margin-left: .4rem;
  margin-right: .4rem
}

.my-16 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.my-48 {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem
}

.my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem
}

.my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-0 {
  margin-top: 0
}

.mb-2 {
  margin-bottom: .2rem
}

.mt-4 {
  margin-top: .4rem
}

.mb-4 {
  margin-bottom: .4rem
}

.ml-4 {
  margin-left: .4rem
}

.mt-5 {
  margin-top: .5rem
}

.mb-5 {
  margin-bottom: .5rem
}

.ml-6 {
  margin-left: .6rem
}

.mt-8 {
  margin-top: .8rem
}

.mr-8 {
  margin-right: .8rem
}

.mb-8 {
  margin-bottom: .8rem
}

.ml-8 {
  margin-left: .8rem
}

.mt-10 {
  margin-top: 1rem
}

.ml-10 {
  margin-left: 1rem
}

.mt-12 {
  margin-top: 1.2rem
}

.mt-16 {
  margin-top: 1.6rem
}

.mr-16 {
  margin-right: 1.6rem
}

.mb-16 {
  margin-bottom: 1.6rem
}

.mt-18 {
  margin-top: 1.8rem
}

.mt-20 {
  margin-top: 2rem
}

.mr-20 {
  margin-right: 2rem
}

.mb-20 {
  margin-bottom: 2rem
}

.mt-24 {
  margin-top: 2.4rem
}

.mr-24 {
  margin-right: 2.4rem
}

.mb-24 {
  margin-bottom: 2.4rem
}

.mt-26 {
  margin-top: 2.6rem
}

.mt-30 {
  margin-top: 3rem
}

.mb-30 {
  margin-bottom: 3rem
}

.mt-32 {
  margin-top: 3.2rem
}

.mr-32 {
  margin-right: 3.2rem
}

.mb-32 {
  margin-bottom: 3.2rem
}

.ml-32 {
  margin-left: 3.2rem
}

.mt-37 {
  margin-top: 3.7rem
}

.mt-40 {
  margin-top: 4rem
}

.mb-40 {
  margin-bottom: 4rem
}

.mt-48 {
  margin-top: 4.8rem
}

.mb-48 {
  margin-bottom: 4.8rem
}

.mt-50 {
  margin-top: 5rem
}

.mb-50 {
  margin-bottom: 5rem
}

.ml-50 {
  margin-left: 5rem
}

.mt-55 {
  margin-top: 5.5rem
}

.mb-55 {
  margin-bottom: 5.5rem
}

.mt-56 {
  margin-top: 5.6rem
}

.mt-60 {
  margin-top: 6rem
}

.mt-62 {
  margin-top: 6.2rem
}

.mt-64 {
  margin-top: 6.4rem
}

.mb-64 {
  margin-bottom: 6.4rem
}

.mt-72 {
  margin-top: 7.2rem
}

.mt-80 {
  margin-top: 8rem
}

.mt-90 {
  margin-top: 9rem
}

.mt-100 {
  margin-top: 10rem
}

.mb-100 {
  margin-bottom: 10rem
}

.max-w-full {
  max-width: 100%
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.object-center {
  -o-object-position: center;
  object-position: center
}

.opacity-0 {
  opacity: 0
}

.opacity-25 {
  opacity: .25
}

.opacity-50 {
  opacity: .5
}

.opacity-100 {
  opacity: 1
}

.focus\:outline-none:focus, .outline-none {
  outline: 0
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-x-scroll {
  overflow-x: scroll
}

.overflow-y-scroll {
  overflow-y: scroll
}

.p-2 {
  padding: .2rem
}

.p-4 {
  padding: .4rem
}

.p-10 {
  padding: 1rem
}

.p-16 {
  padding: 1.6rem
}

.p-24 {
  padding: 2.4rem
}

.p-32 {
  padding: 3.2rem
}

.p-50 {
  padding: 5rem
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.px-2 {
  padding-left: .2rem;
  padding-right: .2rem
}

.py-5 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-6 {
  padding-top: .6rem;
  padding-bottom: .6rem
}

.py-8 {
  padding-top: .8rem;
  padding-bottom: .8rem
}

.px-8 {
  padding-left: .8rem;
  padding-right: .8rem
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem
}

.py-13 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem
}

.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem
}

.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-22 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem
}

.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.px-30 {
  padding-left: 3rem;
  padding-right: 3rem
}

.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem
}

.px-44 {
  padding-left: 4.4rem;
  padding-right: 4.4rem
}

.py-48 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem
}

.pl-0 {
  padding-left: 0
}

.pr-5 {
  padding-right: .5rem
}

.pl-5 {
  padding-left: .5rem
}

.pb-7 {
  padding-bottom: .7rem
}

.pr-10 {
  padding-right: 1rem
}

.pb-14 {
  padding-bottom: 1.4rem
}

.pr-16 {
  padding-right: 1.6rem
}

.pt-20 {
  padding-top: 2rem
}

.pr-20 {
  padding-right: 2rem
}

.pt-40 {
  padding-top: 4rem
}

.pb-44 {
  padding-bottom: 4.4rem
}

.pb-50 {
  padding-bottom: 5rem
}

.pt-52 {
  padding-top: 5.2rem
}

.pb-70 {
  padding-bottom: 7rem
}

.pb-84 {
  padding-bottom: 8.4rem
}

.pb-90 {
  padding-bottom: 9rem
}

.pr-94 {
  padding-right: 9.4rem
}

.pb-100 {
  padding-bottom: 10rem
}

.pt-110 {
  padding-top: 11rem
}

.pt-140 {
  padding-top: 14rem
}

.pb-150 {
  padding-bottom: 15rem
}

.pt-170 {
  padding-top: 17rem
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-full {
  top: 100%
}

.left-full {
  left: 100%
}

.left-auto {
  left: auto
}

.resize {
  resize: both
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.fill-current {
  fill: currentColor
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-red {
  --text-opacity: 1;
  color: #ca3f37;
  color: rgba(202, 63, 55, var(--text-opacity))
}

.text-teal {
  --text-opacity: 1;
  color: #79ba9e;
  color: rgba(121, 186, 158, var(--text-opacity))
}

.text-orange-400 {
  --text-opacity: 1;
  color: #ff7f11;
  color: rgba(255, 127, 17, var(--text-opacity))
}

.text-orange-500 {
  --text-opacity: 1;
  color: #e16d0a;
  color: rgba(225, 109, 10, var(--text-opacity))
}

.text-blue-400 {
  --text-opacity: 1;
  color: #b2d1ef;
  color: rgba(178, 209, 239, var(--text-opacity))
}

.text-blue-500 {
  --text-opacity: 1;
  color: #4093cd;
  color: rgba(64, 147, 205, var(--text-opacity))
}

.text-blue-800 {
  --text-opacity: 1;
  color: #06c;
  color: rgba(0, 102, 204, var(--text-opacity))
}

.text-dusk-200 {
  --text-opacity: 1;
  color: #5a687c;
  color: rgba(90, 104, 124, var(--text-opacity))
}

.text-dusk-400 {
  --text-opacity: 1;
  color: #445974;
  color: rgba(68, 89, 116, var(--text-opacity))
}

.text-dusk-500 {
  --text-opacity: 1;
  color: #3d516e;
  color: rgba(61, 81, 110, var(--text-opacity))
}

.text-dusk-600 {
  --text-opacity: 1;
  color: #32445d;
  color: rgba(50, 68, 93, var(--text-opacity))
}

.text-gray-600 {
  --text-opacity: 1;
  color: #d8dbe0;
  color: rgba(216, 219, 224, var(--text-opacity))
}

.text-gray-700 {
  --text-opacity: 1;
  color: #b2bfcc;
  color: rgba(178, 191, 204, var(--text-opacity))
}

.text-gray-750 {
  --text-opacity: 1;
  color: #8f9dae;
  color: rgba(143, 157, 174, var(--text-opacity))
}

.text-gray-760 {
  --text-opacity: 1;
  color: #677588;
  color: rgba(103, 117, 136, var(--text-opacity))
}

.text-gray-900 {
  --text-opacity: 1;
  color: #2b292d;
  color: rgba(43, 41, 45, var(--text-opacity))
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-orange-500:hover {
  --text-opacity: 1;
  color: #e16d0a;
  color: rgba(225, 109, 10, var(--text-opacity))
}

.hover\:text-blue-800:hover {
  --text-opacity: 1;
  color: #06c;
  color: rgba(0, 102, 204, var(--text-opacity))
}

.hover\:text-blue-900:hover {
  --text-opacity: 1;
  color: #195596;
  color: rgba(25, 85, 150, var(--text-opacity))
}

.text-opacity-50 {
  --text-opacity: 0.5
}

.text-opacity-80 {
  --text-opacity: 0.8
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-wide {
  letter-spacing: .025em
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.truncate, .whitespace-no-wrap {
  white-space: nowrap
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis
}

.w-8 {
  width: .8rem
}

.w-10 {
  width: 1rem
}

.w-14 {
  width: 1.4rem
}

.w-16 {
  width: 1.6rem
}

.w-18 {
  width: 1.8rem
}

.w-20 {
  width: 2rem
}

.w-24 {
  width: 2.4rem
}

.w-30 {
  width: 3rem
}

.w-50 {
  width: 5rem
}

.w-70 {
  width: 7rem
}

.w-80 {
  width: 8rem
}

.w-100 {
  width: 10rem
}

.w-190 {
  width: 19rem
}

.w-300 {
  width: 30rem
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-1 {
  z-index: 1
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-50 {
  z-index: 50
}

.z-negative {
  z-index: -1
}

.gap-8 {
  grid-gap: .8rem;
  gap: .8rem
}

.gap-30 {
  grid-gap: 3rem;
  gap: 3rem
}

.gap-32 {
  grid-gap: 3.2rem;
  gap: 3.2rem
}

.gap-40 {
  grid-gap: 4rem;
  gap: 4rem
}

.gap-60 {
  grid-gap: 6rem;
  gap: 6rem
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

.col-span-2 {
  grid-column: span 2/span 2
}

.col-span-12 {
  grid-column: span 12/span 12
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.duration-300 {
  transition-duration: .3s
}

@media (min-width:375px) {
  .xxs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:375px) and (min-width:100%) {
  .xxs\:container {
    max-width: 100%
  }
}

@media (min-width:375px) and (min-width:1024px) {
  .xxs\:container {
    max-width: 1024px
  }
}

@media (min-width:375px) and (min-width:1150px) {
  .xxs\:container {
    max-width: 1150px
  }
}

@media (min-width:414px) {
  .xs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:414px) and (min-width:100%) {
  .xs\:container {
    max-width: 100%
  }
}

@media (min-width:414px) and (min-width:1024px) {
  .xs\:container {
    max-width: 1024px
  }
}

@media (min-width:414px) and (min-width:1150px) {
  .xs\:container {
    max-width: 1150px
  }
}

@media (min-width:640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:640px) and (min-width:100%) {
  .sm\:container {
    max-width: 100%
  }
}

@media (min-width:640px) and (min-width:1024px) {
  .sm\:container {
    max-width: 1024px
  }
}

@media (min-width:640px) and (min-width:1150px) {
  .sm\:container {
    max-width: 1150px
  }
}

@media (min-width:640px) {
  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:items-center {
    align-items: center
  }

  .sm\:self-auto {
    align-self: auto
  }

  .sm\:justify-center {
    justify-content: center
  }

  .sm\:text-16 {
    font-size: 1.6rem
  }

  .sm\:text-40 {
    font-size: 4rem
  }

  .sm\:text-52 {
    font-size: 5.2rem
  }

  .sm\:leading-tight {
    line-height: 1.2
  }

  .sm\:leading-snug {
    line-height: 1.33
  }

  .sm\:leading-relaxed {
    line-height: 1.75
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .sm\:mt-0 {
    margin-top: 0
  }

  .sm\:mb-0 {
    margin-bottom: 0
  }

  .sm\:mt-10 {
    margin-top: 1rem
  }

  .sm\:mt-24 {
    margin-top: 2.4rem
  }

  .sm\:ml-32 {
    margin-left: 3.2rem
  }

  .sm\:mt-48 {
    margin-top: 4.8rem
  }

  .sm\:mr-48 {
    margin-right: 4.8rem
  }

  .sm\:mr-50 {
    margin-right: 5rem
  }

  .sm\:mt-150 {
    margin-top: 15rem
  }

  .sm\:mb-210 {
    margin-bottom: 21rem
  }

  .sm\:relative {
    position: relative
  }

  .sm\:w-300 {
    width: 30rem
  }

  .sm\:gap-90 {
    grid-gap: 9rem;
    gap: 9rem
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width:768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:768px) and (min-width:100%) {
  .md\:container {
    max-width: 100%
  }
}

@media (min-width:768px) and (min-width:1024px) {
  .md\:container {
    max-width: 1024px
  }
}

@media (min-width:768px) and (min-width:1150px) {
  .md\:container {
    max-width: 1150px
  }
}

@media (min-width:768px) {
  .md\:cursor-auto {
    cursor: auto
  }

  .md\:flex {
    display: flex
  }

  .md\:grid {
    display: grid
  }

  .md\:hidden {
    display: none
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-center {
    justify-content: center
  }

  .md\:justify-between {
    justify-content: space-between
  }

  .md\:flex-1 {
    flex: 1 1 0%
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0
  }

  .md\:order-none {
    order: 0
  }

  .md\:h-70 {
    height: 7rem
  }

  .md\:h-350 {
    height: 35rem
  }

  .md\:h-auto {
    height: auto
  }

  .md\:text-16 {
    font-size: 1.6rem
  }

  .md\:text-18 {
    font-size: 1.8rem
  }

  .md\:text-24 {
    font-size: 2.4rem
  }

  .md\:text-28 {
    font-size: 2.8rem
  }

  .md\:text-40 {
    font-size: 4rem
  }

  .md\:text-44 {
    font-size: 4.4rem
  }

  .md\:text-46 {
    font-size: 4.6rem
  }

  .md\:leading-tight {
    line-height: 1.2
  }

  .md\:leading-relaxed {
    line-height: 1.75
  }

  .md\:m-0 {
    margin: 0
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:my-60 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:mt-8 {
    margin-top: .8rem
  }

  .md\:mt-16 {
    margin-top: 1.6rem
  }

  .md\:mb-16 {
    margin-bottom: 1.6rem
  }

  .md\:mt-20 {
    margin-top: 2rem
  }

  .md\:mb-24 {
    margin-bottom: 2.4rem
  }

  .md\:ml-30 {
    margin-left: 3rem
  }

  .md\:mr-32 {
    margin-right: 3.2rem
  }

  .md\:mt-40 {
    margin-top: 4rem
  }

  .md\:mb-40 {
    margin-bottom: 4rem
  }

  .md\:mt-44 {
    margin-top: 4.4rem
  }

  .md\:mt-46 {
    margin-top: 4.6rem
  }

  .md\:mb-48 {
    margin-bottom: 4.8rem
  }

  .md\:mt-56 {
    margin-top: 5.6rem
  }

  .md\:mt-60 {
    margin-top: 6rem
  }

  .md\:mr-60 {
    margin-right: 6rem
  }

  .md\:mt-68 {
    margin-top: 6.8rem
  }

  .md\:mt-72 {
    margin-top: 7.2rem
  }

  .md\:mt-120 {
    margin-top: 12rem
  }

  .md\:overflow-auto {
    overflow: auto
  }

  .md\:p-0 {
    padding: 0
  }

  .md\:p-72 {
    padding: 7.2rem
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .md\:py-14 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
  }

  .md\:px-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .md\:py-26 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem
  }

  .md\:px-32 {
    padding-left: 3.2rem;
    padding-right: 3.2rem
  }

  .md\:py-80 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .md\:py-120 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .md\:pb-28 {
    padding-bottom: 2.8rem
  }

  .md\:pr-32 {
    padding-right: 3.2rem
  }

  .md\:pt-76 {
    padding-top: 7.6rem
  }

  .md\:pb-80 {
    padding-bottom: 8rem
  }

  .md\:pb-140 {
    padding-bottom: 14rem
  }

  .md\:pt-170 {
    padding-top: 17rem
  }

  .md\:pt-350 {
    padding-top: 35rem
  }

  .md\:pointer-events-auto {
    pointer-events: auto
  }

  .md\:static {
    position: static
  }

  .md\:absolute {
    position: absolute
  }

  .md\:relative {
    position: relative
  }

  .md\:left-0 {
    left: 0
  }

  .md\:top-full {
    top: 100%
  }

  .md\:top-auto {
    top: auto
  }

  .md\:left-auto {
    left: auto
  }

  .md\:w-auto {
    width: auto
  }

  .md\:w-1\/4 {
    width: 25%
  }

  .md\:w-3\/5 {
    width: 60%
  }

  .md\:w-4\/5 {
    width: 80%
  }

  .md\:w-10\/12 {
    width: 83.333333%
  }

  .md\:w-full {
    width: 100%
  }

  .md\:gap-4 {
    grid-gap: .4rem;
    gap: .4rem
  }

  .md\:gap-8 {
    grid-gap: .8rem;
    gap: .8rem
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .md\:col-span-1 {
    grid-column: span 1/span 1
  }

  .md\:col-span-5 {
    grid-column: span 5/span 5
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6
  }

  .md\:col-span-7 {
    grid-column: span 7/span 7
  }

  .md\:col-start-1 {
    grid-column-start: 1
  }

  .md\:col-start-4 {
    grid-column-start: 4
  }

  .md\:col-start-7 {
    grid-column-start: 7
  }

  .md\:col-end-3 {
    grid-column-end: 3
  }
}

@media (min-width:1150px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:1150px) and (min-width:100%) {
  .lg\:container {
    max-width: 100%
  }
}

@media (min-width:1150px) and (min-width:1024px) {
  .lg\:container {
    max-width: 1024px
  }
}

@media (min-width:1150px) and (min-width:1150px) {
  .lg\:container {
    max-width: 1150px
  }
}

@media (min-width:1150px) {
  .lg\:bg-transparent {
    background-color: transparent
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:grid {
    display: grid
  }

  .lg\:hidden {
    display: none
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:flex-col {
    flex-direction: column
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .lg\:items-start {
    align-items: flex-start
  }

  .lg\:items-end {
    align-items: flex-end
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:self-center {
    align-self: center
  }

  .lg\:justify-center {
    justify-content: center
  }

  .lg\:justify-between {
    justify-content: space-between
  }

  .lg\:flex-1 {
    flex: 1 1 0%
  }

  .lg\:flex-grow-0 {
    flex-grow: 0
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0
  }

  .lg\:order-1 {
    order: 1
  }

  .lg\:font-semibold {
    font-weight: 600
  }

  .lg\:font-bold {
    font-weight: 700
  }

  .lg\:h-50 {
    height: 5rem
  }

  .lg\:h-110 {
    height: 11rem
  }

  .lg\:h-600 {
    height: 60rem
  }

  .lg\:h-auto {
    height: auto
  }

  .lg\:h-full {
    height: 100%
  }

  .lg\:text-12 {
    font-size: 1.2rem
  }

  .lg\:text-13 {
    font-size: 1.3rem
  }

  .lg\:text-14 {
    font-size: 1.4rem
  }

  .lg\:text-15 {
    font-size: 1.5rem
  }

  .lg\:text-16 {
    font-size: 1.6rem
  }

  .lg\:text-18 {
    font-size: 1.8rem
  }

  .lg\:text-24 {
    font-size: 2.4rem
  }

  .lg\:text-28 {
    font-size: 2.8rem
  }

  .lg\:text-32 {
    font-size: 3.2rem
  }

  .lg\:text-36 {
    font-size: 3.6rem
  }

  .lg\:text-40 {
    font-size: 4rem
  }

  .lg\:text-52 {
    font-size: 5.2rem
  }

  .lg\:text-60 {
    font-size: 6rem
  }

  .lg\:leading-snug {
    line-height: 1.33
  }

  .lg\:leading-normal {
    line-height: 1.55
  }

  .lg\:leading-relaxed {
    line-height: 1.75
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mb-0 {
    margin-bottom: 0
  }

  .lg\:mb-8 {
    margin-bottom: .8rem
  }

  .lg\:mt-10 {
    margin-top: 1rem
  }

  .lg\:mr-10 {
    margin-right: 1rem
  }

  .lg\:ml-10 {
    margin-left: 1rem
  }

  .lg\:mt-14 {
    margin-top: 1.4rem
  }

  .lg\:mt-16 {
    margin-top: 1.6rem
  }

  .lg\:mb-16 {
    margin-bottom: 1.6rem
  }

  .lg\:mt-24 {
    margin-top: 2.4rem
  }

  .lg\:ml-24 {
    margin-left: 2.4rem
  }

  .lg\:mr-30 {
    margin-right: 3rem
  }

  .lg\:mr-32 {
    margin-right: 3.2rem
  }

  .lg\:ml-32 {
    margin-left: 3.2rem
  }

  .lg\:ml-40 {
    margin-left: 4rem
  }

  .lg\:mt-44 {
    margin-top: 4.4rem
  }

  .lg\:mt-48 {
    margin-top: 4.8rem
  }

  .lg\:mr-48 {
    margin-right: 4.8rem
  }

  .lg\:mb-48 {
    margin-bottom: 4.8rem
  }

  .lg\:mt-50 {
    margin-top: 5rem
  }

  .lg\:mr-50 {
    margin-right: 5rem
  }

  .lg\:mt-55 {
    margin-top: 5.5rem
  }

  .lg\:mt-60 {
    margin-top: 6rem
  }

  .lg\:mb-84 {
    margin-bottom: 8.4rem
  }

  .lg\:mb-92 {
    margin-bottom: 9.2rem
  }

  .lg\:mr-100 {
    margin-right: 10rem
  }

  .lg\:mt-120 {
    margin-top: 12rem
  }

  .lg\:mb-120 {
    margin-bottom: 12rem
  }

  .lg\:ml-120 {
    margin-left: 12rem
  }

  .lg\:mr-126 {
    margin-right: 12.6rem
  }

  .lg\:mr-130 {
    margin-right: 13rem
  }

  .lg\:mr-180 {
    margin-right: 18rem
  }

  .lg\:opacity-100 {
    opacity: 1
  }

  .lg\:overflow-visible {
    overflow: visible
  }

  .lg\:overflow-x-visible {
    overflow-x: visible
  }

  .lg\:overflow-y-visible {
    overflow-y: visible
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:py-2 {
    padding-top: .2rem;
    padding-bottom: .2rem
  }

  .lg\:px-4 {
    padding-left: .4rem;
    padding-right: .4rem
  }

  .lg\:px-8 {
    padding-left: .8rem;
    padding-right: .8rem
  }

  .lg\:px-20 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .lg\:px-120 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .lg\:pr-0 {
    padding-right: 0
  }

  .lg\:pb-0 {
    padding-bottom: 0
  }

  .lg\:pl-0 {
    padding-left: 0
  }

  .lg\:pb-20 {
    padding-bottom: 2rem
  }

  .lg\:pt-40 {
    padding-top: 4rem
  }

  .lg\:pt-50 {
    padding-top: 5rem
  }

  .lg\:pr-60 {
    padding-right: 6rem
  }

  .lg\:pb-80 {
    padding-bottom: 8rem
  }

  .lg\:pt-110 {
    padding-top: 11rem
  }

  .lg\:pb-130 {
    padding-bottom: 13rem
  }

  .lg\:pb-150 {
    padding-bottom: 15rem
  }

  .lg\:pt-210 {
    padding-top: 21rem
  }

  .lg\:static {
    position: static
  }

  .lg\:absolute {
    position: absolute
  }

  .lg\:relative {
    position: relative
  }

  .lg\:left-0 {
    left: 0
  }

  .lg\:top-full {
    top: 100%
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:text-navy-200 {
    --text-opacity: 1;
    color: #22577d;
    color: rgba(34, 87, 125, var(--text-opacity))
  }

  .lg\:text-gray-200-a-75 {
    --text-opacity: 1;
    color: #bacbd9;
    color: rgba(186, 203, 217, var(--text-opacity))
  }

  .lg\:visible {
    visibility: visible
  }

  .lg\:invisible {
    visibility: hidden
  }

  .lg\:w-auto {
    width: auto
  }

  .lg\:w-2\/5 {
    width: 40%
  }

  .lg\:w-full {
    width: 100%
  }

  .lg\:z-negative {
    z-index: -1
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:col-span-4 {
    grid-column: span 4/span 4
  }

  .lg\:col-span-5 {
    grid-column: span 5/span 5
  }

  .lg\:col-span-6 {
    grid-column: span 6/span 6
  }

  .lg\:col-span-9 {
    grid-column: span 9/span 9
  }

  .lg\:col-start-2 {
    grid-column-start: 2
  }

  .lg\:col-start-8 {
    grid-column-start: 8
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .lg\:duration-300 {
    transition-duration: .3s
  }
}

@media (min-width:1440px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width:1440px) and (min-width:100%) {
  .xl\:container {
    max-width: 100%
  }
}

@media (min-width:1440px) and (min-width:1024px) {
  .xl\:container {
    max-width: 1024px
  }
}

@media (min-width:1440px) and (min-width:1150px) {
  .xl\:container {
    max-width: 1150px
  }
}

@media (min-width:1440px) {
  .xl\:text-14 {
    font-size: 1.4rem
  }

  .xl\:max-w-none {
    max-width: none
  }

  .xl\:col-span-8 {
    grid-column: span 8/span 8
  }

  .xl\:col-start-3 {
    grid-column-start: 3
  }
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: Poppins;
  src: url(https://cdn3.onboard.org/assets/acsgroup/fonts/Poppins-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}

ul {
  list-style: disc;
  padding-left: 2rem
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none
}

.btn {
  text-transform: uppercase;
  border-radius: 2rem;
  outline: 0;
  transition: background-color .2s
}

.btn:disabled {
  opacity: .6
}

.btn:focus {
  outline: 0
}

.btn--primary {
  background-color: #06c;
  background-color: rgba(0, 102, 204, var(--bg-opacity));
  transition: background-color .2s
}

.btn--orange, .btn--primary {
  --bg-opacity: 1;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700
}

.btn--orange {
  background-color: #ff7f11;
  background-color: rgba(255, 127, 17, var(--bg-opacity))
}

.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3b8070;
  color: #3b8070;
  text-decoration: none;
  padding: 10px 30px
}

.button--green:hover {
  color: #fff;
  background-color: #3b8070
}

.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px
}

.btn--large {
  width: 31.4rem;
  max-width: 100%
}

.btn--large-2 {
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-size: 1.6rem
}

.btn--disabled {
  opacity: .6
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #06c;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

html {
  font-size: 62.5%
}

body {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #32445d;
  color: rgba(50, 68, 93, var(--text-opacity))
}

.datocms-widget {
  margin: 0;
  width: 100%;
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 10px 20px 60px 0 #32445d;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s linear, opacity .4s linear
}

@media (min-width:768px) {
  .datocms-widget {
    margin-left: auto !important;
    margin-right: auto !important;
    top: 30px
  }
}

.datocms-widget.open {
  visibility: visible;
  opacity: 1
}

.datocms-widget__result {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 3px solid #eee
}

@media screen and (min-width:600px) {
  .datocms-widget__result {
    padding-right: 18px
  }
}

.datocms-widget__result:hover {
  border-left-color: #1d30d1
}

.datocms-widget__result__title {
  display: block;
  text-decoration: underline;
  margin-bottom: 3px;
  color: #1d30d1
}

.datocms-widget__result__body {
  font-size: .8em;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.datocms-widget__result__url {
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  color: #888
}

.datocms-widget__loading__inner-1, .datocms-widget__loading__inner-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .2);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: datocms-widget-bounce 2s ease-in-out infinite;
  animation: datocms-widget-bounce 2s ease-in-out infinite
}

.datocms-widget__loading__inner-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.datocms-widget__body {
  position: relative
}

@media screen and (min-width:600px) {
  .datocms-widget__body {
    min-height: 80px;
    max-height: 60vh;
    overflow: auto
  }
}

.datocms-widget__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px
}

.datocms-widget__no-results__label {
  text-align: center;
  padding: 40px;
  font-size: 1.2em;
  color: #666
}

.datocms-widget__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd
}

.datocms-widget__search__input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 1rem;
  padding: 18px
}

.datocms-widget__search__input:focus {
  outline: 0
}

.datocms-widget__locales__menu__item {
  padding: 18px;
  display: block;
  text-decoration: none;
  color: #333
}

.datocms-widget__locales__menu__item:hover {
  background-color: #f3f3f3
}

.datocms-widget__locales__active:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555
}

.datocms-widget__locales__active__value {
  font-weight: 700;
  color: #333
}

@media screen and (max-width:599px) {
  .datocms-widget__search__input {
    margin-bottom: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
  }

  .datocms-widget__locales {
    position: relative
  }

  .datocms-widget__locales__menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    z-index: 1000
  }
}

@media screen and (min-width:600px) {
  .datocms-widget__header__inner {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center
  }

  .datocms-widget__search {
    flex: 1
  }

  .datocms-widget__locales {
    background-color: #eee;
    position: relative
  }

  .datocms-widget__locales__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    z-index: 1000
  }

  .datocms-widget__locales__active {
    white-space: nowrap;
    color: #666;
    padding: 18px;
    cursor: pointer
  }
}

.datocms-widget__footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: .9em;
  color: #666;
  display: flex;
  align-items: center
}

.datocms-widget__total {
  text-align: right;
  padding: 5px
}

.datocms-widget__pagination {
  flex: 1
}

.datocms-widget__pagination__page {
  display: inline-block;
  padding: 5px;
  margin-bottom: 3px;
  color: #1d30d1
}

.datocms-widget__pagination__page:hover {
  text-decoration: underline
}

.datocms-widget__pagination__page.is-active {
  text-decoration: none;
  color: #666
}

@-webkit-keyframes datocms-widget-bounce {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes datocms-widget-bounce {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.header.active .header__content[data-v-043bbdc8] {
  transform: translateY(0);
  transition: transform .2s ease-out .3s;
  opacity: 1;
  visibility: visible
}

@media (min-width:1150px) {
  .header.active .header__content[data-v-043bbdc8] {
    transform: none;
    transition: none
  }
}

.header__content[data-v-043bbdc8] {
  transform: translateY(-100%);
  transition: transform .2s ease-out .3s, opacity 0s .5s, visibility 0s .5s
}

@media (min-width:1150px) {
  .header__content[data-v-043bbdc8] {
    transform: none;
    transition: none
  }
}

.header__static--shadow[data-v-043bbdc8] {
  box-shadow: 0 10px 30px 0 rgba(50, 68, 93, .2)
}

@media (min-width:1150px) {
  .header__content-wrapper--shadow[data-v-043bbdc8] {
    box-shadow: 0 10px 30px 0 rgba(50, 68, 93, .2)
  }
}

@media (min-width:1150px) {
  .header__content-container[data-v-043bbdc8] {
    max-width: 138rem
  }
}

.header__icon path[data-v-043bbdc8] {
  fill: #000
}

.header__icon--light path[data-v-043bbdc8] {
  fill: #fff
}

.header__close[data-v-043bbdc8], .header__hamburger[data-v-043bbdc8] {
  top: 50%;
  transform: translateY(-50%)
}

.header__hamburger[data-v-043bbdc8] {
  left: 2rem;
  transition: transform .3s cubic-bezier(.6, .2, .1, 1) .5s
}

.header__hamburger.active[data-v-043bbdc8] {
  transform: translate(calc(-2rem - 100%), -50%);
  transition: transform .2s cubic-bezier(.6, .2, .1, 1)
}

.header__menu[data-v-043bbdc8] {
  transition: transform .3s .3s
}

@media (min-width:1150px) {
  .header__menu[data-v-043bbdc8] {
    transition: none
  }
}

.header__menu.active[data-v-043bbdc8] {
  transform: translateX(-100%);
  transition: transform .3s
}

@media (min-width:1150px) {
  .header__menu.active[data-v-043bbdc8] {
    transform: none;
    transition: none
  }
}

@media (min-width:1150px) {
  .header__entry-container[data-v-043bbdc8] {
    border-top: .1rem solid #d4e3f3
  }
}

.header__entry-service-label[data-v-043bbdc8] {
  transform: scale(.95) translateX(0) translateY(2rem);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.6, .2, .1, 1);
  transition-delay: 0s
}

@media (min-width:1150px) {
  .header__entry-service-label[data-v-043bbdc8] {
    transform: none;
    opacity: 1;
    transition: none
  }
}

.header__entry-service-label.active[data-v-043bbdc8] {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.6, .2, .1, 1)
}

@media (min-width:1150px) {
  .header__entry-service-label.active[data-v-043bbdc8] {
    transition: none
  }
}

.header__entry-page-label[data-v-043bbdc8] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.6, .2, .1, 1);
  transition-delay: 0s
}

@media (min-width:1150px) {
  .header__entry-page-label[data-v-043bbdc8] {
    transform: none;
    opacity: 1;
    transition: none
  }
}

.header__entry-page-label.active[data-v-043bbdc8] {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.6, .2, .1, 1)
}

@media (min-width:1150px) {
  .header__entry-page-label.active[data-v-043bbdc8] {
    transition: none
  }
}

@media (min-width:1150px) {
  .header__entry-lang-label[data-v-043bbdc8]:after, .header__entry-search-label[data-v-043bbdc8]:after, .header__entry-service-label[data-v-043bbdc8]:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    --bg-opacity: 1;
    background-color: #06c;
    background-color: rgba(0, 102, 204, var(--bg-opacity));
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    transform: translateY(50%)
  }
}

.header__search[data-v-043bbdc8] {
  border-bottom: .2rem solid rgba(0, 102, 204, .15)
}

.header__entry.active .header__entry-content[data-v-043bbdc8] {
  opacity: 1;
  visibility: visible;
  overflow: visible
}

@media (min-width:1150px) {
  .header__entry.active .header__entry-content[data-v-043bbdc8] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    overflow: auto
  }
}

.header__entry-lang-label.active[data-v-043bbdc8]:after, .header__entry.active .header__entry-search-label[data-v-043bbdc8]:after, .header__entry.active .header__entry-service-label[data-v-043bbdc8]:after {
  opacity: 1;
  visibility: visible
}

.header__entry-content[data-v-043bbdc8] {
  transition: opacity .3s, visibility .3s;
  overflow: hidden
}

@media (min-width:1150px) {
  .header__entry-content[data-v-043bbdc8] {
    transform: translateY(-11rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto;
    transition: opacity .3s, visibility .3s;
    box-shadow: 0 10px 30px 0 rgba(50, 68, 93, .2)
  }
}

.header__separator[data-v-043bbdc8] {
  background-color: #d4e3f3
}

.header__secondary-page[data-v-043bbdc8] {
  color: #657285
}

.header__btn[data-v-043bbdc8] {
  border-radius: .4rem
}

.header__btn--transparent[data-v-043bbdc8] {
  opacity: .67
}

.header__profile g[data-v-043bbdc8] {
  fill: #fff
}

@media (min-width:1150px) {
  .header__profile g[data-v-043bbdc8] {
    fill: #22577d
  }
}

@media (min-width:1150px) {
  .header__profile--white g[data-v-043bbdc8] {
    fill: #fff
  }
}

.header__profile--dusk g[data-v-043bbdc8] {
  fill: #22577d
}

.header__section-subsection[data-v-043bbdc8] {
  max-width: 34rem
}

.stop-animations [data-v-043bbdc8] {
  -webkit-animation: none !important;
  animation: none !important;
  transition: none !important
}

.link-cta--link[data-v-1d424478] {
  transition: color .2s
}

.link-cta--btn[data-v-1d424478] {
  transition: background-color .2s
}

.link-cta:hover .link-cta__icon--animated[data-v-1d424478] {
  -webkit-animation: arrowAnimation-data-v-1d424478 .7s infinite;
  animation: arrowAnimation-data-v-1d424478 .7s infinite
}

@-webkit-keyframes arrowAnimation-data-v-1d424478 {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(10%)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(-10%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes arrowAnimation-data-v-1d424478 {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(10%)
  }

  50% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(-10%)
  }

  to {
    transform: translateX(0)
  }
}

.page-body h1 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.2rem
}

.page-body h1:not(:first-child) {
  margin-top: 8rem
}

@media (min-width:640px) {
  .page-body h1:not(:first-child) {
    margin-top: 10rem
  }
}

.page-body h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.4rem
}

.page-body h2:not(:first-child) {
  margin-top: 8rem
}

@media (min-width:640px) {
  .page-body h2:not(:first-child) {
    margin-top: 10rem
  }
}

.page-body h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem
}

.page-body h3:not(:first-child) {
  margin-top: 1.6rem
}

@media (min-width:640px) {
  .page-body h3:not(:first-child) {
    margin-top: 10rem
  }
}

.page-body h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem
}

.page-body h4:not(:first-child) {
  margin-top: 1.6rem
}

@media (min-width:640px) {
  .page-body h4:not(:first-child) {
    margin-top: 6.4rem
  }
}

.page-body h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem
}

.page-body h5:not(:first-child) {
  margin-top: 1.6rem
}

@media (min-width:640px) {
  .page-body h5:not(:first-child) {
    margin-top: 3.2rem
  }
}

.page-body h6 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .8rem
}

@media (min-width:640px) {
  .page-body h6 {
    margin-top: 1.6rem
  }
}

.page-body h6:not(:first-child) {
  margin-top: .8rem
}

.page-body ol, .page-body p, .page-body ul {
  --text-opacity: 1;
  color: #32445d;
  color: rgba(50, 68, 93, var(--text-opacity));
  --text-opacity: 0.8
}

.page-body a {
  --text-opacity: 1;
  color: #06c;
  color: rgba(0, 102, 204, var(--text-opacity));
  text-decoration: underline
}

.page-body ol {
  list-style: decimal inside
}

.page-body table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse
}

.page-body tbody, .page-body td, .page-body th {
  --text-opacity: 1;
  color: #32445d;
  color: rgba(50, 68, 93, var(--text-opacity));
  --text-opacity: 0.8
}

.page-body td, .page-body th {
  padding: 10px;
  border: 1px solid #32445d
}

.tertiary-hero {
  margin-top: -11rem
}

@media (min-width:640px) {
  .tertiary-hero__content {
    max-width: 63.4rem
  }
}

@media (min-width:640px) {
  .tertiary-hero__content--wide {
    max-width: 73rem
  }
}

.tertiary-hero__particles {
  height: 200vh
}

.tertiary-hero__particles-left {
  transform: translateY(55%)
}

.tertiary-hero__particles-right {
  transform: translateY(65%)
}

.breadcrumbs__icon g {
  fill: #b2bfcc
}

@media (min-width:640px) {
  .picture-cta__btn[data-v-77a7b337] {
    max-width: 31.4rem
  }
}

.picture-cta__img[data-v-77a7b337] {
  max-width: 40rem
}

@media (min-width:768px) {
  .picture-cta__img[data-v-77a7b337] {
    max-width: none
  }
}

@media (min-width:640px) {
  .jobs-listings__heading {
    max-width: 60rem
  }
}

.jobs-listings__selects {
  max-width: 90rem
}

@media (min-width:768px) {
  .jobs-listings__select:not(:last-child) {
    border-right: 1px solid #d8dbe0
  }
}

.jobs-listings__grid {
  grid-gap: 3.2rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr))
}

@media (min-width:768px) {
  .jobs-listings__grid {
    grid-row-gap: 8rem;
    grid-column-gap: 5vw;
    grid-template-columns: repeat(3, 20rem)
  }
}

.jobs-listings__link {
  font-weight: 700
}

.wide-select__icon g {
  fill: #32445d
}

.wide-select--open:after, .wide-select__dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: -1
}

@media (min-width:768px) {
  .wide-select__dropdown:after {
    box-shadow: 0 10px 30px 0 rgba(50, 68, 93, .1)
  }
}

.wide-select__icon--rotated {
  transform: rotate(180deg)
}

.spontaneous-application[data-v-118befbe] {
  background-color: #f3f3f3
}

.section-heading {
  max-width: 73rem
}

@media (min-width:768px) {
  .heading__btn:not(:last-child) {
    margin-right: 4.8rem
  }
}

.heading__btn:nth-child(2), .heading__btn:nth-child(3) {
  margin-top: 2.4rem
}

@media (min-width:768px) {
  .heading__btn:nth-child(2), .heading__btn:nth-child(3) {
    margin-top: 0;
    margin-left: 4.8rem
  }
}

.loader[data-v-00ef43ce] {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  border: 16px solid #fff;
  border-top-color: #06c;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin-data-v-00ef43ce 2s linear infinite;
  animation: spin-data-v-00ef43ce 2s linear infinite
}

@-webkit-keyframes spin-data-v-00ef43ce {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes spin-data-v-00ef43ce {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.success-stories__slide-link {
  font-weight: 700
}

@media (min-width:768px) {
  .success-stories .slick-slide {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

@media (min-width:768px) {
  .success-stories .slick-center .success-stories__slide-text {
    opacity: 1;
    transition: opacity .2s .2s
  }
}

@media (min-width:768px) {
  .success-stories .slick-slide:not(.slick-center) .success-stories__slide-text {
    opacity: 0;
    transition: opacity .2s
  }
}

@media (min-width:768px) {
  .success-stories .slick-center .success-stories__slide-image {
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: top .3s, transform .3s
  }
}

@media (min-width:768px) {
  .success-stories .slick-slide:not(.slick-center) .success-stories__slide-image {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: top .3s, transform .3s
  }
}

.slider :focus {
  outline: 0
}

.team__item--picture[data-v-299071b7] {
  position: relative
}

.team__item--picture[data-v-299071b7]:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.team__item--picture>img[data-v-299071b7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.footer[data-v-5bb65042], .footer__content[data-v-5bb65042], .footer__information[data-v-5bb65042], .footer__socials[data-v-5bb65042] {
  position: relative
}

.footer__content[data-v-5bb65042]:after, .footer__information[data-v-5bb65042]:after, .footer__socials[data-v-5bb65042]:after {
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%)
}

.footer__clipped-bg[data-v-5bb65042]:after, .footer__content[data-v-5bb65042]:after, .footer__information[data-v-5bb65042]:after, .footer__socials[data-v-5bb65042]:after {
  content: "";
  position: absolute;
  --bg-opacity: 1;
  background-color: #f5fbff;
  background-color: rgba(245, 251, 255, var(--bg-opacity));
  z-index: -1;
  left: 50%
}

.footer__clipped-bg[data-v-5bb65042]:after {
  width: 150vw;
  height: 30rem;
  top: 40%;
  transform: translateX(-50%) rotate(-4deg)
}

@media (min-width:1150px) {
  .footer__clipped-bg[data-v-5bb65042]:after {
    top: 100%;
    transform: translateX(-50%) rotate(-4deg)
  }
}

.footer__menu-element[data-v-5bb65042]:not(:last-child) {
  margin-bottom: 1.6rem
}

.footer__logo-section[data-v-5bb65042] {
  max-width: 28rem
}

@media (min-width:1150px) {
  .footer__logo-section[data-v-5bb65042] {
    max-width: none
  }
}

.footer__logo[data-v-5bb65042] {
  width: 25rem
}

.footer .link__active[data-v-5bb65042] {
  border-bottom: 2px solid #06c
}

.modal[data-v-0e9f2486] {
  background-color: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s linear, opacity .3s linear
}

.modal--visible[data-v-0e9f2486] {
  visibility: visible;
  opacity: 1
}

.modal__content[data-v-0e9f2486] {
  background-color: #fefefe;
  border: 1px solid #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: calc(100% - 40px)
}

.modal[data-v-cb892c22] {
  background-color: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s linear, opacity .3s linear
}

.modal--visible[data-v-cb892c22] {
  visibility: visible;
  opacity: 1
}

.modal__content[data-v-cb892c22] {
  background-color: #f3f3f3;
  border: 1px solid #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: calc(100% - 40px)
}