/*!
 * @project        GoTo
 * @name           styles.css
 * @author         Matthew Rainsford
 * @release        2.14.22
 *
 */@font-face{font-family:Lato;src:url(/_next/static/media/Lato-Regular.9025a1446c4ebb06a881845105c4cddf.woff)}:root{--backgroundGrey:#f9fbfd;--brandPrimaryColor:#97c958;--brandPrimaryDarkColor:#4e9d2d;--brandPrimaryLightColor:#2a969d;--defaultBorderColor:#bbb;--defaultFontColor:#434b58;--darkFontColor:#53565a;--lightFontColor:#a6aeba;--defaultLinkColor:#97c958;--brandLinkColor:#97c958;--brandDefaultAccents:#ccc;--brandLigtherColors:#c2c8d0;--boxSelectedBackground:#1350c7;--brandDefaultHover:#72bcb6;--inputFocusColor:#76ccce;--inputErrorColor:#fe768d;--backgroundErrorColor:#fff4f2;--inputWarningColor:#ff8e00;--inputDisabledColor:#f6f6f6;--inputValidColor:#15d8a0;--inputValidBackground:#f5fffc;--errorTopBackground:#1a1a1a;--inputPaddingColor:#cbcaca;--inputPlaceholderColor:#bbb;--inputBorderColor:#aaa;--fontSizeExtraSmall:0.6667rem;--fontSizeSmall:0.75rem;--fontSizeNormal:1rem;--fontSizeMedium:1.25rem;--fontSizelarge:1.375rem;--fontSizeHeading:2.375rem;--cardBoxShadow:0 2px 4px 0 rgba(0,0,0,0.15);--buttonBoxShadow:0 1px 6px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.2);--buttonBorderRadius:25px;--boxBorderRadius:5px;--webinarPrimary:#0097e1;--trainingPrimary:#e33370;--contentContainer:1170px;--headerHeight:64px}*{-moz-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;font-family:Lato,Arial,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;color:var(--defaultFontColor)}main{overflow-x:hidden;margin-top:var(--headerHeight)}h1,h2,h3,h4,h5,h6{max-width:100%;margin:0 0 1.5rem;font-weight:400}h2{font-size:2.25rem}h3{font-size:1.375rem}a{color:var(--defaultLinkColor);text-decoration:none}a:hover{text-decoration:underline}button{background:none;border:none}img{max-width:100%}