select.c-field {
  background-image: url('../svg/chevron-down-charcoal.svg');
}
.field-validation-error::before {
  background-image: url('../svg/info-red.svg');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Mikado';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Mikado-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mikado';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Mikado-Medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mikado';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Mikado-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Mikado';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/Mikado-Black.woff2') format('woff2');
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  min-height: 100vh;
  color: #4d4f53;
  font-family: 'Proxima Nova', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.5em;
  color: var(--text-accent-colour, inherit);
  font-family: 'Mikado', Arial, sans-serif;
}
h1,
.h1 {
  font-size: 4.2rem;
  line-height: 1.0625;
}
h2,
.h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.0625;
}
h3,
.h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333;
}
h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.125;
}
p {
  margin: 0 0 1em;
  font-size: 1.8rem;
  line-height: 1.4;
}
[class*=' i-'],
[class^='i-'] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 0;
  fill: currentColor;
}
.i-chevron-down {
  width: 2em;
}
.i-chevron-left {
  width: 0.5em;
}
.i-chevron-right {
  width: 0.5em;
}
.i-chevron-up {
  width: 2em;
}
.l-page-width {
  display: block;
  max-width: 148rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.l-page-width.l-sidebar--accent-content {
  max-width: 124rem;
}
.l-page-width--text {
  max-width: 100.5rem;
}
.l-page-width .l-page-width {
  padding-right: 0;
  padding-left: 0;
}
.c-auth-bg {
  flex-grow: 1;
  height: 100%;
  padding: 4rem 0;
  background-color: #e0ded8;
  display: flex;
  align-items: center;
}
.c-auth-bg__inner {
  display: flex;
  height: 100%;
  width: 100%; 
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.c-auth-bg__image {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  position: relative;
  top: -8vw;
  z-index: -1;
}
.c-auth-bg__header {
  max-width: 65rem;
  margin-bottom: 4rem;
}
.c-auth-bg__heading {
  margin-bottom: 1.4rem;
}
.c-auth-bg__summary {
  margin-bottom: 2.8rem;
}
.c-auth-card {
  padding: 3.6rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
.c-auth-card__alert {
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}
.c-auth-card__heading {
  color: #009fd4;
}
.c-auth-card__aside:only-child {
  max-width: 32rem;
}
.c-auth-card__help-text {
  margin-top: 2.4rem;
}
.c-invitation-form {
  margin-bottom: 4rem;
}
.c-auth-verify__form {
  margin-top: 2rem;
  position: relative;
}
.c-auth-verify__form-text {
  font-size: 1.6rem;
  line-height: 1.375;
}
.c-auth-verify__code {
  padding: 1rem;
  color: #ffffff;
  border-radius: 1rem;
  background-color: #de7a40;
}
.c-auth-verify__confirm-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.375;
}
.c-auth-verify__form-footer {
  display: flex;
  margin-top: 2.1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.c-auth-verify__form-submit {
  margin-right: 1.5rem;
}
.c-auth-verify__form-resend {
  padding: 0;
  color: #009fd4;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
  border: none;
  background: none;
  cursor: pointer;
}
.c-auth-verify__form.is-loading .c-auth-verify__loading {
  opacity: 1;
  visibility: visible;
}
.l-login {
  display: flex;
  flex-direction: column;		 
  min-height: 100vh;
}
.l-login .c-auth-card {
  max-width: 42rem;
}
.l-login .c-auth-card__heading {
  font-size: 3.2rem;
  margin: 0;
}
.l-login #api {
  display: flex;
  flex-direction: column;
}
.l-login .intro h2 {
  margin: 0 0 0.5em;
  color: var(--text-accent-colour, inherit);
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333;
  margin: 3rem 0rem 0.5rem;
}
.l-login .intro :last-child {
  margin-bottom: 0;
}
.l-login .divider {
  display: none;
}
.l-login .localAccount {
  order: -1;
}
.l-login .entry .forgot-password {
  margin: 1rem 0;
}
.l-login .entry .forgot-password a,
.l-login .entry #forgotPassword {
  color: #047DA6;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-login .entry .forgot-password a:hover,
.l-login .entry #forgotPassword:hover,
.l-login .entry .forgot-password a:focus,
.l-login .entry #forgotPassword:focus {
  color: #0087b4;
}
.l-login .entry .password-label {
  order: 2;
}
.l-login .entry .password-label > #forgotPassword {
  display: inline-block;
  margin: 1rem 0 0;
}
.l-login .entry .buttons {
  margin-top: 1rem;
}
.l-login .VerificationControl {
  margin-bottom: 3rem;
}
.l-login .verificationControlContent > ul,
.l-login .attr > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-login .entry input,
.l-login .textInput {
  display: block;
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-family: 'Proxima Nova', Arial, sans-serif;
  color: #4d4f53;
  font-size: 1.6rem;
  line-height: 1.375;
  border: 1pt solid #979797;
  border-radius: 0.4rem;
  background-color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  outline: 0.1rem solid transparent;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), outline-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
