html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** FONT FACE ***/
@font-face {
  font-family: "HKNova";
  src: url("HKNova-Medium.eot");
  src: url("HKNova-Medium.eot?#iefix") format("embedded-opentype"), url("HKNova-Medium.woff") format("woff"), url("HKNova-Medium.woffw") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Colors and vars */
body {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  color: #002d3c;
  background-color: #fffefd;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}
/** Utils **/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.center {
  text-align: center;
}

.btn-wrapper {
  text-align: center;
}
.btn-wrapper.left {
  text-align: left;
}
.btn-wrapper.center {
  text-align: center;
}
.btn-wrapper.right {
  text-align: right;
}

.hidden {
  display: none;
}

.fw {
  width: 100%;
  display: block;
}

b {
  font-weight: 700;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.top-margin {
  margin-top: 2rem;
}

.no-top-margin {
  margin-top: 0 !important;
}

.bot-margin-mid {
  margin-bottom: 1rem;
}

.pattern-dark {
  background-attachment: fixed;
  background-image: url("../img/pattern-dark.png");
  background-color: #174d62;
  background-repeat: repeat;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

/*** STANDARDS ***/
.pagesection {
  width: 95%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  z-index: 1000;
}
.pagesection.no-top-pad {
  padding-top: 0px;
}
.pagesection.no-bottom-pad {
  padding-bottom: 0px;
}
.pagesection.big-bottom-pad {
  padding-bottom: 120px;
}
.pagesection.med-top-pad {
  padding-top: 60px;
}

h1,
h2,
h3,
h4 {
  font-family: "Baloo", sans-serif;
  color: #1a1a1a;
}
.light h1,
.light h2,
.light h3,
.light h4 {
  color: #ffd99a;
}
#continued_application h1,
#continued_application h2,
#continued_application h3,
#continued_application h4 {
  color: #002d3c;
}

.light {
  color: #ffffff;
}

h1 {
  font-size: 2rem;
}

.text-container h2.big,
h2 {
  font-size: 1.75rem;
}

h2.maintenance {
  font-size: 2rem;
  padding: 0.5rem 0px;
}

.text-container h2,
h3 {
  font-size: 1.625rem;
}

.text-container h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

.text-container a {
  color: #1a1a1a;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
  list-style-position: inside;
}

.clear-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/*** PAGE HEADER **/
#page-header {
  width: 95%;
  padding: 140px 2.5% 90px;
  position: relative;
  overflow: hidden;
}
.page-hem #page-header, .page-ansokan #page-header, .page-maintenance #page-header {
  padding-bottom: 0px;
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
}
.page-ansokan #page-header {
  background-position: 50% 30%;
}
.no-webp .page-hem #page-header, .no-webp .page-maintenance #page-header {
  background-image: url("../img/header-backgrounds/hem.jpg");
}
.webp .page-hem #page-header, .webp .page-maintenance #page-header {
  background-image: url("../img/header-backgrounds/hem.webp");
}
.no-webp .page-ansokan #page-header {
  background-image: url("../img/header-backgrounds/ansokan.jpg");
}
.webp .page-ansokan #page-header {
  background-image: url(/img/header-backgrounds/ansokan.webp);
}

.title-wrapper {
  color: #ffffff;
  max-width: 720px;
  margin: 0;
}
.landing-page .title-wrapper {
  max-width: unset;
}
.title-wrapper .title {
  font-family: "Baloo", sans-serif;
  font-size: 2.75rem;
  color: #ffd99a;
  line-height: 120%;
}
.title-wrapper .body {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 130%;
}
.title-wrapper .body h1 {
  color: inherit;
  font-family: "Muli", sans-serif;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}
.title-wrapper .link-text {
  margin-top: 0.75rem;
  font-size: 85%;
}
.title-wrapper .link-text a {
  color: #ffffff;
}

#page-header .application {
  margin-top: 4.75rem;
  border-radius: 10px 10px 0 0;
  background-color: transparent;
  padding-top: 5px;
  box-sizing: border-box;
}
#page-header .application.init {
  padding: 30px 30px 10px;
  background-color: #ffffff;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.03);
}
#page-header .application.init.denied > * {
  opacity: 0.35;
  pointer-events: none;
  user-select: none;
}

@media only screen and (max-width: 1024px) {
  .pagesection {
    width: 92%;
    padding: 6% 4%;
    background-attachment: scroll;
  }
  .pagesection.big-bottom-pad {
    padding-bottom: 60px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.675rem;
  }
  #page-header {
    width: 92%;
    padding: 90px 4% 90px;
  }
  #page-header .application {
    margin-top: 3rem;
  }
  #page-header .application.init {
    padding: 20px 20px 0px;
  }
  .page-hem .title-wrapper {
    display: none;
  }
  .title-wrapper .title {
    font-size: 2.25rem;
  }
  .title-wrapper .body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .pagesection {
    width: 90%;
    padding: 1.75rem 5%;
  }
  .pagesection.big-bottom-pad {
    padding-bottom: 5rem;
  }
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  #page-header {
    width: 90%;
    padding: 3.5rem 5%;
  }
  #page-header .application {
    margin-top: 1rem;
  }
  .title-wrapper .title {
    font-size: 2.25rem;
  }
  .title-wrapper .body {
    margin-top: 0.125rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .pagesection {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  #page-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #page-header .application.init {
    margin-top: 1rem;
  }
  #page-header .application.init h2 {
    font-size: 5vw;
  }
  #page-header .application.init > .col-wrapper > .col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .application.init h2 {
    font-size: 4.6vw;
  }
  .title-wrapper .title {
    font-size: 1.875rem;
  }
  .title-wrapper .body {
    margin-top: 0.125rem;
    font-size: 1rem;
  }
}
.content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.content.mid {
  max-width: 920px;
}
.content.mid-sm {
  max-width: 840px;
}
.content.sm {
  max-width: 740px;
}

