* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

#desktop {
  display: flex;
}
@media (max-width: 600px) {
  #desktop {
    display: none;
  }
}

#mobile {
  display: none;
}
@media (max-width: 600px) {
  #mobile {
    display: flex;
  }
}

.hero {
  background: url(assets/herobg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 95vh;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5% 0 5% 5%;
  gap: 25px;
}
.hero .mainDiv .heroDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 24px;
  border-radius: 6px;
  border-top: 6px solid #F1EDC6;
  border-right: 1px solid #F1EDC6;
  border-bottom: 1px solid #F1EDC6;
  border-left: 1px solid #F1EDC6;
  background: radial-gradient(65.81% 64.38% at 55.74% -0.1%, rgba(241, 237, 198, 0.18) 0%, rgba(241, 237, 198, 0.1) 100%);
  backdrop-filter: blur(10.5px);
}
.hero .mainDiv .heroDiv .textDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hero .mainDiv .heroDiv .textDiv h1 {
  color: #F1EDC6;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  max-width: 543px;
}
.hero .mainDiv .heroDiv .textDiv p {
  color: #F1EDC6;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  max-width: 543px;
}
.hero .mainDiv .heroDiv .formDiv {
  align-self: stretch;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: unset;
  padding: unset;
  width: 100%;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-title {
  color: #F2F7FE;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  margin-top: 10px;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-content {
  width: 100%;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-content ._field-wrapper {
  margin-bottom: 8px;
  position: relative;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-content ._field-wrapper .icon1, .hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-content ._field-wrapper .icon2 {
  position: absolute;
  top: 25%;
  left: 15px;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ #fullname, .hero .mainDiv .heroDiv .formDiv #_form_21_ #email {
  display: flex;
  width: 100%;
  padding: 15px 0 15px 50px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #F1EDC6;
  background: rgba(255, 255, 255, 0.28);
  color: #F1EDC6;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ #fullname::placeholder, .hero .mainDiv .heroDiv .formDiv #_form_21_ #email::placeholder {
  color: #F1EDC6;
  opacity: 1;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ ._button-wrapper {
  display: flex;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ #_form_21_submit {
  display: flex;
  padding: 19px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px;
  background: #FFCB11;
  border: unset;
  width: 100%;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  transition: 0.2s;
}
.hero .mainDiv .heroDiv .formDiv #_form_21_ #_form_21_submit:hover {
  filter: brightness(85%);
}
@media (max-width: 600px) {
  .hero {
    background: url(assets/herobgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    align-items: center;
    min-height: unset;
  }
  .hero .mainDiv {
    padding: 40% 24px 24px;
    gap: 15px;
  }
  .hero .mainDiv .heroDiv {
    padding: 24px 16px;
    gap: 15px;
    backdrop-filter: unset;
    background: radial-gradient(65.81% 64.38% at 55.74% -0.1%, rgba(241, 237, 198, 0.22) 0%, rgba(241, 237, 198, 0) 100%);
  }
  .hero .mainDiv .heroDiv .textDiv h1 {
    font-size: 19px;
    text-align: center;
  }
  .hero .mainDiv .heroDiv .textDiv p {
    font-size: 16px;
    text-align: center;
  }
  .hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-element {
    margin: unset;
    margin-bottom: unset;
  }
  .hero .mainDiv .heroDiv .formDiv #_form_21_ ._form-title {
    font-size: 16px;
  }
  .hero .mainDiv .heroDiv .formDiv #_form_21_ #fullname, .hero .mainDiv .heroDiv .formDiv #_form_21_ #email {
    font-size: 16px;
    padding: 15px 0 15px 50px;
  }
  .hero .mainDiv .heroDiv .formDiv #_form_21_ #_form_21_submit {
    font-size: 12px;
    padding: 17px 10px;
  }
}

.content {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #F1EDC6;
  background: #212121;
}
.content .titleDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.content .titleDiv h2 {
  color: #F1EDC6;
  text-align: center;
  font-family: "grand-central", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.content .iconFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.content .iconFlex .iconDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.content .iconFlex .iconDiv .svgDiv {
  display: flex;
  width: 85px;
  height: 85px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(241, 237, 198, 0.07);
}
.content .iconFlex .iconDiv p {
  color: #F1EDC6;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  max-width: 230px;
}
@media (max-width: 600px) {
  .content {
    padding: 40px 24px;
  }
  .content .titleDiv h2 {
    font-size: 33px;
    max-width: 258px;
  }
  .content .iconFlex {
    flex-direction: column;
    align-items: center;
  }
  .content .iconFlex .iconDiv {
    align-items: center;
  }
  .content .iconFlex .iconDiv p {
    text-align: center;
    max-width: 264px;
  }
}

footer {
  display: flex;
  padding: 25px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #242424;
}
footer p {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
footer > div a {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: 0.2s;
}
footer > div a:hover {
  color: #44474b;
}
@media (max-width: 600px) {
  footer {
    padding: 20px;
    gap: 15px;
  }
}

#_form_21_ {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

#_form_21_ * {
  outline: 0;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_21_._form-top {
  top: 0;
}

#_form_21_._form-bottom {
  bottom: 0;
}

#_form_21_._form-left {
  left: 0;
}

#_form_21_._form-right {
  right: 0;
}

