@media only screen and (min-width: 0rem) {
  #hero {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: clamp(12.5rem, 25.95vw, 21.875em) 1rem clamp(6.25rem, 7vw, 12.5rem);
  }
  #hero .cs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 44rem;
    width: 100%;
    gap: 3rem;
  }
  #hero .cs-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #hero .cs-color {
    color: var(--primary) !important;
  }
  #hero .cs-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  #hero .cs-title {
    z-index: 1;
    position: relative;
    max-width: 53.125rem;
    font-size: clamp(3.0625rem, 7.4vw, 4.0625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    text-align: inherit;
  }
  #hero .cs-text {
    margin: 0;
    margin-bottom: 2rem;
    max-width: clamp(29rem, 60vw, 38.785rem);
    width: 100%;
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    color: #fff;
    text-align: inherit;
  }
  #hero .cs-right {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 8px solid var(--primary);
    border-radius: 1.5rem;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
    text-align: center;
  }
  #hero .cs-h3 {
    margin: 0 0 0.5rem 0;
    max-width: 20ch;
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    font-weight: 900;
    color: var(--headerColor);
    text-align: inherit;
  }
  #hero .cs-form-text {
    margin: 0 0 1.5rem 0;
    max-width: 40.625rem;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #hero .cs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  #hero .cs-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 0.875rem;
    color: #767676;
    gap: 0.25rem;
  }
  #hero .cs-input,
  #hero select {
    border: none;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
    height: 3.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: var(--bodyTextColor);
    transition: border-color 0.3s;
  }
  #hero .cs-input::placeholder,
  #hero select::placeholder {
    opacity: 0.6;
    color: #7d799c;
  }
  #hero .cs-input:hover,
  #hero select:hover {
    border-color: var(--secondary);
  }
  #hero .cs-input:focus,
  #hero select:focus {
    outline: 1px solid var(--secondary);
  }
  #hero .cs-textarea {
    margin-bottom: 0.75rem;
    min-height: 5.9375rem;
    padding-top: 1.5rem;
    font-family: inherit;
  }
  #hero .cs-checkbox-group {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border: none;
  }
  #hero legend {
    font-size: 0.875rem;
    color: #767676;
    gap: 0.25rem;
    margin-bottom: 12px;
    text-align: left;
  }
  #hero .cs-checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
  #hero .cs-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  #hero .cs-checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--primary);
  }
  #hero .cs-checkbox label {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
  }
  #hero .cs-submit {
    border: none;
    margin: 0 0 1rem 0;
    width: 100%;
    text-transform: uppercase;
  }
  #hero .cs-submit:hover {
    cursor: pointer;
  }
  #hero .cs-disclaimer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 0 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: left;
    gap: 0.25rem;
  }
  #hero .cs-disclaimer-icon {
    height: auto;
    width: 1.25rem;
  }
  #hero .cs-background {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
  }
  #hero .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.88;
    display: block;
    background: #1a1a1a;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  #list-822 {
    margin: 0 0 2rem 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
  #list-822 .cs-li {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    color: var(--bodyTextColorWhite);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 1.25rem;
  }
  #button-box-839 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  #button-box-839 .cs-button-solid {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 3rem;
    margin: 0;
    background-color: var(--primary);
    max-width: fit-content;
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 2rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    font-weight: 700;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
  }
  #button-box-839 .cs-button-solid:hover {
    background-color: #A1885A;
    color: #fff;
  }
  #button-box-839 .cs-button-transparent {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 3rem;
    margin: 0;
    background-color: #fff;
    max-width: fit-content;
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 2rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    font-weight: 700;
    color: #478af5;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
  }
  #button-box-839 .cs-button-transparent:hover {
    background-color: #A1885A;
    color: #fff;
  }
}
@media only screen and (max-width: 28.75rem) {
  #hero .cs-checkbox-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  #hero .cs-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #hero .cs-checkbox-group {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
  }
  #hero .cs-checkbox-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
  }
  #hero .cs-label {
    grid-column: span 6;
  }
  #hero .cs-name, #hero .cs-message, #hero .cs-submit {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64rem) {
  #hero .cs-container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 80rem;
  }
  #hero .cs-right {
    align-items: flex-start;
  }
  #hero .cs-title:before {
    margin-left: 0;
  }
  #hero .cs-content {
    align-items: center;
    text-align: center;
  }
  #hero .cs-ul {
    display: grid;
  }
  #hero .cs-li {
    grid-column: span 1;
  }
  #hero .cs-flex {
    align-items: flex-start;
    text-align: left;
  }
}
@media only screen and (min-width: 100rem) {
  #hero {
    background: url("/assets/images/beograd-hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero .cs-background img {
    display: none;
  }
}
@media only screen and (min-width: 0rem) {
  body.-mode #hero .cs-right, body.-mode #hero .cs-checkbox-group {
    background-color: var(--medium);
  }
  body.-mode #hero .cs-h3, body.-mode #hero .cs-disclaimer, body.-mode #hero .cs-form-text, body.-mode #hero .cs-label, body.-mode #hero legend, body.-mode #hero .cs-checkbox {
    color: var(--bodyTextColorWhite);
  }
  body.-mode #hero .cs-disclaimer-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.-mode #hero .cs-input, body.-mode #hero select {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--bodyTextColorWhite);
  }
  body.-mode #hero option {
    background-color: #485261;
  }
  body.-mode #hero .cs-form-text {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 48rem) {
  #list-822 {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
}

/*# sourceMappingURL=critical.css.map */