.text-container {
  width: 80%;
  max-width: 600px;
  font-size: 1.25rem;
  margin-top: 10px;
  line-height: 125%;
}
.text-container.xl {
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
  max-width: 920px;
}
.text-container.fw {
  width: 100%;
  max-width: 920px;
}
.text-container.light-font {
  font-weight: 300;
}
.text-container.center {
  margin-left: auto;
  margin-right: auto;
}
.text-container.maintenance {
  font-size: 1.25rem;
  padding: 0.5rem 6%;
  box-sizing: border-box;
}
.text-container.section-intro {
  max-width: 635px;
  font-size: 1.5rem;
  margin-top: 16px;
  font-weight: 300;
}
.text-container h2 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.text-container h3 {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}
.text-container.sm-text h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 1024px) {
  .text-container {
    width: 100%;
  }
  .text-container.section-intro {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .text-container.section-intro {
    font-size: 1.125rem;
  }
}
/*** Column-wrappers ***/
.col-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.col-wrapper.justify-space-between {
  justify-content: space-between;
}
.col-wrapper.align-items-center {
  align-items: center;
}
.col-wrapper.just-center {
  justify-content: center;
}

.col {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15px 0;
  box-sizing: border-box;
  position: relative;
  /*
  &.col-1 {
    margin-left: 0px;
    margin-right: 0px;
  }

  &.margin-lg {
    margin: 20px 45px 10px;
  }
  */
  /*
  &:first-of-type {
    margin-left: 0px;
  }
  &:last-of-type {
    margin-right: 0px;
  }

  .no-margin & {
    margin: 0px !important;
  }
  */
}
.col.image {
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
}
.col > .text-container {
  max-width: none;
  margin: 10px 0px 0px;
}

.col-1 {
  flex-basis: 100%;
}

.col-2 {
  flex-basis: calc((100% - 30px) / 2);
}
.col-2.margin-lg {
  flex-basis: calc((100% - 90px) / 2);
}
.no-space .col-2 {
  flex-basis: 50%;
  margin: 0px;
}

.col-3 {
  flex-basis: calc((100% - 90px) / 3);
}

.col-4 {
  flex-basis: calc((100% - 120px) / 4);
}

.split-content {
  margin: 50px auto 70px 0px;
  text-align: left;
  max-width: 540px;
  padding: 0px 30px;
}
.split-content .text-container {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .col-2,
  .col-4 {
    flex-basis: calc((100% - 30px) / 2);
  }
  .col.margin-lg {
    flex-basis: calc((100% - 60px) / 2);
  }
  .col.margin-lg:first-of-type {
    margin-right: 30px;
  }
  .col.margin-lg:last-of-type {
    margin-left: 30px;
  }
  /*
  .col-4 {
    &:nth-child(odd) {
      margin-left: 0px;
    }

    &:nth-child(even) {
      margin-right: 0px;
    }
  }
    */
}
@media only screen and (max-width: 920px) {
  .col-3 {
    flex-basis: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
  .no-space .col-2 {
    flex-basis: 100%;
    margin: 0px;
  }
  .no-space .col.image.horizontal {
    padding-top: 70%;
  }
  .split-content {
    width: 92%;
    max-width: unset;
    margin: 0px;
    padding: 6% 4%;
    text-align: left;
  }
}
@media only screen and (max-width: 720px) {
  .col-wrapper {
    gap: 0;
  }
  .col-wrapper.reverse {
    flex-direction: column-reverse;
  }
  .col-1,
  .col-2,
  .col.margin-lg,
  .col-4 {
    flex-basis: 100%;
    /*
    margin-left: 0px !important;
    margin-right: 0px !important;
    */
  }
  .col.image.vertical {
    padding-top: 120%;
  }
  .col.image.horizontal {
    padding-top: 70%;
  }
  .col.input {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .split-content {
    width: 90%;
    max-width: unset;
    padding: 10% 5%;
    text-align: left;
  }
}
/*** NAVBAR ***/
#desktop-topbar,
#slim-topbar {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 500;
}

#desktop-topbar {
  position: absolute;
}

#slim-topbar {
  opacity: 0;
  position: fixed;
  z-index: 1500;
  transform: translateY(-100%);
  background-color: #ffffff;
}
#slim-topbar.showing {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  box-shadow: 0px 3px 10px rgba(12, 69, 91, 0.18);
}