#_form_21_ textarea {
  resize: none;
}

#_form_21_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

#_form_21_ ._submit.processing {
  position: relative;
}

#_form_21_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#FFCB11, #FFCB11), conic-gradient(#FFCB11, #FFFFFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}

#_form_21_ ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFCB11 !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
#_form_21_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_21_ ._close-icon:before {
  position: relative;
}

#_form_21_ ._form-body {
  margin-bottom: 30px;
}

#_form_21_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_21_ ._form-content-right {
  margin-left: 164px;
}

#_form_21_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_21_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

#_form_21_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#_form_21_ ._form-label, #_form_21_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#_form_21_._dark ._form-branding {
  color: #333;
}

#_form_21_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

#_form_21_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_21_ ._form_element * {
  font-size: 14px;
}

#_form_21_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_21_ ._form_element._clear:after {
  clear: left;
}

#_form_21_ ._form_element input[type=text], #_form_21_ ._form_element input[type=date], #_form_21_ ._form_element select, #_form_21_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

#_form_21_ ._field-wrapper {
  position: relative;
}

#_form_21_ ._inline-style {
  float: left;
}

#_form_21_ ._inline-style input[type=text] {
  width: 150px;
}

#_form_21_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}

#_form_21_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_21_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_21_ ._clear-element {
  clear: left;
}

#_form_21_ ._full_width {
  width: 100%;
}

#_form_21_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#_form_21_ input[type=text]._has_error, #_form_21_ textarea._has_error {
  border: #F37C7B 1px solid;
}

#_form_21_ input[type=checkbox]._has_error {
  outline: #F37C7B 1px solid;
}

#_form_21_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

#_form_21_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

#_form_21_ ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}

#_form_21_ ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFDDDD;
}

#_form_21_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFDDDD;
}

#_form_21_ ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #FFDDDD;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(31, 33, 41, 0.298295);
}

#_form_21_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

#_form_21_ ._button-wrapper ._error-inner._form_error {
  position: static;
}

#_form_21_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}

#_form_21_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_21_ ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

#_form_21_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}

#_form_21_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

#_form_21_ input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}

#_form_21_ input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}

@media (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  #_form_21_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_21_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_21_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_21_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_21_ ._form-title, #_form_21_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  #_form_21_ ._form-title {
    font-size: 1.2em;
  }
  #_form_21_ ._form_element {
    padding: 0;
    width: 100%;
  }
  #_form_21_ ._form-element, #_form_21_ ._inline-style, #_form_21_ input[type=text], #_form_21_ label, #_form_21_ p, #_form_21_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_21_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_21_ ._row input[type=checkbox], #_form_21_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_21_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_21_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_21_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_21_ input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  #_form_21_ input[type=radio], #_form_21_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_21_ button[type=submit] {
    padding: 20px;
    font-size: 1.5em;
  }
}
#_form_21_._inline-form ._form-branding {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}

#_form_21_:before, #_form_21_:after {
  content: " ";
  display: table;
}

#_form_21_:after {
  clear: both;
}

#_form_21_._inline-style {
  width: auto;
  display: inline-block;
}

#_form_21_._inline-style input[type=text], #_form_21_._inline-style input[type=date] {
  padding: 10px 12px;
}

#_form_21_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_21_._inline-style p {
  margin: 0;
}

#_form_21_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

#_form_21_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 667px) {
  #_form_21_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-left: 0 !important;
  }
}
#_form_21_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#_form_21_ .iti input {
  width: 100%;
  height: 32px;
  border: #979797 1px solid;
  border-radius: 4px;
}

#_form_21_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #FFFFFF;
  border-radius: 4px;
}

#_form_21_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#_form_21_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

#_form_21_ .iti__country-list--dropup {
  margin-bottom: 4px;
}

#_form_21_ .phone-error-hidden {
  display: none;
}

#_form_21_ .phone-error {
  color: #E40E49;
}

#_form_21_ .phone-input-error {
  border: 1px solid #E40E49 !important;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  line-height: 1;
  display: block;
  font-weight: 700;
}

#_form_21_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  margin-top: 0.3333333333em;
  font-size: 0.8571428571em;
}

/*# sourceMappingURL=style.min.css.map */
