:root {
  --container-sm: 540px;
  --container-md: 720px;
  --container: 1132px;
  --container-lg: 1140px;
  --container-xl: 1132px;
  --primary: #005df0;
  --body-line-height: 125%;
  --body-text: rgba(0, 0, 0, 0.87);
  --body-link: rgba(230, 0, 126, 1);
  --body-link-focus-ring: rgba(230, 0, 126, 0.5);
  --body-bg: rgba(249, 239, 237, 1);
  --accent-color: #005df0;
  --accent-color-lighter: rgb(249, 239, 237, 1);
  --accent-color-darker: rgba(251, 137, 200, 1);
  --header-text: rgba(241, 241, 241, 1);
  --header-bg: rgba(0, 0, 0, 0);
  --nav-link: rgba(230, 0, 126, 1);
  --nav-active: rgba(230, 0, 126, 1);
  --nav-link-focus-ring: rgba(230, 0, 126, 0.5);
  --nav-button-color: rgba(255, 255, 255, 1);
  --error-bg: rgba(231, 76, 60, 0.15);
  --error-border: rgba(231, 76, 60, 0.25);
  --error-text: rgba(231, 76, 60, 1);
  --footer-text: rgba(241, 241, 241, 1);
  --footer-link: rgba(255, 255, 255, 1);
  --footer-link-focus-ring: rgba(255, 255, 255, 0.5);
  --footer-bg: rgba(26, 32, 44, 1);
  --btn-text: rgba(255, 255, 255, 1);
  --btn-bg: rgba(59, 72, 80, 1);
  --btn-border-color: rgba(59, 72, 80, 1);
  --btn-hover-text: rgba(255, 255, 255, 1);
  --btn-hover-bg: rgba(36, 44, 49, 1);
  --btn-hover-border-color: rgba(36, 44, 49, 1);
  --btn-focus-ring: rgba(59, 72, 80, 0.5);
  --form-color: rgba(0, 0, 0, 0.87);
  --spacing-xs: 10rem;
  --spacing-s: 12rem;
  --spacing-m: 14rem;
  --spacing-l: 16rem;
  --spacing-xl: 32rem;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-Regular.ttf?3cd786652b8a2e9d41f210cb1a527ff6) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-Medium.ttf?e2d60bc49517598c0ce8b98f8d4e579f) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-SemiBold.ttf?fa8441f345d83a0bc4ec345a6948dbb0) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-Bold.ttf?079ca05d3ded9bc107ab8a8da013be22) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-Medium.ttf?e2d60bc49517598c0ce8b98f8d4e579f) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-SemiBold.ttf?fa8441f345d83a0bc4ec345a6948dbb0) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(https://d207jjg0twkkym.cloudfront.net/89e4be66-e866-424d-bf34-85f86ae1d0d1/vendor/templates/conference/assets/fonts/Montserrat-Bold.ttf?079ca05d3ded9bc107ab8a8da013be22) format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, body {
  scroll-behavior: smooth;
}