.header {
  position: relative;
  width: 100%;
  max-width: 1170px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 16px 2%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo-container,
.header .menu {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.button_container {
  position: relative;
  box-sizing: border-box;
  height: 9px;
  width: 15px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.button_container.open-menu-btn {
  height: 21px;
  width: 25px;
  padding: 0px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
}
.button_container.active {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -ms-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
  transform: translateY(-4px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 4px;
}
.button_container span:nth-of-type(3) {
  top: 8px;
}
#slim-topbar .button_container span {
  background-color: #0c455b;
}
.button_container.open-menu-btn span {
  height: 2px;
  width: 20px;
  top: unset;
  position: relative;
}
.button_container.open-menu-btn span:nth-of-type(2) {
  top: unset;
}
.button_container.open-menu-btn span:nth-of-type(3) {
  top: unset;
}

.overlay {
  position: fixed;
  background: rgba(0, 45, 60, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000;
  display: block;
}

.overlay .button_container {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 200;
}
.overlay.open li {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.overlay nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80%;
  font-size: 24px;
  text-align: center;
  z-index: 100;
}
.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.overlay nav ul li {
  display: block;
  margin: 5% 0px;
  position: relative;
  opacity: 0;
}
.overlay nav ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-family: "Baloo", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.overlay nav ul li a.highlight {
  color: #ffd99a;
}
.current-menu-item .overlay nav ul li a {
  color: #ffffff;
}
.overlay nav ul li.small {
  margin: 2.5% 0px;
  font-size: 1.25rem;
}
.overlay nav ul li.small :first-of-type {
  margin: 15% 0px 2.5%;
}
.overlay nav ul li.small a {
  font-size: 1.25rem;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
a.logo-main {
  display: block;
  width: 115px;
}
#slim-topbar a.logo-main {
  width: 100px;
}

ul.menu {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.menu li {
  display: block;
  list-style-type: none;
  margin-right: 8px;
  color: #ffffff;
}
#slim-topbar ul.menu li {
  margin-right: 16px;
}
ul.menu li a {
  display: block;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 9px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.menu li a.highlight {
  border-radius: 50px;
  border: 2px solid #ffffff;
  padding: 6px 12px 8px;
}
ul.menu li a.highlight:hover {
  color: #ffffff;
  border-color: #6dc0e0;
  background-color: #6dc0e0;
}
#slim-topbar ul.menu li a {
  color: #002d3c;
  font-family: "Baloo", sans-serif;
  padding: 7px 18px;
  border-radius: 50px;
  border: 2px solid #ffd99a;
  background-color: #ffd99a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#slim-topbar ul.menu li a:hover {
  background-color: #002d3c;
  border-color: #002d3c;
  color: #ffd99a;
}
#slim-topbar ul.menu li a.highlight {
  color: #002d3c;
  background-color: #ffffff;
  border-color: rgb(84.9, 124.8, 140.2);
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#slim-topbar ul.menu li a.highlight:hover {
  color: #ffffff;
  border-color: #002d3c;
  background-color: #002d3c;
}

@media only screen and (max-width: 1024px) {
  #desktop-topbar {
    display: none;
  }
  #slim-topbar {
    position: sticky;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0px 3px 10px rgba(12, 69, 91, 0.18);
  }
  #slim-topbar .header {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  #header {
    width: 100%;
    padding: 0px 0px !important;
  }
}
@media only screen and (max-width: 640px) {
  #slim-topbar .header {
    width: 100%;
    padding: 12px 5%;
  }
  #logo-container {
    margin-left: 10px;
  }
  #slim-topbar a.logo-main {
    width: 85px;
  }
  #slim-topbar ul.menu li a.highlight {
    display: none;
  }
  ul.menu li:first-child {
    margin-left: 12px;
  }
  .overlay nav ul li a.highlight {
    color: #0c455b;
    background-color: #ffd99a;
    padding: 15px 20px;
    border-radius: 50px;
  }
}
/*** Hello bar ***/
.hello-bar {
  font-family: "Baloo", sans-serif;
  padding: 0.75rem 2%;
  background-color: #1a1a1a;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.25;
}
.hello-bar a {
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  .hello-bar {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .hello-bar {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*** SVG stuff ***/
svg.round-page-end {
  width: 100%;
  height: 4.25vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/**************
/**** HOME ****
**************/
/*** Intital application ***/
.application-interest {
  display: none;
  margin-top: 0.5rem;
}

.slider-info {
  font-size: 1.25em;
  color: #002d3c;
  padding-bottom: 12px;
}
.slider-info .title {
  font-weight: 700;
}

.payment_plan {
  margin-top: 1.75rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.625em;
  line-height: 120%;
  color: #002d3c;
}
.payment_plan br.break-title {
  display: none;
}

.payment_value_wrapper {
  display: inline;
  font-weight: 700;
}

.application-info {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  margin-top: 20px !important;
  gap: 0.125rem;
}
.application-info .label {
  font-size: 0.875rem;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.05;
  text-transform: uppercase;
}
.application-info .value {
  font-family: "Baloo", sans-serif;
  font-size: 1.625rem;
  font-size: 2.25rem;
  letter-spacing: 0.25px;
  color: #0c455b;
}

#initial_application,
#continued_application {
  background-color: #fbfaf5;
  background-color: #fdf9f2;
}

#initial_application {
  margin-top: -2px;
}

#initial_application .content,
#continued_application .content {
  background-color: #ffffff;
  padding-bottom: 80px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
}

#initial_application .content {
  padding-bottom: 15px;
}

.application-warning {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 2.75rem 0px 1rem;
  padding: 0;
  color: #303030;
  border-radius: 6px;
  box-sizing: border-box;
}

