/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "arial", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --container-width: 1118px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[43px\] {
    gap: 43px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-lg {
    border-radius: var(--radius-lg) !important;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#E7ECF3\] {
    border-color: #E7ECF3;
  }
  .bg-\[\#015B3E\] {
    background-color: #015B3E;
  }
  .bg-\[\#70A03E\] {
    background-color: #70A03E;
  }
  .bg-\[\#E6EBDF\] {
    background-color: #E6EBDF;
  }
  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[rgba\(196\,214\,0\,0\.75\)\] {
    background-color: rgba(196,214,0,0.75);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[10\%_0\%\] {
    object-position: 10% 0%;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .pt-\[151px\] {
    padding-top: 151px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-\[arial\] {
    font-family: arial;
  }
  .font-\[inter\] {
    font-family: inter;
  }
  .font-\[opensans\] {
    font-family: opensans;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[18px\]\/\[18px\] {
    font-size: 18px;
    line-height: 18px;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .tracking-\[2\.88px\] {
    --tw-tracking: 2.88px;
    letter-spacing: 2.88px;
  }
  .tracking-\[3\.6px\] {
    --tw-tracking: 3.6px;
    letter-spacing: 3.6px;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#\#3D3F41\] {
    color: ##3D3F41;
  }
  .text-\[\#0E2B55\] {
    color: #0E2B55;
  }
  .text-\[\#3D3F41\] {
    color: #3D3F41;
  }
  .text-\[\#015B42\] {
    color: #015B42;
  }
  .text-\[\#187053\] {
    color: #187053;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .transition-all {
    transition-property: all;
    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;
  }
  .hover\:bg-\[\#015B42\] {
    &:hover {
      @media (hover: hover) {
        background-color: #015B42;
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 700px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:block {
    @media (width >= 993px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 993px) {
      display: none;
    }
  }
  .lg\:w-fit {
    @media (width >= 993px) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[261px\] {
    @media (width >= 993px) {
      max-width: 261px;
    }
  }
  .lg\:max-w-\[262px\] {
    @media (width >= 993px) {
      max-width: 262px;
    }
  }
  .lg\:max-w-\[306px\] {
    @media (width >= 993px) {
      max-width: 306px;
    }
  }
  .lg\:max-w-\[451px\] {
    @media (width >= 993px) {
      max-width: 451px;
    }
  }
  .lg\:max-w-\[514px\] {
    @media (width >= 993px) {
      max-width: 514px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 993px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 993px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 993px) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 993px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 993px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-6 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-15 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:border-0 {
    @media (width >= 993px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-none {
    @media (width >= 993px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-\[\#FAFAFA\] {
    @media (width >= 993px) {
      background-color: #FAFAFA;
    }
  }
  .lg\:px-0 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-0 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-10 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-32 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 993px) {
      padding-block: 60px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 993px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-5xl {
    @media (width >= 993px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[16px\]\/\[20px\] {
    @media (width >= 993px) {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .lg\:text-\[9\.7px\] {
    @media (width >= 993px) {
      font-size: 9.7px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 993px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 993px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 993px) {
      font-size: 40px;
    }
  }
  .\[\&\>ul\]\:list-disc {
    &>ul {
      list-style-type: disc;
    }
  }
}
html {
  box-sizing: border-box;
}
@layer utilities {
  .container1 {
    max-width: var(--container-width);
    margin-inline: auto;
  }
  .container2 {
    max-width: 831px;
    margin-inline: auto;
  }
  .container-foot {
    max-width: 752px;
    margin-inline: auto;
  }
  .container-full {
    max-width: 1366px;
    width: 100%;
    margin-inline: auto;
  }
}
@font-face {
  font-family: 'opensans';
  src: url(./assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'opensans';
  src: url(./assets/fonts/Open_Sans/OpenSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'opensans';
  src: url(./assets/fonts/Open_Sans/OpenSans-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'opensans';
  src: url(./assets/fonts/Open_Sans/OpenSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'harabara';
  src: url(./assets/fonts/harabara/Harabara.ttf);
  font-weight: 700;
}
.seccion-hero {
  .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
  }
  .ginput_container {
    width: 100%;
  }
  .gfield_label {
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .gform_wrapper ::placeholder {
    color: #90A4AE !important;
    font-size: 14px !important;
  }
  .large {
    width: 100% !important;
    border: none !important;
    background-color: #FAFAFA !important;
    box-shadow: none !important;
  }
  .ginput_container_text, .ginput_container_phone, .ginput_container_email {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    border-bottom: 1.5px solid #187053;
    padding: 12px 12px;
  }
  .gfield_consent_label {
    color: #187053 !important;
    font-size: 12px !important;
    font-family: "arial" !important;
  }
  .bord {
    border-top: 1px solid #E7EBEB;
  }
  .gform-footer {
    margin: 0 !important;
  }
  .gform_button {
    border-radius: 7px !important;
    background-color: #70A03E !important;
    color: #FFF !important;
    display: flex !important;
    justify-content: center !important;
    padding-block: 22px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: "Arial" !important;
    transition: all 0.5s ease-in-out !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    line-height: 18px;
    @media (max-width:993px) {
      margin-top: 12px !important;
    }
  }
  .gform_button:hover {
    background-color: #015B42 !important;
  }
  .ginput_container_email, .ginput_container_phone {
    position: relative;
  }
  .ginput_container_email::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/concepcion/assets/images/ss.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_phone::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/concepcion/assets/images/tel.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_email input, .ginput_container_phone input {
    padding-left: 20px;
  }
  .ginput_container_email input::placeholder, .ginput_container_phone input::placeholder {
    padding-left: 10px;
  }
  .gfield_consent_label a {
    text-decoration: underline;
  }
  .gfield_consent_label a:hover {
    color: #6d86ad;
  }
  .gform_wrapper input:focus, .gform_wrapper textarea:focus {
    padding-left: 23px !important;
  }
  #input_1_4_1 {
    padding-left: 0 !important;
  }
  .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #006341 !important;
  }
}
.sib-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  padding: 0 !important;
  @media (max-width:600px) {
    padding: 10px !important;
  }
}
#sib-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}
.entry__label {
  margin-bottom: 8px !important;
}
.sib-form-block__button {
  background-color: #70A03E !important;
  color: #FFF !important;
  width: 100% !important;
  text-align: center !important;
  padding-block: 16px !important;
  padding-inline: 24px !important;
  font-family: "Arial" !important;
  transition: all 300ms;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}
.sib-form-block__button:hover {
  background: #015B42 !important;
}
.entry__field {
  position: relative;
  border-radius: 8px !important;
  border-bottom: 1.5px solid #187053 !important;
  background: #FAFAFA !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  font-family: 'Arial' !important;
  padding-left: 10px;
}
.entry__label {
  font-family: 'Arial' !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.entry__field--email::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/concepcion/assets/images/ss.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.entry__field input[type="email"] {
  padding-left: 30px !important;
  position: relative;
  z-index: 1;
}
.sib-sms-select__number-input {
  border-radius: 8px !important;
  border-bottom: 1.5px solid #187053 !important;
  background: #FAFAFA !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
.sib-sms-select__title {
  background: #FAFAFA !important;
  border-radius: 8px !important;
}
.sib-form-block {
  .titulo1 {
    line-height: 35px !important;
    font-family: 'Arial' !important;
    font-weight: 500 !important;
    color: #187053 !important;
  }
}
.consent {
  line-height: 0 !important;
  font-family: 'Arial' !important;
  font-weight: 400 !important;
  color: #187053 !important;
  a {
    color: #187053 !important;
  }
}
.entry__choice {
  font-family: 'Arial' !important;
  font-weight: 400 !important;
}
.sib-sms-select__number-input {
  position: relative;
}
.sib-sms-select__number-input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 75px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/concepcion/assets/images/tel.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.sib-sms-select__phone-number {
  padding-left: 30px !important;
}
.sib-form .input_replaced:checked+.checkbox_tick_positive {
  background-color: #187053 !important;
  border-color: #187053 !important;
}
.entry__label::after {
  content: '' !important;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