.airlst-event {
  color: var(--body-font-color);
  font-size: var(--body-font-size);
  background-color: var(--body-background-color);
  font-family: var(--body-font-family);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

.airlst-event .as-main-wrapper {
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
}

.airlst-event .al-container-fluid {
  max-width: none;
}

.airlst-event .as-content-wrapper {
  flex-grow: 1;
}

.airlst-event p {
  margin-bottom: 1rem;
  overflow: auto;
}

.airlst-event strong {
  font-weight: 700;
  font-family: inherit;
}

.airlst-event a {
  font-size: var(--body-font-size);
  color: var(--link-color);
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.airlst-event a:hover {
  color: var(--link-color-hover);
}

.airlst-event a[type=email] {
  text-decoration: underline;
}

.airlst-event a:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.airlst-event a:focus,
.airlst-event a:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.airlst-event ul, .airlst-event ol {
  margin-bottom: 0.5rem;
}

.airlst-event ul {
  list-style-type: disc;
}

.airlst-event ol {
  list-style-type: decimal;
}

.airlst-event mark {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.airlst-event img {
  align-self: center;
  vertical-align: middle;
}

.airlst-event hr {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  border-color: currentColor;
}

.airlst-event .widget {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.airlst-event section {
  background-color: var(--section-background-color);
  color: var(--section-font-color);
}

@media (min-width: 768px) {
  .airlst-event .btn-container {
    display: flex;
  }
}

.airlst-event .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
  .airlst-event .btn {
    min-width: 12rem;
    width: auto;
    flex: none;
  }
}

.airlst-event .container-sm,
.airlst-event .container-md,
.airlst-event .container-lg,
.airlst-event .container-xl,
.airlst-event .container-fluid {
  margin: auto;
  width: 100%;
}

.airlst-event .container, .airlst-event .content-boxed, .airlst-event .boxed, .airlst-event .contact-form-section, .airlst-event .map-section, .airlst-event .text-section, .airlst-event .speakers-section, .airlst-event .agenda-section, .airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column {
  max-width: var(--container);
}

.airlst-event .container-sm {
  max-width: var(--container-sm);
}

.airlst-event .container-md {
  max-width: var(--container-md);
}

.airlst-event .container-lg {
  max-width: var(--container-lg);
}

.airlst-event .container-xl {
  max-width: var(--container-xl);
}

.airlst-event .form-wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.airlst-event .form-wrapper label {
  margin-bottom: 0;
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: var(--input-label-color);
}

.airlst-event .form-wrapper .form-element {
  background-color: var(--input-background-color);
  border-color: var(--input-border-color);
  border-width: var(--input-border-size);
  border-radius: var(--input-border-radius);
  color: var(--input-font-color);
  font-size: var(--input-font-size);
  padding: 8px 12px !important;
}

.airlst-event .form-wrapper .form-element.textarea {
  min-height: 10rem;
}

.airlst-event .form-wrapper .form-element .textarea-word-count {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: var(--input-font-color);
}

.airlst-event .form-wrapper .form-element:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--input-border-color-focus);
}

.airlst-event .form-wrapper .form-element:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--input-border-color-focus);
}

.airlst-event .form-wrapper .form-element[readonly], .airlst-event .form-wrapper .form-element[disabled] {
  outline: none;
  color: #6C757D;
}

.airlst-event .form-wrapper input[type=radio]:not(:checked),
.airlst-event .form-wrapper input[type=checkbox]:not(:checked) {
  background-color: var(--input-background-color);
  border-color: var(--input-border-color);
}

.airlst-event .message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.airlst-event .message.error-message {
  color: var(--error-text);
  border-color: var(--input-border-color);
}

.airlst-event input[type=checkbox] {
  margin-right: 0.5rem;
  cursor: pointer;
  border-color: var(--accent-color);
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  border-radius: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.airlst-event input[type=checkbox]:checked {
  background-color: var(--accent-color);
}

.airlst-event h1 {
  font-family: var(--heading-1-font-family);
  font-size: var(--heading-1-font-size);
  color: var(--heading-1-font-color);
}

.airlst-event h2 {
  font-family: var(--heading-2-font-family);
  font-size: var(--heading-2-font-size);
  color: var(--heading-2-font-color);
}

.airlst-event h3 {
  font-family: var(--heading-3-font-family);
  font-size: var(--heading-3-font-size);
  color: var(--heading-3-font-color);
}

.airlst-event h4 {
  font-family: var(--heading-4-font-family);
  font-size: var(--heading-4-font-size);
  color: var(--heading-4-font-color);
}

.airlst-event h5 {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-font-color);
}

.airlst-event p {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-font-color);
}

.airlst-event .nav-icon {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .airlst-event .nav-icon {
    display: none;
  }
}

.airlst-event .nav-container {
  width: 100%;
  align-items: center;
}

