@import url("https://use.typekit.net/ywo1lym.css");
@property --border-angle-1 {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
@property --border-angle-2 {
  syntax: "<angle>";
  inherits: true;
  initial-value: 90deg;
}
@property --border-angle-3 {
  syntax: "<angle>";
  inherits: true;
  initial-value: 180deg;
}
.btn-register {
  /* Display-P3 color, when supported. */
}
.btn-register :root {
  --bright-blue: rgb(0, 100, 255);
  --bright-green: rgb(0, 255, 0);
  --bright-red: rgb(255, 0, 0);
  --background: black;
  --foreground: white;
  --border-size: 2px;
  --border-radius: 0.75em;
  --purple: #3f1b31;
  --blue: #809ecd;
  --navy: #1c2436;
  --cream: #f7d8bc;
  --grey: #e4dcd2;
}
@supports (color: color(display-p3 1 1 1)) {
  .btn-register :root {
    --bright-blue: color(display-p3 0 0.2 1);
    --bright-green: color(display-p3 0.4 1 0);
    --bright-red: color(display-p3 1 0 0);
  }
}
@keyframes rotateBackground {
  to {
    --border-angle-1: 360deg;
  }
}
@keyframes rotateBackground2 {
  to {
    --border-angle-2: -270deg;
  }
}
@keyframes rotateBackground3 {
  to {
    --border-angle-3: 540deg;
  }
}
.btn-register body {
  background: var(--background);
  color: var(--foreground);
  min-height: 100dvh;
  display: grid;
  place-content: center;
  margin: 0;
  font-family: "Aspekta";
}
.btn-register button {
  --border-angle-1: 0deg;
  --border-angle-2: 90deg;
  --border-angle-3: 180deg;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  background-image: conic-gradient(from var(--border-angle-1) at 10% 15%, transparent, var(--bright-blue) 10%, transparent 30%, transparent), conic-gradient(from var(--border-angle-2) at 70% 60%, transparent, var(--bright-green) 10%, transparent 60%, transparent), conic-gradient(from var(--border-angle-3) at 50% 20%, transparent, var(--bright-red) 10%, transparent 50%, transparent);
  animation: rotateBackground 3s linear infinite, rotateBackground2 8s linear infinite, rotateBackground3 13s linear infinite;
}
.btn-register button div {
  background: var(--background);
  padding: 1em 1.5em;
  border-radius: calc(var(--border-radius) - var(--border-size));
  color: var(--foreground);
}

.registration form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 650px) {
  .registration form > div,
  section.project-info .box-detail .wrapper-box-detail .group {
    width: 100%;
  }
}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
  width: 100%;
  height: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .iti--separate-dial-code .iti__selected-flag {
    font-size: 14px;
  }
}

.iti__selected-flag {
  padding: 0 8px !important;
  top: 3px;
}

.registration form button {
  border: 0;
}

.registration form button span {
  transition-property: color;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}

.registration .group {
  position: relative;
  margin-bottom: 30px;
}
.registration .group.message {
  margin-bottom: 60px;
}

.registration .group.select option {
  background-color: #fff;
  color: #fff;
}

.registration .group.select label.error {
  right: 0;
}

.registration .group.input select {
  width: 100%;
  background: 0 0;
  color: #fff;
  padding: 8px 0 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  height: 45px;
}
@media screen and (max-width: 1440px) {
  .registration .group.input select {
    font-size: 14px;
  }
}

.registration .group.input label:not(.error) {
  color: #fff;
  position: absolute;
  pointer-events: none;
  top: 14px;
  transition: 0.2s;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .registration .group.input label:not(.error) {
    font-size: 14px;
  }
}

.registration .group label.error {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  top: unset !important;
}

.registration .group input {
  padding: 8px 0 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: 0 0;
  font-size: 16px;
  color: #fff;
  height: 45px;
}
@media (max-width: 1440px) {
  .registration .group input {
    font-size: 14px;
  }
}

section.progress .box-bottom,
section.progress .box-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 60px;
}

.registration .group.checkbox {
  height: 45px;
  display: flex;
  align-items: center;
}

.registration .group.checkbox .label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #fff;
}

.registration .group.checkbox .label a {
  text-decoration: underline;
}

.registration .group.checkbox .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.registration .group.checkbox .label .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #838689;
  border-radius: 5px;
  transition: 0.3s;
}

.registration .group.checkbox .label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.registration .group.checkbox .label:hover input ~ .checkmark {
  background-color: #e3e4e5;
}

.registration .group.checkbox .label:checked ~ .checkmark {
  background-color: #2196f3;
}

.registration .accept-error,
.registration label.error {
  color: #f33 !important;
}

.registration .accept-error .checkmark {
  border-color: #f33 !important;
}

.registration input:focus ~ label:not(.error),
.registration input:valid ~ label:not(.error) {
  top: -8px !important;
  font-size: 11px !important;
  color: #fff;
}

.registration .bar {
  position: relative;
  display: block;
  width: 100%;
}

.registration .bar:after,
.registration .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff;
  transition: 0.2s;
}

.registration .bar:before {
  left: 50%;
}

.registration .bar:after {
  right: 50%;
}

.registration .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.registration input:focus ~ .highlight {
  animation: 0.3s inputHighlighter;
}

@keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: 0 0;
  }
}
.just-validate-error-label {
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 1440px) {
  .just-validate-error-label {
    font-size: 9px;
    bottom: -15px;
  }
}

span.drop-down {
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  top: 24px;
  transform: translateY(-50%) rotate(-45deg);
}

select,
option {
  border-radius: 0;
}

input, textarea {
  color: #fff;
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  font-family: "roc-grotesk", "aktiv-grotesk-extended", sans-serif;
}

label.error,
label,
input,
textarea {
  font-family: "aktiv-grotesk-extended", sans-serif !important;
}

/* 
  HEADER - EN: ROC GROTESK, WIDE / TH: AKTIVE GROTESK EX, REGULAR
  SUBHEAD - EN: CAPTION - ROC GROTESK, WIDE LIGHT / TH: AKTIVE GROTESK EX, LIGHT
  TEXT - EN: ROC GROTESK, REGULAR / TH: AKTIVE GROTESK EX, REGULAR

  font-family: ""aktiv-grotesk-extended"-extended", sans-serif;
  font-weight: 300;
  font-style: normal;

  font-family: ""aktiv-grotesk-extended"-extended", sans-serif;
  font-weight: 400;
*/
h1,
h2 {
  letter-spacing: 5px !important;
  line-height: 1.15 !important;
}

h3 {
  letter-spacing: 1.2px !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 18px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roc-grotesk-wide, "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
}

p,
a,
button {
  font-family: "roc-grotesk", "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
}

nav {
  transform: translateY(-100%);
}
nav.active {
  transform: translateY(0);
}

section.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(128, 159, 206, 0) 50%, rgba(64, 28, 49, 0.5) 100%);
  z-index: 1;
}

section.registration {
  background-color: #401c31;
  position: relative;
}
section.registration:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* opacity: 0.65;
  mix-blend-mode: hard-light; */
  pointer-events: none;
}

section.concept:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
  mix-blend-mode: hard-light;
  pointer-events: none;
}

[data-aos=fade-down] {
  transform: translate3d(0, -20px, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos=zoom-out] {
  transform: scale(1.05) !important;
}

[data-aos=zoom-out].aos-animate {
  transform: scale(1) !important;
}/*# sourceMappingURL=style.css.map */