/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@layer properties;
@layer theme {
  :root, :host {
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --font-poppins: Poppins, 'Roboto', 'sans-serif';
    --color-html-left: #fff;
    --color-read-more: #243387;
  }
}
.webcasts {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[45px\] {
    top: 45px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-left-\[45px\] {
    left: calc(45px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-15px\] {
    left: -15px;
  }
  .float-left {
    float: left;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-\[10px\] {
    margin-inline: calc(10px * -1);
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[125px\] {
    margin-top: 125px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .\!mb-\[10px\] {
    margin-bottom: 10px !important;
  }
  .\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .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;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[455px\] {
    height: 455px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[3\.5rem\] {
    min-height: 3.5rem;
  }
  .min-h-\[4\.5rem\] {
    min-height: 4.5rem;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[156px\] {
    width: 156px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[810px\] {
    width: 810px;
  }
  .w-\[calc\(100\%\+50px\)\] {
    width: calc(100% + 50px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[15px\] {
    column-gap: 15px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[25px\] {
    column-gap: 25px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[60px\] {
    column-gap: 60px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-tl-\[0\] {
    border-top-left-radius: 0;
  }
  .rounded-tr-\[0\] {
    border-top-right-radius: 0;
  }
  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .rounded-bl-\[0\] {
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .\!border-b-1 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-b-\[\#fff\] {
    border-bottom-color: #fff !important;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[var\(--webcast-error-color\)\] {
    background-color: var(--webcast-error-color);
  }
  .bg-\[var\(--webcast-primary-color\)\] {
    background-color: var(--webcast-primary-color);
  }
  .bg-\[var\(--webcast-secondary-color\)\] {
    background-color: var(--webcast-secondary-color);
  }
  .bg-\[var\(--webcast-tertiary-color\)\] {
    background-color: var(--webcast-tertiary-color);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-html-left {
    background-color: var(--color-html-left);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[45px\] {
    padding: 45px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-\[25px\] {
    padding-right: 25px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .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-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[25px\] {
    font-size: 25px !important;
  }
  .\!text-\[28px\] {
    font-size: 28px !important;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#2B2B2B\] {
    color: #2B2B2B !important;
  }
  .\!text-\[\#fff\] {
    color: #fff !important;
  }
  .\!text-\[var\(--webcast-boticon_color\)\] {
    color: var(--webcast-boticon_color) !important;
  }
  .\!text-\[var\(--webcast-live_title_color\)\] {
    color: var(--webcast-live_title_color) !important;
  }
  .\!text-\[var\(--webcast-text_title\)\] {
    color: var(--webcast-text_title) !important;
  }
  .\!text-\[var\(--webcast-topicon_color\)\] {
    color: var(--webcast-topicon_color) !important;
  }
  .\!text-\[var\(--webcast-topicon_textcolor\)\] {
    color: var(--webcast-topicon_textcolor) !important;
  }
  .\!text-\[var\(--webcast-webcast_text\)\] {
    color: var(--webcast-webcast_text) !important;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-\[var\(--webcast-boticon_textcolor\)\] {
    color: var(--webcast-boticon_textcolor);
  }
  .text-\[var\(--webcast-tertiary-color\)\] {
    color: var(--webcast-tertiary-color);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-read-more {
    color: var(--color-read-more);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!underline {
    text-decoration-line: underline !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .visited\:\!text-\[\#fff\] {
    &:visited {
      color: #fff !important;
    }
  }
  .hover\:\!text-\[\#fff\] {
    &:hover {
      @media (hover: hover) {
        color: #fff !important;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-xl\:pt-\[60px\] {
    @media (width < 1200px) {
      padding-top: 60px;
    }
  }
  .max-md\:pt-\[30px\] {
    @media (width < 768px) {
      padding-top: 30px;
    }
  }
  .md\:mx-\[45px\] {
    @media (width >= 768px) {
      margin-inline: 45px;
    }
  }
  .md\:mb-\[5px\] {
    @media (width >= 768px) {
      margin-bottom: 5px;
    }
  }
  .md\:mb-\[25px\] {
    @media (width >= 768px) {
      margin-bottom: 25px;
    }
  }
  .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\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-x-\[30px\] {
    @media (width >= 768px) {
      column-gap: 30px;
    }
  }
  .md\:gap-x-\[40px\] {
    @media (width >= 768px) {
      column-gap: 40px;
    }
  }
  .md\:\!px-\[45px\] {
    @media (width >= 768px) {
      padding-inline: 45px !important;
    }
  }
  .md\:pb-7 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .md\:pb-\[40px\] {
    @media (width >= 768px) {
      padding-bottom: 40px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 768px) {
      padding-bottom: 60px;
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:\!text-\[30px\] {
    @media (width >= 768px) {
      font-size: 30px !important;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 768px) {
      font-size: 24px;
    }
  }
  .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\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 992px) {
      aspect-ratio: auto;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1/2 * 100%);
    }
  }
  .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\:gap-x-\[40px\] {
    @media (width >= 992px) {
      column-gap: 40px;
    }
  }
  .lg\:\!pr-\[20px\] {
    @media (width >= 992px) {
      padding-right: 20px !important;
    }
  }
  .xl\:left-\[-40px\] {
    @media (width >= 1200px) {
      left: -40px;
    }
  }
  .xl\:left-\[-50px\] {
    @media (width >= 1200px) {
      left: -50px;
    }
  }
  .xl\:mt-0 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .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-\[40px\] {
    @media (width >= 1200px) {
      padding-inline: 40px;
    }
  }
  .xl\:px-\[50px\] {
    @media (width >= 1200px) {
      padding-inline: 50px;
    }
  }
  .xl\:pl-\[50px\] {
    @media (width >= 1200px) {
      padding-left: 50px;
    }
  }
}
.mauticform-button {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px !important;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 500;
  outline: none !important;
  width: 100% !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.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: 0;
  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;
  margin-bottom: 15px;
}
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;
}
.inside-left ul {
  list-style: disc !important;
  padding-inline-start: 40px;
}
.inside-left ul {
  font-family: var(--font-poppins);
  font-size: 16px;
  margin-bottom: 15px;
}
.com-content-category.category-list a:hover {
  text-decoration: none;
}
#breadcrumbs-container {
  display: none !important;
}
.b-section {
  background-color: unset;
  padding-bottom: 50px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
