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: "Lato", 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;
}

/* 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: 80px;
  padding-bottom: 80px;
  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: "HKNova", sans-serif;
  color: #043c4f;
}
.light h1,
.light h2,
.light h3,
.light h4 {
  color: #ffffff;
}

.light {
  color: #ffffff;
}

h1 {
  font-size: 2.25rem;
}

.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.375rem;
}

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

h4 {
  font-size: 1.25rem;
}

.text-container a {
  color: #002d3c;
}

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: 100%;
  padding: 160px 0px 110px;
  background-color: #facbcb;
  position: relative;
  overflow: hidden;
}
.page-hem #page-header, .page-ansokan #page-header, .page-maintenance #page-header {
  padding-bottom: 0px;
}

.title-wrapper {
  color: #ffffff;
  max-width: 720px;
  margin: 0;
}
.landing-page .title-wrapper {
  max-width: unset;
}
.title-wrapper .title {
  font-family: "HKNova", sans-serif;
  font-size: 2.75rem;
  line-height: 120%;
  text-shadow: 3px 3px 12px #d08786;
}
.title-wrapper .body {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 130%;
  text-shadow: 2px 2px 8px #d08786;
}
.title-wrapper .body h1 {
  color: inherit;
  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: #ffffff;
  padding-top: 5px;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
#page-header .application.init {
  padding: 30px 30px 10px;
}
#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: 140px 4% 110px;
  }
  #page-header .application {
    margin-top: 4rem;
  }
  #page-header .application.init {
    padding: 20px 20px 0px;
  }
  .page-hem .title-wrapper {
    display: none;
  }
  .title-wrapper .title {
    font-size: 2.25rem;
  }
  .title-wrapper .body {
    margin-top: 0.875rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .pagesection {
    width: 90%;
    padding: 10% 5%;
  }
  .pagesection.big-bottom-pad {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  #page-header {
    width: 90%;
    padding: 100px 5% 55px;
  }
  #page-header .application {
    margin-top: 2.5rem;
  }
  .page-hem .title-wrapper {
    display: none;
  }
  .title-wrapper .title {
    font-size: 2rem;
  }
  .title-wrapper .body {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  #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;
  }
}
.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.375rem;
  margin-top: 10px;
  line-height: 125%;
}
.text-container.xl {
  color: #002d3c;
  font-size: 1.25rem;
  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(181, 198, 203, 0.35);
}

.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: #a3dbee;
}
.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: "HKNova", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.overlay nav ul li a.highlight {
  color: #fbb1b1;
}
.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: 162px;
}
#slim-topbar a.logo-main {
  width: 140px;
}

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: "HKNova", sans-serif;
  font-size: 14px;
  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: #a3dbee;
  background-color: #a3dbee;
}
#slim-topbar ul.menu li a {
  color: #ffffff;
  padding: 7px 18px;
  border-radius: 50px;
  border: 2px solid #a3dbee;
  background-color: #a3dbee;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#slim-topbar ul.menu li a:hover {
  background-color: #94ccdf;
  border-color: #94ccdf;
}
#slim-topbar ul.menu li a.highlight {
  color: #fbb1b1;
  background-color: #ffffff;
  border-color: #fbb1b1;
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#slim-topbar ul.menu li a.highlight:hover {
  color: #ffffff;
  border-color: #fbb1b1;
  background-color: #fbb1b1;
}

@media only screen and (max-width: 1024px) {
  #desktop-topbar {
    display: none;
  }
  #slim-topbar {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0px 3px 10px rgba(181, 198, 203, 0.35);
  }
  #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-left: 5%;
    padding-right: 5%;
  }
  #logo-container {
    margin-left: 10px;
  }
  #slim-topbar ul.menu li a.highlight {
    display: none;
  }
  ul.menu li:first-child {
    margin-left: 12px;
  }
  .overlay nav ul li a.highlight {
    color: #ffffff;
    background-color: #fbb1b1;
    padding: 15px 20px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 370px) {
  #slim-topbar a.logo-main {
    width: 114px;
  }
  #slim-topbar ul.menu li a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/*** Hello bar ***/
