.stretch .wrap:has(.box_image_text){height:100%}.stretch .wrap:has(.box_image_text) .box_image_text{height:100%}.box_image_text{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:var(--box_color);gap:var(--box_gap);-webkit-box-align:var(--box_content_alignment);-ms-flex-align:var(--box_content_alignment);align-items:var(--box_content_alignment);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--box_layout);flex-direction:var(--box_layout);border:var(--box_border);border-radius:var(--box_border_radius);-webkit-box-shadow:var(--box_shadow);box-shadow:var(--box_shadow);overflow:hidden;padding:var(--box_padding_m)!important;-webkit-box-sizing:border-box;box-sizing:border-box}.box_image_text *{-webkit-box-sizing:border-box;box-sizing:border-box}.box_image_text:not(.wrap){max-width:var(--box_card_width)}@media only screen and (min-width:1024px){.box_image_text{padding:var(--box_padding_d)!important}}.box_image_text.on_mobile_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.box_image_text.center{margin:0 auto}.box_image_text.right{margin-left:auto}.box_image_text.stretch{height:100%}.box_image_text *{-webkit-box-sizing:border-box;box-sizing:border-box}.box_image_text.img_right .img_wrap{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.box_image_text .img_wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:var(--box_image_width);-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:var(--box_image_alignment);-ms-grid-row-align:var(--box_image_alignment);align-self:var(--box_image_alignment);border-radius:var(--box_image_border_radius);overflow:hidden}.box_image_text .img_wrap img{display:block;width:100%;height:auto}.box_image_text .box_text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-wrap:balance;word-break:break-word;width:var(--box_text_width)}.box_image_text .box_text.align-left{text-align:left}.box_image_text .box_text.align-center{text-align:center}.box_image_text .box_text.align-right{text-align:right}.box_image_text .box_without_border{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--box_layout);flex-direction:var(--box_layout);gap:24px;-webkit-box-shadow:var(--box_shadow);box-shadow:var(--box_shadow);padding:5px}.box_image_text .box_without_border .error_message{color:red}.box_image_text .box_with_border{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:15px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--box_layout);flex-direction:var(--box_layout)}.box_image_text .box_with_border.align-top,.box_image_text .box_without_border.align-top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.box_image_text .box_with_border.align-center,.box_image_text .box_without_border.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_image_text .box_with_border.align-bottom,.box_image_text .box_without_border.align-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}