.application-warning .img {
  float: left;
  flex-basis: 3.5em;
  margin-right: 0.75rem;
}

.application-warning .img svg {
  display: block;
  width: 3.5rem;
}

.application-warning .img svg .st0 {
  fill: #bb021a;
}

.application-warning .text {
  font-size: 0.875rem;
  line-height: 130%;
}

.application-warning .text a {
  color: inherit;
}

.application-warning .text .title {
  font-weight: 700;
  font-size: 0.9375rem;
}

.application-example {
  font-size: 0.875rem;
  line-height: 130%;
  width: 100%;
  max-width: 480px;
  margin: 1rem auto 0px;
  text-align: center;
}
.application-example a {
  color: #002d3c;
}

@media only screen and (max-width: 1024px) {
  .payment_plan {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .application-warning {
    align-items: flex-start;
  }
  .application-warning .img {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 720px) {
  .application-info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .application.init .col-wrapper.reverse {
    padding-bottom: 1rem;
  }
  /*
  .application-info.col-4 {
    flex-basis: calc((100% - 30px) / 2);
  }

  .application-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  */
}
@media only screen and (max-width: 480px) {
  .slider-info {
    padding-bottom: 8px;
  }
  .payment_plan {
    font-size: 1.5em;
    line-height: 140%;
  }
  .payment_plan br.break-title {
    display: block;
  }
  .application-info-wrapper {
    /*
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
    margin-top: 25px;

    &:nth-child(even) {
      text-align: right;
      align-items: flex-end;
    }
    */
  }
  .application-info {
    /*
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    align-items: flex-start;
    gap: 0.375rem;

    &:nth-of-type(even) {
      text-align: right;
      align-items: flex-end;
    }

    .label {
      font-size: 0.875rem;
      letter-spacing: 0.5px;
    }

    .value {
      font-size: 1.75rem;
    }
    */
  }
  .application-info .label {
    font-size: 1rem;
  }
  .application-info .value {
    font-size: 2.125rem;
  }
}
/*** Form - Under the fold ***/
#employment-info,
#reason-other-wrapper,
#reason-cost-wrapper,
#pep-verification-wrapper {
  display: none;
}

.edited-application-section {
  display: none;
  margin-top: 1.25rem;
}

form.application-form {
  display: block;
  padding: 20px 30px 0px;
  width: 100%;
  box-sizing: border-box;
}
form.application-form label.text-input {
  display: block;
  margin-bottom: 0.5625rem;
  font-size: 1rem;
  color: #002d3c;
  line-height: 120%;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}
form.application-form .col > label.text-input span {
  opacity: 0.6;
  font-size: 0.9375rem;
}

input.text-input,
select.text-input,
textarea.text-input,
.review-element {
  width: 100%;
  margin-top: 0px;
  padding: 15px;
  box-sizing: border-box;
  font-family: "Muli";
  font-size: 1rem;
  background-color: transparent;
  color: #002d3c;
  border: 1px solid rgb(133.5, 162, 173);
  border-radius: 5px;
  /* Remove ios-styling */
  -webkit-appearance: none;
}

textarea.text-input {
  padding: 8px 15px;
  border-radius: 14px;
  height: 5rem;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
}

input.text-input.invalid,
select.text-input.invalid {
  border-color: #ff5858;
}

.review-element {
  background-color: rgb(218, 226.5, 229);
  border: none;
}
.review-element.light {
  background-color: rgba(221, 228, 230, 0.4);
  border-color: rgba(221, 228, 230, 0.4);
}
.review-element a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}

label a,
.label-wrapper a {
  color: inherit;
}

label.invalid,
span.invalid {
  display: block;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 1rem;
  color: #ff5858;
  line-height: 130%;
}
.label-wrapper label.invalid,
.label-wrapper span.invalid {
  padding: 0px;
  margin-top: 5px;
}

.page-hem input.text-input,
.page-hem select.text-input {
  margin-top: 0px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 19px;
  background-image: url("../img/down-arrow.svg");
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  pointer-events: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(12, 69, 91, 0.6);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(12, 69, 91, 0.6);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(12, 69, 91, 0.6);
}

input:focus,
textarea:focus {
  outline: none !important;
  border-color: #6dc0e0;
}

.cb-wrapper,
.radio-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cb-wrapper {
  margin-top: 1.5rem;
}
.cb-wrapper + .cb-wrapper {
  margin-top: 1.25rem;
}
h2 + .cb-wrapper {
  margin-top: 0.75rem;
}

input.cb,
.cb-wrapper label {
  display: block;
}

input.cb {
  width: 16px;
}

.radio-wrapper {
  margin-top: 0.75rem;
}

h3 + .radio-wrapper {
  margin-top: 1.25rem;
}

.radio-input {
  display: inline-block;
  width: 60px;
  line-height: 1.3;
}

.cb-wrapper .label-wrapper label,
.cb-wrapper .label-wrapper div,
.radio-wrapper .label-wrapper label,
.radio-wrapper .label-wrapper div {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  max-width: 600px;
}
.cb-wrapper .label-wrapper label span,
.cb-wrapper .label-wrapper div span,
.radio-wrapper .label-wrapper label span,
.radio-wrapper .label-wrapper div span {
  font-size: 14px;
  opacity: 0.6;
}

.cb-wrapper .label-wrapper {
  margin-left: 0.25rem;
}

