@font-face {
  font-family: "GelatoSans";
  src: url(../fonts/GelatoSans-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "GelatoSans";
  src: url(../fonts/GelatoSans-Regular.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "GelatoSans";
  src: url(../fonts/GelatoSans-Bold.otf) format("opentype");
  font-weight: bold;
}

/*! CSS Used from: http://localhost:8081/assets/bootstrap.min.css?v=3211 */
:root {
  --blue: #324d64;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #324d64;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: GelatoSans, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

aside {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #324d64;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #192631;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

h1,
h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h5 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  border-bottom: 2px solid #7892aa;
}

a:hover {
  text-decoration: none;
  border-bottom: 2px solid #7892aa;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #383838;
  text-decoration: none;
  cursor: pointer;
  margin: 16px 0 0 70px;
}

.back-button svg {
  width: 20px;
  height: 20px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  height: 40px;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 27px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 77, 100, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #324d64;
  border-color: #324d64;
}

.btn-primary:hover {
  color: #fff;
  background-color: #192631;
  border-color: #213342;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 104, 123, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #324d64;
  border-color: #324d64;
}

.btn-link {
  font-weight: 400;
  color: #324d64;
  text-decoration: none;
}

.btn-link:hover {
  color: #192631;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.d-none {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: GelatoSans, "Helvetica Neue", Helvetica, Arial;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h5 {
  font-family: "GelatoSans-Bold";
  font-weight: 400;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h5 {
  font-size: 16px;
}

input[type="checkbox"] {
  accent-color: #383838;
}

.btn {
  border-radius: 0;
  padding: 8px 2rem;
  font-size: 16px !important;
}

.row {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.col-md-6 {
  padding: 2rem 1rem;
}

.col-md-6 img {
  max-width: 100%;
  margin: 0 auto;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 120px;
}

p,
a {
  position: relative;
  z-index: 3;
}

p {
  font-weight: 300;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.v2 {
  font-size: 17.5px;
  letter-spacing: 0.2px;
  line-height: 1.55;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.v2 h5 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.v2 h1,
.v2 h5 {
  margin-bottom: 1rem;
}

.v2 h5 {
  color: #383838;
}

.v2 .btn {
  font-size: 16px !important;
  padding: 0.45rem 0.75rem !important;
  font-weight: 500;
  height: 48px;
}

.v2 .btn .btnArrow {
  position: relative;
  top: 0.5rem;
  margin-left: 0.5rem;
}

.v2 .btn .btnArrow_line,
.v2 .btn .btnArrow_tip {
  transition: all ease-in 0.25s;
  stroke: white;
  fill: none;
}

.v2 .btn .btnArrow_line {
  opacity: 0;
}

.v2 .btn:hover .btnArrow_line {
  opacity: 1;
}

.v2 .btn:hover .btnArrow_tip {
  transform: translateX(5px);
}

.btn {
  border-radius: 22px;
}

.btn.btn-link:hover {
  border-color: transparent;
  box-shadow: none;
}

.btn-primary {
  background: #383838;
}

.ref-hero {
  position: absolute;
  z-index: 2;
  top: 0;
  overflow: visible;
}

.ref-hero img {
  min-width: 120%;
  margin-left: -18%;
}

.ref-hero .d-none {
  padding: 2rem 0 !important;
}

.ref-hero h1 {
  font-size: 80px;
  line-height: 1;
}

.ref-hero h5 {
  color: white;
}

body {
  display: flex;
}

.avgrund-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.avgrund-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.avgrund-popup {
  position: absolute;
  width: 840px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  margin: -8rem 0 0 -420px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  padding: 2rem;
  background: white;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-sizing: border-box;
  min-height: 16rem;
  transform: scale(0.8);
}

html {
  background-color: black;
}

html body {
  background-color: white;
  width: 100vw;
  height: 100vh;
}

@keyframes borderbounce {
  0% {
    border-width: 250px;
  }
  50% {
    border-width: 1250px;
    right: -450px;
    filter: blur(15px);
  }
  100% {
    border-width: 250px;
  }
}

@keyframes borderunbounce {
  0% {
    border-width: 1250px;
    filter: blur(10px);
  }
  50% {
    border-width: 250px;
    left: -990px;
    filter: blur(0);
    border-color: rgba(240, 252, 252, 0.25);
  }
  100% {
    border-width: 1250px;
    filter: blur(10px);
  }
}

.logo {
  margin: 0;
  position: absolute;
  top: 0;
  left: 70px;
  width: auto;
}

.form-container {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -48px;
  padding-top: 48px;
}

.form {
  min-height: 445px;
  padding: 36px 20px;
  margin: 0 49px;
}

.description-gap {
  height: 280px;
}

.section,
.data {
  height: 100%;
}

.gelato-logo {
  border: none;
}

.page-header {
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.25px;
  color: #383838;
}

.page-header .subtitle {
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

#kc-social-providers {
  width: 100%;
}

#kc-social-providers {
  margin-top: 0;
}

#kc-social-providers li {
  margin-bottom: 16px;
}

#kc-social-providers.sign-up li {
  margin-bottom: 16px;
}

.bottom-link {
  margin-top: 24px;
}

label.required::after {
  content: "*";
  color: #dc2626;
}

.login-pf-social-link a:before {
  left: 8px;
}

.login-pf-social-link span {
  padding-left: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.login-pf-social-link a,
.login-pf-social-link a:visited {
  border-radius: 36px;
  border: 2px #bdbdbd solid;
  height: 40px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #383838;
}

.login-pf-social-link .btn-primary {
  color: #ffffff;
}

.login-pf-social-link a:hover {
  border: 2px solid #d4d4d4;
  color: #383838;
}

.or-delimiter .delimiter {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.or-delimiter .or {
  flex-shrink: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
}

.or-delimiter {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

#kc-form-wrapper {
  width: 100%;
}

input[type="text"] {
  height: 40px;
}

.password-visibility-toggle {
  top: 1px;
}

input[type="checkbox"] {
  width: 13px;
  flex-shrink: 0;
}

.checkbox {
  display: flex;
  font-size: 12px;
}

.checkbox:not(.checkbox:first-child) {
  margin-top: 8px;
}

.forgot-password-link {
  font-size: 12px;
  color: #383838;
}

.forgot-password {
  display: flex;
  align-items: center;
}

a {
  border-bottom: none;
  color: #383838;
  text-decoration: underline;
}

a:hover {
  border-bottom: none;
  color: #383838;
  text-decoration: underline;
}

.btn-secondary,
.btn-secondary:visited {
  color: #383838;
  border: 2px solid #bdbdbd;
}

#kc-form-buttons button,
#kc-register-form button,
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.bottom-link-wrapper {
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.alert.alert-error {
  font-size: 12px;
  font-weight: 400;
  margin-top: 9px;
  padding: 12px 16px;
}

.invisible {
  display: none;
}

.reset-password-buttons .btn {
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.reset-password-buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 0;
}

.special-offer-countdown-banner,
.special-offer-countdown-banner .countdown {
  display: flex;
}

.special-offer-countdown-banner {
  font-weight: bold;
  font-size: 20px;
}

.countdown-number {
  font-weight: bold;
  font-size: 24px;
  color: #383838;
  text-align: center;
}

.special-offer-countdown-banner > .title {
  width: 50%;
  color: rgba(0, 0, 0, 0.7);
}

.special-offer-countdown-banner > .title .text {
  max-width: 205px;
}

.countdown-label {
  font-size: 12px;
  text-align: center;
}

.countdown-separator .countdown-number {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 34px;
}

.description {
  margin-bottom: 20px;
}

.main-bottom .data {
  max-width: 1300px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-bottom .data .col-md-6 {
  align-items: center;
  display: flex;
}

.alert {
  position: relative;
  margin: 15px 0;
}

.info-icon {
  width: 32px;
  height: 32px;
  background: url("../img/info.svg");
  background-size: cover;
  background-repeat: no-repeat;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.discount-wrapper .delimiter {
  max-width: 500px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin: 18px 0 33px;
}

.col-md-6.d-flex.align-center {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-wrapper {
  position: relative;
  width: 100%;
  padding: 24px 70px;
  z-index: 1;
  height: 48px;
}

/* Media Queries */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (min-width: 968px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section
    .row:not(.form-group):not(.form-check)
    > .col-md-6:not(.main-img-container) {
    padding: 2rem 36px;
  }

  .mobile {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .logo {
    left: 48px;
  }

  .form {
    padding: 36px 0;
  }

  .logo-wrapper {
    padding: 24px 48px;
  }

  .back-button {
    margin-left: 48px;
  }
}

@media (max-width: 1024px) {
  .logo {
    left: 36px;
  }

  .logo-wrapper {
    padding: 24px 30px;
  }
}

@media (max-width: 968px) {
  .form-container {
    justify-content: flex-start;
  }

  .back-button {
    margin-left: 0;
  }

  .page-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  h5 {
    margin-bottom: 0.5rem;
  }

  .ref-hero h1 {
    font-size: 60px !important;
  }

  .section .row:not(.form-group) > .col-md-6 {
    padding: 16px 16px 0;
  }

  .ref-below-fold {
    clip-path: polygon(
      0 43%,
      20% 47%,
      48% 38%,
      71% 40%,
      88% 36%,
      96% 32%,
      100% 29%,
      100% 100%,
      0 100%
    );
  }

  .avgrund-popup {
    margin: -8rem 0 0 -50%;
  }

  .logo {
    left: 0;
  }

  .form {
    min-height: 40px;
    padding: 24px 0;
    margin: 0;
  }

  .special-offer-countdown-banner > .title {
    font-size: 16px;
    align-items: center;
    display: flex;
  }

  .desktop {
    display: none !important;
  }

  .discount-wrapper .delimiter {
    max-width: initial !important;
  }

  .col-md-6.d-flex.align-center {
    min-height: auto;
  }

  .logo-wrapper {
    padding: 24px 30px;
  }

  .or-delimiter {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .btn {
    width: 100%;
    margin-bottom: 0.5rem !important;
  }
}
