.elementor-25497 .elementor-element.elementor-element-7bedca77{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-25497 .elementor-element.elementor-element-62862c3e{--display:flex;--gap:12px 12px;--row-gap:12px;--column-gap:12px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25497 .elementor-element.elementor-element-79aeb78e{text-align:center;}.elementor-25497 .elementor-element.elementor-element-79aeb78e .elementor-heading-title{font-family:"Onest", Sans-serif;font-size:56px;font-weight:500;line-height:120%;letter-spacing:-3%;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25497 .elementor-element.elementor-element-7f911e70 > .elementor-widget-container{padding:0% 25% 0% 25%;}.elementor-25497 .elementor-element.elementor-element-7f911e70{text-align:center;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-ca2c2d3 );}.elementor-25497 .elementor-element.elementor-element-50b7fa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-25497 .elementor-element.elementor-element-50b7fa9:not(.elementor-motion-effects-element-type-background), .elementor-25497 .elementor-element.elementor-element-50b7fa9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F6F600;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-25497 .elementor-element.elementor-element-7f911e70{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-25497 .elementor-element.elementor-element-7bedca77{--padding-top:0px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;}.elementor-25497 .elementor-element.elementor-element-62862c3e{--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25497 .elementor-element.elementor-element-79aeb78e .elementor-heading-title{font-size:32px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-25497 .elementor-element.elementor-element-7f911e70 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-25497 .elementor-element.elementor-element-7f911e70{text-align:center;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-b724288 */table {
  font-size: var(--font-size-default);
  border: none;
  border-collapse: collapse;
  box-shadow: none;
}

.polis-container {
  max-width: 640px;
  margin: 0 auto;
  font-family: Onest, sans-serif;
}

.polis-form .form-row {
  display: flex;
  width: 100%;
}

.polis-input {
  flex: 1;
  padding: 14px 18px;
  font-size: 18px;
  border: 1px solid #DADADA;
  border-radius: 900px !important;
  outline: none;
  height: 52px !important;
  box-sizing: border-box;
}

.polis-button {
  margin-left: 12px;
  padding: 0 24px;
  font-size: 18px;
  background-color: #FFD444;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  font-weight: 500;
  height: 52px;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background 0.2s ease;
  color: black !important;
}

.polis-button:hover {
  background-color: #ffcc22;
}

.polis-result {
  margin-top: 24px;
  padding: 0 20px;
  text-align: left;
  color: #04201A; 
}

.polis-result h3 {
  font-size: 18px;
  font-weight: 600;
  color: #04201A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.polis-result img {
  width: 24px;
  height: 24px;
}

.polis-result table {
  border: none;
  border-collapse: collapse;
  box-shadow: none;
  width: 100%;
}

.polis-result td,
.polis-result th {
  border: none;
  border-bottom: 1px solid #C5C9C8;
  padding: 16px 0;
}

table td:first-child {
  white-space: nowrap;
  width: 200px;
  min-width: 180px;
}

.polis-result td:first-child {
  font-weight: 500;
  opacity: 0.6;
  width: 30%;
}

.polis-spinner {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.polis-spinner:after {
  content: "";
  width: 32px;
  height: 32px;
  border: 3px solid #ccc;
  border-top-color: #04201A;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 500px) {
  .polis-form .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .polis-input,
  .polis-button {
    width: 100%;
    border-radius: 40px;
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-50b7fa9 */.polis-form {
    max-width: 600px;
    margin: 0 auto;
  }

  .polis-form .form-row {
    display: flex;
    width: 100%;
  }

  .polis-input {
    flex: 1;
    padding: 14px 18px;
    font-size: 18px;
    border: 1px solid #DADADA;
    border-radius: 40px;
    outline: none;
    height: 52px;
    box-sizing: border-box;
  }

  .polis-button {
    width: 140px;
    padding: 0 14px;
    font-size: 18px;
    background-color: #FFD444;
    border: none;
    border-radius:40px;
    cursor: pointer;
    font-weight: 500;
    height: 52px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    margin-left: 12px;
  }

  @media (max-width: 500px) {
    .polis-form .form-row {
      flex-direction: column;
      gap: 10px;
    }

    .polis-input, .polis-button {
      border-radius: 40px;
      width: 100%;
    }
  }/* End custom CSS */