/*!/wp-content/themes/the7child/assets/css/components/tm-brochure-modal.css*/.tm-brochure-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:0}.tm-brochure-modal[aria-hidden="false"],.tm-brochure-modal.is-open{display:flex}.tm-brochure-modal__backdrop{position:absolute;inset:0;background:rgb(5 19 44 / .55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.tm-brochure-modal__dialog{position:relative;width:min(1136px, calc(100vw - 48px));max-height:calc(100vh - 48px);background:#F3F3F3;padding:32px 32px 64px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;gap:32px;animation:tmBrochureFadeIn 220ms ease-out both}@keyframes tmBrochureFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tm-brochure-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff0;border:0;padding:0;cursor:pointer;color:#000;line-height:0;z-index:1}.tm-brochure-modal__close:hover,.tm-brochure-modal__close:focus-visible{color:var(--tm-blue,#05132C);outline:none}.tm-brochure-modal__inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:64px;margin:0 auto;width:100%;max-width:1000px;padding-top:16px}.tm-brochure-modal__image{flex:0 0 355px;max-width:355px;filter:drop-shadow(0 4px 16px rgb(0 0 0 / .25))}.tm-brochure-modal__image img{display:block;width:100%;height:auto}.tm-brochure-modal__content{flex:1 1 472px;max-width:472px;min-width:0}.tm-brochure-modal__title{font-family:"Open Sans",sans-serif;font-weight:300;font-size:40px;line-height:1.3;color:var(--tm-blue,#05132C);margin:0 0 32px}.tm-brochure-modal__subline{font-family:"Open Sans",sans-serif;font-weight:700;font-size:18px;line-height:1.6;color:var(--tm-blue,#05132C);margin:0 0 32px}.tm-brochure-modal__sup{font-size:.55em;vertical-align:super;line-height:0;font-weight:inherit;margin-left:.05em;top:0}.tm-brochure-modal__hint{font-family:"Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:var(--tm-blue,#05132C);margin:0 0 24px;opacity:.85}.tm-brochure-modal__fallback{font-family:"Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:var(--tm-blue,#05132C);margin:24px 0 0}.tm-brochure-modal__fallback-link{color:var(--tm-blue,#05132C);text-decoration:underline}.tm-brochure-modal__fallback-link:hover{text-decoration:none}.tm-brochure-modal__form input[type="text"],.tm-brochure-modal__form input[type="email"],.tm-brochure-modal__form input[type="tel"],.tm-brochure-modal__form input[type="url"],.tm-brochure-modal__form input[type="number"],.tm-brochure-modal__form textarea,.tm-brochure-modal__form select{width:100%!important;height:44px!important;padding:0!important;background:transparent!important;background-color:transparent!important;border:none!important;border-bottom:1px solid #95A4BD!important;border-radius:0!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:"Open Sans",sans-serif!important;font-weight:400!important;font-size:16px!important;line-height:44px!important;color:var(--tm-blue,#05132C)!important;box-sizing:border-box!important;transition:border-color 0.2s ease;margin-bottom:24px}.tm-brochure-modal__form textarea{height:auto!important;min-height:88px!important;line-height:1.5!important;padding-top:10px!important}.tm-brochure-modal__form input[type="text"]:focus,.tm-brochure-modal__form input[type="email"]:focus,.tm-brochure-modal__form input[type="tel"]:focus,.tm-brochure-modal__form input[type="url"]:focus,.tm-brochure-modal__form input[type="number"]:focus,.tm-brochure-modal__form textarea:focus,.tm-brochure-modal__form select:focus{border-bottom-color:var(--tm-blue,#05132C)!important}.tm-brochure-modal__form input::placeholder,.tm-brochure-modal__form textarea::placeholder{color:var(--tm-blue,#05132C);font-weight:400;opacity:1}.tm-brochure-modal__form label{font-family:"Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:var(--tm-blue,#05132C);display:block;margin-bottom:4px}.tm-brochure-modal__form a,.tm-brochure-modal__form a:link,.tm-brochure-modal__form a:visited{color:var(--tm-blue,#05132C)!important;text-decoration:underline}.tm-brochure-modal__form a:hover{text-decoration:none}.tm-brochure-modal__form .wpcf7-acceptance,.tm-brochure-modal__form .wpcf7-checkbox{display:block;margin:0 0 24px}.tm-brochure-modal__form .wpcf7-list-item{margin:0;display:block}.tm-brochure-modal__form .wpcf7-list-item label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;margin-bottom:0}.tm-brochure-modal__form .wpcf7-list-item-label{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.6;color:var(--tm-blue,#05132C);font-weight:400;flex:1 1 auto;min-width:0}.tm-brochure-modal__form input[type="checkbox"]{flex:0 0 16px;width:16px!important;height:16px!important;min-width:16px;margin:4px 0 0 0!important;padding:0!important;border:1px solid var(--tm-blue,#05132C)!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border-radius:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;position:relative;box-shadow:none!important;outline:none!important}.tm-brochure-modal__form input[type="checkbox"]:checked::after{content:"";position:absolute;left:3px;top:0;width:6px;height:10px;border-right:2px solid var(--tm-blue,#05132C);border-bottom:2px solid var(--tm-blue,#05132C);transform:rotate(45deg)}.tm-brochure-modal__form input[type="checkbox"]:focus-visible{outline:2px solid var(--tm-blue,#05132C)!important;outline-offset:2px}.tm-brochure-modal__form input[type="submit"],.tm-brochure-modal__form button[type="submit"],.tm-brochure-modal__form .wpcf7-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-height:44px!important;padding:12px 20px!important;background:#ABFF00!important;background-color:#ABFF00!important;background-image:none!important;color:var(--tm-blue,#05132C)!important;border:1px solid #ABFF00!important;border-radius:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:"Open Sans",sans-serif!important;font-weight:700!important;font-size:18px!important;line-height:1.6!important;letter-spacing:0!important;text-transform:none!important;text-shadow:none!important;cursor:pointer!important;transition:background 0.2s ease,border-color 0.2s ease;margin-top:8px!important;box-shadow:none!important;outline:none!important}.tm-brochure-modal__form input[type="submit"]:hover,.tm-brochure-modal__form button[type="submit"]:hover,.tm-brochure-modal__form .wpcf7-submit:hover{background:color-mix(in srgb,#ABFF00,black 10%)!important;background-color:color-mix(in srgb,#ABFF00,black 10%)!important;border-color:color-mix(in srgb,#ABFF00,black 10%)!important}.tm-brochure-modal__form .wpcf7-form-control-wrap{display:block}.tm-brochure-modal__form p{margin:0;padding:0;line-height:1}.tm-brochure-modal__form br{display:none}.tm-brochure-modal__form .wpcf7-form{display:flex;flex-direction:column;gap:0}.tm-brochure-modal__form .wpcf7-not-valid{border-bottom-color:#dc3232!important}.tm-brochure-modal__form .wpcf7-not-valid-tip{font-family:"Open Sans",sans-serif!important;font-weight:400!important;font-size:13px!important;line-height:1.5!important;color:#dc3232!important;margin:-16px 0 16px!important;padding:0!important;background:transparent!important;border:none!important}.tm-brochure-modal__form .wpcf7-response-output{font-family:"Open Sans",sans-serif!important;font-weight:400!important;font-size:14px!important;line-height:1.5!important;color:var(--tm-blue,#05132C)!important;margin:16px 0 0!important;padding:12px 16px!important;border:1px solid var(--tm-blue,#05132C)!important;border-radius:0!important;background:transparent!important}.tm-brochure-modal__form .wpcf7 form.sent .wpcf7-response-output,.tm-brochure-modal__form form.sent .wpcf7-response-output{border-color:var(--tm-blue,#05132C)!important;color:var(--tm-blue,#05132C)!important;background:rgb(5 19 44 / .04)!important}.tm-brochure-modal__form .wpcf7 form.failed .wpcf7-response-output,.tm-brochure-modal__form .wpcf7 form.aborted .wpcf7-response-output,.tm-brochure-modal__form .wpcf7 form.spam .wpcf7-response-output,.tm-brochure-modal__form .wpcf7 form.invalid .wpcf7-response-output,.tm-brochure-modal__form .wpcf7 form.unaccepted .wpcf7-response-output,.tm-brochure-modal__form form.failed .wpcf7-response-output,.tm-brochure-modal__form form.aborted .wpcf7-response-output,.tm-brochure-modal__form form.spam .wpcf7-response-output,.tm-brochure-modal__form form.invalid .wpcf7-response-output,.tm-brochure-modal__form form.unaccepted .wpcf7-response-output{border-color:#dc3232!important;color:#dc3232!important;background:rgb(220 50 50 / .04)!important}.tm-brochure-modal__form .wpcf7-spinner{background-color:var(--tm-blue,#05132C)}body.tm-brochure-modal-open{overflow:hidden}@media (max-width:900px){.tm-brochure-modal__dialog{width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:104px 24px 80px;gap:24px}.tm-brochure-modal__close{top:56px;right:16px}.tm-brochure-modal__inner{flex-direction:column;gap:24px;padding-top:8px}.tm-brochure-modal__image{flex:0 0 auto;max-width:240px;margin:0}.tm-brochure-modal__content{flex:1 1 auto;max-width:100%}.tm-brochure-modal__title{font-size:28px;margin-bottom:16px}.tm-brochure-modal__subline{font-size:16px;margin-bottom:20px}}@media (max-width:480px){.tm-brochure-modal__dialog{padding:96px 16px 64px}.tm-brochure-modal__close{top:48px;right:12px}.tm-brochure-modal__title{font-size:24px}}