@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&display=swap");
.test-form-info {
  position: fixed;
  z-index: 100;
  top: 150px;
  right: 20px;
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 768px) {
  .test-form-info {
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 1;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #004463;
}

/* Headlines */
h1,
.headline-xl {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 1rem;
}
h1, h1 *,
.headline-xl,
.headline-xl * {
  margin-top: 0;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -1.3px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h1, h1 *,
  .headline-xl,
  .headline-xl * {
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
  }
}

h2,
.headline-l {
  margin-bottom: 1rem;
}
h2, h2 *,
.headline-l,
.headline-l * {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  letter-spacing: -0.9px;
}
h2.subheadline, h2 *.subheadline,
.headline-l.subheadline,
.headline-l *.subheadline {
  font-size: 2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  h2, h2 *,
  .headline-l,
  .headline-l * {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h3,
.headline-m {
  margin-bottom: 0.5rem;
}
h3, h3 *,
.headline-m,
.headline-m * {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h3, h3 *,
  .headline-m,
  .headline-m * {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
}

h4,
.headline-s {
  margin-bottom: 0.5rem;
}
h4, h4 *,
.headline-s,
.headline-s * {
  font-size: 2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  h4, h4 *,
  .headline-s,
  .headline-s * {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

h5,
.headline-xs {
  margin-bottom: 0.5rem;
}
h5, h5 *,
.headline-xs,
.headline-xs * {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h5, h5 *,
  .headline-xs,
  .headline-xs * {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
  }
}

.headline-xl, .headline-xl *,
.headline-l,
.headline-l *,
.headline-m,
.headline-m *,
.headline-s,
.headline-s *,
.headline-xs,
.headline-xs * {
  text-transform: none;
}

html[data-whatinput=mouse] :focus {
  outline: none;
}

.body-l, .body-l * {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .body-l, .body-l * {
    font-weight: 700;
    font-size: 1rem;
  }
}

.body-m, .body-m * {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .body-m, .body-m * {
    font-weight: 500;
  }
}

.body-s, .body-s * {
  font-size: 0.875rem;
  line-height: 1rem;
}

p {
  margin: 0 0 16px;
}

a {
  color: #0f73a0;
  text-decoration: underline;
}
a:hover, a.hover {
  color: #003755;
}
[data-whatinput=keyboard] a:focus, a.focus {
  box-shadow: 0 0 0 1px #0f73a0;
  outline: none;
  border-radius: 3px;
}
a:disabled, a.disabled {
  color: #5f5f5a;
}
a:disabled:hover, a.disabled:hover {
  background-color: transparent;
  cursor: auto;
}

button,
input,
textarea {
  font-family: "Manrope", sans-serif;
}

.flow-forms strong {
  font-weight: 600;
}

.boxed-paragraph {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #525252;
}

.advantage-club-section {
  width: 630px;
  text-align: center;
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
.advantage-club-section .advantage-row {
  display: flex;
}
.advantage-club-section .club-info {
  font-size: 14px;
  color: #525252;
  margin-bottom: 25px;
}
.advantage-club-section .section-header {
  width: 100%;
}
.advantage-club-section .big-section-header {
  font-size: 24px;
}
.advantage-club-section .advantages-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  min-height: 159px;
}
.advantage-club-section .advantages-section .advantage {
  display: grid;
  grid-template-columns: 20% 80%;
  text-align: left;
  width: 50%;
}
.advantage-club-section .advantages-section .advantage.center-advantage {
  display: flex;
  margin: auto;
}
.advantage-club-section .advantages-section .advantage :first-child {
  margin: auto;
}
.advantage-club-section .advantages-section .advantage div {
  padding-right: 10px;
}
.advantage-club-section .advantages-section .advantage .advantage-headline {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}
.advantage-club-section .advantages-section .advantage p {
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .advantage-club-section {
    width: unset;
    text-align: center;
    display: grid;
    gap: 10px;
  }
  .advantage-club-section .club-info {
    width: unset;
  }
  .advantage-club-section .section-header {
    width: 100%;
    visibility: hidden;
  }
  .advantage-club-section .advantages-section {
    visibility: hidden;
    display: none;
  }
  .advantage-club-section .advantages-section .advantages {
    width: unset;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .member-registration-con .flow-forms {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 1439px;
  }
  .member-registration-con .flow-forms .step--occupation-coverage {
    width: auto;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row {
    justify-content: center;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row .radiobuttons-big-pill-group {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill {
    min-width: 240px;
    max-width: 278px;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.recommended {
    border-top: 0;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child p {
    margin-bottom: 10px;
  }
  .member-registration-con .flow-forms .step--occupation-coverage .row .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .recommendation-sticker-primary {
    font-size: 14px;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group.primary-design {
  margin-top: 35px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group {
  width: 960px;
  margin-left: -150px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 10px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill {
  width: unset;
  position: relative;
  align-items: normal;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.added-spacing {
  margin-bottom: 50px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options {
  opacity: 0.5;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .trumpet-container .recommendation-sticker-primary {
  background-color: #a2a299;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label {
  cursor: default;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label div.radio-container input[type=radio] {
  background-color: initial;
  border-color: #0f73a0;
  cursor: default;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child ul li:before {
  content: url("/frontend_react/dist/assets/icons/checkmark-blue.svg");
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .tooltip-icon, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .tooltip-icon, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .tooltip-icon {
  background: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg") !important;
  background-size: contain !important;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label {
  background: #fff;
  border-color: lightgray;
  color: initial;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary {
  border-color: lightgray;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended {
  background: #fff;
  border-color: lightgray;
  color: initial;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before {
  content: url("/frontend_react/dist/assets/icons/checkmark-blue.svg");
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label span, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label span {
  filter: none;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.limit-options .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label li:before {
  filter: none;
}
@media only screen and (min-width: 769px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input.narrow-input {
    width: 30%;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .trumpet-container .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .trumpet-container .recommendation-sticker-primary {
    border: 1px solid #6fabc6;
    border-bottom: 0;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .trumpet-container .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .trumpet-container .recommendation-sticker-primary {
    border: 1px solid #6fabc6;
    border-bottom: 0;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label {
    background: #0f73a0;
    border: 1px solid #6fabc6;
    color: #fff;
    outline: 0;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label .row.desktop-seperator, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label .row.desktop-seperator, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label .row.desktop-seperator {
    border-color: #6fabc6;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended {
    border-top: 0;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label .tooltip-icon, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label .tooltip-icon, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label .tooltip-icon {
    background: url("/frontend_react/dist/assets/icons/info_tooltip_white.svg") !important;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label div.radio-container input[type=radio] {
    background-color: #0f73a0;
    border-color: #fff;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child ul li:before {
    content: url("/frontend_react/dist/assets/icons/checkmark-light.svg");
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child div.tooltip, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child div.tooltip, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child div.tooltip {
    background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square.svg");
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.enlarge:not([disabled]) > div:first-child .price-info-container .price-after-tax, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.enlarge:not([disabled]) > div:first-child .price-info-container .price-after-tax, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.enlarge:not([disabled]) > div:first-child .price-info-container .price-after-tax {
    color: #fff;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.reduced-price:not([disabled]) > div:first-child .price-info-container .price-after-tax, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.reduced-price:not([disabled]) > div:first-child .price-info-container .price-after-tax, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.reduced-price:not([disabled]) > div:first-child .price-info-container .price-after-tax {
    color: #fff;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended .recommendation-sticker-primary {
    border-color: #6fabc6;
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before {
    content: url("/frontend_react/dist/assets/icons/checkmark-light.svg");
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child div.tooltip, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended > div:first-child div.tooltip, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child div.tooltip {
    background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square.svg");
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label span, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label span {
    filter: brightness(0) invert(1) brightness(300%) contrast(300%);
  }
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label li:before {
    filter: brightness(0) invert(1) brightness(300%) contrast(300%);
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label span {
  filter: none;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label li:before, .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label li:before {
  filter: none;
}
[data-whatintent=keyboard] .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label {
  border: 1px solid #000;
}
[data-whatintent=keyboard] .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .recommendation-sticker-primary {
  border: 1px solid #000;
  border-bottom: none;
}
[data-whatintent=keyboard] .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .recommendation-sticker-secondary {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.recommended-secondary > div:first-child {
  min-height: 560px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.recommended {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label {
  color: #141e2d;
  background-color: #fff;
  border: 1px solid lightgray;
  display: grid;
  grid-template-rows: 1fr;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label label {
  color: #141e2d;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label span {
  margin-bottom: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child {
  position: relative;
  bottom: 0;
  min-height: 490px;
  max-height: 490px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container {
  all: unset;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container.empty-bottom {
    margin-bottom: 44px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container.empty-bottom {
    margin-bottom: 39px !important;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container.empty-bottom {
    margin-bottom: 15px !important;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container .union-styling {
  margin-bottom: 0;
  margin-right: 10px;
  background-color: rgba(20, 30, 45, 0.1);
  border-radius: 35px;
  min-width: 44px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-top: 12px;
  font-size: 14px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container span {
  all: unset;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container div {
  all: unset;
  display: flex;
  align-items: end;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child .price-container div span:first-child {
  all: unset;
  font-size: 16px;
  line-height: 24px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child > div:first-child {
  position: relative;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child h3 {
  font-weight: 500;
  line-height: 36px;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.tooltip-container {
  position: initial;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  display: inline-block;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.tooltip {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  width: 24px;
  margin-left: 5px;
  height: 24px;
  top: 4px;
  background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg");
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.tooltip {
    background-image: url("/frontend_react/dist/assets/icons/question_big_square.svg");
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -70px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background-color: #141e2d;
  color: #fff;
  padding: 16px;
  opacity: 0;
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear 0s, visibility 0.15s ease 0.15s, transform 0.1s ease 0s;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  font-size: 16px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child p {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul {
  margin-bottom: 170px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul li {
  line-height: 20px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul li strong {
  font-size: 14px;
  font-weight: 700;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul li:before {
  top: 0px;
  content: url("/frontend_react/dist/assets/icons/checkmark-blue.svg");
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div {
  position: absolute;
  bottom: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div span:first-child {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div span {
  font-size: 16px;
  line-height: 24px;
  position: relative !important;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div span .tooltip-icon {
  background: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  bottom: 3px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div p.salary-insurance-subtitle {
  margin-top: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div div {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div div {
    position: unset;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label .row.desktop-seperator {
  margin-left: -16px;
  padding-top: 16px;
  width: calc(100% + 32px);
  border-top: 1px solid lightgray;
  filter: none;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label .row.desktop-seperator {
    display: none;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  gap: 5px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container label {
  all: unset;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border: 2px solid #0f73a0;
  border-radius: 50%;
  min-width: 14px;
  min-height: 14px;
  padding: 4px;
  display: grid;
  place-content: center;
  margin: 0;
  cursor: pointer;
  width: auto;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container input[type=radio]::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  accent-color: #fff;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container input[type=radio]:checked::before {
  transform: scale(1);
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container label {
  display: unset;
  width: auto;
  margin-bottom: 0px;
  margin-left: 10px;
  color: inherit;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view {
  display: none;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container div.recommendation-sticker-primary {
  padding: 15px;
  position: absolute;
  top: -50px;
  background-color: #f59655;
  width: 100%;
  border: 1px solid lightgray;
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container div.recommendation-sticker-primary {
    top: -26px;
  }
}
@media only screen and (min-width: 769px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container div.recommendation-sticker-primary.selected-border {
    border-color: #6fabc6;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container div.recommendation-sticker-primary strong {
  font-weight: 700;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container .recommendation-sticker-dark {
  background-color: #000;
  color: #fff;
  border-top-right-radius: 3px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container .recommendation-sticker-dark.no-border-radius {
  border-top-right-radius: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .trumpet-container .recommendation-sticker-secondary {
  background-color: #50b9af;
  color: #141e2d;
  border-top-right-radius: 3px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink {
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink {
    align-items: flex-start;
  }
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .recommendation-sticker-secondary {
  padding: 4px 8px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .recommendation-sticker-secondary strong {
  font-size: 12px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.reduced-price > div:first-child div.price-info-container {
  display: flex;
  flex-direction: column;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.reduced-price > div:first-child div.price-info-container .original-price {
  background-color: #f59655;
  border-radius: 35px;
  padding: 4px 12px;
  background-color: #f59655;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-bottom: 20px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.reduced-price > div:first-child div.price-info-container .total-price {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.reduced-price > div:first-child div.price-info-container .total-price-currency {
  font-size: 16px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.reduced-price > div:first-child div.price-info-container .price-after-tax {
  margin-top: -10px;
  font-size: 14px;
  color: #5f5f5a;
  font-weight: 400;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge {
  min-height: 560px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child ul {
  margin-bottom: 260px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child .total-price {
  font-size: 48px;
  font-weight: 400;
  margin: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child .total-price.no-original-price {
  margin-bottom: -6px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child .total-price-currency {
  font-size: 16px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child .price-after-tax {
  margin-top: -10px;
  font-size: 14px;
  color: #5f5f5a;
  font-weight: 400;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.enlarge > div:first-child > h3:first-child {
  margin-top: 0px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label > div:first-child {
  position: relative;
  bottom: 0;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label > div:first-child > h3:first-child {
  margin-top: 20px;
}
.member-registration-con .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label > div:first-child ul {
  margin-bottom: 205px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .pills-row {
    width: 100%;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group {
    width: 100%;
    margin-left: -4px;
    row-gap: 15px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill {
    outline: none;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label {
    min-height: 400px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child {
    max-height: 540px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child ul.custom-list.custom-list--checkmark {
    margin-bottom: 50px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child .price-info-container {
    margin-bottom: 10px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child .price-info-container .total-price-currency {
    font-size: 16px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child .price-info-container .price-after-tax {
    margin-bottom: 5px;
    font-size: 14px;
    color: #5f5f5a;
    font-weight: 400;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child div.price-info-container {
    display: flex;
    flex-direction: column;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child div.price-info-container .original-price {
    background-color: #f59655;
    border-radius: 35px;
    padding: 4px 12px;
    background-color: #f59655;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    margin-bottom: 20px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child div.price-info-container .total-price {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child div.price-info-container .total-price-currency {
    font-size: 16px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill.shrink .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child div.price-info-container .price-after-tax {
    margin-top: -10px;
    font-size: 14px;
    color: #5f5f5a;
    font-weight: 400;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label {
    padding-bottom: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child {
    margin-top: 10px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child h5 {
    color: unset;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.mobile-secondary-recommended-pill-design > div:first-child ul.custom-list.custom-list--checkmark {
    margin-bottom: 90px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child ul.custom-list.custom-list--checkmark {
    margin-bottom: 80px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.mobile-secondary-non-recommended-label > div:first-child .price-info-container .total-price {
    font-size: 48px;
    font-weight: 400;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child {
    min-height: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child h3 {
    font-size: 24px;
    display: inline;
    margin-left: -2px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child h5 {
    font-size: 18px;
    margin-top: 2px;
    color: #009de0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child p {
    margin-top: 5px;
    display: block;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul {
    margin-bottom: 100px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul li {
    margin-top: 7px;
    line-height: 18px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul.custom-list.custom-list--checkmark {
    margin-bottom: 40px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div {
    position: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container-mobile {
    background-color: #009de0;
    margin-left: 0;
    display: flex;
    min-height: 48px;
    justify-content: center;
    color: #fff;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container-mobile button.radio-button {
    background-color: #009de0;
    border: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label .seperator {
    margin-left: -16px;
    margin-top: 20px;
    width: calc(100% + 32px);
    border-top: 1px solid lightgray;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .member-button {
    min-height: 60px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
    justify-content: space-between;
    color: black;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .member-button span {
    content: "↲";
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .mobile-advantages {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .mobile-advantages span {
    display: flex;
    align-self: center;
    margin-left: 8px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .mobile-advantages div {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 5px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.advantages-mobile-view .mobile-advantages div strong {
    font-size: 16px;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div input {
    border-radius: initial;
    width: 1px;
    min-height: 0;
    height: 1px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    opacity: 0;
  }
  .member-registration-con .step--occupation-coverage .pills-row .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div label {
    content: "Vælg";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    min-height: 48px;
    background-color: #009de0;
    border-radius: 3px;
    margin-left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .step--occupation-coverage .primary-cta {
    display: none;
  }
}

.member-registration-con .member-registration--form-content .flow-forms .step .custom-checkbox.member-registration__checkbox label.custom-checkbox__label {
  display: flex;
  flex-direction: column;
  line-height: 24px;
  margin-bottom: 24px;
}
.member-registration-con .member-registration--form-content .flow-forms .step .custom-checkbox.member-registration__checkbox label.custom-checkbox__label span {
  font-weight: 400;
}

.header {
  display: flex;
  height: 92px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 76px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header__logo {
  position: absolute;
  top: 30px;
  left: 48px;
  width: 62px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    top: 22px;
    left: 15px;
  }
}

.exit-flow-btn {
  position: absolute;
  top: 30px;
  right: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  font-size: 24px;
  color: #009de0;
}
.exit-flow-btn:focus {
  outline: 2px solid #009de0 !important;
}
@media only screen and (max-width: 768px) {
  .exit-flow-btn {
    top: 26px;
    right: 15px;
  }
}

.icon-mobile-alt {
  background-image: url(/frontend_react/dist/assets/icons/Mobile.svg);
  min-height: 1.5rem;
  min-width: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .icon-mobile-alt {
    background-image: url(/frontend_react/dist/assets/icons/Mobile_small.svg);
  }
}

.icon-speak {
  background-image: url(/frontend_react/dist/assets/icons/Speak.svg);
  min-height: 1.5rem;
  min-width: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .icon-speak {
    background-image: url(/frontend_react/dist/assets/icons/Speak_small.svg);
  }
}

.modal--exit {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .modal--exit {
    padding: 32px;
  }
}
.modal--exit .modal__inner .exit-flow-btn {
  right: 32px;
  top: 32px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__inner .exit-flow-btn {
    top: 16px;
    right: 16px;
  }
}
.modal--exit .modal__buttons {
  align-self: stretch;
  margin-bottom: 32px;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__buttons {
    justify-content: unset;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.modal--exit .modal__button {
  color: #0f73a0;
  border: 1px solid #d0d2d5;
  height: 236px;
  width: 218px;
  padding: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__button {
    height: unset;
    width: unset;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
}
.modal--exit .modal__button > span {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.modal--exit .modal__button > span i {
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
  /* color: vars.$blue; */
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__button > span i {
    width: 24px;
    height: 24px;
  }
}
.modal--exit .modal__button > span strong {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.modal--exit .modal__button > span span {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.modal--exit .modal__button:hover {
  border: 1px solid #A1A5AB;
}
.modal--exit .modal__consent {
  background-color: #e6f5fc;
  display: flex;
  width: 460px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 3px;
  color: #141e2d;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__consent {
    width: auto;
  }
}
.modal--exit .modal__consent .custom-checkbox {
  margin-bottom: 6px;
  display: contents;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__consent .custom-checkbox {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .modal--exit .modal__consent .custom-checkbox .custom-checkbox__label::after {
    top: 4px;
  }
  .modal--exit .modal__consent .custom-checkbox .custom-checkbox__label::before {
    top: 3px;
  }
}
.modal--exit .modal__consent .help-text {
  display: inline-flex;
  width: 400px;
  text-align: left;
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__consent .help-text {
    width: auto;
  }
}
.modal--exit .modal__consent strong {
  margin-bottom: 6px;
}
.modal--exit .modal__cta-link {
  font-weight: 700;
  text-decoration-thickness: 3px;
}
.modal--exit .modal__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #004463;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .modal--exit .modal__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}

.progress-navigation-item {
  display: grid;
  font-size: 1rem;
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #141e2d;
}
.progress-navigation-item--previous-disabled .progress-navigation-item__circle::after {
  background-color: #a5a5a0;
}
.progress-navigation-item--disabled {
  pointer-events: none;
  cursor: default;
}
.progress-navigation-item--disabled .progress-navigation-item__circle {
  color: #a5a5a0;
  border-color: #a5a5a0;
  background-color: #F3F3EF;
}
.progress-navigation-item--disabled .progress-navigation-item__circle::after {
  background-color: #a5a5a0;
}
.progress-navigation-item--disabled .progress-navigation-item__text {
  color: #a5a5a0;
}

.progress-navigation-item:last-child .progress-navigation-item__circle::after {
  display: none;
}

.progress-navigation-item__button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding-inline: 0px;
}
.progress-navigation-item--active .progress-navigation-item__button, .progress-navigation-item--previous .progress-navigation-item__button, .progress-navigation-item--visited .progress-navigation-item__button {
  pointer-events: auto;
  cursor: pointer;
}

.progress-navigation-item__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #0f73a0;
  background-color: #F3F3EF;
  color: #0f73a0;
  border-radius: 3px;
  line-height: 1;
  flex: none;
  z-index: 500;
}
.progress-navigation-item__circle::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  opacity: 1;
  background-color: #0075a3;
  z-index: 0;
}
.progress-navigation-item--active .progress-navigation-item__circle, .progress-navigation-item--previous .progress-navigation-item__circle, .progress-navigation-item--visited .progress-navigation-item__circle {
  background-color: #0075a3;
  color: white;
}

.progress-navigation-item__text {
  font-size: 16px;
  color: #222;
  text-decoration: none;
  text-align: left;
  margin-left: 16px;
}
.progress-navigation-item--visited .progress-navigation-item__text, .progress-navigation-item--active .progress-navigation-item__text, .progress-navigation-item--previous .progress-navigation-item__text {
  cursor: pointer;
  color: #0075a3;
}
.progress-navigation-item__button:focus .progress-navigation-item__text, .progress-navigation-item--previous:hover .progress-navigation-item__text, .progress-navigation-item--visited:hover .progress-navigation-item__text {
  text-decoration: underline;
}
[data-whatintent=mouse] .progress-navigation-item__button:focus .progress-navigation-item__text, [data-whatintent=touch] .progress-navigation-item__button:focus .progress-navigation-item__text {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .progress-navigation-item__text {
    display: none;
  }
  .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #024463;
    border-width: 2px;
    transition: none;
  }
  .progress-navigation-item__circle {
    margin: 0;
  }
  .progress-navigation-item__circle::after {
    width: 18px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translate(100%, 0) translateX(-2px);
  }
  .progress-navigation-item.progress-navigation-item--active .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #1b3240;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .progress-navigation-item__text {
    display: none;
  }
  .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #024463;
    border-width: 2px;
    transition: none;
  }
  .progress-navigation-item__circle {
    margin: 0;
  }
  .progress-navigation-item__circle::after {
    width: 18px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translate(100%, 0) translateX(-2px);
  }
  .progress-navigation-item.progress-navigation-item--active .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #1b3240;
  }
}
.progress-navigation {
  position: fixed;
  left: 10px;
  width: calc((100vw - 850px) / 2);
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .progress-navigation {
    display: block;
    order: 1;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .progress-navigation {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 0;
  }
}
.progress-navigation .progress-navigation__title,
.progress-navigation .progress-navigation__progress {
  padding: 0;
  margin-bottom: 0px;
}
.progress-navigation .progress-navigation__progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #727881;
}
.progress-navigation .progress-navigation__progress--hidden {
  visibility: hidden;
}
.progress-navigation .progress-navigation__progress i {
  padding-left: 8px;
}
.progress-navigation .progress-navigation__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #434b57;
}
.progress-navigation .progress-navigation__steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  gap: 16px;
  padding-left: 0;
}
@media only screen and (min-width: 1441px) {
  .progress-navigation .progress-navigation__steps {
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-left: 40px;
  }
}

.step {
  z-index: 1;
  width: 660px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .step {
    padding: 0 0 50px;
    width: 100%;
  }
}
.step .custom-radio-big-pill input.custom-radio-big-pill__input {
  width: inherit;
  cursor: pointer;
}
.step .custom-radio {
  position: relative;
}
.step .custom-radio input.custom-radio__input {
  width: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.step .bottom-section div.intro-text {
  margin-bottom: 0;
}
.step.step--contact-information .row.flow-forms__actions {
  margin-top: 25px;
}
.step.step--contact-information .row .section-header {
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .step.step--contact-information .row .col.four.cpr {
    max-width: 45%;
  }
  .step.step--contact-information .row.flow-forms__actions {
    margin-top: 43px;
  }
  .step.step--contact-information .row.name-row .col.four {
    flex-basis: 100%;
  }
  .step.step--contact-information .row.name-row .col.four .form-element {
    min-height: 80px;
  }
}
.step.step--contact-information .help-text-container.recent-graduate-education {
  margin-bottom: 24px;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .step.step--contact-information .help-text-container .help-text {
    text-align: left;
  }
}
.step.step--yourSituation .header-con {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .step.step--yourSituation .header-con {
    margin-bottom: 40px;
  }
}
.step.step--yourSituation .radiobuttons-big-pill-group {
  padding-bottom: 4px;
}
.step.step--occupation-job .row.flow-forms__actions {
  margin-top: 31px;
}
.step.step--occupation-job .typeahead-other .row .form-element.form-element--postal-code-city .form-element__postal-code {
  width: 92px;
}
.step.step--occupation .row.flow-forms__actions {
  margin-top: 31px;
}
.step.step--occupation .row .form-element.shorten-row-gap {
  min-height: 84px;
}
.step.step--occupation .row .form-element.flow-forms__action {
  margin-top: 41px;
}
.step.step--occupation .intro-text {
  margin-bottom: 10px;
}
.step.step--occupation .radiobuttons-group {
  max-width: 500px;
}
.step.step--occupation .radiobuttons-big-pill-group {
  padding-bottom: 4px;
}
.step.step--occupation-job .col.eight {
  flex-basis: calc(66.66667% - 30px);
}
@media only screen and (max-width: 768px) {
  .step.step--occupation-job .col.eight {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--occupation-job div div .row .col.six {
    flex-basis: 75%;
  }
}
.step.step--education .flow-forms__actions {
  margin-bottom: 50px;
}
.step.step--price-and-coverage .price-info-container {
  display: flex;
  justify-content: end;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .price-info-container {
    display: flex;
    justify-content: end;
    flex-flow: column-reverse;
    gap: 5px;
  }
}
.step.step--price-and-coverage .price-info-container div {
  height: 26px;
}
.step.step--price-and-coverage .price-info-container div .original-price {
  text-decoration: none;
  border-radius: 35px;
  padding: 4px 12px;
  background-color: #f59655;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-bottom: 20px;
}
.step.step--price-and-coverage .row--overview {
  margin-bottom: 16px;
}
.step.step--price-and-coverage .salary-insurance-container {
  display: flex;
}
.step.step--price-and-coverage .salary-insurance-container .salary-icon-container {
  position: relative;
}
.step.step--price-and-coverage .salary-insurance-container .salary-icon-container .tooltip-icon {
  background: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  bottom: 3px;
}
.step.step--price-and-coverage .row--header {
  border-bottom: 1px solid #d0d2d5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.step.step--price-and-coverage .disclaimer-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #5f5f5a;
}
.step.step--price-and-coverage .disclaimer-text p {
  margin: 0;
}
.step.step--price-and-coverage .section-header {
  margin: 0;
}
.step.step--price-and-coverage .table.sum-bordered {
  border-collapse: collapse;
}
.step.step--price-and-coverage .table {
  width: 100%;
  margin-bottom: 40px;
}
.step.step--price-and-coverage .table tbody.overview-table__body tr:last-child td {
  padding-bottom: 24px;
}
.step.step--price-and-coverage .table tr.overview-table__blank-tr {
  border-bottom: 1px solid #d0d2d5;
}
.step.step--price-and-coverage .table tr.overview-table__blank-tr td {
  height: 24px;
}
.step.step--price-and-coverage .table tr td {
  font-size: 16px;
  vertical-align: baseline;
  padding: 0 0 10px;
  padding-bottom: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .table tr td {
    line-height: 22px;
    width: 50%;
  }
  .step.step--price-and-coverage .table tr td p {
    margin-top: 5px;
  }
  .step.step--price-and-coverage .table tr td p:last-child {
    margin-bottom: 0;
  }
}
.step.step--price-and-coverage .table tr td .section-header {
  margin: 0;
}
.step.step--price-and-coverage .table tr td .section-header p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
}
.step.step--price-and-coverage .table tr td p {
  font-size: 14px;
  color: #5f5f5a;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 16px;
}
.step.step--price-and-coverage .table tr td:last-child {
  text-align: right;
  white-space: nowrap;
}
.step.step--price-and-coverage .table tr.overview-table__price {
  border-top: 1px solid #d0d2d5;
  border-bottom: 1px solid #d0d2d5;
}
.step.step--price-and-coverage .table tr.overview-table__price td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.step.step--price-and-coverage .table tr.overview-table__price.no-border {
  border-bottom: none;
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td:first-child {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td:last-child {
  border: 1px solid transparent;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td {
  line-height: 28px;
  padding: 16px;
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td strong {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .table tr.overview-table__highlighted td strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .table tr.overview-table__highlighted td h6 {
    line-height: 20px;
    font-size: 18px;
  }
}
.step.step--price-and-coverage .table tr.overview-table__highlighted td p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #141e2d;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .table tr.overview-table__highlighted td p {
    margin-top: 5px;
  }
}
.step.step--confirm-information hr {
  margin-bottom: 27px;
}
.step.step--confirm-information hr.extra-margin-top {
  margin-top: 25px;
}
.step.step--confirm-information .flow-forms-icon {
  margin-top: 3px;
  margin-left: 3px;
}
.step.step--payment .payment-con {
  margin-top: 50px;
  background-color: #fff;
  padding: 16px;
  border: 1px #d0d2d5 solid;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con {
    margin-top: 2px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.step.step--payment .payment-con #KontoNr {
  padding-left: 52px;
  background: url("/frontend_react/dist/assets/icons/payment-card_medium.svg") 24px/24px no-repeat;
  background-position: 20px center;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con #KontoNr {
    padding-left: 42px;
    background: url("/frontend_react/dist/assets/img/credit-card_small.png") 24px/24px no-repeat;
    background-position: 10px center;
  }
}
.step.step--payment .payment-con #RegNr {
  padding-left: 42px;
  background: url("/frontend_react/dist/assets/icons/Pen_medium.svg") 24px/24px no-repeat;
  background-position: 10px center;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .animate-height .col.three, .step.step--payment .payment-con .animate-height .col.six {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.one {
    flex-basis: calc(8.33333% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.two {
    flex-basis: calc(16.66667% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.three {
    flex-basis: calc(25% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.four {
    flex-basis: calc(33.33333% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.five {
    flex-basis: calc(41.66667% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.six {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.seven {
    flex-basis: calc(58.33333% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.eight {
    flex-basis: calc(66.66667% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.nine {
    flex-basis: calc(75% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .col.ten {
    flex-basis: calc(83.33333% - 15px);
  }
}
.step.step--payment .payment-con .custom-radio-payment__input {
  background-color: #fff;
  border: 2px solid #33b1e6;
  border-radius: 50%;
  min-width: 24px;
  min-height: 24px;
  padding: 4px;
  place-content: center;
  margin: 0;
  cursor: pointer;
}
.step.step--payment .payment-con .custom-radio-payment__input::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #33b1e6;
  opacity: 0;
  accent-color: #fff;
  display: block;
}
.step.step--payment .payment-con .custom-radio-payment__input:checked::before {
  animation: fadeIn 120ms forwards;
}
.step.step--payment .payment-con .custom-radio-payment__input:focus {
  outline: 1px solid #141e2d;
}
.step.step--payment .payment-con .custom-radio__label {
  color: #000;
  margin-left: 4px;
  margin-bottom: 0px;
}
.step.step--payment .payment-con .custom-radio__label p {
  margin-bottom: 0px;
  line-height: 24px;
}
.step.step--payment .payment-con .form-element {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.step.step--payment .payment-con .form-element input::-moz-placeholder {
  color: #A1A5AB;
}
.step.step--payment .payment-con .form-element input::placeholder {
  color: #A1A5AB;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con img {
    width: 34px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con img.dankort {
    width: 45px;
    height: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con img.mastercard {
    width: 35px;
    height: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con img.mobilepay {
    width: 34px;
    height: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con img.visa {
    width: 34px;
    height: 34px;
  }
}
.step.step--payment .payment-con .margin-left {
  margin-left: auto;
  align-items: center;
  justify-content: end;
}
.step.step--payment .payment-con .margin-left .custom-radio__label {
  justify-content: end;
  text-align: end;
}
.step.step--payment .payment-con .margin-left p {
  text-align: end;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .margin-left {
    align-items: flex-start;
  }
}
.step.step--payment .payment-con .payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.step.step--payment .payment-con .radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-left: 4px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con .radio-container {
    margin-right: 4px;
  }
}
.step.step--payment .payment-con .row--flex-start {
  justify-content: flex-start;
}
.step.step--payment .payment-con .separator {
  display: flex;
  height: 1px;
  width: 100%;
  background-color: #d0d2d5;
  margin-top: 8px;
  margin-bottom: 8px;
}
.step.step--payment .payment-con--price {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con--price {
    margin-bottom: 32px;
    margin-top: 14px;
  }
}
.step.step--payment .payment-con--price .custom-radio__label p {
  line-height: normal;
}
.step.step--payment .payment-con--price .custom-radio__label p.faded {
  color: #82827d;
  margin-top: 0px;
  margin-bottom: 8px;
}
.step.step--payment .payment-con--price .margin-left {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .payment-con--price .payment-period-label {
    display: flex;
    flex-basis: 100%;
  }
}
.step.step--payment .payment-con--price .separator {
  margin-top: 0px;
}
.step.step--payment .pay-first-rate-now {
  margin-top: 15px;
}
.step.step--payment .form-element .spinner-loader {
  top: 16px;
  left: 20px;
}
.step.step--payment .form-element .spinner-loader::after {
  width: 24px;
  height: 24px;
}
.step.step--payment .form-element .tooltip {
  right: 0;
  top: 36px;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .pull-left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .step.step--confirm-information .consents-container .consent-line .custom-checkbox {
    margin-top: 0;
  }
  .step.step--confirm-information .consents-container .main-consent-container .consents-section.main-consent .consent-line div div p:last-child {
    margin-top: 20px;
  }
}
.step.step--confirm-information section.consents {
  padding-top: 100px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #F3F3EF;
  display: flex;
  justify-content: center;
  padding-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information section.consents {
    padding: 32px 10px;
  }
}
.step.step--confirm-information section.consents .consents-container {
  display: flex;
  flex-direction: column;
  width: 660px;
}
.step.step--confirm-information section.consents .consents-container .row {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information section.consents .consents-container {
    width: 100%;
  }
}
.step.step--confirm-information section.consents .consents-container .main-consent-container {
  padding: 24px;
  background-color: #CCEBF9;
  margin-bottom: 30px;
}
.step.step--confirm-information section.consents .consents-container .main-consent-container .consents-section.main-consent {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.step.step--confirm-information section.consents .consents-container .consents-section {
  margin-bottom: 20px;
}
.step.step--confirm-information section.consents .consents-container .consents-section .consent-line {
  display: flex;
  margin-bottom: 10px;
}
.step.step--confirm-information section.consents .consents-container .consents-section .consent-line input {
  color: #000;
}
.step.step--confirm-information section.consents .consents-container .consents-section .consent-line p {
  margin-bottom: 3px;
  line-height: 24px;
}
.step.step--confirm-information section.consents .consents-container .consents-section .withdrawal-container {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.step.step--confirm-information section.consents .consents-container .consents-section .withdrawal-container .withdrawal-note {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information section.consents .consents-container .consents-section .withdrawal-container {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.step.step--confirm-information div.row.flow-forms__actions {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: white;
  margin-top: 0;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 44px;
}
.step.step--confirm-information div.row.flow-forms__actions .col.twelve {
  width: 660px;
  max-width: 660px;
}

.step.step--confirm-information section.navigation {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #F3F3EF;
  margin-top: 0;
  justify-content: center;
}
.step.step--confirm-information section.navigation .row.flow-forms__actions {
  background-color: #F3F3EF;
}

section.personalInformation {
  padding-top: 100px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: white;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  section.personalInformation {
    padding: 32px 10px;
  }
}

.personalInformationHolder {
  width: 660px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.question-headline {
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .step.step--confirm-information {
    padding-bottom: 0;
  }
  .step.step--confirm-information hr {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .step.step--confirm-information .row {
    margin-bottom: 8px;
    gap: 10px;
  }
  .step.step--confirm-information div .summary-container p {
    line-height: 24px;
  }
  .step.step--confirm-information div .summary-container span {
    line-height: 24px;
  }
  .step.step--confirm-information div .summary-container {
    flex-direction: column;
    row-gap: 16px;
  }
  .step.step--confirm-information div .summary-container div {
    flex-direction: column;
    row-gap: 5px;
  }
  .step.step--confirm-information div .summary-container div span:first-child {
    width: 100%;
  }
  .step.step--confirm-information div .summary-container div span input {
    width: 100%;
  }
  .step.step--confirm-information div .summary-container div p {
    width: 100%;
  }
  .step.step--confirm-information div .summary-container div.membership-container {
    align-items: start;
  }
  .step.step--confirm-information div .summary-container div.membership-container span {
    width: 100%;
  }
  .step.step--confirm-information div .summary-container div.membership-container span .row .col.six {
    width: 40%;
    margin-top: -15px;
  }
  .step.step--confirm-information div .summary-container div.questions-container span:first-child {
    color: #335F77 !important;
  }
  .step.step--confirm-information div .summary-container div.questions-container span textarea {
    width: 100%;
  }
}
.step.step--confirm-information .row {
  width: 100%;
}
.step.step--confirm-information .row .col.twelve.text-link.bold {
  display: flex;
  justify-content: space-between;
}
.step.step--confirm-information .row .col.twelve.text-link.bold .text-link.bold {
  height: 24px;
}
.step.step--confirm-information .row .col.twelve.text-link.bold button.text-link:focus {
  border-radius: 3px;
}
.step.step--confirm-information .row .col.six {
  width: 50%;
}
.step.step--confirm-information .questions-container {
  flex-direction: column;
  margin-bottom: 100px;
}
.step.step--confirm-information .questions-container span:first-child.question-subtitle {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141e2d;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .questions-container span:first-child.question-subtitle {
    line-height: 22px;
    color: #141e2d !important;
  }
}
.step.step--confirm-information .questions-container div {
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.step.step--confirm-information .questions-container div .form-element {
  width: 50%;
  height: 80px;
}
.step.step--confirm-information .questions-container div .form-element textarea {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .questions-container div {
    align-items: normal;
    margin-top: 3px;
  }
  .step.step--confirm-information .questions-container div .form-element {
    width: 100%;
  }
}
.step.step--confirm-information .questions-container .pill.with-icon {
  margin-top: 6px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .questions-container {
    margin-bottom: 7px;
  }
  .step.step--confirm-information .questions-container .pill.with-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.step.step--confirm-information .summary-container-top div.black span:first-child {
  color: black;
}
.step.step--confirm-information .summary-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}
.step.step--confirm-information .summary-container div {
  display: flex;
  flex-direction: row;
}
.step.step--confirm-information .summary-container div span.headline.with-tooltip {
  display: flex !important;
}
.step.step--confirm-information .summary-container div span.headline.with-tooltip .tooltip__toggle {
  top: -4px;
}
.step.step--confirm-information .summary-container div .membership-info {
  display: block;
}
.step.step--confirm-information .summary-container div.form-element.date-input {
  flex-direction: column;
}
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper {
  display: block;
}
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker div {
  display: inline-block;
}
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__triangle,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__month-container,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__header,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__current-month,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__header__dropdown,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__day-names,
.step.step--confirm-information .summary-container div.form-element.date-input .react-datepicker-popper .react-datepicker .react-datepicker__month {
  display: block;
}
.step.step--confirm-information .summary-container div span:not(.react-datepicker__navigation-icon) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .summary-container div span:not(.react-datepicker__navigation-icon) {
    width: 100%;
  }
}
.step.step--confirm-information .summary-container div span:first-child {
  color: #335F77;
  font-weight: 700;
}
.step.step--confirm-information .summary-container div p {
  width: 100%;
  margin: 0;
}
.step.step--confirm-information .summary-container div p a {
  cursor: pointer;
}
.step.step--confirm-information .summary-container div.membership-container {
  align-items: center;
}
.step.step--confirm-information .summary-container div.membership-container .date-input {
  min-height: 55px;
}
.step.step--confirm-information .summary-container div.membership-container .date-input.place-icon-left .react-datepicker-wrapper .react-datepicker__input-container input.date-input__widget {
  padding-left: 43px;
  padding-right: 0;
}
.step.step--confirm-information .summary-container div.membership-container .date-input.place-icon-left input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.step.step--confirm-information .summary-container div.membership-container .date-input.place-icon-left input {
  padding-left: 43px;
  padding-right: 0;
}
.step.step--confirm-information .summary-container div.membership-container .date-input.place-icon-left .date-input__icon {
  left: 15px;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .summary-container div.membership-container .date-input.place-icon-left .date-input__icon {
    top: 25px;
  }
}
.step.step--confirm-information .summary-container div.questions-container {
  flex-direction: column;
  margin-bottom: 55px;
}
.step.step--confirm-information .summary-container div.questions-container span:first-child.question-subtitle {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141e2d;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .summary-container div.questions-container span:first-child.question-subtitle {
    line-height: 22px;
    color: #141e2d !important;
  }
}
.step.step--confirm-information .summary-container div.questions-container div {
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.step.step--confirm-information .summary-container div.questions-container div .form-element {
  width: 50%;
  height: 80px;
}
.step.step--confirm-information .summary-container div.questions-container div .form-element textarea {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .summary-container div.questions-container div {
    align-items: normal;
    margin-top: 3px;
  }
  .step.step--confirm-information .summary-container div.questions-container div .form-element {
    width: 100%;
  }
}
.step.step--confirm-information .summary-container div.questions-container .pill.with-icon {
  margin-top: 6px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .summary-container div.questions-container {
    margin-bottom: 7px;
  }
  .step.step--confirm-information .summary-container div.questions-container .pill.with-icon {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.step.step--confirm-information .summary-container div.address-container {
  flex-direction: column;
}
.step.step--confirm-information .summary-container div.address-container span {
  color: initial;
  margin-bottom: 3px;
  font-weight: 400;
  width: 100%;
}
.step.step--confirm-information .summary-container div.address-container p {
  width: 100%;
  margin-bottom: 3px;
}
.step.step--confirm-information .summary-container div.education-container {
  margin-top: 20px;
}
.step.step--confirm-information .summary-container .summary-footer {
  font-size: 14px;
  color: #5F5F5A;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .flow-forms__actions {
    margin-bottom: 0;
  }
}

.flow-forms .intro-text .tooltip__content.rich-text {
  font-size: 14px;
  background-color: #141e2d;
  padding: 16px;
  top: -20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (min-width: 769px) {
  .flow-forms .intro-text .tooltip__content.rich-text {
    transform: translateY(-100%) translateY(10px) translateX(0px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .flow-forms .intro-text .tooltip__content.rich-text {
    transition: none;
    transform: translateY(100%) translateY(10px) translateX(40px) !important;
  }
}
.flow-forms .intro-text .tooltip__toggle::after {
  top: -19px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .intro-text .tooltip__toggle::after {
    transition: none;
    border-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #141e2d;
    top: 24px;
  }
}
.flow-forms .tooltip i.flow-forms-icon {
  background-image: url("/frontend_react/dist/assets/icons/Question_square.svg");
}
.flow-forms .tooltip--small .tooltip__toggle i.flow-forms-icon {
  background-image: url("/frontend_react/dist/assets/icons/Question_square.svg");
}
@media only screen and (max-width: 768px) {
  .flow-forms .tooltip--center .tooltip__toggle::after {
    left: 0;
    border-right-color: #141e2d;
    border-left-color: transparent;
  }
}
.flow-forms .tooltip__toggle::after {
  border-top-color: #141e2d;
  border-left-color: #141e2d;
  border-width: 8px;
  right: unset;
  transition: none;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .flow-forms .tooltip__toggle::after {
    transition: none;
  }
}
.flow-forms .tooltip__toggle i.flow-forms-icon:hover {
  background-image: url("/frontend_react/dist/assets/icons/question_square_inverted_dark.svg");
}
.flow-forms .intro-text .tooltip.tooltip--center .tooltip__content.rich-text {
  top: -20px;
}
.flow-forms .intro-text .tooltip.tooltip--center .tooltip__toggle::after {
  left: 10px;
  border-left-color: #141e2d;
}
.flow-forms .section-header .headline.with-tooltip .tooltip.visible .tooltip__content.rich-text {
  top: -15px;
}
.flow-forms .tooltip__content {
  transition: none;
}
.flow-forms .tooltip__content.rich-text {
  font-size: 14px;
  background-color: #141e2d;
  padding: 16px;
  top: -16px;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .flow-forms .tooltip__content.rich-text {
    transform: translateY(-100%) translateX(0px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .flow-forms .tooltip__content.rich-text {
    transition: none;
  }
}

.soft-warning-container {
  background-color: #FEFEFD;
  padding: 16px;
  border-left: 4px solid #009DE0;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.soft-warning-container.medium-margin-bottom {
  margin-bottom: 30px;
}
.soft-warning-container.standard-margin-top {
  margin-top: 16px;
}
.soft-warning-container.retract-margin-top-standard {
  margin-top: -16px;
}
.soft-warning-container img {
  margin-top: 2px;
}
.soft-warning-container .soft-warning-content-container {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.soft-warning-container .soft-warning-content-container div p {
  margin-bottom: 0;
}
.soft-warning-container .soft-warning-content-container div button.member-reg-service-overlay {
  border: transparent;
  background-color: transparent;
  text-decoration: underline;
  color: #0f73a0;
  font-size: 14px;
  padding: 0;
}

.custom-checkbox .custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.custom-checkbox .custom-checkbox__input:checked ~ .custom-checkbox__label::after {
  color: #009de0;
  opacity: 1;
}
.custom-checkbox .custom-checkbox__label {
  position: relative;
  width: auto;
  margin: 0;
  padding-left: 34px;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  color: #141e2d;
}
.custom-checkbox .custom-checkbox__label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.custom-checkbox .custom-checkbox__label::after {
  content: "\e059";
  position: absolute;
  top: 3px;
  left: 1px;
  font-family: icomoon;
  color: #009de0;
  font-size: 18px;
  line-height: 1;
  opacity: 0;
}

.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label {
  padding: 0 18px 1px;
  border: 1px solid #009de0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  color: #009de0;
  line-height: 38px;
  white-space: nowrap;
  will-change: background-color, color;
  transition: background-color 0.15s, color 0.15s;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label:hover {
  background-color: #009de0;
  color: #fff;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label::after, .custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label::before {
  display: none;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__input:checked ~ .custom-checkbox__label {
  background-color: #009de0;
  color: #fff;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  top: 6px;
  width: 9px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: auto;
  color: transparent;
  display: flex;
  align-items: center;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}

.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__close-icon--disabled {
  cursor: default;
}

.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  outline: none;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: #141e2d;
}

pre {
  font-size: 8px !important;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  pre {
    display: none;
  }
}

.flow-state-error {
  position: fixed;
  top: 40%;
}
.flow-state-error h2 {
  font-size: 24px;
}

@keyframes fade-in-error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flow-forms {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}
.flow-forms label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #004463;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
}
.flow-forms label[for] {
  cursor: pointer;
}
.flow-forms hr {
  border-color: lightgrey;
  opacity: 0.3;
  margin-bottom: 30px;
}
.flow-forms .flow-forms__actions {
  margin-top: 34px;
}
.flow-forms .flow-forms__actions .col {
  flex-direction: row-reverse;
}
.flow-forms .flow-forms__actions .nav-button {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
[data-whatintent=keyboard] .flow-forms .flow-forms__actions .nav-button:focus {
  border: 1px solid #003755;
  border-radius: 3px;
  color: #003755;
}
[data-whatintent=keyboard] .flow-forms .flow-forms__actions .nav-button:focus span {
  text-decoration: none;
}
.flow-forms .flow-forms__actions .nav-button:focus i {
  text-decoration: none;
}
.flow-forms .flow-forms__actions .primary-cta {
  font-weight: 600;
}
.flow-forms .form-element {
  position: relative;
  width: 100%;
  min-height: 102px;
}
.flow-forms .form-element.disabled label {
  cursor: auto;
  opacity: 0.5;
}
.flow-forms .form-element.form-element__postal-code {
  width: 76px;
  transition: width 100ms ease;
}
.flow-forms .form-element.form-element__postal-code.form-element--error .typeahead-input {
  margin-bottom: 0px;
}
.flow-forms .form-element.form-element__postal-code + .form-element {
  flex-flow: column;
}
.flow-forms .form-element.form-element--postal-code-city {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flow-forms .form-element.form-element--postal-code-city .form-element__postal-code {
  width: 76px;
}
.flow-forms .form-element.form-element--postal-code-city .form-element__city {
  width: calc(100% - 76px);
  padding-left: 8px;
}
.flow-forms .form-element.form-element--postal-code-city .form-element__city .label {
  margin-bottom: 10px;
  line-height: 16px;
  color: #004463;
  width: 100%;
}
.flow-forms .form-element.form-element--postal-code-city .form-error {
  width: 100%;
}
.flow-forms .form-element.form-element--long-postal-code-city .form-element__postal-code {
  width: 84px;
}
.flow-forms .form-element.form-element--long-postal-code-city .form-element__city {
  width: calc(100% - 84px);
}
.flow-forms .form-element.form-element--phone-number-country-code {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flow-forms .form-element.form-element--phone-number-country-code label {
  width: 100%;
}
.flow-forms .form-element.form-element--phone-number-country-code .select-wrapper {
  width: 90px;
  margin-right: 8px;
}
.flow-forms .form-element.form-element--phone-number-country-code input {
  width: calc(100% - 100px);
}
.flow-forms .form-element.form-element--phone-number-country-code .form-error {
  width: calc(100% - 2px);
}
.flow-forms .form-element--error label {
  color: #d0021b;
}
.flow-forms .form-element--error input,
.flow-forms .form-element--error textarea,
.flow-forms .form-element--error .select-wrapper,
.flow-forms .form-element--error select,
.flow-forms .form-element--error .fake-input,
.flow-forms .form-element--error button,
.flow-forms .form-element--error .react-datepicker__year-dropdown-container--scroll {
  border-color: #d0021b;
  box-shadow: 0px 2px 0px 0px #d0021b;
}
.flow-forms .form-element--error .select-wrapper:after,
.flow-forms .form-element--error .select-wrapper__chevron,
.flow-forms .form-element--error .SingleDatePickerInput_calendarIcon_svg {
  color: #d0021b;
  fill: #d0021b;
}
.flow-forms .form-error {
  background-color: #d0021b;
  color: #fff;
  padding: 2px 15px 4px;
  font-size: 14px;
  line-height: 18px;
  animation: fade-in-error 0.15s;
}
.flow-forms .form-error.info-message-notice {
  background-color: transparent;
  color: #141e2d;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 0;
  line-height: 20px;
}
.flow-forms .fake-input {
  display: flex;
  align-items: center;
}
.flow-forms .select-wrapper {
  position: relative;
}
.flow-forms .select-wrapper .select-wrapper__chevron {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #009de0;
  pointer-events: none;
}
.flow-forms .select-wrapper select,
.flow-forms .select-wrapper select:focus {
  width: 100%;
  padding-right: 28px;
}
.flow-forms .select-wrapper option {
  background-color: white !important;
}
.flow-forms .select-wrapper .tooltip--error {
  position: absolute;
  top: 28px;
  right: 41px;
}
.flow-forms input:not([type=submit]),
.flow-forms select,
.flow-forms textarea,
.flow-forms .fake-input {
  width: 100%;
  min-height: 40px;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #004463;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flow-forms input:not([type=submit]):focus,
.flow-forms select:focus,
.flow-forms textarea:focus,
.flow-forms .fake-input:focus {
  background-color: #e6f5fc;
  border-color: #009de0;
}
.flow-forms input:not([type=submit]):disabled,
.flow-forms select:disabled,
.flow-forms textarea:disabled,
.flow-forms .fake-input:disabled {
  background-color: #c8c8c3;
  border-color: #5f5f5a;
}
.flow-forms input:not([type=submit])::-moz-placeholder, .flow-forms select::-moz-placeholder, .flow-forms textarea::-moz-placeholder, .flow-forms .fake-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.flow-forms input:not([type=submit])::placeholder,
.flow-forms select::placeholder,
.flow-forms textarea::placeholder,
.flow-forms .fake-input::placeholder {
  color: inherit;
  opacity: 1;
}
.flow-forms textarea {
  line-height: 1.4;
  padding-top: 10px;
}
.flow-forms textarea.resizeNone {
  resize: none;
}
.flow-forms textarea.resizeVertical {
  resize: vertical;
}
.flow-forms textarea.resizeHorizontal {
  resize: horizontal;
}
.flow-forms textarea::-moz-placeholder {
  color: #9A9A9A;
}
.flow-forms textarea::placeholder {
  color: #9A9A9A;
}
.flow-forms .has-prepend-unit {
  position: relative;
}
.flow-forms .has-prepend-unit input {
  display: inline;
}
.flow-forms .has-prepend-unit .prepend-unit {
  position: absolute;
  display: inline;
  margin-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.flow-forms .has-prepend-unit i.typeahead-wrapper__icon.spinner-loader {
  top: 15px;
}
.flow-forms h1.headline {
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.flow-forms h1.headline, .flow-forms h1.headline * {
  font-size: 2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  .flow-forms h1.headline, .flow-forms h1.headline * {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.flow-forms h2.headline,
.flow-forms h3.headline {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-bottom: 0.5rem;
}
.flow-forms h2.headline, .flow-forms h2.headline *,
.flow-forms h3.headline,
.flow-forms h3.headline * {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .flow-forms h2.headline, .flow-forms h2.headline *,
  .flow-forms h3.headline,
  .flow-forms h3.headline * {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
  }
}
.flow-forms .circled-i {
  display: inline;
  position: relative;
  color: #009de0;
  margin-left: 10px;
  font-weight: 600;
  bottom: 3px;
}
.flow-forms .circled-i::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #009de0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-forms .animate-height {
  width: 100%;
  overflow: hidden;
}
.flow-forms .animate-height--reset {
  overflow: visible;
}
.flow-forms .margintop {
  margin-top: 15px;
}
.flow-forms .nomargintop {
  margin-top: 0;
}
.flow-forms .step.step--contact-information .form-element--phone-number-country-code {
  gap: 2px;
}
@media only screen and (max-width: 768px) {
  .flow-forms {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .flow-forms .flow-forms__actions {
    margin-top: 30px !important;
  }
  .flow-forms .flow-forms__actions .col {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .flow-forms .flow-forms__actions .col button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .flow-forms .form-element {
    min-height: 95px;
  }
}

.flow-forms .col.pull-left {
  margin-right: auto;
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.pull-left {
    padding-left: 0;
  }
}

.flow-forms .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: unset;
  margin: 0;
}
.flow-forms .col {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
}
.flow-forms .col.pull-left {
  margin-right: auto;
  padding-left: 8px;
}
.flow-forms .col > .pull-right {
  margin-left: auto;
}
.flow-forms .col.one {
  flex-basis: calc(8.33333% - 15px);
}
.flow-forms .col.two {
  flex-basis: calc(16.66667% - 15px);
}
.flow-forms .col.three {
  flex-basis: calc(25% - 15px);
}
.flow-forms .col.four {
  flex-basis: calc(33.33333% - 15px);
}
.flow-forms .col.five {
  flex-basis: calc(41.66667% - 15px);
}
.flow-forms .col.six {
  flex-basis: calc(50% - 15px);
}
.flow-forms .col.seven {
  flex-basis: calc(58.33333% - 15px);
}
.flow-forms .col.eight {
  flex-basis: calc(66.66667% - 15px);
}
.flow-forms .col.nine {
  flex-basis: calc(75% - 15px);
}
.flow-forms .col.ten {
  flex-basis: calc(83.33333% - 15px);
}
.flow-forms .col.eleven {
  flex-basis: calc(91.66667% - 15px);
}
.flow-forms .col.twelve {
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.one, .flow-forms .col.two, .flow-forms .col.three, .flow-forms .col.four, .flow-forms .col.five, .flow-forms .col.six, .flow-forms .col.seven, .flow-forms .col.eight, .flow-forms .col.nine, .flow-forms .col.ten, .flow-forms .col.eleven, .flow-forms .col.twelve {
    flex-basis: 100%;
    padding-left: 0;
  }
  .flow-forms .row .col.mixin.mobile-two {
    flex-basis: 50%;
  }
  .flow-forms .row .col.mixin.mobile-four {
    padding-right: 12rem;
  }
  .flow-forms .row .col.mixin.mobile-four .radiobuttons-group .custom-radio {
    width: 50% !important;
    padding-right: 5rem;
  }
  .flow-forms .row .col.mixin.mobile-four .radiobuttons-group .custom-radio .custom-radio__label {
    width: 120px;
    margin-right: 5rem;
    padding: 0 4rem 0 1rem;
  }
  .flow-forms .row .col.mixin.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner {
    flex-direction: row;
    display: flex;
  }
  .flow-forms .row .col.mixin.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner .custom-radio {
    margin-right: 15px;
  }
  .flow-forms .row .col.mixin.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner .custom-radio .custom-radio__label {
    width: 155px;
  }
}
.flow-forms .flex-break {
  flex-basis: 100%;
}

.primary-cta,
a.primary-cta,
.primary-cta[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  background-color: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  min-width: 150px;
  min-height: 48px;
  padding: 11px 40px 10px;
  border: 1px solid #009de0;
  text-decoration: none;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  cursor: pointer;
}
.primary-cta::before,
a.primary-cta::before,
.primary-cta[type=submit]::before {
  display: none;
}
.primary-cta:hover, .primary-cta.hover,
a.primary-cta:hover,
a.primary-cta.hover,
.primary-cta[type=submit]:hover,
.primary-cta[type=submit].hover {
  color: #fff;
  border-color: #0f73a0;
  background-color: #0f73a0;
}
.primary-cta:disabled, .primary-cta.disabled,
a.primary-cta:disabled,
a.primary-cta.disabled,
.primary-cta[type=submit]:disabled,
.primary-cta[type=submit].disabled {
  pointer-events: none;
  background-color: #a5a5a0;
  color: #5f5f5a;
  border-color: transparent;
}
[data-whatinput=keyboard] .primary-cta:focus, .primary-cta:focus,
[data-whatinput=keyboard] a.primary-cta:focus,
a.primary-cta:focus,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus,
.primary-cta[type=submit]:focus {
  outline: none;
  border-color: #0075a3;
  box-shadow: none;
}
[data-whatinput=keyboard] .primary-cta:focus:disabled, [data-whatinput=keyboard] .primary-cta:focus.disabled, .primary-cta:focus:disabled, .primary-cta:focus.disabled,
[data-whatinput=keyboard] a.primary-cta:focus:disabled,
[data-whatinput=keyboard] a.primary-cta:focus.disabled,
a.primary-cta:focus:disabled,
a.primary-cta:focus.disabled,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus:disabled,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus.disabled,
.primary-cta[type=submit]:focus:disabled,
.primary-cta[type=submit]:focus.disabled {
  border-color: transparent;
}
.primary-cta.spinner-loader,
a.primary-cta.spinner-loader,
.primary-cta[type=submit].spinner-loader {
  padding-right: 76px;
}
.primary-cta.spinner-loader::before, .primary-cta.spinner-loader::after,
a.primary-cta.spinner-loader::before,
a.primary-cta.spinner-loader::after,
.primary-cta[type=submit].spinner-loader::before,
.primary-cta[type=submit].spinner-loader::after {
  left: auto;
  right: 25px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .primary-cta.spinner-loader,
  a.primary-cta.spinner-loader,
  .primary-cta[type=submit].spinner-loader {
    padding-right: 60px;
  }
  .primary-cta.spinner-loader::after,
  a.primary-cta.spinner-loader::after,
  .primary-cta[type=submit].spinner-loader::after {
    width: 30px;
    right: 15px;
  }
}

.nav-button {
  position: relative;
  background-color: transparent;
  border: none;
  color: #009de0;
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
  transition: color 0.15s;
  display: flex;
  align-items: center;
}
.nav-button .button__icon--left {
  margin-right: 10px;
}
.nav-button .button__icon--right {
  margin-left: 10px;
}
.nav-button:hover {
  color: #004463;
}
.nav-button:hover::before {
  color: #004463;
}
[data-whatintent=keyboard] .nav-button:focus span {
  text-decoration: underline;
}

.add-button {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0 0 0 20px;
  color: #0075a3;
  white-space: nowrap;
  transition: color 0.15s;
}
.add-button::before, .add-button::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #009de0;
  will-change: transform, opacity, background-color;
  transition: transform 0.15s, background-color;
}
.add-button::after {
  top: 2px;
  left: 6px;
  width: 2px;
  height: 14px;
  opacity: 1;
}
.add-button:hover {
  color: #004463;
}
.add-button:hover::before, .add-button:hover::after {
  background-color: #004463;
}
.add-button.add-button--open::before {
  transform: rotate(180deg);
}
.add-button.add-button--open::after {
  transform: rotate(270deg);
  opacity: 0;
}

.reset-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  border-radius: 0;
}

.edit-link {
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #009de0;
  text-decoration: none;
  text-align: left;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNjMwLTM0MWgxOTIwVjczOUgtNjMweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA5REUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0zLjI3OSAxNi40NDRMLjE2MiAxNy45OTlsLjYxNy0zLjI5NyA4Ljg3Mi0xMS41MiAyLjUgMS43NDItOC44NzIgMTEuNTJ6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTYzMC0zNDFoMTkyMFY3MzlILTYzMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOURFMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTEuNTcxIDEuMTkzYy4yMDItLjI2NS40OTgtLjQzNC44Mi0uNDcuMzI0LS4wMzUuNjQ3LjA2Ny44OTcuMjg0LjU0My40MzIuNjU5IDEuMjM1LjI2MSAxLjgxNSIvPjwvZz48L3N2Zz4=) no-repeat 0/15px 18px;
}

.spinner-loader {
  position: relative;
}
.spinner-loader::after, .spinner-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background: url("/resources/gfx/loaders/30x30_White-spinner.png") 50%/100% no-repeat;
  animation: continuous-rotation 1s infinite linear;
}
.spinner-loader::before {
  display: none;
}
.spinner-loader.spinner-loader--inverted::before {
  display: block;
  background: url("/resources/gfx/loaders/30x30_Darkblue-spinner.png") 50%/100% no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.spinner-loader.spinner-loader--inverted::after {
  background-image: url("/resources/gfx/loaders/30x30_blue-spinner.png");
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.spinner-loader.spinner-loader--inverted:hover:after {
  opacity: 0;
}
.spinner-loader.spinner-loader--inverted:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .spinner-loader::after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}

/* ********************************************** */
/* ANIMATIONS
    /* ********************************************** */
@keyframes continuous-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
i.flow-forms-icon,
button.flow-forms-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #009de0;
  display: block;
}
[data-whatintent=keyboard] i.flow-forms-icon:focus,
[data-whatintent=keyboard] button.flow-forms-icon:focus {
  border: 2px solid #009de0;
  border-radius: 50%;
}
i.flow-forms-icon.flow-forms-question,
button.flow-forms-icon.flow-forms-question {
  background-image: url("/frontend_react/dist/assets/icons/question.svg");
}
i.flow-forms-icon.flow-forms-question [data-whatintent=keyboard]:focus,
button.flow-forms-icon.flow-forms-question [data-whatintent=keyboard]:focus {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-question:hover,
button.flow-forms-icon.flow-forms-question:hover {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-question--inverted,
button.flow-forms-icon.flow-forms-question--inverted {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation,
button.flow-forms-icon.flow-forms-exclamation {
  background-image: url("/frontend_react/dist/assets/icons/exclamation.svg");
}
i.flow-forms-icon.flow-forms-exclamation [data-whatintent=keyboard]:focus,
button.flow-forms-icon.flow-forms-exclamation [data-whatintent=keyboard]:focus {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation:hover,
button.flow-forms-icon.flow-forms-exclamation:hover {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation--inverted,
button.flow-forms-icon.flow-forms-exclamation--inverted {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}

.radiobuttons-big-pill-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0;
  margin-left: -16px;
  margin-right: -10px;
}
.radiobuttons-big-pill-group .tooltip--error {
  position: relative;
  transform: none;
  padding-bottom: 20px;
  margin-left: 20px;
  top: auto;
  right: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group .tooltip--error {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.radiobuttons-big-pill-group .tooltip--error .tooltip__toggle {
  margin: 0;
}
.radiobuttons-big-pill-group .form-error {
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group .form-error {
    width: 100%;
    margin-left: 0;
  }
}
.radiobuttons-big-pill-group--toggle {
  flex-direction: column;
}
.radiobuttons-big-pill-group--toggle__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group--toggle__inner {
    flex-direction: column;
  }
}

.custom-radio-big-pill {
  height: auto;
  width: 200px;
  margin: 0 4px 20px;
  display: flex;
  align-items: stretch;
}
.custom-radio-big-pill .custom-radio-big-pill__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  min-height: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label span, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label span {
  filter: brightness(0) invert(1) brightness(300%) contrast(300%);
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label li:before, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label li:before, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label li:before {
  filter: brightness(0) invert(1) brightness(300%) contrast(300%);
}
.custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label {
  border-color: #009de0;
}
.custom-radio-big-pill .custom-radio-big-pill__label {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
  text-wrap: wrap;
  padding: 16px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #0f73a0;
  width: auto;
  margin: 0;
  line-height: 20px;
  color: #0f73a0;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-transform: none;
  text-decoration: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label span {
  margin-bottom: 10px;
  font-size: 14px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div {
  font-weight: 400;
  font-size: 14px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p strong {
  font-size: 16px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p strong br {
  display: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label div strong {
  font-size: 16px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div strong br {
  display: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p {
  margin-bottom: 3px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p:last-child {
  margin-bottom: 0px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul {
  list-style: none;
  padding-left: 0;
  margin-top: 2px;
  margin-left: 5px;
  margin-bottom: 0px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul li {
  position: relative;
  padding-left: 1.5rem;
  word-wrap: break-word;
  margin-top: 5px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul li:before {
  content: url("/-/media/d09d7dc80aff4ea4affeef882c44438c.ashx?h=32&thn=1&w=32");
  position: absolute;
  left: -5px;
}
[data-whatintent=mouse] .custom-radio-big-pill:hover .custom-radio-big-pill__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}

.radiobuttons-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  border: 0;
  position: relative;
}
.radiobuttons-group.radiobuttons-group--centered {
  justify-content: center;
}
.radiobuttons-group .custom-radio {
  margin: 0 10px 20px;
}
.radiobuttons-group .tooltip--error {
  position: relative;
  transform: none;
  padding-bottom: 20px;
  margin-left: 20px;
  top: auto;
  right: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group .tooltip--error {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.radiobuttons-group .tooltip--error .tooltip__toggle {
  margin: 0;
}
.radiobuttons-group .form-error {
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group .form-error {
    width: 100%;
    margin-left: 0;
  }
}
.radiobuttons-group--toggle {
  flex-direction: column;
}
.radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner {
  display: flex;
  flex-direction: row-reverse;
}
.radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner .shorten-gap {
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner {
    flex-direction: column-reverse;
  }
}
.radiobuttons-group--toggle__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group--toggle__inner {
    flex-direction: column;
  }
}

.custom-radio .custom-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  min-height: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.custom-radio .custom-radio__input:checked ~ .custom-radio__label, .custom-radio .custom-radio__input:focus ~ .custom-radio__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio .custom-radio__input:focus ~ .custom-radio__label {
  border-color: #009de0;
}
.custom-radio .custom-radio__label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 6px 16px;
  border: 1px solid #0f73a0;
  border-radius: 3px;
  font-size: 1rem;
  text-align: center;
  background-color: transparent;
  line-height: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
  color: #0f73a0;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-transform: none;
  text-decoration: none;
}
[data-whatintent=mouse] .custom-radio:hover .custom-radio__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio input:not([type=submit]),
.custom-radio select,
.custom-radio textarea,
.custom-radio .fake-input {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group {
    grid-template-columns: 1fr;
    row-gap: 10px;
    width: 100%;
    margin-left: -4px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill {
    margin-bottom: 0px;
    width: 100%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label {
    display: flex;
    line-height: 18px;
    flex-direction: row;
    align-items: stretch;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > :first-child {
    flex: 0 0 10%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > :last-child {
    flex: 1 0 90%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label span img {
    height: 21px;
    width: 21px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p br {
    display: none;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p br + strong {
    margin-left: -3px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p:last-child {
    margin-bottom: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul {
    margin-bottom: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul li:not(:first-child) {
    margin-top: 10px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul li::before {
    content: url("/-/media/d09d7dc80aff4ea4affeef882c44438c.ashx?h=32&thn=1&w=32");
    left: -5px;
    top: -2px;
  }
  .radiobuttons-group {
    width: 100%;
    margin: 0 0 10px;
  }
  .radiobuttons-group .custom-radio {
    width: 100%;
    margin: 0 0 20px;
  }
  .radiobuttons-group .custom-radio .custom-radio__label {
    width: 100%;
    text-align: center;
  }
}
.date-input {
  position: relative;
  min-width: 135px;
}

.date-input__icon {
  position: absolute;
  top: 35px;
  right: 13px;
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHBhdGggaWQ9InN2Z18xIiBkPSJtMTgsMi44MjYwODdhMiwyIDAgMCAxIDIsMmwwLDEyLjk5OTk5OWEyLDIgMCAwIDEgLTIsMmwtMTQsMGEyLDIgMCAwIDEgLTIsLTJsMCwtMTIuOTk5OTk5YTIsMiAwIDAgMSAyLC0ybTYuNSwwbDEsMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwOURFMCIgZmlsbD0ibm9uZSIvPiAgPHBhdGggaWQ9InN2Z18yIiBkPSJtNS40MTMwNDMsMTEuNDM0NzgzYTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0zLjY2NywtNGExLDEgMCAxIDAgMCwyYTEsMSAwIDEgMCAwLC0ybTAsNGExLDEgMCAxIDAgMCwxLjk5OTk5OWExLDEgMCAxIDAgMCwtMS45OTk5OTltMy42NjYsLTRhMSwxIDAgMSAwIDAsMmExLDEgMCAxIDAgMCwtMm0wLDRhMSwxIDAgMSAwIDAsMS45OTk5OTlhMSwxIDAgMSAwIDAsLTEuOTk5OTk5bTMuNjY3LC00YTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0tOS41LC0xMGMtMC41NSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ1LC0xIDEsLTFzMSwwLjQ1IDEsMWwwLDNjMCwwLjU1IC0wLjQ1LDEgLTEsMXptOCwwYy0wLjU1MDAwMSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ0OTk5OSwtMSAxLC0xczEsMC40NSAxLDFsMCwzYzAsMC41NSAtMC40NTAwMDEsMSAtMSwxbTEuNSwxLjcybC0xMSwwYy0wLjU1LDAgLTEsMC40NSAtMSwxczAuNDUsMS4wMDAwMDEgMSwxLjAwMDAwMWwxMSwwYzAuNTQ5OTk5LDAgMSwtMC40NSAxLC0xLjAwMDAwMXMtMC40NTAwMDEsLTEgLTEsLTF6IiBmaWxsPSIjMDA5REUwIi8+IDwvZz48L3N2Zz4=);
  background-repeat: none;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.form-element--error .date-input__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHBhdGggaWQ9InN2Z18xIiBkPSJtMTgsMi44MjYwODdhMiwyIDAgMCAxIDIsMmwwLDEyLjk5OTk5OWEyLDIgMCAwIDEgLTIsMmwtMTQsMGEyLDIgMCAwIDEgLTIsLTJsMCwtMTIuOTk5OTk5YTIsMiAwIDAgMSAyLC0ybTYuNSwwbDEsMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2QwMDIxYiIgZmlsbD0ibm9uZSIvPiAgPHBhdGggaWQ9InN2Z18yIiBkPSJtNS40MTMwNDMsMTEuNDM0NzgzYTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0zLjY2NywtNGExLDEgMCAxIDAgMCwyYTEsMSAwIDEgMCAwLC0ybTAsNGExLDEgMCAxIDAgMCwxLjk5OTk5OWExLDEgMCAxIDAgMCwtMS45OTk5OTltMy42NjYsLTRhMSwxIDAgMSAwIDAsMmExLDEgMCAxIDAgMCwtMm0wLDRhMSwxIDAgMSAwIDAsMS45OTk5OTlhMSwxIDAgMSAwIDAsLTEuOTk5OTk5bTMuNjY3LC00YTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0tOS41LC0xMGMtMC41NSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ1LC0xIDEsLTFzMSwwLjQ1IDEsMWwwLDNjMCwwLjU1IC0wLjQ1LDEgLTEsMXptOCwwYy0wLjU1MDAwMSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ0OTk5OSwtMSAxLC0xczEsMC40NSAxLDFsMCwzYzAsMC41NSAtMC40NTAwMDEsMSAtMSwxbTEuNSwxLjcybC0xMSwwYy0wLjU1LDAgLTEsMC40NSAtMSwxczAuNDUsMS4wMDAwMDEgMSwxLjAwMDAwMWwxMSwwYzAuNTQ5OTk5LDAgMSwtMC40NSAxLC0xLjAwMDAwMXMtMC40NTAwMDEsLTEgLTEsLTF6IiBmaWxsPSIjZDAwMjFiIi8+IDwvZz48L3N2Zz4=);
}

.flow-forms .react-datepicker {
  background-color: #fff;
  border-color: #009de0;
  border-radius: 0;
  font-family: inherit;
}
.flow-forms .react-datepicker-wrapper, .flow-forms .react-datepicker__input-container {
  width: 100%;
}
.flow-forms .react-datepicker-popper {
  z-index: 101;
}
.flow-forms .react-datepicker__triangle {
  border-bottom-color: #fff !important;
}
.flow-forms .react-datepicker__triangle::before {
  border-bottom-color: #009de0 !important;
  border-top-color: #009de0 !important;
}
.flow-forms .react-datepicker__header {
  background-color: #fff;
  border-bottom-color: #009de0;
}
.flow-forms .react-datepicker__day {
  color: #004463;
}
.flow-forms .react-datepicker__day--in-range, .flow-forms .react-datepicker__day--in-selecting-range {
  background-color: #fff !important;
  color: #004463 !important;
}
.flow-forms .react-datepicker__day--selected, .flow-forms .react-datepicker__day--keyboard-selected, .flow-forms .react-datepicker__day--range-end, .flow-forms .react-datepicker__day--range-start, .flow-forms .react-datepicker__day--in-selecting-range-end, .flow-forms .react-datepicker__day--in-selecting-range-start, .flow-forms .react-datepicker__day--selecting-range-end:hover, .flow-forms .react-datepicker__day--selecting-range-start:hover, .flow-forms .react-datepicker__day--range-end:hover, .flow-forms .react-datepicker__day--range-start:hover {
  background-color: #0075a3 !important;
  color: #fff !important;
}
.flow-forms .react-datepicker__day--disabled {
  color: #999 !important;
  background-color: #fcfcfc !important;
  opacity: 1 !important;
}
.flow-forms .react-datepicker__day--disabled .react-datepicker--today {
  color: black !important;
  background-color: hotpink !important;
}
.flow-forms .react-datepicker__year-dropdown {
  background-color: #e9f5fb;
  color: #004463;
  border: none;
  border-radius: 0px;
  width: 86px;
  text-align: center;
  left: auto;
  top: 63px;
}
.flow-forms .react-datepicker__year-dropdown-container--scroll {
  min-height: 28px;
  width: 88px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #009de0;
  border-radius: 3px;
  background-color: #fff;
  color: #004463;
}
.flow-forms .react-datepicker__year-option--selected {
  left: 10px;
}
.flow-forms .react-datepicker__year-option:hover {
  background-color: #525252;
  color: #fff;
}
.flow-forms .react-datepicker__year-read-view {
  padding-right: 10px;
  padding-top: 2px;
}
.flow-forms .react-datepicker__year-read-view--down-arrow {
  border-width: 0px;
  border: none;
  border-top-color: transparent;
  border-bottom: none;
  top: 0px;
  margin-bottom: 0px;
  height: inherit;
  width: auto;
  color: #004463;
  font-size: 16px;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0.08, 0.82, 0.63, 1.32);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.flow-forms .react-datepicker__year-read-view--down-arrow::before {
  content: "\e018";
  bottom: auto;
  border: none;
  border-top-color: transparent;
  left: -10px;
  border-width: 0px;
  height: inherit;
  width: 20px;
  top: 3px;
}
.flow-forms .react-datepicker__year-select {
  min-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1px 16px;
  font-size: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.flow-forms .react-datepicker__year-select:focus {
  line-height: 1;
}

.react-datepicker--today.react-datepicker--disabled {
  color: black !important;
  background-color: indigo !important;
}

.react-datepicker--disabled.react-datepicker--today {
  color: black !important;
  background-color: indigo !important;
}

.accordion {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.accordion-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 68, 99, 0.3);
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 25px 0;
  font-size: 24px;
  color: #009de0;
  text-align: left;
  cursor: pointer;
}
.accordion-item__header:focus span:first-child {
  outline: 2px solid #009de0;
}
@media screen and (max-width: 640px) {
  .accordion-item__header {
    font-size: 16px;
  }
}

.accordion-item__content {
  overflow: hidden;
}

.accordion-item__content-inner {
  padding-bottom: 30px;
  text-align: left;
}
.accordion-item__content-inner.rich-text ul {
  list-style-type: disc;
}

.row.help-text-container.added-spacing {
  margin-bottom: 30px;
}
.row.help-text-container.added-spacing.remove-spacing-top {
  margin-top: -25px;
}
@media only screen and (max-width: 768px) {
  .row.help-text-container.added-spacing.remove-spacing-top {
    margin-top: -10px;
  }
}
.row.help-text-container.header-help-text {
  color: #000;
  margin-top: 10px;
}
.row.help-text-container.header-help-text .help-note {
  margin-top: 5px;
}
.row.help-text-container.header-help-text .last-note {
  margin-top: 15px;
  margin-bottom: 5px;
}
.row.help-text-container {
  font-size: 14px;
  color: #525252;
  overflow: hidden;
  transition: transform 0.7s ease, opacity 0.7s ease;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
}
.row.help-text-container.gap-closer ul {
  margin-bottom: 11px;
}
.row.help-text-container.collapsed {
  opacity: 0;
  transform: scaleY(0);
}
.row.help-text-container .help-text {
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .row.help-text-container .help-text {
    font-size: 13px;
  }
}
.row.help-text-container div.row.small-space {
  justify-content: normal;
  gap: 10px;
}
.row.help-text-container .toggle-button {
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  padding-left: 0px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
  margin-top: 10px;
  cursor: pointer;
}
.row.help-text-container .toggle-button .accordion-button {
  margin: auto;
}
[data-whatintent=keyboard] .row.help-text-container .toggle-button:focus {
  border: 1px solid #000;
}
.row.help-text-container .help-text {
  margin: 0;
}
.row.help-text-container ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.row.help-text-container ul li {
  position: relative;
  padding-left: 30px;
  word-wrap: break-word;
}
.row.help-text-container li:not(:last-child) {
  margin-bottom: 8px;
}
.row.help-text-container ul li:before {
  content: "/";
  color: #009de0;
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 16px;
  font-weight: 600;
  top: 0px;
}

.custom-list,
.lead-std,
.txt-body,
.body-std,
.bread-text,
.infospot,
.accordion__row__answer__inner,
.subaccordion__row__answer,
.link-box,
.job-position-page,
.courses-online-list__item,
.theme-page-content,
.fact-box-snippet,
.expandable-factbox {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0;
}
.custom-list ul,
.custom-list ol,
.lead-std ul,
.lead-std ol,
.txt-body ul,
.txt-body ol,
.body-std ul,
.body-std ol,
.bread-text ul,
.bread-text ol,
.infospot ul,
.infospot ol,
.accordion__row__answer__inner ul,
.accordion__row__answer__inner ol,
.subaccordion__row__answer ul,
.subaccordion__row__answer ol,
.link-box ul,
.link-box ol,
.job-position-page ul,
.job-position-page ol,
.courses-online-list__item ul,
.courses-online-list__item ol,
.theme-page-content ul,
.theme-page-content ol,
.fact-box-snippet ul,
.fact-box-snippet ol,
.expandable-factbox ul,
.expandable-factbox ol {
  list-style: none;
  margin-left: 0;
}
.custom-list ul,
.lead-std ul,
.txt-body ul,
.body-std ul,
.bread-text ul,
.infospot ul,
.accordion__row__answer__inner ul,
.subaccordion__row__answer ul,
.link-box ul,
.job-position-page ul,
.courses-online-list__item ul,
.theme-page-content ul,
.fact-box-snippet ul,
.expandable-factbox ul {
  margin-left: 1px;
}
.custom-list li,
.lead-std li,
.txt-body li,
.body-std li,
.bread-text li,
.infospot li,
.accordion__row__answer__inner li,
.subaccordion__row__answer li,
.link-box li,
.job-position-page li,
.courses-online-list__item li,
.theme-page-content li,
.fact-box-snippet li,
.expandable-factbox li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.custom-list li::before,
.lead-std li::before,
.txt-body li::before,
.body-std li::before,
.bread-text li::before,
.infospot li::before,
.accordion__row__answer__inner li::before,
.subaccordion__row__answer li::before,
.link-box li::before,
.job-position-page li::before,
.courses-online-list__item li::before,
.theme-page-content li::before,
.fact-box-snippet li::before,
.expandable-factbox li::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  color: #009de0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .custom-list li,
  .lead-std li,
  .txt-body li,
  .body-std li,
  .bread-text li,
  .infospot li,
  .accordion__row__answer__inner li,
  .subaccordion__row__answer li,
  .link-box li,
  .job-position-page li,
  .courses-online-list__item li,
  .theme-page-content li,
  .fact-box-snippet li,
  .expandable-factbox li {
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 19px;
    padding-bottom: 5px;
  }
}

.flow-forms .typeahead-wrapper {
  position: relative;
}
.flow-forms .typeahead-wrapper.form-element--error .typeahead-wrapper__icon {
  color: #d0021b;
}
.flow-forms .typeahead-wrapper .row .col.six.typeahead-col {
  position: relative;
}
.flow-forms .typeahead-wrapper .row .col.six.typeahead-col .typeahead__options {
  top: -28px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .typeahead-wrapper .row .col.six.typeahead-col .typeahead__options {
    top: -26px;
  }
}
.flow-forms .typeahead-wrapper .typeahead-input {
  position: relative;
  padding-right: 38px;
  margin-bottom: 1em;
}
.flow-forms .typeahead-wrapper .typeahead-input#JobPosition {
  margin-bottom: 0;
}
.flow-forms .typeahead-wrapper .typeahead-input.options_open {
  padding-bottom: 0;
  border-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.flow-forms .typeahead-wrapper .typeahead-input:focus {
  padding-right: 38px;
}
.flow-forms .typeahead-wrapper .typeahead-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.flow-forms .typeahead-wrapper__icon {
  color: #009de0;
  background-color: inherit;
  position: absolute;
  top: 35px;
  right: 13px;
  font-size: 20px;
  pointer-events: none;
}
.flow-forms .typeahead-wrapper__icon.spinner-loader {
  width: 8px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .typeahead-wrapper__icon.spinner-loader {
    top: 44px;
    right: 6px;
  }
}
.flow-forms .typeahead-wrapper__icon::before, .flow-forms .typeahead-wrapper__icon::after {
  width: 20px;
  height: 20px;
}
.flow-forms .typeahead__options {
  width: 100%;
  position: absolute;
  z-index: 200;
  left: 0;
  background-color: #fff;
  color: #004463;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  border: 2px solid #009de0;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 18px;
}
.flow-forms .typeahead__options.results {
  border-top: 1px solid #009de0;
}
.flow-forms .typeahead__option {
  background-color: #EFF7FB;
  border: 1px solid #CFE3EC;
  padding: 10px 15px;
  font-size: inherit;
  cursor: pointer;
}
.flow-forms .typeahead__option.not-selectable {
  pointer-events: none;
}
.flow-forms .typeahead__option.highlighted {
  background-color: #009de0;
  color: white;
}
.flow-forms .typeahead__option.highlighted .elaboration-text {
  color: white;
}
.flow-forms .typeahead__option.selected {
  font-weight: 900;
}
.flow-forms .typeahead__option.other {
  border-top: 1px solid #009de0;
  padding-top: 15px;
  padding-bottom: 16px;
}
.flow-forms .typeahead__option.other.focus {
  background: rgba(0, 157, 224, 0.05);
}
.flow-forms .typeahead__option.other a {
  display: inline-block;
  text-decoration: none;
}
.flow-forms .typeahead__option.other:focus a {
  color: #004463;
}
.flow-forms .typeahead__option.other:focus a:after {
  background: #004463;
}
.flow-forms .typeahead__option.other a:hover {
  color: #004463;
  background-color: transparent;
}
.flow-forms .typeahead__option.other a:hover:after {
  background: #004463;
}
.flow-forms .typeahead__option.other a:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #009de0;
  margin-top: -2px;
}
.flow-forms .typeahead__option .elaboration-text {
  color: #434b57;
}
.flow-forms .typeahead-other.hidden {
  display: none;
}
.flow-forms .typeahead-other .form-element.form-element--postal-code-city .form-element__city {
  width: calc(100% - 100px);
  margin-left: auto;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.workplace-input--postal-code {
    flex-basis: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.workplace-input--city {
    flex-basis: 55%;
  }
}
.flow-forms .workplace {
  margin-bottom: 40px;
}
.flow-forms .workplace .form-element {
  min-height: 55px;
  margin-top: 16px;
}
.flow-forms .workplace .form-element--no-margin {
  margin-top: 0;
}
.flow-forms .workplace .form-element--error input {
  box-shadow: none;
}
.flow-forms .workplace .toggle-manual {
  flex-direction: row-reverse;
  display: flex;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
}
.flow-forms .workplace .toggle-manual--off {
  padding-bottom: 7px;
}
.flow-forms .workplace .toggle-manual a {
  cursor: pointer;
  display: inline-block;
  color: #0075a3;
}
.flow-forms .workplace .toggle-manual a:hover {
  color: #004463;
}
.flow-forms .workplace .typeahead-wrapper {
  border: 2px solid #009de0;
  border-radius: 3px;
}
.flow-forms .workplace .typeahead-wrapper.hidden {
  display: none;
}
.flow-forms .workplace .typeahead-wrapper.errors {
  border: 2px solid #d0021b;
  padding-bottom: 0;
}
.flow-forms .workplace .typeahead-wrapper .form-error {
  margin-bottom: 0;
}
.flow-forms .workplace .typeahead-wrapper .col {
  position: relative;
}
.flow-forms .workplace .typeahead-wrapper .row {
  padding-left: 28px;
  padding-right: 31px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead-wrapper .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flow-forms .workplace .typeahead-wrapper .filter-toggle {
  color: #0075a3;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  padding: 10px 0 20px 0;
}
.flow-forms .workplace .typeahead-wrapper .filter-toggle:hover {
  color: #004463;
}
[data-whatintent=keyboard] .flow-forms .workplace .typeahead-wrapper .filter-toggle:focus {
  text-decoration: underline;
}
.flow-forms .workplace .typeahead-wrapper .typeahead-wrapper__icon--postalcode {
  right: 9px;
}
.flow-forms .workplace .typeahead-wrapper .form-element--error .typeahead-wrapper__icon {
  color: #d0021b;
}
.flow-forms .workplace .typeahead__options {
  position: relative;
  border: none;
}
.flow-forms .workplace .typeahead__options.results {
  border-top: 1px solid #009de0;
}
.flow-forms .workplace .typeahead__options.few-results {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead__options.few-results {
    overflow: auto;
  }
}
.flow-forms .workplace .typeahead__options.loading {
  animation: workplace-fade 1.5s infinite;
}
.flow-forms .workplace .typeahead__options .typeahead__option {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead__options .typeahead__option {
    padding-left: 15px;
  }
}
.flow-forms .workplace .typeahead__options .typeahead__option--manual {
  display: block;
  color: #009de0;
}
.flow-forms .workplace .typeahead__options .typeahead__option--manual:hover {
  color: #004463;
}
.flow-forms .workplace .typeahead__options .typeahead__option--no-hits {
  cursor: auto;
}
.flow-forms .workplace .typeahead__options .typeahead__option.col.twelve {
  bottom: 0;
  position: sticky;
  z-index: 1;
  background: white;
  border-top: 2px solid #009de0;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace {
    margin-top: 20px;
  }
}

@keyframes workplace-fade {
  50% {
    opacity: 0.3;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 68, 99, 0.4);
  z-index: 200000000000;
  padding: 20px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none;
}
.modal-overlay::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 370px) {
  .modal-overlay {
    padding: 2vw;
  }
}
@media screen and (max-width: 400px) {
  .modal-overlay {
    padding: 4vw;
  }
}
.modal-overlay--align-top {
  align-items: flex-start;
}
.modal-overlay.modal--exit {
  background-color: rgba(0, 68, 99, 0.4);
}

.modal {
  position: relative;
  width: 100%;
  max-width: 660px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 68, 99, 0.1);
  background-color: white;
  max-height: 95%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 370px) {
  .modal {
    padding: 30px 20px 20px;
  }
}
.modal--no-title {
  padding-top: 36px;
}
@media only screen and (max-width: 768px) {
  .modal--no-title {
    padding-top: 66px;
  }
}
@media screen and (max-width: 370px) {
  .modal--no-title {
    padding-top: 66px;
  }
}
.modal--no-title > div > .rich-text {
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .modal--student-exit .modal__button {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.modal--exit {
  position: fixed;
  margin-left: auto;
  margin-bottom: auto;
  color: white;
  text-align: center;
  padding: 50px 80px;
  width: auto;
  max-width: 100vw;
  overflow: auto;
  z-index: 200000000000;
}
.modal--exit .modal__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 36px;
}
.modal--exit .modal__button {
  background: transparent;
  margin: 0 10px;
}
.modal--exit .modal__button:hover {
  color: black;
  background-color: white;
}
.modal--exit .modal__inner {
  display: flex;
  flex-direction: column;
}
.modal--exit .modal__buttons {
  display: flex;
  justify-content: center;
}
.modal--exit .modal__close-button {
  display: none;
}
.modal--exit .modal__call-me {
  margin-top: 24px;
  text-decoration: underline;
  color: white;
}

.modal__title {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .modal__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.modal__close-button {
  position: absolute;
  top: 36px;
  right: 30px;
  font-size: 22px;
  color: #009de0;
  padding: 0;
}
.modal__close-button:focus {
  outline: 2px solid #009de0;
}
@media only screen and (max-width: 768px) {
  .modal__close-button {
    top: 31px;
    right: 25px;
  }
}

.modal__buttons {
  display: flex;
  justify-content: center;
}
.modal__buttons.flex-end {
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .modal__buttons_toggle .modal__button {
    padding: 12px;
    min-width: 120px;
  }
}

.modal__button {
  margin: 15px 15px 10px;
}

.modal__cta-link {
  color: #0f73a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.rich-text ul {
  list-style-type: none !important;
  padding-left: 21px;
}
.rich-text li {
  margin-bottom: 10px;
  position: relative;
}
.rich-text li::before {
  content: "/";
  position: absolute;
  left: -16px;
  color: #009de0;
  font-weight: 900;
}
.rich-text > *:first-child {
  margin-top: 0;
}

.flow-forms .with-tooltip {
  position: relative;
}
.flow-forms .tooltip {
  display: inline-block;
  position: relative;
  z-index: 100;
  line-height: 1.5;
  top: 2px;
  width: auto;
}
.flow-forms .tooltip--large {
  top: 5px;
}
.flow-forms .tooltip--large .tooltip__toggle {
  width: 30px;
  height: 30px;
  top: -2px;
}
.flow-forms .tooltip--large .tooltip__toggle i.flow-forms-icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .tooltip--large .tooltip__toggle {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  .flow-forms .tooltip--large .tooltip__toggle i.flow-forms-icon {
    width: 25px;
    height: 25px;
  }
}
[data-whatintent=keyboard] .flow-forms .tooltip--large .tooltip__toggle:focus::before {
  content: "";
  width: 120%;
  padding-bottom: 110%;
  position: absolute;
  border: 2px solid #009de0;
}
.flow-forms .tooltip--error {
  position: absolute;
  top: 44px;
  right: 15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 200ms ease;
  pointer-events: none;
}
.flow-forms .tooltip--error.visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}
.flow-forms .tooltip--error .tooltip__toggle {
  background-color: #d0021b;
  color: #fff;
}
.flow-forms .tooltip--error .tooltip__toggle:focus, .flow-forms .tooltip--error .tooltip__toggle:hover {
  background-color: rgba(208, 2, 27, 0.7);
}
.flow-forms .tooltip--error .tooltip__content {
  background-color: #d0021b;
}
.flow-forms .tooltip--error .tooltip__toggle::after {
  border-color: transparent;
  border-top-color: #d0021b;
}
.flow-forms .tooltip--small {
  height: 16px;
  width: 16px;
  margin-top: -5px;
}
.flow-forms .tooltip--small .tooltip__toggle {
  width: 16px;
  height: 16px;
  font-size: 13px;
  font-weight: 600;
}
.flow-forms .tooltip--small .tooltip__toggle i.flow-forms-icon {
  width: 16px;
  height: 16px;
  background-image: url("/frontend_react/dist/assets/icons/Question_square.svg");
}
.flow-forms .tooltip__toggle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
  margin-left: 5px;
  flex: none;
  display: inline-block;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.flow-forms .tooltip__toggle::after {
  content: " ";
  top: -18px;
  right: 0;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-top-color: #004463;
  border-width: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear 0s, visibility 0.15s ease 0.15s, transform 0.1s ease 0s;
}
[data-whatintent=keyboard] .flow-forms .tooltip__toggle:focus::before {
  content: "";
  width: 130%;
  padding-bottom: 120%;
  position: absolute;
  left: -3px;
  top: -4px;
  border: 2px solid #009de0;
}
[data-whatintent=keyboard] .flow-forms .tooltip__toggle--error:focus::before {
  border-color: #d0021b;
}
.flow-forms .tooltip.show .tooltip__toggle::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}
.flow-forms .tooltip__content {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -12px;
  width: 200px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background-color: #004463;
  color: #fff;
  padding: 15px 20px 30px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear 0s, visibility 0.15s ease 0.15s, transform 0.1s ease 0s;
}
.flow-forms .tooltip__content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .flow-forms .tooltip__content {
    right: -240px;
    width: 400px;
  }
}
.flow-forms .tooltip.show .tooltip__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

section cg-chat.cg-chat-tab-hidden {
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden label,
section cg-chat.cg-chat-tab-hidden .cg-chat-required-field-message {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: justify;
  color: #009de0;
  margin-bottom: 2px;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
}
section cg-chat.cg-chat-tab-hidden label[for],
section cg-chat.cg-chat-tab-hidden .cg-chat-required-field-message[for] {
  cursor: pointer;
  margin-top: 16px;
}
section cg-chat.cg-chat-tab-hidden input[type=text] {
  color: #004463;
  box-shadow: none;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  height: 38px;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden input[type=text]:focus {
  background-color: #e9f5fb;
  border-width: 2px;
  border-color: #009de0;
  line-height: 46px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden input[type=text]:focus {
    border-width: 2px;
  }
}
section cg-chat.cg-chat-tab-hidden input[type=text]:hover {
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden input[type=text]:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden input[type=text].disabled {
  background-color: rgba(233, 245, 251, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-tab {
  top: 450px;
  background-color: #009de0;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-tab {
    z-index: 4001;
    top: 250px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-text-chat-type-icon {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer {
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 645px;
  height: 645px;
  width: 100%;
  z-index: 3001;
  border-top-left-radius: 0px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer {
    z-index: 4001;
    width: 100%;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer {
  width: 380px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle {
  background-color: #009de0 !important;
  border-top: 1px solid #009de0 !important;
  border-left: 1px solid #009de0 !important;
  border-right: 1px solid #009de0 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle {
    height: 40px;
    line-height: 40px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons button {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons button img {
    width: 26px;
    height: 26px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button {
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: #009de0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  min-height: 40px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 10px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:hover, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.hover {
  color: #fff;
  background-color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:focus {
  opacity: 0.5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:disabled, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.disabled {
  opacity: 0.25;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:disabled:hover, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel {
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 100%;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-input-error-label {
  background-color: #d0021b;
  position: relative;
  right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 15px;
  padding-bottom: 4px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-input-error:not(textarea) {
  border-color: #d0021b !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon {
  background: #009de0;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon {
    width: 13px;
    height: 13px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon span {
  position: relative;
  bottom: 3px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon span {
    bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form #cg-chat-offer-text {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-message .cg-chat-agent-message {
  color: #004463;
  background-color: #fff;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-message .cg-chat-agent-message .cg-chat-agent-message-text {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area {
    margin-bottom: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area .cg-chat-required-field-message {
  font-size: 12px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area {
  padding: 1px 16px;
  min-height: 50px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area {
    margin-top: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea {
  color: #004463;
  box-shadow: none;
  min-height: 80px;
  padding: 1px 16px;
  padding-top: 10px;
  border: 1px solid #009de0 !important;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:focus {
  background-color: #e9f5fb;
  border-width: 2px !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:hover {
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea.disabled {
  background-color: rgba(233, 245, 251, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::placeholder {
  color: #004463;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel #cg-chat-offer-window-send-message-button {
    min-height: 40px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
  left: unset;
  right: 0;
  width: 380px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 645px;
  height: 645px;
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 100%;
  z-index: 3001;
  border-top-left-radius: 0px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
    z-index: 4001;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
    height: 1022px;
    max-height: 1022px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle {
  background-color: #009de0 !important;
  border-top: 1px solid #009de0 !important;
  border-left: 1px solid #009de0 !important;
  border-right: 1px solid #009de0 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle {
    height: 40px;
    line-height: 40px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons button {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons button img {
    width: 26px;
    height: 26px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps {
    padding-top: 0px !important;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message-alias,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-customer-message-alias,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-system-message-text,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-system-message-timestamp {
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message {
  background-color: #e9f5fb;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-customer-message {
  background-color: #009de0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button {
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: #009de0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  min-height: 40px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 10px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:hover, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.hover {
  color: #fff;
  background-color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:focus {
  opacity: 0.5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.disabled {
  opacity: 0.25;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:disabled:hover, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button {
  background-color: #009de0 !important;
  text-transform: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group {
  border: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group img,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group .cg-chat-email-offer-send-button {
  background-color: #009de0 !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email] {
  color: #004463;
  box-shadow: none;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  height: 38px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:focus {
  background-color: #e9f5fb;
  border-width: 2px;
  border-color: #009de0;
  line-height: 46px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:focus {
    border-width: 2px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:hover {
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email].disabled {
  background-color: rgba(233, 245, 251, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group .cg-chat-email-offer-done {
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send.cg-chat-hidden {
  z-index: 5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-resize-handle {
  visibility: hidden;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field {
  color: #004463;
  box-shadow: none;
  min-height: 80px;
  padding: 1px 16px;
  padding-top: 10px;
  border: 1px solid #009de0 !important;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea,
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view,
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-ms-expand,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-ms-expand,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-ms-clear,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-ms-clear,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:focus,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:focus,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:focus {
  background-color: #e9f5fb;
  border-width: 2px !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:hover,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:hover,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:hover {
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea.disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:not(.read-only-date-input):disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view.disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:not(.read-only-date-input):disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field.disabled {
  background-color: rgba(233, 245, 251, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-webkit-outer-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-webkit-inner-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-webkit-outer-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-webkit-inner-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-moz-placeholder, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-moz-placeholder, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::placeholder,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::placeholder,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send {
  font-family: "Source Sans Pro", sans-serif;
  color: #004463 !important;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send {
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-width: 30px;
    margin: 15px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send img {
  background-color: #009de0;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send img {
    min-height: inherit;
    max-height: inherit;
    max-width: inherit;
    min-width: inherit;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send:after {
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    min-width: 36px;
  }
}

img.cg-chat-type-icon.cg-text-chat-type-icon {
  visibility: hidden;
}

.cg-chat-window-handle-buttons-fold-in img {
  width: 30px;
  height: 30px;
}

.chat-spot {
  display: flex;
  z-index: 5;
  align-items: center;
  flex-direction: row-reverse;
  position: fixed;
  padding-bottom: 0;
  right: 50px;
  bottom: 50px;
  pointer-events: none;
}
.chat-spot.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .chat-spot {
    position: static;
    margin: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #d8e2e7;
  }
}
.chat-spot .chat-spot__mobile-text {
  display: none;
  font-size: 1.3em;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .chat-spot .chat-spot__mobile-text {
    display: block;
  }
}
.chat-spot .chat-spot__text {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  min-height: 30px;
  padding: 18px 30px 18px 22px;
  background-color: #009de0;
  color: #fff;
  border-radius: 3px;
  margin-right: 20px;
}
.chat-spot .chat-spot__text::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #009de0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .chat-spot .chat-spot__text {
    display: none;
  }
}
.chat-spot .chat-spot__heading {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
.chat-spot .chat-spot__bubble {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding: 0 15px;
  border-color: #009de0;
  color: #009de0;
  font-size: 4.5em;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTBweCIgaGVpZ2h0PSI5MHB4IiB2aWV3Qm94PSIwIDAgOTAgOTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5DSEFUPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkhLX2luZG1lbGRlbHNlX2Rlc2t0b3AtcnVuZGUtMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN0dWRlcmVuZGUtNiwyMS1Db3B5LUhLLWluZG1lbGRlbHNlLVN0ZXAtMDEtMjAxOS0wMy0yMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3ODAuMDAwMDAwLCAtOTQwLjAwMDAwMCkiPgogICAgICAgICAgICA8aW1hZ2UgaWQ9IkNIQVQiIHg9IjE3ODAiIHk9Ijk0MCIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUZvQUFBQmFDQVlBQUFBNHFFRUNBQUFBQkdkQlRVRUFBTEdPZlB0Umt3QUFENGRKUkVGVWVBSHRYWGwwVmNVWi8rYStKWUVFRUswVlBCRENscFdRZXJRc0NpNXR0ZFlqYnJXSXJYZ09zankyQTNYaHROWS95aC9WdGdlMUJVUVNBbkZySytLeHRWb3R4ZE82Z0xpZk5vU1hqUzBFamdocVFDQWh5M3QzK3Z2bTN2dnk4cExBVys1N2VTSHZPNWszYytmT2ZQUE5ieWF6ZmpOWFVCTFJ0U3ZmZG40eGZGZytrVjRrU2VRUnlXeVNsQzBFWGFRVFhTU0kzQkIzRUV3clRCUE1hWmpqcHQxQUpPb0Z5Um9pclhMWWtTK3EzMWw1blEvdmtvSWdleS9TU3FubFhPcTlYRWk2a2FTNGxnUk5oalFaTmtuRUJmRXhDdXR0S1docjNlZUZuOUZLZ2ZMcUhVbzgwRktLbkkxVjA0UmZ6cEpDL0JnQ1hCS1M5VXI0N3daQXFKbmlnTlRwb0NUNVZacWZHaW1OMnRMOVowNjErQWFrQ2JlZTBhSlRwbE56WG9CYW42bVR6RUtjMFlpVEo2U2NBSjVGd1h3bDBWSDR2eUlkWW5QZHZJSWRKRkM4Q2FTRUFUMXV6WjdCenJTMithaFNDNUhvdUk0OGlrL3h2SjNJdjlYaDAzWjZseFJ5Y3hBekZhN3padnFkK3BWRWpodUI2SFFVd2hVV1V6enYxWWhLZkszdXNyM0x4cCswL09OcHh4M29jZVY3TG5hMHQ2MUFKand3ZzgzTTdKQ1N0Z3VIdnJsMmZ0R3VlR2JRNHAxYlZqbFIrclZaYU84Qk9rMHovUm5rVXIvTHZXcnZmZU8vdE1MR3c0NGIwQ09lUERRZ0krUGtJeEI2T1V5bUVsN1FtMmc1eXVvOEJhL0dJelBoOHN3cHJib05MY2Q4TkRrM21YSDR2MmgxVTlQZ1J3OC9NUEpNdUh3aUNSY1hvSE0zZUc5QkpsWkRrR3dXQnEzaDN6QVNXRld6TVA4RGZrNFd5aXVwbm9vUnpncDBscmViTXRXalExNWV1NkR3TmJ0bHRCWG93bEp2RnNaVFQwSElHU3dvTXZDV1J0cWpOUXZ5MzdWYmNEdjU1VzJvdmtZbi9SRlVpT3ROdnE4N2laWjZQWVVZTXRwRHRnR2RzNkZxRm5yMTlSRHJBcGpEcU1kcmFqMEZxK3dSTXpGY2NrdXIwSmZJWlVodEJNd0pqSDRXMVMwbzJHeEg2akVEamRGRW1pT3Q3UThRWmhFTEJPRmVUUFA1bGxRdW5zZ1RpVDVIUlUvdkd0cnFkSzVEcGJuYkZINjl2OVY5UDBZblBFbUttbUlDZXV6NmltODdOUmZhWDRsaEZINUpMcTN6VEZnWHRUUkpGREduZFBjU1FZS2JRWkRZNmRQYmI5KzNxUGlZOFJ6NWI5UkFvMTNMa1ZKL0UwbU9oYWtRcE0ydThlUlhSaTVDOHNiSUs2M0dVb0QrQWlRc2h0a25oSFlUK3B1NmFDU09DbWdXQUozSFc0aU1XWjNZaHRLZUhVdHBSeU40b3VLWS83VUFXOTdBczB0MDd0ZEhVNkVpQnRvczVmOGdvOS9Dd3M5ZlhVUGwzZDZaaFcySnluaHZwRk80eGV0dVB5NWV4SUxWSFVqL1MvejNmajlTc0NNQ2VseFp4UWlIN3VTeE1QZktMOWQ2Q21mMlJzWjdLMDNNRDE1R1IzUW4wai9zMTN4VDk4NHZ4dWdxUE1LVVB6eFNVMm5keVcweWcveDZmd09aVWNKRTVpZWNkeGl1Y0c4eUp1d2ZEb1VGOU9XbG43b2M3ZTA4YmVZVnNSMnQ3clo3dzJGK1BvWXg4NzZEc1dCTXVGa0pKNTloQVgxYURuak1ITUpWdURUOXp2bzVsNTBJaC9uNUdJYnp6aGdnYnhXTWlhK1JIZzBubitkc28vTTJWTjRzcGNaemY2RnBZbXIxL0lJUHcyRjh2b2ZKTDZ1YW91dVMreXVKeWMydE5Rc25jSlBTSTUyMVJvOWRWemtTSUQrSDJCaTdVMGtLNUE0Y0ZSYkFoTEhCYlBoWnhxcmpiVmZYV1lGMk9CeFBJOHFGTUMraEkxQlQ3SzRzK3ErUGljbExqSkdKVlk5ZzlBZzBMM1ZpemZabXhEeUVEbUJoanh6NitRc1RtME9NbFZvZTdnR1Bib0hHS0dPZ3VaNk1hR0p0Zis3OGVzQXQ0RzFnSTlZcUQwbHJGSGFCdHgyT2JvRStUUU4vaVNEWkFIbGJYMXZxN01oYTRsd0dSbUliVWh4MVdxUS8zRjNLWFlEbXVUMDYwZ2VNd1BydnVvdVU4dXVLZ05EOXYxVytVdHh2WU5nNVRCZWduWnJqUVFUSjRIV01XcytFdHpzSFR6MzFoRUROb3FKM0dEUEdEaW9RRDRXRzZ3UjA5alAveGU2SVVCMmZKdnhQaEFaT1BaOGRBVTJLeDgwUUN3MHNPOEozQWpxOXpUMFhyd1pqcC9vZk5RdUtkbllFUzduQ1FZQTNueGs3aEIxa1lobUkxZ0UwUW1DOWRiNTZJMmhUSUVUS0VSa0NKbllLUzJCcVJRNDRja3E5MC9Dd0hUUEE5ekVRbjJZRnNNM0czaUlOZEtFZzVVeW9ZMzBIZkFmWnhqdDZScWRJeXYraHVkeEN6ZTFsRk9PK29DVUd4dE03TUR5K0NtQlByL01VOGdJVUJXcTB0Um1KYXIzZGltQ2J2YkgrTXNwd1ZhRVExd0prMWhSS0JwQTVlNE9VUEN3WHk4ZHkya0FXaGhhbXpOS28wYXpWT2J6cWN6eGNRcHBlYkt1YTFxYjkyRy9UM2tkYWhwYW9sQ2hJOFJveTJFQlM3NzJkR2FHNVVadFpNZklXcy9BWmp5WW8xRnhGYzhkZ1pTNTZZdlV6MHJVSzFPaWpkVWNLTG1VdFZnWDArRkx2WkZUdER3SDd4MmcySmtlZlJFaE1YcXM5bWNFMWVTemVOTVBjUTNPenNXdWVaTFNwbmpXVi9nVERNK0o5TkxpcGdHTGNua1B6OFJGNFRZSlM1NVE5bnNLUFZOTUJ0Ry9rckxQaUlkdTIwY21CYzB5UW1XVnlnc3lTR1lWL0R6dVZ2Q3gzakdSaENhWEtIeklyQTJoSlZ5dStRbXlOa1gvbjZKcVlaWHE4bTVRMU9WaGFBK3gzbFZlSDNNRWhJbkk3cFBnWFI0RHErelZzYTN5Y0FhV29tZ3RYdS95UVBXMGpTVWJuSXVUZmJlTVpUMGFXbkpiY01hVGxHdGh1ekVNRVRXR01OZVBNaU9xb0t1MVNBZytTYjRqaDFnNEYrU1d4TXlDbktYZjBvdTY2dHhnZEsxWENER1NNMFhUb3ZPSEtPbk83Mlk0TDZib3ZMbnp0Wm1xem5CMlk2a1dZbmt1Y2drSmJJdlZxdStYdTcvd3NUQmxqRFZVNW13R1JRcXRuTzBYMklSREFGQmdEYUJyRnJQbjBrMzFKcERneEFocGhVZ2JDOERrTGJ1UDRtYVpyUjlrelJiWWljSVM1U2FMaFBJNGV5ZzgrMFhxYzdSVFpoMEM3djgxU05McUFnVllxVGY3MFhseDNzQzl2U2NVcENGTTNBejJRcGN2SWNQTmFSSXBzUk1CNUt2T015VzRBQTQyMm1pajkrQmswSlNteUU0RzBZVzBXcG9LQjVoa01mZTEyMkhYWTNVNVorelN2cHFZMjFWb2dFODBNdERwdGxPbHpwdlhwWENXaDhFR1l0akxRalN3ajBHWWR1eFRaaUVBUXBvMGFHbWgxcE1zaG5WQ2NTWkdkQ0FSaGVsUkRhOTNBekkzN0x1eE1Kc1VyQ05ORG1Cbktlb1lFQ3lEWmJNZUZCUFlaK2dMWkxHY0FVMkNzUVl0YXJkcGhBVVN0NHRtTWh6RTJGM0tZelh6anc2NURUbHZtRkJhbWpERTZRNDBYcDFHajFmVTRObWRBZWhWRFhWUDdaall6dDU5ZFFFNVQ3aGhUNk1CVXE5VDROaTN3NHhJc212aDhoZDFqYVZiNjQxSzhoY29QVEZidVpQMWgrVmhPZ3d5NVk1RFZ4SkkzVlpvWlkwMWRXU2FoYWdCcWFYWk9pWUYzMTZnK2ZUMDh2NExCb1ZOb1dpb2RqNjdCZXQySDVXTDVXRTZXMTVBN0pyRmFXbHhURlFOZ3l4ZzcrUUZkMVhhTVByNkhaSDZFeDMrckFIYjhlTVorUXhzUHpFWUNiNERkcFdpbVBxSHlnK1dreTlleGVPZ25CMmFtdkgwa0hIdUoydHRwenRqRENHdE5XdzBKeWcrT29ZYXNlbFpDSVZZckcrRElKYWVhMGNZbW9SKzVkdEJ3QUl6YmN1UjlZT2FDd1VCQnppYVdPMWFTMGxEaEVQUWVzMUpBKzRuK2ljYjYxMGlhMWJYc3BYbWp0NkxadUFNWitqTVlaeUFqSGhTb1IxVWVhSmZ3OGpncmxDaFJ5Zyt1aFdNWit5cmFXUDhidkh1RXNocEs4YnlRTXR3NGhpZHZBQnl4RTlkZHhTZFFyazFvT241R2N5R3ZEYVN3Qkd2OEtYN0lKZEdlSXdXZndPTW9hOWJ3b1hvYjB1bk00cjdSVURmUWN1QzVEdWJMemk4N1BVME1QTEgya0NDKy9JcWxOWllIVE0ycVFCaDdIQ3dQNUlKOFNzN1ltU3FWTUdESm1ESzJ6RkhWYUtVYlZ1cmxObW9SaXZtbnNCL21sN2JTM0t6UHdXOHByY1JWT3NQM2p5Q25ocVpLSUgwMElWS2JwV3FxbGVDbS9ibHdQbWMrSHNENmdISFVReEQremZWYzBsQmY3Q0RkY1l3T2pmeENOVXQyOERONVNGMjdpd1hFcU9NVmk3Y0JORHlCL2wvd2NoRTBldTF2UG9JellWeGIyUUN2WndQZTVRZXZZUUVnV2d1dE80YXIyNXBaUDQ4MVRzK2c0RytueFdPTTNaODVvMXZnVndHVDFJUmVaanAzcXpwcEwxbUNxcWFESDNCSjAvdXdhcEhocS9oZU9DdEFRbXdwelFMWFd5bTkrUm1rYVV5ZXBQREVxdG1aRVBtREVsSFlHWlcxZG84blA2RExHQUNhZTNzVVFwbUtJMmx1VU56NE82VkFMV1lTUDhBUEgyam52dklwbWpmcUJlWHVTejhtZGdyTG9CRlVCOURJVEl1N2JST3MwM3dLMUxoOEwrRTV0QmJLZDFKbTA0TUpUejNHQlBrZ1BtUEhHSnBZQmpoMkF0bzhJY3VURE5LRjdIS0VLeERMYmdkMEhZSllIaVVmYW5XTStzbEIvQkxtOU91MFFpVW1xU1QwdEhGd0JsVVluKzU3SEk0bXZqK0liemhNaUpSU0REYlQ4V0ZVTVpNODJVY1NrcTZOaVl3dnFicmF2SE9weVNkOXEwSlpkd0hhdk8zcmp4eFFTdm1yMEFoeGV0NEd2cXdJK1hPYU4rYTlPS1VSVjdiWVFWRmpmZ3llVm5kM1l4cmE3SzdFQjhkUDA0QXF2Qm1GRWV1S21nV0ZYTXRUMUFNQ2VSdThEMkZ5eTdXNElaUE81SC9tdWFMTE1tdTNRRE8vM0JMdnJlajVYNFdUcjVHWUdOcm1jSmdVRVkwcDNUZkVSUzI3Z0VVV2hzYTMxUzRzeEN5NEszVnBPcXdnSE1FOEJUb3lyYzFkWXZtbjdNNElBR1JlaDhsQ2pYMmpKNUE1Um85QTgwdVhrRXRnTmNMY2hWTkdhalRDL2lreUVEQXh1UXRQalE2aXhXZkRwY2VtdzRxVVY3SjdCalRYK2Q4aGRYbVZCUXJzd0pGQlhyMFFhRExPY2JuM1dXczA4MVczWDBsNmd0MjRGYXRrUWxubEplenV6OFFZQURodU1uaUo1c2x6Z2N6aHpnazBCM0pleUVNWHdhZU1pbjI2dGlYMGlnUU8wMStJODg0WUlML0ZqSWxyS0lVMUJBNExhTDdrMWU5eTNZYlM4OEpjamM3eCtmNENiR2crT2UrTUFXUEJtSVI3QVc1WVFITmkvUGtNWGZQeDlzeGhtQm01cFY0dTFYNUY2UHhlUm9abndCeG1MQ0w1cE1nNU84TlFKRlBYR2lmZ1dtTUxkUFh4R0YzYmhsSkN4OWkvTHVvV21uNUROTGMvUkZ5akxiQlRWODliU0lSbmg5MUdoN0xqdSs2eDBuZWxOUnJCWGZpNytBTUVvZUg2NmpQbmhmTUUrZFhvZ3ZNYTdmMytqRUhVTmRvQ3NMdlBnN1M1V2hmMzFiVVJIcjY1MjlPZURybzlwdmMvRDJLQnpYYklCMjl3VnlldDZXdXJmdVlxM0RKa1p5Uk1jbjN3aGtHMktIOWoxU2kvajU0eXQzUGdMYlpCRS9heHZ2QUpKMlB0SGNvNUlGNU1jemhwYWZXOGdvTlczbUsxWTI0NnVoUEFYR0pkalhlaitEM2ZjT2pRYUZXeTNUK2RzOTQ3Q1RvaXZ6QjNSbGpVZ3hCMitkbFc0VGhRTkJRWG9Ga1FjL09BcDZmTFlZeGQ3aVQvekI0VzdSL3JidEdlOHhNcnhRMW9TekQxd1JqaFhJRnVkd0g4akwxQjNOMEUzWWJ0K0hqTTVraS9aMkx4amRRMlA5S0RENmNwNVJaTFNlZ2srcEtON1g3Zjc3dmJmb28wamJPRmp6dlFWdUk5ZndxVlBrQ1lIYmc0NUMzTkx6K3c2eFljL2hTcXowMlRvQzdFeXdiVFlLWmFzbUNkNHZ6N0ZLcVZ1WUNObm1aOGFmVjBuT21BdnAxU2xyazQ4TTV3QkQ3dUMwWGQvYWo1OWJxa3huU0gvaldPS3JSN0J4ZDhjL254ejlKTzZLNU1MSkFQNG8vNyt2MHlBL2RoWkVtTnhxQUQ3dmJqdm1COURPWVZYWXJOU29Nb1NMa2xKUDI0UENhc1JuY3IvUmJweUd1c21hUnIrdlg0V3NOMTZPNi9pM0FaM1lhTjNCTnF1T0lUb2N2M3NCcTh0ZWJDdkk5cHB2Qkh6c2FlR0wwTGRFZ2V1bnlBWGNveGFOdDU1SEtSYVZoWmZBaE1LOHhwbUZNd0p6QlNhSUxkQUdEM1l3UlJBMkNUN2dQcy93YzBacXBaaFMwcnZ3QUFBQUJKUlU1RXJrSmdnZz09Ij48L2ltYWdlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .member-registration--under-education .member-registration--form-content .flow-forms {
    padding-left: 0;
    padding-right: 0;
    max-width: 1439px;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage {
    width: auto;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group {
    align-items: end;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill {
    min-width: 240px;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div p {
    font-size: 13px;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill:nth-of-type(2) {
    min-height: 621px;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill:nth-of-type(2) .custom-radio-big-pill__label > div:first-child {
    min-height: 523px;
    max-height: 523px;
  }
  .member-registration--under-education .member-registration--form-content .flow-forms .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill:nth-of-type(2) .custom-radio-big-pill__label > div:first-child {
    min-height: 548px;
    max-height: 548px;
  }
}
.member-registration--under-education .row .form-element__city div.label {
  color: #004463;
}
.member-registration--under-education .date-input {
  min-height: 55px;
}
.member-registration--under-education .date-input.place-icon-left .react-datepicker-wrapper .react-datepicker__input-container input.date-input__widget {
  padding-left: 50px;
  padding-right: 0;
}
.member-registration--under-education .date-input.place-icon-left input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.member-registration--under-education .date-input.place-icon-left input {
  padding-left: 50px;
  padding-right: 0;
}
.member-registration--under-education .date-input.place-icon-left .date-input__icon {
  left: 22px;
  top: 37px;
}
.member-registration--under-education .custom-checkbox .custom-checkbox__label::before {
  border-color: #141e2d;
}
.member-registration--under-education .custom-checkbox .custom-checkbox__input:checked ~ .custom-checkbox__label::after {
  color: #141e2d;
}
.member-registration--under-education .custom-radio .custom-radio__label {
  border-color: #727881;
  color: #141e2d;
}
.member-registration--under-education .flow-forms input:not([type=submit]),
.member-registration--under-education select,
.member-registration--under-education textarea {
  border-color: #727881;
}
.member-registration--under-education .flow-forms input:not([type=submit]):focus,
.member-registration--under-education select:focus,
.member-registration--under-education textarea:focus {
  border-color: #009de0;
}
.member-registration--under-education .progress-navigation-item .progress-navigation-item__circle {
  border-color: #000;
  color: #000;
}
.member-registration--under-education .progress-navigation-item .progress-navigation-item__circle ::after {
  background-color: #000;
}
.member-registration--under-education .progress-navigation-item .progress-navigation-item__text {
  color: #000;
  font-weight: 400;
}
.member-registration--under-education .progress-navigation-item--active-disabled .progress-navigation-item__circle ::after, .member-registration--under-education .progress-navigation-item--previous-disabled .progress-navigation-item__circle ::after, .member-registration--under-education .progress-navigation-item--visited-disabled .progress-navigation-item__circle ::after {
  background-color: #c8c8c3;
}
.member-registration--under-education .progress-navigation-item--active .progress-navigation-item__circle, .member-registration--under-education .progress-navigation-item--previous .progress-navigation-item__circle, .member-registration--under-education .progress-navigation-item--visited .progress-navigation-item__circle {
  background-color: #000;
  color: #fff;
}
.member-registration--under-education .progress-navigation-item--active .progress-navigation-item__text, .member-registration--under-education .progress-navigation-item--previous .progress-navigation-item__text, .member-registration--under-education .progress-navigation-item--visited .progress-navigation-item__text {
  font-weight: 600;
}
.member-registration--under-education .progress-navigation-item--disabled .progress-navigation-item__circle {
  color: #c8c8c3;
  border-color: #c8c8c3;
}
.member-registration--under-education .progress-navigation-item--disabled .progress-navigation-item__circle ::after {
  background-color: #c8c8c3;
}
.member-registration--under-education .progress-navigation-item--disabled .progress-navigation-item__text {
  color: #c8c8c3;
}
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__label {
  border-color: #727881;
  color: #141e2d;
}
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__label span {
  filter: brightness(0) saturate(100%) contrast(100%) hue-rotate(200deg) brightness(0.5) saturate(200%);
}
.member-registration--under-education .flow-forms .custom-radio-big-pill:hover .custom-radio-big-pill__label,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label {
  border: 1px solid transparent !important;
  background: linear-gradient(180deg, #F2BEC9 0%, #DAC5DF 100%);
  color: #141e2d;
}
.member-registration--under-education .flow-forms .custom-radio-big-pill:hover .custom-radio-big-pill__label span,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label span {
  filter: brightness(0) saturate(100%) contrast(100%) hue-rotate(200deg) brightness(0.5) saturate(200%);
}
.member-registration--under-education .flow-forms .custom-radio-big-pill:hover .custom-radio-big-pill__label div .price-info-container p.price-after-tax,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label div .price-info-container p.price-after-tax,
.member-registration--under-education .flow-forms .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label div .price-info-container p.price-after-tax {
  color: #5f5f5a !important;
}
.member-registration--under-education .flow-forms .custom-radio-big-pill p.membership-start-date {
  font-weight: bold;
  color: #5f5f5a;
  margin-top: -10px !important;
  margin-bottom: 5px !important;
}
.member-registration--under-education .modal--exit .modal__button {
  color: #141e2d;
}
.member-registration--under-education .nav-button {
  color: #141e2d;
}
[data-whatintent=keyboard] .member-registration--under-education .nav-button:focus {
  border: 1px solid #3F8FB3;
  border-radius: 3px;
}
[data-whatintent=keyboard] .member-registration--under-education .nav-button:focus span {
  text-decoration: none;
}
.member-registration--under-education .nav-button:hover {
  color: #3F8FB3;
}
.member-registration--under-education .nav-button:hover i {
  color: #3F8FB3;
}
.member-registration--under-education .overview-table__highlighted {
  background: linear-gradient(91deg, #F2BEC9 0%, #F7C6CD 24.7%, #EBB6C9 45.04%, #DAC5DF 100%);
}
.member-registration--under-education .step.step--price-and-coverage .table {
  border-spacing: 0px;
}
.member-registration--under-education .step.step--education .row .info-text-under-education {
  color: #5f5f5a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.member-registration--under-education .step.step--education .row.education-dates .form-element {
  min-height: 77px;
}
.member-registration--under-education .modal-overlay div.modal {
  outline: none !important;
}
.member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta:hover, .member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta:focus, .member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta:active,
.member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta[type=submit]:hover,
.member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta[type=submit]:focus,
.member-registration--under-education .modal-overlay div.modal .modal__buttons button.primary-cta[type=submit]:active {
  background-color: #434B57;
  border-color: #434B57;
}
.member-registration--under-education button.pull-right.primary-cta,
.member-registration--under-education button.primary-cta,
.member-registration--under-education button.primary-cta[type=submit] {
  background-color: #141e2d;
  border-color: #141e2d;
}
.member-registration--under-education button.pull-right.primary-cta:hover, .member-registration--under-education button.pull-right.primary-cta:focus, .member-registration--under-education button.pull-right.primary-cta:active,
.member-registration--under-education button.primary-cta:hover,
.member-registration--under-education button.primary-cta:focus,
.member-registration--under-education button.primary-cta:active,
.member-registration--under-education button.primary-cta[type=submit]:hover,
.member-registration--under-education button.primary-cta[type=submit]:focus,
.member-registration--under-education button.primary-cta[type=submit]:active {
  background-color: #434B57;
  border-color: #434B57;
}
.member-registration--under-education button.primary-cta:disabled {
  background-color: #c8c8c3;
  color: #5f5f5a;
  border: none;
}

.member-registration-con .member-registration--under-education .form-element label:not(.custom-radio__label) {
  color: #141e2d;
}
.member-registration-con .member-registration--under-education .step--yourSituation .row .col.twelve label.headline {
  color: #141e2d;
}
.member-registration-con .member-registration--under-education .step--occupation-job .row .col.twelve label.headline {
  color: #141e2d;
}
.member-registration-con .member-registration--under-education .radiobuttons-group .radiobuttons-group--toggle__inner .custom-radio .custom-radio__input:checked ~ .custom-radio__label, .member-registration-con .member-registration--under-education .radiobuttons-group .radiobuttons-group--toggle__inner .custom-radio .custom-radio__input:focus ~ .custom-radio__label, .member-registration-con .member-registration--under-education .radiobuttons-group .radiobuttons-group--toggle__inner .custom-radio .custom-radio__input:hover ~ .custom-radio__label {
  color: #fff;
  background-color: #141e2d;
  border-color: #141e2d;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group {
  align-items: end;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div span em.tooltip-icon,
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div span i.tooltip-icon {
  background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg") !important;
  background-size: contain !important;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill .custom-radio-big-pill__label.enlarge > div:first-child div.price-info-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill .custom-radio-big-pill__label.enlarge > div:first-child div.price-info-container p.total-price {
    margin-bottom: 0;
  }
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill .custom-radio-big-pill__label.enlarge > div:first-child div.price-info-container .original-price {
  background-color: orange;
  border-radius: 35px;
  padding: 4px 12px;
  background-color: #f59655;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-bottom: 20px;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill:nth-of-type(2) .custom-radio-big-pill__label > div:first-child {
  min-height: 547px;
  max-height: 547px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill:nth-of-type(2) .custom-radio-big-pill__label > div:first-child {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill:nth-of-type(1) .custom-radio-big-pill__label > div:first-child {
  min-height: 485px;
  max-height: 485px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group.recent-graduate .custom-radio-big-pill:nth-of-type(1) .custom-radio-big-pill__label > div:first-child {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container-mobile label {
    background-color: black;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.price-container div {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child div.price-container {
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill {
    min-height: 564px;
    max-height: 564px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill:nth-of-type(1) .custom-radio-big-pill__label > div:first-child {
    min-height: 466px;
    max-height: 466px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill:nth-of-type(2) {
    min-height: 620px;
    max-height: 620px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill:nth-of-type(2) .custom-radio-big-pill__label > div:first-child {
    min-height: 523px;
    max-height: 523px;
  }
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.student-recommended {
  padding-top: 40px;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .recommendation-sticker-secondary,
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .recommendation-sticker-dark {
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended {
    background: linear-gradient(168deg, #F2BEC9 0%, #F7C6CD 24.7%, #EBB6C9 45.04%, #EFE7F2 75%, #EAD9E8 85%, #DAC5DF 100%);
    border-color: transparent;
    color: #141e2d;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child i.tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child i.tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child i.tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child i.tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child i.tooltip-icon {
    background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg") !important;
    background-size: contain !important;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .price-container, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .price-container, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .price-container, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container {
    all: unset;
    display: flex;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .price-container .union-styling, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .price-container .union-styling, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .price-container .union-styling, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container .union-styling, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container .union-styling {
    margin-bottom: 0;
    margin-right: 10px;
    background-color: rgba(20, 30, 45, 0.1);
    border-radius: 35px;
    min-width: 44px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-top: 12px;
    font-size: 14px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .price-container span, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .price-container span, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .price-container span, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container span, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container span {
    all: unset;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.96px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .price-container div, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .price-container div, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .price-container div, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container div, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container div {
    all: unset;
    display: flex;
    align-items: end;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child .price-container div span:first-child, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child .price-container div span:first-child, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child .price-container div span:first-child, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container div span:first-child, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child .price-container div span:first-child {
    all: unset;
    font-size: 16px;
    line-height: 24px;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child ul li:before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child ul li:before {
    content: url("/frontend_react/dist/assets/icons/checkmark-blue.svg");
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label > div:first-child div span:nth-child(2) .tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label > div:first-child div span:nth-child(2) .tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label > div:first-child div span:nth-child(2) .tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended > div:first-child div span:nth-child(2) .tooltip-icon, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended > div:first-child div span:nth-child(2) .tooltip-icon {
    background-image: url("/frontend_react/dist/assets/icons/info_tooltip_square_blue.svg");
    background-size: contain;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label div.radio-container input[type=radio], .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended div.radio-container input[type=radio], .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended div.radio-container input[type=radio] {
    background-color: transparent;
    border-color: #141e2d;
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label div.radio-container input[type=radio]::before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label div.radio-container input[type=radio]::before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label div.radio-container input[type=radio]::before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended div.radio-container input[type=radio]::before, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended div.radio-container input[type=radio]::before {
    background-color: #141e2d;
  }
  [data-whatintent=keyboard] .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label {
    background: linear-gradient(168deg, #F2BEC9 0%, #F7C6CD 24.7%, #EBB6C9 45.04%, #EFE7F2 75%, #EAD9E8 85%, #DAC5DF 100%);
    border: 1px solid #000;
    color: #141e2d;
  }
  [data-whatintent=keyboard] .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended {
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label.recommended, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label.recommended, .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label.recommended {
    background: linear-gradient(153deg, #F2BEC9 0%, #F7C6CD 24.7%, #EBB6C9 45.04%, #EFE7F2 75%, #EAD9E8 85%, #DAC5DF 100%), var(--BG, #FFF);
  }
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label.recommended {
  border-top: 1px solid lightgray;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label span {
  filter: none;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container input[type=radio] {
  background-color: transparent;
  border-color: #141e2d;
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div.radio-container input[type=radio]::before {
  background-color: #141e2d;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > div:first-child ul li:before {
    content: url("/frontend_react/dist/assets/icons/checkmark-blue.svg");
  }
  .member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div label {
    background-color: #141e2d;
  }
}
.member-registration-con .member-registration--under-education .step--occupation-coverage .radiobuttons-big-pill-group .custom-radio-big-pill div.recommendation-sticker-primary {
  display: none;
}
.member-registration-con .member-registration--under-education .step.step--confirm-information .summary-container div.questions-container span {
  color: #141e2d;
}
.member-registration-con .member-registration--under-education button.pill {
  background-color: transparent;
  border: 1px solid #141e2d;
  color: #141e2d;
}
.member-registration-con .member-registration--under-education button.pill.with-icon:before {
  filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(1164%) hue-rotate(182deg) brightness(95%) contrast(96%);
}
[data-whatinput=keyboard] .member-registration-con .member-registration--under-education button.pill.with-icon:focus, .member-registration-con .member-registration--under-education button.pill.with-icon:hover, .member-registration-con .member-registration--under-education button.pill.with-icon:active {
  background-color: #141e2d;
  color: #fff;
}
[data-whatinput=keyboard] .member-registration-con .member-registration--under-education button.pill.with-icon:focus:before, .member-registration-con .member-registration--under-education button.pill.with-icon:hover:before, .member-registration-con .member-registration--under-education button.pill.with-icon:active:before {
  filter: brightness(0) invert(1);
}
.member-registration-con .member-registration--under-education button.text-link {
  background-color: transparent;
  color: #141e2d;
}
[data-whatinput=keyboard] .member-registration-con .member-registration--under-education button.text-link:focus, .member-registration-con .member-registration--under-education button.text-link:hover, .member-registration-con .member-registration--under-education button.text-link:active {
  color: #3F8FB3;
}
.member-registration-con .member-registration--under-education button.text-link.with-icon:before {
  filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(1164%) hue-rotate(182deg) brightness(95%) contrast(96%);
}
[data-whatinput=keyboard] .member-registration-con .member-registration--under-education button.text-link.with-icon:focus:before, .member-registration-con .member-registration--under-education button.text-link.with-icon:hover:before, .member-registration-con .member-registration--under-education button.text-link.with-icon:active:before {
  filter: none;
}

/* NEW VARIABLES - 2023
------------------------------------------- */
/* END NEW VARIABLES - 2023 - DO NOT USE VARIABLES BELOW
------------------------------------------- */
/* BASELINE VARIABLES
------------------------------------- */
/*pink like*/
/* ACCESSIBILITY COLOR - 2020
------------------------------------------- */
/*Form theme 004*/
/* base line font size and line height */
/* font weights */
/* div colors */
/* text colors */
/* so-me colors*/
/* backgrounds */
/*	link-colors
	An attempt to optimize workflow around link colors :-) */
/* VARS FOR SPECIFIC SECTIONS / SCRIPTS
------------------------------------------- */
/* bg colors, mainly for colored faq's and accordions */
/* grey colors + backgrounds for MitHK */
/* Elev-program */
/* velkomst program color variables */
/* HK pros tabs colors */
/* ********************************************** */
/* #VELKOMST program */
/* ********************************************** */
/* facebook css button color */
/* ********************************************** */
/* #JOBBOERS program */
/* ********************************************** */
/* ********************************************** */
/* #OFFERS */
/* ********************************************** */
/* ********************************************** */
/* NPS */
/* ********************************************** */
/* ********************************************** */
/* BUTTONS
/* ********************************************** */
/* styles for typography - these are to be used for user defined attributes in the cms */
/* feldingers fede funktioner  */
@keyframes opacity-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-element {
  from {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.member-registration-con {
  width: 100%;
  min-height: 100vh;
  background-color: #F3F3EF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
}
.member-registration-con .member-registration--form-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 10px;
  margin-top: 92px;
  transition: min-height 0.5s ease-out;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .member-registration--form-content {
    margin-top: 76px;
    padding: 32px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .member-registration-con .member-registration--form-content {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
}
.member-registration-con .member-registration--form-content form {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-self: center;
  box-sizing: border-box;
}
.member-registration-con .gap-fix {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper {
  padding-bottom: 10px;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city {
  justify-content: left;
  gap: 7px;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code {
  flex-basis: calc(18% - 15px);
  flex-flow: column;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code .no-icon::-moz-placeholder {
  color: #9a9a9a;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code .no-icon::placeholder {
  color: #9a9a9a;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code .no-icon:not(:-moz-placeholder) {
  color: initial;
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code .no-icon:not(:placeholder-shown) {
  color: initial;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.form-element__postal-code {
    flex-basis: calc(35% - 15px);
  }
  .member-registration-con .form-element.second-layout .typeahead-wrapper .row.postal-city .form-element.workplace-input--city {
    flex-basis: calc(65% - 15px);
    flex-grow: 1;
  }
}
.member-registration-con .form-element.second-layout .typeahead-wrapper .row .col .form-element {
  flex-flow: column;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .form-element.second-layout .typeahead-wrapper .row .col.six {
    flex-basis: 100%;
  }
}
.member-registration-con .typeahead__options {
  border: none;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .react-datepicker-popper.remove-from-mobile-border {
    left: -110px !important;
  }
  .member-registration-con .react-datepicker-popper.remove-from-mobile-border .react-datepicker__triangle {
    left: 160px;
  }
}
.member-registration-con .header-con {
  width: 100%;
  margin-bottom: 40px;
}
.member-registration-con .header-con.foot-note-con {
  color: #5F5F5A;
  font-size: 14px;
  margin-bottom: 30px;
}
.member-registration-con .header-con.center-text {
  text-align: center;
}
.member-registration-con .header-con .intro-text {
  margin-bottom: 10px;
}
.member-registration-con .header-con .intro-text h1.headline {
  font-weight: 500;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .header-con .intro-text h1.headline {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .member-registration-con .header-con .intro-text {
    margin-bottom: 8px;
  }
}
.member-registration-con .header-con .intro-description {
  line-height: 24px;
}
.member-registration-con .header-con > *:last-child,
.member-registration-con .header-con > * > *:last-child,
.member-registration-con .header-con > * > * > *:last-child {
  margin-bottom: 0;
}
.member-registration-con fieldset {
  padding-top: 0;
}
.member-registration-con .row--header.name-row,
.member-registration-con .row.name-row {
  justify-content: unset;
  gap: 8px;
}
.member-registration-con .row--header label.headline,
.member-registration-con .row--header div.label,
.member-registration-con .row label.headline,
.member-registration-con .row div.label {
  font-size: 12px;
  font-weight: 600;
  color: #0f73a0;
}
.member-registration-con .row--header .custom-radio,
.member-registration-con .row .custom-radio {
  margin-bottom: 10px;
}
.member-registration-con .row--header .custom-radio .custom-radio__input:checked ~ .custom-radio__label, .member-registration-con .row--header .custom-radio .custom-radio__input:focus ~ .custom-radio__label,
.member-registration-con .row .custom-radio .custom-radio__input:checked ~ .custom-radio__label,
.member-registration-con .row .custom-radio .custom-radio__input:focus ~ .custom-radio__label {
  border-color: #0f73a0;
}
.member-registration-con .row--header .custom-radio.shorten-gap,
.member-registration-con .row .custom-radio.shorten-gap {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .row--header .custom-radio label.custom-radio__label,
  .member-registration-con .row .custom-radio label.custom-radio__label {
    width: initial;
  }
}
.member-registration-con .row--header .section-header,
.member-registration-con .row .section-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .row--header .section-header,
  .member-registration-con .row .section-header {
    display: flex;
    margin-bottom: 8px;
  }
}
.member-registration-con .row--header .section-header .headline,
.member-registration-con .row .section-header .headline {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.member-registration-con .row--header .section-header p,
.member-registration-con .row .section-header p {
  margin: 0;
}
.member-registration-con .row--header.care-of-no-space,
.member-registration-con .row.care-of-no-space {
  justify-content: normal;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .row--header.education-dates,
  .member-registration-con .row.education-dates {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input) {
  color: #9A9A9A;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input), .member-registration-con .place-icon-left .typeahead-input:not(.custom-input):focus {
  padding-left: 50px;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input).postal-code-input, .member-registration-con .place-icon-left .typeahead-input:not(.custom-input):focus.postal-code-input {
  padding-right: 0;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input).no-icon {
  padding-left: 20px;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input)::-moz-placeholder {
  color: #9A9A9A;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input)::placeholder {
  color: #9A9A9A;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input):not(:-moz-placeholder) {
  color: initial;
}
.member-registration-con .place-icon-left .typeahead-input:not(.custom-input):not(:placeholder-shown) {
  color: initial;
}
.member-registration-con .place-icon-left .postal-code-input {
  padding-left: 40px;
  padding-right: 0;
}
.member-registration-con .place-icon-left .typeahead-wrapper__icon {
  left: 20px;
  right: unset;
}
.member-registration-con .place-icon-left .typeahead-wrapper__icon.spinner-loader {
  left: 32px;
}
.member-registration-con .form-element {
  min-height: 95px;
}
.member-registration-con .form-element.lesser-height {
  min-height: 40px;
}
.member-registration-con .form-element label:not(.custom-radio__label) {
  font-size: 12px;
  font-weight: 600;
  color: #0f73a0;
}
.member-registration-con .form-element input {
  color: #141e2d;
}
.member-registration-con .form-element .form-element .custom-radio-big-pill input.custom-radio-big-pill__input.narrow-input {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .member-registration-con .form-element {
    min-height: 90px;
  }
}
[data-whatintent=mouse] .member-registration-con *:focus *, [data-whatintent=mouse] .member-registration-con *:focus, [data-whatintent=touch] .member-registration-con *:focus *, [data-whatintent=touch] .member-registration-con *:focus {
  outline: none !important;
}
.member-registration-con button.primary-cta:focus {
  border-color: #141e2d;
}
.member-registration-con a.primary-cta:disabled,
.member-registration-con button.primary-cta:disabled {
  opacity: 1;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #A5A5A0 !important;
  color: #5F5F5A !important;
  border: none;
  text-transform: none;
}
.member-registration-con button.primary-cta:hover,
.member-registration-con button.primary-cta:active {
  background-color: #0f73a0;
  border: none;
}
.member-registration-con button.care-of-button {
  background: transparent;
  border: transparent;
  color: #0f73a0;
  margin-bottom: 25px;
  padding-left: 0;
  cursor: pointer;
}
.member-registration-con button.care-of-button.remove {
  height: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con button.care-of-button.remove {
    margin-top: 0;
  }
}
.member-registration-con button.care-of-button .care-of-alignment {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.member-registration-con button.care-of-button .care-of-alignment img {
  content: url("/frontend_react/dist/assets/icons/Trash.svg");
}
.member-registration-con button.care-of-button .care-of-alignment .spacer {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .member-registration-con button.care-of-button {
    margin-top: -10px;
  }
  .member-registration-con button.care-of-button .care-of-alignment {
    margin-left: 0;
    color: red;
  }
  .member-registration-con button.care-of-button .care-of-alignment img {
    content: url("/frontend_react/dist/assets/icons/Trash-red.svg");
  }
}
.member-registration-con button.care-of-button:focus {
  border: 1px solid #0f73a0;
}
.member-registration-con button.text-link {
  display: flex;
  padding: 0;
  border: none;
  align-items: center;
  background-color: transparent;
  gap: 8px;
  color: #0f73a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.member-registration-con button.text-link:hover {
  color: #000;
}
[data-whatinput=keyboard] .member-registration-con button.text-link:focus {
  outline: 1px solid #0f73a0 !important;
  outline-offset: 1px;
  border-radius: 3px;
  color: #0f73a0;
}
.member-registration-con button.text-link.with-icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.member-registration-con button.text-link.with-icon.trash-icon:before {
  background-image: url("/frontend_react/dist/assets/icons/Trash.svg");
}
.member-registration-con button.text-link.with-icon:hover:before {
  filter: brightness(0) invert(0);
}
[data-whatinput=keyboard] .member-registration-con button.text-link.with-icon:focus:before, .member-registration-con button.text-link.with-icon:active:before {
  filter: none;
}
.member-registration-con button.text-link.bold {
  font-weight: 700;
  text-decoration: underline;
}
.member-registration-con button.pill {
  padding: 6px 16px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #0f73a0;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 16px;
  color: #0f73a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.member-registration-con button.pill.with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.member-registration-con button.pill.with-icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.member-registration-con button.pill.with-icon.plus-icon:before {
  background-image: url("/frontend_react/dist/assets/svgsprite/Plus.svg");
}
[data-whatinput=keyboard] .member-registration-con button.pill.with-icon:focus, .member-registration-con button.pill.with-icon:hover, .member-registration-con button.pill.with-icon:active {
  background-color: #0f73a0;
  color: #fff;
}
[data-whatinput=keyboard] .member-registration-con button.pill.with-icon:focus:before, .member-registration-con button.pill.with-icon:hover:before, .member-registration-con button.pill.with-icon:active:before {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 768px) {
  .member-registration-con {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-bottom: 0;
    overflow-x: hidden;
  }
  .member-registration-con .step--contact-information .row .col.four {
    flex-basis: 55%;
  }
  .member-registration-con .address .custom-radio__label {
    width: auto !important;
  }
}
.member-registration-con #cob_start_button {
  display: none !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot");
  src: url("../../assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.woff") format("woff"), url("../../assets/fonts/icomoon.ttf") format("truetype"), url("../../assets/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e016";
}

.icon-chevron-up:before {
  content: "\e017";
}

.icon-chevron-down:before {
  content: "\e018";
}

.icon-remove:before {
  content: "\e019";
}

.icon-chevron-left:before {
  content: "\e01a";
}

.icon-chevron-right:before {
  content: "\e001";
}

.icon-plus:before {
  content: "\e002";
}

.icon-facebook-2022:before {
  content: "\e90e";
}

.icon-twitter-2022:before {
  content: "\e90d";
}

.icon-parts:before {
  content: "\e90b";
}

.icon-clock:before {
  content: "\e90c";
}

.icon-mobile_big:before {
  content: "\e90a";
}

.icon-checkmark-outline:before {
  content: "\e909";
}

.icon-ok-pos:before {
  content: "\e908";
}

.icon-locator-pin:before {
  content: "\e907";
}

.icon-map:before {
  content: "\e902";
}

.icon-linkedin-pos:before {
  content: "\e900";
}

.icon-handshakefat:before {
  content: "\e611";
}

.icon-todolist:before {
  content: "\e60d";
}

.icon-cash:before {
  content: "\e60e";
}

.icon-diploma:before {
  content: "\e60f";
}

.icon-heartbeat:before {
  content: "\e610";
}

.icon-list:before {
  content: "\e603";
}

.icon-eye2:before {
  content: "\e60b";
  color: #444;
}

.icon-quiz:before {
  content: "\e60c";
  color: #444;
}

.icon-a-kasse2:before {
  content: "\e604";
  color: #444;
}

.icon-bulp:before {
  content: "\e605";
  color: #444;
}

.icon-handshake:before {
  content: "\e606";
  color: #444;
}

.icon-salary:before {
  content: "\e607";
  color: #444;
}

.icon-discount:before {
  content: "\e608";
  color: #444;
}

.icon-raft:before {
  content: "\e609";
  color: #444;
}

.icon-service:before {
  content: "\e60a";
  color: #444;
}

.icon-lock:before {
  content: "\e601";
  color: #444;
}

.icon-lock-alt:before {
  content: "\e612";
}

.icon-unlocked:before {
  content: "\e602";
  color: #444;
}

.icon-unlock-alt:before {
  content: "\e613";
}

.icon-ok:before {
  content: "\e600";
}

.icon-envelope-inv:before {
  content: "\e903";
}

.icon-envelope-alt:before {
  content: "\e000";
}

.icon-print:before {
  content: "\e00e";
}

.icon-comment:before {
  content: "\e00f";
}

.icon-user:before {
  content: "\e010";
}

.icon-cog:before {
  content: "\e011";
}

.icon-heart:before {
  content: "\e012";
}

.icon-star:before {
  content: "\e013";
}

.icon-thumbs-up:before {
  content: "\e014";
}

.icon-thumbs-up2:before {
  content: "\e01f";
}

.icon-facebook_2016:before {
  content: "\e904";
}

.icon-instagram_2016:before {
  content: "\e905";
}

.icon-facebook-sign:before {
  content: "\e020";
}

.icon-facebook:before {
  content: "\e00b";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-pinterest:before {
  content: "\e00c";
}

.icon-linkedin-sign:before {
  content: "\e015";
}

.icon-remove-alt:before {
  content: "\e615";
}

.icon-home:before {
  content: "\e003";
}

.icon-camera:before {
  content: "\e004";
}

.icon-info:before {
  content: "\e005";
}

.icon-help:before {
  content: "\e006";
}

.icon-graduation:before {
  content: "\e007";
}

.icon-bookmark:before {
  content: "\e008";
}

.icon-pin2:before {
  content: "\e009";
}

.icon-briefcase:before {
  content: "\e01b";
}

.icon-pencil:before {
  content: "\e01d";
}

.icon-fire:before {
  content: "\e01e";
}

.icon-certificate:before {
  content: "\e025";
}

.icon-calendar:before {
  content: "\e026";
}

.icon-image:before {
  content: "\e027";
}

.icon-bubbles:before {
  content: "\e028";
}

.icon-briefcase2:before {
  content: "\e029";
}

.icon-tag:before {
  content: "\e02c";
}

.icon-attachment:before {
  content: "\e02f";
}

.icon-location:before {
  content: "\e033";
}

.icon-comments:before {
  content: "\e037";
}

.icon-share:before {
  content: "\e038";
}

.icon-sitemap:before {
  content: "\e03a";
}

.icon-download:before {
  content: "\e03c";
}

.icon-upload:before {
  content: "\e03d";
}

.icon-cloud-download:before {
  content: "\e03e";
}

.icon-cloud-upload:before {
  content: "\e03f";
}

.icon-bell-alt:before {
  content: "\e040";
}

.icon-desktop:before {
  content: "\e041";
}

.icon-laptop:before {
  content: "\e042";
}

.icon-tablet:before {
  content: "\e043";
}

.icon-mobile:before {
  content: "\e044";
}

.icon-calendar-empty:before {
  content: "\e045";
}

.icon-archive:before {
  content: "\e046";
}

.icon-megaphone:before {
  content: "\e047";
}

.icon-cone:before {
  content: "\e048";
}

.icon-paperplane:before {
  content: "\e049";
}

.icon-earth:before {
  content: "\e04a";
}

.icon-crown:before {
  content: "\e04b";
}

.icon-spinner:before {
  content: "\e04c";
}

.icon-pie:before {
  content: "\e04d";
}

.icon-remove2:before {
  content: "\e04e";
}

.icon-eye1:before {
  content: "\e04f";
}

.icon-anchor:before {
  content: "\e050";
}

.icon-rocket:before {
  content: "\e052";
}

.icon-folder:before {
  content: "\e053";
}

.icon-angle-left:before {
  content: "\e054";
}

.icon-angle-right:before {
  content: "\e055";
}

.icon-file-alt:before {
  content: "\e057";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-checkmark:before {
  content: "\e059";
}

.icon-stop:before {
  content: "\e616";
}

.icon-flag:before {
  content: "\e02d";
}

.icon-lamp:before {
  content: "\e05a";
}

.icon-tr:before {
  content: "\e061";
}

.icon-rss:before {
  content: "\e063";
}

.icon-book:before {
  content: "\e022";
}

.icon-forsikring:before {
  content: "\e064";
}

.icon-a-kasse:before {
  content: "\e065";
}

.icon-raadgivning:before {
  content: "\e066";
}

.icon-job:before {
  content: "\e067";
}

.icon-loen:before {
  content: "\e068";
}

.icon-rabat:before {
  content: "\e069";
}

.icon-HK_koncept:before {
  content: "\e060";
}

.icon-youtube:before {
  content: "\e051";
}

.icon-stats:before {
  content: "\e058";
}

.icon-search:before {
  content: "\e01c";
}

.icon-search-alt:before {
  content: "\e614";
}

.icon-phone:before {
  content: "\e00d";
}

.icon-paragraf:before {
  content: "\e035";
}

.icon-onlinekurser:before {
  content: "\e12e";
}

.icon-network:before {
  content: "\e02e";
}

.icon-mobilmenu:before {
  content: "\e034";
}

.icon-locator:before {
  content: "\e02b";
}

.icon-kikkert:before {
  content: "\e03b";
}

.icon-jobagent:before {
  content: "\e032";
}

.icon-guide:before {
  content: "\e056";
}

.icon-FAQ:before {
  content: "\e151";
}

.icon-arrowcornerleft:before {
  content: "\e05c";
}

.icon-arrowcornerright:before {
  content: "\e05d";
}

.icon-arrowcornerrightBig:before {
  content: "\e05f";
}

.icon-arrowleft:before {
  content: "\e05e";
}

.icon-arrowright:before {
  content: "\e05b";
}

.icon-blanket:before {
  content: "\e030";
}

.icon-calculator:before {
  content: "\e031";
}

.icon-calender:before {
  content: "\e036";
}

.icon-cookies:before {
  content: "\e062";
}

.icon-moede:before {
  content: "\e039";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}