textarea.l-login .entry input,
textarea.l-login .textInput {
  min-height: 15rem;
  resize: vertical;
}
select.l-login .entry input,
select.l-login .textInput {
  padding-right: 2.6rem;
  background-image: url('/svg/chevron-down-charcoal.svg');
  background-size: auto 0.5rem;
  background-position: center right 1.5rem;
  background-repeat: no-repeat;
}
.l-login .entry input[type="date"],
.l-login .textInput[type="date"] {
  text-transform: uppercase;
}
.l-login .entry input:focus,
.l-login .textInput:focus {
  border-color: #009fd4;
  outline: 0.1rem solid #009fd4;
}
select.l-login .entry input,
select.l-login .textInput {
  background-image: url('../svg/chevron-down-charcoal.svg');
}
.l-login .entry input:not(:last-child),
.l-login .textInput:not(:last-child) {
  padding-right: 3rem;
}
.l-login .entry-item label,
.l-login .attrEntry label {
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.l-login .attrEntry,
.l-login .entry-item {
  display: flex;
  margin-top: 1.5rem;
  flex-direction: column;
  position: relative;
}
.l-login .attrEntry li:first-child .attrEntry {
  margin-top: 0;
}
.l-login .error.pageLevel {
  display: block;
  margin-top: 0.4rem;
  color: #d40000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.l-login .error.pageLevel::before {
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -0.2rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  background-image: url('/svg/info-red.svg');
  background-size: 100% 100%;
}
.l-login .error.pageLevel::before {
  background-image: url('../svg/info-red.svg');
}
.l-login .attrEntry .error,
.l-login .entry-item .error {
  display: block;
  margin-top: 0.4rem;
  color: #d40000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  order: 2;
}
.l-login .attrEntry .error::before,
.l-login .entry-item .error::before {
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -0.2rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  background-image: url('/svg/info-red.svg');
  background-size: 100% 100%;
}
.l-login .attrEntry .error::before,
.l-login .entry-item .error::before {
  background-image: url('../svg/info-red.svg');
}
.l-login .attrEntry .error:not(.show),
.l-login .entry-item .error:not(.show) {
  display: none;
}
.l-login .attrEntry .error p,
.l-login .entry-item .error p {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.l-login a.helpLink {
  position: absolute;
  top: 1.5rem;
  right: 0.8rem;
  color: inherit;
  font-size: 0;
  text-decoration: none;
}
.l-login a.helpLink::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('../svg/help-cyan.svg');
  background-size: 100% 100%;
}
.l-login a.helpLink::after {
  content: attr(data-help);
  display: inline-flex;
  width: 100vw;
  max-width: 26rem;
  padding: 0.4rem 0.8rem;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1pt solid #4d4f53;
  border-radius: 1.6rem;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-login a.helpLink:hover::after,
.l-login a.helpLink:focus::after {
  opacity: 1;
  visibility: visible;
}
.l-login a.helpLink:not([data-help]) {
  display: none;
}
.l-login .newPassword_li a.helpLink::after {
  content: 'The password must be between 8 and 64 characters with at least 3 of the following:\A- a lowercase letter\A- an uppercase letter\A- a digit\A- a symbol' !important;
  white-space: pre-wrap;
}
.l-login .newPassword_li,
.l-login .reenterPassword_li,
.l-login form > .buttons {
  display: none;
}
.is-verified .l-login .newPassword_li,
.is-verified .l-login .reenterPassword_li,
.is-verified .l-login form > .buttons {
  display: block;
}
.l-login .verificationInfoText > div,
.l-login .verificationSuccessText > div,
.l-login .verificationErrorText > div {
  display: inline-flex;
  margin: 0;
  padding: 1.5rem 2.6rem 1.4rem 2rem;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3333;
  border-radius: 0.8rem;
  background-color: #f7f7f5;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.l-login .verificationInfoText > div--fullwidth,
.l-login .verificationSuccessText > div--fullwidth,
.l-login .verificationErrorText > div--fullwidth {
  display: flex;
  border-radius: 0;
}
.l-login .verificationInfoText > div--success,
.l-login .verificationSuccessText > div--success,
.l-login .verificationErrorText > div--success {
  color: #3e9c2e;
  background-color: rgba(62, 156, 46, 0.06);
}
.l-login .verificationInfoText > div--warning,
.l-login .verificationSuccessText > div--warning,
.l-login .verificationErrorText > div--warning {
  color: #BE5519;
  background-color: rgba(198, 94, 33, 0.06);
}
.l-login .verificationInfoText > div--info,
.l-login .verificationSuccessText > div--info,
.l-login .verificationErrorText > div--info {
  color: #047DA6;
  background-color: rgba(0, 159, 212, 0.2);
}
.l-login .verificationInfoText > div:not([style*="none"]),
.l-login .verificationSuccessText > div:not([style*="none"]),
.l-login .verificationErrorText > div:not([style*="none"]) {
  display: flex !important;
}
.l-login .verificationInfoText > div {
  color: #003663;
  background-color: rgba(0, 159, 212, 0.2);
}
.l-login .verificationSuccessText > div {
  color: #3e9c2e;
  background-color: rgba(62, 156, 46, 0.06);
}
.l-login .verificationErrorText.error {
  display: block !important;
}
.l-login .verificationErrorText.error::before {
  content: none;
}
.l-login .verificationErrorText > div {
  color: #c65e21;
  background-color: rgba(198, 94, 33, 0.06);
}
.l-login .buttons button {
  --btn-colour: #009fd4;
  --btn-colour-hover: #0087b4;
  display: inline-flex;
  padding: 0.7rem 1.4rem 0.9rem;
  justify-content: center;
  color: #ffffff;
  font-family: 'Mikado', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3333;
  text-align: center;
  text-decoration: none;
  border: 0.2rem solid var(--btn-colour);
  border-radius: 0.4rem;
  background-color: var(--btn-colour);
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 1.9rem;
}
.l-login .buttons button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.l-login .buttons button:hover,
.l-login .buttons button:focus {
  border-color: var(--btn-colour-hover);
  background-color: var(--btn-colour-hover);
}
.l-login .buttons button.changeClaims {
  padding: 0;
  color: #009fd4;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  background: none;
}
.l-login .buttons button.changeClaims:hover,
.l-login .buttons button.changeClaims:focus {
  color: #0087b4;
  background: none;
}
.l-login .buttons button#continue,
.l-login button.verifyCode {
  --btn-colour: #de7a40;
  --btn-colour-hover: #d96826;
}
.l-login .create {
  margin: 1.5rem 0 0;
}
.l-login .create p {
  margin: 0;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.4rem;
}
.l-login .create a {
  --btn-colour: #009fd4;
  --btn-colour-hover: #0087b4;
  display: inline-flex;
  padding: 0.7rem 1.4rem 0.9rem;
  justify-content: center;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3333;
  text-align: center;
  text-decoration: none;
  border: 0.2rem solid var(--btn-colour);
  border-radius: 0.4rem;
  background-color: var(--btn-colour);
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 1rem;
  color: #ffffff;
}
.l-login .create a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.l-login .create a:hover,
.l-login .create a:focus {
  border-color: var(--btn-colour-hover);
  background-color: var(--btn-colour-hover);
}
.l-login .claims-provider-list-buttons .options > div + div {
  margin-top: 1rem;
}
.l-login .accountButton {
  --btn-colour: #009fd4;
  --btn-colour-hover: #0087b4;
  display: inline-flex;
  padding: 0.7rem 1.4rem 0.9rem;
  justify-content: center;
  color: #ffffff;
  font-family: 'Mikado', Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3333;
  text-align: center;
  text-decoration: none;
  border: 0.2rem solid var(--btn-colour);
  border-radius: 0.4rem;
  background-color: var(--btn-colour);
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  --btn-colour: #4d4f53;
  --btn-colour-hover: #1f2022;
  color: var(--btn-colour);
  background-color: #ffffff;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  font-size: 1.6rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center left 1.4rem;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-image 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-login .accountButton:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.l-login .accountButton:hover,
.l-login .accountButton:focus {
  border-color: var(--btn-colour-hover);
  background-color: var(--btn-colour-hover);
}
.l-login .accountButton:hover,
.l-login .accountButton:focus {
  color: #ffffff;
  border-color: var(--btn-colour);
  background-color: var(--btn-colour);
}
.l-login #GoodstartCorporate.accountButton {
  --btn-colour: #047DA6;
  --btn-colour-hover: #0087b4;
}
.l-login #GoodstartCorporate.accountButton:hover,
.l-login #GoodstartCorporate.accountButton:focus {
  border-color: var(--btn-colour-hover);
  background-color: var(--btn-colour-hover);
}
.l-login .options {
  display: flex;
  flex-direction: column;
}
.l-login .options > div {
  order: 1;
}
.l-login .options .claims-goodstartcorporate {
  order: 99 !important;
  margin-top: 2rem;
}
#AmazonExchange {
  background-image: url('../images/idp_logos/colored/amazon.svg');
}
#AmazonExchange:hover,
#AmazonExchange:focus {
  background-image: url('../images/idp_logos/white/amazon.svg');
}
#FacebookExchange {
  background-image: url('../images/idp_logos/colored/facebook.svg');
}
#FacebookExchange:hover,
#FacebookExchange:focus {
  background-image: url('../images/idp_logos/white/facebook.svg');
}
#GitHubExchange {
  background-image: url('../images/idp_logos/colored/github.svg');
}
#GitHubExchange:hover,
#GitHubExchange:focus {
  background-image: url('../images/idp_logos/white/github.svg');
}
#AppleExchange,
#AppleManagedExchange {
  background-image: url('../images/idp_logos/colored/apple.svg');
}
#AppleExchange:hover,
#AppleExchange:focus,
#AppleManagedExchange:hover,
#AppleManagedExchange:focus {
  background-image: url('../images/idp_logos/white/apple.svg');
}
#GoogleExchange {
  background-image: url('../images/idp_logos/colored/google.svg');
}
#GoogleExchange:hover,
#GoogleExchange:focus {
  background-image: url('../images/idp_logos/white/google.svg');
}
#LinkedInExchange {
  background-image: url('../images/idp_logos/colored/linkedin.svg');
}
#LinkedInExchange:hover,
#LinkedInExchange:focus {
  background-image: url('../images/idp_logos/white/linkedin.svg');
}
#MicrosoftAccountExchange {
  background-image: url('../images/idp_logos/colored/microsoft.svg');
}
#MicrosoftAccountExchange:hover,
#MicrosoftAccountExchange:focus {
  background-image: url('../images/idp_logos/white/microsoft.svg');
}
#QQExchange {
  background-image: url('../images/idp_logos/colored/qq.svg');
}
#QQExchange:hover,
#QQExchange:focus {
  background-image: url('../images/idp_logos/white/qq.svg');
}
#TwitterExchange {
  background-image: url('../images/idp_logos/colored/twitter.svg');
}
#TwitterExchange:hover,
#TwitterExchange:focus {
  background-image: url('../images/idp_logos/white/twitter.svg');
}
#WeChatExchange {
  background-image: url('../images/idp_logos/colored/wechat.svg');
}
#WeChatExchange:hover,
#WeChatExchange:focus {
  background-image: url('../images/idp_logos/white/wechat.svg');
}
#WeiboExchange {
  background-image: url('../images/idp_logos/colored/weibo.svg');
}
#WeiboExchange:hover,
#WeiboExchange:focus {
  background-image: url('../images/idp_logos/white/weibo.svg');
}
@media all and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
  .l-page-width {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .c-auth-bg__image {
    width: 50vw;
    max-width: 80rem;
    position: absolute;
    top: 50%;
    top: min(50%, 20vw);
    right: 0;
    transform: translateY(-50%);
  }
  .c-auth-card__inner {
    display: flex;
  }
  .c-auth-card__main:first-child {
    max-width: 46.5rem;
  }
  .c-auth-card__main:only-child {
    max-width: 66rem;
  }
  .c-auth-card__aside:not(:first-child) {
    max-width: 30rem;
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: 0.2rem solid #e0ded8;
  }
}
@media all and (max-width: 767px) {
  .c-auth-card {
    max-width: 48rem;
  }
  .c-auth-card__aside:not(:first-child) {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.2rem solid #e0ded8;
  }
}

/* Footer */
.f-app-wrapper {
  width: 100%;
  padding: 2rem;
  background-color: #f7f7f5;
  z-index: 1;
  align-self: baseline;
}
.f-app-legal {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.f-app-legal__link {
padding: 0 1rem;
color: inherit;
font-size: 1.6rem;
line-height: 1.25;
text-decoration: underline;
text-decoration-color: transparent;
transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), text-decoration-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.f-app-legal__link:hover,
.f-app-legal__link:focus {
color: #009fd4;
text-decoration-color: #009fd4;
}
.f-app-copyright {
margin: 1.5rem 0 0;
font-size: 1.6rem;
line-height: 1.25;
}
@media all and (min-width: 768px) {
.f-app-wrapper {
  display: flex;
  padding-right: 3rem;
  padding-left: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-app-inner {
  max-width: 148rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-app-legal {
  margin-right: 0;
}
.f-app-copyright {
  margin-top: 0;
}
}

