.visually-hidden { position: absolute; z-index: -1; width: 0; height: 0; padding: 0; margin: 0; border: none; overflow: hidden; }

@font-face { font-family: 'MaisonNeue'; src: url(/static/core/webfonts/Maison_Neue/MaisonNeue-Light.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'TiemposItalic'; src: url(/static/core/webfonts/TiemposItalic/TiemposHeadlineWeb-RegularItalic.woff) format("woff"); font-weight: 300; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Light.otf) format("opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Regular.otf) format("opentype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Medium.otf) format("opentype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-SemiBold.otf) format("opentype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Bold.otf) format("opentype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-ExtraBold.otf) format("opentype"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'Trap'; src: url(/static/core/webfonts/Trap/Trap-Black.otf) format("opentype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Magilio'; src: url(/static/core/webfonts/Magilio/MagilioRegular.otf) format("opentype"), url(/static/core/webfonts/Magilio/MagilioRegular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'PurplePurse'; src: url(/static/core/webfonts/Purple_Purse/PurplePurse-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Michroma'; src: url(/static/core/webfonts/Michroma/Michroma-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'Asap'; src: url(/static/core/webfonts/Asap/Asap-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }

* { box-sizing: border-box; }

html, body { font-family: "Poppins", sans-serif, sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; }

html { overflow-x: hidden; align-items: center; }

.footer { margin-top: auto; }

body { display: contents; min-height: 100vh; }

html { --primary-color: white; --text-color-primary: black; --secondary-color: #fff; --text-color-secondary: #16181b; --hover-color: #fbfbfb; --line-color-primary: #e3e3e3; --success-color: #28a745; --error-color: #dc3545; --input-text-color: #505050; --input-label-color: #959595; --input-border-color: #D7D7D7; --input-autofill-bg: #f4f3ff; }

html[theme='dark'] { --primary-color: #111317; --text-color-primary: white; --secondary-color: #202020; --text-color-secondary: #fff; --hover-color: #252525; --line-color-primary: #353535; --success-color: #28a745; --error-color: #d9534f; --input-text-color: white; --input-label-color: #727272; --input-border-color: #727272; --input-autofill-bg: #222139; }

html { background-color: var(--primary-color); color: var(--text-color-primary); }

.form-field { width: 100%; }

.form-field--no_placeholder input { padding-bottom: 0 !important; padding-top: 0 !important; }

.form-field__wrapper { overflow: hidden; position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.form-field__toggle-password { position: absolute; right: 12px; width: 32px; height: 32px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.form-field ul.errorlist { margin: 0; color: #F56565; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; list-style-type: none; padding: 10px; }

.form-field .captcha { position: absolute; right: 0; height: 100%; border-radius: 0 12px 12px 0; user-select: none; pointer-events: none; }

.form-field label, .form-field input { font-family: "Poppins", sans-serif, sans-serif; font-size: 16px; font-weight: 300; font-style: normal; letter-spacing: .2px; padding-left: 12px; padding-right: 12px; }

.form-field label { transition: transform .2s ease-in-out; pointer-events: none; position: absolute; color: var(--input-label-color); user-select: none; opacity: 1; left: 0; top: 50%; transform: translate(0, -50%) scale(1); transform-origin: left top; white-space: nowrap; overflow: hidden; line-height: 1; }

.form-field input, .form-field textarea { color: var(--input-text-color); border: 1px solid var(--input-border-color); padding-top: 25px; padding-bottom: 8px; border-radius: 12px; width: 100%; height: 56px; background: transparent; transition: .2s ease-in-out border; }

.form-field input.error, .form-field textarea.error { border-color: red; }

.form-field input::placeholder, .form-field textarea::placeholder { color: var(--input-text-color); font-size: 0; }

.form-field input:focus, .form-field textarea:focus { outline: none; border-color: #0C8CE9; caret-color: #0C8CE9; }

.form-field input:focus + label, .form-field input:not(:placeholder-shown) + label, .form-field input:-webkit-autofill + label, .form-field textarea:focus + label, .form-field textarea:not(:placeholder-shown) + label, .form-field textarea:-webkit-autofill + label { transform: translate(3px, calc(-100% - 1px)) scale(0.75); }

.form-field input:-webkit-autofill, .form-field input:-webkit-autofill:hover, .form-field input:-webkit-autofill:focus, .form-field input:-webkit-autofill:active, .form-field textarea:-webkit-autofill, .form-field textarea:-webkit-autofill:hover, .form-field textarea:-webkit-autofill:focus, .form-field textarea:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px var(--input-autofill-bg) inset !important; -webkit-text-fill-color: var(--text-color-primary) !important; }

.form-field textarea { text-wrap: wrap; min-width: 100%; max-width: 100%; min-height: 57px; max-height: 200px; letter-spacing: .2px; padding: 16px 12px; font-family: "Poppins", sans-serif, sans-serif; font-size: 16px; font-weight: 300; font-style: normal; }

.form-field textarea + label { overflow: unset; }

.form-field textarea:focus + label, .form-field textarea:not(:placeholder-shown) + label, .form-field textarea:-webkit-autofill + label { opacity: 0; overflow: unset; }
