@keyframes show-confirmation-box-animation{0%{opacity:0;transform:translateY(-200px)}to{opacity:1;transform:translateY(0)}}@keyframes hide-confirmation-box-animation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-200px)}}@keyframes snack-notification-active-animation{0%{padding-top:0}to{padding-top:59px}}@keyframes snack-notification-inactive-animation{0%{padding-top:59px}to{padding-top:0}}body{background:#f1f1f1}.section-wrap{max-width:60em;padding:0 2em}@media screen and (min-width:62.5em){.section-wrap{padding:0}}.section-wrap a{-webkit-transition:all .4s cubic-bezier(0,0,.58,1);-moz-transition:all .4s cubic-bezier(0,0,.58,1);-o-transition:all .4s cubic-bezier(0,0,.58,1);transition:all .4s cubic-bezier(0,0,.58,1)}@media screen and (min-width:56em){.section-wrap a{text-decoration:underline}.section-wrap a:hover{color:#f90}}#enquire-header{padding:.7em 0;border-bottom:1px solid #282856;box-shadow:0 0 8px 0 rgba(0,0,0,.3);background:#2a386e;margin:0;text-align:left}#enquire-logo-dt{display:block;width:100%;max-width:3.9em;height:auto;overflow:hidden;clear:both;margin-left:.7em}@media screen and (min-width:62.5em){#enquire-logo-dt{max-width:17em;margin:0}}#enquire-logo-dt img{height:2.3em;width:auto}#enquire-logo-dt #logo-dt-img{display:none}@media screen and (min-width:62.5em){#enquire-logo-dt #logo-dt-img{display:block}#enquire-logo-dt #logo-mb-img{display:none}}.checkbox [type=checkbox]:checked,.checkbox [type=checkbox]:not(:checked){position:absolute;left:-9999px}.checkbox label{display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.5em 1em .5em 2.5em;margin:0}.checkbox label:hover input~.checkmark{background-color:#ccc}.checkbox label input:checked~.checkmark{background-color:#038127;border-color:#398c2e}.checkbox .checkmark{position:absolute;top:.5em;left:0;height:25px;width:25px;border:1px solid #ccc;border-radius:.2em;background-color:#f1f1f1}.checkbox .checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox input:checked~.checkmark:after{display:block}body.snack-notification-active{-moz-animation:snack-notification-active-animation 1s cubic-bezier(.995,.005,.58,1);-o-animation:snack-notification-active-animation 1s cubic-bezier(.995,.005,.58,1);-webkit-animation:snack-notification-active-animation 1s cubic-bezier(.995,.005,.58,1);animation:snack-notification-active-animation 1s cubic-bezier(.995,.005,.58,1);padding-top:59px}body.snack-notification-inactive{-moz-animation:snack-notification-inactive-animation 1s cubic-bezier(.995,.005,.58,1);-o-animation:snack-notification-inactive-animation 1s cubic-bezier(.995,.005,.58,1);-webkit-animation:snack-notification-inactive-animation 1s cubic-bezier(.995,.005,.58,1);animation:snack-notification-inactive-animation 1s cubic-bezier(.995,.005,.58,1)}.snack-notification{position:fixed;top:0;left:0;width:100%;-moz-animation:show-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);-o-animation:show-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);-webkit-animation:show-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);animation:show-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);z-index:2000;background:#008e5b}.snack-notification .snack-content{width:95%;margin:0 auto;padding:1em;color:#000;z-index:3;font-size:16px;text-align:left;position:relative;max-width:62em}@media screen and (min-width:32em){.snack-notification .snack-content{text-align:center;max-width:400px}}.snack-notification .snack-content-copy{display:inline-block;vertical-align:middle;width:calc(100% - 4.3em);color:#fff;font-size:1em}@media screen and (min-width:32em){.snack-notification .snack-content-copy{width:auto}}.snack-notification .snack-content-copy a{color:#fff!important;text-decoration:underline}.snack-notification .snack-menu{width:4em;display:inline-block;vertical-align:middle;text-align:right}.snack-notification .snack-menu a{font-weight:700;text-transform:uppercase;padding:.5em;color:#fff!important;border:1px solid #fff;border-radius:.3em;text-decoration:none;background:rgba(0,0,0,.0509803922)}.snack-notification .snack-menu a:hover{color:#f90;background:0 0;cursor:pointer}.snack-notification h2{font-size:1.2em;color:#fff;margin:0;display:inline-block;vertical-align:middle}.snack-notification p{font-weight:400;margin:0;font-size:.9em;color:#fff}.remove-notification{-moz-animation:hide-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);-o-animation:hide-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);-webkit-animation:hide-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1);animation:hide-confirmation-box-animation 1s cubic-bezier(.995,.005,.58,1)}#notification-max-width{max-width:30em;width:100%;margin:0 auto;border-bottom:1px dashed gray;padding-bottom:2em}#msg-sent-notification{max-width:100%;margin:2em auto}.snack-content,.snack-content-copy{display:inline-flex;flex-flow:row;align-items:center}.snack-content{width:100%;padding:0;justify-content:center;background:#008e5b;border-radius:3px;font-weight:700;font-size:1.2em;max-width:unset!important;margin:0}.snack-content-copy{gap:8px;padding:4px}.snack-content-copy .fa{background:#3bb959;color:#fff;padding:4px;border-radius:20px}@media screen and (min-width:62.5em){.snack-content-copy .fa{padding:8px}}.snack-content-copy h2{color:#fff;font-size:1rem;padding:12px 0}@media screen and (min-width:62.5em){.snack-content-copy h2{font-size:1.2rem}}.check-wrap+label{padding:4px 0 0 4px}.savedMessage{padding:24px}.no-button{text-decoration:none!important;display:inline-flex;align-items:center;gap:4px}.noThanksBtn{text-decoration:underline}.login-form{padding:0 1em 2em}@media screen and (min-width:62.5em){.login-form{padding:3rem 2rem}}
/*# sourceMappingURL=enquiry-main-d3ef99bba3.min.css.map */