#error-msg {
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #df002b;
  text-align: center;
  font-size: 16px;
  line-height: 155%;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .radio-input {
    display: block;
  }
  .radio-input + .radio-input {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .radio-wrapper {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }
  .radio-wrapper + .radio-wrapper {
    margin-top: 1.5rem;
  }
  .radio-wrapper .radio-input {
    width: 70px;
  }
}
.round-btn {
  display: inline-block;
  padding: 15px 50px;
  margin-top: 50px;
  border-radius: 5px;
  background: #f39d9d;
  font-size: 1.25rem;
  line-height: 100%;
  color: #ffffff;
  font-family: "Baloo", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.round-btn:hover {
  color: #0c455b;
  background-color: #f7dfdf;
  box-shadow: 5px 5px 0px 0 #f39d9d;
}
.round-btn.disabled {
  opacity: 1;
}
.round-btn.no-bot-margin {
  margin-bottom: 0px;
}
.round-btn.loading {
  pointer-events: none;
}
.round-btn.loading .btn-title {
  display: none;
}
.round-btn.done {
  pointer-events: none;
}
.round-btn .title {
  font-size: 1rem;
  color: #002d3c;
}
.landing-page .text-container .round-btn {
  margin-top: 0px;
  line-height: 140%;
}
.col .round-btn {
  display: flex;
  width: 100%;
  height: calc(100% - 10px);
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-top: 0px;
  padding: 0px;
  max-height: 53px;
}
.round-btn.dark-blue {
  background-color: #002d3c;
  color: #ffffff;
}
.round-btn.dark-blue:hover {
  background-color: #0c455b;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
.round-btn.light-blue {
  background-color: #6dc0e0;
  color: #002d3c;
}
.round-btn.light-blue:hover {
  background-color: #6dc0e0;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
.round-btn.error {
  background-color: #002d3c;
  color: #ffd99a;
  box-shadow: none;
}

.muted-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  color: #002d3c;
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.muted-btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  .round-btn {
    margin: 50px auto;
  }
  .round-btn.continue_btn {
    min-width: 120px;
  }
  .round-btn.top-margin {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 640px) {
  .application-form {
    padding: 20px 20px 0px;
  }
  input.text-input,
  select.text-input,
  textarea.text-input,
  .review-element {
    padding: 12px 15px;
    font-size: 1rem;
  }
  .select-wrapper:after {
    right: 20px;
    top: 16px;
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .round-btn {
    padding: 1.25rem 1.5rem;
  }
  form.application-form {
    padding: 15px 15px 0px;
  }
}
@media only screen and (max-width: 340px) {
  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 10px 12px;
    font-size: 0.875rem;
  }
  .select-wrapper:after {
    right: 18px;
    top: 14px;
    background-size: 22px 11px;
    width: 22px;
    height: 11px;
  }
  .round-btn {
    padding: 6% 4%;
    font-size: 0.875rem;
  }
}
/* Buttons */
.btn-disabled {
  pointer-events: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* iFrame */
.spinner {
  margin: 0px auto;
  width: 150px;
  text-align: center;
  display: none;
}
.loading .spinner {
  display: inline-block;
  margin: 30px auto;
}
#kreditz-wrapper.loading .spinner {
  display: block;
  margin: 2rem auto;
}
.round-btn.loading .spinner {
  margin: 0px auto;
}
.spinner > span {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#kreditz-wrapper .spinner > span {
  background-color: #f39d9d;
  width: 1.5rem;
  height: 1.5rem;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** Selling points ***/
.selling_point {
  margin-top: 3.75rem;
}
.selling_point .col.img {
  flex-basis: 35%;
}
.selling_point .col.text {
  flex: 1;
}
.selling_point .text h2 {
  margin-top: 0;
  line-height: 120%;
}
.selling_point .text .body {
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
}

@media only screen and (min-width: 1280px) {
  #selling_points {
    background-image: url("../img/natlan_logo_vertical.svg");
    background-size: 220px;
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1440px) {
  #selling_points {
    background-size: 260px;
  }
}
@media only screen and (max-width: 720px) {
  .selling_point.col-wrapper {
    gap: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .selling_point:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .selling_point:nth-of-type(even) .col {
    /*
    margin: 15px;

    &:first-of-type {
      margin-right: 0px;
    }

    &:last-of-type {
      margin-left: 0px;
    }
    */
  }
}
@media only screen and (max-width: 640px) {
  .selling_point {
    flex-direction: column;
    margin-top: 2.5rem;
    align-items: center;
  }
  .selling_point .col {
    margin-left: 0px;
    margin-right: 0px;
  }
  .selling_point .col.img {
    width: 65%;
    max-width: 280px;
    margin-bottom: 0.5rem;
  }
  .selling_point .text {
    margin-top: 0;
    text-align: center;
  }
  .selling_point .text h2 {
    margin-top: 0px;
  }
}
/*** FAQ  ***/
/*
#regular-faq:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(23, 77, 98, 1) 50%,
    rgba(23, 77, 98, 1) 100%
  );
  z-index: 0;
}
*/
#faq h2 {
  color: #0c455b;
}

#regular-faq .faq-wrapper {
  margin-top: 2.5rem;
}
#faq .faq-wrapper {
  margin-top: 1.25rem;
}

#faq .col {
  margin-top: 2rem;
}

