@font-face {
  font-family: "Digitalt";
  src: url("Digitalt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Helper functions */
html {
  font-size: 16px;
  width: 100%;
  letter-spacing: -2%;
}
@media (max-width: 800px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #ffffff;
  font-family: "special-gothic", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.5;
  accent-color: #00A9FE;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(logos/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  position: relative;
}

main {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #00A9FE;
}

body {
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

hr {
  border-top-color: #000;
  clear: both;
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  padding: 0;
  width: auto;
  border: none;
  background: none;
  font-weight: inherit;
  font-family: "special-gothic", sans-serif;
  cursor: pointer;
}

label {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

iframe {
  border: 0;
  max-width: 100%;
}

/* Headings Placeholders */
.user-content .fs-h1, .user-content h1, .fs-h1,
.user-content .fs-h2,
.user-content h2,
.fs-h2,
.user-content .fs-h3,
.user-content h3,
.fs-h3,
.user-content .fs-h4,
.user-content h4,
.fs-h4,
.user-content .fs-h5,
.user-content h5,
.fs-h5,
.user-content .fs-h6,
.user-content h6,
.fs-h6 {
  margin: 0;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Digitalt", sans-serif;
  font-weight: 300;
}

.user-content .fs-h1, .user-content h1, .fs-h1 {
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  .user-content .fs-h1, .user-content h1, .fs-h1 {
    font-size: 2.5rem;
  }
}

.user-content .fs-h2, .user-content h2, .fs-h2 {
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .user-content .fs-h2, .user-content h2, .fs-h2 {
    font-size: 2rem;
  }
}

.user-content .fs-h3, .user-content h3, .fs-h3 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .user-content .fs-h3, .user-content h3, .fs-h3 {
    font-size: 1.75rem;
  }
}

.user-content .fs-h4, .user-content h4, .fs-h4 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .user-content .fs-h4, .user-content h4, .fs-h4 {
    font-size: 1.375rem;
  }
}

.user-content .fs-h5, .user-content h5, .fs-h5 {
  font-size: 1.25rem;
}

.user-content .fs-h6, .user-content h6, .fs-h6 {
  font-size: 1.125rem;
}

.user-content a, a {
  color: #ffffff;
  text-decoration: underline;
}
.user-content a:hover, a:hover, .user-content a:focus, a:focus {
  text-decoration: none;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.25rem;
}

.user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  margin-bottom: 20px;
}
.user-content .btn {
  white-space: normal;
}
.user-content p {
  padding: 0;
  margin-bottom: 20px;
}
.user-content ul,
.user-content ol {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.user-content ul > li {
  position: relative;
  padding-left: 8px;
}
.user-content ol {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.user-content ol > li {
  position: relative;
  padding-left: 8px;
}
.container {
  max-width: 1360px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 56px;
  }
}
@media (max-width: 750px) {
  .container {
    padding: 0 36px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 24px;
  }
}
.container.--fw {
  max-width: 100%;
}
.container.--lg {
  max-width: 1200px;
}
.container.--md {
  max-width: 1024px;
}
.container.--sm {
  max-width: 800px;
}
.container.--xs {
  max-width: 560px;
}

.content-container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.holding-page__inner__header {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-top: 32px;
}
.holding-page__inner__header img {
  height: 80px;
  margin: 0 auto;
}
.holding-page__inner__body {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .holding-page__inner__body {
    flex-direction: column;
  }
}
.holding-page__inner .col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card {
  display: block;
  position: relative;
  flex-grow: 1;
  background: #092882;
  border-radius: 12px;
  border-top: 10px solid #00A9FE;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card__header {
  padding: 32px 32px;
  background: rgba(255, 255, 255, 0.05);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0% 100%);
}
.card__header h1 {
  line-height: 1;
  margin: 0;
}
.card__header h1 span {
  display: block;
  text-transform: uppercase;
  line-height: 0.8;
}
.card__header h1 span:first-child {
  margin-bottom: 8px;
}
.card__body {
  padding: 32px 32px;
}
.card__body ul {
  list-style-type: none;
  margin: 0;
}
.card__body ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
}
.card__body ul li::before {
  content: "";
  position: relative;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-image: url(logos/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.card__body ul li:last-of-type {
  margin-bottom: 0;
}

.footer-card {
  display: flex;
  width: 100%;
  background: #390D84;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
.footer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(logos/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.footer-card__icon {
  position: relative;
  background-color: #E83DD1;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.footer-card__content {
  position: relative;
  z-index: 2;
  padding: 16px 24px;
}
.footer-card__content span {
  display: block;
}

footer {
  padding-top: 32px;
  padding-bottom: 20px;
}

.footer-inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.footer-inner__right {
  display: flex;
  gap: 24px;
}
.footer-inner__right .logo img {
  height: 32px;
}/*# sourceMappingURL=main.css.map */