@font-face {font-family: "Anton";src: url("../fonts/Anton-subset.woff2");font-weight: 400;font-style: normal;font-display: swap;}@font-face {font-family: Kuunari;src: url("../fonts/kuunari-bold.woff2");font-weight: 400;font-style: normal;font-display: swap;}.homeModal, .homeModalOverlay {position: fixed;bottom: 0;height: 100vh;width: 100%;left: 0;}.homeModal {z-index: 100;justify-content: center;align-items: center;display: flex;}.homeModalOverlay {background-color: rgba(255, 255, 255, 0);backdrop-filter: blur(10px);}.homeFormContainer {position: relative;z-index: 50;background-color: #fff;color: #000;border-radius: 30px;padding: 40px 45px;width: 100%;max-width: 520px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);margin: 0 20px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);}.homeFormTop {display: flex;justify-content: space-between;}.homeFormTopTitle {font-size: 22px;margin: 0 0 20px;color: #000;font-weight: 700;font-family: sans-serif;text-align: center;margin-left: auto;margin-right: auto;}.closeButton {background: none;border: none;cursor: pointer;padding: 4px;justify-content: center;align-items: center;display: flex;position: absolute;top: 20px;right: 20px;color: #000;}.HomeFormRow {margin-bottom: 20px;}.HomeFormRowLabel {text-align: left;display: block;margin-bottom: 6px;color: #000;font-family: sans-serif;font-size: 16px;}.HomeFormRowInput {width: 100%;border: 1px solid #c9c9c9;min-height: 48px;background-color: #f3f7f8;border-radius: 10px;font-size: 16px;padding: 0 15px;outline: none;transition: border-color 0.2s;}.HomeFormRowInput:focus {border-color: #ce1002;}.HomeFormRowInput::placeholder {color: #aaa;}.homeFormErrorText {color: #e53e3e;margin-top: 5px;font-size: 14px;}.phone-input-container {display: flex;align-items: center;gap: 10px;position: relative;}.country-selector {position: relative;display: flex;}.selected-country {display: flex;align-items: center;padding: 0 10px;border: 1px solid #c9c9c9;border-radius: 10px;cursor: pointer;min-height: 50px;}.country-code {margin-left: auto;margin-right: 15px;}.country-dropdown {position: absolute;top: 100%;left: 0;margin-top: 5px;width: 100%;border: 1px solid #c9c9c9;border-radius: 6px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);z-index: 41;max-height: 160px;overflow-y: auto;font-family: sans-serif;background-color: #fff;}.country-option {display: flex;align-items: center;padding: 10px;cursor: pointer;}.country-option:hover {background-color: #f3f7f8;}.HomeFormBtn {font-family: "Anton";padding: 10px 10px;width: 100%;cursor: pointer;border-radius: 50px;background: linear-gradient(90deg, #ce1002 0%, #eb5d53 49.04%, #ce1002 100%);color: #fff;font-size: 26px;text-transform: uppercase;border: none;box-shadow: 0 4px 25px 0px #00000040;display: flex;align-items: center;justify-content: center;}@media screen and (max-width: 768px) {.homeFormContainer {max-width: 100%;padding: 80px 20px 20px;margin: 0;border-radius: 6px;height: 100%;}.homeFormTopTitle {font-size: 22px;}.closeButton {width: 100%;height: 50px;background-color: #000;color: #fff;padding-right: 20px;top: 0;left: 0;justify-content: flex-end;}} 