/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
/* Auto Height */
/* 3D Effects */
/* IE10 Windows Phone 8 Fixes */
/* Common Styles */
/* Bullets */
/* Progress */
/* Scrollbar */
/* Preloader */
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} /*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
.select select,
.textarea,
.input,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.select select:focus,
.textarea:focus,
.input:focus,
.button:focus,
.select select:active,
.textarea:active,
.input:active,
.button:active,
.select select.is-active,
.is-active.textarea,
.is-active.input,
.is-active.button {
  outline: none;
}
.select select[disabled],
[disabled].textarea,
[disabled].input,
[disabled].button {
  cursor: not-allowed;
}
.file,
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}
.message:not(:last-child),
.block:not(:last-child),
.title:not(:last-child),
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.control.is-loading::after,
.select.is-loading::after,
.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  content: '';
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
} /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ul,
li,
dd,
figure,
textarea,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  height: auto;
  max-width: 100%;
}
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}
figure,
footer,
header {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: 'Arial', sans-serif;
}
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}
hr {
  background-color: #f5f5f5;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type='checkbox'] {
  vertical-align: baseline;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #363636;
  font-weight: 700;
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon,
.button .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus {
  border-color: #485fc7;
  color: #363636;
}
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button:active,
.button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-btc-yellow {
  background-color: #fbd200;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:hover {
  background-color: #eec700;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(251, 210, 0, 0.25);
}
.button.is-btc-yellow:active,
.button.is-btc-yellow.is-active {
  background-color: #e2bd00;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow[disabled] {
  background-color: #fbd200;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.button.is-btc-yellow.is-loading::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-btc-cyan {
  background-color: #5aa6e7;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan:hover {
  background-color: #4fa0e5;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan:focus {
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(90, 166, 231, 0.25);
}
.button.is-btc-cyan:active,
.button.is-btc-cyan.is-active {
  background-color: #449ae4;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan[disabled] {
  background-color: #5aa6e7;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.button.is-btc-cyan.is-loading::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-small {
  font-size: 0.875rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-loading {
  color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content.is-small {
  font-size: 0.875rem;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.title {
  word-break: break-word;
}
.title span {
  font-weight: inherit;
}
.title {
  color: #363636;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.select select,
.textarea,
.input {
  background-color: #fff;
  border-color: #c7c7c7;
  border-radius: 4px;
  color: #363636;
}
.select select::-moz-placeholder,
.textarea::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder,
.textarea:-moz-placeholder,
.input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover,
.textarea:hover,
.input:hover {
  border-color: #262626;
}
.select select:focus,
.textarea:focus,
.input:focus,
.select select:active,
.textarea:active,
.input:active,
.select select.is-active,
.is-active.textarea,
.is-active.input {
  border-color: #5aa6e7;
  box-shadow: 0 0 0 0 rgba(72, 95, 199, 0.25);
}
.select select[disabled],
[disabled].textarea,
[disabled].input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.textarea,
.input {
  box-shadow: 0;
  max-width: 100%;
  width: 100%;
}
.is-btc-yellow.textarea,
.is-btc-yellow.input {
  border-color: #fbd200;
}
.is-btc-yellow.textarea:focus,
.is-btc-yellow.input:focus,
.is-btc-yellow.textarea:active,
.is-btc-yellow.input:active,
.is-btc-yellow.is-active.textarea,
.is-btc-yellow.is-active.input {
  box-shadow: 0 0 0 0 rgba(251, 210, 0, 0.25);
}
.is-btc-cyan.textarea,
.is-btc-cyan.input {
  border-color: #5aa6e7;
}
.is-btc-cyan.textarea:focus,
.is-btc-cyan.input:focus,
.is-btc-cyan.textarea:active,
.is-btc-cyan.input:active,
.is-btc-cyan.is-active.textarea,
.is-btc-cyan.is-active.input {
  box-shadow: 0 0 0 0 rgba(90, 166, 231, 0.25);
}
.is-small.textarea,
.is-small.input {
  border-radius: 2px;
  font-size: 0.875rem;
}
.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input {
  cursor: pointer;
}
.checkbox:hover {
  color: #363636;
}
[disabled].checkbox,
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #f5f5f5;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
.select.is-btc-yellow:not(:hover)::after {
  border-color: #fbd200;
}
.select.is-btc-yellow select {
  border-color: #fbd200;
}
.select.is-btc-yellow select:hover {
  border-color: #e2bd00;
}
.select.is-btc-yellow select:focus,
.select.is-btc-yellow select:active,
.select.is-btc-yellow select.is-active {
  box-shadow: 0 0 0 0 rgba(251, 210, 0, 0.25);
}
.select.is-btc-cyan:not(:hover)::after {
  border-color: #5aa6e7;
}
.select.is-btc-cyan select {
  border-color: #5aa6e7;
}
.select.is-btc-cyan select:hover {
  border-color: #449ae4;
}
.select.is-btc-cyan select:focus,
.select.is-btc-cyan select:active,
.select.is-btc-cyan select.is-active {
  box-shadow: 0 0 0 0 rgba(90, 166, 231, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.875rem;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.875rem;
}
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-small {
  font-size: 0.875rem;
}
.file.is-centered {
  justify-content: center;
}
.file.is-right {
  justify-content: flex-end;
}
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}
.label {
  color: #999;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.875rem;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon {
  color: #4a4a4a;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon {
  font-size: 0.875rem;
}
.control.has-icons-left .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.875rem;
}
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #485fc7;
  color: #fff;
}
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.875rem;
}
.message {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.875rem;
}
.message.is-btc-yellow {
  background-color: #fffceb;
}
.message.is-btc-cyan {
  background-color: #edf5fc;
}
.has-text-btc-blue {
  color: #003869 !important;
}
a.has-text-btc-blue:hover,
a.has-text-btc-blue:focus {
  color: #001d36 !important;
}
.has-text-btc-cyan {
  color: #5aa6e7 !important;
}
a.has-text-btc-cyan:hover,
a.has-text-btc-cyan:focus {
  color: #2d8ee1 !important;
}
.has-text-btc-black {
  color: #262626 !important;
}
a.has-text-btc-black:hover,
a.has-text-btc-black:focus {
  color: #0d0d0d !important;
}
.has-background-btc-grey {
  background-color: #f5f5f5 !important;
}
.m-0 {
  margin: 0 !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mt-5 {
  margin-top: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.is-size-4 {
  font-size: 1.25rem !important;
}
.is-size-6 {
  font-size: 1rem !important;
}
.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-hidden {
  display: none !important;
}
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes decrement-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes decrement-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes decrement-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes decrement-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes increment-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes increment-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes increment-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes increment-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.container-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  max-width: none;
}
.has-margin-bottom--large {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom--large {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1152px !important;
  }
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #737373;
}
.input,
.select select,
.select:not(.is-multiple) {
  height: 45px;
}
.input {
  line-height: normal;
}
.control.has-icons-left .icon {
  height: 45px;
}
textarea {
  height: auto;
  overflow-y: auto;
}
.border-right {
  border-right: 1px solid #fff;
}
.button,
.input,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  height: 1.8em;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003869 !important;
}
body {
  font-size: 16px !important;
  line-height: 22px !important;
}
h3 {
  font-family: Roobert-Bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.has-text-btc-blue,
a,
body {
  color: #003869;
  font-weight: 400;
}
h1,
h2,
h3 {
  margin-bottom: 13px;
  line-height: 1.2;
  margin-top: 0;
  font-family: Roobert-Bold;
}
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
}
h1 {
  font-size: 2.813rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
a {
  color: #003869 !important;
  text-decoration: none;
}
a:hover {
  color: #262626 !important;
}
.content {
  padding: 0 20px;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1024px) {
  .content {
    padding: 0;
  }
}
.content h1,
.content h2,
.content h3 {
  margin-bottom: 13px;
  line-height: 1.2;
  margin-top: 0 !important;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .has-text-btc-blue,
.content a,
.content body {
  font-weight: 400;
}
.content h1 {
  font-size: 2.813rem;
}
.content h2 {
  font-size: 2rem;
}
.content h3 {
  font-size: 1.5rem;
}
.content h4 {
  font-size: 1.25rem;
}
.content h5 {
  font-size: 1.125rem;
}
.content h6 {
  font-size: 1rem;
}
.content li {
  padding-left: 16px;
  margin-top: 0 !important;
  color: #003869 !important;
  font-size: 1rem;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: left 6px;
  background-image: url('/css/bullet-cyan.svg');
}
.has-text-weight-bold {
  font-weight: 400 !important;
  font-family: Roobert-Bold !important;
}
body,
button,
input,
select,
textarea {
  font-family: Roobert;
}
p,
h1,
h2,
h3,
h4,
.button,
body {
  font-family: Roobert;
}
@media print {
  .filter,
  a.arrow-button {
    display: none;
  }
  .columns,
  .columns:not(.is-desktop) {
    display: block;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
}
.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu,
figure,
footer,
header {
  display: block;
}
.column.item:hover {
  color: #000 !important;
}
.is-size-6,
li {
  line-height: 1.2 !important;
}
h1,
h2,
h3 {
  font-family: Roobert-Bold;
}
.is-size-4 {
  line-height: 1.4 !important;
}

.arrow-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.content .arrow-button {
  text-decoration: none;
}
.arrow-button__label {
  padding-left: 14px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .arrow-button__label {
    font-size: 20px;
  }
}
.arrow-button__label--is-small {
  padding-left: 5px;
  font-size: 16px;
  padding-top: 2px;
}
.arrow-button--cyan-blue .arrow-button__label {
  color: #003869;
}
.arrow-button__arrow {
  transition: 0.3s;
}
.arrow-button--cyan-blue .arrow-button__arrow {
  color: #5aa6e7;
}
.arrow-button--cyan-blue:hover .arrow-button__arrow {
  color: #003869;
}
@font-face {
  font-family: Roobert;
  src: url('/fonts/RoobertBTC-Regular.eot');
  src:
    url('/fonts/RoobertBTC-Regular.eot') format('embedded-opentype'),
    url('/fonts/RoobertBTC-Regular.woff2') format('woff2'),
    url('/fonts/RoobertBTC-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roobert-Bold;
  src: url('/fonts/RoobertBTC-Bold.eot');
  src:
    url('/fonts/RoobertBTC-Bold.eot') format('embedded-opentype'),
    url('/fonts/RoobertBTC-Bold.woff2') format('woff2'),
    url('/fonts/RoobertBTC-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p,
h1,
h2,
h3,
h4,
.button,
body {
  font-family: Roobert;
}
strong {
  color: #003869 !important;
}
.content {
  padding: 0 20px;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1024px) {
  .content {
    padding: 0;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .has-text-btc-blue,
.content a,
.content body {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 16px !important;
  }
  .content h2,
  .title {
    line-height: 1 !important;
    font-size: 1.5rem !important;
  }
  .content h2 {
    margin-bottom: 13px;
  }
}
.dropdown-item {
  display: block;
  line-height: 1.4;
  padding: 0.375rem 1rem;
  position: relative;
  white-space: normal;
  font-size: 0.85rem;
}
strong {
  font-weight: 700;
}
.dropdown-menu {
  display: none;
  left: 1rem;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.content figure img {
  display: inline-block;
}
input::placeholder,
textarea::placeholder {
  color: #003869;
  opacity: 0.6;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #003869 !important;
  opacity: 0.6;
}
.button {
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  white-space: nowrap;
}
.button .icon,
.button .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:focus {
  border-color: #003869;
  color: #363636;
}
.button.is-active,
.button:active {
  border-color: #4a4a4a;
  color: #363636;
}
.button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-loading {
  color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
.button.is-loading::after {
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}
.button.is-rounded {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.icon {
  display: inline-flex;
}
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.button.is-btc-yellow {
  background-color: #fbd200;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:hover {
  background-color: #eec700;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(251, 210, 0, 0.25);
}
.button.is-btc-yellow.is-active,
.button.is-btc-yellow:active {
  background-color: #e2bd00;
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-btc-yellow[disabled] {
  background-color: #fbd200;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.button.is-btc-yellow.is-loading::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-btc-cyan:focus {
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan.is-loading::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}
.button.is-btc-cyan {
  background-color: #5aa6e7 !important;
  border-color: rgba(0, 0, 0, 0);
  color: #fff !important;
}
.button.is-btc-cyan:hover {
  background-color: #4fa0e5;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan:focus:not(:active),
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(90, 166, 231, 0.25);
}
.button.is-btc-cyan.is-active,
.button.is-btc-cyan:active {
  background-color: #449ae4;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button.is-btc-cyan[disabled] {
  background-color: #5aa6e7;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.button.is-small,
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.is-small.input,
.is-small.textarea,
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.content ul {
  list-style: none !important;
  margin: 12px 0 20px !important;
}
cat:hover {
  transition: 0.3s ease-in-out;
}
.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #003869;
}
.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #003869;
}
.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #003869;
}
.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #003869;
}
.input:hover,
.select select:hover,
.textarea:hover {
  border-color: #003869;
}
.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  border-color: #003869;
  box-shadow: 0 0 0 0 rgba(50, 115, 220, 0.25);
}
.input:hover,
.select select:hover,
.textarea:hover {
  border-color: #003869;
}
.input[disabled]::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: #003869;
}
.input[disabled]::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: #003869;
}
.input[disabled]:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: #003869;
}
.input[disabled]:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: #003869;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
.contact {
  margin-top: 80px;
  padding: 0px 30px 30px 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 70px 30px 30px 30px;
  }
}
.search {
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 50px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.counter {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  padding: 10px 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.vc-highlight {
  background-color: #003869 !important;
}
.field-container {
  margin-bottom: 40px;
}
.field-error-message {
  color: red;
  font-size: 12px;
  position: absolute;
}
@keyframes border_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img-buttons {
  display: flex;
  justify-content: end;
  flex-direction: row;
  gap: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (width <= 768px) {
  .img-buttons {
    flex: 0 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}
.row {
  display: flex;
  flex-direction: row;
}
.is-loading {
  background-image: url(c5cd7f5300576ab4c88202b42f6ded62.gif);
}
.is-centered {
  display: flex !important;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .sticky {
    padding: 0.75rem;
  }
}
.reset {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  left: 95%;
}
.submit-overlay {
  z-index: 25;
  height: auto !important;
  top: 0;
}
.bordered {
  border: solid;
}
.info {
  display: inline-block;
}
.flex {
  display: flex;
}
.btn-center {
  margin: auto;
  flex-grow: 0;
  padding: 0;
  width: auto !important;
}

.square {
  height: 100%;
  width: 100%;
  background-color: #003869;
  border-radius: 20%;
}
.minus {
  position: relative;
  left: 7px;
}
.checkbox.dropdown-item:hover {
  background-color: rgba(90, 166, 231, 0.2);
  color: #000;
}
.checkbox.dropdown-item:hover.karriere__greyed {
  border-color: #ccc !important;
}
@media screen and (max-width: 1216px) {
  .hidden {
    display: none !important;
  }
  .hidden-details {
    display: block;
    position: absolute;
    left: -150vw;
  }
}
.arrow-button.arrow-button--darkcyan-white-large {
  height: 30px;
  width: 200px;
}
.arrow-button.arrow-button--darkcyan-white-large .icon {
  color: #002b55 !important;
}
.arrow-button.arrow-button--darkcyan-white .icon {
  color: #002b55 !important;
}
.arrow-button.arrow-button--yellow-blue {
  color: #002b55;
}
.arrow-button.arrow-button--yellow-blue .icon {
  color: #fbd200 !important;
}
.btn-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-box a {
  width: auto !important;
  height: 1.5rem;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .btn-box a {
    width: auto !important;
  }
}
.reset-icon {
  cursor: pointer;
  color: #002b55;
}
@media screen and (width <= 450px) {
  .mr-3.linkedin-logo {
    margin-right: 4rem !important;
  }
}
.vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vertical-padding--top {
  padding-bottom: 0;
}
.vertical-padding .field-container {
  margin-bottom: 1rem;
  position: relative;
}
.vertical-padding .xing-link input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vertical-padding .xing-link .xing-text {
  background-color: rgba(90, 166, 231, 0.2);
  color: #5aa6e7;
  font-weight: bold;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ccc;
  border-right: none;
}
.top-padding {
  padding-top: 1rem;
}
.top-padding .field-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.top-padding-sections .field-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.top-padding-sections a {
  display: inline;
}
.field-error-message.column {
  position: relative;
  padding: 0;
}
.bold {
  font-weight: bold;
}
.inputs {
  display: flex;
  flex-direction: row;
}
.inputs .prefix {
  width: 20%;
}
.inputs .prefix .input__prefix {
  height: 100%;
  justify-content: center;
  border: 1px solid #ccc;
}
.inputs span {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.no-scroll {
  overflow-y: hidden !important;
}