.hello-bar {
  font-family: "HKNova", sans-serif;
  padding: 0.75rem 2%;
  background-color: #002d3c;
  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 ***/
figure.tr_blob {
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
  max-width: 600px;
  z-index: 1;
}
.overlay figure.tr_blob {
  top: 0px;
  width: 75%;
  max-width: 600px;
}

figure.bl_blob {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  max-width: 320px;
  z-index: 1;
}
.overlay figure.bl_blob {
  width: 50%;
  bottom: -5%;
  left: -2%;
  max-width: 600px;
}

.circle {
  position: absolute;
  background-color: #fbb1b1;
  border-radius: 50%;
  z-index: 1;
}
.circle.blue {
  background-color: #94ccdf;
}
.circle:nth-of-type(1) {
  top: 100px;
  left: 22%;
  width: 62px;
  height: 62px;
}
.circle:nth-of-type(2) {
  bottom: 100px;
  left: 18%;
  width: 32px;
  height: 32px;
}
.circle:nth-of-type(3) {
  bottom: 280px;
  right: 26%;
  width: 40px;
  height: 40px;
}
.circle:nth-of-type(4) {
  bottom: 50px;
  right: 14%;
  width: 70px;
  height: 70px;
}
.circle:nth-of-type(5) {
  bottom: 170px;
  right: 38%;
  width: 50px;
  height: 50px;
}
.circle:nth-of-type(6) {
  top: 180px;
  left: 45%;
  width: 42px;
  height: 42px;
}

svg.round-page-end {
  width: 100%;
  height: 4.25vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  figure.tr_blob {
    width: 40%;
    max-width: 600px;
  }
  #page-header figure.tr_blob {
    top: 64px;
  }
  .overlay figure.tr_blob {
    top: 0px;
    width: 75%;
    max-width: 600px;
  }
  figure.bl_blob {
    width: 25%;
    max-width: 320px;
  }
  .overlay figure.bl_blob {
    width: 50%;
    bottom: -5%;
    left: -2%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 640px) {
  figure.tr_blob {
    width: 50%;
  }
  figure.bl_blob {
    width: 40%;
  }
}
/**************
/**** HOME ****
**************/
/*** Intital application ***/
.application-interest {
  display: none;
  margin-top: 0.5rem;
}

.slider-info {
  font-size: 1.25em;
  color: #043c4f;
  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: #043c4f;
}
.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.5rem;
}
.application-info .label {
  color: #002d3c;
  font-size: 0.875rem;
  font-size: 1rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.application-info .value {
  font-size: 1.5rem;
  font-size: 2.25rem;
  font-weight: 700;
}

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

#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: #043c4f;
}

@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.9375rem;
    }

    .value {
      font-size: 1.375rem;
    }
    */
  }
  .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.625rem;
  font-size: 14px;
  color: #043c4f;
  line-height: 120%;
  font-family: "HKNova", sans-serif;
  padding-left: 16px;
}
form.application-form .col > label.text-input span {
  opacity: 0.6;
  font-size: 12px;
}

input.text-input,
select.text-input,
textarea.text-input,
.review-element {
  width: 100%;
  margin-top: 10px;
  margin-top: 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.125rem;
  background-color: transparent;
  color: #043c4f;
  border: 1px solid #b5c6cb;
  border-radius: 100px;
  /* Remove ios-styling */
  -webkit-appearance: none;
}

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

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

.review-element {
  background-color: rgb(218, 226.5, 229);
  border-color: rgb(218, 226.5, 229);
}
.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;
  padding-left: 15px;
  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(0, 45, 60, 0.45);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 45, 60, 0.45);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 45, 60, 0.45);
}

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

.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: 4px;
}

#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: 19px 46px 21px;
  margin-top: 50px;
  border-radius: 100px;
  background: #f0ff92;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
  font-size: 1rem;
  line-height: 100%;
  color: #043c4f;
  font-family: "HKNova", 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 {
  background-color: #f1ff9d;
  box-shadow: 0 10px 15px 0 rgba(0, 45, 60, 0.08);
}
.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: #043c4f;
}
.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: #043c4f;
  color: #ffffff;
}
.round-btn.dark-blue:hover {
  background-color: #12566a;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
.round-btn.light-blue {
  background-color: #a3dbee;
  color: #043c4f;
}
.round-btn.light-blue:hover {
  background-color: #94ccdf;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
.round-btn.error {
  background-color: #032531;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.muted-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  color: #043c4f;
  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: 6%;
  }
  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: #043c4f;
  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: #facbcb;
  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: 1rem;
  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 (max-width: 720px) {
  .selling_point.col-wrapper {
    gap: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .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-wrapper {
    gap: 0px;
  }
  .selling_point .col {
    margin-left: 0px;
    margin-right: 0px;
  }
  .selling_point .col.img {
    width: 40%;
    min-width: 200px;
  }
  .selling_point .text {
    text-align: center;
  }
  .selling_point .text h2 {
    margin-top: 0px;
  }
}
/*** FAQ  ***/
#regular-faq.pagesection {
  background-color: #a3dbee;
}

#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: #043c4f;
}
#regular-faq .faq-answer a {
  color: #ffffff;
}

