.elementor-1433 .elementor-element.elementor-element-642f45fd{--display:flex;}.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-1433 .elementor-element.elementor-element-1428cb7{text-align:center;}.elementor-1433 .elementor-element.elementor-element-1428cb7 .elementor-heading-title{font-family:"Fredoka", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-1433 .elementor-element.elementor-element-5795b33{--e-rating-justify-content:center;--e-rating-icon-font-size:14px;--e-rating-gap:5px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-1433 .elementor-element.elementor-element-4d26ba1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1433 .elementor-element.elementor-element-5323eab{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1433 .elementor-element.elementor-element-1524e4b img{width:65%;}@media(min-width:768px){.elementor-1433 .elementor-element.elementor-element-5323eab{--width:50%;}}@media(max-width:767px){.elementor-1433 .elementor-element.elementor-element-1428cb7{padding:20px 0px 0px 0px;text-align:center;}}/* Start custom CSS for html, class: .elementor-element-8a0c44e */.tealive-form {
  width: 100%;
  max-width: 560px;
  font-family: inherit;
}

.tealive-form label,
.tealive-rating-row {
  display: block;
  margin-bottom: 14px;
}

.tealive-form .field-title {
  display: block;
  margin-bottom: 6px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.tealive-form input:not([type="radio"]),
.tealive-form select,
.tealive-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #ffffff;
  color: #333333;
  font-size: 17px;
  outline: none;
  box-sizing: border-box;
}

.tealive-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tealive-form textarea {
  min-height: 115px;
  padding-top: 16px;
  resize: vertical;
}

.tealive-form input::placeholder,
.tealive-form textarea::placeholder {
  color: #aaaaaa;
}

.tealive-form input:focus,
.tealive-form select:focus,
.tealive-form textarea:focus {
  border-color: #4b3997;
  box-shadow: 0 0 0 2px rgba(75, 57, 151, 0.12);
}

/* Star rating */
.tealive-rating {
  display: inline-flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
}

.tealive-rating .wpcf7-list-item {
  margin: 0;
}

.tealive-rating label {
  margin: 0;
  cursor: pointer;
}

.tealive-rating input[type="radio"] {
  display: none;
}

.tealive-rating .wpcf7-list-item-label {
  font-size: 0;
  cursor: pointer;
}

.tealive-rating .wpcf7-list-item-label::before {
  content: "★";
  font-size: 34px;
  line-height: 1;
  color: #d6d0e8;
  transition: 0.2s ease;
}

.tealive-rating .wpcf7-list-item:hover .wpcf7-list-item-label::before,
.tealive-rating .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label::before,
.tealive-rating .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::before,
.tealive-rating .wpcf7-list-item:has(input:checked) ~ .wpcf7-list-item .wpcf7-list-item-label::before {
  color: #ffc83d;
}

/* Submit button */
.tealive-submit {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 14px;
  background: #4b3997;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.tealive-submit:hover {
  background: #3f2f86;
}

/* Contact Form 7 messages */
.tealive-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #d64b4b;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
}/* End custom CSS */