.information-box{display:none;position:absolute;z-index:99;top:16px;right:0;background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 3px 6px #25403c}.information-box .information-box__heading{display:flex;align-items:center}.information-box .information-box__heading svg{margin-left:0!important}.information-box .information-box__heading h3{margin-left:16px;margin-bottom:0}:root{--color-primary:#25403c;--color-secondary:#fdecdd;--color-black:#000;--color-grey:#88898c;--color-grey-light:#dadde2;--color-white:#fff;--color-error-light:#f8d7da;--color-error:#d60a21;--default-text-color:var(--color-primary);--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-akshar)}@custom-media --screen-from-xs (min-width: 0);@custom-media --screen-up-to-xs (max-width: -1px);@custom-media --screen-xs-xs (min-width: 0) and (max-width: -1px);@custom-media --screen-xs-sm (min-width: 0) and (max-width: 479px);@custom-media --screen-xs-md (min-width: 0) and (max-width: 767px);@custom-media --screen-xs-lg (min-width: 0) and (max-width: 1023px);@custom-media --screen-xs-xl (min-width: 0) and (max-width: 1279px);@custom-media --screen-xs-xxl (min-width: 0) and (max-width: 1535px);@custom-media --screen-from-sm (min-width: 480px);@custom-media --screen-up-to-sm (max-width: 479px);@custom-media --screen-sm-xs (min-width: 480px) and (max-width: -1px);@custom-media --screen-sm-sm (min-width: 480px) and (max-width: 479px);@custom-media --screen-sm-md (min-width: 480px) and (max-width: 767px);@custom-media --screen-sm-lg (min-width: 480px) and (max-width: 1023px);@custom-media --screen-sm-xl (min-width: 480px) and (max-width: 1279px);@custom-media --screen-sm-xxl (min-width: 480px) and (max-width: 1535px);@custom-media --screen-from-md (min-width: 768px);@custom-media --screen-up-to-md (max-width: 767px);@custom-media --screen-md-xs (min-width: 768px) and (max-width: -1px);@custom-media --screen-md-sm (min-width: 768px) and (max-width: 479px);@custom-media --screen-md-md (min-width: 768px) and (max-width: 767px);@custom-media --screen-md-lg (min-width: 768px) and (max-width: 1023px);@custom-media --screen-md-xl (min-width: 768px) and (max-width: 1279px);@custom-media --screen-md-xxl (min-width: 768px) and (max-width: 1535px);@custom-media --screen-from-lg (min-width: 1024px);@custom-media --screen-up-to-lg (max-width: 1023px);@custom-media --screen-lg-xs (min-width: 1024px) and (max-width: -1px);@custom-media --screen-lg-sm (min-width: 1024px) and (max-width: 479px);@custom-media --screen-lg-md (min-width: 1024px) and (max-width: 767px);@custom-media --screen-lg-lg (min-width: 1024px) and (max-width: 1023px);@custom-media --screen-lg-xl (min-width: 1024px) and (max-width: 1279px);@custom-media --screen-lg-xxl (min-width: 1024px) and (max-width: 1535px);@custom-media --screen-from-xl (min-width: 1280px);@custom-media --screen-up-to-xl (max-width: 1279px);@custom-media --screen-xl-xs (min-width: 1280px) and (max-width: -1px);@custom-media --screen-xl-sm (min-width: 1280px) and (max-width: 479px);@custom-media --screen-xl-md (min-width: 1280px) and (max-width: 767px);@custom-media --screen-xl-lg (min-width: 1280px) and (max-width: 1023px);@custom-media --screen-xl-xl (min-width: 1280px) and (max-width: 1279px);@custom-media --screen-xl-xxl (min-width: 1280px) and (max-width: 1535px);@custom-media --screen-from-xxl (min-width: 1536px);@custom-media --screen-up-to-xxl (max-width: 1535px);@custom-media --screen-xxl-xs (min-width: 1536px) and (max-width: -1px);@custom-media --screen-xxl-sm (min-width: 1536px) and (max-width: 479px);@custom-media --screen-xxl-md (min-width: 1536px) and (max-width: 767px);@custom-media --screen-xxl-lg (min-width: 1536px) and (max-width: 1023px);@custom-media --screen-xxl-xl (min-width: 1536px) and (max-width: 1279px);@custom-media --screen-xxl-xxl (min-width: 1536px) and (max-width: 1535px);.text-center{text-align:center}.welcome-row{background-color:var(--color-primary);padding:4rem 0}.welcome-row .container{display:flex;flex-direction:row;align-items:flex-start}.welcome-row .container .welcome-row__content{flex:2 1;padding:0 2rem;background-color:var(--color-white);border-radius:12px;margin-right:8px;min-height:500px}.welcome-row .container .welcome-row__content h2{margin-bottom:0}.welcome-row .container .welcome-row__content .col-start-2{width:90%}.welcome-row .container .welcome-row__media{flex:1 1}.welcome-row .container .welcome-row__media img{min-height:500px}.welcome-row .welcome-row__buttons{margin-top:1.5rem;display:flex;align-items:flex-end}.welcome-row .welcome-row__buttons a{margin-right:16px}.why__container{background-color:var(--color-secondary);padding:4rem 0}.why__container .container{padding:1rem 3rem;background-color:var(--color-white)}.why__container .container .why__columns{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0 16px;margin-bottom:2rem}.why__container .container .why__columns .why__columns-column{background-color:#f6f6f6;padding:1.5rem;border-radius:12px;min-height:200px}.why__container .container .why__columns .why__columns-column h3{margin-bottom:0;text-decoration:underline}.why__container .welcome-row__buttons{background:none;display:flex;align-items:flex-end;margin-top:1rem}.why__container .welcome-row__buttons a:first-of-type{margin-right:1rem;color:var(--color-white)}.why__container .welcome-row__buttons a{color:var(--color-primary);border-color:var(--color-primary)}@media(max-width:1024px){.welcome-row .container{flex-direction:column}.welcome-row .container .welcome-row__content{margin-right:0;margin-bottom:32px}.welcome-row .container .welcome-row__media,.welcome-row .container img{width:100%;object-fit:cover;height:250px}.why__container .container .why__columns{grid-template-columns:repeat(2,1fr);grid-gap:16px}}@media(max-width:768px){.why__container .container .why__columns{grid-template-columns:repeat(1,1fr)}.why__container .welcome-row__buttons{flex-direction:column;align-items:flex-start;padding-bottom:2rem}.why__container .welcome-row__buttons a:first-of-type{margin-right:0;margin-bottom:2rem}.welcome-row .container .welcome-row__media img{min-height:200px}}.button,.button.-clean{padding:0;background:none;box-shadow:none;border-radius:0;border:none;text-decoration:none;line-height:1.4;cursor:pointer}.button{--button-padding:12px 1em 10px 1em;--button-border-radius:16px;--button-color:var(--color-white);--button-bg:var(--color-primary);--button-border-color:var(--button-bg);--button-hover-color:var(--color-primary);--button-hover-bg:var(--color-secondary);--button-hover-border-color:var(--button-hover-bg);--button-focus-border-color:var(tomato);--button-active-color:var(--color-white);--button-active-bg:var(lime);--button-active-border-color:var(--button-active-bg);--button-disabled-color:var(--color-grey);--button-disabled-bg:var(--color-grey-light);--button-disabled-border-color:var(--button-disabled-bg);--button-font-family:"Megan Display";cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;align-items:center;justify-content:center;max-inline-size:100%;block-size:var(--button-height);padding:var(--button-padding);font-size:var(--button-size);font-weight:var(--font-weight-normal);font-family:var(--button-font-family);color:var(--button-color);text-align:center;text-decoration:underline;vertical-align:middle;background-color:var(--button-bg);border:1px solid var(--button-border-color);border-radius:var(--button-border-radius);outline:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.button:focus-visible{border-color:var(--button-focus-border-color)}.button:disabled{pointer-events:none;color:var(--button-disabled-color);opacity:.6;background-color:var(--button-disabled-bg);border-color:var(--button-disabled-border-color)}.button:hover{color:var(--button-hover-color)!important;background-color:var(--button-hover-bg);border-color:var(--button-hover-border-color)}.button:active{color:var(--button-active-color);background-color:var(--button-active-bg);border-color:var(--button-active-border-color)}.button.-secondary{--button-bg:var(--color-secondary);--button-color:var(--color-primary);--button-hover-bg:var(--color-primary-light);--button-hover-color:var(--color-secondary)}.button.-tertiary{--button-color:var(--color-black);--button-bg:var(--color-white);--button-hover-color:var(--color-white);--button-hover-bg:var(--color-black)}.button.-clean{-webkit-clip-path:none;clip-path:none;font-size:16px;font-weight:400;height:inherit;border-radius:0!important;font-family:var(--default-font-family);color:var(--color-secondary);--button-hover-color:none;--button-hover-bg:none;border-bottom:1px solid var(--color-secondary)}.button.-rounded,.button.-rounded-secondary{-webkit-clip-path:none;clip-path:none;border-radius:100px}.button.-rounded-secondary{--button-bg:var(--color-primary);--button-hover-bg:var(--color-primary-light)}.button .content,.button .end-icon,.button .start-icon{display:flex;align-items:center}.button .content{grid-area:content;justify-content:center;max-inline-size:100%;white-space:nowrap}.button .start-icon{grid-area:prepend;-webkit-margin-start:calc(var(--button-height)/-9);margin-inline-start:calc(var(--button-height)/-9);-webkit-margin-end:calc(var(--button-height)/4.5);margin-inline-end:calc(var(--button-height)/4.5)}.button .end-icon{grid-area:append;-webkit-margin-start:calc(var(--button-height)/4.5);margin-inline-start:calc(var(--button-height)/4.5);-webkit-margin-end:calc(var(--button-height)/-9);margin-inline-end:calc(var(--button-height)/-9)}