.step-1-faq-cat h2,
.step-1-faq-cat .faq-item:hover .faq-question,
.step-1-faq-cat .faq-item.open .faq-question {
  color: #a3dbee;
}
.step-2-faq-cat h2,
.step-2-faq-cat .faq-item:hover .faq-question,
.step-2-faq-cat .faq-item.open .faq-question {
  color: #fbb1b1;
}
.step-3-faq-cat h2,
.step-3-faq-cat .faq-item:hover .faq-question,
.step-3-faq-cat .faq-item.open .faq-question {
  color: #12566a;
}
.general-faq-cat h2,
.general-faq-cat .faq-item:hover .faq-question,
.general-faq-cat .faq-item.open .faq-question {
  color: #0a5f03;
}

.faq-icon {
  flex: 0 0 20px;
  position: relative;
  width: 20px;
  height: 20px;
}
.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: #a3dbee;
}
.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: #12566a;
}
.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);
}

/*** 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: #002d3c;
  line-height: 48px;
  /*margin-left: 10px;*/
  text-decoration: none;
}

/*********************************
/**** APPLICATION - CONTINUED ****
*********************************/
#init-application-values {
  color: #043c4f;
  padding: 0px 30px;
}
#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% - 60px) / 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: "HKNova", 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: #043c4f;
  background-color: #e3f4fa;
  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(229, 245, 250, 0) 0%, rgb(227, 244, 250) 80%);
  height: 100%;
  width: 50%;
}

.form-header {
  padding: 12px 0px 10px;
  margin-left: 0px;
  margin-right: 15px;
  padding-left: 30px;
  font-family: "HKNova", 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.25rem;
  font-size: 0.875rem;
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .form-header .title {
    font-size: 1.125rem;
  }
  .form-header .step {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}
@media only screen and (max-width: 920px) {
  #init-application-values .title {
    font-size: 1.25rem;
  }
  #init-application-values .value {
    font-size: 1.125rem;
    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: 1rem;
  }
}
@media only screen and (max-width: 380px) {
  #init-application-values .title {
    font-size: 1.125rem;
  }
  #init-application-values .value {
    font-size: 1rem;
  }
}
.form-section {
  position: absolute;
  left: -10000px;
  opacity: 0;
  padding: 10px 0px;
  -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.25rem;
  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-btn {
  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-btn: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-btn {
    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: #e3f4fa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.countdown-section .countdown-wrapper {
  font-family: "HKNova", sans-serif;
  text-align: center;
  color: #a3dbee;
}
.countdown-section .countdown-wrapper #countdowntimer {
  font-size: 4.125rem;
  line-height: 100%;
}
.countdown-section .countdown-wrapper #countdown-type {
  font-size: 1rem;
  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(4, 60, 79, 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 {
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem;
  text-decoration: none;
  color: #043c4f;
}

.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: 1000;
}
#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: #043c4f;
  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 .round-btn {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  .sign-step .round-btn + .round-btn {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  #early-res-loading {
    align-items: flex-start;
  }
}
/*** 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 #edf8fb;
  border-right: 1.1em solid #edf8fb;
  border-bottom: 1.1em solid #edf8fb;
  border-left: 1.1em solid #a3dbee;
  -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: #12566a;
}
#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: #002d3c;
}
#footer .logo {
  width: 60%;
  max-width: 240px;
  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: #a3dbee;
}
#footer b {
  font-weight: 500;
}
#footer .title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-family: "HKNova", sans-serif;
  font-size: 1.25rem;
  color: #a3dbee;
}

#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;
  padding: 20px;
  gap: 1rem;
  background-color: #043c4f;
  color: #ffffff;
  border-radius: 10px;
}
#cookie-content .cookie-text {
  font-size: 14px;
  line-height: 1.2;
  width: 252px;
}
#cookie-content .cookie-text a {
  color: inherit;
}
#cookie-content > a {
  box-sizing: border-box;
  padding: 14px 24px;
  background-color: #a3dbee;
  font-size: 14px;
  line-height: 1;
  color: #043c4f;
  font-family: "HKNova", 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 {
  background-color: #94ccdf;
}

@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;
    padding: 18px;
    margin: 0 14px 14px;
    gap: 1rem;
  }
  #cookie-content .cookie-text {
    width: 100%;
  }
  #cookie-content > a {
    text-align: center;
  }
}
@media only screen and (max-width: 370px) {
  #cookie-content {
    padding: 16px;
    margin: 0 12px 12px;
  }
  #cookie-content .cookie-text {
    font-size: 14px;
  }
  #cookie-content > a {
    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: #002d3c;
  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 */