.faq-item {
  position: relative;
  flex-wrap: nowrap;
  padding: 10px 8px;
  box-sizing: border-box;
  border-top: 1px solid #b5c6cb;
  cursor: pointer;
}
.faq-item:last-of-type {
  border-bottom: 1px solid #b5c6cb;
}
#regular-faq .faq-item {
  color: #ffffff;
  border-color: #ffffff;
}

.faq-question {
  width: 100%;
}

.faq-question .faq-label {
  flex: 1;
}

.faq-question,
.faq-answer {
  font-size: 1rem;
  line-height: 156%;
}

.faq-question {
  font-weight: 700;
}

.faq-answer {
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}
.faq-answer a {
  color: #002d3c;
}
#regular-faq .faq-answer a {
  color: #ffffff;
}

.faq-item:hover .faq-question,
.faq-item.open .faq-question {
  color: #6dc0e0;
  /*
  .step-1-faq-cat & {
    color: $secondaryAccent;
  }
  .step-2-faq-cat & {
    color: $primaryAccent;
  }
  .step-3-faq-cat & {
    color: $primaryColor;
  }
  .general-faq-cat & {
    color: $dark100;
  }
  */
}
#regular-faq .faq-item:hover .faq-question,
#regular-faq .faq-item.open .faq-question {
  color: #ffd99a;
}

.faq-icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.faq-icon:before, .faq-icon:after {
  content: "";
  position: absolute;
  background-color: #002d3c;
  transition: transform 0.25s ease-out;
}
.light .faq-icon:before, .light .faq-icon:after {
  background-color: #ffffff;
}

.step-1-faq-cat .faq-item:hover .faq-icon:before, .step-1-faq-cat .faq-item:hover .faq-icon:after {
  color: #6dc0e0;
}
.step-2-faq-cat .faq-item:hover .faq-icon:before, .step-2-faq-cat .faq-item:hover .faq-icon:after {
  color: #fbb1b1;
}
.step-3-faq-cat .faq-item:hover .faq-icon:before, .step-3-faq-cat .faq-item:hover .faq-icon:after {
  color: #0c455b;
}
.general-faq-cat .faq-item:hover .faq-icon:before, .general-faq-cat .faq-item:hover .faq-icon:after {
  color: #0a5f03;
}

.faq-icon:hover {
  cursor: pointer;
}
.faq-icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.open .faq-icon:before {
  transform: rotate(135deg);
}
.faq-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.open .faq-icon:after {
  transform: rotate(135deg);
}

@media only screen and (max-width: 640px) {
  #regular-faq {
    padding-top: 3rem;
  }
}
/*** Customer service ***/
#customer-service {
  position: relative;
  z-index: 100;
  background-color: #fefdfb;
}
#customer-service h2 {
  margin-top: 1.625rem;
}
#customer-service .contact {
  margin-top: 10px;
  align-content: center;
  gap: 0.5rem;
}
#customer-service .contact .col {
  margin: 5px;
}
#customer-service .contact .col a {
  font-weight: 300;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 48px;
  /*margin-left: 10px;*/
  text-decoration: none;
}

/*********************************
/**** APPLICATION - CONTINUED ****
*********************************/
#init-application-values {
  color: #002d3c;
  color: #ffffff;
  padding: 0px 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), transparent);
}
#init-application-values .col {
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-right: 1px solid #b5c6cb;
  flex-basis: calc((100% - 90px) / 3);
}
#init-application-values .col.extension-info {
  display: none;
}
#init-application-values .col:last-of-type {
  border-right: none;
  border-bottom: none;
}
#init-application-values .title {
  font-family: "Baloo", sans-serif;
  font-size: 1.375rem;
}
#init-application-values .value {
  font-weight: 300;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
#init-application-values .extension-info {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.5rem;
}

#form-headers {
  color: #002d3c;
  background-color: #cee8f3;
  padding: 0px;
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
}
#form-headers::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: linear-gradient(to right, rgba(206, 232, 243, 0) 0%, #cee8f3 90%);
  height: 100%;
  width: 50%;
}

.form-header {
  padding: 12px 0px 10px;
  margin-left: 0px;
  padding-left: 30px;
  font-family: "Baloo", sans-serif;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-header.slick-active {
  opacity: 1;
}
.form-header .title {
  font-size: 1.25rem;
}
.form-header .step {
  margin-top: 0.125rem;
  font-family: "Muli", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
}

@media only screen and (max-width: 920px) {
  #init-application-values .title {
    font-size: 1.25rem;
  }
  #init-application-values .value {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 720px) {
  #init-application-values {
    padding: 5px 15px 0px;
  }
  #init-application-values .col {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-basis: 100%;
    margin: 0px;
    padding: 1rem 0px;
    border-right: none;
    border-bottom: 1px solid #b5c6cb;
  }
  #init-application-values .col.extension-info {
    display: flex;
  }
  #init-application-values .value {
    margin-top: 0rem;
  }
  #init-application-values .extension-info {
    display: none;
  }
  .form-header {
    padding: 4px 15px;
    margin-right: 0px;
  }
  .form-header .title {
    font-size: 1.125rem;
  }
  .form-header .step {
    margin-top: 0.1875rem;
  }
}
@media only screen and (max-width: 360px) {
  #init-application-values .title {
    font-size: 1.125rem;
  }
  #init-application-values .value {
    font-size: 1rem;
  }
  .form-header .title {
    font-size: 1.125rem;
    letter-spacing: 0.25px;
  }
  .form-header .step {
    margin-top: 0.125rem;
    font-size: 0.875rem;
  }
}
.form-section {
  position: absolute;
  left: -10000px;
  opacity: 0;
  padding: 0.5rem 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.form-section.active {
  position: relative;
  left: 0px;
  opacity: 1;
}
.form-section .form-section-intro {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.form-section .form-section-intro.sm-text {
  font-size: 1rem;
}
.form-section .form-section-intro.bot-pad-sm {
  margin-bottom: 0.75rem;
}

#bank-status {
  display: none;
  width: 96%;
  margin-left: 4%;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #ff5858;
}
#bank-status span {
  font-weight: 700;
}

