/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.left-\[-15px\] {
  left: -15px;
}
.float-left {
  float: left;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.\!w-full {
  width: 100% !important;
}
.w-\[calc\(100\%\+50px\)\] {
  width: calc(100% + 50px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[1170px\] {
  max-width: 1170px;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-start {
  justify-content: flex-start;
}
.gap-x-\[25px\] {
  column-gap: 25px;
}
.gap-x-\[30px\] {
  column-gap: 30px;
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#fff\] {
  border-color: #fff;
}
.bg-\[\#000\] {
  background-color: #000;
}
.bg-html-left {
  background-color: var(--color-html-left);
}
.bg-html-right {
  background-color: var(--color-html-right);
}
.bg-transparent {
  background-color: transparent;
}
.\!p-\[10px\] {
  padding: 10px !important;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[25px\] {
  padding: 25px;
}
.px-\[8px\] {
  padding-inline: 8px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.\!font-poppins {
  font-family: var(--font-poppins) !important;
}
.font-poppins {
  font-family: var(--font-poppins);
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[28px\] {
  font-size: 28px !important;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.\!text-\[\#00BBF9\] {
  color: #00BBF9 !important;
}
.\!text-\[\#000\] {
  color: #000 !important;
}
.\!text-\[\#fff\] {
  color: #fff !important;
}
.text-\[\#00BBF9\] {
  color: #00BBF9;
}
.text-\[\#2B2B2B\] {
  color: #2B2B2B;
}
.text-\[\#fff\] {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.placeholder-\[\#eee\] {
  &::placeholder {
    color: #eee;
  }
}
.md\:mb-\[5px\] {
  @media (width >= 768px) {
    margin-bottom: 5px;
  }
}
.md\:mb-\[20px\] {
  @media (width >= 768px) {
    margin-bottom: 20px;
  }
}
.md\:\!grid {
  @media (width >= 768px) {
    display: grid !important;
  }
}
.md\:w-auto {
  @media (width >= 768px) {
    width: auto;
  }
}
.md\:\!flex-row {
  @media (width >= 768px) {
    flex-direction: row !important;
  }
}
.md\:pb-\[20px\] {
  @media (width >= 768px) {
    padding-bottom: 20px;
  }
}
.md\:text-center {
  @media (width >= 768px) {
    text-align: center;
  }
}
.md\:max-xl\:left-\[-25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      left: -25px;
    }
  }
}
.md\:max-xl\:px-\[25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }
}
.md\:max-xl\:pl-\[25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      padding-left: 25px;
    }
  }
}
.lg\:\!flex {
  @media (width >= 992px) {
    display: flex !important;
  }
}
.lg\:w-1\/3 {
  @media (width >= 992px) {
    width: calc(1/3 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 992px) {
    width: calc(2/3 * 100%);
  }
}
.lg\:min-w-\[300px\] {
  @media (width >= 992px) {
    min-width: 300px;
  }
}
.lg\:\!px-\[45px\] {
  @media (width >= 992px) {
    padding-inline: 45px !important;
  }
}
.lg\:pr-\[20px\] {
  @media (width >= 992px) {
    padding-right: 20px;
  }
}
.xl\:left-\[-50px\] {
  @media (width >= 1200px) {
    left: -50px;
  }
}
.xl\:w-\[40\%\] {
  @media (width >= 1200px) {
    width: 40%;
  }
}
.xl\:w-\[60\%\] {
  @media (width >= 1200px) {
    width: 60%;
  }
}
.xl\:\!flex-col {
  @media (width >= 1200px) {
    flex-direction: column !important;
  }
}
.xl\:\!flex-row {
  @media (width >= 1200px) {
    flex-direction: row !important;
  }
}
.xl\:p-\[25px\] {
  @media (width >= 1200px) {
    padding: 25px;
  }
}
.xl\:px-\[50px\] {
  @media (width >= 1200px) {
    padding-inline: 50px;
  }
}
.xl\:pl-\[50px\] {
  @media (width >= 1200px) {
    padding-left: 50px;
  }
}
:root, :host {
  --font-poppins: Poppins, sans-serif;
  --color-html-left: #fff;
  --color-html-right: #000;
}
.test {
  color: red;
}
.mauticform-button, #login-user {
  border: 0 !important;
  width: 100%;
  border-radius: 0 !important;
  padding: 10px !important;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 500;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
.mauticform-input:focus,#email:focus {
  outline: none;
}
.mauticform-radiogrp label {
  color: #fff !important;
  font: normal normal normal 16px/22px Poppins;
  white-space: nowrap;
  white-space: normal;
  @media (width >= 768px) {
    white-space: nowrap;
  }
}
.mauticform-radiogrp-row {
  display: inline-block;
  width: max-content;
  float: left;
  margin-right: 25px;
  margin-top: 15px;
}
.mauticform-selectbox option {
  color: #000;
}
.mauticform-checkboxgrp-row label {
  color: #fff !important;
  font: normal normal normal 12px/18px Poppins;
}
.mauticform-checkboxgrp-row input {
  display: none;
}
.mauticform-checkboxgrp-row {
  position: relative;
}
.mauticform-checkboxgrp-label {
  width: 90%;
  color: white;
  font-size: 12px;
  text-align: left;
  margin-left: 35px;
  line-height: 24px;
  font-weight: 700 !important;
  margin-top: -3px;
}
.mauticform-checkboxgrp-row .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid white;
}
.mauticform-checkboxgrp-label a {
  color: #00BFF3;
}
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark {
  background-color: #2196F3;
}
.mauticform-checkboxgrp-row input:hover,.mauticform-checkboxgrp-row label:hover ~.mauticform-checkboxgrp-label .checkmark {
  background-color: #2196F3;
}
.mauticform-checkboxgrp-label:hover {
  cursor: pointer;
}
.mauticform-checkboxgrp-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark:after {
  display: block;
}
.mauticform-checkboxgrp-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mauticform-errormsg {
  display: none;
  color: red;
  margin-top: -1px !important;
  border-top: 1px solid #a94442;
  content: "";
  font-size: 0;
  z-index: 999;
  position: relative;
}
.mauticform-radiogrp .mauticform-errormsg {
  border: 0 !important;
  font-size: unset;
}
.registered-btn, .register-btn {
  text-align: right;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 20px;
  text-decoration: underline;
  font: normal normal normal 14px/22px Poppins;
}
span.error-loginmessage {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: red;
  background: #ffc7c7;
}
.bot-html-left p {
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
}
.bot-html {
  box-shadow: 0 2px 20px #00000029;
}
speakers,schedule, partners {
  border-radius: 0px 0px 19px 0px;
  float: left;
  width: auto;
  font: normal normal 600 18px/25px Poppins;
}
.header__middle-wrapper {
  padding-bottom: 0 !important;
}
#vimeo {
  height: 250px;
  @media (width >= 576px) {
    height: 300px;
  }
  @media (width >= 768px) {
    height: 455px;
  }
  margin-bottom: 20px;
  @media (width >= 576px) {
    margin-bottom: 10px;
  }
}
.livestream.slido {
  margin-bottom: 20px;
  @media (width >= 992px) {
    margin-bottom: 0px;
  }
}
.inside-element {
  display: none;
}
.mauticform_wrapper {
  width: 100% !important;
  max-width: unset !important;
}
.\!font-bold {
  font-weight: bold;
}
.lg\:\!flex {
  @media (width >= 992px) {
    display: flex !important;
  }
}
.inside-left p, .inside-left ul li {
  font-size: 16px;
}
.inside-left ol, .inside-left ul {
  list-style: disc;
  margin: 0;
  padding-inline-start: 40px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