.airlst-event .logout-button-wrapper {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {

  .airlst-event .logout-button-wrapper {
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
}

.airlst-event .logout-button-wrapper .logout-button-icon {
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px) {
  .airlst-event .nav-container {
    width: auto;
  }
  .airlst-event .nav-menu-container > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
  }
}

.airlst-event nav {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .airlst-event nav {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .airlst-event .header.header-centered nav {
    justify-content: center;
    padding: 0.75rem;
  }
}

.airlst-event nav a {
  box-shadow: 0 10px 0 -8px transparent;
  display: block;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
}

.airlst-event nav a:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .airlst-event nav a {
    margin-right: 60px;
    font-size: 16px;
  }
  .airlst-event nav a:not(:first-child) {
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .airlst-event nav a:hover,
  .airlst-event nav .active {
    color: inherit;
    border-bottom: 1px solid #ffffff;
  }
}

.airlst-event .nav-items {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .airlst-event nav a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .airlst-event .nav-items {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 50;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    border: 1px solid #c3c6cb;
    padding: 10px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.38);
  }
  .airlst-event .nav-items a {
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .airlst-event .nav-menu-container.menu-center-alignment .nav-items,
  .airlst-event .nav-menu-container.menu-left-alignment .nav-items {
    left: 0;
  }
}

.airlst-event .login-section {
  margin-top: -88px;
  margin-bottom: -1px;
  position: relative;
}

.airlst-event .login-section.content-boxed {
  max-width: none !important;
}

.airlst-event .login-inner {
  position: relative;
  z-index: 2;
}

.airlst-event .login-inner .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 750px;
}

.airlst-event .login-inner .form-wrapper .login-form {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
}

@media (min-width: 768px) {

  .airlst-event .login-inner .form-wrapper .login-form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.airlst-event .login-inner .form-wrapper .login-form {
  max-width: 400px;
  padding: 25px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 5px solid #0064f9;
}

.airlst-event .login-inner .form-wrapper .login-form .login-title {
  margin-bottom: 10px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-title .section-title {
  justify-content: center;
}

.airlst-event .login-inner .form-wrapper .login-form .login-title h2 {
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 24px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-text {
  margin-bottom: 20px;
  text-align: center;
  line-height: 20px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-text p {
  color: inherit;
  font-size: 14px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-inputs {
  margin-bottom: 10px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-inputs input {
  padding: 4px 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  height: 38px;
  color: var(--body-font-color);
  border-radius: 100px;
  font-size: 14px;
  min-height: unset;
}

.airlst-event .login-inner .form-wrapper .login-form .login-button-container {
  margin-bottom: 15px;
}

.airlst-event .login-inner .form-wrapper .login-form .login-button-container .login-button {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.airlst-event .login-inner .form-wrapper .login-form .login-button-container .login-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .header {
  position: relative;
  z-index: 10;
  height: 88px;
}

.airlst-event .header .header-delta {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.airlst-event .header .alpha {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {

  .airlst-event .header .alpha {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.airlst-event .header .logo-container {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {

  .airlst-event .header .logo-container .logo {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.airlst-event .header .logo-container .logo img {
  width: 80px;
}

.airlst-event .header .logo-container .text-logo {
  color: var(--header-text);
  display: none;
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .airlst-event .header.header-right .logo-container {
    order: 9999;
  }
  .airlst-event .header.header-right .logo-container .logo {
    order: 9999;
  }
  .airlst-event .header .alpha {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .airlst-event .header.header-centered .logo,
  .airlst-event .header.header-centered .text-logo,
  .airlst-event .header.header-centered .logo-container {
    display: block;
  }
  .airlst-event .header.header-centered .logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .airlst-event .header.header-centered .text-logo {
    text-align: center;
  }
  .airlst-event .header.header-centered .alpha {
    flex-direction: column;
  }
}

.airlst-event .language-selection-wrapper {
  position: relative;
  padding-left: 0.75rem;
}

@media (min-width: 768px) {

  .airlst-event .language-selection-wrapper {
    padding-left: 1.5rem;
    padding-right: 0.75rem;
  }
}

.airlst-event .language-selection-wrapper .language-selection-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  white-space: nowrap;
  color: #ffffff;
  font-size: var(--body-font-size);
}

.airlst-event .language-selection-wrapper .language-selection-button .language-radio-button {
  height: 0.75rem;
  width: 0.75rem;
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-button-icon-dropdown {
  height: 34px;
  width: 34px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 198 203 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

@media (min-width: 768px) {

  .airlst-event .language-selection-wrapper .language-selection-button .language-selection-button-icon-dropdown {
    height: 1.25rem;
    width: 1.25rem;
    border-width: 0px;
    padding: 0;
  }
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 20;
  margin-top: 45px;
  width: 100%;
}

@media (min-width: 768px) {

  .airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown {
    right: 50px;
    margin-top: 30px;
  }
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list {
  background-color: rgba(0, 0, 0, 0.38);
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .language {
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  font-size: var(--body-font-size);
  color: #ffffff;
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .language .language-radio-button {
  margin-right: 0.25rem;
  height: 8px;
  width: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-image: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown .language-selection-list .active-language {
  background-color: #ffffff !important;
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown ul {
  padding-left: 0;
}

.airlst-event .language-selection-wrapper .language-selection-button .language-selection-dropdown ul li {
  margin-bottom: 0;
}

.airlst-event .logout-button-wrapper .logout-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-size: var(--body-font-size);
}

@media (min-width: 768px) {
  .airlst-event .language-selection-button-icon {
    margin-right: 0.25rem;
  }
}

.airlst-event .mobile-naviation-btn {
  --tw-border-opacity: 1;
  border-color: rgb(195 198 203 / var(--tw-border-opacity, 1));
}

.airlst-event .mobile-naviation-btn svg {
  fill: white;
}

.airlst-event .hero-section:has(.with-countdown) {
  margin-bottom: 50px;
}

.airlst-event .hero-section .widget {
  padding: 0 !important;
}

.airlst-event .hero-section .content-boxed {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.airlst-event .hero-section .content-full {
  padding-left: 0;
  padding-right: 0;
}

.airlst-event .hero-section .hero {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.airlst-event .hero-section .hero .hero-wrapper {
  position: relative;
  height: var(--spacing-xl);
  padding-bottom: 0;
  padding-top: 0;
  height: 650px;
  margin-top: -92px;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-color: #889aae;
  background-color: #48586a;
  height: 100%;
  background-position: bottom;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {

  .airlst-event .hero-section .hero .hero-wrapper .hero-row-content {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content {
  justify-content: center;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column {
  margin-top: 150px !important;
  border: 15px solid var(--accent-color);
  position: relative;
  top: 80px;
  width: 950px;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner {
  background: rgba(0, 0, 0, 0.35);
  justify-content: center !important;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .section-title {
  justify-content: center;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .section-title h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 90px;
  letter-spacing: 0.49px;
  margin-bottom: 10px;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner p {
  font-size: var(--heading-2-font-size);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 30px !important;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .btn-container {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.75rem;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .btn-container .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  min-width: 15rem;
}

.airlst-event .hero-section .hero .hero-wrapper .hero-row-content .hero-row-column .hero-row-column-inner .btn-container .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .hero-section .hero-countdown-container {
  bottom: -50px;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  width: 950px;
  margin: 0 auto !important;
  height: 89px;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner {
  display: flex;
  align-items: center;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner p {
  color: inherit;
  margin: 0;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column {
  width: 180px;
  gap: 15px;
  display: inline-block;
  display: flex;
  align-items: center;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .value {
  font-size: 40px;
  font-family: Montserrat-Bold, sans-serif;
}

.airlst-event .hero-section .hero-countdown-container .hero-countdown-wrapper .countdown-inner .countdown-column .label {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  .airlst-event .hero-section .hero-row-content .hero-row-column {
    width: 95% !important;
  }
  .airlst-event .hero-section .hero-countdown-wrapper {
    width: 95% !important;
  }
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner .countdown-column {
    width: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .airlst-event .hero-section .hero .hero-wrapper {
    height: 550px !important;
  }
  .airlst-event .hero-section .hero-row-content .hero-row-column {
    top: 58px !important;
  }
  .airlst-event .hero-section .hero-row-content .hero-row-column .hero-row-column-inner .section-title h2 {
    font-size: 50px !important;
  }
  .airlst-event .hero-section .hero-countdown-container {
    bottom: -16px !important;
  }
  .airlst-event .hero-section .hero-countdown-wrapper {
    height: 75px !important;
  }
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner .countdown-column {
    width: 80px !important;
    gap: 5px !important;
    flex-direction: column;
  }
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner .countdown-column .value {
    font-size: 20px !important;
  }
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner .countdown-column .label {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 433px) {
  .airlst-event .hero-section .hero-countdown-wrapper .countdown-inner .countdown-column {
    width: 65px !important;
  }
}

.airlst-event .registration-section .section-title {
  justify-content: center !important;
}

.airlst-event .registration-section .widget {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 768px) {

  .airlst-event .registration-section .widget {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.airlst-event .registration-section .content-boxed {
  padding-left: 0;
  padding-right: 0;
}

.airlst-event .registration-section .content-full {
  padding-left: 0;
  padding-right: 0;
}

.airlst-event .registration-section .registration .form-fields-grid {
  gap: 18px;
}

.airlst-event .registration-section .registration .form-field label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.airlst-event .registration-section .registration .form-field.type-checkbox .form-checkbox-field > label {
  display: flex;
  align-items: center;
}

.airlst-event .registration-section .registration .form-field.type-checkbox_multiple .multiselect-checkbox-field-item.disabled {
  opacity: 0.5;
}

.airlst-event .registration-section .registration .btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 170px;
  justify-content: center;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .registration-section .registration .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .registration-section .registration .captcha-wrapper {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner {
  max-width: 350px;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

  .airlst-event .registration-section .registration .captcha-wrapper .captcha-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field {
  margin-bottom: 0.25rem;
  text-align: center;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field .captcha-field-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--heading-4-font-family);
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-field .captcha-field-input {
  margin-bottom: 0.25rem;
  border-color: #bbb;
  border-radius: 0;
  height: 44px;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper {
  display: flex;
  justify-content: center;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image {
  width: 190px;
}

@media (min-width: 768px) {

  .airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image {
    width: 150px;
  }
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  padding: 6px;
  border-radius: 0;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .registration-section .registration .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.airlst-event .registration-section .registration .registration-field-error .form-wrapper select, .airlst-event .registration-section .registration .registration-field-error .form-wrapper input, .airlst-event .registration-section .registration .registration-field-error .form-wrapper textarea {
  border-color: #ff8996 !important;
}

.airlst-event .registration-section .form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.airlst-event .registration-section .registration-participation-message {
  text-align: center;
}

.airlst-event .registration-section .steps-container .step-item-wrapper .step-order-value {
  --tw-bg-opacity: 1;
  background-color: rgb(169 174 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.airlst-event .registration-section .steps-container .step-item-wrapper.active .step-order-value, .airlst-event .registration-section .steps-container .step-item-wrapper.done .step-order-value {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.airlst-event .registration-section .steps-container .step-item-wrapper.active .step-item-label {
  font-family: var(--heading-4-font-family);
}

.airlst-event .registration-section .steps-container .line-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(169 174 184 / var(--tw-bg-opacity, 1));
}

.airlst-event .registration-section .steps-container .line-wrapper .inner-line-wrapper {
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 249 / var(--tw-bg-opacity, 1));
}

.airlst-event .registration-section .steps-container .line-wrapper.active .inner-line-wrapper {
  width: 50%;
}

.airlst-event .registration-section .steps-container .line-wrapper.done .inner-line-wrapper {
  width: 100%;
}

.airlst-event .registration-message-waitlist {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 235 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}

.airlst-event .agenda-section .widget {
  padding-bottom: 4rem;
}

.airlst-event .agenda-section .section-title {
  justify-content: center;
}

.airlst-event .agenda-section .section-title h2 {
  margin-bottom: 25px;
}

.airlst-event .agenda-section .agenda-wrapper {
  border-top: 1px solid #e5eaf0;
}

.airlst-event .agenda-section .agenda-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5eaf0;
}

.airlst-event .agenda-section .agenda-item .agenda-item-time {
  font-family: Montserrat-Bold, sans-serif;
  margin-bottom: 0px;
}

.airlst-event .agenda-section .agenda-item .agenda-item-title {
  font-family: var(--heading-2-font-family);
}

.airlst-event .agenda-section .agenda-item-inner {
  gap: 0.75rem;
  display: flex;
}

.airlst-event .agenda-section .agenda-item-inner .agenda-item-details {
  white-space: nowrap;
  font-weight: bold;
  width: 200px;
}

.airlst-event .agenda-section .type-list .agenda-item-inner {
  flex-direction: column;
}

.airlst-event .speakers-section .section-title {
  justify-content: center;
  margin-bottom: 25px;
}

.airlst-event .speakers-section .speaker-name {
  color: var(--body-font-color);
  font-family: Montserrat-Bold, sans-serif;
  margin: 5px 0 0 0;
  font-size: 18px;
}

.airlst-event .speakers-section .widget > div.vertical-layout > div > div {
  border: 1px solid rgba(4, 48, 67, 0.16);
}

@media (min-width: 768px) {

  .airlst-event .speakers-section .widget > div.vertical-layout > div > div .speaker-image {
    max-width: 260px;
  }
}

.airlst-event .speakers-section .widget > div.vertical-layout > div > div > div:nth-child(2) {
  display: block;
  padding-right: 20px;
}

.airlst-event .speakers-section .widget > div.vertical-layout > div > div > div:nth-child(2) .speaker-name {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.airlst-event .speakers-section .widget > div.vertical-layout > div > div > div:nth-child(2) .speaker-title {
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.airlst-event .text-section .section-title {
  justify-content: center;
  margin-bottom: 25px;
}

.airlst-event .text-section p a {
  text-decoration: underline;
}

.airlst-event .text-section .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .text-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .text-image-section .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .text-image-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .text-image-section p a {
  text-decoration: underline;
}

.airlst-event .text-image-section img {
  align-self: start;
}

.airlst-event .map-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.airlst-event .map-section .widget > div:not(.is-vertical) > div:first-child {
  width: 35% !important;
}

.airlst-event .map-section .widget > div:not(.is-vertical) > div:nth-child(2) {
  width: 65% !important;
}

.airlst-event .map-section .widget > div:not(.is-vertical) > div:nth-child(2) iframe {
  height: 319px !important;
  width: 100% !important;
}

.airlst-event .map-section .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .map-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .airlst-event .map-section .widget > div:not(.is-vertical) > div:first-child {
    width: 100% !important;
  }
  .airlst-event .map-section .widget > div:not(.is-vertical) > div:nth-child(2) {
    width: 100% !important;
  }
}

.airlst-event .video-section .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .video-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .contact-form-section .widget {
  padding-bottom: 3rem;
}

.airlst-event .contact-form-section .section-title {
  justify-content: center;
}

.airlst-event .contact-form-section .section-title h2 {
  margin-bottom: 25px;
}

.airlst-event .contact-form-section .section-subtitle {
  text-align: center;
}

.airlst-event .contact-form-section .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  margin-bottom: 1.5rem;
}

.airlst-event .contact-form-section .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .contact-form-section .contact-form {
  margin-top: 2.5rem;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner {
  display: flex;
  flex-wrap: wrap;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info {
  display: none !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner {
  display: flex;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-image-container {
  width: 33.333333%;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-image-container .contact-form-image {
  width: 100%;
  border-radius: 9999px;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container {
  margin-top: 0.5rem;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary {
  margin-bottom: 1.5rem;
  line-height: var(--body-line-height);
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary p {
  margin-bottom: 0;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-primary .contact-form-info-name {
  font-family: Montserrat-Bold, sans-serif;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-info .contact-form-info-inner .contact-form-info-container .contact-form-info-secondary {
  line-height: var(--body-line-height);
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields {
  width: 100% !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .form-label {
  margin-bottom: 0.5rem;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 -16px !important;
  width: auto !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form > div:nth-child(2) {
  display: none !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form input[type=text] {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 1.5px #dedcdc !important;
  border-radius: 0 !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form input[type=text]:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form textarea {
  border: solid 1.5px #dedcdc !important;
  border-radius: 0 !important;
  font-size: 13px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.airlst-event .contact-form-section .contact-form .contact-form-inner .contact-form-fields form textarea:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none;
}

.airlst-event .contact-form-section .form-label {
  font-size: 16px;
}

.airlst-event .countdown-section .countdown-inner {
  gap: 1.25rem;
}

.airlst-event .countdown-section .countdown-inner .countdown-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.airlst-event .countdown-section .countdown-inner .countdown-column .value {
  font-family: var(--heading-1-font-family);
  font-size: var(--heading-1-font-size);
}

.airlst-event .footer-section .content-boxed {
  width: 100%;
}

.airlst-event .footer-section .widget {
  padding: 0 !important;
}

.airlst-event .footer-section .footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.airlst-event .footer-section .footer p {
  color: inherit;
  margin: 0 !important;
}

.airlst-event .footer-section .footer p a {
  color: inherit;
}

.airlst-event .footer-section .footer .footer-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.airlst-event .footer-section .footer .footer-inner .footer-item .footer-item-social-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.airlst-event .footer-section .footer .footer-inner .footer-item .footer-item-social-links .footer-item-social-link .footer-item-social-link-icon {
  width: 1.5rem;
}

@media screen and (max-width: 768px) {
  .airlst-event .footer-section .footer-item {
    justify-content: center;
  }
  .airlst-event .footer-section .footer-item p a {
    font-size: 14px;
  }
}

.airlst-event .boxed {
  margin-left: auto;
  margin-right: auto;
}

.airlst-event .full {
  max-width: 100%;
}

.airlst-event .content-boxed {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {

  .airlst-event .content-boxed {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.airlst-event .content-full {
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {

  .airlst-event .content-full {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.airlst-event .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.airlst-event .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.airlst-event .btn-disabled {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  opacity: 0.3;
  cursor: not-allowed;
}

.airlst-event .btn-disabled:hover {
  color: var(--button-font-color) !important;
  background-color: var(--button-background-color) !important;
  border-color: var(--button-background-color) !important;
  border-radius: var(--button-border-radius) !important;
  font-size: var(--button-font-size) !important;
}

.airlst-event #cookie-consent-modal p, .airlst-event #cookie-consent-modal h5, .airlst-event #cookie-consent-modal a {
  color: #000 !important;
}

.airlst-event #cookie-consent-modal #img-logo img {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.38);
  width: 85px !important;
}

.airlst-event #cookie-consent-modal .bg-primary {
  background-color: #fff;
}

.airlst-event #cookie-consent-modal .border-primary {
  border-color: #fff;
}

.airlst-event #cookie-consent-modal h5 {
  font-family: var(--heading-4-font-family);
  font-size: 14px;
}

.airlst-event #cookie-consent-modal p {
  font-weight: 600;
  font-size: 14px;
}

.airlst-event #cookie-consent-modal .btn {
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
  min-width: unset;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border-color: #000 !important;
  font-size: 14px;
}

.airlst-event #cookie-consent-modal .btn:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
  font-size: 14px;
}

.airlst-event #cookie-consent-modal *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.airlst-event #cookie-consent-modal *::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #fff;
  border-radius: 77px;
}

.airlst-event #cookie-consent-modal *::-webkit-scrollbar-track {
  background: #f7f8f9;
  border: 1px solid #fff;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .btn-container {
    display: flex;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
  .btn {
    min-width: 12rem;
    width: auto;
    flex: none;
  }
}

.captcha-container .error-message {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.captcha-wrapper {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.captcha-wrapper .captcha-inner {
  max-width: 350px;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

  .captcha-wrapper .captcha-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.captcha-wrapper .captcha-inner .captcha-field {
  margin-bottom: 0.25rem;
  text-align: center;
}

.captcha-wrapper .captcha-inner .captcha-field .captcha-field-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--heading-4-font-family);
}

.captcha-wrapper .captcha-inner .captcha-field .captcha-field-input {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-color: #bbb;
  border-radius: 0;
  height: 44px;
}

.captcha-wrapper .captcha-inner .captcha-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .captcha-wrapper .captcha-inner .captcha-image-wrapper {
    flex-direction: row;
  }
}

.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image {
  width: 190px;
}

@media (min-width: 768px) {

  .captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-image {
    width: 150px;
  }
}

.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 6px;
  color: var(--button-font-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  padding: 7px 28px;
  transition: all 0.25s ease-in-out;
}

.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button:hover {
  color: var(--button-font-color-hover);
  background-color: var(--button-background-color-hover);
  border-color: var(--button-border-color-hover);
  font-size: var(--button-font-size-hover);
  border-radius: var(--button-border-radius-hover);
  box-shadow: none;
}

.captcha-wrapper .captcha-inner .captcha-image-wrapper .captcha-button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.airlst-event ul,
.prose ul {
  padding-left: 18px;
}

.airlst-event ul li,
.prose ul li {
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
}

.airlst-event ul li p,
.prose ul li p {
  margin-left: -5px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.airlst-event ul li::marker,
.prose ul li::marker {
  color: var(--heading-2-font-color);
  font-size: 18px;
}

.ProseMirror {
  color: var(--body-font-color);
}