a#unsupported-bank {
  display: inline-block;
  margin-top: 0.375rem;
  margin-left: 15px;
  font-size: 1.0625rem;
  font-weight: 700;
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}
a#unsupported-bank:hover {
  text-decoration: underline;
}

#main-loading-wrapper {
  margin: 40px 0px;
  text-align: center;
}

.bankid-step {
  display: none;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .form-section .form-section-intro {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 729px) {
  a#unsupported-bank {
    display: block;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .form-section .form-section-intro {
    font-size: 1.125rem;
  }
}
.bankid-step h1,
.bankid-step h2,
.bankid-step .instructions {
  text-align: center;
  line-height: 130%;
}
.bankid-step h1 {
  font-size: 1.5rem;
}
.bankid-step h2 {
  font-size: 1.25rem;
  margin: 0 !important;
  font-weight: 300;
}
.bankid-step .instructions {
  font-size: 1rem;
  font-weight: 300;
}

img.step-icon {
  display: block;
  margin: 0 auto 25px;
  width: 100px;
}
img.step-icon.big {
  width: 140px;
}

/*
.sign-step {
  .round-btn {
    background-color: #469cbe;
    color: $white;
    text-transform: none;
    margin-top: 20px;
    &:hover {
      background-color: #58a6c4;
    }
  }
}
*/
#pep-verification-wrapper {
  margin-top: 1.5rem;
  margin-left: 123px;
}
#pep-verification-wrapper .text-container {
  margin-top: 5px;
}
#pep-verification-wrapper h4 {
  font-size: 1.125rem;
}
#pep-verification-wrapper label.text-input,
#pep-verification-wrapper label.invalid {
  padding-left: 0;
}
#pep-verification-wrapper input {
  max-width: 600px;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  #pep-verification-wrapper {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 480px) {
  #pep-verification-wrapper {
    margin-top: 2rem;
    margin-left: 0;
  }
}
#kreditz-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#kreditz-iframe {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 1100px;
}
#kreditz-iframe.show {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #kreditz-iframe {
    height: 1600px;
  }
}
#countdown-text {
  max-width: 480px;
  margin: 0.25rem auto 0 auto;
}

.countdown-section {
  width: 180px;
  height: 180px;
  margin: 2rem auto 0px;
  background-color: #cee8f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.countdown-section .countdown-wrapper {
  text-align: center;
  color: #6dc0e0;
}
.countdown-section .countdown-wrapper #countdowntimer {
  font-family: "Baloo", sans-serif;
  font-size: 5.25rem;
  line-height: 80%;
}
.countdown-section .countdown-wrapper #countdown-type {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
}

#early-res-loading {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  align-items: center;
}
#early-res-loading .early-res-text {
  flex: 1;
  font-size: 1.0625rem;
  line-height: 1.2;
}

/** BankID signing section **/
.sign-step {
  display: none;
  max-width: 480px;
  margin: 4rem auto;
  text-align: center;
}
.sign-step .instruction {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: rgba(0, 45, 60, 0.8);
}
.sign-step .round-btn + .round-btn {
  margin-top: 2rem;
}

#sign-step-1 {
  display: block;
}

.btn-wrapper p {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0px;
  opacity: 0.5;
}
.btn-wrapper #cancel_bankid {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem;
  color: rgba(0, 45, 60, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.bankid-logo {
  width: 6rem;
  margin: 3rem auto 2rem;
}
#sign-step-2 .bankid-logo {
  margin-bottom: 1rem;
}

.loader,
#qr-code-wrapper {
  display: none;
}

#qr-code-wrapper {
  margin: 2rem auto 1.25rem;
  width: 200px;
}
#qr-code-wrapper #qr-code-inner-wrapper {
  padding: 10px;
  width: 180px;
  background-color: white;
}
#qr-code-wrapper #qr-code-inner-wrapper.sticky-active {
  position: fixed;
  top: 92px;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.15);
  z-index: 1010;
}
#qr-code-wrapper .sentinel {
  height: 1px;
}
#qr-code-wrapper img {
  display: block;
  width: 100%;
  image-rendering: pixelated;
}

#bankid-progress-wrapper {
  margin: 1rem auto;
  display: none;
  width: 180px;
}

#bankid-progress-bar {
  width: 100%;
  background: #b5c6cb;
  height: 6px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

#bankid-progress-inner {
  width: 100%;
  background: #002d3c;
  height: 100%;
  transition: width 1s linear;
}

#bankid-progress-text {
  margin-top: 0.5rem;
}

#bankid-instruction {
  line-height: 1.25;
  width: 80%;
  max-width: 320px;
  margin: 0 auto 0.5rem;
}

#bankid-action-btn-wrapper {
  display: none;
}

@media only screen and (max-width: 720px) {
  .sign-step {
    margin: 3rem auto;
  }
  .sign-step .round-btn {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  .sign-step .round-btn + .round-btn {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  #early-res-loading {
    align-items: flex-start;
  }
  .sign-step {
    margin: 2.5rem auto;
  }
}
/*** Loader ***/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 10rem auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #f7dfdf;
  border-right: 1.1em solid #f7dfdf;
  border-bottom: 1.1em solid #f7dfdf;
  border-left: 1.1em solid #f39d9d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader.small {
  display: block;
  flex-basis: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  font-size: 7px;
  border-width: 0.8em;
}
.sign-step .loader {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 640px) {
  .loader {
    margin-top: 8rem;
    margin-bottom: 8rem;
    font-size: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .loader,
  .bankid-logo,
  #qr-code-wrapper {
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .loader.small {
    margin-top: 0.25rem;
  }
}
#application-denied,
#application-error {
  display: none;
  width: 100%;
  padding: 3.5rem 2rem 4rem;
  box-sizing: border-box;
}
#application-denied h2,
#application-error h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5625rem;
  line-height: 120%;
}

#application-denied h2 {
  max-width: 540px;
}

#application-denied-body {
  margin: 0.5rem auto 0 auto;
  max-width: 540px;
  font-size: 1.25rem;
  line-height: 1.2;
}

#application-error h2 {
  max-width: 600px;
}
#application-error h3 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #0c455b;
}
#application-error #application-error-desc {
  margin-top: 0.25rem;
}
#application-error .btn-wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  #application-error .round-btn:not(:first-of-type) {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #application-error {
    padding: 60px 15px 0px;
  }
  #application-error .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  #application-error .round-btn:first-of-type {
    margin-bottom: 0rem;
  }
  #application-error .round-btn:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 380px) {
  #application-error .round-btn {
    font-size: 0.75rem;
  }
}
/***** FOOTER ******/
#footer {
  background-color: #174d62;
}
#footer .logo {
  width: 40%;
  max-width: 160px;
  margin-bottom: 1rem;
}
#footer .col {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 145%;
}
#footer .col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
#footer .col a:hover {
  color: #6dc0e0;
}
#footer b {
  font-weight: 500;
}
#footer .title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-family: "Baloo", sans-serif;
  font-size: 1.25rem;
  color: #ffd99a;
}

#footer-links {
  display: flex;
  flex-direction: column;
}
#footer-links a {
  margin: 0.375rem 0px;
  line-height: 2.25rem;
}
#footer-links a:first-of-type {
  margin-top: 0px;
}

.contact-info {
  margin-top: 1rem;
}

@media only screen and (max-width: 720px) {
  #footer .logo {
    margin-bottom: 0.25rem;
  }
}
/*** Cookiebox ***/
#cookie-box {
  display: block;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1500;
  transform: translateY(120%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cookie-box.slide-in {
  transform: translateY(0);
  opacity: 1;
}
#cookie-box.slide-out {
  transform: translateY(120%);
  opacity: 0;
}

#cookie-content {
  display: inline-flex;
  align-items: flex-start;
  padding: 20px;
  gap: 1rem;
  background-color: #002d3c;
  color: #ffffff;
  border-radius: 10px;
}
#cookie-content .cookie-text {
  font-size: 14px;
  line-height: 1.3;
  width: 270px;
}
#cookie-content .cookie-text a {
  color: inherit;
}
#cookie-content > a {
  box-sizing: border-box;
  padding: 14px 24px;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  font-family: "Baloo", sans-serif;
  /*text-transform: uppercase;*/
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cookie-content > a:hover {
  color: #002d3c;
  background-color: #ffd99a;
  border-color: #ffd99a;
}

@media only screen and (max-width: 480px) {
  #cookie-box {
    background: #ffffff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0 -16px 40px 30px rgb(255, 255, 255);
  }
  #cookie-content {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    margin: 0 14px 14px;
    gap: 1rem;
  }
  #cookie-content .cookie-text {
    width: 100%;
    font-size: 15px;
  }
  #cookie-content > a {
    color: #002d3c;
    background-color: #ffd99a;
    border-color: #ffd99a;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 370px) {
  #cookie-content {
    padding: 16px;
    margin: 0 12px 12px;
  }
  #cookie-content > a {
    padding: 10px 17px;
    font-size: 16px;
    text-align: center;
  }
}
/***** DEBUG ******/
.debug_0 {
  display: none;
}

.debug_1 {
  display: block;
}

/***** SESSION DEBUG *****/
#session-debug {
  padding: 4%;
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#session-debug ul {
  list-style: none;
  margin-top: 0.375rem;
  margin-bottom: 0px;
}
#session-debug ul li {
  color: #1a1a1a;
  margin-top: 0.375rem;
  line-height: 1.3;
}
#session-debug ul li ul li {
  color: #8e44ad;
}
#session-debug ul li ul li ul li {
  color: #2980b9;
}
#session-debug ul li ul li ul li ul li {
  color: #27ae60;
}
#session-debug ul li ul li ul li ul li ul li {
  color: #1abc9c;
}

/*# sourceMappingURL=main.css.map */
