  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

body, html {
  font-family: var(--usyd-font-primary);
  font-weight: 400;
}

body, html {
  font-size: 16px;
  line-height: 24px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/**
* index.scss defines the html page global and fundamental rules 
* Design online https://www.figma.com/file/pm0aJlzq3R0mUcmwjfIsTi/Main-library?node-id=0%3A1
*/
:root {
  --xxxs-space: 4px;
  --xxs-space: 8px;
  --xs-space: 12px;
  --sm-space: 16px;
  --base-space: 24px;
  --md-space: 32px;
  --lg-space: 48px;
  --xl-space: 64px;
  --xxl-space: 80px;
  --text-primary: #141414;
  --border-radius: 4px;
  --border-radius-large: 8px;
  --container-bg-colour: $white-100;
}

:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-Italic.woff2) format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-BoldItalic.woff2) format("woff2");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Antwerp";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-LightItalic.woff2) format("woff2");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AntwerpMedium";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AntwerpMedium";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-MediumItalic.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AntwerpSemibold";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-SemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AntwerpSemibold";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Antwerp-SemiBoldItalic.woff2) format("woff2");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Regular-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Italic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Bold-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-BoldItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Light-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-LightItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Medium-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-MediumItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu Medium";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Medium-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Apercu Mono";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/Apercu-Mono-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-Regular-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-RegularItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-Bold-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-BoldItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-Light-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-LightItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-Medium-Web.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lyon";
  src: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/fonts/LyonDisplayLF-MediumItalic-Web.woff2) format("woff2");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
:root {
  --usyd-font-primary: 'Apercu';
  --usyd-font-mono: 'Apercu Mono', Courier, monospace;
  --usyd-font-secondary: 'Antwerp', Georgia, serif;
  --usyd-font-teritary: 'Lyon', Helvetica, sans-serif;
}

:root {
  --component-margin: 32px;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
html {
  font-family: var(--usyd-font-primary);
  font-weight: 400;
}

html {
  font-size: 16px;
  line-height: 24px;
}

:root {
  --font-size: 16px;
  --base-font-colour: #141414;
  --base-line-height: 24px;
  --base-colour-page-bg: #FFFFFF;
}

* {
  box-sizing: border-box;
}

html {
  background-color: var(--base-colour-page-bg);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: var(--base-font-colour);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.sr-only {
  position: absolute;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  margin: 0;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
}
@charset "UTF-8";
/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

.m-radio-group--ds__text, .m-checkbox-group--atar__text, .m-checkbox-group--mql__text, .m-checkbox-group--ds__text, .m-content--lg, .m-content--sm, .m-content, .m-content--base {
  font-family: var(--usyd-font-primary);
  font-weight: 400;
}

.m-content, .m-content--base {
  font-size: 16px;
  line-height: 24px;
}

.m-content--sm {
  font-size: 14px;
  line-height: 16px;
}

.m-content--lg {
  font-size: 20px;
  line-height: 32px;
}

[data-type=white].m-logo, [data-type=white].m-external-logo {
  color: #FFFFFF;
}
[data-type=charcoal].m-logo, [data-type=charcoal].m-external-logo {
  color: #141414;
}
[data-type=black].m-logo, [data-type=black].m-external-logo {
  color: #141414;
}
[data-type=black100].m-logo, [data-type=black100].m-external-logo {
  color: #141414;
}
[data-type=red].m-logo, [data-type=red].m-external-logo {
  color: #E64626;
}
[data-type=uiRed].m-logo, [data-type=uiRed].m-external-logo {
  color: #E64626;
}
[data-type=yellow].m-logo, [data-type=yellow].m-external-logo {
  color: #FFB800;
}
[data-type=green].m-logo, [data-type=green].m-external-logo {
  color: #00A485;
}
[data-type=anchorLink].m-logo, [data-type=anchorLink].m-external-logo {
  color: #C63A1E;
}
[data-type=blue120].m-logo, [data-type=blue120].m-external-logo {
  color: #283353;
}
[data-type=ochre120].m-logo, [data-type=ochre120].m-external-logo {
  color: #AF2B11;
}

[data-type=white].m-link {
  color: #FFFFFF;
}
[data-type=white].m-link:hover, [data-type=white].m-link:focus {
  color: #FFFFFF;
}
[data-type=charcoal].m-link {
  color: #141414;
}
[data-type=charcoal].m-link:hover, [data-type=charcoal].m-link:focus {
  color: #141414;
}
[data-type=black].m-link {
  color: #141414;
}
[data-type=black].m-link:hover, [data-type=black].m-link:focus {
  color: #141414;
}
[data-type=black100].m-link {
  color: #141414;
}
[data-type=black100].m-link:hover, [data-type=black100].m-link:focus {
  color: #141414;
}
[data-type=red].m-link {
  color: #E64626;
}
[data-type=red].m-link:hover, [data-type=red].m-link:focus {
  color: #E64626;
}
[data-type=uiRed].m-link {
  color: #E64626;
}
[data-type=uiRed].m-link:hover, [data-type=uiRed].m-link:focus {
  color: #E64626;
}
[data-type=anchorLink].m-link {
  color: #C63A1E;
}
[data-type=anchorLink].m-link:hover, [data-type=anchorLink].m-link:focus {
  color: #C63A1E;
}
[data-type=blue120].m-link {
  color: #283353;
}
[data-type=blue120].m-link:hover, [data-type=blue120].m-link:focus {
  color: #283353;
}
[data-type=ochre120].m-link {
  color: #AF2B11;
}
[data-type=ochre120].m-link:hover, [data-type=ochre120].m-link:focus {
  color: #AF2B11;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    Grid columns
\*------------------------------------*/
.m-grid--col > .m-grid__cell {
  flex-flow: column wrap;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  --m-grid-cell-max-width: 100%;
  max-width: var(--m-grid-cell-max-width);
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--1col > .m-grid__cell {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--2cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--3cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--4cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--5cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--6cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--8cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--9cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--10cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--11cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .m-grid--mobile-up--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .m-grid--tablet-up--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .m-grid--sm-desk-up--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--lg-desk-up--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--lg-desk-down--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .m-grid--sm-desk-down--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .m-grid--tablet-down--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .m-grid--mobile-down--12cols > .m-grid__cell {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

:root {
  --m-grid-column-gap: 20px;
  --m-grid-column-gap-tiny: 8px;
  --m-grid-column-gap-small: 16px;
  --m-grid-column-gap-large: 32px;
  --m-grid-column-gap-huge: 48px;
  --m-grid-height: auto;
  --m-grid-cell-height: var(--m-grid-height);
  --m-grid-cell-max-width: 100%;
}

/*------------------------------------*\
    LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*\
    GRID LAYOUT
\*------------------------------------*/
.m-grid {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  margin-right: calc(var(--m-grid-column-gap) / -2);
  margin-left: calc(var(--m-grid-column-gap) / -2);
}

.m-grid__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 0 calc(var(--m-grid-column-gap) / 2);
  --m-grid-cell-max-width: 100%;
  max-width: var(--m-grid-cell-max-width);
}

.m-grid--page-col {
  margin-right: calc(var(--m-grid-column-gap) / -2);
  margin-left: calc(var(--m-grid-column-gap) / -2);
}
.m-grid--page-col > .m-grid__cell {
  padding: 0 calc(var(--m-grid-column-gap) / 2);
}
.m-grid--page-col > .m-grid {
  margin-right: calc(var(--m-grid-column-gap) / -2);
  margin-left: calc(var(--m-grid-column-gap) / -2);
}
.m-grid--page-col > .m-grid > .m-grid__cell {
  padding: 0 calc(var(--m-grid-column-gap) / 2);
}

.m-grid--no-margin {
  margin: 0;
}

.m-grid__cell--mg-bottom-sm {
  margin-bottom: 10px;
}

.m-grid__cell--mg-bottom-base {
  margin-bottom: 20px;
}

.m-grid__cell--mg-bottom-lg {
  margin-bottom: 40px;
}

.m-grid__cell--full-width {
  --m-grid-cell-max-width: 100%;
  width: var(--m-grid-cell-max-width);
}

.m-grid__cell--min-full-width {
  width: 100%;
}

.m-grid__cell--bg-grey {
  background-color: #F7F7F7;
}

.m-grid--row-mobile-up {
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  .m-grid--row-mobile-up {
    flex-flow: row wrap;
  }
}

/*
****
* m-grid modifiers
****
*/
.m-grid--full-size {
  width: 100%;
  height: 100%;
}

.m-grid--center {
  justify-content: center;
}
.m-grid--center > .m-grid__cell {
  align-self: center;
}

.m-grid--space-between {
  justify-content: space-between;
}

.m-grid--space-around {
  justify-content: space-around;
}

.m-grid--right {
  justify-content: flex-end;
}

.m-grid--left {
  justify-content: flex-start;
}

.m-grid--middle {
  align-items: center;
}

.m-grid--bottom {
  align-items: flex-end;
}

.m-grid--top {
  align-items: flex-start;
}

.m-grid--stretch {
  align-items: stretch;
}

.m-grid--flush {
  margin-left: 0;
  margin-right: 0;
}
.m-grid--flush > .m-grid__cell {
  padding-left: 0;
  padding-right: 0;
}

.m-grid--auto > .m-grid__cell {
  flex-basis: auto;
}

.m-grid--rev {
  flex-direction: row-reverse;
}

.m-grid--nowrap {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.m-grid--nowrap .m-grid__cell:first-child {
  padding-left: 0;
  max-width: calc(100% - var(--m-grid-column-gap) / 2);
}
.m-grid--nowrap .m-grid__cell:last-child {
  padding-right: 0;
  max-width: calc(100% - var(--m-grid-column-gap) / 2);
}

.m-grid--vertical {
  flex-direction: column;
}
.m-grid--vertical.m-grid--rev {
  flex-direction: column-reverse;
}

.m-grid--horizontal {
  flex-direction: row;
}
.m-grid--horizontal.m-grid--rev {
  flex-direction: row-reverse;
}

/*
****
* m-grid modifiers responsives
****
*/
@media screen and (min-width: 576px) {
  .m-grid--full-size--mobile-up {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--center--mobile-up {
    justify-content: center;
  }
  .m-grid--center--mobile-up > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--space-between--mobile-up {
    justify-content: space-between;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--space-around--mobile-up {
    justify-content: space-around;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--right--mobile-up {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--left--mobile-up {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--middle--mobile-up {
    align-items: center;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--bottom--mobile-up {
    align-items: flex-end;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--top--mobile-up {
    align-items: flex-start;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--stretch--mobile-up {
    align-items: stretch;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--flush--mobile-up {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--mobile-up > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--auto--mobile-up > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--rev--mobile-up {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--nowrap--mobile-up {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--vertical--mobile-up {
    flex-direction: column;
  }
  .m-grid--vertical--mobile-up.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 576px) {
  .m-grid--horizontal--mobile-up {
    flex-direction: row;
  }
  .m-grid--horizontal--mobile-up.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--full-size--tablet-up {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--center--tablet-up {
    justify-content: center;
  }
  .m-grid--center--tablet-up > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--space-between--tablet-up {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--space-around--tablet-up {
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--right--tablet-up {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--left--tablet-up {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--middle--tablet-up {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--bottom--tablet-up {
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--top--tablet-up {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--stretch--tablet-up {
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--flush--tablet-up {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--tablet-up > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--auto--tablet-up > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--rev--tablet-up {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--nowrap--tablet-up {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--vertical--tablet-up {
    flex-direction: column;
  }
  .m-grid--vertical--tablet-up.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .m-grid--horizontal--tablet-up {
    flex-direction: row;
  }
  .m-grid--horizontal--tablet-up.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--full-size--sm-desk-up {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--center--sm-desk-up {
    justify-content: center;
  }
  .m-grid--center--sm-desk-up > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--space-between--sm-desk-up {
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--space-around--sm-desk-up {
    justify-content: space-around;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--right--sm-desk-up {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--left--sm-desk-up {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--middle--sm-desk-up {
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--bottom--sm-desk-up {
    align-items: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--top--sm-desk-up {
    align-items: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--stretch--sm-desk-up {
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--flush--sm-desk-up {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--sm-desk-up > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--auto--sm-desk-up > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--rev--sm-desk-up {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--nowrap--sm-desk-up {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--vertical--sm-desk-up {
    flex-direction: column;
  }
  .m-grid--vertical--sm-desk-up.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 992px) {
  .m-grid--horizontal--sm-desk-up {
    flex-direction: row;
  }
  .m-grid--horizontal--sm-desk-up.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--full-size--lg-desk-up {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--center--lg-desk-up {
    justify-content: center;
  }
  .m-grid--center--lg-desk-up > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--space-between--lg-desk-up {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--space-around--lg-desk-up {
    justify-content: space-around;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--right--lg-desk-up {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--left--lg-desk-up {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--middle--lg-desk-up {
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--bottom--lg-desk-up {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--top--lg-desk-up {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--stretch--lg-desk-up {
    align-items: stretch;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--flush--lg-desk-up {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--lg-desk-up > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--auto--lg-desk-up > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--rev--lg-desk-up {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--nowrap--lg-desk-up {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--vertical--lg-desk-up {
    flex-direction: column;
  }
  .m-grid--vertical--lg-desk-up.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .m-grid--horizontal--lg-desk-up {
    flex-direction: row;
  }
  .m-grid--horizontal--lg-desk-up.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--full-size--lg-desk-down {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--center--lg-desk-down {
    justify-content: center;
  }
  .m-grid--center--lg-desk-down > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--space-between--lg-desk-down {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--space-around--lg-desk-down {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--right--lg-desk-down {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--left--lg-desk-down {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--middle--lg-desk-down {
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--bottom--lg-desk-down {
    align-items: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--top--lg-desk-down {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--stretch--lg-desk-down {
    align-items: stretch;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--flush--lg-desk-down {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--lg-desk-down > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--auto--lg-desk-down > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--rev--lg-desk-down {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--nowrap--lg-desk-down {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--vertical--lg-desk-down {
    flex-direction: column;
  }
  .m-grid--vertical--lg-desk-down.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .m-grid--horizontal--lg-desk-down {
    flex-direction: row;
  }
  .m-grid--horizontal--lg-desk-down.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--full-size--sm-desk-down {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--center--sm-desk-down {
    justify-content: center;
  }
  .m-grid--center--sm-desk-down > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--space-between--sm-desk-down {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--space-around--sm-desk-down {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--right--sm-desk-down {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--left--sm-desk-down {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--middle--sm-desk-down {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--bottom--sm-desk-down {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--top--sm-desk-down {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--stretch--sm-desk-down {
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--flush--sm-desk-down {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--sm-desk-down > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--auto--sm-desk-down > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--rev--sm-desk-down {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--nowrap--sm-desk-down {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--vertical--sm-desk-down {
    flex-direction: column;
  }
  .m-grid--vertical--sm-desk-down.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .m-grid--horizontal--sm-desk-down {
    flex-direction: row;
  }
  .m-grid--horizontal--sm-desk-down.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--full-size--tablet-down {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--center--tablet-down {
    justify-content: center;
  }
  .m-grid--center--tablet-down > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--space-between--tablet-down {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--space-around--tablet-down {
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--right--tablet-down {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--left--tablet-down {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--middle--tablet-down {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--bottom--tablet-down {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--top--tablet-down {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--stretch--tablet-down {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--flush--tablet-down {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--tablet-down > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--auto--tablet-down > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--rev--tablet-down {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--nowrap--tablet-down {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--vertical--tablet-down {
    flex-direction: column;
  }
  .m-grid--vertical--tablet-down.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .m-grid--horizontal--tablet-down {
    flex-direction: row;
  }
  .m-grid--horizontal--tablet-down.m-grid--rev {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--full-size--mobile-down {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--center--mobile-down {
    justify-content: center;
  }
  .m-grid--center--mobile-down > .m-grid__cell {
    align-self: center;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--space-between--mobile-down {
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--space-around--mobile-down {
    justify-content: space-around;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--right--mobile-down {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--left--mobile-down {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--middle--mobile-down {
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--bottom--mobile-down {
    align-items: flex-end;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--top--mobile-down {
    align-items: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--stretch--mobile-down {
    align-items: stretch;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--flush--mobile-down {
    margin-left: 0;
    margin-right: 0;
  }
  .m-grid--flush--mobile-down > .m-grid__cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--auto--mobile-down > .m-grid__cell {
    flex-basis: auto;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--rev--mobile-down {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--nowrap--mobile-down {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--vertical--mobile-down {
    flex-direction: column;
  }
  .m-grid--vertical--mobile-down.m-grid--rev {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 575px) {
  .m-grid--horizontal--mobile-down {
    flex-direction: row;
  }
  .m-grid--horizontal--mobile-down.m-grid--rev {
    flex-direction: row-reverse;
  }
}

.m-grid--tiny {
  margin-left: calc(var(--m-grid-column-gap-tiny) / -2);
  margin-right: calc(var(--m-grid-column-gap-tiny) / -2);
}
.m-grid--tiny > .m-grid__cell {
  padding-left: calc(var(--m-grid-column-gap-tiny) / 2);
  padding-right: calc(var(--m-grid-column-gap-tiny) / 2);
}

.m-grid--small {
  margin-left: calc(var(--m-grid-column-gap-small) / -2);
  margin-right: calc(var(--m-grid-column-gap-small) / -2);
}
.m-grid--small > .m-grid__cell {
  padding-left: calc(var(--m-grid-column-gap-small) / 2);
  padding-right: calc(var(--m-grid-column-gap-small) / 2);
}

.m-grid--large {
  margin-left: calc(var(--m-grid-column-gap-large) / -2);
  margin-right: calc(var(--m-grid-column-gap-large) / -2);
}
.m-grid--large > .m-grid__cell {
  padding-left: calc(var(--m-grid-column-gap-large) / 2);
  padding-right: calc(var(--m-grid-column-gap-large) / 2);
}

/*------------------------------------*\
    GRID WIDTHS
\*------------------------------------*/
.\31 \/1 {
  flex-grow: 1;
  flex-basis: 0;
  --m-grid-cell-max-width: 100%;
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/2, .\32 \/4, .\33 \/6, .\34 \/8, .\35 \/10, .\36 \/12, .\38 \/16, .\31 2\/24 {
  --m-grid-cell-max-width: 50%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/3, .\32 \/6, .\34 \/12, .\38 \/24 {
  --m-grid-cell-max-width: 33.3333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\32 \/3, .\34 \/6, .\38 \/12, .\31 6\/24 {
  --m-grid-cell-max-width: 66.6666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/4, .\32 \/8, .\33 \/12, .\34 \/16, .\36 \/24 {
  --m-grid-cell-max-width: 25%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\33 \/4, .\36 \/8, .\39 \/12, .\31 2\/16, .\31 8\/24 {
  --m-grid-cell-max-width: 75%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/5, .\32 \/10 {
  --m-grid-cell-max-width: 20%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\32 \/5, .\34 \/10 {
  --m-grid-cell-max-width: 40%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\33 \/5, .\36 \/10 {
  --m-grid-cell-max-width: 60%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\34 \/5, .\38 \/10 {
  --m-grid-cell-max-width: 80%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/6, .\32 \/12, .\34 \/24 {
  --m-grid-cell-max-width: 16.6666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\35 \/6, .\31 0\/12, .\32 0\/24 {
  --m-grid-cell-max-width: 83.3333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/8, .\32 \/16, .\33 \/24 {
  --m-grid-cell-max-width: 12.5%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\33 \/8, .\36 \/16, .\39 \/24 {
  --m-grid-cell-max-width: 37.5%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\35 \/8, .\31 0\/16, .\31 5\/24 {
  --m-grid-cell-max-width: 62.5%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\37 \/8, .\31 4\/16, .\32 1\/24 {
  --m-grid-cell-max-width: 87.5%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/10 {
  --m-grid-cell-max-width: 10%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\33 \/10 {
  --m-grid-cell-max-width: 30%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\37 \/10 {
  --m-grid-cell-max-width: 70%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\39 \/10 {
  --m-grid-cell-max-width: 90%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/12, .\32 \/24 {
  --m-grid-cell-max-width: 8.3333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\35 \/12, .\31 0\/24 {
  --m-grid-cell-max-width: 41.6666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\37 \/12, .\31 4\/24 {
  --m-grid-cell-max-width: 58.3333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 1\/12, .\32 2\/24 {
  --m-grid-cell-max-width: 91.6666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/16 {
  --m-grid-cell-max-width: 6.25%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\33 \/16 {
  --m-grid-cell-max-width: 18.75%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\35 \/16 {
  --m-grid-cell-max-width: 31.25%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\37 \/16 {
  --m-grid-cell-max-width: 43.75%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\39 \/16 {
  --m-grid-cell-max-width: 56.25%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 1\/16 {
  --m-grid-cell-max-width: 68.75%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 3\/16 {
  --m-grid-cell-max-width: 81.25%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 5\/16 {
  --m-grid-cell-max-width: 93.75%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 \/24 {
  --m-grid-cell-max-width: 4.1666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\35 \/24 {
  --m-grid-cell-max-width: 20.8333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\37 \/24 {
  --m-grid-cell-max-width: 29.1666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 1\/24 {
  --m-grid-cell-max-width: 45.8333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 3\/24 {
  --m-grid-cell-max-width: 54.1666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 7\/24 {
  --m-grid-cell-max-width: 70.8333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\31 9\/24 {
  --m-grid-cell-max-width: 79.1666666667%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

.\32 3\/24 {
  --m-grid-cell-max-width: 95.8333333333%;
  flex-basis: var(--m-grid-cell-max-width);
  max-width: var(--m-grid-cell-max-width);
}

@media screen and (min-width: 576px) {
  .\31 \/1--mobile-up {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--mobile-up, .\32 \/4--mobile-up, .\33 \/6--mobile-up, .\34 \/8--mobile-up, .\35 \/10--mobile-up, .\36 \/12--mobile-up, .\38 \/16--mobile-up, .\31 2\/24--mobile-up {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--mobile-up, .\32 \/6--mobile-up, .\34 \/12--mobile-up, .\38 \/24--mobile-up {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--mobile-up, .\34 \/6--mobile-up, .\38 \/12--mobile-up, .\31 6\/24--mobile-up {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--mobile-up, .\32 \/8--mobile-up, .\33 \/12--mobile-up, .\34 \/16--mobile-up, .\36 \/24--mobile-up {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--mobile-up, .\36 \/8--mobile-up, .\39 \/12--mobile-up, .\31 2\/16--mobile-up, .\31 8\/24--mobile-up {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--mobile-up, .\32 \/10--mobile-up {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--mobile-up, .\34 \/10--mobile-up {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--mobile-up, .\36 \/10--mobile-up {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--mobile-up, .\38 \/10--mobile-up {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--mobile-up, .\32 \/12--mobile-up, .\34 \/24--mobile-up {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--mobile-up, .\31 0\/12--mobile-up, .\32 0\/24--mobile-up {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--mobile-up, .\32 \/16--mobile-up, .\33 \/24--mobile-up {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--mobile-up, .\36 \/16--mobile-up, .\39 \/24--mobile-up {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--mobile-up, .\31 0\/16--mobile-up, .\31 5\/24--mobile-up {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--mobile-up, .\31 4\/16--mobile-up, .\32 1\/24--mobile-up {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--mobile-up {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--mobile-up {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--mobile-up {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--mobile-up {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--mobile-up, .\32 \/24--mobile-up {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--mobile-up, .\31 0\/24--mobile-up {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--mobile-up, .\31 4\/24--mobile-up {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--mobile-up, .\32 2\/24--mobile-up {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--mobile-up {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--mobile-up {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--mobile-up {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--mobile-up {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--mobile-up {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--mobile-up {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--mobile-up {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--mobile-up {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--mobile-up {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--mobile-up {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--mobile-up {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--mobile-up {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--mobile-up {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--mobile-up {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--mobile-up {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--mobile-up {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (min-width: 768px) {
  .\31 \/1--tablet-up {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--tablet-up, .\32 \/4--tablet-up, .\33 \/6--tablet-up, .\34 \/8--tablet-up, .\35 \/10--tablet-up, .\36 \/12--tablet-up, .\38 \/16--tablet-up, .\31 2\/24--tablet-up {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--tablet-up, .\32 \/6--tablet-up, .\34 \/12--tablet-up, .\38 \/24--tablet-up {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--tablet-up, .\34 \/6--tablet-up, .\38 \/12--tablet-up, .\31 6\/24--tablet-up {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--tablet-up, .\32 \/8--tablet-up, .\33 \/12--tablet-up, .\34 \/16--tablet-up, .\36 \/24--tablet-up {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--tablet-up, .\36 \/8--tablet-up, .\39 \/12--tablet-up, .\31 2\/16--tablet-up, .\31 8\/24--tablet-up {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--tablet-up, .\32 \/10--tablet-up {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--tablet-up, .\34 \/10--tablet-up {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--tablet-up, .\36 \/10--tablet-up {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--tablet-up, .\38 \/10--tablet-up {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--tablet-up, .\32 \/12--tablet-up, .\34 \/24--tablet-up {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--tablet-up, .\31 0\/12--tablet-up, .\32 0\/24--tablet-up {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--tablet-up, .\32 \/16--tablet-up, .\33 \/24--tablet-up {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--tablet-up, .\36 \/16--tablet-up, .\39 \/24--tablet-up {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--tablet-up, .\31 0\/16--tablet-up, .\31 5\/24--tablet-up {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--tablet-up, .\31 4\/16--tablet-up, .\32 1\/24--tablet-up {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--tablet-up {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--tablet-up {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--tablet-up {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--tablet-up {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--tablet-up, .\32 \/24--tablet-up {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--tablet-up, .\31 0\/24--tablet-up {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--tablet-up, .\31 4\/24--tablet-up {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--tablet-up, .\32 2\/24--tablet-up {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--tablet-up {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--tablet-up {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--tablet-up {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--tablet-up {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--tablet-up {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--tablet-up {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--tablet-up {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--tablet-up {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--tablet-up {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--tablet-up {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--tablet-up {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--tablet-up {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--tablet-up {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--tablet-up {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--tablet-up {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--tablet-up {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (min-width: 992px) {
  .\31 \/1--sm-desk-up {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--sm-desk-up, .\32 \/4--sm-desk-up, .\33 \/6--sm-desk-up, .\34 \/8--sm-desk-up, .\35 \/10--sm-desk-up, .\36 \/12--sm-desk-up, .\38 \/16--sm-desk-up, .\31 2\/24--sm-desk-up {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--sm-desk-up, .\32 \/6--sm-desk-up, .\34 \/12--sm-desk-up, .\38 \/24--sm-desk-up {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--sm-desk-up, .\34 \/6--sm-desk-up, .\38 \/12--sm-desk-up, .\31 6\/24--sm-desk-up {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--sm-desk-up, .\32 \/8--sm-desk-up, .\33 \/12--sm-desk-up, .\34 \/16--sm-desk-up, .\36 \/24--sm-desk-up {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--sm-desk-up, .\36 \/8--sm-desk-up, .\39 \/12--sm-desk-up, .\31 2\/16--sm-desk-up, .\31 8\/24--sm-desk-up {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--sm-desk-up, .\32 \/10--sm-desk-up {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--sm-desk-up, .\34 \/10--sm-desk-up {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--sm-desk-up, .\36 \/10--sm-desk-up {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--sm-desk-up, .\38 \/10--sm-desk-up {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--sm-desk-up, .\32 \/12--sm-desk-up, .\34 \/24--sm-desk-up {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--sm-desk-up, .\31 0\/12--sm-desk-up, .\32 0\/24--sm-desk-up {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--sm-desk-up, .\32 \/16--sm-desk-up, .\33 \/24--sm-desk-up {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--sm-desk-up, .\36 \/16--sm-desk-up, .\39 \/24--sm-desk-up {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--sm-desk-up, .\31 0\/16--sm-desk-up, .\31 5\/24--sm-desk-up {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--sm-desk-up, .\31 4\/16--sm-desk-up, .\32 1\/24--sm-desk-up {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--sm-desk-up {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--sm-desk-up {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--sm-desk-up {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--sm-desk-up {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--sm-desk-up, .\32 \/24--sm-desk-up {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--sm-desk-up, .\31 0\/24--sm-desk-up {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--sm-desk-up, .\31 4\/24--sm-desk-up {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--sm-desk-up, .\32 2\/24--sm-desk-up {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--sm-desk-up {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--sm-desk-up {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--sm-desk-up {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--sm-desk-up {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--sm-desk-up {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--sm-desk-up {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--sm-desk-up {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--sm-desk-up {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--sm-desk-up {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--sm-desk-up {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--sm-desk-up {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--sm-desk-up {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--sm-desk-up {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--sm-desk-up {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--sm-desk-up {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--sm-desk-up {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (min-width: 1200px) {
  .\31 \/1--lg-desk-up {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--lg-desk-up, .\32 \/4--lg-desk-up, .\33 \/6--lg-desk-up, .\34 \/8--lg-desk-up, .\35 \/10--lg-desk-up, .\36 \/12--lg-desk-up, .\38 \/16--lg-desk-up, .\31 2\/24--lg-desk-up {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--lg-desk-up, .\32 \/6--lg-desk-up, .\34 \/12--lg-desk-up, .\38 \/24--lg-desk-up {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--lg-desk-up, .\34 \/6--lg-desk-up, .\38 \/12--lg-desk-up, .\31 6\/24--lg-desk-up {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--lg-desk-up, .\32 \/8--lg-desk-up, .\33 \/12--lg-desk-up, .\34 \/16--lg-desk-up, .\36 \/24--lg-desk-up {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--lg-desk-up, .\36 \/8--lg-desk-up, .\39 \/12--lg-desk-up, .\31 2\/16--lg-desk-up, .\31 8\/24--lg-desk-up {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--lg-desk-up, .\32 \/10--lg-desk-up {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--lg-desk-up, .\34 \/10--lg-desk-up {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--lg-desk-up, .\36 \/10--lg-desk-up {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--lg-desk-up, .\38 \/10--lg-desk-up {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--lg-desk-up, .\32 \/12--lg-desk-up, .\34 \/24--lg-desk-up {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--lg-desk-up, .\31 0\/12--lg-desk-up, .\32 0\/24--lg-desk-up {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--lg-desk-up, .\32 \/16--lg-desk-up, .\33 \/24--lg-desk-up {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--lg-desk-up, .\36 \/16--lg-desk-up, .\39 \/24--lg-desk-up {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--lg-desk-up, .\31 0\/16--lg-desk-up, .\31 5\/24--lg-desk-up {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--lg-desk-up, .\31 4\/16--lg-desk-up, .\32 1\/24--lg-desk-up {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--lg-desk-up {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--lg-desk-up {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--lg-desk-up {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--lg-desk-up {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--lg-desk-up, .\32 \/24--lg-desk-up {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--lg-desk-up, .\31 0\/24--lg-desk-up {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--lg-desk-up, .\31 4\/24--lg-desk-up {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--lg-desk-up, .\32 2\/24--lg-desk-up {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--lg-desk-up {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--lg-desk-up {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--lg-desk-up {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--lg-desk-up {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--lg-desk-up {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--lg-desk-up {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--lg-desk-up {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--lg-desk-up {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--lg-desk-up {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--lg-desk-up {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--lg-desk-up {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--lg-desk-up {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--lg-desk-up {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--lg-desk-up {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--lg-desk-up {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--lg-desk-up {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (max-width: 1199px) {
  .\31 \/1--lg-desk-down {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--lg-desk-down, .\32 \/4--lg-desk-down, .\33 \/6--lg-desk-down, .\34 \/8--lg-desk-down, .\35 \/10--lg-desk-down, .\36 \/12--lg-desk-down, .\38 \/16--lg-desk-down, .\31 2\/24--lg-desk-down {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--lg-desk-down, .\32 \/6--lg-desk-down, .\34 \/12--lg-desk-down, .\38 \/24--lg-desk-down {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--lg-desk-down, .\34 \/6--lg-desk-down, .\38 \/12--lg-desk-down, .\31 6\/24--lg-desk-down {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--lg-desk-down, .\32 \/8--lg-desk-down, .\33 \/12--lg-desk-down, .\34 \/16--lg-desk-down, .\36 \/24--lg-desk-down {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--lg-desk-down, .\36 \/8--lg-desk-down, .\39 \/12--lg-desk-down, .\31 2\/16--lg-desk-down, .\31 8\/24--lg-desk-down {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--lg-desk-down, .\32 \/10--lg-desk-down {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--lg-desk-down, .\34 \/10--lg-desk-down {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--lg-desk-down, .\36 \/10--lg-desk-down {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--lg-desk-down, .\38 \/10--lg-desk-down {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--lg-desk-down, .\32 \/12--lg-desk-down, .\34 \/24--lg-desk-down {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--lg-desk-down, .\31 0\/12--lg-desk-down, .\32 0\/24--lg-desk-down {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--lg-desk-down, .\32 \/16--lg-desk-down, .\33 \/24--lg-desk-down {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--lg-desk-down, .\36 \/16--lg-desk-down, .\39 \/24--lg-desk-down {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--lg-desk-down, .\31 0\/16--lg-desk-down, .\31 5\/24--lg-desk-down {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--lg-desk-down, .\31 4\/16--lg-desk-down, .\32 1\/24--lg-desk-down {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--lg-desk-down {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--lg-desk-down {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--lg-desk-down {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--lg-desk-down {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--lg-desk-down, .\32 \/24--lg-desk-down {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--lg-desk-down, .\31 0\/24--lg-desk-down {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--lg-desk-down, .\31 4\/24--lg-desk-down {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--lg-desk-down, .\32 2\/24--lg-desk-down {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--lg-desk-down {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--lg-desk-down {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--lg-desk-down {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--lg-desk-down {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--lg-desk-down {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--lg-desk-down {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--lg-desk-down {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--lg-desk-down {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--lg-desk-down {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--lg-desk-down {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--lg-desk-down {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--lg-desk-down {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--lg-desk-down {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--lg-desk-down {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--lg-desk-down {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--lg-desk-down {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (max-width: 991px) {
  .\31 \/1--sm-desk-down {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--sm-desk-down, .\32 \/4--sm-desk-down, .\33 \/6--sm-desk-down, .\34 \/8--sm-desk-down, .\35 \/10--sm-desk-down, .\36 \/12--sm-desk-down, .\38 \/16--sm-desk-down, .\31 2\/24--sm-desk-down {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--sm-desk-down, .\32 \/6--sm-desk-down, .\34 \/12--sm-desk-down, .\38 \/24--sm-desk-down {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--sm-desk-down, .\34 \/6--sm-desk-down, .\38 \/12--sm-desk-down, .\31 6\/24--sm-desk-down {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--sm-desk-down, .\32 \/8--sm-desk-down, .\33 \/12--sm-desk-down, .\34 \/16--sm-desk-down, .\36 \/24--sm-desk-down {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--sm-desk-down, .\36 \/8--sm-desk-down, .\39 \/12--sm-desk-down, .\31 2\/16--sm-desk-down, .\31 8\/24--sm-desk-down {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--sm-desk-down, .\32 \/10--sm-desk-down {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--sm-desk-down, .\34 \/10--sm-desk-down {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--sm-desk-down, .\36 \/10--sm-desk-down {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--sm-desk-down, .\38 \/10--sm-desk-down {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--sm-desk-down, .\32 \/12--sm-desk-down, .\34 \/24--sm-desk-down {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--sm-desk-down, .\31 0\/12--sm-desk-down, .\32 0\/24--sm-desk-down {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--sm-desk-down, .\32 \/16--sm-desk-down, .\33 \/24--sm-desk-down {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--sm-desk-down, .\36 \/16--sm-desk-down, .\39 \/24--sm-desk-down {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--sm-desk-down, .\31 0\/16--sm-desk-down, .\31 5\/24--sm-desk-down {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--sm-desk-down, .\31 4\/16--sm-desk-down, .\32 1\/24--sm-desk-down {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--sm-desk-down {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--sm-desk-down {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--sm-desk-down {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--sm-desk-down {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--sm-desk-down, .\32 \/24--sm-desk-down {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--sm-desk-down, .\31 0\/24--sm-desk-down {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--sm-desk-down, .\31 4\/24--sm-desk-down {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--sm-desk-down, .\32 2\/24--sm-desk-down {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--sm-desk-down {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--sm-desk-down {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--sm-desk-down {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--sm-desk-down {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--sm-desk-down {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--sm-desk-down {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--sm-desk-down {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--sm-desk-down {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--sm-desk-down {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--sm-desk-down {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--sm-desk-down {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--sm-desk-down {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--sm-desk-down {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--sm-desk-down {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--sm-desk-down {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--sm-desk-down {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (max-width: 767px) {
  .\31 \/1--tablet-down {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--tablet-down, .\32 \/4--tablet-down, .\33 \/6--tablet-down, .\34 \/8--tablet-down, .\35 \/10--tablet-down, .\36 \/12--tablet-down, .\38 \/16--tablet-down, .\31 2\/24--tablet-down {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--tablet-down, .\32 \/6--tablet-down, .\34 \/12--tablet-down, .\38 \/24--tablet-down {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--tablet-down, .\34 \/6--tablet-down, .\38 \/12--tablet-down, .\31 6\/24--tablet-down {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--tablet-down, .\32 \/8--tablet-down, .\33 \/12--tablet-down, .\34 \/16--tablet-down, .\36 \/24--tablet-down {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--tablet-down, .\36 \/8--tablet-down, .\39 \/12--tablet-down, .\31 2\/16--tablet-down, .\31 8\/24--tablet-down {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--tablet-down, .\32 \/10--tablet-down {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--tablet-down, .\34 \/10--tablet-down {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--tablet-down, .\36 \/10--tablet-down {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--tablet-down, .\38 \/10--tablet-down {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--tablet-down, .\32 \/12--tablet-down, .\34 \/24--tablet-down {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--tablet-down, .\31 0\/12--tablet-down, .\32 0\/24--tablet-down {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--tablet-down, .\32 \/16--tablet-down, .\33 \/24--tablet-down {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--tablet-down, .\36 \/16--tablet-down, .\39 \/24--tablet-down {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--tablet-down, .\31 0\/16--tablet-down, .\31 5\/24--tablet-down {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--tablet-down, .\31 4\/16--tablet-down, .\32 1\/24--tablet-down {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--tablet-down {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--tablet-down {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--tablet-down {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--tablet-down {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--tablet-down, .\32 \/24--tablet-down {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--tablet-down, .\31 0\/24--tablet-down {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--tablet-down, .\31 4\/24--tablet-down {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--tablet-down, .\32 2\/24--tablet-down {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--tablet-down {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--tablet-down {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--tablet-down {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--tablet-down {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--tablet-down {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--tablet-down {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--tablet-down {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--tablet-down {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--tablet-down {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--tablet-down {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--tablet-down {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--tablet-down {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--tablet-down {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--tablet-down {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--tablet-down {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--tablet-down {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
@media screen and (max-width: 575px) {
  .\31 \/1--mobile-down {
    flex-grow: 1;
    flex-basis: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/2--mobile-down, .\32 \/4--mobile-down, .\33 \/6--mobile-down, .\34 \/8--mobile-down, .\35 \/10--mobile-down, .\36 \/12--mobile-down, .\38 \/16--mobile-down, .\31 2\/24--mobile-down {
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/3--mobile-down, .\32 \/6--mobile-down, .\34 \/12--mobile-down, .\38 \/24--mobile-down {
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/3--mobile-down, .\34 \/6--mobile-down, .\38 \/12--mobile-down, .\31 6\/24--mobile-down {
    --m-grid-cell-max-width: 66.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/4--mobile-down, .\32 \/8--mobile-down, .\33 \/12--mobile-down, .\34 \/16--mobile-down, .\36 \/24--mobile-down {
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/4--mobile-down, .\36 \/8--mobile-down, .\39 \/12--mobile-down, .\31 2\/16--mobile-down, .\31 8\/24--mobile-down {
    --m-grid-cell-max-width: 75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/5--mobile-down, .\32 \/10--mobile-down {
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 \/5--mobile-down, .\34 \/10--mobile-down {
    --m-grid-cell-max-width: 40%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/5--mobile-down, .\36 \/10--mobile-down {
    --m-grid-cell-max-width: 60%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\34 \/5--mobile-down, .\38 \/10--mobile-down {
    --m-grid-cell-max-width: 80%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/6--mobile-down, .\32 \/12--mobile-down, .\34 \/24--mobile-down {
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/6--mobile-down, .\31 0\/12--mobile-down, .\32 0\/24--mobile-down {
    --m-grid-cell-max-width: 83.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/8--mobile-down, .\32 \/16--mobile-down, .\33 \/24--mobile-down {
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/8--mobile-down, .\36 \/16--mobile-down, .\39 \/24--mobile-down {
    --m-grid-cell-max-width: 37.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/8--mobile-down, .\31 0\/16--mobile-down, .\31 5\/24--mobile-down {
    --m-grid-cell-max-width: 62.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/8--mobile-down, .\31 4\/16--mobile-down, .\32 1\/24--mobile-down {
    --m-grid-cell-max-width: 87.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/10--mobile-down {
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/10--mobile-down {
    --m-grid-cell-max-width: 30%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/10--mobile-down {
    --m-grid-cell-max-width: 70%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/10--mobile-down {
    --m-grid-cell-max-width: 90%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/12--mobile-down, .\32 \/24--mobile-down {
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/12--mobile-down, .\31 0\/24--mobile-down {
    --m-grid-cell-max-width: 41.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/12--mobile-down, .\31 4\/24--mobile-down {
    --m-grid-cell-max-width: 58.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/12--mobile-down, .\32 2\/24--mobile-down {
    --m-grid-cell-max-width: 91.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/16--mobile-down {
    --m-grid-cell-max-width: 6.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\33 \/16--mobile-down {
    --m-grid-cell-max-width: 18.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/16--mobile-down {
    --m-grid-cell-max-width: 31.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/16--mobile-down {
    --m-grid-cell-max-width: 43.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\39 \/16--mobile-down {
    --m-grid-cell-max-width: 56.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/16--mobile-down {
    --m-grid-cell-max-width: 68.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/16--mobile-down {
    --m-grid-cell-max-width: 81.25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 5\/16--mobile-down {
    --m-grid-cell-max-width: 93.75%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 \/24--mobile-down {
    --m-grid-cell-max-width: 4.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\35 \/24--mobile-down {
    --m-grid-cell-max-width: 20.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\37 \/24--mobile-down {
    --m-grid-cell-max-width: 29.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 1\/24--mobile-down {
    --m-grid-cell-max-width: 45.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 3\/24--mobile-down {
    --m-grid-cell-max-width: 54.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 7\/24--mobile-down {
    --m-grid-cell-max-width: 70.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\31 9\/24--mobile-down {
    --m-grid-cell-max-width: 79.1666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
  .\32 3\/24--mobile-down {
    --m-grid-cell-max-width: 95.8333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}
/*------------------------------------*\
    Grid columns
\*------------------------------------*/
.m-css-grid {
  display: grid;
  grid-template-columns: repeat(1, 12fr);
  grid-template-rows: auto;
  -moz-column-gap: var(--m-grid-column-gap);
       column-gap: var(--m-grid-column-gap);
  row-gap: var(--m-grid-row-gap);
  justify-items: stretch;
}

.m-css-grid--2cols {
  grid-template-columns: repeat(2, minmax(10px, 6fr));
}

@media screen and (min-width: 576px) {
  .m-css-grid--mobile-up--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 768px) {
  .m-css-grid--tablet-up--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 992px) {
  .m-css-grid--sm-desk-up--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 1200px) {
  .m-css-grid--lg-desk-up--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 1199px) {
  .m-css-grid--lg-desk-down--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 991px) {
  .m-css-grid--sm-desk-down--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 767px) {
  .m-css-grid--tablet-down--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 575px) {
  .m-css-grid--mobile-down--2cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

.m-css-grid--3cols {
  grid-template-columns: repeat(3, minmax(10px, 4fr));
}

@media screen and (min-width: 576px) {
  .m-css-grid--mobile-up--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 768px) {
  .m-css-grid--tablet-up--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 992px) {
  .m-css-grid--sm-desk-up--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 1200px) {
  .m-css-grid--lg-desk-up--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 1199px) {
  .m-css-grid--lg-desk-down--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 991px) {
  .m-css-grid--sm-desk-down--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 767px) {
  .m-css-grid--tablet-down--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 575px) {
  .m-css-grid--mobile-down--3cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

.m-css-grid--4cols {
  grid-template-columns: repeat(4, minmax(10px, 3fr));
}

@media screen and (min-width: 576px) {
  .m-css-grid--mobile-up--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 768px) {
  .m-css-grid--tablet-up--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 992px) {
  .m-css-grid--sm-desk-up--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 1200px) {
  .m-css-grid--lg-desk-up--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 1199px) {
  .m-css-grid--lg-desk-down--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 991px) {
  .m-css-grid--sm-desk-down--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 767px) {
  .m-css-grid--tablet-down--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 575px) {
  .m-css-grid--mobile-down--4cols {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

.m-css-grid--6cols {
  grid-template-columns: repeat(6, minmax(10px, 2fr));
}

@media screen and (min-width: 576px) {
  .m-css-grid--mobile-up--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 768px) {
  .m-css-grid--tablet-up--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 992px) {
  .m-css-grid--sm-desk-up--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 1200px) {
  .m-css-grid--lg-desk-up--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 1199px) {
  .m-css-grid--lg-desk-down--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 991px) {
  .m-css-grid--sm-desk-down--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 767px) {
  .m-css-grid--tablet-down--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 575px) {
  .m-css-grid--mobile-down--6cols {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

.m-css-grid--12cols {
  grid-template-columns: repeat(12, minmax(10px, 1fr));
}

@media screen and (min-width: 576px) {
  .m-css-grid--mobile-up--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .m-css-grid--tablet-up--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .m-css-grid--sm-desk-up--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .m-css-grid--lg-desk-up--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .m-css-grid--lg-desk-down--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .m-css-grid--sm-desk-down--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .m-css-grid--tablet-down--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .m-css-grid--mobile-down--12cols {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

.m-sticky-content {
  position: sticky;
  top: -1px;
}
.m-content-container--border-group-item .m-layout__inner-container {
  padding-top: 24px;
  margin-bottom: 0;
}
.m-content-container--border-group-item:not(.m-content-container--border-group-item--first) .m-layout__inner-container {
  border-top: 1px solid #D2D2D2;
}
.m-content-container--border-group-item:not(.m-content-container--border-group-item--last) .m-layout__inner-container {
  padding-bottom: 24px;
}

/**
* element with data-slot or data-list-slot attributes are for passing data from html to Svelte, show on the Target app
*/
[data-slot],
[data-list-slot],
[data-slot-list],
[data-slot-list-item] {
  display: none;
  visibility: hidden;
}

body[data-env=target] [data-target-exf-injected-wrapper] {
  position: relative;
  min-height: 36px;
  border: 3px solid aqua;
  background-color: rgb(198, 198, 198);
  border-radius: 4px;
}
body[data-env=target] [data-target-exf-injected-wrapper]::after {
  content: "Drop an experience fragment component";
  display: block;
  min-height: 36px;
  line-height: 36px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: grey;
}

body[data-env=target] [data-target-exf-injected-wrapper][data-target-exf-injected]::after {
  display: none;
}

[data-target-exf-injected-wrapper] [data-target-exf-injected-wrapper] {
  display: none;
  visibility: hidden;
}

.m-icon-color-transition {
  position: relative;
}
.m-icon-color-transition {
  transition: all 400ms ease-in-out;
}
.m-icon-color-transition__shadow {
  position: relative;
  opacity: 0;
}
.m-icon-color-transition__in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.m-icon-color-transition--in .m-icon-color-transition__in {
  opacity: 1;
}
.m-icon-color-transition--out .m-icon-color-transition__in {
  opacity: 0;
}
.m-icon-color-transition__out {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.m-icon-color-transition--in .m-icon-color-transition__out {
  opacity: 0;
}
.m-icon-color-transition--out .m-icon-color-transition__out {
  opacity: 1;
}

symbol {
  --fill-colour: inherit;
  fill: var(--fill-colour);
}

.m-svg-icon--demo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 8px;
  padding: 0 24px;
  align-items: center;
}

.leftChevronHovered {
  position: relative;
  left: 0;
  transition: left 0.2s;
}

.rightChevronHovered {
  position: relative;
  right: 0;
  transition: right 0.2s;
}

a:hover .leftChevronHovered, a:focus .leftChevronHovered {
  left: -5px;
}
a:hover .rightChevronHovered, a:focus .rightChevronHovered {
  right: -5px;
}

.m-hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 576px) {
  .m-hidden--mobile-up {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .m-hidden--tablet-up {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 992px) {
  .m-hidden--sm-desk-up {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .m-hidden--lg-desk-up {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .m-hidden--lg-desk-down {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  .m-hidden--sm-desk-down {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .m-hidden--tablet-down {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 575px) {
  .m-hidden--mobile-down {
    display: none;
    visibility: hidden;
  }
}
.m-hidden--opacity-0 {
  opacity: 0;
}

.m-link {
  --link-font-size: 'inherit';
  color: #C63A1E;
  text-decoration: none;
  font-size: var(--link-font-size);
  font-weight: 500;
}
.m-link:focus, .m-link:hover {
  color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}
.m-link--block, .m-link[data-type=block] {
  display: block;
}
.m-link--inline-block, .m-link[data-type=inline-block] {
  display: inline-block;
}
.m-link--standalone {
  margin-bottom: 24px;
}
.m-link--no-underline, .m-link[data-type=no-underline] {
  text-decoration: none;
}
.m-link--no-underline .m-link__content, .m-link[data-type=no-underline] .m-link__content {
  text-decoration: none !important;
}
.m-link--no-underline:hover, .m-link--no-underline:focus, .m-link[data-type=no-underline]:hover, .m-link[data-type=no-underline]:focus {
  text-decoration: none;
}
.m-link--button-style {
  border: none;
  padding: 0;
}
.m-link__content {
  text-decoration: underline;
}
.edit-profile {
  font-size: 17px;
  line-height: 24px;
}

.m-link--block {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.m-link--no-underline, .m-link[data-type=no-underline] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.m-link__icon-left {
  margin-right: 8px;
}
.m-link__icon-right {
  margin-left: 8px;
}

.m-link--action {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.m-spinner {
  opacity: 1;
  height: 20px;
}
.m-spinner--hide {
  transition: 200ms;
  opacity: 0;
}
.m-spinner__child {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.m-spinner__child::before, .m-spinner__child::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E64626;
  content: "";
}
.m-spinner__child::after {
  animation: left-to-right 3200ms infinite;
  animation-fill-mode: forwards; /* this prevents the animation from restarting! */
}
@keyframes left-to-right {
  20% {
    opacity: 1;
  }
  0%, 50%, 100% {
    opacity: 0;
  }
}
.m-spinner__child--1::after {
  animation-delay: 200ms;
}
.m-spinner__child--2::after {
  animation-delay: 400ms;
}
.m-spinner__child--3::after {
  animation-delay: 600ms;
}
.m-spinner__child--4::after {
  animation-delay: 800ms;
}
.m-spinner__child--5::after {
  animation-delay: 1000ms;
}
.m-spinner__child--6::after {
  animation-delay: 1200ms;
}
.m-spinner__child::before {
  animation: right-to-left 3200ms infinite;
  animation-fill-mode: forwards; /* this prevents the animation from restarting! */
  opacity: 0;
}
@keyframes right-to-left {
  0%, 60%, 100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
.m-spinner__child--1::before {
  animation-delay: 1000ms;
}
.m-spinner__child--2::before {
  animation-delay: 800ms;
}
.m-spinner__child--3::before {
  animation-delay: 600ms;
}
.m-spinner__child--4::before {
  animation-delay: 400ms;
}
.m-spinner__child--5::before {
  animation-delay: 200ms;
}
.m-spinner__child--6::before {
  animation-delay: 0ms;
}

.m-clickable-icon {
  display: block;
  text-decoration: none;
}
.m-clickable-icon__icon {
  pointer-events: none;
}
.m-clickable-icon__text {
  pointer-events: none;
}

.m-clickable-icon--search-p1 {
  display: flex;
  align-items: center;
  border: 1px solid #C63A1E;
  background-color: #C63A1E;
  padding: 22px;
  transition: all 400ms ease-in-out;
  max-height: var(--global-nav-header-button-height);
  cursor: pointer;
}
.m-clickable-icon--search-p1--over {
  background-color: #FFFFFF;
  color: #C63A1E;
}
.m-clickable-icon--search-p1--out {
  background-color: #C63A1E;
}

.m-clickable-icon--hamburger-p1 {
  display: flex;
  align-items: center;
  background-color: #141414;
  border: 1px solid #C63A1E;
  padding: 22px;
  transition: all 400ms ease-in-out;
  max-height: var(--global-nav-header-button-height);
}
.m-clickable-icon--hamburger-p1--over {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #141414;
}
.m-clickable-icon--hamburger-p1--out {
  border-color: #141414;
  background-color: #141414;
}

.m-picture {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.m-picture--loaded {
  opacity: 1;
  transition: opacity 200ms;
}
.m-picture--bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-picture--ratio-7-8 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 114.2857142857%;
  padding-top: 0;
}
.m-picture--ratio-7-8 img {
  position: absolute;
}
.m-picture--ratio-16-5 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 31.25%;
  padding-top: 0;
}
.m-picture--ratio-16-5 img {
  position: absolute;
}
.m-picture--ratio-16-7 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 43.75%;
  padding-top: 0;
}
.m-picture--ratio-16-7 img {
  position: absolute;
}
.m-picture--ratio-4-3 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  padding-top: 0;
}
.m-picture--ratio-4-3 img {
  position: absolute;
}
.m-picture--ratio-2-1 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  padding-top: 0;
}
.m-picture--ratio-2-1 img {
  position: absolute;
}
.m-picture--ratio-3-2 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.6666666667%;
  padding-top: 0;
}
.m-picture--ratio-3-2 img {
  position: absolute;
}
.m-picture--square {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  padding-top: 0;
}
.m-picture--square img {
  position: absolute;
}
.m-picture--circle {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  padding-top: 0;
}
.m-picture--circle img {
  position: absolute;
  border-radius: 50%;
}
.m-picture--ratio-w-max-h-auto {
  width: 100%;
  height: auto;
}
.m-picture--ratio-w-auto-h-248 {
  width: 100%;
  height: 248px;
}
.m-picture--ratio-w-auto-h-max {
  width: auto;
  height: 248px;
}
.m-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: all 400ms;
  cursor: pointer;
}
.m-button--anchor {
  text-decoration: none;
}
.m-button--anchor:hover, .m-button--anchor:focus {
  text-decoration: none !important;
}
.m-button--button {
  border: none;
}
.m-button--full-width {
  width: 100%;
}
.m-button[data-style=primary], .m-button--primary {
  background-color: #E64626;
  color: #FFFFFF;
}
.m-button[data-style=primary]:focus, .m-button[data-style=primary]:hover, .m-button--primary:focus, .m-button--primary:hover {
  background-color: #E64626;
}
.m-button[data-style=primary].m-button--disable:focus, .m-button[data-style=primary].m-button--disable:hover, .m-button--primary.m-button--disable:focus, .m-button--primary.m-button--disable:hover {
  background-color: #E64626;
}
.m-button[data-style=secondary], .m-button--secondary {
  background-color: #F7F7F7;
  color: #141414;
}
.m-button[data-style=secondary]:focus, .m-button[data-style=secondary]:hover, .m-button--secondary:focus, .m-button--secondary:hover {
  background-color: #D2D2D2;
  color: #141414;
}
.m-button[data-style=secondary].m-button--disable:focus, .m-button[data-style=secondary].m-button--disable:hover, .m-button--secondary.m-button--disable:focus, .m-button--secondary.m-button--disable:hover {
  background-color: #F7F7F7;
  color: #141414;
}
.m-button[data-style=tertiary], .m-button--tertiary {
  position: relative;
  background-color: transparent;
  color: #E64626;
  padding: 10px 4px;
  border-radius: 4px;
}
.m-button[data-style=tertiary]:focus, .m-button[data-style=tertiary]:hover, .m-button--tertiary:focus, .m-button--tertiary:hover {
  background-color: #FDEDEA;
  color: #E64626;
}
.m-button[data-style=tertiary]:after, .m-button--tertiary:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 1px;
  background-color: #E64626;
}
.m-button[data-style=tertiary] svg, .m-button--tertiary svg {
  --fill-colour: transparent !important;
}
.m-button[data-style=tertiary].m-button--disable:focus, .m-button[data-style=tertiary].m-button--disable:hover, .m-button--tertiary.m-button--disable:focus, .m-button--tertiary.m-button--disable:hover {
  background-color: #F7F7F7;
  color: #141414;
}
.m-button[data-style=warning-primary], .m-button--warning-primary {
  background-color: #141414;
  color: #FFE090;
  font-weight: normal;
}
.m-button[data-style=warning-primary].m-button--disable:focus, .m-button[data-style=warning-primary].m-button--disable:hover, .m-button--warning-primary.m-button--disable:focus, .m-button--warning-primary.m-button--disable:hover {
  background-color: #141414;
  color: #FFE090;
}
.m-button[data-style=warning-secondary], .m-button--warning-secondary {
  background-color: #FFE090;
  border: 1px solid #141414;
  padding: 15px 31px;
  color: #141414;
  font-weight: normal;
}
.m-button[data-style=warning-secondary].m-button--disable:focus, .m-button[data-style=warning-secondary].m-button--disable:hover, .m-button--warning-secondary.m-button--disable:focus, .m-button--warning-secondary.m-button--disable:hover {
  background-color: #FFE090;
  border: 1px solid #141414;
  color: #141414;
}
.m-button[data-style=red-border], .m-button--red-border {
  box-sizing: border-box;
  border: 2px solid #E64626;
  background-color: #FFFFFF;
  color: #141414;
  padding: 14px 30px;
  font-weight: bold;
}
.m-button[data-style=red-border].m-button--disable, .m-button--red-border.m-button--disable {
  border-color: #666;
  background-color: #ccc;
  color: #666;
}
.m-button[data-style=red-border].m-button--disable:focus, .m-button[data-style=red-border].m-button--disable:hover, .m-button--red-border.m-button--disable:focus, .m-button--red-border.m-button--disable:hover {
  opacity: 1;
  border-color: #666;
  background-color: #ccc;
  color: #666;
}
.m-button[data-style=red-border].m-button--deactivated, .m-button--red-border.m-button--deactivated {
  border: 1px solid #D2D2D2;
  padding: 15px 31px;
  background-color: #FFFFFF;
}
.m-button[data-style=red-border].m-button--deactivated:focus, .m-button[data-style=red-border].m-button--deactivated:hover, .m-button--red-border.m-button--deactivated:focus, .m-button--red-border.m-button--deactivated:hover {
  opacity: 1;
  background-color: #FFFFFF;
}
.m-button[data-style=bg-black], .m-button--bg-black {
  background-color: #141414;
  color: #FFFFFF;
  font-weight: 300;
}
.m-button--disable {
  cursor: not-allowed;
  opacity: 60%;
}
.m-button__content {
  text-decoration: none;
  line-height: 1;
}
.m-button__icon-left {
  margin-right: 8px;
}
.m-button__icon-right {
  margin-left: 8px;
}
.m-button__desc-container {
  text-align: left;
  margin-right: 16px;
}
.m-button__desc-container-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.m-button__desc-container-desc {
  padding-top: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.m-search-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.m-search-bar__input-wrapper {
  background-color: #F7F7F7;
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 0;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 72px;
}
.m-search-bar__input-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 12fr));
  grid-template-rows: auto;
  grid-template-areas: "input-container";
  align-items: center;
  justify-items: end;
}
.m-search-bar__input-holder {
  grid-area: input-container;
  position: relative;
  width: 100%;
}
.m-search-bar__input {
  height: 72px;
  border: none;
  background-color: unset;
  padding: 24px 76px 24px 24px;
  height: 72px;
  font-family: Apercu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.m-search-bar__clear-button {
  grid-area: input-container;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 24px;
  width: 32px;
  height: 32px;
}
.m-search-bar__clear-button:focus, .m-search-bar__clear-button:hover {
  background-color: #FDEDEA;
}
.m-search-bar__search-button {
  border-radius: 0 4px 4px 0;
  height: 72px;
}
.m-search-bar__message {
  position: absolute;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #C63A1E;
}

.m-scroll-disabled {
  overflow: hidden !important;
}

:root {
  --image-height: 100%;
}

.m-image {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.m-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: var(--cmp-image-height);
}
.m-image--ratio-7-8 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 114.2857142857%;
  padding-top: 0;
}
.m-image--ratio-7-8 .m-image__image {
  position: absolute;
}
.m-image--ratio-16-5 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 31.25%;
  padding-top: 0;
}
.m-image--ratio-16-5 .m-image__image {
  position: absolute;
}
.m-image--ratio-16-7 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 43.75%;
  padding-top: 0;
}
.m-image--ratio-16-7 .m-image__image {
  position: absolute;
}
.m-image--ratio-4-3 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  padding-top: 0;
}
.m-image--ratio-4-3 .m-image__image {
  position: absolute;
}
.m-image--ratio-2-1 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  padding-top: 0;
}
.m-image--ratio-2-1 .m-image__image {
  position: absolute;
}
.m-image--ratio-3-2 {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.6666666667%;
  padding-top: 0;
}
.m-image--ratio-3-2 .m-image__image {
  position: absolute;
}

.m-breadcrumb {
  margin-bottom: 32px;
  font-family: var(--usyd-font-mono);
}
.m-breadcrumb__highlight {
  color: #E64626;
  text-decoration: underline;
}
.m-breadcrumb__link, .m-breadcrumb__text {
  font-size: 14px;
  line-height: 16px;
}

.m-nav-tabs {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-y: hidden;
}
@media (min-width: 375px) {
  .m-nav-tabs {
    justify-content: flex-start;
  }
}
.m-nav-tabs__button {
  position: relative;
  border: none;
  background-color: #FFFFFF;
  padding: 16px 0 4px 0;
  text-align: center;
  text-transform: capitalize;
  color: #717171;
  font-weight: 700;
  cursor: pointer;
  z-index: 5;
  overflow-y: clip;
  transition: all 200ms;
}
@media (min-width: 375px) {
  .m-nav-tabs__button {
    margin: 0 16px;
  }
}
.m-nav-tabs__button:first-child {
  margin-left: 0;
}
.m-nav-tabs__button:last-child {
  margin-right: 0;
}
.m-nav-tabs__button:after {
  background: #E64626;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3px;
  content: "";
  animation: buttonBGFadeOutAnimation 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.m-nav-tabs__button--selected {
  color: #141414;
}
.m-nav-tabs__button--selected:after {
  transform: translateY(0);
  animation: none;
}
.m-nav-tabs__button:not(.m-nav-tabs__button--selected):focus, .m-nav-tabs__button:not(.m-nav-tabs__button--selected):hover {
  color: #E64626;
}
.m-nav-tabs {
  /*---------- Animation keyframes -------------*/
}
@keyframes buttonBGFadeInAnimation {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes buttonBGFadeOutAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.m-text-image-cta__content {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .m-text-image-cta__content {
    margin-top: 40px;
  }
}
.m-text-image-cta__image-wrapper {
  visibility: hidden;
}
@media (min-width: 992px) {
  .m-text-image-cta__image-wrapper {
    visibility: visible;
    position: relative;
  }
}
.m-text-image-cta__image {
  height: 216px;
}
@media (min-width: 768px) {
  .m-text-image-cta__image {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .m-text-image-cta__image {
    visibility: hidden;
    display: none;
  }
}
.m-text-image-cta__image-desktop {
  visibility: hidden;
  display: none;
}
@media (min-width: 992px) {
  .m-text-image-cta__image-desktop {
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11vw;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .m-text-image-cta__image-desktop {
    left: -30.5vw;
  }
}
.m-text-image-cta__location-date {
  display: flex;
  text-transform: uppercase;
  margin-top: -16px;
  margin-bottom: 24px;
}
.m-text-image-cta__description {
  margin-bottom: 24px;
}
.m-text-image-cta__date, .m-text-image-cta__location, .m-text-image-cta__location-text-separator {
  color: #E64626;
  font-weight: 700;
}
.m-text-image-cta__button {
  width: -moz-fit-content;
  width: fit-content;
}
.m-text-image-cta__location-text-separator {
  margin: 0 3px;
}

:root {
  /**
  400px - Desktop XL, Desktop L, Tablet
  600px - Mobile
  **/
  --m-content-w-image-content-min-height: 600px;
  /**
  360px - Desktop XL, Desktop L, Tablet
  400px - Mobile
  NOTE: These have duplications in JS file
  **/
  --m-content-w-image-image-min-height: 400px;
}
@media (min-width: 768px) {
  :root {
    --m-content-w-image-content-min-height: 400px;
    --m-content-w-image-image-min-height: 360px;
  }
}

.m-content-w-bleed-image {
  --m-content-w-bleed-image-blank-top-size: 72px;
  --m-content-w-bleed-image-blank-gap-size: 64px;
  --m-content-w-bleed-image-blank-left-size: 16px;
  --m-content-w-bleed-image-blank-bottom-offset: 80px;
  --m-content-w-bleed-image-image-height: inherit;
  --m-content-w-bleed-image-content-margin-bottom: 96px;
  --m-content-w-bleed-image-content-min-size: calc(--m-content-w-image-content-min-height - var(--m-content-w-bleed-image-blank-top-size));
}
@media (min-width: 1200px) {
  .m-content-w-bleed-image {
    --m-content-w-bleed-image-blank-top-size: 72px;
    --m-content-w-bleed-image-blank-gap-size: 131px;
    --m-content-w-bleed-image-blank-left-size: 135px;
  }
}
.m-content-w-bleed-image {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  grid-template: "container" 1fr;
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: stretch;
}
.m-content-w-bleed-image__blank-top {
  grid-area: blank-top;
  height: var(--m-content-w-bleed-image-blank-top-size);
}
.m-content-w-image--sandstone .m-content-w-bleed-image__blank-top {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-bleed-image__blank-top {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-w-bleed-image__blank-top {
  background-color: #E64626;
}
.m-content-w-bleed-image__blank-bottom {
  grid-area: blank-bottom;
  height: var(--m-content-w-bleed-image-blank-bottom-offset);
}
.m-content-w-bleed-image__content-container {
  grid-area: container;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: var(--m-content-w-bleed-image-blank-top-size) auto var(--m-content-w-bleed-image-blank-bottom-offset);
  grid-template-areas: "blank-top" "content-inner-container" "blank-bottom";
}
.m-content-w-bleed-image__content-inner-container {
  grid-area: content-inner-container;
}
@media screen and (min-width: 1920px) {
  .m-content-w-image--sandstone .m-content-w-bleed-image__content-inner-container {
    background-color: #FCEDE2;
  }
  .m-content-w-image--jacaranda .m-content-w-bleed-image__content-inner-container {
    background-color: #D6DBEB;
  }
  .m-content-w-image--ochre .m-content-w-bleed-image__content-inner-container {
    background-color: #E64626;
  }
}
.m-content-w-bleed-image__content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-content-w-bleed-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-content-w-bleed-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-content-w-bleed-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-content-w-bleed-image__content-wrapper {
  margin: auto;
  width: 100%;
}
.m-content-w-image--image-left .m-content-w-bleed-image__content-wrapper {
  flex-direction: row-reverse;
}
.m-content-w-bleed-image__content {
  margin: 0;
  padding: 0 var(--m-content-w-bleed-image-blank-gap-size) var(--m-content-w-bleed-image-content-margin-bottom) 0;
  width: 50%;
  min-height: var(--m-content-w-bleed-image-content-min-size);
}
.m-content-w-image--image-left .m-content-w-bleed-image__content {
  padding: 0 0 var(--m-content-w-bleed-image-content-margin-bottom) var(--m-content-w-bleed-image-blank-gap-size);
}
.m-content-w-bleed-image__image-container {
  grid-area: container;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: var(--m-content-w-bleed-image-blank-top-size) auto var(--m-content-w-bleed-image-blank-bottom-offset);
  grid-template-areas: "blank-top blank-top" "blank-column image" "blank-bottom image";
}
.m-content-w-image--image-left .m-content-w-bleed-image__image-container {
  grid-template-areas: "blank-top blank-top" "image blank-column" "image blank-bottom ";
}
@media screen and (min-width: 1920px) {
  .m-content-w-bleed-image__image-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.m-content-w-bleed-image__image {
  grid-area: image;
  min-height: var(--m-content-w-image-image-min-height);
  height: var(--m-content-w-bleed-image-image-height);
  contain: size;
}
.m-content-w-image--sandstone .m-content-w-bleed-image__image {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-bleed-image__image {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-w-bleed-image__image {
  background-color: #E64626;
}
@media screen and (min-width: 1920px) {
  .m-content-w-bleed-image__image {
    z-index: 1;
  }
}
.m-content-w-bleed-image__blank-column {
  grid-area: blank-column;
}
.m-content-w-image--sandstone .m-content-w-bleed-image__blank-column {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-bleed-image__blank-column {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-w-bleed-image__blank-column {
  background-color: #E64626;
}

.m-content-fixed-w-image {
  --m-content-w-image-image-min-height: 480px;
  --m-content-fixed-w-image-image-height: inherit;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  grid-template: "container" 1fr;
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: stretch;
}
.m-content-w-image--sandstone .m-content-fixed-w-image {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-fixed-w-image {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-fixed-w-image {
  background-color: #E64626;
}
.m-content-fixed-w-image__content-container {
  grid-area: container;
  height: 100%;
}
.m-content-fixed-w-image__content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-content-fixed-w-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-content-fixed-w-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-content-fixed-w-image__content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-content-fixed-w-image__content-wrapper {
  margin: auto;
  width: 100%;
  height: 100%;
}
.m-content-w-image--image-left .m-content-fixed-w-image__content-wrapper {
  flex-direction: row-reverse;
}
.m-content-fixed-w-image__content {
  margin: 0;
  padding: var(--xl-space) var(--xl-space) var(--xl-space) 0;
  width: 50%;
}
.m-content-w-image--image-left .m-content-fixed-w-image__content {
  padding: var(--xl-space) 0 var(--xl-space) var(--xl-space);
}
.m-content-fixed-w-image__image-container {
  grid-area: container;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "blank-column image";
}
.m-content-w-image--image-left .m-content-fixed-w-image__image-container {
  grid-template-areas: "image blank-column";
}
.m-content-fixed-w-image__image {
  grid-area: image;
  min-height: var(--m-content-w-image-image-min-height);
  height: var(--m-content-fixed-w-image-image-height);
  contain: size;
}
.m-content-w-image--sandstone .m-content-fixed-w-image__image {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-fixed-w-image__image {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-fixed-w-image__image {
  background-color: #E64626;
}

.m-content-w-image-std {
  padding: 44px 16px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 0;
  min-height: var(--m-content-w-image-content-min-height);
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-content-w-image-std {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-content-w-image-std {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-content-w-image-std {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-content-w-image-std {
  margin: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .m-content-w-image-std {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}
.m-content-w-image--image-left .m-content-w-image-std {
  flex-direction: row-reverse;
}
.m-content-w-image-std__content-wrapper {
  width: 50%;
}
.m-content-w-image-std__image {
  width: 50%;
  min-height: var(--m-content-w-image-image-min-height);
  contain: size;
}
.m-content-w-image--sandstone .m-content-w-image-std--container {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-image-std--container {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-content-w-image-std--container {
  background-color: #E64626;
}

.m-content-w-image-vertical {
  --m-content-w-image-vertical-padding-top: 52px;
  --m-content-w-image-vertical-section-gap: 80px;
  --m-content-w-image-vertical-content-container-min-height: calc(
      calc(var(--m-content-w-image-content-min-height) - var(--m-content-w-image-image-min-height))
      - var(--m-content-w-image-vertical-padding-top)
  );
  margin: 0;
  padding-top: var(--m-content-w-image-vertical-padding-top);
}
.m-content-w-image-vertical--featured {
  --m-content-w-image-vertical-padding-top: 48px;
}
.m-content-w-image--sandstone .m-content-w-image-vertical {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-image-vertical {
  background-color: #D6DBEB;
}
.m-content-w-image-vertical__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: var(--m-content-w-image-vertical-section-gap);
  min-height: var(--m-content-w-image-vertical-content-container-min-height);
}
.m-content-w-image-vertical__content {
  flex-basis: 0;
  flex-shrink: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-content-w-image-vertical__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-content-w-image-vertical__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-content-w-image-vertical__content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-content-w-image-vertical__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.m-image--m-content-w-image-vertical--featured,
.m-image--m-content-w-image-vertical--hero-news-left-aliged,
.m-image--m-content-w-image-vertical--hero-news-center-wide,
.m-image--m-content-w-image-vertical--std {
  flex-grow: 1;
  position: relative;
  min-height: var(--m-content-w-image-image-min-height);
}
.m-image--m-content-w-image-vertical--featured__image,
.m-image--m-content-w-image-vertical--hero-news-left-aliged__image,
.m-image--m-content-w-image-vertical--hero-news-center-wide__image,
.m-image--m-content-w-image-vertical--std__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-footer {
  background-color: #E64626;
  padding: 24px 16px;
}

.m-grid.m-footer-top {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .m-grid.m-footer-top {
    flex-direction: row;
    margin-bottom: 16px;
  }
}
.m-grid.m-footer-top .m-footer-top-text {
  color: #141414;
  font-family: var(--usyd-font-secondary);
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  margin: 40px auto;
  max-width: 70%;
}
@media (min-width: 768px) {
  .m-grid.m-footer-top .m-footer-top-text {
    font-weight: 500;
    margin: 0;
    max-width: none;
  }
}

.m-grid.m-footer-logos {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-grid.m-footer-logos .m-grid__cell:nth-child(2) {
    margin: 0 49px;
  }
}
@media (min-width: 1200px) {
  .m-grid.m-footer-logos .m-grid__cell:nth-child(2) {
    margin: 0 64px;
  }
}

@media (min-width: 768px) {
  .m-footer-bottom .m-left-tablet-up {
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .m-footer-bottom .m-right-tablet-up {
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .m-footer-bottom-list li {
    display: inline;
  }
}
.m-footer-bottom-list li a {
  color: #141414;
  font-family: var(--usyd-font-mono);
  font-size: 12px;
  letter-spacing: 0.01px;
  line-height: 18.2px;
  text-decoration: none;
}
.m-footer-bottom-list li a :hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .m-footer-bottom-list li:not(:last-child) {
    padding-right: 34px;
  }
}
@media (min-width: 1200px) {
  .m-footer-bottom-list li:not(:last-child) {
    padding-right: 42px;
  }
}

.m-footer-bottom-right {
  display: flex;
  flex-flow: row-reverse;
}
.m-footer-bottom-right .m-grid__cell {
  color: #141414;
  font-family: var(--usyd-font-mono);
  font-size: 10px;
  line-height: 14px;
}

.m-accordion--atar__slide {
  position: relative;
  border-bottom: 1px solid #141414;
  padding: 0;
  color: #000000;
  line-height: 34px;
  justify-content: space-between;
  border-top: 0;
}
.m-accordion--atar__slide-btn {
  display: flex;
  justify-content: space-between;
  background-color: inherit;
  padding: 16px 0;
  z-index: 0;
}
.m-accordion--atar__slide-optional {
  width: 70%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #141414;
  padding: 20px 0;
  color: #000000;
  font-weight: 700;
  line-height: 20px;
}
.m-accordion--atar__slide-optional span:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .m-accordion--atar__slide-optional {
    width: 100%;
  }
}
.m-accordion--atar__slide-list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #141414;
  padding: 5px 0;
  font-weight: 400 !important;
}
.m-accordion--atar__slide-list:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-accordion--atar__slide-list {
    width: 100%;
  }
}
.m-accordion--atar__slide-btn-content {
  width: auto;
}
.m-accordion--atar__slide-btn-icon {
  align-self: center;
  color: #E64626;
  font-size: 16px;
}
.m-accordion--atar__slide-content {
  padding-right: 0;
}
.m-accordion--atar--tooltip {
  margin-left: 2px;
}

.m-accordion--ds {
  border-bottom: 1px solid #D2D2D2;
}
.m-accordion--ds__slide {
  position: relative;
  border-top: 1px solid #D2D2D2;
  padding: 0 16px;
}
.m-page-course .m-accordion--ds__slide {
  padding-left: 0;
}
.m-accordion--ds__slide-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}
.m-accordion--ds__slide-btn-content {
  width: 100%;
  padding-right: 16px;
}
.m-accordion--ds__slide-btn-icon {
  align-self: center;
  color: #E64626;
  font-size: 16px;
}
.m-accordion--ds__slide-content {
  padding-right: 32px;
  padding-bottom: 24px;
}

.m-accordion--classic {
  border-top: 1px solid #D2D2D2;
}
.m-accordion--classic--no-border-top {
  border-top: none;
}
.m-accordion--classic__slide {
  padding: 0 16px 0 0;
  border-bottom: 1px solid #D2D2D2;
}
.m-accordion--classic__slide-content {
  padding: 24px 0;
}
.m-accordion--classic__slide-btn {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.m-accordion--classic__slide-btn-content {
  width: 100%;
  padding-right: 16px;
}

.m-accordion--no-margin-bottom {
  margin-bottom: 0;
}
.m-accordion__slide {
  position: relative;
}
.m-accordion__slide-btn {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  background-color: #FFFFFF;
  color: #141414;
  text-decoration: none;
  z-index: 2;
}
.m-accordion__slide-btn:hover, .m-accordion__slide-btn:focus {
  color: #141414;
  text-decoration: none;
}
.m-info-marco {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 24px;
  border: 1px solid #D2D2D2;
  padding: 16px;
}
.m-info-marco__icon {
  margin-top: 3px;
  margin-right: 16px;
  width: 16px;
}
.m-info-marco__content {
  margin-bottom: 0;
}

.m-dropdown {
  position: relative;
  border: 1px solid #d8dbdd;
  background: #FFFFFF;
  margin-bottom: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  width: 100%;
  text-align: left;
}
.m-dropdown__toggle-button {
  display: flex;
  gap: 16px;
  border: none;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.m-dropdown__toggle-button-text {
  white-space: nowrap;
}
.m-dropdown__panel {
  border-left: 1px solid #d8dbdd;
  border-right: 1px solid #d8dbdd;
  position: absolute;
  left: 0;
  z-index: 500;
  background-color: #FFFFFF;
  width: 100%;
}
.m-dropdown__panel--limit-height {
  max-height: 210px;
  overflow-y: auto;
}
.m-dropdown__panel--limit-height-2x {
  max-height: 420px;
  overflow-y: auto;
}
.m-dropdown__panel--limit-height-3x {
  max-height: 630px;
  overflow-y: auto;
}
.m-dropdown__option {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #FFFFFF;
  padding: 13px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 400ms;
}
.m-dropdown__option:first-child {
  border-top: 1px solid #d8dbdd;
}
.m-dropdown__option:hover, .m-dropdown__option:focus {
  background-color: #F7F7F7;
  color: #141414;
}
.m-dropdown__option--hidden {
  display: none;
}

.m-dropdown__toggle-button[disabled] {
  cursor: not-allowed;
}

.m-dropdown--mql__toggle-button {
  background: #FFFFFF;
  border: none;
}
.m-dropdown--mql__toggle-button:hover, .m-dropdown--mql__toggle-button:focus {
  background-color: #F7F7F7;
}
.m-dropdown--mql__option:hover, .m-dropdown--mql__option:focus {
  background-color: #E64626;
  color: #FFFFFF;
}

.m-dropdown--lang {
  background-color: #FFFFFF;
  border: none;
  margin-bottom: 0;
}
.m-dropdown--lang__panel {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border: none;
  width: 201px;
  border-radius: 4px 4px 4px 4px;
  left: -70px;
}
.m-dropdown--lang__toggle-button {
  background-color: #FFFFFF;
  color: #C63A1E;
  padding-right: 32px;
  gap: 8px;
  border: none;
}
.m-dropdown--lang__toggle-button:hover, .m-dropdown--lang__toggle-button:focus {
  border: none;
}
.m-dropdown--lang__option {
  border: none;
}
.m-dropdown--lang__option:hover, .m-dropdown--lang__option:focus {
  border: none;
  background-color: #E64626;
  color: #FFFFFF;
}
.m-dropdown--lang__option:first-child {
  border-radius: 4px 0px 0px 0px;
}
.m-dropdown--lang__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.m-dropdown--lang-footer {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
.m-dropdown--lang-footer__panel {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border: none;
  width: 201px;
  border-radius: 4px 4px 4px 4px;
}
.m-dropdown--lang-footer__toggle-button {
  background-color: transparent;
  color: #FFFFFF;
  padding-right: 32px;
  padding-left: 0;
  gap: 8px;
  border: none;
}
.m-dropdown--lang-footer__toggle-button:hover, .m-dropdown--lang-footer__toggle-button:focus {
  border: none;
}
.m-dropdown--lang-footer__option {
  border: none;
  color: #141414;
}
.m-dropdown--lang-footer__option:hover, .m-dropdown--lang-footer__option:focus {
  border: none;
  background-color: #E64626;
  color: #FFFFFF;
}
.m-dropdown--lang-footer__option:first-child {
  border-radius: 4px 0px 0px 0px;
}
.m-dropdown--lang-footer__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.m-dropdown--lang-mobile {
  background-color: #FFFFFF;
  border: none;
  margin-bottom: 0;
  margin-top: 42px;
}
.m-dropdown--lang-mobile__panel {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border: none;
  width: 201px;
  height: 80px;
  border-radius: 4px 0px 0px 0px;
  margin-left: 20px;
}
.m-dropdown--lang-mobile__toggle-button {
  background-color: #FFFFFF;
  color: #C63A1E;
  padding-right: 32px;
  gap: 8px;
  border: none !important;
  padding-left: 16px;
}
.m-dropdown--lang-mobile__toggle-button:hover, .m-dropdown--lang-mobile__toggle-button:focus {
  border: none;
}
.m-dropdown--lang-mobile__option {
  border: none;
}
.m-dropdown--lang-mobile__option:first-child {
  border-top: none;
}
.m-dropdown--lang-mobile__option:hover, .m-dropdown--lang-mobile__option:focus {
  border: none !important;
  background-color: #E64626;
  color: #FFFFFF;
}

.m-dropdown--formstack {
  margin-bottom: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 100%;
}
.m-dropdown--formstack__toggle-button {
  outline: none;
  flex-direction: row-reverse;
  align-items: center;
  padding: var(--xs-space) var(--sm-space);
  background: none;
  border-radius: var(--border-radius);
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  color: #141414;
}
.m-dropdown-formstack-container--invalid .m-dropdown--formstack__toggle-button {
  border-color: #AF2B11 !important;
}
.m-dropdown--formstack__toggle-button:hover {
  border-color: #717171;
}
.m-dropdown--formstack__toggle-button:focus {
  border-color: #717171;
  box-shadow: 0px 0px 0px 4px rgba(34, 34, 34, 0.5);
}
.m-dropdown--formstack__toggle-button:active {
  border-color: #717171;
  color: #141414;
}
.m-dropdown--invalid .m-dropdown--formstack__toggle-button {
  border-color: #AF2B11;
}
.m-dropdown--formstack--active .m-dropdown--formstack__toggle-button {
  border-color: #717171;
}
.m-dropdown--formstack--active .m-dropdown--formstack__toggle-button svg {
  transform: rotate(180deg);
}
.m-dropdown--formstack__toggle-button-text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  width: 100%;
  min-height: 28px;
}
.m-dropdown--formstack--active .m-dropdown--formstack__toggle-button-text {
  color: #141414;
}
.m-dropdown--formstack__option {
  display: flex;
  border: none;
  padding: var(--sm-space);
  align-items: flex-start;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}
.m-dropdown--formstack__option:hover, .m-dropdown--formstack__option:focus {
  background-color: #F7F7F7;
}
.m-dropdown--formstack__option--selected {
  position: relative;
}
.m-dropdown--formstack__option--selected::after {
  position: absolute;
  top: 20px;
  right: var(--sm-space);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Cpath d=%22M5.33369 14.191L0 8.8573L1.5236 7.33369L5.46084 11.2666L5.33369 11.1427L14.4764 2L16 3.5236L6.8573 12.6674L5.33477 14.1899L5.33369 14.191Z%22 fill=%22%23E64626%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.m-dropdown--formstack__panel {
  border: 1px solid #F2F2F8;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px 0px rgba(34, 56, 68, 0.06);
  padding: var(--xxs-space) 0;
}
.m-dropdown--formstack__option:first-child {
  border-top: 0;
}

.m-dropdown--formstack__toggle-button[disabled] {
  background-color: #F7F7F7;
}

.m-strapline {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-strapline {
    margin-bottom: 24px;
  }
}

.m-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
}
.m-pagination__item:first-child {
  margin-left: 0;
}
.m-pagination__item--disabled {
  cursor: not-allowed;
}
.m-pagination__item--previous, .m-pagination__item--next {
  text-decoration: none;
}
.m-pagination__item--previous:hover, .m-pagination__item--previous:focus, .m-pagination__item--next:hover, .m-pagination__item--next:focus {
  text-decoration: none;
}

.m-pagination--ds {
  --pagination-size: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
}
.m-pagination--ds__item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-family: var(--usyd-font-primary);
  font-size: 17px;
  font-style: normal;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .m-pagination--ds__item {
    font-size: 18px;
  }
}
.m-pagination--ds__item {
  width: var(--pagination-size);
  height: var(--pagination-size);
  flex: 0 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  color: #141414;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  margin: 0;
  transition: all 0.3s;
}
.m-pagination--ds__item span {
  font-family: var(--usyd-font-primary);
  font-size: 17px;
  font-style: normal;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .m-pagination--ds__item span {
    font-size: 18px;
  }
}
.m-pagination--ds__item span {
  display: flex;
}
.m-pagination--ds__item:last-child {
  margin: 0;
}
.m-pagination--ds__item--dots {
  border: none;
  background-color: transparent;
  color: #C63A1E;
  flex-shrink: 0;
}
.m-pagination--ds__item--dots--clickable:hover, .m-pagination--ds__item--dots--clickable:focus {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  text-decoration: none;
}
.m-pagination--ds__item--active {
  font-family: var(--usyd-font-primary);
  font-size: 17px;
  font-style: normal;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .m-pagination--ds__item--active {
    font-size: 18px;
  }
}
.m-pagination--ds__item--active {
  color: #FFFFFF;
  border: 1px solid #C63A1E;
  background: #C63A1E;
  flex-shrink: 0;
}
.m-pagination--ds__item--disabled {
  background-color: #FFFFFF;
  cursor: not-allowed;
  color: #666;
  border: 1px solid #D2D2D2;
}
.m-pagination--ds__item--previous, .m-pagination--ds__item--next {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  text-decoration: none;
}
.m-pagination--ds__item--previous:hover, .m-pagination--ds__item--previous:focus, .m-pagination--ds__item--next:hover, .m-pagination--ds__item--next:focus {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  text-decoration: none;
}
.m-pagination--ds__item[data-style=primary], .m-pagination--ds__item[data-style=primary]:focus {
  background-color: #FFFFFF;
  color: #141414;
}
.m-pagination--ds__item[data-style=primary]:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  text-decoration: none;
}
.m-pagination--ds__item:not(.m-pagination--ds__item--dots):hover, .m-pagination--ds__item:not(.m-pagination--ds__item--dots):focus {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  text-decoration: none;
}

.m-tile {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7F7;
  padding: 16px;
  text-decoration: none;
  color: #141414;
}
.m-tile:hover, .m-tile:focus {
  text-decoration: none;
}

.m-tab__tab-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  width: 100%;
  gap: 4px;
}
.m-tab__tab-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.m-tab__tab {
  background-color: #F7F7F7;
  margin: 0;
  border: none;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  cursor: pointer;
  transition: 400ms;
}
.m-tab__tab--selected {
  position: relative;
  background-color: #FFFFFF;
}
.m-tab__tab--selected::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 2px solid #E64626;
  content: "";
}
@media (min-width: 768px) {
  .m-tab__tab {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.m-subject-areas-tab .m-tab__tab {
  font-weight: bold;
}
.m-tab__content-wrapper {
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 24px;
}
.m-subject-areas-tab .m-tab__content-wrapper {
  padding-left: 8px;
  padding-right: 16px;
  padding-bottom: 0;
}

.m-tool-tip--ds__content {
  white-space: normal; /* Allows text to wrap */
  word-wrap: break-word; /* Ensures long words break */
  overflow-wrap: break-word;
}
.m-tool-tip--right .m-tool-tip--ds__content {
  right: -8px;
  left: unset;
}
@media (min-width: 768px) {
  .m-tool-tip--right .m-tool-tip--ds__content {
    right: -25px;
  }
}
.m-tool-tip--left .m-tool-tip--ds__content {
  left: -16px;
  right: unset;
}
@media (min-width: 768px) {
  .m-tool-tip--left .m-tool-tip--ds__content {
    left: -25px;
  }
}
@media (max-width: 575px) {
  .m-tool-tip--ds__content {
    width: 33vw;
  }
}
@media (min-width: 768px) {
  .m-tool-tip--ds__content {
    width: 17.5em;
  }
}

.m-rich-content {
  color: #141414;
}
.m-rich-content > :last-child {
  margin-bottom: 0;
}
.m-rich-content a {
  color: #C63A1E;
}
.m-rich-content a:hover, .m-rich-content a:focus {
  color: #C63A1E;
}
.m-rich-content p {
  margin-bottom: 16px;
}
.m-rich-content ol {
  list-style: decimal;
}
.m-rich-content ol {
  padding-left: 20px;
}
.m-rich-content ol li {
  margin-bottom: 8px;
  padding-left: 10px;
}
.m-rich-content ol li::marker {
  color: #E64626;
}
.m-rich-content ol li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m-rich-content ol li ul li::marker {
  content: "–";
  width: 20px;
}
.m-rich-content ol li ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-rich-content ol li ol li {
  padding-left: 5px;
}
.m-rich-content ul {
  padding-left: 12px;
  margin-bottom: 16px;
  list-style: outside;
}
.m-rich-content ul li {
  margin-bottom: 8px;
  padding-left: 15px;
}
.m-rich-content ul li::marker {
  display: block;
  content: "—";
  width: 25px;
  color: #E64626;
}
.m-rich-content ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m-rich-content ul li ul li::marker {
  content: "–";
  width: 20px;
}
.m-rich-content ul li ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  list-style-type: decimal;
}
.m-rich-content ul li ol li {
  padding-left: 10px;
}
.m-rich-content ul li ol li::marker {
  all: inherit;
  color: #E64626;
}
.m-rich-content table {
  border-collapse: collapse;
  margin-bottom: 16px;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.m-rich-content tr {
  border: 0;
  text-align: left;
}
.m-rich-content tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.m-rich-content td, .m-rich-content th {
  padding: 16px;
}
.m-rich-content th {
  background-color: #F7F7F7;
  font-weight: bold;
}
.m-rich-content--no-margin-bottom {
  margin-bottom: 0;
}
.m-rich-content--margin-bottom-base {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-base--mobile-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-base--tablet-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-base--sm-desk-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-base--lg-desk-up {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-base--lg-desk-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-base--sm-desk-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-base--tablet-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-base--mobile-down {
    margin-bottom: 24px;
  }
}
.m-rich-content--margin-bottom-md-sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-md-sm--mobile-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-md-sm--tablet-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-md-sm--sm-desk-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-md-sm--lg-desk-up {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-md-sm--lg-desk-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-md-sm--sm-desk-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-md-sm--tablet-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-md-sm--mobile-down {
    margin-bottom: 20px;
  }
}
.m-rich-content--margin-bottom-sm {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-sm--mobile-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-sm--tablet-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-sm--sm-desk-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-sm--lg-desk-up {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-sm--lg-desk-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-sm--sm-desk-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-sm--tablet-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-sm--mobile-down {
    margin-bottom: 16px;
  }
}
.m-rich-content--margin-bottom-xt-sm {
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-xt-sm--mobile-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-xt-sm--tablet-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-xt-sm--sm-desk-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-xt-sm--lg-desk-up {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-xt-sm--lg-desk-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-xt-sm--sm-desk-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-xt-sm--tablet-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-xt-sm--mobile-down {
    margin-bottom: 8px;
  }
}
.m-rich-content--margin-bottom-lg {
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-lg--mobile-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-lg--tablet-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-lg--sm-desk-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-lg--lg-desk-up {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-lg--lg-desk-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-lg--sm-desk-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-lg--tablet-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-lg--mobile-down {
    margin-bottom: 32px;
  }
}
.m-rich-content--margin-bottom-md-lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-md-lg--mobile-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-md-lg--tablet-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-md-lg--sm-desk-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-md-lg--lg-desk-up {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-md-lg--lg-desk-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-md-lg--sm-desk-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-md-lg--tablet-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-md-lg--mobile-down {
    margin-bottom: 40px;
  }
}
.m-rich-content--margin-bottom-xt-lg {
  margin-bottom: 48px;
}
@media screen and (min-width: 576px) {
  .m-rich-content--margin-bottom-xt-lg--mobile-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-content--margin-bottom-xt-lg--tablet-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .m-rich-content--margin-bottom-xt-lg--sm-desk-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .m-rich-content--margin-bottom-xt-lg--lg-desk-up {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .m-rich-content--margin-bottom-xt-lg--lg-desk-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .m-rich-content--margin-bottom-xt-lg--sm-desk-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .m-rich-content--margin-bottom-xt-lg--tablet-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .m-rich-content--margin-bottom-xt-lg--mobile-down {
    margin-bottom: 48px;
  }
}

.m-rich-content {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-rich-content blockquote {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #E64626;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .m-rich-content blockquote {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-rich-content blockquote::before {
  content: "“";
}
.m-rich-content blockquote::after {
  content: "”";
}

.m-popup {
  position: relative;
  z-index: 2000;
}
.m-popup--show {
  visibility: visible;
}
.m-popup__container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.25);
}

.m-popup-modal {
  position: relative;
  z-index: 5400;
  overflow: hidden;
}
.m-popup-modal__container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.m-popup-modal__container--full-width {
  background-color: white;
}
.m-popup-modal__wrapper {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .m-popup-modal__wrapper {
    width: 700px;
  }
}
.m-popup-modal__content {
  background-color: #FFFFFF;
  margin: 32px 0;
  padding: 32px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .m-popup-modal__content {
    margin: 16px 0;
    padding: 32px 10px;
  }
}
.m-popup-modal__content--focus-none {
  outline: none;
}
.m-popup-modal__content--focus-none:focus {
  outline: none;
}
.m-popup-modal__content--full-width {
  margin: 0px;
  height: 100%;
}
.m-popup-modal__header-container {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 0;
}
.m-popup-modal__close-btn-holder {
  padding-left: 24px;
}
.m-popup-modal__content-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: var(--height);
}
.m-popup-modal__modal-close {
  border: none;
  background-color: unset;
  color: #E64626;
  text-decoration: underline;
  padding-top: 20px;
  text-align: center;
  margin: auto;
  display: block;
  width: 150px;
  margin: 0 auto;
}
.m-popup-modal .filter-icon-popup {
  margin-top: 8px;
}
.m-popup-modal .items-left {
  display: flex;
  gap: 10px;
}

.m-popup-modal--ds__title {
  margin-top: unset;
}
.m-popup-modal--ds__content {
  border-radius: unset;
}
.m-popup-modal--ds__container {
  bottom: 0;
  left: 0;
}

.m-popup-modal--mql {
  overflow: scroll; /* Show scrollbars */
  /* Firefox */
  scrollbar-width: thin; /* "auto" or "thin"  */
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent; /* thumb and track color */
  /* WebKit-based browsers */
}
.m-popup-modal--mql ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.m-popup-modal--mql ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.m-popup-modal--mql {
  /* Internet Explorer and Edge */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* hide scrollbar when inactive */
}
.m-popup-modal--mql__container {
  bottom: 0;
  left: 0;
}
.m-popup-modal--mql__content {
  border-radius: 8px;
}
.m-popup-modal--mql__header-container {
  padding-bottom: 24px;
  align-items: flex-end;
}
.m-popup-modal--mql__header-container--has-border {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 24px;
}
.m-popup-modal--continue-application__container {
  background-color: transparent;
}
.m-popup-modal--continue-application__wrapper {
  margin-top: 7px;
}
.m-popup-modal--continue-application__title {
  margin-bottom: 24px;
  color: #424242;
}
.m-popup-modal--continue-application__content {
  background-color: #F7F7F7;
  padding: 24px;
}
.m-popup-modal--event-calendar__container {
  bottom: 0;
  left: 0;
}
.m-popup-modal--event-calendar__wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .m-popup-modal--event-calendar__wrapper {
    margin: auto;
  }
}
.m-popup-modal--event-calendar__content {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 0;
}
.m-popup-modal--event-calendar__header-container {
  align-items: center;
  padding: var(--md-space) var(--md-space) var(--base-space) var(--md-space);
  border-bottom: 1px solid #D2D2D2;
}
@media (min-width: 992px) {
  .m-popup-modal--event-calendar__header-container {
    padding: var(--md-space);
  }
}
.m-popup-modal--event-calendar__title {
  display: flex;
  gap: var(--xxs-space);
  align-items: center;
}
.m-popup-modal--event-calendar__content-body {
  padding: var(--base-space) var(--md-space) var(--md-space) var(--md-space);
  overflow: hidden;
  max-height: calc(100vh - 274px - 100px);
  height: calc(100vh - 274px - 100px);
}
@media (min-width: 992px) {
  .m-popup-modal--event-calendar__content-body {
    max-height: var(--height);
    height: auto;
  }
}

.m-popup-modal--event-calendar-desktop__container {
  bottom: 0;
  left: 0;
}
.m-popup-modal--event-calendar-desktop__wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .m-popup-modal--event-calendar-desktop__wrapper {
    margin: auto;
  }
}
.m-popup-modal--event-calendar-desktop__content {
  margin-bottom: 0;
}
.m-popup-modal--event-calendar-desktop__header-container {
  align-items: center;
  padding: var(--md-space);
  border-bottom: 1px solid #D2D2D2;
}
.m-popup-modal--event-calendar-desktop__title {
  display: flex;
  gap: var(--xxs-space);
  align-items: center;
}
.m-popup-modal--event-calendar-desktop__content {
  border-radius: 8px;
  padding: 0;
}
.m-popup-modal--event-calendar-desktop__content-body {
  padding: var(--md-space);
  overflow: hidden;
  max-height: calc(100vh - 274px - 100px);
  height: calc(100vh - 274px - 100px);
}
@media (min-width: 992px) {
  .m-popup-modal--event-calendar-desktop__content-body {
    max-height: var(--height);
    height: auto;
  }
}

.m-svg-icon-content__title {
  margin-bottom: 8px;
}
.m-svg-icon-content__text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .m-svg-icon-content__text {
    font-size: 20px;
    line-height: 32px;
  }
}

.m-svg-icon-content--ds__item {
  margin-bottom: 30px;
}
.m-svg-icon-content--ds__item:last-child {
  margin-bottom: 0;
}
.m-svg-icon-content--ds__title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .m-svg-icon-content--ds__icon-cell {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .m-svg-icon-content--ds__icon-cell {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .m-svg-icon-content--ds__icon-cell {
    max-width: 92px;
  }
}
@media (max-width: 575px) {
  .m-svg-icon-content--ds__text-cell {
    max-width: calc(100% - 102px);
  }
}
.m-svg-icon-content--atar__title {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .m-svg-icon-content--atar__title {
    margin: 0 auto;
    font-weight: 500;
    word-spacing: 7px;
    text-indent: 7px;
    max-width: 168px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .m-svg-icon-content--atar__title {
    margin: 0 auto;
    word-spacing: unset;
    text-indent: unset;
    max-width: 168px;
  }
}
.m-svg-icon-content--atar__icon-cell {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.m-svg-icon-content--atar__text-cell {
  text-align: center;
  width: 350px;
  height: auto;
}
.m-svg-icon-content--atar__text {
  margin: auto 14px;
  text-indent: 5px;
}
@media (max-width: 575px) {
  .m-svg-icon-content--atar .m-content {
    margin-bottom: 20px !important;
  }
}

.m-youtube {
  position: relative;
}
.m-youtube__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.m-youtube__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-youtube__caption p:last-child {
  border-bottom: 1px solid #D2D2D2;
}
@media (min-width: 768px) {
  .m-youtube__caption p:last-child {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
  }
}

.m-youtube {
  position: relative;
}
.m-youtube__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.m-youtube__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-youtube__caption p:last-child {
  border-bottom: 1px solid #D2D2D2;
}
@media (min-width: 768px) {
  .m-youtube__caption p:last-child {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
  }
}

.m-featured-article {
  --featured-article-vertical-content-padding: 32px;
  display: block;
  text-decoration: none;
}
.m-featured-article--vertical {
  flex-direction: column;
}
.m-featured-article--horizontal {
  flex-direction: row;
}
.m-featured-article__grid {
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
}
.m-featured-article--horizontal .m-featured-article__grid {
  flex-direction: row;
}
.m-featured-article--vertical .m-featured-article__grid {
  flex-direction: column;
}
.m-featured-article--horizontal .m-featured-article__image-cell {
  width: 50%;
  --m-grid-cell-max-width: 50%;
}
.m-featured-article__content-cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.m-featured-article--horizontal .m-featured-article__content-cell {
  width: 50%;
  --m-grid-cell-max-width: 50%;
}
.m-featured-article__content-wrapper {
  height: 100%;
}
.m-featured-article--vertical .m-featured-article__content-wrapper {
  padding-left: var(--featured-article-vertical-content-padding);
  padding-right: var(--featured-article-vertical-content-padding);
}
.m-featured-article--vertical .m-featured-article__icon {
  margin-left: var(--featured-article-vertical-content-padding);
  margin-right: var(--featured-article-vertical-content-padding);
}

.m-featured-article--atar {
  --featured-article-element-space: 26px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.m-featured-article--atar__image-cell {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .m-featured-article-list--atar[data-article-total="1"] .m-featured-article--atar__image-cell {
    width: 41.66667%;
    --m-grid-cell-max-width: 41.66667%;
  }
}
.m-featured-article--atar__content-cell {
  padding-top: var(--featured-article-element-space);
  padding-bottom: var(--featured-article-element-space);
}
.m-featured-article--horizontal .m-featured-article--atar__content-cell {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .m-featured-article-list--atar[data-article-total="1"] .m-featured-article--atar__content-cell {
    width: 58.33333%;
    --m-grid-cell-max-width: 58.33333%;
  }
}
.m-featured-article--atar__title {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .m-featured-article--atar__title {
    font-size: 26px;
  }
}
.m-featured-article--atar__description {
  margin-bottom: var(--featured-article-element-space);
}
.m-featured-article-list__articles-heading {
  font-weight: 400;
  line-height: 40px;
  font-size: 22px;
  text-align: left;
  margin-bottom: 22px;
  color: #000;
  font-style: normal;
}
@media (min-width: 768px) {
  .m-featured-article-list__articles-heading {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .m-featured-article-list__articles-heading {
    font-size: 32px;
    text-align: center;
  }
}
.m-featured-article-list__grid {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.m-featured-article-list--row .m-featured-article-list__grid {
  flex-direction: row;
}
.m-featured-article-list--col .m-featured-article-list__grid {
  flex-direction: column;
}
.m-featured-article-list__grid-cell {
  margin-bottom: 32px;
}
.m-featured-article-list--row[data-article-total="1"] .m-featured-article-list__grid-cell {
  width: 100%;
  --m-grid-cell-max-width: 100%;
}
.m-featured-article-list--row[data-article-total="2"] .m-featured-article-list__grid-cell {
  width: 50%;
  --m-grid-cell-max-width: 50%;
}
.m-featured-article-list--row[data-article-total="3"] .m-featured-article-list__grid-cell {
  width: 33.333333%;
  --m-grid-cell-max-width: 33.333333%;
}
.m-featured-article-list__article {
  height: 100%;
}

.m-featured-link {
  padding-right: 14px;
}
@media (max-width: 767px) {
  .m-featured-link {
    padding-right: 0;
  }
}
.m-featured-link__link {
  text-decoration: none;
}
.m-featured-link__link:hover, .m-featured-link__link:visited, .m-featured-link__link:link, .m-featured-link__link:active {
  color: inherit;
  text-decoration: none;
}
.m-featured-link__icon--left {
  max-width: 32px;
  margin-right: 14px;
  align-self: baseline;
  padding-top: 4px;
}
.m-featured-link__icon--right {
  right: 12px;
  position: absolute;
}
.m-featured-link__description-cell {
  /*max-width: 160px;*/
}
.m-featured-link__content-container {
  padding: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .m-featured-link__content-container {
    margin-right: 0;
  }
}
.m-featured-link__mid--content {
  max-width: 170px;
}
@media (max-width: 767px) {
  .m-featured-link__mid--content {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  .m-featured-link__mid--content {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .m-featured-link__mid--content {
    max-width: 170px;
  }
}
.m-featured-link__title-cell h4 {
  margin-bottom: 2px;
}

.m-show-more-less__content-container {
  position: relative;
}
.m-show-more-less__content {
  display: inline;
}
.m-show-more-less__content--default * {
  display: inline;
  margin-bottom: 0;
}
.m-show-more-less__content--more > :last-child {
  display: inline;
}
.m-show-more-less__button {
  display: inline;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.m-show-more-less__button--see-more {
  padding-left: 8px;
}
.m-show-more-less__button--see-less {
  padding-left: 8px;
}
.m-show-more-less--block .m-show-more-less__button--see-less {
  padding-left: 0;
}

.m-carousel .sc-carousel__pages-container {
  transition-duration: 500ms !important;
}
.m-carousel .sc-carousel-dot__dot_active {
  background-color: #E64626 !important;
  opacity: 1 !important;
}
.m-carousel .sc-carousel-dots__container {
  padding-top: 24px !important;
}
.m-carousel .sc-carousel-dots__dot-container {
  width: calc(16px + 16px) !important;
  height: calc(16px + 16px) !important;
}
.m-carousel .sc-carousel-dot__dot {
  background-color: rgba(93, 93, 93, 0.5);
}
.m-carousel .sc-carousel-dot__dot, .m-carousel .sc-carousel-dot__dot_active {
  height: 16px !important;
  width: 16px !important;
}
.m-carousel__arrow {
  padding: 5px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .m-carousel__arrow {
    display: none;
  }
}
.m-carousel__arrow svg {
  cursor: pointer;
}
.m-carousel__arrow--left-arrow {
  padding-right: 50px;
  /* min-width value arrows padding + left-arrow padding + svg width => 5 + 50 + 40 = 95 */
  min-width: 95px;
}
@media (max-width: 991px) {
  .m-carousel__arrow--left-arrow {
    display: none;
  }
}
.m-carousel__arrow--right-arrow {
  padding-left: 25px;
  /* min-width value arrows padding + right-arrow padding + svg width => 5 + 25 + 40 = 70 */
  min-width: 54px;
}
@media (max-width: 991px) {
  .m-carousel__arrow--right-arrow {
    display: none;
  }
}

.m-csp-modal {
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 644px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .m-csp-modal {
    padding: 32px;
  }
}
.m-csp-modal__button {
  display: flex;
  flex-direction: column;
  line-height: 24px;
  border: 1px solid #d8dbdd;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  height: 100%;
  background-color: #FFFFFF;
  text-align: left;
  transition: all 400ms;
}
.m-csp-modal__button:hover, .m-csp-modal__button:focus {
  text-decoration: none !important;
}
.m-csp-modal__button:not(.m-csp-modal__button--active):hover, .m-csp-modal__button:not(.m-csp-modal__button--active):focus {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.11);
}
.m-csp-modal__button--active {
  border: 1px solid #E64626;
}
.m-csp-modal__icon {
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #E64626;
  font-size: 48px;
}
@media (max-width: 575px) {
  .m-csp-modal__year-options-holder {
    max-width: 164px;
  }
}
.m-csp-modal__btn-continue-holder {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .m-csp-modal__btn-continue-holder {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .m-csp-modal__btn-continue {
    width: 100%;
  }
}

.m-form-title {
  margin-bottom: 24px;
}
.m-form--dark .m-form-title {
  color: #FFFFFF;
}

.m-form-title--ds--3 {
  margin-bottom: 8px;
}
.m-form-title--ds--4 {
  margin-bottom: 8px;
}

.m-form-title--atar {
  background-color: #FCEDE2;
  color: #222;
  font-family: var(--usyd-font-primary);
  line-height: 34px;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 15px;
}
.m-form-title--atar--3 {
  margin-bottom: 8px;
}
.m-form-title--atar--4 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-form-action {
  margin-bottom: 24px;
}

.m-form-action--cws {
  margin-bottom: 0;
}

.m-form-content {
  margin-bottom: 24px;
}
.m-form-content:last-child {
  margin-bottom: 0;
}
.m-form--dark .m-form-content {
  color: #FFFFFF;
}

.m-form-content--mql {
  margin-bottom: 32px;
}

.m-form-content--atar {
  margin-bottom: 32px;
}

.m-form-dropdown__title-cell {
  padding: 0;
}
.m-form-dropdown__dropdown {
  margin-bottom: 0;
}
.m-form-dropdown {
  margin-bottom: 24px;
}

.m-input input {
  width: 100%;
}
.m-input__predictive-wrapper {
  position: relative;
}
.m-input__predictive-panel {
  border-left: 1px solid #d8dbdd;
  border-right: 1px solid #d8dbdd;
  position: absolute;
  z-index: 500;
  background-color: #FFFFFF;
  width: 100%;
}
.m-input__predictive-panel--limit-height {
  max-height: 210px;
  overflow-y: auto;
}
.m-input__predictive-panel--limit-height-2x {
  max-height: 510px;
  overflow-y: auto;
}
.m-input__predictive-panel--limit-height-3x {
  max-height: 630px;
  overflow-y: auto;
}
.m-input__predictive-option {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #FFFFFF;
  padding: 13px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 400ms;
}
.m-input__predictive-option:first-child {
  border-top: 1px solid #d8dbdd;
}
.m-input__predictive-option--selected, .m-input__predictive-option:hover, .m-input__predictive-option:focus {
  background-color: #F7F7F7;
}
.m-input__predictive-option--label {
  background-color: #D2D2D2;
  cursor: default;
  font-weight: 700;
}
.m-input__predictive-option--label:hover, .m-input__predictive-option--label:focus {
  background-color: #D2D2D2;
}
.m-input__predictive-option--icon {
  position: relative;
  top: 2px;
}
.m-input__predictive-option--text {
  display: inline-block;
  padding-left: 2px;
}
.m-input__predictive-heading {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #F7F7F7;
  color: #717171;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 3px 10px;
  margin: 0;
  width: 100%;
  text-align: left;
  cursor: not-allowed;
  transition: all 400ms;
}

.m-input--ds {
  margin-bottom: 24px;
  position: relative;
}
.m-input--ds__input {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #141414;
  font-size: 16px;
  line-height: 24px;
}
.m-form--dark .m-input--ds__input {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.m-input--ds__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #141414;
  opacity: 1; /* Firefox */
  font-weight: bold;
}
.m-input--ds__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #141414;
  opacity: 1; /* Firefox */
  font-weight: bold;
}
.m-form--dark .m-input--ds__input::-moz-placeholder {
  color: #FFFFFF;
}
.m-form--dark .m-input--ds__input::placeholder {
  color: #FFFFFF;
}

.m-input--cws {
  position: relative;
  margin-bottom: 8px;
}
.m-input--cws__lasttextbox-margin {
  margin-bottom: 32px;
}
.m-input--cws__input {
  outline: none;
  box-shadow: none;
  padding: 16px 0 16px 16px;
  border: 1px solid #D2D2D2;
  font-family: inherit;
  font-size: inherit;
}
.m-input--cws__input:focus {
  border: 1px solid #E64626;
}
.m-form--dark .m-input--cws__input {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.m-input--cws__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-input--cws__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-form--dark .m-input--cws__input::-moz-placeholder {
  color: #FFFFFF;
}
.m-form--dark .m-input--cws__input::placeholder {
  color: #FFFFFF;
}
.m-input--cws__predictive-wrapper {
  position: relative;
}
.m-input--cws__predictive-panel {
  border-left: 1px solid #d8dbdd;
  border-right: 1px solid #d8dbdd;
  position: absolute;
  z-index: 500;
  background-color: #FFFFFF;
  width: 100%;
}
.m-input--cws__predictive-panel--limit-height {
  max-height: 210px;
  overflow-y: auto;
}
.m-input--cws__predictive-panel--limit-height-2x {
  max-height: 420px;
  overflow-y: auto;
}
.m-input--cws__predictive-panel--limit-height-3x {
  max-height: 630px;
  overflow-y: auto;
}
.m-input--cws__predictive-option {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #FFFFFF;
  padding: 13px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 400ms;
}
.m-input--cws__predictive-option:first-child {
  border-top: 1px solid #d8dbdd;
}
.m-input--cws__predictive-option:hover, .m-input--cws__predictive-option:focus {
  background-color: #F7F7F7;
}
.m-input--cws__predictive-option--label {
  background-color: #D2D2D2;
  cursor: default;
  font-weight: 700;
}
.m-input--cws__predictive-option--label:hover, .m-input--cws__predictive-option--label:focus {
  background-color: #D2D2D2;
}

.m-input--mql {
  position: relative;
  margin-bottom: 8px;
}
.m-input--mql__lasttextbox-margin {
  margin-bottom: 32px;
}
.m-input--mql__input {
  outline: none;
  box-shadow: none;
  padding: 16px 0 16px 16px;
  border: 1px solid #D2D2D2;
  font-family: inherit;
  font-size: inherit;
}
.m-input--mql__input:focus {
  border: 1px solid #E64626;
}
.m-form--dark .m-input--mql__input {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.m-input--mql__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-input--mql__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-form--dark .m-input--mql__input::-moz-placeholder {
  color: #FFFFFF;
}
.m-form--dark .m-input--mql__input::placeholder {
  color: #FFFFFF;
}
.m-input--mql__predictive-wrapper {
  position: relative;
}
.m-input--mql__predictive-panel {
  border-left: 1px solid #d8dbdd;
  border-right: 1px solid #d8dbdd;
  position: absolute;
  z-index: 500;
  background-color: #FFFFFF;
  width: 100%;
}
.m-input--mql__predictive-panel--limit-height {
  max-height: 210px;
  overflow-y: auto;
}
.m-input--mql__predictive-panel--limit-height-2x {
  max-height: 420px;
  overflow-y: auto;
}
.m-input--mql__predictive-panel--limit-height-3x {
  max-height: 630px;
  overflow-y: auto;
}
.m-input--mql__predictive-option {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #FFFFFF;
  padding: 13px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 400ms;
}
.m-input--mql__predictive-option:first-child {
  border-top: 1px solid #d8dbdd;
}
.m-input--mql__predictive-option:hover, .m-input--mql__predictive-option:focus {
  background-color: #F7F7F7;
}
.m-input--mql__predictive-option--label {
  background-color: #D2D2D2;
  cursor: default;
  font-weight: 700;
}
.m-input--mql__predictive-option--label:hover, .m-input--mql__predictive-option--label:focus {
  background-color: #D2D2D2;
}

.m-input--atar {
  position: relative;
  padding: 0;
}
.m-input--atar__lasttextbox-margin {
  margin-bottom: 32px;
}
.m-input--atar__input {
  outline: none;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.06);
  padding: 16px 0 16px 16px;
  border: 1px solid #FFFFFF;
  font-family: inherit;
  font-size: inherit;
}
.m-input--atar__input:focus {
  border: 1px solid #E64626;
}
.m-form--dark .m-input--atar__input {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.m-input--atar__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-input--atar__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
}
.m-form--dark .m-input--atar__input::-moz-placeholder {
  color: #FFFFFF;
}
.m-form--dark .m-input--atar__input::placeholder {
  color: #FFFFFF;
}
.m-input--atar__predictive-wrapper {
  position: relative;
}
.m-input--atar__predictive-panel {
  border-left: 1px solid #d8dbdd;
  border-right: 1px solid #d8dbdd;
  position: absolute;
  z-index: 500;
  background-color: #FFFFFF;
  width: 100%;
}
.m-input--atar__predictive-panel--limit-height {
  max-height: 210px;
  overflow-y: auto;
}
.m-input--atar__predictive-panel--limit-height-2x {
  max-height: 420px;
  overflow-y: auto;
}
.m-input--atar__predictive-panel--limit-height-3x {
  max-height: 630px;
  overflow-y: auto;
}
.m-input--atar__predictive-option {
  border: none;
  border-bottom: 1px solid #d8dbdd;
  background-color: #FFFFFF;
  padding: 13px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 400ms;
}
.m-input--atar__predictive-option:first-child {
  border-top: 1px solid #d8dbdd;
}
.m-input--atar__predictive-option:hover, .m-input--atar__predictive-option:focus {
  background-color: #F7F7F7;
}
.m-input--atar__predictive-option--label {
  background-color: #D2D2D2;
  cursor: default;
  font-weight: 700;
}
.m-input--atar__predictive-option--label:hover, .m-input--atar__predictive-option--label:focus {
  background-color: #D2D2D2;
}

.m-input--rightIcon {
  margin-bottom: 24px;
  position: relative;
}
.m-input--rightIcon__input {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #141414;
  font-size: 16px;
  line-height: 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23E64626" width="24px" height="24px"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M7 10l5 5 5-5H7z" /%3E%3C/svg%3E');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.m-form--dark .m-input--rightIcon__input {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.m-input--rightIcon__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D2D2D2;
  opacity: 1; /* Firefox */
  font-weight: bold;
}
.m-input--rightIcon__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D2D2D2;
  opacity: 1; /* Firefox */
  font-weight: bold;
}
.m-form--dark .m-input--rightIcon__input::-moz-placeholder {
  color: #FFFFFF;
}
.m-form--dark .m-input--rightIcon__input::placeholder {
  color: #FFFFFF;
}

.m-input--formstack__label {
  display: block;
  margin-bottom: var(--xxs-space);
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #141414;
}
.m-input--formstack__input {
  outline: none;
  box-shadow: none;
  display: flex;
  padding: var(--xs-space) var(--sm-space);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: var(--border-radius);
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  color: #141414;
  width: 100%;
  height: auto;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-input--formstack__input:hover {
  border-color: #717171;
}
.m-input--formstack__input:focus {
  border-color: #717171 !important;
  box-shadow: 0px 0px 0px 4px rgba(34, 34, 34, 0.5);
}
.m-input--formstack__input:active {
  border-color: #717171 !important;
  box-shadow: none;
  color: #141414;
}

.m-form-message {
  position: relative;
  color: #E64626;
}

.m-form-message--atar {
  background-color: #FCEDE2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-checkbox-group {
  position: relative;
  margin-bottom: 16px;
}
.m-checkbox-group__grid-cell {
  display: block;
  margin-bottom: 8px;
}
.m-checkbox-group__option {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.m-checkbox-group__option:hover {
  color: #C63A1E;
}
.m-checkbox-group__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.m-checkbox-group__text {
  pointer-events: none;
}
.m-form--dark .m-checkbox-group__text {
  color: #FFFFFF;
}
.m-checkbox-group__option-icon {
  pointer-events: none;
}

.m-checkbox-group__option:hover .m-checkbox-group__option-icon svg rect {
  stroke: #C63A1E;
  stroke-width: 2px;
  box-shadow: 0px 0px 0px 2px rgba(230, 70, 38, 0.5);
  border: 1px solid #C63A1E;
}

.m-checkbox-group--ds__grid-cell {
  padding-right: 16px;
}
.m-checkbox-group--ds__grid-cell:last-child {
  padding-right: 0;
}
.m-checkbox-group--ds__text {
  color: #141414;
}
.m-checkbox-group--ds__option-icon {
  display: block;
  padding-top: 7px;
  margin-right: 16px;
}

.m-checkbox-group--mql {
  margin-bottom: 32px;
}
.m-checkbox-group--mql__grid {
  margin-left: -4px;
  margin-right: -4px;
}
.m-checkbox-group--mql__grid-cell {
  padding-left: 4px;
  padding-right: 4px;
}
.m-checkbox-group--mql__option {
  background-color: #F7F7F7;
  padding: 0 24px;
  height: 80px;
  text-decoration: none;
}
.m-checkbox-group--mql__input {
  cursor: pointer;
}
.m-checkbox-group--mql__text {
  color: #141414;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.m-checkbox-group--mql__option-icon {
  display: block;
  padding-top: 5px;
  margin-right: 16px;
}

.m-checkbox-group--mql__option--checked {
  background: #E64626;
}
.m-checkbox-group--mql__option--checked .m-checkbox-group--mql__text {
  color: #FFFFFF;
}

.m-checkbox-group--atar {
  padding: 0;
  margin-bottom: 0;
  --cell-height: 80px;
}
@media (min-width: 768px) {
  .m-checkbox-group--atar {
    --cell-height: 60px;
  }
}
@media (min-width: 576px) {
  .m-checkbox-group--atar {
    --cell-height: 60px;
  }
}
@media (min-width: 768px) {
  .m-checkbox-group--atar__grid-cell {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .m-checkbox-group--atar__grid-cell {
    padding: 0;
  }
}
.m-checkbox-group--atar__text {
  color: #141414;
}
.m-checkbox-group--atar__option {
  --cell-height: 80px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  padding: 0 20px;
  height: 100%;
  text-decoration: none;
  border: 1px solid #222222;
  border-radius: 5px;
}
.m-checkbox-group--atar__option--checked {
  background-color: #F7F7F7;
}
.m-checkbox-group--atar__option-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .m-checkbox-group--atar__option-wrapper {
    font-size: 20px;
  }
}
.m-checkbox-group--atar__option-icon {
  display: block;
  padding-top: 7px;
  margin-left: 14px;
}
.m-checkbox-group--atar__extra-icon {
  --fill-colour: #222222 !important;
  margin-right: 14px;
  min-width: 24px !important;
  min-height: 26px !important;
}
.m-checkbox-group--atar__input {
  position: fixed;
}
.m-checkbox-group--atar__grid {
  padding: 30px;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.06);
  margin: 0;
}
@media (min-width: 768px) {
  .m-checkbox-group--atar__grid {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .m-checkbox-group--atar__grid {
    padding: 5px;
    --cell-height: 60px;
  }
}
.m-checkbox-group--atar__grid-cell {
  margin: 12px 0;
  height: var(--cell-height);
}
@media (max-width: 575px) {
  .m-checkbox-group--atar__grid-cell {
    height: auto;
  }
}

.m-checkbox-group-icon--event-calendar {
  align-self: flex-start;
  display: block;
  position: relative;
  top: 4px;
  left: 2px;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  margin-right: 16px;
  padding-right: calc(var(--sm-space) - 1px);
  width: 1px;
  height: var(--sm-space);
}
.m-checkbox-group__option[data-interactive-state=mouseover] .m-checkbox-group-icon--event-calendar--unselected, .m-checkbox-group__option[data-interactive-state=focus] .m-checkbox-group-icon--event-calendar--unselected {
  box-shadow: 0px 0px 0px 2px rgba(230, 70, 38, 0.5);
  border: 1px solid #C63A1E;
}
.m-checkbox-group-icon--event-calendar--selected {
  background-color: #C63A1E;
  border-color: #C63A1E;
}
.m-checkbox-group-icon--event-calendar__svg {
  position: relative;
  top: -4px;
  left: 1px;
}

.m-checkbox-group--event-calendar {
  margin-bottom: 0;
  overflow-y: hidden;
  height: var(--m-checkbox-group--event-calendar-height);
}
.m-checkbox-group--event-calendar__grid {
  flex-flow: column nowrap;
  margin: 0;
}
.m-calendar-filter-popup-content__filters-container .m-checkbox-group--event-calendar__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(1, minmax(10px, 12fr));
  row-gap: var(--xs-space);
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 992px) {
  .m-calendar-filter-popup-content__filters-container .m-checkbox-group--event-calendar__grid {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
    row-gap: 0;
    -moz-column-gap: var(--md-space);
         column-gap: var(--md-space);
  }
}
.m-checkbox-group--event-calendar__option {
  line-height: 28px;
}
.m-checkbox-group--event-calendar__grid-cell {
  display: var(--m-checkbox-group--event-calendar-filter-item-display);
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.m-checkbox-group--event-calendar__grid-cell:nth-child(1) {
  display: block;
}
.m-checkbox-group--event-calendar__grid-cell:nth-child(2) {
  display: block;
}
.m-checkbox-group--event-calendar__grid-cell:nth-child(3) {
  display: block;
}
.m-checkbox-group--event-calendar__grid-cell:nth-child(4) {
  display: block;
}
.m-checkbox-group--event-calendar__option[data-interactive-state=mouseover] .m-checkbox-group--event-calendar__text, .m-checkbox-group--event-calendar__option[data-interactive-state=focus] .m-checkbox-group--event-calendar__text {
  color: #C63A1E;
}

.m-checkbox-group--formstack__option {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}
.m-checkbox-group--formstack__option:hover {
  color: #C63A1E;
}
.m-checkbox-group--formstack__option:hover .m-checkbox-group__option-icon rect {
  stroke: #C63A1E;
}
.m-checkbox-group--formstack__input + .m-checkbox-group__option-icon {
  padding: 0;
  margin-right: var(--xxs-space);
  width: 16px;
  height: 16px;
  display: flex;
}
.m-checkbox-group--formstack__input + .m-checkbox-group__option-icon svg {
  border-radius: 2px;
}
.m-checkbox-group--formstack__input:focus + .m-checkbox-group__option-icon svg, .m-checkbox-group--formstack__input:active + .m-checkbox-group__option-icon svg {
  box-shadow: 0px 0px 0px 2px rgba(230, 70, 38, 0.5);
  border-radius: 2px;
}

.m-radio-group {
  position: relative;
  margin-bottom: 16px;
}
.m-radio-group__option {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
  margin-bottom: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.m-radio-group__option:last-child {
  margin-right: 0;
}
.m-radio-group__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  width: auto;
}
.m-radio-group__text {
  pointer-events: none;
}

.m-radio-group--ds__text {
  color: #141414;
}
.m-form--dark .m-radio-group--ds__text {
  color: #FFFFFF;
}
.m-radio-group--ds__icon {
  display: block;
  padding-top: 5px;
  margin-right: 16px;
}

.m-radio-group--cws {
  /**
  * variables
  */
}
.m-radio-group--cws__text {
  color: #141414;
  font-size: 16px;
}
.m-radio-group--cws__icon {
  position: relative;
  top: -1px;
  display: block;
  box-sizing: border-box;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}

.m-radio-group--mql {
  /**
  * variables
  */
}
.m-radio-group--mql__text {
  color: #141414;
  font-family: var(--usyd-font-mono);
  font-size: 16px;
}
.m-radio-group--mql__icon {
  display: block;
  box-sizing: border-box;
  margin-right: 16px;
  background: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/images/radioUnchecked.png) 0 0 no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.m-radio-group--mql__icon--checked {
  background: url(/etc.clientlibs/corporate-commons/clientlibs/foundation/resources/corporate-frontend-svelte/corporate/assets/images/radioChecked.png) 0 0 no-repeat;
  background-size: cover;
}

.m-content-radio-group {
  margin-bottom: 32px;
}
.m-content-radio-group__grid-cell {
  width: 100%;
}
.m-content-radio-group__option {
  display: block;
  position: relative;
  border: 1px solid #F7F7F7;
  padding: 16px;
  transition: all 400ms;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.m-content-radio-group__option:hover, .m-content-radio-group__option:focus {
  text-decoration: none !important;
}
.m-content-radio-group__option:not(.m-content-radio-group__option--checked):hover, .m-content-radio-group__option:not(.m-content-radio-group__option--checked):focus {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.11);
}
.m-content-radio-group__option--checked {
  border: 1px solid #E64626;
}
.m-content-radio-group__option-content p {
  font-weight: normal;
}
.m-content-radio-group__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  width: auto;
}

.m-content-radio-group--cws__grid {
  margin-left: -4px;
  margin-right: -4px;
}
.m-content-radio-group--cws__grid-cell {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.m-content-radio-group--cws__option-content h4 {
  margin-bottom: 8px;
}

.m-content-radio-group--mql__grid {
  margin-left: -4px;
  margin-right: -4px;
}
.m-content-radio-group--mql__grid-cell {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.m-content-radio-group--mql__option-content h4 {
  margin-bottom: 8px;
}

.m-form-grid--mql {
  margin-left: -4px;
  margin-right: -4px;
}
.m-form-grid--mql__cell {
  padding-left: 4px;
  padding-right: 4px;
}

.m-form-grid--atar {
  padding: var(--atar-container-space) var(--atar-container-side-space) 0 var(--atar-container-side-space);
}
@media (max-width: 575px) {
  .m-form-grid--atar {
    padding: var(--atar-container-side-space);
  }
}
.m-form-grid--atar__cell {
  background-color: #FFFFFF;
  margin-bottom: 48px;
}
.m-form-grid--atar__cell:last-child {
  margin-bottom: 0;
}
.m-form-grid--atar__result {
  margin-top: 48px;
}

.m-form {
  position: relative;
}
.m-form > :last-child {
  margin-bottom: 0;
}

.m-form--ds.m-form--dark {
  background-color: #141414;
  color: #FFFFFF;
}

.m-cloud-logo__image-cell {
  height: auto;
  text-align: center;
}
.m-cloud-logo__link {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.m-cloud-logo__image {
  width: 88px;
}
@media (min-width: 992px) {
  .m-cloud-logo__image {
    width: 150px;
  }
}

.m-logo {
  display: block;
  line-height: 0;
}
.m-logo__image--inverted {
  filter: invert(100);
}

.m-external-logo {
  display: block;
  line-height: 0;
  height: auto;
  padding-left: 0;
}

.m-info-message {
  display: flex;
  align-content: center;
  justify-content: space-between;
  background: #ffe090;
  padding: 8px 16px 8px 16px;
}
.m-info-message__content {
  margin-bottom: 0;
}

.m-tool-tip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #EDEFF0;
}
.m-tool-tip__content {
  display: none;
  width: 48vw;
  font-size: 14px;
  font-weight: normal;
  background: #141414;
  color: #EDEFF0;
  border-radius: 0.25em;
  padding: 1em;
  position: absolute;
  z-index: 3;
  top: 30px;
  left: -16px;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.m-tool-tip--right .m-tool-tip__content {
  right: -16px;
  left: unset;
}
@media (min-width: 768px) {
  .m-tool-tip--right .m-tool-tip__content {
    right: -25px;
  }
}
.m-tool-tip--left .m-tool-tip__content {
  left: -16px;
  right: unset;
}
@media (min-width: 768px) {
  .m-tool-tip--left .m-tool-tip__content {
    left: -25px;
  }
}
@media (max-width: 575px) {
  .m-tool-tip__content {
    width: 33vw;
  }
}
@media (min-width: 768px) {
  .m-tool-tip__content {
    width: 17.5em;
  }
}
.m-tool-tip__content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 11%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #141414 transparent;
  transition: all 0.2s ease-in-out;
}
.m-tool-tip--right .m-tool-tip__content::after {
  right: 11%;
  left: unset;
}
.m-tool-tip:hover .m-tool-tip__content, .m-tool-tip:focus .m-tool-tip__content, .m-tool-tip:active .m-tool-tip__content {
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.m-tool-tip:hover .m-tool-tip__content-text, .m-tool-tip:focus .m-tool-tip__content-text, .m-tool-tip:active .m-tool-tip__content-text {
  color: #EDEFF0;
}
.m-tool-tip:hover .m-tool-tip__content-text p, .m-tool-tip:focus .m-tool-tip__content-text p, .m-tool-tip:active .m-tool-tip__content-text p {
  font-size: 14px;
  color: #EDEFF0;
}
.m-tool-tip:hover .m-tool-tip__content-text h1, .m-tool-tip:hover .m-tool-tip__content-text h2, .m-tool-tip:hover .m-tool-tip__content-text h3, .m-tool-tip:hover .m-tool-tip__content-text h4, .m-tool-tip:hover .m-tool-tip__content-text h5, .m-tool-tip:hover .m-tool-tip__content-text h6, .m-tool-tip:focus .m-tool-tip__content-text h1, .m-tool-tip:focus .m-tool-tip__content-text h2, .m-tool-tip:focus .m-tool-tip__content-text h3, .m-tool-tip:focus .m-tool-tip__content-text h4, .m-tool-tip:focus .m-tool-tip__content-text h5, .m-tool-tip:focus .m-tool-tip__content-text h6, .m-tool-tip:active .m-tool-tip__content-text h1, .m-tool-tip:active .m-tool-tip__content-text h2, .m-tool-tip:active .m-tool-tip__content-text h3, .m-tool-tip:active .m-tool-tip__content-text h4, .m-tool-tip:active .m-tool-tip__content-text h5, .m-tool-tip:active .m-tool-tip__content-text h6 {
  color: #EDEFF0;
}

.m-tool-tip--right .m-tool-tip--atar__content {
  right: -100px;
}
@media (max-width: 575px) {
  .m-tool-tip--atar__content {
    width: 62vw;
  }
}
@media (min-width: 768px) {
  .m-tool-tip--atar__content {
    width: 18em;
  }
}
.m-tool-tip--right .m-tool-tip--atar__content::after {
  right: 40%;
  left: unset;
}

.m-teaser__title {
  margin-bottom: 12px;
}
.m-teaser__description {
  font-size: 14px;
  margin-bottom: 24px;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-teaser__description p {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.m-teaser__click-overlay {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-teaser__click-overlay::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.m-teaser__click-overlay:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-teaser__click-overlay:hover::after {
  background-color: #141414;
}
.m-teaser__click-overlay {
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.m-teaser__image-wrapper {
  margin-bottom: 24px;
}

.m-card {
  display: grid;
  grid-template: "layer";
  align-items: flex-start;
  justify-items: stretch;
  align-content: flex-start;
  justify-content: stretch;
}
.m-card:hover, .m-card__link:focus {
  cursor: pointer;
}
.m-card:hover .m-card__title, .m-card__link:focus .m-card__title {
  color: #C63A1E;
}
.m-card:hover .m-card__title:after, .m-card__link:focus .m-card__title:after {
  width: 47px;
}
.m-card:hover .m-card__image-wrapper > .m-image--card__image, .m-card__link:focus .m-card__image-wrapper > .m-image--card__image {
  transform: scale(1.1);
}
.m-card__image-wrapper {
  margin-bottom: 16px;
  height: 334px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .m-card__image-wrapper {
    height: 484px;
    margin-bottom: 24px;
  }
}
.m-card__image-wrapper > .m-image--card__image {
  transition: transform 350ms ease-in-out;
}
.m-card__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.m-card__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  margin-bottom: 0;
}
.m-card__title:after {
  content: "";
  background-color: #C63A1E;
  width: 0;
  height: 2px;
  display: block;
  transition: width 150ms;
  position: relative;
  top: 8px;
}
.m-card__title--featured-news {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-card__title--featured-news {
    letter-spacing: 0.36px;
  }
}
.m-card__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
}
.m-card__description p {
  margin: 0;
}
.m-card__description--featured-news {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-card__description--featured-news {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-card__description--featured-news {
  margin-bottom: 0;
}
.m-card__link {
  text-decoration: none;
  color: inherit;
}
.m-card__link:hover, .m-card__link:focus {
  text-decoration: none;
  color: inherit;
}

.m-hero {
  --content-max-width: 628px;
}
.m-hero--style-1__image-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.38) 53.63%, rgba(0, 0, 0, 0) 76.4%);
}
.m-hero--style-1__content-wrapper {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 232px 16px 62px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .m-hero--style-1__content-wrapper {
    width: 1200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1600px) {
  .m-hero--style-1__content-wrapper {
    padding: 380px 16px 62px;
  }
}
.m-hero--style-1__text-wrapper {
  max-width: var(--content-max-width);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.m-hero--style-1__title {
  max-width: var(--content-max-width);
}
.m-hero--style-1__title:after {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #E64626;
  display: block;
  margin-top: 32px;
}

.m-hero {
  --image-height: 440px;
  --image-height-xl: 520px;
}
.m-hero--style-2__image-wrapper {
  height: var(--image-height);
}
@media (min-width: 1600px) {
  .m-hero--style-2__image-wrapper {
    height: var(--image-height-xl);
  }
}
.m-hero--style-2__content-wrapper {
  background-color: #E64626;
  padding: 32px 16px;
}
.m-hero--style-2__content-container {
  display: flex;
}
.m-hero--style-2__title {
  padding-right: 36px;
  min-width: 580px;
  max-width: 768px;
}
.m-hero--style-2__text-wrapper {
  border-left: 1px solid #141414;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.m-hero {
  --height-of-bar: 72px;
  --min-height: 460px;
}
.m-hero--style-3__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .m-hero--style-3__title {
    letter-spacing: 0.6px;
  }
}
@-moz-document url-prefix() {
  .m-hero--style-3__title {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-hero--style-3__title {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-hero--style-3__title {
    font-variant-ligatures: none;
  }
}
.m-hero--style-3__content-wrapper, .m-hero--style-3__text-wrapper {
  display: flex;
  flex-direction: column;
}
.m-hero--style-3__content-wrapper {
  gap: 28px;
}
.m-hero--style-3__text-wrapper {
  gap: 40px;
}
.m-hero--style-3__wrapper .m-content-w-bleed-image__content-wrapper {
  min-height: calc(var(--min-height) - var(--height-of-bar));
}
.m-hero--style-3__wrapper .m-content-w-bleed-image__content {
  display: flex;
  align-items: center;
  padding: 0 var(--m-content-w-bleed-image-blank-gap-size) var(--height-of-bar) 0;
}

.m-hero--desktop {
  overflow: hidden;
  position: relative;
}
.m-hero--desktop__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .m-hero--desktop__title {
    letter-spacing: 0.6px;
  }
}
.m-hero--desktop__title {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .m-hero--desktop__title {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-hero--desktop__title {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-hero--desktop__title {
    font-variant-ligatures: none;
  }
}
.m-hero--desktop__title {
  margin-bottom: 0;
}
.m-hero--desktop__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-hero--desktop__description {
    font-size: 24px;
    line-height: 36px;
  }
}
.m-hero--desktop__description {
  margin-bottom: 0;
}
.m-hero--desktop__description p {
  margin-bottom: 0;
}
.m-hero--desktop__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.m-hero--mobile__image-wrapper {
  height: 315px;
}
.m-hero--mobile__content-wrapper {
  background-color: #E64626;
  padding: 31px 16px;
}
.m-hero--mobile__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .m-hero--mobile__title {
    letter-spacing: 0.6px;
  }
}
.m-hero--mobile__title {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .m-hero--mobile__title {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-hero--mobile__title {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-hero--mobile__title {
    font-variant-ligatures: none;
  }
}
.m-hero--mobile__title {
  margin-bottom: 0;
}
.m-hero--mobile__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-hero--mobile__description {
    font-size: 24px;
    line-height: 36px;
  }
}
.m-hero--mobile__description {
  margin-top: 27px;
  margin-bottom: 0;
}
.m-hero--mobile__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 41px;
}
.m-hero--mobile__cta {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #141414;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #141414;
}
.m-hero--mobile__cta:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-hero--mobile__cta:not(:first-child) {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #141414;
  border-radius: 4px;
  color: #141414;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-hero--mobile__cta:not(:first-child):hover {
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-hero--mobile__cta .cmp-button {
  color: inherit;
}

.m-hero--simple__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  .m-hero--simple__wrapper {
    flex-direction: row;
    min-height: 480px;
  }
}
.m-hero--simple__content-wrapper, .m-hero--simple__text-wrapper, .m-hero--simple__content-holder, .m-hero--simple__title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: var(--lg-space);
  justify-content: center;
  width: 100%;
}
.m-hero--simple__content-holder {
  padding: var(--lg-space) var(--xl-space) var(--lg-space) var(--sm-space);
}
@media (min-width: 992px) {
  .m-hero--simple__content-holder {
    padding: var(--xl-space) var(--xl-space) var(--xl-space) var(--sm-space);
    align-items: flex-end;
  }
}
.m-hero--simple__content-holder {
  row-gap: var(--md-space);
}
@media (min-width: 992px) {
  .m-hero--simple__content-holder--no-image {
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .m-hero--simple__content-holder--no-image .m-hero--simple__text-wrapper, .m-hero--simple__content-holder--no-image .m-hero--simple__title-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .m-hero--simple__text-wrapper, .m-hero--simple__title-wrapper {
    max-width: 520px;
  }
}
.m-hero--simple__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  margin-bottom: 0;
}
.m-hero--simple__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-hero--simple__description {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-hero--simple__description {
  margin-bottom: 0;
}
.m-hero--simple__title, .m-hero--simple__description {
  word-break: break-word;
}
.m-hero--simple__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.m-hero--simple__image-wrapper {
  height: 315px;
}

.m-hero--mobile .m-info-marco {
  margin-bottom: 0;
  margin-top: 20px;
}
.m-hero .m-info-marco {
  font-size: 16px;
  line-height: 1.2;
  background-color: #FFFFFF;
}
.m-hero__container--landing .m-hero {
  max-width: 1920px;
  margin: 0 auto;
}
.m-hero__container--landing--m-hero--style-1, .m-hero__container--landing--m-hero--simple {
  background-color: #F7F7F7;
  border-bottom: 5px solid #E64626;
}
.m-hero__container--landing--m-hero--style-2 {
  background-color: #F7F7F7;
}

.m-hero-news-slot-content {
  --m-hero-news-slot-content-row-gap: var(--base-space);
  --m-hero-news-slot-content-font-color: #141414;
  display: grid;
  grid-template-areas: "date" "title" "description";
  flex-direction: column;
  row-gap: var(--m-hero-news-slot-content-row-gap);
  color: var(--m-hero-news-slot-content-font-color);
}
.m-hero-news-slot-content__date {
  grid-area: date;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.m-hero-news-slot-content__title {
  grid-area: title;
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-hero-news-slot-content__title {
    letter-spacing: 0.38px;
  }
}
.m-hero-news-slot-content__title {
  margin-bottom: 0;
}
.m-hero-news-slot-content__description {
  grid-area: description;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-hero-news-slot-content__description {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-hero-news-slot-content__description {
  margin-bottom: 0;
}
.m-hero-news-slot-content__description p {
  margin-bottom: 0;
}
.m-hero-news-slot-content__highlight {
  background-color: green;
  color: rgb(255, 255, 0);
}

@media (min-width: 576px) {
  .m-hero-news-slot-content--center-wide {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .m-hero-news-slot-content--center-wide {
    --m-hero-news-slot-content-row-gap: var(--md-space);
  }
}

.m-content-w-image-vertical--hero-news-center-wide {
  --m-content-w-image-vertical-padding-top: 0;
  --m-content-w-image-vertical-section-gap: 0;
  --m-content-w-image-vertical-content-container-min-height: auto;
  --m-content-w-image-image-min-height: 320px;
  margin-bottom: var(--news-hero-bottom-space);
}
@media (min-width: 992px) {
  .m-content-w-image-vertical--hero-news-center-wide {
    --m-content-w-image-image-min-height: 480px;
  }
}
@media (min-width: 1600px) {
  .m-content-w-image-vertical--hero-news-center-wide {
    --m-content-w-image-image-min-height: 600px;
  }
}
.m-content-w-image--sandstone .m-content-w-image-vertical--hero-news-center-wide, .m-content-w-image--jacaranda .m-content-w-image-vertical--hero-news-center-wide {
  background-color: transparent;
}
.m-content-w-image-vertical--hero-news-center-wide__container {
  position: relative;
  padding-top: var(--md-space);
  padding-bottom: var(--md-space);
  text-align: center;
}
@media (min-width: 992px) {
  .m-content-w-image-vertical--hero-news-center-wide__container {
    padding-top: var(--xl-space);
    padding-bottom: var(--xl-space);
  }
}
.m-content-w-image-vertical--hero-news-center-wide__container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--m-hero--news-content-border-colour);
  width: 100%;
  height: var(--m-hero--news-content-border-size);
  content: " ";
}
.m-content-w-image--sandstone .m-content-w-image-vertical--hero-news-center-wide__container {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-content-w-image-vertical--hero-news-center-wide__container {
  background-color: #D6DBEB;
}

.m-content-fixed-w-image--hero-news-left-aligned {
  max-width: 1920px;
  margin: 0 auto;
}
.m-content-fixed-w-image--hero-news-left-aligned__content {
  position: relative;
  z-index: 2;
}
.m-content-fixed-w-image--hero-news-left-aligned__image {
  contain: size;
}

.m-content-w-image-vertical--hero-news-left-aligned-wo-image {
  --m-content-w-image-vertical-padding-top: 0;
  --m-content-w-image-vertical-section-gap: 0;
  --m-content-w-image-vertical-content-container-min-height: auto;
  position: relative;
  margin-bottom: var(--news-hero-bottom-space);
}
.m-content-w-image-vertical--hero-news-left-aligned-wo-image__content {
  padding-top: var(--xl-space);
  padding-bottom: var(--xl-space);
}
@media (min-width: 1200px) {
  .m-content-w-image-vertical--hero-news-left-aligned-wo-image__content {
    padding-top: var(--xxl-space);
    padding-bottom: var(--xxl-space);
  }
}

.m-content-w-image-vertical--hero-news-left-aligned {
  --m-content-w-image-vertical-padding-top: 0;
  --m-content-w-image-vertical-section-gap: 0;
  --m-content-w-image-image-min-height: 380px;
  --m-content-w-image-vertical-content-container-min-height: auto;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: var(--news-hero-bottom-space);
}
.m-content-w-image-vertical--hero-news-left-aligned__content {
  position: relative;
  padding-top: var(--md-space);
  padding-bottom: var(--md-space);
}
.m-content-w-image-vertical--hero-news-left-aligned .m-image--m-content-w-image-vertical--hero-news-left-aligned {
  min-height: var(--m-content-w-image-image-min-height);
  flex-grow: 1;
  position: relative;
}
.m-content-w-image-vertical--hero-news-left-aligned .m-image--m-content-w-image-vertical--hero-news-left-aligned__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-hero__container--news .m-content-fixed-w-image--hero-news-left-aligned {
  max-width: 1920px;
  margin: 0 auto;
}
.m-hero__container--news--m-hero--style-left-aligned {
  border-bottom: 4px solid #E64626;
}
.m-content-w-image--sandstone .m-hero__container--news--m-hero--style-left-aligned {
  background-color: #FCEDE2;
}
.m-content-w-image--jacaranda .m-hero__container--news--m-hero--style-left-aligned {
  background-color: #D6DBEB;
}
.m-content-w-image--ochre .m-hero__container--news--m-hero--style-left-aligned {
  background-color: #E64626;
}

:root {
  --m-hero--news-content-border-size: 4px;
  --m-hero--news-content-border-colour: #E64626;
}

:root {
  --news-hero-bottom-space: 0;
}

.m-testimonial {
  display: flex;
  flex-direction: column;
}
.m-testimonial__profile-image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
}
.m-testimonial__profile-image .m-image__image {
  scale: 1.3;
}
.m-testimonial__quote {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-testimonial__quote {
    font-size: 20px;
  }
}
.m-testimonial__quote {
  margin-bottom: 24px;
}
.m-testimonial__quote:after {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #E64626;
  display: block;
  margin-top: 24px;
}
.m-testimonial__profile-name {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
  margin-bottom: 0;
}
.m-testimonial__profile-designation {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 24px;
  display: block;
}
.m-testimonial__logo {
  max-width: 64px;
  width: 100%;
}
@media (min-width: 992px) {
  .m-testimonial--large {
    flex-direction: row;
    gap: 80px;
    max-width: 900px;
    margin: 0 auto;
  }
  .m-testimonial--large__quote {
    font-family: var(--usyd-font-primary);
    font-size: var(--h2);
    font-style: normal;
    font-weight: normal;
    line-height: var(--h2-line-height);
    letter-spacing: 0;
    font-family: var(--usyd-font-teritary);
    letter-spacing: 0.4px;
    color: #E64626;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .m-testimonial--large__quote {
    letter-spacing: 0.36px;
  }
}
@media (min-width: 992px) {
  .m-testimonial--large__quote__top-padding {
    margin-top: 72px;
  }
  .m-testimonial--large__profile-image {
    width: 320px;
    height: 320px;
  }
  .m-testimonial--large__profile-image .m-image__image {
    scale: 1;
  }
  .m-testimonial--large__profile-details {
    flex: 1;
  }
}

.m-pull-out-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: var(--md-space);
}
.m-pull-out-quote__quote {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-pull-out-quote__quote {
    letter-spacing: 0.36px;
  }
}
@-moz-document url-prefix() {
  .m-pull-out-quote__quote {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-pull-out-quote__quote {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-pull-out-quote__quote {
    font-variant-ligatures: none;
  }
}
.m-pull-out-quote__quote {
  text-align: center;
  padding: var(--md-space) var(--sm-space);
}
.m-pull-out-quote__name {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-pull-out-quote__designation {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}

.m-fact-tile {
  padding: var(--sm-space) var(--sm-space) var(--md-space) var(--sm-space);
}
.m-fact-tile--link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #141414;
  height: 100%;
}
.m-fact-tile--link:hover, .m-fact-tile--link:focus {
  color: #141414;
  background-color: #F7F7F7;
}
.m-fact-tile--sandstone {
  background-color: #FCEDE2;
  border-bottom: 2px solid #E64626;
}
.m-fact-tile--sandstone > .m-fact-tile--link:hover, .m-fact-tile--sandstone > .m-fact-tile--link:focus {
  background-color: #F6DDCB;
}
.m-fact-tile--grey {
  background-color: #F7F7F7;
  border-bottom: 2px solid #E64626;
}
.m-fact-tile--grey > .m-fact-tile--link:hover, .m-fact-tile--grey > .m-fact-tile--link:focus {
  background-color: #D2D2D2;
}
.m-fact-tile__content {
  display: flex;
  flex-direction: column;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.m-fact-tile__figure {
  color: #E64626;
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-weight: 300;
}

.m-list {
  --m-list-item-row-gap: 20px;
  --m-list-item-column-gap: 0;
  --m-list-item-element-row-gap:0;
  --m-list-item-element-column-gap: 24px;
  --m-list-margin: 0;
  --m-list-padding-bottom: 20px;
  --m-list-padding: 0 0 var(--m-list-padding-bottom) 0;
  --m-list-grid-columns: auto;
  --m-multiple-column-gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: var(--m-list-margin);
  padding: var(--m-list-padding);
}
@media (min-width: 768px) {
  .m-list {
    display: inline-flex;
  }
}
.m-list--full-width > .m-list {
  display: flex;
}
.m-list__item-wrapper {
  border-top: 1px solid #D2D2D2;
}
.m-list__item-wrapper:last-child, .m-list__item-wrapper:only-child {
  border-bottom: 1px solid #D2D2D2;
}
@media (min-width: 768px) {
  .m-list__item-wrapper--end-of-column-1 {
    border-bottom: 1px solid #D2D2D2;
  }
  .m-list__item-wrapper--end-of-column-2 {
    border-bottom: 1px solid #D2D2D2;
  }
  .m-list__item-wrapper--end-of-column-3 {
    border-bottom: 1px solid #D2D2D2;
  }
  .m-list__item-wrapper--end-of-column-4 {
    border-bottom: 1px solid #D2D2D2;
  }
}
.m-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: var(--m-list-item-element-row-gap);
  -moz-column-gap: var(--m-list-item-element-column-gap);
       column-gap: var(--m-list-item-element-column-gap);
  padding: 16px 0 20px;
}
.m-multiple-column.m-multiple-column.m-multiple-column--auto-flow {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .m-multiple-column--2-tablet-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--2-tablet-up.m-multiple-column.m-multiple-column--auto-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--3-small-desktop-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--3-small-desktop-up.m-multiple-column.m-multiple-column--auto-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--4-small-desktop-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--4-small-desktop-up.m-multiple-column.m-multiple-column--auto-flow {
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-list--icon-link__item {
  text-decoration: none;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-list--icon-link__item {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-list--icon-link__item {
  color: #141414;
  margin-bottom: 0;
  padding: 16px 0;
}
.m-list--icon-link__item:hover {
  color: #C63A1E;
  text-decoration: underline;
}

.m-list--simple-link__item {
  text-decoration: none;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  position: relative;
}
.m-list--simple-link__item:hover {
  color: #C63A1E;
  text-decoration: underline;
}

.m-icon-tile {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.m-icon-tile__icon {
  max-width: 72px;
}
.m-icon-tile__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  margin-bottom: 0;
}
.m-icon-tile__title::after {
  position: relative;
  content: "";
  background-color: #E64626;
  top: 8px;
  width: 0;
  height: 2px;
  display: block;
  transition: width 150ms;
}
.m-icon-tile__description p {
  margin-bottom: 0;
}
.m-icon-tile__title-wrapper {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: baseline;
}
.m-icon-tile--has-link:hover {
  cursor: pointer;
}
.m-icon-tile--has-link:hover .m-icon-tile__title {
  color: #C63A1E;
}
.m-icon-tile--has-link:hover .m-icon-tile__title:after {
  width: 47px;
}
.m-icon-tile__link {
  text-decoration: none;
  color: inherit;
}
.m-icon-tile__chevron {
  flex-shrink: 0;
}

/**
* Browser notice box
*
* Using it to show pop up message on AEM to alert users of browser compatibility.
* It can be used to show pop up message.
*/
.b-cookie-banner {
  position: fixed;
  z-index: 9000;
  padding: 30px 60px;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  min-width: 300px;
  color: #fff;
  background-color: #f6f6f6;
}
.b-cookie-banner:focus, .b-cookie-banner:hover {
  outline: none;
}
.b-cookie-banner--white {
  background-color: #f6f6f6;
  color: #141414;
}
.b-cookie-banner--largest {
  width: 100%;
}
.b-cookie-banner--pos-bottom {
  top: auto;
  bottom: 0.5px;
}
.b-cookie-banner h2 {
  margin: 20px 0;
}
@media (max-width: 575px) {
  .b-cookie-banner {
    width: 100%;
    flex-wrap: wrap;
  }
  .b-cookie-banner .b-cookie-banner__button-close {
    padding-top: 15px;
    margin: 0 33%;
  }
}
.b-cookie-banner__content-container {
  width: auto;
}
.b-cookie-banner__button-close {
  margin: 0 20px;
  text-decoration: none;
}

.m-profile-contact__link, .m-profile-contact__address-details, .m-profile-contact__details, .m-profile-contact__address, .m-profile-contact__label, .m-profile-contact__title, .m-profile-contact ol, .m-profile-contact ul {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.m-profile-contact {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  margin-bottom: 32px;
}
.m-profile-contact ol, .m-profile-contact ul {
  list-style: none;
}
.m-profile-contact__title {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #141414;
}
.m-profile-contact__label {
  color: #000000;
  padding-bottom: 4px;
}
.m-profile-contact__details, .m-profile-contact__address {
  margin-top: 16px;
}
.m-profile-contact__address-details {
  color: #000000;
}
.m-profile-contact__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-profile-contact__link {
  color: #C63A1E;
  text-decoration: underline;
}
.m-profile-contact__link:hover {
  text-decoration: none;
  color: #C63A1E;
}

.m-profile {
  --m-profile-image-height: 48px;
  display: grid;
  grid-template-columns: var(--m-profile-image-height) 1fr;
  gap: 16px;
  margin-bottom: var(--md-space);
}
.m-profile--empty-state {
  display: flex;
  align-items: center;
}
.m-profile--image-wrapper {
  width: 100%;
  height: var(--m-profile-image-height);
  border-radius: 50%;
  overflow: hidden;
}
.m-profile--name {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.m-profile--designation {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  padding-top: 8px;
}
.m-profile--link {
  text-decoration: none;
  color: inherit;
}
.m-profile--details {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.m-profile--only-profile-name {
  align-items: center;
}
.m-profile--has-link :hover .m-profile--name {
  text-decoration: underline;
  color: #C63A1E;
}

.m-profile-contact-us-section__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-profile-contact-us-section__title {
    letter-spacing: 0.36px;
  }
}
.m-profile-contact-us-section__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-profile-contact-us-section__title {
    margin-bottom: var(--base-space);
  }
}
.m-profile-contact-us-section__entity-name {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  margin-bottom: var(--sm-space);
}
.m-profile-contact-us-section__label {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: var(--xxxs-space);
  color: #717171;
}
.m-profile-contact-us-section__label-spacing {
  padding-bottom: var(--sm-space);
}
.m-profile-contact-us-section__details {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
}
.m-profile-contact-us-section__details--additional-info {
  color: #141414;
}
.m-profile-contact-us-section__social-media-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: var(--lg-space);
}
@media (min-width: 768px) {
  .m-profile-contact-us-section__social-media-wrapper {
    flex-direction: row;
    -moz-column-gap: var(--lg-space);
         column-gap: var(--lg-space);
  }
}
.m-profile-contact-us-section__contact-details {
  display: flex;
  flex-direction: column;
  row-gap: var(--xs-space);
}
.m-profile-contact-us-section__contact-details .column-one, .m-profile-contact-us-section__contact-details .column-two {
  display: flex;
  flex-direction: column;
  row-gap: var(--xs-space);
}
@media (min-width: 768px) {
  .m-profile-contact-us-section__contact-details--single-column {
    flex-direction: column;
  }
  .m-profile-contact-us-section__contact-details--two-columns {
    -moz-column-gap: var(--lg-space);
         column-gap: var(--lg-space);
    flex-direction: row;
  }
  .m-profile-contact-us-section__contact-details .column-one, .m-profile-contact-us-section__contact-details .column-two {
    width: 50%;
    row-gap: var(--xs-space);
    flex-direction: column;
    padding-bottom: var(--md-space);
  }
  .m-profile-contact-us-section__contact-details .column-two {
    row-gap: var(--sm-space);
  }
}
.m-profile-contact-us-section__contact-details, .m-profile-contact-us-section__social-media-details {
  flex: 1;
}
.m-profile-contact-us-section__social-media-details-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--base-space);
}
.m-profile-contact-us-section__social-media-details-list li {
  display: flex;
  -moz-column-gap: var(--xxs-space);
       column-gap: var(--xxs-space);
  align-items: center;
}
.m-profile-contact-us-section__social-media-details-list li a {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

.m-news-article-list {
  width: 100%;
}
.m-news-article-list__articles-wrapper {
  width: 100% !important;
}
@media (min-width: 992px) {
  .m-news-article-list__articles-wrapper {
    display: flex;
    gap: 32px;
  }
}
.m-news-article-list__articles {
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .m-news-article-list__articles {
    width: 33.33%;
  }
}
.m-news-article-list__articles .m-card__image-wrapper {
  max-height: 287px;
}
.m-news-article-list .cmp-carousel__action--pause, .m-news-article-list .cmp-carousel__action--play {
  display: none;
}
.m-news-article-list .cmp-carousel .swiper-button-lock {
  display: none;
}
.m-news-article-list__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-news-article-list__title {
    letter-spacing: 0.36px;
  }
}

.m-news-article-list--secondary__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .m-news-article-list--secondary__wrapper {
    flex-direction: row;
  }
}
.m-news-article-list--secondary__pagination .m-pagination--ds {
  margin-top: 32px;
  padding: 24px 0;
}

.m-news-article-list--vertical {
  padding-bottom: 32px;
}
.m-news-article-list--vertical:hover {
  cursor: pointer;
}
.m-news-article-list--vertical__link {
  text-decoration: none;
  color: inherit;
}
.m-news-article-list--vertical__link :hover .m-news-article-list--vertical__title {
  color: #C63A1E;
}
.m-news-article-list--vertical__title {
  margin-bottom: 8px;
}
.m-news-article-list--vertical__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-news-article-list--vertical__image {
  width: 100%;
  height: 220px;
}
.m-news-article-list--vertical__image .cmp-image {
  padding-bottom: 0;
  height: 100%;
  width: 100%;
}
.m-news-article-list--vertical__image .cmp-image .m-image--cmp-image {
  height: 100%;
}
@media (min-width: 768px) {
  .m-news-article-list--vertical__image .cmp-image {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .m-news-article-list--vertical__image {
    width: 240px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .m-news-article-list__vertical-container {
    scroll-margin-top: var(--xl-space);
  }
}

.m-social-media-block__wrapper {
  display: flex;
  gap: var(--sm-space);
  flex-direction: column;
}
@media (min-width: 992px) {
  .m-social-media-block__wrapper {
    flex-direction: row;
  }
}
.m-social-media-block__badge {
  border: 1px solid #D2D2D2;
  border-radius: var(--xxxs-space);
  flex: 1;
  transition: border 0.2s;
}
.m-social-media-block__badge--anchor {
  display: flex;
  align-items: center;
  gap: var(--sm-space);
  padding: var(--sm-space) var(--base-space);
  text-decoration: none;
  height: 100%;
}
.m-social-media-block__badge--image {
  width: 24px;
  height: 24px;
}
.m-social-media-block__badge--text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.m-social-media-block__badge:hover {
  border-color: #E64626;
}

.m-search-bar--contenthub__input {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}

.m-content-hub-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.m-content-hub-filters__item {
  position: relative;
  display: block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.m-content-hub-filters__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-content-hub-filters__label {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #FFFFFF;
  border: 2px solid #C63A1E;
  padding: 6px 14px;
  border-radius: 12px;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
}
.m-content-hub-filters__item--selected .m-content-hub-filters__label {
  background-color: #C63A1E;
  color: #FFFFFF;
}
.m-content-hub-filters__item--selected .m-content-hub-filters__label:hover, .m-content-hub-filters__item--selected .m-content-hub-filters__label:focus {
  background-color: #E64626;
  border-color: #E64626;
  color: #FFFFFF;
}
.m-content-hub-filters__label:focus, .m-content-hub-filters__label:hover {
  color: #C63A1E;
  background-color: #FDEDEA;
}

.m-content-hub__cards {
  display: grid;
  row-gap: var(--base-space);
  -moz-column-gap: var(--sm-space);
       column-gap: var(--sm-space);
}
@media (min-width: 768px) {
  .m-content-hub__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .m-content-hub__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.m-content-hub__cards .m-card__image-wrapper {
  height: 289px;
  margin-bottom: 0;
}
.m-content-hub__cards .m-card__title, .m-content-hub__cards .m-card__description {
  padding: var(--sm-space) var(--sm-space) var(--md-space);
}
.m-content-hub__cards .m-card__title {
  padding-bottom: 0;
}
.m-content-hub__cards .m-card__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
}
.m-content-hub__cards .m-card__content-wrapper {
  row-gap: var(--sm-space);
}
.m-content-hub__cards .m-card:hover {
  background-color: #F7F7F7;
}
.m-content-hub__cards--no-results {
  display: grid;
  justify-items: center;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  gap: var(--sm-space);
}
@media (min-width: 768px) {
  .m-content-hub__cards--no-results {
    padding-top: var(--sm-space);
  }
}
.m-content-hub__pagination .m-pagination--ds {
  margin-top: var(--base-space);
  margin-bottom: var(--base-space);
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.m-content-hub {
  display: grid;
  row-gap: var(--md-space);
}
@media (min-width: 768px) {
  .m-content-hub {
    row-gap: var(--lg-space);
  }
}
.m-content-hub__search_n_fitlers {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
}

.m-content-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-content-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-content-container--comp-margin-bottom {
  margin-bottom: 40px;
}
.m-content-container--bg-white {
  background-color: #FFFFFF;
}
.m-content-container--bg-grey {
  background-color: #F7F7F7;
}
.m-content-container--border-group-item--last {
  margin-bottom: 40px;
}
.m-content {
  --content-margin-bottom: var(--component-margin-bottom);
  margin-bottom: var(--content-margin-bottom);
}
.m-content--bg-grey {
  background-color: #F7F7F7;
}
@media screen and (min-width: 576px) {
  .m-content--base--mobile-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--base--tablet-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--base--sm-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--base--lg-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--base--lg-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--base--sm-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--base--tablet-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--base--mobile-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 576px) {
  .m-content--lg--mobile-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--lg--tablet-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--lg--sm-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--lg--lg-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--lg--lg-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--lg--sm-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--lg--tablet-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--lg--mobile-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 576px) {
  .m-content--sm--mobile-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--sm--tablet-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--sm--sm-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--sm--lg-desk-up {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--sm--lg-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--sm--sm-desk-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--sm--tablet-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--sm--mobile-down {
    font-family: var(--usyd-font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}
.m-content--bold {
  font-weight: 700;
}
.m-content--center {
  text-align: center;
}
.m-content--left {
  text-align: left;
}
.m-content--right {
  text-align: right;
}
.m-content--padding-xt-sm {
  padding: 8px 0;
}
.m-content--padding-sm {
  padding: 16px 0;
}
.m-content--padding-md-sm {
  padding: 20px 0;
}
.m-content--padding-base {
  padding: 24px 0;
}
.m-content--padding-lg {
  padding: 32px 0;
}
.m-content--padding-md-lg {
  padding: 40px 0;
}
.m-content--padding-xt-lg {
  padding: 48px 0;
}
.m-content--padding-around-md-lg {
  padding: 40px;
}
@media screen and (min-width: 576px) {
  .m-content--padding-around-md-lg--mobile-up {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--padding-around-md-lg--tablet-up {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--padding-around-md-lg--sm-desk-up {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--padding-around-md-lg--lg-desk-up {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--padding-around-md-lg--lg-desk-down {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--padding-around-md-lg--sm-desk-down {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--padding-around-md-lg--tablet-down {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--padding-around-md-lg--mobile-down {
    padding: 40px;
  }
}
.m-content--no-margin-bottom {
  margin-bottom: 0;
}
.m-content--margin-bottom-base {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-base--mobile-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-base--tablet-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-base--sm-desk-up {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-base--lg-desk-up {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-base--lg-desk-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-base--sm-desk-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-base--tablet-down {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-base--mobile-down {
    margin-bottom: 24px;
  }
}
.m-content--margin-bottom-md-sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-md-sm--mobile-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-md-sm--tablet-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-md-sm--sm-desk-up {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-md-sm--lg-desk-up {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-md-sm--lg-desk-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-md-sm--sm-desk-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-md-sm--tablet-down {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-md-sm--mobile-down {
    margin-bottom: 20px;
  }
}
.m-content--margin-bottom-sm {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-sm--mobile-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-sm--tablet-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-sm--sm-desk-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-sm--lg-desk-up {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-sm--lg-desk-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-sm--sm-desk-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-sm--tablet-down {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-sm--mobile-down {
    margin-bottom: 16px;
  }
}
.m-content--margin-bottom-xt-sm {
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-xt-sm--mobile-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-xt-sm--tablet-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-xt-sm--sm-desk-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-xt-sm--lg-desk-up {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-xt-sm--lg-desk-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-xt-sm--sm-desk-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-xt-sm--tablet-down {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-xt-sm--mobile-down {
    margin-bottom: 8px;
  }
}
.m-content--margin-bottom-lg {
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-lg--mobile-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-lg--tablet-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-lg--sm-desk-up {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-lg--lg-desk-up {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-lg--lg-desk-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-lg--sm-desk-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-lg--tablet-down {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-lg--mobile-down {
    margin-bottom: 32px;
  }
}
.m-content--margin-bottom-md-lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-md-lg--mobile-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-md-lg--tablet-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-md-lg--sm-desk-up {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-md-lg--lg-desk-up {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-md-lg--lg-desk-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-md-lg--sm-desk-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-md-lg--tablet-down {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-md-lg--mobile-down {
    margin-bottom: 40px;
  }
}
.m-content--margin-bottom-xt-lg {
  margin-bottom: 48px;
}
@media screen and (min-width: 576px) {
  .m-content--margin-bottom-xt-lg--mobile-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .m-content--margin-bottom-xt-lg--tablet-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .m-content--margin-bottom-xt-lg--sm-desk-up {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .m-content--margin-bottom-xt-lg--lg-desk-up {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .m-content--margin-bottom-xt-lg--lg-desk-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .m-content--margin-bottom-xt-lg--sm-desk-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .m-content--margin-bottom-xt-lg--tablet-down {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .m-content--margin-bottom-xt-lg--mobile-down {
    margin-bottom: 48px;
  }
}
.m-content--margin-md-lg {
  margin: 40px 0;
}

@media screen and (min-width: 576px) {
  .m-content--center--mobile-up {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .m-content--center--tablet-up {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .m-content--center--sm-desk-up {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .m-content--center--lg-desk-up {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .m-content--center--lg-desk-down {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .m-content--center--sm-desk-down {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-content--center--tablet-down {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .m-content--center--mobile-down {
    text-align: center;
  }
}

@media screen and (min-width: 576px) {
  .m-content--left--mobile-up {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .m-content--left--tablet-up {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .m-content--left--sm-desk-up {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .m-content--left--lg-desk-up {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .m-content--left--lg-desk-down {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .m-content--left--sm-desk-down {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-content--left--tablet-down {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .m-content--left--mobile-down {
    text-align: left;
  }
}

@media screen and (min-width: 576px) {
  .m-content--right--mobile-up {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .m-content--right--tablet-up {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .m-content--right--sm-desk-up {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .m-content--right--lg-desk-up {
    text-align: right;
  }
}

@media screen and (max-width: 1199px) {
  .m-content--right--lg-desk-down {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .m-content--right--sm-desk-down {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .m-content--right--tablet-down {
    text-align: right;
  }
}

@media screen and (max-width: 575px) {
  .m-content--right--mobile-down {
    text-align: right;
  }
}

.m-multiple-column {
  --m-multiple-column-gap: 20px;
}
@media (min-width: 768px) {
  .m-multiple-column--2-tablet-up > :not(.m-multiple-column--auto-flow).m-multiple-column, .m-multiple-column--2-tablet-up:not(.m-multiple-column--auto-flow).m-multiple-column {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--3-small-desktop-up > :not(.m-multiple-column--auto-flow).m-multiple-column, .m-multiple-column--3-small-desktop-up:not(.m-multiple-column--auto-flow).m-multiple-column {
    display: block;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--4-small-desktop-up > :not(.m-multiple-column--auto-flow).m-multiple-column, .m-multiple-column--4-small-desktop-up:not(.m-multiple-column--auto-flow).m-multiple-column {
    display: block;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
  }
}
.m-multiple-column {
  /**
  * Auto flow items base on the longest item, with css grid
  * Important: the js must set the value of items
  **/
  --m-multiple-column-auto-flow-total-items: 6;
}
.m-multiple-column--auto-flow {
  -moz-column-count: unset;
       column-count: unset;
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: var(--m-multiple-column-gap);
       column-gap: var(--m-multiple-column-gap);
  grid-template-rows: repeat(var(--m-multiple-column-auto-flow-total-items), 1fr);
}
@media (min-width: 768px) {
  .m-multiple-column--2-tablet-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--2-tablet-up.m-multiple-column.m-multiple-column--auto-flow {
    -moz-column-count: unset;
         column-count: unset;
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
    grid-template-rows: repeat(calc(var(--m-multiple-column-auto-flow-total-items) / 2), 1fr);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--3-small-desktop-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--3-small-desktop-up.m-multiple-column.m-multiple-column--auto-flow {
    -moz-column-count: unset;
         column-count: unset;
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
    grid-template-rows: repeat(calc(var(--m-multiple-column-auto-flow-total-items) / 3), 1fr);
  }
}
@media (min-width: 992px) {
  .m-multiple-column--4-small-desktop-up > .m-multiple-column.m-multiple-column--auto-flow, .m-multiple-column--4-small-desktop-up.m-multiple-column.m-multiple-column--auto-flow {
    -moz-column-count: unset;
         column-count: unset;
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: var(--m-multiple-column-gap);
         column-gap: var(--m-multiple-column-gap);
    grid-template-rows: repeat(calc(var(--m-multiple-column-auto-flow-total-items) / 4), 1fr);
  }
}

.m-bespoke-layout {
  --m-bespoke-layout-padding-top-bottom: calc(var(--sm-space) + var(--md-space));
}
@media (min-width: 992px) {
  .m-bespoke-layout {
    --m-bespoke-layout-padding-top-bottom: var(--xl-space);
  }
}
.m-bespoke-layout {
  --m-bespoke-layout-grid-template-columns: repeat(1, minmax(10px, 12fr));
  --m-bespoke-layout-grid-template-rows: auto;
  --m-bespoke-layout-grid-column-gap: var(--m-grid-column-gap);
  --m-bespoke-layout-grid-column-gap-48: var(--lg-space);
  --m-bespoke-layout-grid-column-gap-64: var(--xl-space);
  --m-bespoke-layout-grid-row-gap: var(--m-grid-row-gap);
  --m-bespoke-layout-flex-direction: column;
  --m-bespoke-layout-grid-row-gap-24: var(--base-space);
  --m-bespoke-layout-grid-row-gap-32: var(--md-space);
  --m-bespoke-layout-r-to-l-2-cols-grid-template-areas: unset;
  --m-bespoke-layout-r-to-l-2-cols-grid-area: unset;
}
.m-bespoke-layout__inner {
  display: flex;
  flex-direction: var(--m-bespoke-layout-flex-direction);
  -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
       column-gap: var(--m-bespoke-layout-grid-column-gap);
}
.m-bespoke-layout--order-r-l > .m-bespoke-layout__inner {
  --m-bespoke-layout-flex-direction: column-reverse;
}
.m-bespoke-layout--fixed-width > .m-bespoke-layout__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-bespoke-layout--fixed-width > .m-bespoke-layout__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-bespoke-layout--fixed-width > .m-bespoke-layout__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-bespoke-layout--fixed-width > .m-bespoke-layout__inner {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}
.m-bespoke-layout--fixed-width > .m-bespoke-layout__inner {
  margin-left: auto;
  margin-right: auto;
}
.m-bespoke-layout--padding-top-bottom.m-bespoke-layout {
  padding-top: var(--m-bespoke-layout-padding-top-bottom);
  padding-bottom: var(--m-bespoke-layout-padding-top-bottom);
}
.m-bespoke-layout--no-row-gap > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: 0;
}
.m-bespoke-layout--bg-white.m-bespoke-layout {
  background-color: #FFFFFF;
  --container-bg-colour: palette.$white-100;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--primary > .cmp-button,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--primary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--primary > .cmp-button:hover,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--primary.cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--secondary > .cmp-button,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--secondary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--secondary > .cmp-button:hover,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--secondary.cmp-button:hover {
  background: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary > .cmp-button,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary.cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary > .cmp-button::after,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary.cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover::after,
.m-bespoke-layout--bg-white.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover::after {
  background-color: #C63A1E;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout {
  background-color: #FCEDE2;
  --container-bg-colour: palette.$sand-100;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--primary > .cmp-button,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--primary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--primary > .cmp-button:hover,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--primary.cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--secondary > .cmp-button,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--secondary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--secondary > .cmp-button:hover,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--secondary.cmp-button:hover {
  background: none;
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary > .cmp-button,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary.cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary > .cmp-button::after,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary.cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover::after,
.m-bespoke-layout--bg-sand.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover::after {
  background-color: #141414;
}
.m-bespoke-layout--bg-grey-90.m-bespoke-layout {
  background-color: #F7F7F7;
  --container-bg-colour: palette.$grey-90;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout {
  background-color: #E64626;
  --container-bg-colour: palette.$ochre-100;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--primary > .cmp-button,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--primary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #141414;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #141414;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--primary > .cmp-button:hover,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--primary.cmp-button:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--secondary > .cmp-button,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--secondary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #141414;
  border-radius: 4px;
  color: #141414;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--secondary > .cmp-button:hover,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--secondary.cmp-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary > .cmp-button,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary.cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #141414;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary > .cmp-button::after,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary.cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #141414;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover::after,
.m-bespoke-layout--bg-ochre100.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover::after {
  background-color: #141414;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout {
  background-color: #141414;
  --container-bg-colour: palette.$black-100;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--primary > .cmp-button,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--primary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--primary > .cmp-button:hover,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--primary.cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--secondary > .cmp-button,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--secondary.cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--secondary > .cmp-button:hover,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--secondary.cmp-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary > .cmp-button,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary.cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary > .cmp-button::after,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary.cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary > .cmp-button:hover::after,
.m-bespoke-layout--bg-black100.m-bespoke-layout .cmp-button--tertiary.cmp-button:hover::after {
  background-color: #FFFFFF;
}
.m-bespoke-layout--2-cols > .m-bespoke-layout__inner, .m-bespoke-layout--50-50-layout > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: var( --m-bespoke-layout-grid-row-gap-32);
  row-gap: var(--m-bespoke-layout-grid-row-gap);
}
@media (min-width: 768px) {
  .m-bespoke-layout--2-cols > .m-bespoke-layout__inner, .m-bespoke-layout--50-50-layout > .m-bespoke-layout__inner {
    flex-direction: unset;
    display: grid;
    grid-template-columns: var(--m-bespoke-layout-grid-template-columns);
    grid-template-rows: var(--m-bespoke-layout-grid-template-rows);
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
         column-gap: var(--m-bespoke-layout-grid-column-gap);
    row-gap: var(--m-bespoke-layout-grid-row-gap);
    justify-items: stretch;
    --m-bespoke-layout-grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}
.m-bespoke-layout--3-cols > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: var( --m-bespoke-layout-grid-row-gap-32);
  row-gap: var(--m-bespoke-layout-grid-row-gap);
}
@media (min-width: 992px) {
  .m-bespoke-layout--3-cols > .m-bespoke-layout__inner {
    flex-direction: unset;
    display: grid;
    grid-template-columns: var(--m-bespoke-layout-grid-template-columns);
    grid-template-rows: var(--m-bespoke-layout-grid-template-rows);
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
         column-gap: var(--m-bespoke-layout-grid-column-gap);
    row-gap: var(--m-bespoke-layout-grid-row-gap);
    justify-items: stretch;
    --m-bespoke-layout-grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}
.m-bespoke-layout--4-cols > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: var( --m-bespoke-layout-grid-row-gap-32);
  row-gap: var(--m-bespoke-layout-grid-row-gap);
}
@media (min-width: 768px) {
  .m-bespoke-layout--4-cols > .m-bespoke-layout__inner {
    flex-direction: unset;
    display: grid;
    grid-template-columns: var(--m-bespoke-layout-grid-template-columns);
    grid-template-rows: var(--m-bespoke-layout-grid-template-rows);
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
         column-gap: var(--m-bespoke-layout-grid-column-gap);
    row-gap: var(--m-bespoke-layout-grid-row-gap);
    justify-items: stretch;
    --m-bespoke-layout-grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}
@media (min-width: 992px) {
  .m-bespoke-layout--4-cols > .m-bespoke-layout__inner {
    --m-bespoke-layout-grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-bespoke-layout--order-r-l.m-bespoke-layout--4-cols > .m-bespoke-layout__inner {
    grid-template-areas: var(--m-bespoke-layout-r-to-l-2-cols-grid-template-areas);
  }
  .m-bespoke-layout--order-r-l.m-bespoke-layout--4-cols > .m-bespoke-layout__inner > * {
    grid-area: var(--m-bespoke-layout-r-to-l-2-cols-grid-area);
  }
}
.m-bespoke-layout--left-contained > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: 0;
}
@media (min-width: 992px) {
  .m-bespoke-layout--left-contained > .m-bespoke-layout__inner > *:nth-child(n) {
    width: 66%;
  }
}
.m-bespoke-layout--30-60-layout > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: var( --m-bespoke-layout-grid-row-gap-24);
  row-gap: var(--m-bespoke-layout-grid-row-gap);
}
@media (min-width: 992px) {
  .m-bespoke-layout--30-60-layout > .m-bespoke-layout__inner {
    flex-direction: unset;
    display: grid;
    grid-template-columns: var(--m-bespoke-layout-grid-template-columns);
    grid-template-rows: var(--m-bespoke-layout-grid-template-rows);
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
         column-gap: var(--m-bespoke-layout-grid-column-gap);
    row-gap: var(--m-bespoke-layout-grid-row-gap);
    justify-items: stretch;
    --m-bespoke-layout-grid-template-columns: 33% 58% ;
    --m-bespoke-layout-grid-column-gap: 9%;
  }
}
.m-bespoke-layout--60-30-layout > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: var( --m-bespoke-layout-grid-row-gap-24);
  row-gap: var(--m-bespoke-layout-grid-row-gap);
}
@media (min-width: 992px) {
  .m-bespoke-layout--60-30-layout > .m-bespoke-layout__inner {
    flex-direction: unset;
    display: grid;
    grid-template-columns: var(--m-bespoke-layout-grid-template-columns);
    grid-template-rows: var(--m-bespoke-layout-grid-template-rows);
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap);
         column-gap: var(--m-bespoke-layout-grid-column-gap);
    row-gap: var(--m-bespoke-layout-grid-row-gap);
    justify-items: stretch;
    --m-bespoke-layout-grid-template-columns: 58% 33% ;
    --m-bespoke-layout-grid-column-gap: 9%;
  }
}
@media (min-width: 768px) {
  .m-bespoke-layout--50-50-layout > .m-bespoke-layout__inner {
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap-48);
         column-gap: var(--m-bespoke-layout-grid-column-gap-48);
  }
}
@media (min-width: 992px) {
  .m-bespoke-layout--50-50-layout > .m-bespoke-layout__inner {
    -moz-column-gap: var(--m-bespoke-layout-grid-column-gap-64);
         column-gap: var(--m-bespoke-layout-grid-column-gap-64);
  }
}
.m-bespoke-layout--centre-aligned > .m-bespoke-layout__inner {
  --m-bespoke-layout-grid-row-gap: 0;
}
@media (min-width: 992px) {
  .m-bespoke-layout--centre-aligned > .m-bespoke-layout__inner > *:nth-child(n) {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .m-bespoke-layout--centre-aligned > .m-bespoke-layout__inner {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .m-bespoke-layout--centre-aligned > .m-bespoke-layout__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.m-bespoke-layout--padding-top-bottom.cq-Editable-dom--container {
  padding-top: var(--m-bespoke-layout-padding-top-bottom) !important;
  padding-bottom: var(--m-bespoke-layout-padding-top-bottom) !important;
}

.m-find-a-researcher__form {
  display: flex;
  flex-direction: column;
  gap: var(--base-space);
  margin-bottom: 40px;
}
.m-find-a-researcher__form .m-dropdown--formstack__panel {
  max-height: 310px;
  overflow-y: scroll;
}
.m-find-a-researcher__form--dropdown-wrapper {
  display: flex;
  flex-direction: column;
}
.m-find-a-researcher__form--dropdown-options .m-checkbox-group {
  overflow-x: hidden;
}
.m-find-a-researcher__form .m-radio-group {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .m-find-a-researcher__form--dropdown-wrapper {
    flex-direction: row;
    gap: var(--sm-space);
  }
  .m-find-a-researcher__form--dropdown-label {
    flex: 0 0 calc(33.33% - var(--xxs-space));
  }
  .m-find-a-researcher__form--dropdown-options {
    flex: 0 0 calc(66.66% - var(--xxs-space));
  }
}
.m-find-a-researcher__form-label {
  display: block;
  margin-bottom: var(--xxs-space);
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #141414;
}
.m-find-a-researcher__search-results--details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 3px solid #141414;
  padding-bottom: 40px;
}
.m-find-a-researcher__search-results--result-count span {
  font-weight: 700;
}
@media (min-width: 576px) {
  .m-find-a-researcher__search-results--details {
    flex-direction: row;
  }
  .m-find-a-researcher__search-results--result-count, .m-find-a-researcher__search-results--result-sort {
    flex: 0 0 50%;
  }
  .m-find-a-researcher__search-results--result-sort {
    max-width: 25%;
  }
}
.m-find-a-researcher__profile-wrapper {
  display: flex;
  border-bottom: 3px solid #141414;
  padding: 20px 0;
}
.m-find-a-researcher__profile-wrapper--profile-name .m-title {
  color: #141414;
}
.m-find-a-researcher__profile-wrapper--profile-content {
  flex: 0 0 80%;
  padding-right: 20px;
}
.m-find-a-researcher__profile-wrapper--profile-image {
  flex: 0 0 20%;
}
.m-find-a-researcher__profile-wrapper--profile-bio {
  margin-top: 10px;
}
.m-find-a-researcher__profile-wrapper--contact-details {
  margin-top: 20px;
}
.m-find-a-researcher__pagination-wrapper {
  margin-left: 0;
  margin-right: 0;
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
:root {
  --m-grid-column-gap: 16px;
  --m-grid-row-gap: 16px;
}
@media (min-width: 768px) {
  :root {
    --m-grid-column-gap: 32px;
  }
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-alert-box {
  background-color: #FFE090;
  padding: 24px 0;
}
.m-alert-box__btn-cell {
  min-width: 145px;
}
.m-alert-box[data-state=collapsed] h4 {
  margin-bottom: 0;
}

.no-margin .m-alert-box {
  margin-bottom: 0;
}

.m-country-acknowledgement {
  background: #E64626;
  color: #141414;
  padding-top: 48px;
  padding-bottom: 48px;
}
.m-country-acknowledgement__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 48px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 768px) {
  .m-country-acknowledgement__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .m-country-acknowledgement__container {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}
@media (min-width: 1200px) {
  .m-country-acknowledgement__container {
    -moz-column-gap: 114px;
         column-gap: 114px;
  }
}
.m-country-acknowledgement__cell-declaration {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .m-country-acknowledgement__cell-declaration {
    align-items: flex-start;
  }
}
.m-country-acknowledgement__cell-separator {
  width: 1px;
  background-color: #141414;
  visibility: hidden;
  display: none;
}
@media (min-width: 768px) {
  .m-country-acknowledgement__cell-separator {
    visibility: visible;
    display: unset;
  }
}
.m-country-acknowledgement__cell-logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.m-country-acknowledgement__declaration-text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-country-acknowledgement__declaration-text {
    font-size: 20px;
  }
}
.m-country-acknowledgement__declaration-text {
  margin-bottom: 0;
  font-family: var(--usyd-font-teritary);
  text-align: center;
}
@media (min-width: 768px) {
  .m-country-acknowledgement__declaration-text {
    text-align: left;
  }
}
.m-country-acknowledgement__declaration-text p {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-country-acknowledgement__declaration-text p {
    font-size: 20px;
  }
}
.m-country-acknowledgement__declaration-text p:last-child {
  margin-bottom: 0;
}
.m-country-acknowledgement__declaration-text:last-child {
  margin-bottom: 0;
}
.m-country-acknowledgement__strapline * {
  color: #141414;
  font-family: var(--usyd-font-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.m-country-acknowledgement__strapline p {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.m-country-acknowledgement__strapline--italicized-text {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  letter-spacing: 1px;
}
.m-country-acknowledgement__strapline i {
  font-family: var(--usyd-font-teritary);
  font-weight: 400;
}
@media (max-width: 767px) {
  .m-country-acknowledgement__strapline {
    margin-left: 0;
  }
}

.m-lead-gen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .m-lead-gen {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .m-lead-gen {
    padding: 0 48px;
  }
}
.m-lead-gen__button-wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.m-lead-gen__button {
  font-family: var(--usyd-font-mono);
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .m-lead-gen-zone__cell:first-child .m-lead-gen {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .m-lead-gen-zone__cell:last-child .m-lead-gen {
    border-left: 1px solid #D2D2D2;
  }
}
@media (max-width: 767px) {
  .m-lead-gen-zone__cell:last-child .m-lead-gen {
    border-top: 1px solid #D2D2D2;
    padding-top: 32px;
  }
}
.m-lead-gen__modal {
  text-align: left;
}
.m-lead-gen__modal-center {
  text-align: center;
}

/**
Page reference

Markup: demo.page-reference.html

Style guide: Components.Page reference

 */
.m-page-reference {
  position: relative;
  z-index: 9000;
  background-color: #FFFFFF;
}
.m-page-reference__container {
  position: absolute;
  padding: 10px;
  min-width: 460px;
}
.m-page-reference__container--show {
  box-shadow: 1px 1px 5px #141414;
  background-color: #FFFFFF;
}
.m-page-reference__button {
  background-color: #FFFFFF;
}
.m-page-reference__button .m-link__content {
  color: #141414;
}
.m-page-reference__total {
  opacity: 0;
}
.m-page-reference__container--show .m-page-reference__total {
  opacity: 1;
}
.m-page-reference__result-panel {
  display: none;
}
.m-page-reference__container--show .m-page-reference__result-panel {
  display: block;
}
.ecEmbedWrapper {
  z-index: 5000 !important;
}

.ecEmbedWrapper.dockIn {
  max-height: calc(100% - 220px) !important;
}

.ecEmbedWrapper.dockOut {
  max-height: calc(100% - 220px) !important;
}

.ecEmbedWrapper.dockOut.mobile {
  max-height: calc(100% - 130px) !important;
}
:root {
  --component-margin: 32px;
}

:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --large-display: 60px;
  --large-display-line-height:72px;
  --display: 60px;
  --display-line-height:80px;
  --h1: 38px;
  --h1-line-height: 56px;
  --h2: 36px;
  --h2-line-height: 52px;
  --h3: 22px;
  --h3-line-height: 36px;
  --h4: 17px;
  --h4-line-height: 28px;
  --h5: 16px;
  --h5-line-height: 28px;
}
@media (min-width: 992px) {
  :root {
    --large-display: 78px;
    --large-display-line-height:88px;
    --display: 68px;
    --h1: 50px;
    --h1-line-height: 64px;
    --h2: 40px;
    --h2-line-height: 56px;
    --h3: 24px;
    --h4: 18px;
    --h5: 16px;
  }
}
@charset "UTF-8";
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.cmp-container__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
.cmp-container--bg-white {
  background-color: #FFFFFF;
}
.cmp-container--bg-white-100 {
  background-color: #FFFFFF;
}
.cmp-container--bg-white .cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.cmp-container--bg-white .cmp-button--primary > .cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-white .cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-container--bg-white .cmp-button--secondary > .cmp-button:hover {
  background: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-white .cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-container--bg-white .cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-container--bg-white .cmp-button--tertiary > .cmp-button:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-white .cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #C63A1E;
}
.cmp-container--bg-sandstone {
  background-color: #FDF5F0;
}
.cmp-container--bg-sandstone .cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.cmp-container--bg-sandstone .cmp-button--primary > .cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-sandstone .cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-container--bg-sandstone .cmp-button--secondary > .cmp-button:hover {
  background: none;
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-sandstone .cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-container--bg-sandstone .cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-container--bg-sandstone .cmp-button--tertiary > .cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-sandstone .cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #141414;
}
.cmp-container--bg-ochre100 {
  background-color: #E64626;
}
.cmp-container--bg-ochre100 .cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #141414;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #141414;
}
.cmp-container--bg-ochre100 .cmp-button--primary > .cmp-button:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-ochre100 .cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #141414;
  border-radius: 4px;
  color: #141414;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-container--bg-ochre100 .cmp-button--secondary > .cmp-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-ochre100 .cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #141414;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-container--bg-ochre100 .cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #141414;
}
.cmp-container--bg-ochre100 .cmp-button--tertiary > .cmp-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-ochre100 .cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #141414;
}
.cmp-container--bg-black100 {
  background-color: #141414;
}
.cmp-container--bg-black100 .cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.cmp-container--bg-black100 .cmp-button--primary > .cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-black100 .cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-container--bg-black100 .cmp-button--secondary > .cmp-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-black100 .cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-container--bg-black100 .cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.cmp-container--bg-black100 .cmp-button--tertiary > .cmp-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-black100 .cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #FFFFFF;
}
.cmp-container--bg-grey {
  background-color: #F7F7F7;
}
.cmp-container--bg-grey-100 {
  background-color: #D2D2D2;
}
.cmp-container--bg-grey-90 {
  background-color: #F7F7F7;
}
.cmp-container--bg-grey-90 .cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.cmp-container--bg-grey-90 .cmp-button--primary > .cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-grey-90 .cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-container--bg-grey-90 .cmp-button--secondary > .cmp-button:hover {
  background: none;
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-grey-90 .cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-container--bg-grey-90 .cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-container--bg-grey-90 .cmp-button--tertiary > .cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-container--bg-grey-90 .cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #141414;
}

.cmp-container--fixed > .cmp-container__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .cmp-container--fixed > .cmp-container__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .cmp-container--fixed > .cmp-container__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .cmp-container--fixed > .cmp-container__inner {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}

/*------------------------------------*\
    CSS Grid columns in AEM Container
\*------------------------------------*/
.cmp-container--css-grid > .cmp-container__inner {
  display: grid;
  grid-template-columns: repeat(1, 12fr);
  grid-template-rows: auto;
  -moz-column-gap: var(--m-grid-column-gap);
       column-gap: var(--m-grid-column-gap);
  row-gap: var(--m-grid-row-gap);
  justify-items: stretch;
}

.cmp-container--css-grid--2cols > .cmp-container__inner {
  grid-template-columns: repeat(2, 6fr);
}

@media screen and (min-width: 576px) {
  .cmp-container--css-grid--mobile-up--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--css-grid--tablet-up--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--css-grid--sm-desk-up--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--css-grid--lg-desk-up--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--css-grid--lg-desk-down--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--css-grid--sm-desk-down--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--css-grid--tablet-down--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--css-grid--mobile-down--2cols > .cmp-container__inner {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

.cmp-container--css-grid--3cols > .cmp-container__inner {
  grid-template-columns: repeat(3, 4fr);
}

@media screen and (min-width: 576px) {
  .cmp-container--css-grid--mobile-up--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--css-grid--tablet-up--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--css-grid--sm-desk-up--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--css-grid--lg-desk-up--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--css-grid--lg-desk-down--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--css-grid--sm-desk-down--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--css-grid--tablet-down--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--css-grid--mobile-down--3cols > .cmp-container__inner {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}

.cmp-container--css-grid--4cols > .cmp-container__inner {
  grid-template-columns: repeat(4, 3fr);
}

@media screen and (min-width: 576px) {
  .cmp-container--css-grid--mobile-up--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--css-grid--tablet-up--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--css-grid--sm-desk-up--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--css-grid--lg-desk-up--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--css-grid--lg-desk-down--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--css-grid--sm-desk-down--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--css-grid--tablet-down--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--css-grid--mobile-down--4cols > .cmp-container__inner {
    grid-template-columns: repeat(4, minmax(10px, 3fr));
  }
}

.cmp-container--css-grid--6cols > .cmp-container__inner {
  grid-template-columns: repeat(6, 2fr);
}

@media screen and (min-width: 576px) {
  .cmp-container--css-grid--mobile-up--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--css-grid--tablet-up--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--css-grid--sm-desk-up--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--css-grid--lg-desk-up--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--css-grid--lg-desk-down--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--css-grid--sm-desk-down--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--css-grid--tablet-down--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--css-grid--mobile-down--6cols > .cmp-container__inner {
    grid-template-columns: repeat(6, minmax(10px, 2fr));
  }
}

.cmp-container--css-grid--12cols > .cmp-container__inner {
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (min-width: 576px) {
  .cmp-container--css-grid--mobile-up--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--css-grid--tablet-up--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--css-grid--sm-desk-up--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--css-grid--lg-desk-up--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--css-grid--lg-desk-down--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--css-grid--sm-desk-down--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--css-grid--tablet-down--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--css-grid--mobile-down--12cols > .cmp-container__inner {
    grid-template-columns: repeat(12, minmax(10px, 1fr));
  }
}

.cmp-container--css-grid--section-layout > .cmp-container__inner {
  border-top: 1px solid #D2D2D2;
  padding-top: calc(var(--m-grid-column-gap-huge) + var(--m-grid-column-gap-tiny));
  padding-bottom: calc(var(--m-grid-column-gap-huge) + var(--m-grid-column-gap-tiny));
}
@media (min-width: 992px) {
  .cmp-container--css-grid--section-layout > .cmp-container__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    -moz-column-gap: 114px;
         column-gap: 114px;
    row-gap: calc(var(--m-grid-column-gap-huge) + var(--m-grid-column-gap-tiny));
  }
  .cmp-container--css-grid--section-layout > .cmp-container__inner .m-component-wrapper:first-child {
    grid-column: 1;
  }
  .cmp-container--css-grid--section-layout > .cmp-container__inner .m-component-wrapper:not(:first-child) {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .cmp-container--css-grid--section-layout > .cmp-container__inner {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
}
.cmp-container--css-grid--section-layout > .cmp-container__inner .section-left-container, .cmp-container--css-grid--section-layout > .cmp-container__inner .section-right-container {
  padding: 0;
}

/* grid component */
.aem-Grid {
  box-sizing: border-box;
  display: flex;
  flex-basis: 100%;
  flex: 0 1 auto;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  margin-right: calc(var(--m-grid-column-gap) / -2);
  margin-left: calc(var(--m-grid-column-gap) / -2);
  row-gap: var(--m-grid-row-gap);
}

/* placeholder for new components */
.aem-Grid-newComponent {
  margin: 0;
}

/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  margin: 0;
  padding: 0 calc(var(--m-grid-column-gap) / 2);
  --m-grid-cell-max-width: 100%;
  max-width: var(--m-grid-cell-max-width);
}

/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/*---------------------------------------------------------------*\
    AEM Core container responsive grid policies

    This file contains all AEM Core container component (src/commons/aem-core-components/container) 
    style policies.
    NOTE: The container must select the "Responsive Grid" option
    References: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
\*---------------------------------------------------------------*/
/** ----------------------------
     Flex box control policies
-------------------------------- **/
/**
cmp-container--grid-content-center
**/
.cmp-container--grid-content-center > .cmp-container__inner > .aem-Grid {
  justify-content: center;
}

/**
cmp-container--grid-content-right
**/
.cmp-container--grid-content-right > .cmp-container__inner > .aem-Grid {
  justify-content: flex-end;
}

/**
cmp-container--grid-content-left
**/
.cmp-container--grid-content-left > .cmp-container__inner > .aem-Grid {
  justify-content: flex-start;
}

/**
cmp-container--grid-content-space-between
**/
.cmp-container--grid-content-space-between > .cmp-container__inner > .aem-Grid {
  justify-content: space-between;
}

/**
cmp-container--grid-content-flush
**/
.cmp-container--grid-content-flush > .cmp-container__inner > .aem-Grid {
  margin-left: 0;
  margin-right: 0;
}

.cmp-container--grid-content-flush > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

/**
cmp-container--grid-align-items-center
**/
.cmp-container--grid-align-items-center > .cmp-container__inner > .aem-Grid {
  align-items: center;
}

/**
cmp-container--grid-align-items-bottom
**/
.cmp-container--grid-align-items-bottom > .cmp-container__inner > .aem-Grid {
  align-items: bottom;
}

/**
cmp-container--grid-align-items-top
**/
.cmp-container--grid-align-items-top > .cmp-container__inner > .aem-Grid {
  align-items: top;
}

/**
cmp-container--grid-align-items-stretch
**/
.cmp-container--grid-align-items-center > .cmp-container__inner > .aem-Grid {
  align-items: stretch;
}

/**
cmp-container--grid-direction-rev
**/
.cmp-container--grid-direction-rev > .cmp-container__inner > .aem-Grid {
  flex-direction: row-reverse;
}

.cmp-container--grid-direction-column > .cmp-container__inner > .aem-Grid {
  flex-flow: column wrap;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  --m-grid-cell-max-width: 100%;
  max-width: var(--m-grid-cell-max-width);
}

/**
cmp-container--grid-nowrap
**/
.cmp-container--grid-direction-rev > .cmp-container__inner > .aem-Grid {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

/**
cmp-container--grid-no-row-gap
**/
.cmp-container--grid-no-row-gap > .cmp-container__inner > .aem-Grid {
  row-gap: unset;
}

/**
Columns policies
Breakpoint alias are difined in the src/design/variables-breakpoints.scss
Examples: 

cmp-container--mobile-up--grid-2cols 
cmp-container--tablet-up--grid-3cols 
cmp-container--sm-desk-up--grid-4cols

**/
@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-1col > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: column wrap;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    --m-grid-cell-max-width: 100%;
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-2cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 50%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-3cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 33.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-4cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 25%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-5cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 20%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-6cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 16.6666666667%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-8cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 12.5%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-9cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 11.1111111111%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-10cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 10%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-11cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 9.0909090909%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 576px) {
  .cmp-container--mobile-up--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 768px) {
  .cmp-container--tablet-up--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 992px) {
  .cmp-container--sm-desk-up--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (min-width: 1200px) {
  .cmp-container--lg-desk-up--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 1199px) {
  .cmp-container--lg-desk-down--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 991px) {
  .cmp-container--sm-desk-down--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 767px) {
  .cmp-container--tablet-down--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

@media screen and (max-width: 575px) {
  .cmp-container--mobile-down--grid-12cols > .cmp-container__inner > .aem-Grid > .aem-GridColumn {
    flex-flow: row wrap;
    --m-grid-cell-max-width: 8.3333333333%;
    flex-basis: var(--m-grid-cell-max-width);
    max-width: var(--m-grid-cell-max-width);
  }
}

/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid {
  width: auto;
}

@media (min-width: 992px) {
  .aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
    /* hide behavior */
    display: none;
  }
}
/* phone breakpoint */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
/**
* Note: this is to remove the horizontal scrollbar caused by the margin and padding.
*/
.page > .aem-Grid--default--12 {
  margin: 0;
}

.page > .aem-Grid--12 > .aem-GridColumn--default--12 {
  padding: 0;
}

.cmp-accordion {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .cmp-accordion {
    padding-bottom: 24px;
  }
}
.cmp-accordion__item:last-child {
  border-bottom: 1px solid #D2D2D2;
}
.cmp-accordion__header {
  margin-bottom: 0;
  padding: 0;
}
.cmp-accordion__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
  color: #141414;
  text-align: left;
  padding-right: 10px;
}
.cmp-accordion--large-heading .cmp-accordion__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}
.cmp-accordion__button {
  border: none;
  background: none;
  border-top: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0;
}
@media (min-width: 992px) {
  .cmp-accordion__button {
    padding: 24px 0;
  }
}
.cmp-accordion__button {
  margin: 0;
  width: 100%;
  cursor: pointer;
  transition: all 400ms;
}
@media (min-width: 992px) {
  .cmp-accordion__button:hover {
    border-top: 1px solid #141414;
  }
}
.cmp-accordion__button-icon--add {
  display: block;
}
.cmp-accordion__button--expanded .cmp-accordion__button-icon--add {
  display: none;
}
.cmp-accordion__button-icon--subtract {
  display: none;
}
.cmp-accordion__button--expanded .cmp-accordion__button-icon--subtract {
  display: block;
}
@keyframes coreAccordionWUPslideIn {
  from {
    height: var(--cmp-accordion-slide-expanded-height);
  }
  to {
    height: 0;
  }
}
@keyframes coreAccordionWUPslideOut {
  from {
    height: 0;
  }
  to {
    height: var(--cmp-accordion-slide-expanded-height);
  }
}
.cmp-accordion__panel {
  --cmp-accordion-slide-animation-speed: 200ms;
  --cmp-accordion-slide-expanded-height: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 0;
  animation: var(--cmp-accordion-slide-animation-speed) cubic-bezier(0.22, 1.04, 0.82, 1) 10ms 1 normal both running coreAccordionWUPslideIn;
}
.cmp-accordion__panel--expanded {
  animation: var(--cmp-accordion-slide-animation-speed) cubic-bezier(0.2, 0.62, 0.24, 0.98) 10ms 1 normal both running coreAccordionWUPslideOut;
}
.cmp-accordion__panel-inner {
  position: absolute;
  width: 100%;
  padding: 0 0 16px 0;
}
@media (min-width: 768px) {
  .cmp-accordion__panel-inner {
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .cmp-accordion__panel-inner {
    padding: 8px 0 24px 0;
  }
}
.cmp-accordion__editing-panel {
  display: none;
  overflow: hidden;
  padding: 0 0 16px 0;
}
@media (min-width: 768px) {
  .cmp-accordion__editing-panel {
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .cmp-accordion__editing-panel {
    padding: 8px 0 24px 0;
  }
}
.cmp-accordion__editing-panel.cmp-accordion__panel--expanded {
  display: block;
}

.cmp-tabs__tablist-container {
  margin-bottom: 32px;
  border-bottom: 1px solid #D2D2D2;
  display: grid;
  grid-template: "container" 1fr;
  grid-template-columns: minmax(10px, 1fr);
  place-items: flex-start;
  place-content: flex-start;
  overflow: hidden;
}
.cmp-tabs__tablist {
  position: relative;
  grid-area: container;
  align-self: flex-start;
  justify-self: start;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border: none;
  background: none;
  flex-grow: 0;
  flex-basis: content;
  position: relative;
  padding: 16px 0;
  color: #141414;
  font-family: Apercu;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  cursor: pointer;
  transition: all 400ms;
}
.cmp-tabs__tab::after {
  opacity: 0;
  background-color: #C63A1E;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.cmp-tabs__tab--active {
  color: #C63A1E;
}
.cmp-tabs__tab--active::after {
  opacity: 1;
}
.cmp-tabs__tab:hover {
  color: #C63A1E;
}
.cmp-tabs__tab--focus {
  background-color: #F7F7F7;
  color: #141414 !important;
}
.cmp-tabs__tab--focus::after {
  opacity: 1;
  background-color: #141414;
}
.cmp-tabs__nav-button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  grid-area: container;
  border: none;
  cursor: pointer;
}
.cmp-tabs__nav-button--prev {
  place-self: center left;
  z-index: 2;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
}
.cmp-tabs__nav-button--next {
  place-self: center right;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.cmp-tabs__nav-button-text {
  position: absolute;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.cmp-title h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  margin-bottom: 44px;
}
.cmp-title--h1-medium h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.cmp-title--h1-serif h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .cmp-title--h1-serif h1 {
    letter-spacing: 0.38px;
  }
}
.cmp-title--h1-serif-italic h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .cmp-title--h1-serif-italic h1 {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .cmp-title--h1-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-title--h1-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-title--h1-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
.cmp-title--large-display h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.cmp-title--large-display-medium h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-weight: 300;
}
.cmp-title--large-display-serif h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .cmp-title--large-display-serif h1 {
    letter-spacing: 0.6px;
  }
}
.cmp-title--large-display-serif-italic h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .cmp-title--large-display-serif-italic h1 {
    letter-spacing: 0.6px;
  }
}
@-moz-document url-prefix() {
  .cmp-title--large-display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-title--large-display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-title--large-display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
.cmp-title--display-serif-italic h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-title--display-serif-italic h1 {
    letter-spacing: 0.6px;
  }
}
.cmp-title--display-serif-italic h1 {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .cmp-title--display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-title--display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-title--display-serif-italic h1 {
    font-variant-ligatures: none;
  }
}
.cmp-title--display h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-title--display h1 {
    letter-spacing: 0.6px;
  }
}
.cmp-title--display-with-ochre-bar h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-title--display-with-ochre-bar h1 {
    letter-spacing: 0.6px;
  }
}
.cmp-title--display-with-ochre-bar h1:after {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #E64626;
  display: block;
  margin-top: 27px;
}
.cmp-title--display-with-ochre-asset-bar {
  border-bottom: 4px solid #E64626;
  margin-bottom: 48px;
}
.cmp-title--display-with-ochre-asset-bar h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-title--display-with-ochre-asset-bar h1 {
    letter-spacing: 0.6px;
  }
}
.cmp-title--display-with-ochre-asset-bar h1 {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .cmp-title--display-with-ochre-asset-bar h1 {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-title--display-with-ochre-asset-bar h1 {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-title--display-with-ochre-asset-bar h1 {
    font-variant-ligatures: none;
  }
}
.cmp-title--display-with-ochre-asset-bar h1 {
  padding: var(--xl-space) var(--sm-space) var(--xxl-space);
  margin-bottom: 0;
  max-width: 1168px;
  margin: 0 auto;
}
.cmp-title h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-title h2 {
    letter-spacing: 0.36px;
  }
}
.cmp-title h2 {
  margin-bottom: 24px;
}
.cmp-title h2:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-title h2:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-title--h2-medium h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.cmp-title--h2-medium h2:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-title--h2-medium h2:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-title--h2-serif h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-title--h2-serif h2 {
    letter-spacing: 0.36px;
  }
}
.cmp-title--h2-serif h2:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-title--h2-serif h2:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-title--h2-serif-italic h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-title--h2-serif-italic h2 {
    letter-spacing: 0.36px;
  }
}
@-moz-document url-prefix() {
  .cmp-title--h2-serif-italic h2 {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-title--h2-serif-italic h2 {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-title--h2-serif-italic h2 {
    font-variant-ligatures: none;
  }
}
.cmp-title--h2-serif-italic h2:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-title--h2-serif-italic h2:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-title h3 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  margin-bottom: 24px;
}
.cmp-title h4 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
  margin-bottom: 24px;
}
.cmp-title h5 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cmp-title:not(:first-of-type) h2 {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-title:not(:first-of-type) h2 {
    margin-top: var(--md-space);
  }
}

.m-rich-content a {
  color: #C63A1E;
  text-decoration: underline;
}
.m-rich-content a:hover {
  text-decoration: none;
  color: #C63A1E;
}
.m-rich-content p, .m-rich-content ul li, .m-rich-content ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-rich-content ul, .m-rich-content ol {
  padding-left: 0;
  list-style-position: outside;
}
.m-rich-content ul li::marker, .m-rich-content ol li::marker {
  color: #141414;
}
.m-rich-content ul {
  list-style-type: none;
  padding-left: 28px;
}
.m-rich-content ul li {
  padding-left: 28px;
  position: relative;
}
.m-rich-content ul li::before {
  content: "—";
  color: #141414;
  position: absolute;
  left: 0;
}
.m-rich-content ul li::marker {
  content: none;
}
.m-rich-content ul li ul {
  padding-left: 0;
}
.m-rich-content ul li ul li {
  list-style-type: none;
}
.m-rich-content ul li ul li::marker {
  content: none;
}
.m-rich-content ul li ol li {
  padding-left: 0;
}
.m-rich-content ul li ol li::marker {
  color: #141414;
}
.m-rich-content ul li ol li::before {
  content: none;
}
.m-rich-content ol {
  padding-left: 40px;
}
.m-rich-content ol li {
  padding-left: 0;
}
.m-rich-content ol li ul {
  padding-left: 0;
}
.m-rich-content ol li ul li {
  padding-left: 28px;
}
.m-rich-content ol li ul li::marker {
  content: none;
}
.m-rich-content ol li ol {
  padding-left: 16px;
}
.m-rich-content ol li ol li {
  padding-left: 0;
}
.m-rich-content table {
  overflow: hidden;
  border: 1px solid #D2D2D2;
}
.m-rich-content table th {
  position: relative;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  padding: 16px 24px;
}
.m-rich-content table th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: -100%;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.m-rich-content table td {
  padding: 16px 24px;
}
.m-rich-content table tr {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #D2D2D2;
}
.m-rich-content table tr:nth-child(odd) {
  background-color: transparent;
}
.m-rich-content table tr:first-child th:after {
  background-color: transparent;
}
.m-rich-content table tr:last-child th:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.m-rich-content--p-regular p {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 24px;
}
.m-rich-content--p-regular-underline p, .m-rich-content--p-regular-underline ul li, .m-rich-content--p-regular-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration-line: underline;
}
.m-rich-content--p-regular-medium p, .m-rich-content--p-regular-medium ul li, .m-rich-content--p-regular-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.m-rich-content--p-large p, .m-rich-content--p-large ul li, .m-rich-content--p-large ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-rich-content--p-large p, .m-rich-content--p-large ul li, .m-rich-content--p-large ol li {
    font-size: 20px;
    line-height: 32px;
  }
}
.m-rich-content--p-large p, .m-rich-content--p-large ul li, .m-rich-content--p-large ol li {
  margin-bottom: 28px;
}
.m-rich-content--p-large ul li, .m-rich-content--p-large ol li {
  margin-bottom: 8px;
}
.m-rich-content--p-large-medium p, .m-rich-content--p-large-medium ul li, .m-rich-content--p-large-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-rich-content--p-large-medium p, .m-rich-content--p-large-medium ul li, .m-rich-content--p-large-medium ol li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }
}
.m-rich-content--p-large-medium ul li, .m-rich-content--p-large-medium ol li {
  margin-bottom: 8px;
}
.m-rich-content--p-large-serif p, .m-rich-content--p-large-serif ul li, .m-rich-content--p-large-serif ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .m-rich-content--p-large-serif p, .m-rich-content--p-large-serif ul li, .m-rich-content--p-large-serif ol li {
    font-size: 20px;
  }
}
.m-rich-content--p-large-serif ul li, .m-rich-content--p-large-serif ol li {
  margin-bottom: 8px;
}
.m-rich-content--p-small p, .m-rich-content--p-small ul li, .m-rich-content--p-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.m-rich-content--p-small ul li, .m-rich-content--p-small ol li {
  margin-bottom: 8px;
}
.m-rich-content--p-small-underline p, .m-rich-content--p-small-underline ul li, .m-rich-content--p-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.m-rich-content--p-small-medium p, .m-rich-content--p-small-medium ul li, .m-rich-content--p-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.m-rich-content--p-x-small p, .m-rich-content--p-x-small ul li, .m-rich-content--p-x-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
}
.m-rich-content--p-x-small-underline p, .m-rich-content--p-x-small-underline ul li, .m-rich-content--p-x-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.m-rich-content--p-x-small-medium p, .m-rich-content--p-x-small-medium ul li, .m-rich-content--p-x-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.m-rich-content--p-overline p, .m-rich-content--p-overline ul li, .m-rich-content--p-overline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m-rich-content--p-action p, .m-rich-content--p-action ul li, .m-rich-content--p-action ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.m-rich-content--p-action-underline p, .m-rich-content--p-action-underline ul li, .m-rich-content--p-action-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
}
.m-rich-content--h1 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
}
.m-rich-content--h1-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.m-rich-content--h1-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-rich-content--h1-serif p {
    letter-spacing: 0.38px;
  }
}
.m-rich-content--h1-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-rich-content--h1-serif-italic p {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .m-rich-content--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-rich-content--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-rich-content--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
.m-rich-content--large-display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.m-rich-content--large-display-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-weight: 300;
}
.m-rich-content--large-display-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .m-rich-content--large-display-serif p {
    letter-spacing: 0.6px;
  }
}
.m-rich-content--large-display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .m-rich-content--large-display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
@-moz-document url-prefix() {
  .m-rich-content--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-rich-content--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-rich-content--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.m-rich-content--display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .m-rich-content--display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
.m-rich-content--display-serif-italic p {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .m-rich-content--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-rich-content--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-rich-content--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.m-rich-content--display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .m-rich-content--display p {
    letter-spacing: 0.6px;
  }
}
.m-rich-content--display-with-ochre-bar p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.m-rich-content--display-with-ochre-bar p:after {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #E64626;
  display: block;
  margin-top: 27px;
}
.m-rich-content--h2 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
}
.m-rich-content--h2-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.m-rich-content--h2-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-rich-content--h2-serif p {
    letter-spacing: 0.36px;
  }
}
.m-rich-content--h2-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-rich-content--h2-serif-italic p {
    letter-spacing: 0.36px;
  }
}
@-moz-document url-prefix() {
  .m-rich-content--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-rich-content--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-rich-content--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
.m-rich-content--h3 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}
.m-rich-content--h4 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
}
.m-rich-content--h5 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
}

.cmp-text a {
  color: #C63A1E;
  text-decoration: underline;
}
.cmp-text a:hover {
  text-decoration: none;
  color: #C63A1E;
}
.cmp-text p, .cmp-text ul li, .cmp-text ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.cmp-text ul, .cmp-text ol {
  padding-left: 0;
  list-style-position: outside;
}
.cmp-text ul li::marker, .cmp-text ol li::marker {
  color: #141414;
}
.cmp-text ul {
  list-style-type: none;
  padding-left: 28px;
}
.cmp-text ul li {
  padding-left: 28px;
  position: relative;
}
.cmp-text ul li::before {
  content: "—";
  color: #141414;
  position: absolute;
  left: 0;
}
.cmp-text ul li::marker {
  content: none;
}
.cmp-text ul li ul {
  padding-left: 0;
}
.cmp-text ul li ul li {
  list-style-type: none;
}
.cmp-text ul li ul li::marker {
  content: none;
}
.cmp-text ul li ol li {
  padding-left: 0;
}
.cmp-text ul li ol li::marker {
  color: #141414;
}
.cmp-text ul li ol li::before {
  content: none;
}
.cmp-text ol {
  padding-left: 40px;
}
.cmp-text ol li {
  padding-left: 0;
}
.cmp-text ol li ul {
  padding-left: 0;
}
.cmp-text ol li ul li {
  padding-left: 28px;
}
.cmp-text ol li ul li::marker {
  content: none;
}
.cmp-text ol li ol {
  padding-left: 16px;
}
.cmp-text ol li ol li {
  padding-left: 0;
}
.cmp-text table {
  overflow: hidden;
  border: 1px solid #D2D2D2;
}
.cmp-text table th {
  position: relative;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  padding: 16px 24px;
}
.cmp-text table th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: -100%;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.cmp-text table td {
  padding: 16px 24px;
}
.cmp-text table tr {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #D2D2D2;
}
.cmp-text table tr:nth-child(odd) {
  background-color: transparent;
}
.cmp-text table tr:first-child th:after {
  background-color: transparent;
}
.cmp-text table tr:last-child th:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.cmp-text--p-regular p {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 24px;
}
.cmp-text--p-regular-underline p, .cmp-text--p-regular-underline ul li, .cmp-text--p-regular-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration-line: underline;
}
.cmp-text--p-regular-medium p, .cmp-text--p-regular-medium ul li, .cmp-text--p-regular-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.cmp-text--p-large p, .cmp-text--p-large ul li, .cmp-text--p-large ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cmp-text--p-large p, .cmp-text--p-large ul li, .cmp-text--p-large ol li {
    font-size: 20px;
    line-height: 32px;
  }
}
.cmp-text--p-large p, .cmp-text--p-large ul li, .cmp-text--p-large ol li {
  margin-bottom: 28px;
}
.cmp-text--p-large ul li, .cmp-text--p-large ol li {
  margin-bottom: 8px;
}
.cmp-text--p-large-medium p, .cmp-text--p-large-medium ul li, .cmp-text--p-large-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cmp-text--p-large-medium p, .cmp-text--p-large-medium ul li, .cmp-text--p-large-medium ol li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }
}
.cmp-text--p-large-medium ul li, .cmp-text--p-large-medium ol li {
  margin-bottom: 8px;
}
.cmp-text--p-large-serif p, .cmp-text--p-large-serif ul li, .cmp-text--p-large-serif ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cmp-text--p-large-serif p, .cmp-text--p-large-serif ul li, .cmp-text--p-large-serif ol li {
    font-size: 20px;
  }
}
.cmp-text--p-large-serif ul li, .cmp-text--p-large-serif ol li {
  margin-bottom: 8px;
}
.cmp-text--p-small p, .cmp-text--p-small ul li, .cmp-text--p-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cmp-text--p-small ul li, .cmp-text--p-small ol li {
  margin-bottom: 8px;
}
.cmp-text--p-small-underline p, .cmp-text--p-small-underline ul li, .cmp-text--p-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.cmp-text--p-small-medium p, .cmp-text--p-small-medium ul li, .cmp-text--p-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.cmp-text--p-x-small p, .cmp-text--p-x-small ul li, .cmp-text--p-x-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
}
.cmp-text--p-x-small-underline p, .cmp-text--p-x-small-underline ul li, .cmp-text--p-x-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.cmp-text--p-x-small-medium p, .cmp-text--p-x-small-medium ul li, .cmp-text--p-x-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.cmp-text--p-overline p, .cmp-text--p-overline ul li, .cmp-text--p-overline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cmp-text--p-action p, .cmp-text--p-action ul li, .cmp-text--p-action ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.cmp-text--p-action-underline p, .cmp-text--p-action-underline ul li, .cmp-text--p-action-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
}
.cmp-text--h1 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
}
.cmp-text--h1-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.cmp-text--h1-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .cmp-text--h1-serif p {
    letter-spacing: 0.38px;
  }
}
.cmp-text--h1-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .cmp-text--h1-serif-italic p {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .cmp-text--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-text--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-text--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
.cmp-text--large-display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.cmp-text--large-display-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-weight: 300;
}
.cmp-text--large-display-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .cmp-text--large-display-serif p {
    letter-spacing: 0.6px;
  }
}
.cmp-text--large-display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .cmp-text--large-display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
@-moz-document url-prefix() {
  .cmp-text--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-text--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-text--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.cmp-text--display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-text--display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
.cmp-text--display-serif-italic p {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .cmp-text--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-text--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-text--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.cmp-text--display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .cmp-text--display p {
    letter-spacing: 0.6px;
  }
}
.cmp-text--display-with-ochre-bar p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.cmp-text--display-with-ochre-bar p:after {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #E64626;
  display: block;
  margin-top: 27px;
}
.cmp-text--h2 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
}
.cmp-text--h2-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.cmp-text--h2-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-text--h2-serif p {
    letter-spacing: 0.36px;
  }
}
.cmp-text--h2-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-text--h2-serif-italic p {
    letter-spacing: 0.36px;
  }
}
@-moz-document url-prefix() {
  .cmp-text--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .cmp-text--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .cmp-text--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
.cmp-text--h3 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}
.cmp-text--h4 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
}
.cmp-text--h5 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
}
.cmp-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.cmp-text h1 {
  margin-bottom: 44px;
}
.cmp-text--h1 p, .cmp-text--h1-medium p, .cmp-text--h1-serif p, .cmp-text--h1-serif-italic p {
  margin-bottom: 44px;
}
.cmp-text h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-text h2 {
    letter-spacing: 0.36px;
  }
}
.cmp-text h2 {
  margin-bottom: 24px;
}
.cmp-text h2:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-text h2:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-text--h2 p, .cmp-text--h2-medium p, .cmp-text--h2-serif p, .cmp-text--h2-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-text--h2 p, .cmp-text--h2-medium p, .cmp-text--h2-serif p, .cmp-text--h2-serif-italic p {
    letter-spacing: 0.36px;
  }
}
.cmp-text--h2 p, .cmp-text--h2-medium p, .cmp-text--h2-serif p, .cmp-text--h2-serif-italic p {
  margin-bottom: 24px;
}
.cmp-text--h2 p:not(:first-child), .cmp-text--h2-medium p:not(:first-child), .cmp-text--h2-serif p:not(:first-child), .cmp-text--h2-serif-italic p:not(:first-child) {
  margin-top: var(--lg-space);
}
@media (max-width: 991px) {
  .cmp-text--h2 p:not(:first-child), .cmp-text--h2-medium p:not(:first-child), .cmp-text--h2-serif p:not(:first-child), .cmp-text--h2-serif-italic p:not(:first-child) {
    margin-top: var(--md-space);
  }
}
.cmp-text h3 {
  margin-bottom: 24px;
}
.cmp-text h3:not(:first-child) {
  margin-top: 8px;
}
.cmp-text--h3 p {
  margin-bottom: 24px;
}
.cmp-text--h3 p:not(:first-child) {
  margin-top: 8px;
}
.cmp-text h4 {
  margin-bottom: 24px;
}
.cmp-text h4:not(:first-child) {
  margin-top: 8px;
}
.cmp-text--h4 p {
  margin-bottom: 24px;
}
.cmp-text--h4 p:not(:first-child) {
  margin-top: 8px;
}
.cmp-text h5 {
  margin-bottom: 16px;
}
.cmp-text h5:not(:first-child) {
  margin-top: 8px;
}
.cmp-text--h5 p {
  margin-bottom: 16px;
}
.cmp-text--h5 p:not(:first-child) {
  margin-top: 8px;
}
.cmp-text--p-regular p {
  margin-bottom: 24px;
}
.cmp-text--p-large p {
  margin-bottom: 40px;
}
.cmp-text--p-small p {
  margin-bottom: 24px;
}
.cmp-text__external-link-icon {
  display: inline-flex;
  margin-left: var(--xxxs-space);
}

.cmp-container__inner .cmp-text.m-rich-content {
  display: flex;
  flex-direction: column;
}

.cmp-button {
  display: inline-block;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  text-decoration: none;
}
.cmp-button__text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.cmp-button:hover .leftChevronHovered, .cmp-button:focus .leftChevronHovered {
  left: -5px;
}
.cmp-button:hover .rightChevronHovered, .cmp-button:focus .rightChevronHovered {
  right: -5px;
}
.cmp-button__external-link {
  display: flex;
  gap: var(--xxs-space);
  justify-content: center;
  align-items: center;
}
.cmp-button--pairs {
  display: flex;
  gap: var(--base-space);
}
.cmp-button--pairs .cmp-button {
  display: flex;
}
.cmp-button--full-width .cmp-button {
  width: 100%;
  text-align: center;
}
.cmp-button--full-width .cmp-button--primary, .cmp-button--full-width .cmp-button--secondary, .cmp-button--full-width .cmp-button--tertiary {
  flex-basis: 100%;
  justify-content: center;
}

.cmp-button--full-width > .cmp-button {
  display: flex;
  width: 100%;
}

.cmp-button--auto-width > .cmp-button {
  display: flex;
  width: auto;
}

.cmp-button--primary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.cmp-button--primary > .cmp-button:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

.cmp-button--secondary > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.cmp-button--secondary > .cmp-button:hover {
  background: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}

.cmp-button--tertiary > .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-button--tertiary > .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-button--tertiary > .cmp-button:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-button--tertiary > .cmp-button:hover::after {
  background-color: #C63A1E;
}

.cmp-byline {
  padding-bottom: var(--base-space);
}
.cmp-byline__title {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.cmp-byline__text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}
.cmp-byline__text p:last-child {
  margin-bottom: 0;
}
.cmp-byline__text a {
  color: #C63A1E;
  text-decoration: underline;
}
.cmp-byline__text a:hover {
  text-decoration: none;
  color: #C63A1E;
}

.m-show-more-less--cmp-callout {
  border: 0;
  padding: 0;
  margin: 0;
}
.m-show-more-less--cmp-callout--ochre120 .m-show-more-less--cmp-callout__content {
  color: #AF2B11;
}
.m-show-more-less--cmp-callout--blue120 .m-show-more-less--cmp-callout__content {
  color: #283353;
}
.m-show-more-less--cmp-callout--ochre120 .m-show-more-less--cmp-callout__content a {
  color: #AF2B11;
}
.m-show-more-less--cmp-callout--blue120 .m-show-more-less--cmp-callout__content a {
  color: #283353;
}
.m-show-more-less--cmp-callout__button:hover {
  text-decoration: none;
}
.m-show-more-less--cmp-callout__button--see-more {
  padding-left: 0;
}
.m-show-more-less--cmp-callout--ochre120 .m-show-more-less--cmp-callout__button--see-more {
  color: #AF2B11;
}
.m-show-more-less--cmp-callout--blue120 .m-show-more-less--cmp-callout__button--see-more {
  color: #283353;
}
.m-show-more-less--cmp-callout__button--see-less {
  display: block;
  margin-top: 16px;
}
.m-show-more-less--cmp-callout--ochre120 .m-show-more-less--cmp-callout__button--see-less {
  color: #AF2B11;
}
.m-show-more-less--cmp-callout--blue120 .m-show-more-less--cmp-callout__button--see-less {
  color: #283353;
}

.cmp-callout {
  margin-bottom: 24px;
  border-radius: 4px;
}
.cmp-callout--blue120 {
  background-color: #F1F3F8;
}
.cmp-callout--ochre120 {
  background-color: #FDEDEA;
}
.cmp-callout__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cmp-callout__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 16px;
}
.cmp-callout__description--ochre120 {
  color: #AF2B11;
}
.cmp-callout__description--blue120 {
  color: #283353;
}
.cmp-callout__wrapper {
  padding: 24px;
  display: flex;
  gap: 16px;
}
.cmp-callout__cta {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cmp-callout__cta--ochre120 {
  color: #AF2B11;
}
.cmp-callout__cta--blue120 {
  color: #283353;
}
.cmp-callout__cta:hover {
  text-decoration: underline;
}
.cmp-callout__icon--ochre120--info {
  transform: rotate(180deg);
}

:root {
  --cmp-image-height: 100%;
}

.cmp-image__wrapper {
  display: flex;
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.cmp-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: var(--cmp-image-height);
}
.cmp-image {
  padding-bottom: 24px;
}
.cmp-image .m-image--cmp-image {
  max-height: 640px;
}
.cmp-image .m-image--cmp-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 640px;
  max-width: 1920px;
  margin: 0 auto;
}
.cmp-image--standard .cmp-image .m-image--cmp-image__image {
  aspect-ratio: 3/2;
}
.cmp-image--landscape .cmp-image .m-image--cmp-image__image {
  aspect-ratio: 2.35/1;
}
.cmp-image--portrait .cmp-image .m-image--cmp-image__image {
  aspect-ratio: 3/4;
}
.cmp-image__title {
  display: block;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 0;
  padding: 8px 0;
  font-family: Apercu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 992px) {
  .cmp-image__title {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
  }
}

.cmp-download {
  border: 2px solid #C63A1E;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  max-width: 400px;
}
.cmp-download::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 1.66666L10 15" stroke="%23C63A1E" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.25098 11.875L10.001 15.625L13.751 11.875" stroke="%23C63A1E" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.376 14.7917V16.0417C19.376 16.7047 19.1126 17.3406 18.6437 17.8094C18.1749 18.2783 17.539 18.5417 16.876 18.5417H3.12598C2.46294 18.5417 1.82705 18.2783 1.35821 17.8094C0.889369 17.3406 0.625977 16.7047 0.625977 16.0417V14.7917" stroke="%23C63A1E" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.cmp-download:hover {
  background: #FDEDEA;
  cursor: pointer;
}
.cmp-download__title-link {
  text-decoration: none;
}
.cmp-download__title-link:hover {
  text-decoration: none;
}
.cmp-download__properties {
  margin: 16px 0 0;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #C63A1E;
}
.cmp-download__property-content {
  margin: 0;
  line-height: unset;
}
.cmp-download__property--title {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  width: 100%;
}
.cmp-download__property--size {
  order: 3;
  position: relative;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.cmp-download__property--size::before {
  content: "|";
  position: absolute;
  color: #C63A1E;
  left: -10px;
  top: 0px;
}
.cmp-download__property--extension {
  order: 2;
  text-transform: uppercase;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.cmp-download__property--filename, .cmp-download__property--format {
  display: none;
}
.cmp-download__title, .cmp-download__property-label, .cmp-download__action {
  display: none;
}
.cmp-download--disabled .cmp-download {
  border: 2px solid #D2D2D2;
  pointer-events: none;
}
.cmp-download--disabled .cmp-download::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 1.66666L10 15" stroke="%23D2D2D2" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.25098 11.875L10.001 15.625L13.751 11.875" stroke="%23D2D2D2" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.376 14.7917V16.0417C19.376 16.7047 19.1126 17.3406 18.6437 17.8094C18.1749 18.2783 17.539 18.5417 16.876 18.5417H3.12598C2.46294 18.5417 1.82705 18.2783 1.35821 17.8094C0.889369 17.3406 0.625977 16.7047 0.625977 16.0417V14.7917" stroke="%23D2D2D2" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.cmp-download--disabled .cmp-download__title-link, .cmp-download--disabled .cmp-download__properties {
  color: #D2D2D2;
}
.cmp-download--disabled .cmp-download__property--size::before {
  color: #D2D2D2;
}

.cmp-separator__horizontal-rule {
  border: none;
  height: 1px;
  background-color: #D2D2D2;
  margin: 0;
  display: none;
}
.cmp-separator--white, .cmp-separator--white-with-line {
  background-color: #FFFFFF;
}
.cmp-separator--gray, .cmp-separator--gray-with-line {
  background-color: #F7F7F7;
}
.cmp-separator--sandstone, .cmp-separator--sandstone-with-line {
  background-color: #FCEDE2;
}
.cmp-separator--white-with-line .cmp-separator__horizontal-rule, .cmp-separator--gray-with-line .cmp-separator__horizontal-rule, .cmp-separator--sandstone-with-line .cmp-separator__horizontal-rule {
  display: block;
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
}
.cmp-separator--small > .cmp-separator {
  padding: 16px 0;
}
.cmp-separator--large > .cmp-separator {
  padding: 32px 0;
}

.m-list--simple-link--ds-cmp-teaser {
  display: block;
}
.m-list--simple-link--ds-cmp-teaser__item {
  justify-content: space-between;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #717171;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper:last-child {
  border-color: #717171;
}
.m-content-w-image-std .m-list--simple-link--ds-cmp-teaser__item-wrapper, .m-content-w-image-vertical--std .m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #D2D2D2;
}
.m-list--simple-link--ds-cmp-teaser__icon {
  min-width: 12px;
}

.cmp-teaser-content {
  --cmp-teaser-content-title-row-gap-standard: 32px;
  --cmp-teaser-content-row-gap-standard: 30px;
  --cmp-teaser-content-title-row-gap-featured: 24px;
  --cmp-teaser-content-row-gap-featured: 32px;
}
@media (min-width: 768px) {
  .cmp-teaser-content {
    --cmp-teaser-content-title-row-gap-standard: 32px;
    --cmp-teaser-content-row-gap-standard: 24px;
  }
}
@media (min-width: 992px) {
  .cmp-teaser-content {
    --cmp-teaser-content-title-row-gap-featured: 24px;
    --cmp-teaser-content-row-gap-featured: 24px;
  }
}
.cmp-teaser-content {
  display: flex;
  flex-direction: column;
  row-gap: var(--cmp-teaser-content-row-gap-standard);
}
.cmp-teaser--featured .cmp-teaser-content {
  row-gap: var(--cmp-teaser-content-row-gap-featured);
}
.cmp-teaser-content__title-holder {
  display: flex;
  flex-direction: column;
  row-gap: var(--cmp-teaser-content-title-row-gap-standard);
}
.cmp-teaser--featured .cmp-teaser-content__title-holder {
  row-gap: var(--cmp-teaser-content-title-row-gap-featured);
}
.cmp-teaser-content__pretitle {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cmp-teaser-content__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .cmp-teaser-content__title {
    letter-spacing: 0.36px;
  }
}
.cmp-teaser-content__title {
  margin-bottom: 0;
  color: #141414;
}
.cmp-teaser-content__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
}
.cmp-teaser-content__cta .cmp-button {
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-teaser-content__cta .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-teaser-content__cta .cmp-button:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-teaser-content__cta .cmp-button:hover::after {
  background-color: #C63A1E;
}
.cmp-teaser--featured.m-content-w-image--sandstone .cmp-teaser-content__cta .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-teaser--featured.m-content-w-image--sandstone .cmp-teaser-content__cta .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-teaser--featured.m-content-w-image--sandstone .cmp-teaser-content__cta .cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-teaser--featured.m-content-w-image--sandstone .cmp-teaser-content__cta .cmp-button:hover::after {
  background-color: #141414;
}
.cmp-teaser--featured.m-content-w-image--jacaranda .cmp-teaser-content__cta .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.cmp-teaser--featured.m-content-w-image--jacaranda .cmp-teaser-content__cta .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.cmp-teaser--featured.m-content-w-image--jacaranda .cmp-teaser-content__cta .cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cmp-teaser--featured.m-content-w-image--jacaranda .cmp-teaser-content__cta .cmp-button:hover::after {
  background-color: #141414;
}

:root {
  --cmp-teaser-image-min-height: 400px;
}
@media (min-width: 768px) {
  :root {
    --cmp-teaser-image-min-height: 360px;
  }
}
@media (min-width: 1200px) {
  :root {
    --cmp-teaser-image-min-height: 360px;
  }
}

.cmp-teaser {
  /**
  400px - Desktop Xl
  400px - Dektop L and Tablet
  600px - Mobile
  **/
}
.m-list--simple-link--ds-cmp-list__item {
  justify-content: space-between;
}
.m-list--icon-link--ds-cmp-list {
  --m-list-item-row-gap: 32px;
  --m-list-item-element-column-gap: 12px;
  list-style-type: none;
  display: flex;
}
.m-list--icon-link--ds-cmp-list__item {
  text-decoration: none;
}
.m-list--icon-link--ds-cmp-list__item:hover {
  text-decoration: none;
}

/**
    AEM Core Component - Carousel Component

    This is the carousel component style, it uses the awesome SwiperJs library https://swiperjs.com/

**/
.cmp-carousel[data-mode-is=editing] .cmp-carousel__item {
  display: none;
}
.cmp-carousel[data-mode-is=editing] .cmp-carousel__item--active {
  display: block;
}

.cmp-carousel {
  --cmp-component-wrapper-height: var(--cmp-carousel-height);
  --cmp-carousel-height: 400px;
  --cmp-carousel-button-size: 44px;
  --cmp-carousel-button-side-gap: 16px;
  --cmp-carousel-button-top: calc(var(--cmp-carousel-button-size) * -1);
  --cmp-carousel-button-bottom: 16px;
  --cmp-carousel-indicator-size: 10px;
  --cmp-carousel-indicator-gap: 40px;
  --cmp-carousel-indicator-top: calc(var(--cmp-carousel-indicator-size) * -1);
  --cmp-carousel-indicator-bottom: calc(var(--cmp-carousel-button-size) / 2 + 5px);
  --cmp-carousel-indicator-margin-top: calc(var(--cmp-carousel-button-size) * -1);
  --cmp-carousel-indicator-width: calc(100% - calc(var(--cmp-carousel-button-size) * 2) - calc(var(--cmp-carousel-indicator-gap) * 2));
  --cmp-carousel-indicator-height: var(--cmp-carousel-button-size);
  --cmp-image-height: 100%;
}
@media (min-width: 576px) {
  .cmp-carousel {
    --cmp-image-height: 100%;
  }
}
@media (min-width: 768px) {
  .cmp-carousel {
    --cmp-image-height: 100%;
  }
}
@media (min-width: 992px) {
  .cmp-carousel {
    --cmp-image-height: 100%;
  }
}
@media (max-width: 991px) {
  .cmp-carousel {
    min-width: 100%;
    width: 0;
  }
}
.cmp-carousel .swiper-wrapper {
  max-width: 100vw;
  width: 100%;
}
.cmp-carousel__content {
  position: relative;
  height: var(--cmp-carousel-height);
}
.cmp-carousel__actions {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: var(--cmp-carousel-button-bottom);
  margin-top: var(--cmp-carousel-button-top);
  z-index: 2;
}
.cmp-carousel__action {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  height: var(--cmp-carousel-button-size);
  width: var(--cmp-carousel-button-size);
  cursor: pointer;
}
.cmp-carousel__action--previous {
  margin-left: var(--cmp-carousel-button-side-gap);
}
.cmp-carousel__action--next {
  margin-right: var(--cmp-carousel-button-side-gap);
}
.cmp-carousel__action-text {
  position: absolute;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.cmp-carousel__indicators {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  top: var(--cmp-carousel-indicator-top);
  bottom: var(--cmp-carousel-indicator-bottom);
  margin: auto;
  margin-top: var(--cmp-carousel-indicator-margin-top);
  padding: 0;
  width: var(--cmp-carousel-indicator-width);
  height: var(--cmp-carousel-indicator-height);
  z-index: 3;
  cursor: pointer;
}
.cmp-carousel__indicator {
  background-color: #141414;
  position: relative;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 calc(var(--cmp-carousel-indicator-gap) / 3);
}
@media (min-width: 576px) {
  .cmp-carousel__indicator {
    margin: 0 calc(var(--cmp-carousel-indicator-gap) / 2);
  }
}
.cmp-carousel__indicator {
  width: var(--cmp-carousel-indicator-size);
  height: var(--cmp-carousel-indicator-size);
  font-size: 0;
  text-indent: -3000px;
}
.cmp-carousel__indicator--active {
  background-color: #E64626;
}

.cmp-carousel__content {
  height: auto;
}
.cmp-carousel__indicators {
  position: absolute;
  gap: 24px;
  height: auto;
  width: -moz-max-content;
  width: max-content;
  margin: 24px auto;
  z-index: 4;
  align-items: end;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: -24px;
  top: auto;
}
.cmp-carousel__indicators:has(.cmp-carousel__indicator:focus-visible) {
  background-color: rgba(20, 20, 20, 0.3);
  padding: 2px;
  border: 1px solid white;
  border-radius: 10px;
}
.cmp-carousel__indicator {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 2px solid #E64626;
}
.cmp-carousel__indicator--active {
  background-color: #E64626;
}
.cmp-carousel__action {
  padding: 0;
  width: auto;
  height: auto;
}
.cmp-carousel__action--hidden {
  display: none;
}
.cmp-carousel__action--previous, .cmp-carousel__action--next {
  margin-left: 0;
  margin-right: 0;
}
.cmp-carousel__actions {
  z-index: 4;
  justify-content: right;
  gap: 16px;
  margin: 24px auto;
  max-width: 1200px;
  padding: 0 16px;
  bottom: 0;
}
.cmp-carousel__actions .swiper-button-next {
  order: 3;
}
@media (max-width: 991px) {
  .cmp-carousel__actions .swiper-button-next, .cmp-carousel__actions .swiper-button-prev {
    display: none;
  }
}
.cmp-carousel.swiper-navigation-disabled .cmp-carousel__actions {
  display: none;
}
.cmp-carousel.swiper-pagination-disabled .cmp-carousel__indicators {
  display: none;
}

.cmp-navigation {
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin-bottom: calc(20px + 16px);
}
.cmp-navigation__group {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}
.cmp-navigation__group:nth-child(1) {
  border-left: 1px solid #D2D2D2;
  margin-left: 1px;
}
.cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration: none;
  color: #141414;
  padding: 6px 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cmp-navigation__item-link:hover {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration-line: underline;
  color: #141414;
}
.cmp-navigation__item--parent:nth-child(1) > .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 20px;
  background-color: #FFFFFF;
}
.cmp-navigation__item--parent:nth-child(1) > .cmp-navigation__item-link:hover {
  text-decoration: underline;
  color: #C63A1E;
}
.cmp-navigation__item--active > .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.cmp-navigation__item--active > .cmp-navigation__item-link:before {
  position: absolute;
  content: "";
  background-color: #E64626;
  width: 3px;
  height: 36px;
  left: 0px;
  margin-top: -6px;
}
.cmp-navigation__parentExists .cmp-navigation__item--level-1 > .cmp-navigation__group, .cmp-navigation__no-active-element .cmp-navigation__item--level-1 > .cmp-navigation__group {
  display: none;
}
.cmp-navigation__parentExists .cmp-navigation__group, .cmp-navigation__no-active-element .cmp-navigation__group {
  padding: 0 0 0 24px;
}
.cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group, .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group {
  padding: 0;
}
.cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group, .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group {
  padding: 0 0 0 40px;
}
.cmp-navigation__parentNotExists .cmp-navigation__item--level-0 > .cmp-navigation__group {
  display: none;
}
.cmp-navigation__parentNotExists .cmp-navigation__group {
  padding: 0 0 0 24px;
}
.cmp-navigation__parentNotExists .cmp-navigation__group .cmp-navigation__group {
  padding: 0 0 0 40px;
}
.cmp-navigation::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.cmp-navigation::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 5px;
}
.cmp-navigation::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 991px) {
  .cmp-navigation {
    display: none;
  }
}

.cmp-navigation--new-style .cmp-navigation {
  max-height: 100%;
}
.cmp-navigation--new-style .cmp-navigation__item-link {
  padding: var(--xs-space) var(--base-space);
  text-overflow: unset;
  white-space: normal;
  overflow: auto;
}
.cmp-navigation--new-style .cmp-navigation__item-link:hover {
  color: #C63A1E;
  text-decoration: underline;
  background-color: #F7F7F7;
}
.cmp-navigation--new-style .cmp-navigation__item--parent:nth-child(1) > .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  background-color: #F7F7F7;
  padding: var(--sm-space) var(--base-space);
  text-transform: none;
}
.cmp-navigation--new-style .cmp-navigation__item--active > .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #AF2B11;
  background-color: #FDEDEA;
  border-left: 4px solid #AF2B11;
}
.cmp-navigation--new-style .cmp-navigation__item--active > .cmp-navigation__item-link:before {
  display: none;
}
.cmp-navigation--new-style .cmp-navigation__item--active > .cmp-navigation__item-link:hover {
  text-decoration: none;
}
.cmp-navigation--new-style .cmp-navigation__group:nth-child(1) {
  border: 1px solid #D2D2D2;
  margin-left: 0px;
}
.cmp-navigation--new-style .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.cmp-navigation--new-style .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.cmp-navigation--new-style .cmp-navigation__parentExists .cmp-navigation__group, .cmp-navigation--new-style .cmp-navigation__no-active-element .cmp-navigation__group {
  padding: 0;
}
.cmp-navigation--new-style .cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group, .cmp-navigation--new-style .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group {
  padding: 0;
}
.cmp-navigation--new-style .cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group, .cmp-navigation--new-style .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group {
  padding: 0;
}
.cmp-navigation--new-style .cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item--active .cmp-navigation__item-link, .cmp-navigation--new-style .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item--active .cmp-navigation__item-link {
  padding: var(--xs-space) var(--sm-space) var(--xs-space) 44px;
}
.cmp-navigation--new-style .cmp-navigation__parentExists .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item-link, .cmp-navigation--new-style .cmp-navigation__no-active-element .cmp-navigation__group .cmp-navigation__group .cmp-navigation__group .cmp-navigation__item-link {
  padding: var(--xs-space) var(--sm-space) var(--xs-space) var(--lg-space);
}

.support-article-page .cmp-wrapper-breadcrumb {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 42px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .support-article-page .cmp-wrapper-breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .support-article-page .cmp-wrapper-breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .support-article-page .cmp-wrapper-breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1200px;
  }
}

.cmp-breadcrumb {
  margin: 0;
}
.cmp-breadcrumb__list {
  padding: 12px 0;
  display: flex;
  margin: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
.cmp-breadcrumb__item {
  display: flex;
  color: #717171;
  padding: 4px 0;
  white-space: nowrap;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.cmp-breadcrumb__item--active-parent {
  min-width: 0;
}
.cmp-breadcrumb__item:not(:last-child):after {
  content: "/";
  color: #717171;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cmp-breadcrumb__item:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cmp-breadcrumb__item:not(:nth-last-child(2)) {
    display: none;
  }
}
.cmp-breadcrumb__item--link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  color: #717171;
  position: relative;
}
.cmp-breadcrumb__item--link:hover .m-link__content {
  position: relative;
}
.cmp-breadcrumb__item--link:hover .m-link__content:after {
  background-color: #C63A1E;
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  display: block;
}
.cmp-breadcrumb__item--active {
  color: #141414;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cmp-breadcrumb__item--active {
    flex: 1 1 0;
    min-width: 0;
  }
  .cmp-breadcrumb__item--active .m-link__content {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  .support-article-page h2 {
    scroll-margin-top: 64px;
  }
}
.cmp-toc {
  margin: 16px 0 0;
}
.cmp-toc__content ul, .cmp-toc__content ol {
  padding: 0;
  margin: 0;
}
.cmp-toc__content li {
  list-style: none;
  padding-bottom: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cmp-toc__content li:last-child {
  padding-bottom: 0;
}
.cmp-toc__content li a {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cmp-toc__content li a {
    font-size: 20px;
    line-height: 32px;
  }
}
.cmp-toc__content li a {
  color: #141414;
  text-decoration: none;
}
.cmp-toc__content li a:hover {
  color: #C63A1E;
}
.cmp-toc__content li a:hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.54171 3.125L16.8 16.3833' stroke='%23C63A1E' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.8 9.0918V16.3835H9.50838' stroke='%23C63A1E' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cmp-toc__content li a:before {
  position: relative;
  top: 4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.54171 3.125L16.8 16.3833' stroke='%23E64626' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.8 9.0918V16.3835H9.50838' stroke='%23E64626' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cmp-toc__content li {
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .cmp-toc {
    margin: 32px 0;
  }
}
.cmp-toc--with-bottom-spacing {
  margin-bottom: calc(32px + 40px);
}

.cmp-video {
  padding-bottom: 24px;
}
.cmp-video__video {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cmp-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmp-video__title {
  margin-bottom: 8px;
}
.cmp-video__description {
  margin-bottom: 8px;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}
.cmp-video .m-popup-modal__header-container {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 24px;
  align-items: baseline;
}
.cmp-video .m-popup-modal__content-body {
  margin-top: 24px;
}
.cmp-video .m-popup-modal .m-button-icon--text {
  display: none;
}

.cmp-call-to-action {
  --transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: inherit;
  margin-bottom: 32px;
  display: block;
  transition: var(--transition);
}
@media (min-width: 992px) {
  .cmp-call-to-action {
    margin-bottom: 48px;
  }
}
.cmp-call-to-action__bg--grey {
  padding: 24px;
  background-color: #F7F7F7;
}
.cmp-call-to-action__bg--grey:hover {
  background-color: #D2D2D2;
}
.cmp-call-to-action__bg--ochre {
  padding: 24px;
  background-color: #C63A1E;
}
.cmp-call-to-action__bg--ochre:hover {
  background-color: #AF2B11;
}
.cmp-call-to-action__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
  margin-bottom: 8px;
  transition: var(--transition);
  display: block;
}
.cmp-call-to-action__title--default {
  color: #141414;
}
.cmp-call-to-action__title--ochre {
  color: #FFFFFF;
}
.cmp-call-to-action__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 16px;
  transition: var(--transition);
  display: block;
}
.cmp-call-to-action__description--default {
  color: #141414;
}
.cmp-call-to-action__description--ochre {
  color: #FFFFFF;
}
.cmp-call-to-action__arrow {
  transition: var(--transition);
  position: relative;
  top: 0;
}
.cmp-call-to-action:hover .cmp-call-to-action__title--default {
  color: #C63A1E;
}
.cmp-call-to-action:hover .cmp-call-to-action__description--default {
  color: #C63A1E;
}
.cmp-call-to-action:hover .cmp-call-to-action__arrow {
  top: -5px;
}

.m-news-article-page {
  --news-article-page-2cols-l-col-width: 58%;
  --news-article-page-2cols-r-col-width: 33%;
  --news-article-page-2cols-col-gap: 9%;
  --news-article-page-structure-section-row-gap: 56px;
}
@media (min-width: 992px) {
  .m-news-article-page {
    --news-article-page-structure-section-row-gap: 64px;
  }
}
.m-news-article-page .dominant-content-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "breadcrumb" "hero-section" "structure-left" "flexible-area" "structure-right" "related-news";
}
@media (min-width: 992px) {
  .m-news-article-page .dominant-content-container {
    grid-template-columns: auto var(--news-article-page-2cols-l-col-width) var(--news-article-page-2cols-col-gap) var(--news-article-page-2cols-r-col-width) auto;
    grid-template-rows: auto;
    grid-template-areas: "breadcrumb  breadcrumb breadcrumb breadcrumb breadcrumb" "hero-section  hero-section hero-section hero-section hero-section" ". structure-left . structure-right ." "flexible-area  flexible-area flexible-area flexible-area flexible-area" "related-news  related-news related-news related-news related-news";
  }
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(1) {
  grid-area: breadcrumb;
  min-width: 0;
  width: 100%;
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(2) {
  grid-area: hero-section;
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
  grid-area: structure-left;
}
@media (max-width: 991px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
    --news-article-page-structure-section-row-gap: 48px;
  }
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
  padding-top: var(--news-article-page-structure-section-row-gap);
  padding-bottom: var(--news-article-page-structure-section-row-gap);
  /**
  * Padding left and right
  **/
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
    padding-left: 16px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(3) {
    padding-left: 16px;
  }
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(4) {
  grid-area: flexible-area;
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(5) {
  grid-area: structure-right;
  padding-top: var(--news-article-page-structure-section-row-gap);
  padding-bottom: var(--news-article-page-structure-section-row-gap);
  /**
  * Padding left and right
  **/
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(5) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(5) {
    padding-left: 0;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(5) {
    padding-right: 16px;
  }
}
.m-news-article-page .dominant-content-container > .cmp-wrapper-bespoke-container:nth-child(6) {
  grid-area: related-news;
  padding-top: var(--news-article-page-structure-section-row-gap);
  padding-bottom: var(--news-article-page-structure-section-row-gap);
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-content-w-bleed-image--lead-generation {
  --m-content-w-bleed-image-content-margin-bottom: 64px;
}

.m-content-w-image-vertical--lead-generation {
  --m-content-w-image-vertical-section-gap: 52px;
}

.m-global-mobile-nav {
  visibility: visible;
}
@media (min-width: 992px) {
  .m-global-mobile-nav {
    visibility: hidden;
    display: none;
  }
}
.m-global-mobile-nav ol,
.m-global-mobile-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.m-global-mobile-nav {
  padding-bottom: 24px;
}
.m-global-mobile-nav__header {
  padding: 12px 16px;
  margin: 0;
  max-height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 5350;
  border-bottom: 1px solid #D2D2D2;
}
.m-global-mobile-nav__logo {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.m-global-mobile-nav__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.m-global-mobile-nav__icons__search, .m-global-mobile-nav__icons__login-button {
  padding-right: 16px;
}
.m-global-mobile-nav__icons__login-button__popup {
  position: absolute;
  right: 0;
  top: 64px;
}
.m-global-mobile-nav__icons__login-button__popup__inner {
  position: relative;
  background: #FFFFFF;
  padding: 16px;
  margin: 4px;
  border-radius: 4px;
  box-shadow: 0 0 3px 2px #d8dbdd;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in {
  font-size: 14px;
  color: #141414;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in p:first-child {
  border-bottom: 1px solid #d8dbdd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon {
  color: #E64626;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:hover, .m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:focus {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu {
  padding-bottom: calc(40px + 40px);
  background-color: #FFFFFF;
}
.m-global-mobile-nav__main-menu-container.opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5300;
}
.m-global-mobile-nav__main-menu-wrapper {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title {
  background-color: #141414;
  position: fixed;
  z-index: calc(1800 + 100);
  width: 100%;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link {
  padding: 24px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list {
  font-size: var(--h3);
}
.m-global-mobile-nav__main-menu-list__lable {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.m-global-mobile-nav__main-menu-list__lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__content {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-left {
  left: -5px;
}
.m-global-mobile-nav__main-menu-list__lable * {
  pointer-events: none;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__content {
  color: #141414;
  width: 90%;
}
.m-global-mobile-nav__main-menu-list__lable.back-link {
  justify-content: normal;
  background-color: #FFFFFF;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 12px;
}
.m-global-mobile-nav__main-menu-list__lable.level-1-items {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-left {
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.m-global-mobile-nav__main-menu-list__parent-node {
  padding: calc(64px - 16px) 0 16px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable {
  margin: 0 16px;
  border-bottom: 2px solid #141414;
  padding: 16px 0;
  flex-flow: nowrap;
  align-items: center;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__content {
  padding-right: 8px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__fixed-items {
  position: fixed;
  width: 100%;
}
.m-global-mobile-nav__main-menu-list__fixed-items .m-link__content {
  padding-left: 4px;
}
.m-global-mobile-nav__sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: all 0.35s;
  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 64px;
  visibility: hidden;
  z-index: 1800;
}
.m-global-mobile-nav__sub-menu.is-visible {
  transform: none;
  visibility: visible;
  transition: all 0s;
}
.local-site-nav .m-global-mobile-nav__sub-menu {
  padding-top: 136px;
}

@media (prefers-color-scheme: dark) {
  .m-global-mobile-nav__header {
    background-color: #141414;
    color: #FFFFFF;
    padding-left: 0;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.m-list--simple-link--ds-cmp-teaser {
  display: block;
}
.m-list--simple-link--ds-cmp-teaser__item {
  justify-content: space-between;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #717171;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper:last-child {
  border-color: #717171;
}
.m-content-w-image-std .m-list--simple-link--ds-cmp-teaser__item-wrapper, .m-content-w-image-vertical--std .m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #D2D2D2;
}
.m-list--simple-link--ds-cmp-teaser__icon {
  min-width: 12px;
}

.m-lead-gen-teaser-content {
  --m-lead-geneartion-content-title-row-gap-standard: 32px;
  --m-lead-geneartion-content-row-gap-standard: 30px;
  --m-lead-geneartion-content-title-row-gap-featured: 24px;
  --m-lead-geneartion-content-row-gap-featured: 32px;
  display: flex;
  flex-direction: column;
  row-gap: var(--m-lead-geneartion-content-title-row-gap-standard);
}
.m-lead-gen-teaser-content__title-holder {
  display: flex;
  flex-direction: column;
  row-gap: var(--m-lead-geneartion-content-title-row-gap-standard);
}
.m-lead-gen-teaser-content__pretitle {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m-lead-gen-teaser-content__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-lead-gen-teaser-content__title {
    letter-spacing: 0.36px;
  }
}
.m-lead-gen-teaser-content__title {
  margin-bottom: 0;
  color: #141414;
}
.m-lead-gen-teaser-content__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
}
.m-lead-generation-form__modal {
  text-align: left;
}
.m-lead-generation-form__modal-center {
  text-align: center;
}
.m-lead-generation-form__cta {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #141414;
  border-radius: 4px;
  color: #141414;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-lead-generation-form__cta:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-lead-generation-form .m-popup-modal__close-btn-holder .m-button-icon--text {
  display: none;
}

.m-lead-gen-teaser .m-list--icon-link__item {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
}
.m-lead-gen-teaser .m-list--icon-link__item:not([href]) {
  color: inherit;
  text-decoration: none;
}
.m-lead-gen-teaser .m-list--icon-link__item::after, .m-lead-gen-teaser .m-list--icon-link__item::before {
  display: none;
}
.m-lead-gen-teaser .m-list--icon-link__item-wrapper {
  margin-bottom: 16px;
  border: none;
}
.m-lead-gen-teaser .m-list--icon-link__item-wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .m-lead-gen-teaser .m-list--icon-link__icon {
    width: 32px;
    height: 32px;
  }
}

.m-calendar-filter-tag-buttons {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--xxs-space) var(--xs-space);
  align-items: center;
}
.m-calendar-filter-tag-buttons__tag {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--xxs-space);
  align-items: center;
  border-radius: var(--border-radius-large);
  background: #FDEDEA;
  padding: var(--xxxs-space) var(--xxs-space);
}
.m-calendar-filter-tag-buttons__name {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #AF2B11;
}
.m-calendar-filter-tag-buttons__button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.m-calendar-filter-tag-buttons__icon {
  position: relative;
  top: 1px;
}

.m-calendar-filter-tag-buttons__clear-all > .cmp-button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  padding: 0 var(--xxs-space);
}

.m-calendar-filter-tag-buttons__clear-all > .cmp-button::after {
  display: none;
}

.m-calendar-filter-popup-content__filter-groups-container {
  overflow-y: scroll;
  max-height: calc(var(--height) - 282px);
  height: auto;
}
@media (min-width: 992px) {
  .m-calendar-filter-popup-content__filter-groups-container {
    max-height: calc(var(--height) - 124px);
  }
}
.m-calendar-filter-popup-content__group-container {
  display: flex;
  flex-direction: column;
  row-gap: var(--sm-space);
  border-top: 1px solid #D2D2D2;
  padding: var(--sm-space) 0 calc(var(--base-space) + var(--sm-space)) 0;
}
@media (min-width: 992px) {
  .m-calendar-filter-popup-content__group-container {
    padding: var(--md-space) 0;
    row-gap: var(--base-space);
  }
}
.m-calendar-filter-popup-content__group-container:first-child {
  padding-top: 0;
  border-top: none;
}
.m-calendar-filter-popup-content__filters-container {
  --m-checkbox-group--event-calendar-height: 100%;
  --m-checkbox-group--event-calendar-filter-item-display: none;
}
.m-calendar-filter-popup-content__filters-container--show-all {
  --m-checkbox-group--event-calendar-filter-item-display: block;
}
.m-calendar-filter-popup-content__toggle-button {
  cursor: pointer;
  display: flex;
  gap: var(--xs-space);
  border: none;
  outline: none;
  background: none;
  padding: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
}
.m-calendar-filter-popup-content__toggle-button__icon {
  position: relative;
  top: 4px;
}
.m-calendar-filter-popup-content__buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -moz-column-gap: var(--sm-space);
       column-gap: var(--sm-space);
  padding-top: var(--sm-space);
}

.m-calendar-filter-popup-content__button-reset > .cmp-button {
  padding: 8px calc(var(--base-space) - 2px);
}

.m-calendar-filter-desktop {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.m-calendar-filter-desktop__buttons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  -moz-column-gap: var(--sm-space);
       column-gap: var(--sm-space);
}
.m-calendar-filter-desktop__selected-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: var(--sm-space);
       column-gap: var(--sm-space);
  margin-top: var(--sm-space);
}
.m-calendar-filter-desktop__selected-filters-title {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  text-wrap: nowrap;
}
.m-calendar-filter-desktop__selected-filters-content {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.m-calendar-filter-desktop__button-holder {
  padding-bottom: var(--xxs-space);
}
.m-calendar-filter-desktop__button {
  display: flex;
  align-items: center;
  padding: var(--xs-space) var(--sm-space);
  align-items: center;
  gap: var(--xxs-space);
  border-radius: var(--border-radius);
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.m-calendar-filter-desktop__button:hover, .m-calendar-filter-desktop__button:focus {
  border: 1px solid #C63A1E;
}
.m-calendar-filter-desktop__button--selected {
  border: 1px solid #C63A1E;
}
.m-calendar-filter-desktop__button-text {
  color: var(--text-primary);
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  pointer-events: none;
}
.m-calendar-filter-desktop__button-icon {
  position: relative;
  top: 2px;
  pointer-events: none;
}
.m-calendar-filter-desktop__wrapper {
  position: relative;
  display: none;
  opacity: 0;
}
.m-calendar-filter-desktop__wrapper--show {
  display: block;
  opacity: 1;
}
.m-calendar-filter-desktop__panel {
  z-index: 1000;
  position: absolute;
  display: inline-flex;
  width: 40vw;
  top: var(--xxs-space);
}
.m-calendar-filter-desktop__panel-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--md-space);
  border-radius: var(--border-radius);
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  padding: var(--sm-space) var(--base-space);
}

.m-calendar-filter-desktop__selected-filters-clear-all > .cmp-button::after {
  display: none;
}

.m-calendar-filter-desktop__selected-filters-clear-all > .cmp-button {
  padding: 0;
}

.m-calendar-filter-desktop__button-more-filters > .cmp-button::after {
  display: none;
}

.m-calendar-filter-desktop__button-more-filters > .cmp-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.m-calendar-filter-popmodal-scrollbar ::-webkit-scrollbar {
  width: 3px;
}
.m-calendar-filter-popmodal-scrollbar {
  /* Track */
}
.m-calendar-filter-popmodal-scrollbar ::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.m-calendar-filter-popmodal-scrollbar {
  /* Handle */
}
.m-calendar-filter-popmodal-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #717171;
}
.m-calendar-filter-popmodal-scrollbar {
  /* Handle on hover */
}
.m-calendar-filter-popmodal-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #717171;
}

.m-calendar-filter-mobile__buttons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--sm-space);
}
.m-calendar-filter-mobile__button-filters > .cmp-button .cmp-button__text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.m-calendar-filter-mobile__button-clear-filters > .cmp-button {
  padding: 14px 4px 2px 4px;
}

.m-calendar-filter-mobile__button-filters > .cmp-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.m-calendar-filter-counter {
  pointer-events: none;
  align-self: center;
  display: flex;
  opacity: 1;
  padding: 2px var(--xxs-space);
  align-items: flex-start;
  border-radius: var(--border-radius-large);
  background: #FDEDEA;
  color: #AF2B11;
  width: 23px;
  height: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.m-calendar-filter-counter--fade-out {
  opacity: 0;
}

.m-calendar-results-tile {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 12fr));
  grid-template-rows: auto;
  -moz-column-gap: var(--sm-space);
       column-gap: var(--sm-space);
  row-gap: var(--base-space);
  justify-items: stretch;
}
@media (min-width: 768px) {
  .m-calendar-results-tile--3-cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}
@media (min-width: 992px) {
  .m-calendar-results-tile--3-cols {
    grid-template-columns: repeat(3, minmax(10px, 4fr));
  }
}
@media (min-width: 768px) {
  .m-calendar-results-tile--2-cols {
    grid-template-columns: repeat(2, minmax(10px, 6fr));
  }
}

.m-calendar-tile-card {
  display: block;
  text-decoration: none;
  color: #141414;
}
.m-calendar-tile-card:hover, .m-calendar-tile-card:focus {
  background-color: #F7F7F7;
  cursor: pointer;
}
.m-calendar-tile-card__image {
  height: 220px;
}
@media (min-width: 576px) {
  .m-calendar-tile-card__image {
    height: 289px;
  }
}
@media (min-width: 992px) {
  .m-calendar-results-tile--2-cols .m-calendar-tile-card__image {
    height: 368px;
  }
}
.m-calendar-tile-card__content {
  padding: var(--sm-space) var(--sm-space) var(--md-space) var(--sm-space);
  display: flex;
  flex-direction: column;
  row-gap: var(--base-space);
}
.m-calendar-tile-card__row-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.m-calendar-tile-card__col-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--xxxs-space);
}
.m-calendar-tile-card__event-type {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  color: #C63A1E;
}
.m-calendar-tile-card__date {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: var(--xxs-space);
       column-gap: var(--xxs-space);
}
.m-calendar-tile-card__date--wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--xxs-space);
       column-gap: var(--xxs-space);
}
.m-calendar-tile-card__timezone {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.m-calendar-tile-card__title {
  margin-bottom: 0;
}
.m-calendar-tile-card:hover .m-calendar-tile-card__title, .m-calendar-tile-card:focus .m-calendar-tile-card__title {
  color: #C63A1E;
}
.m-calendar-tile-card__venue {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}
.m-calendar-tile-card__summary {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.m-calendar-tile-card__image-wrapper {
  position: relative;
}
.m-calendar-tile-card__delivery-type {
  position: absolute;
  top: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFF;
  padding: var(--xxxs-space) var(--xxs-space);
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: var(--xxxs-space);
  margin: var(--sm-space);
}

.m-calendar-results-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.m-calendar-list-card {
  border-top: 1px solid #D2D2D2;
  display: grid;
  grid-template-columns: 180px auto;
  grid-template-rows: auto;
  -moz-column-gap: var(--base-space);
       column-gap: var(--base-space);
  row-gap: 0;
  justify-items: stretch;
  padding: var(--base-space) var(--sm-space);
  color: #141414;
  text-decoration: none;
}
.m-calendar-list-card--no-image {
  display: block;
}
.m-calendar-list-card:hover, .m-calendar-list-card:focus {
  background-color: #F7F7F7;
  cursor: pointer;
}
.m-calendar-list-card__image {
  width: 100%;
  height: 180px;
}
.m-calendar-list-card__content {
  display: flex;
  flex-direction: column;
  row-gap: var(--sm-space);
}
.m-calendar-list-card__title-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  row-gap: var(--xxxs-space);
}
.m-calendar-list-card__event-type {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  color: #C63A1E;
}
.m-calendar-list-card__date {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: var(--xxs-space);
       column-gap: var(--xxs-space);
}
.m-calendar-list-card__date--wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--xxs-space);
       column-gap: var(--xxs-space);
}
.m-calendar-list-card__timezone {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.m-calendar-list-card__title {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}
.m-calendar-list-card:hover .m-calendar-list-card__title, .m-calendar-list-card:focus .m-calendar-list-card__title {
  color: #C63A1E;
}
.m-calendar-list-card__venue {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
}
.m-calendar-list-card__summary {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.m-calendar-list-card__image-wrapper {
  position: relative;
}
.m-calendar-list-card__delivery-type {
  position: absolute;
  top: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #FFFFFF;
  padding: var(--xxxs-space) var(--xxs-space);
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: var(--xxxs-space);
  margin: var(--xxs-space);
}

.m-calendar-error-state {
  display: flex;
  flex-direction: column;
  gap: var(--sm-space);
  align-items: center;
}
.m-calendar-error-state--error-message {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}

.m-calendar {
  display: flex;
  flex-direction: column;
  row-gap: var(--md-space);
  padding: 0 0 var(--lg-space);
}
@media (min-width: 768px) {
  .m-calendar {
    row-gap: var(--lg-space);
  }
}
.m-calendar--pagination .m-pagination--ds {
  margin-top: 0;
  padding: 24px 0;
}

.m-event-details-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--base-space);
  align-self: stretch;
  color: #141414;
}
.m-event-details-content__event-type {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.m-event-details-content__mid-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--sm-space);
  align-self: stretch;
}
.m-event-details-content__event-name {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-event-details-content__event-name {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .m-event-details-content__event-name {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-event-details-content__event-name {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-event-details-content__event-name {
    font-variant-ligatures: none;
  }
}
.m-event-details-content__event-name {
  margin-bottom: 0;
}
.m-event-details--heading-regular .m-event-details-content__event-name {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-event-details--heading-regular .m-event-details-content__event-name {
    letter-spacing: 0.36px;
  }
}
.m-event-details-content__date {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.m-bespoke-layout--bg-sand .m-event-details-content__date {
  color: #C63A1E;
}
.m-bespoke-layout--bg-white .m-event-details-content__date {
  color: #C63A1E;
}
.m-bespoke-layout--bg-ochre100 .m-event-details-content__date {
  color: #141414;
}
.m-event-details-content__timezone {
  text-transform: uppercase;
}
.m-event-details-content__summary {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.m-content-fixed-w-image--event-details {
  background: none;
}
.m-content-fixed-w-image--event-details__content {
  position: relative;
  z-index: 2;
  padding: var(--xl-space) var(--lg-space);
}
.m-content-fixed-w-image--event-details__image {
  --m-content-w-image-image-min-height: 400px;
}

.m-content-w-image-vertical--event-details {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
}
.m-content-w-image-vertical--event-details__container {
  padding-bottom: 0;
}
.m-content-w-image-vertical--event-details__content {
  padding: var(--md-space);
}
.m-bespoke-layout--bg-white .m-content-w-image-vertical--event-details__content {
  padding: var(--md-space) 0;
}

.m-image--m-content-w-image-vertical--event-details {
  height: 280px;
}

.m-event-details {
  margin: 48px auto;
}
@media (min-width: 768px) {
  .m-event-details {
    margin: 64px auto;
  }
}
.m-course-finder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-course-finder__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-course-finder__title {
    letter-spacing: 0.38px;
  }
}
.m-course-finder__title {
  padding: 0;
  margin: 0;
  margin-bottom: 64px;
  text-align: center;
}
.m-course-finder__fieldset {
  padding: 0;
  border: 0;
}
.m-course-finder__input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 0;
  align-items: center;
  justify-content: left;
  margin-bottom: var(--sm-space);
  width: 100%;
  height: 72px;
}
.m-course-finder__input {
  height: 72px;
}
.m-course-finder__search-btn {
  border-radius: 0 4px 4px 0;
  height: 72px;
}
.m-course-finder__all-link-holder {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
  width: 100%;
}
.m-course-finder__tabs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 32px;
  width: 100%;
}
.m-course-finder__tabs-inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0;
  border-bottom: 1px solid #D2D2D2;
}
.m-course-finder__tab {
  position: relative;
  background-color: unset;
  border: none;
  margin: 0;
  padding: 16px 0 16px 0;
  font-family: Apercu;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  transition: all 200ms;
}
.m-course-finder__tab:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #C63A1E;
  width: 100%;
  height: 2px;
  content: " ";
  opacity: 0;
  transition: all 200ms;
}
.m-course-finder__tab--selected {
  color: #C63A1E;
}
.m-course-finder__tab--selected:after {
  opacity: 1;
}

.m-input--course-finder {
  background-color: #F7F7F7;
  border-radius: 4px 0 0 4px;
  width: 100%;
}
.m-input--course-finder__input {
  border: none;
  background-color: unset;
  padding: 24px;
  height: 72px;
  font-family: Apercu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.m-external-search-form {
  border: 1px solid #D2D2D2;
  padding: var(--base-space);
  display: flex;
  flex-direction: column;
  row-gap: var(--sm-space);
  margin-bottom: 32px;
}
.m-external-search-form__title {
  margin-bottom: 0;
}
.m-external-search-form__inner-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: var(--xxs-space);
  width: 100%;
}
.m-external-search-form__input {
  margin-bottom: 0;
}
.m-external-search-form__input input {
  padding: var(--sm-space) 12px;
}
.m-external-search-form__button {
  display: block;
  width: 100%;
}

.m-back-to-top {
  position: fixed;
  right: var(--sm-space);
  bottom: var(--sm-space);
  z-index: 2;
}
.m-back-to-top:hover .m-back-to-top__icon, .m-back-to-top:focus .m-back-to-top__icon {
  background-color: #AF2B11;
}
.m-back-to-top:hover .m-back-to-top__text, .m-back-to-top:focus .m-back-to-top__text {
  color: #AF2B11;
}
@media (min-width: 992px) {
  .m-back-to-top {
    right: var(--base-space);
    bottom: var(--base-space);
  }
}
.m-back-to-top__link {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: var(--sm-space);
  padding: 0;
  cursor: pointer;
}
.m-back-to-top__text {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  display: none;
  color: #717171;
}
@media (min-width: 992px) {
  .m-back-to-top__text {
    display: block;
  }
}
.m-back-to-top__icon {
  background-color: #C63A1E;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: var(--xs-space);
  transform: rotate(180deg);
}
.m-back-to-top__icon svg {
  width: 16px;
}
@media (min-width: 992px) {
  .m-back-to-top__icon {
    width: 64px;
    height: 64px;
    padding: 20px;
  }
  .m-back-to-top__icon svg {
    width: auto;
  }
}
.m-back-to-top--mobile {
  padding: var(--base-space) var(--sm-space);
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: end;
}
.m-back-to-top--mobile .m-back-to-top__link {
  flex-direction: row;
  align-items: center;
  gap: var(--xs-space);
}
.m-back-to-top--mobile .m-back-to-top__text {
  display: block;
  color: #141414;
}
.m-back-to-top--mobile .m-back-to-top__icon {
  width: 24px;
  height: 24px;
  padding: var(--xxs-space);
  display: flex;
  justify-content: center;
}
.m-back-to-top--mobile .m-back-to-top__icon svg {
  width: 9.6px;
  height: 9.6px;
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-lead-gen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .m-lead-gen {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .m-lead-gen {
    padding: 0 48px;
  }
}
.m-lead-gen__button-wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.m-lead-gen__button {
  font-family: var(--usyd-font-mono);
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .m-lead-gen-zone__cell:first-child .m-lead-gen {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .m-lead-gen-zone__cell:last-child .m-lead-gen {
    border-left: 1px solid #D2D2D2;
  }
}
@media (max-width: 767px) {
  .m-lead-gen-zone__cell:last-child .m-lead-gen {
    border-top: 1px solid #D2D2D2;
    padding-top: 32px;
  }
}
.m-lead-gen__modal {
  text-align: left;
}
.m-lead-gen__modal-center {
  text-align: center;
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-content-w-bleed-image--lead-generation {
  --m-content-w-bleed-image-content-margin-bottom: 64px;
}

.m-content-w-image-vertical--lead-generation {
  --m-content-w-image-vertical-section-gap: 52px;
}

.m-global-mobile-nav {
  visibility: visible;
}
@media (min-width: 992px) {
  .m-global-mobile-nav {
    visibility: hidden;
    display: none;
  }
}
.m-global-mobile-nav ol,
.m-global-mobile-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.m-global-mobile-nav {
  padding-bottom: 24px;
}
.m-global-mobile-nav__header {
  padding: 12px 16px;
  margin: 0;
  max-height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 5350;
  border-bottom: 1px solid #D2D2D2;
}
.m-global-mobile-nav__logo {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.m-global-mobile-nav__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.m-global-mobile-nav__icons__search, .m-global-mobile-nav__icons__login-button {
  padding-right: 16px;
}
.m-global-mobile-nav__icons__login-button__popup {
  position: absolute;
  right: 0;
  top: 64px;
}
.m-global-mobile-nav__icons__login-button__popup__inner {
  position: relative;
  background: #FFFFFF;
  padding: 16px;
  margin: 4px;
  border-radius: 4px;
  box-shadow: 0 0 3px 2px #d8dbdd;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in {
  font-size: 14px;
  color: #141414;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in p:first-child {
  border-bottom: 1px solid #d8dbdd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon {
  color: #E64626;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:hover, .m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:focus {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu {
  padding-bottom: calc(40px + 40px);
  background-color: #FFFFFF;
}
.m-global-mobile-nav__main-menu-container.opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5300;
}
.m-global-mobile-nav__main-menu-wrapper {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title {
  background-color: #141414;
  position: fixed;
  z-index: calc(1800 + 100);
  width: 100%;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link {
  padding: 24px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list {
  font-size: var(--h3);
}
.m-global-mobile-nav__main-menu-list__lable {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.m-global-mobile-nav__main-menu-list__lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__content {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-left {
  left: -5px;
}
.m-global-mobile-nav__main-menu-list__lable * {
  pointer-events: none;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__content {
  color: #141414;
  width: 90%;
}
.m-global-mobile-nav__main-menu-list__lable.back-link {
  justify-content: normal;
  background-color: #FFFFFF;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 12px;
}
.m-global-mobile-nav__main-menu-list__lable.level-1-items {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-left {
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.m-global-mobile-nav__main-menu-list__parent-node {
  padding: calc(64px - 16px) 0 16px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable {
  margin: 0 16px;
  border-bottom: 2px solid #141414;
  padding: 16px 0;
  flex-flow: nowrap;
  align-items: center;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__content {
  padding-right: 8px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__fixed-items {
  position: fixed;
  width: 100%;
}
.m-global-mobile-nav__main-menu-list__fixed-items .m-link__content {
  padding-left: 4px;
}
.m-global-mobile-nav__sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: all 0.35s;
  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 64px;
  visibility: hidden;
  z-index: 1800;
}
.m-global-mobile-nav__sub-menu.is-visible {
  transform: none;
  visibility: visible;
  transition: all 0s;
}
.local-site-nav .m-global-mobile-nav__sub-menu {
  padding-top: 136px;
}

@media (prefers-color-scheme: dark) {
  .m-global-mobile-nav__header {
    background-color: #141414;
    color: #FFFFFF;
    padding-left: 0;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.m-list--simple-link--ds-cmp-teaser {
  display: block;
}
.m-list--simple-link--ds-cmp-teaser__item {
  justify-content: space-between;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #717171;
}
.m-list--simple-link--ds-cmp-teaser__item-wrapper:last-child {
  border-color: #717171;
}
.m-content-w-image-std .m-list--simple-link--ds-cmp-teaser__item-wrapper, .m-content-w-image-vertical--std .m-list--simple-link--ds-cmp-teaser__item-wrapper {
  border-color: #D2D2D2;
}
.m-list--simple-link--ds-cmp-teaser__icon {
  min-width: 12px;
}

.m-lead-gen-teaser-content {
  --m-lead-geneartion-content-title-row-gap-standard: 32px;
  --m-lead-geneartion-content-row-gap-standard: 30px;
  --m-lead-geneartion-content-title-row-gap-featured: 24px;
  --m-lead-geneartion-content-row-gap-featured: 32px;
  display: flex;
  flex-direction: column;
  row-gap: var(--m-lead-geneartion-content-title-row-gap-standard);
}
.m-lead-gen-teaser-content__title-holder {
  display: flex;
  flex-direction: column;
  row-gap: var(--m-lead-geneartion-content-title-row-gap-standard);
}
.m-lead-gen-teaser-content__pretitle {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m-lead-gen-teaser-content__title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .m-lead-gen-teaser-content__title {
    letter-spacing: 0.36px;
  }
}
.m-lead-gen-teaser-content__title {
  margin-bottom: 0;
  color: #141414;
}
.m-lead-gen-teaser-content__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
}
.m-lead-generation-form__modal {
  text-align: left;
}
.m-lead-generation-form__modal-center {
  text-align: center;
}
.m-lead-generation-form__cta {
  margin-bottom: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #141414;
  border-radius: 4px;
  color: #141414;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.m-lead-generation-form__cta:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
  border-color: #141414;
  cursor: pointer;
  text-decoration: none;
}
.m-lead-generation-form .m-popup-modal__close-btn-holder .m-button-icon--text {
  display: none;
}

.m-lead-gen-teaser .m-list--icon-link__item {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
}
.m-lead-gen-teaser .m-list--icon-link__item:not([href]) {
  color: inherit;
  text-decoration: none;
}
.m-lead-gen-teaser .m-list--icon-link__item::after, .m-lead-gen-teaser .m-list--icon-link__item::before {
  display: none;
}
.m-lead-gen-teaser .m-list--icon-link__item-wrapper {
  margin-bottom: 16px;
  border: none;
}
.m-lead-gen-teaser .m-list--icon-link__item-wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .m-lead-gen-teaser .m-list--icon-link__icon {
    width: 32px;
    height: 32px;
  }
}
@charset "UTF-8";
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-formstack-wrapper h1 {
  margin-top: 0;
  margin-bottom: 48px;
  color: #141414;
  /* Headings/h1 */
  font-family: Apercu;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.m-formstack-wrapper h2 {
  margin-top: 0 !important;
  margin-bottom: 24px;
  color: #141414;
  /* Headings/h2-serif */
  font-family: "Lyon Display LF";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 140% */
  letter-spacing: 0.4px;
}
.m-formstack-wrapper h3 {
  margin-top: 0 !important;
  margin-bottom: 24px;
  color: #141414;
  /* Headings/h3 */
  font-family: Apercu;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 150% */
}
.m-formstack-wrapper h4 {
  margin-top: 0 !important;
  margin-bottom: 24px;
  color: #141414;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Apercu;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}

.fsform-container {
  opacity: 0;
  transition: opacity 100ms ease-in-out; /* Smooth transition */
}

.fsform-container[data-formstack-form-mounted] {
  opacity: 1;
}

.fsBody {
  overflow: visible !important;
}

[class*=InnerFormBody] {
  width: 100%;
}

.fsForm {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;
  width: 100% !important;
}
.fsForm a {
  color: #C63A1E;
  text-decoration: underline;
}
.fsForm a:hover {
  text-decoration: none;
  color: #C63A1E;
}
.fsForm p, .fsForm ul li, .fsForm ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.fsForm ul, .fsForm ol {
  padding-left: 0;
  list-style-position: outside;
}
.fsForm ul li::marker, .fsForm ol li::marker {
  color: #141414;
}
.fsForm ul {
  list-style-type: none;
  padding-left: 28px;
}
.fsForm ul li {
  padding-left: 28px;
  position: relative;
}
.fsForm ul li::before {
  content: "—";
  color: #141414;
  position: absolute;
  left: 0;
}
.fsForm ul li::marker {
  content: none;
}
.fsForm ul li ul {
  padding-left: 0;
}
.fsForm ul li ul li {
  list-style-type: none;
}
.fsForm ul li ul li::marker {
  content: none;
}
.fsForm ul li ol li {
  padding-left: 0;
}
.fsForm ul li ol li::marker {
  color: #141414;
}
.fsForm ul li ol li::before {
  content: none;
}
.fsForm ol {
  padding-left: 40px;
}
.fsForm ol li {
  padding-left: 0;
}
.fsForm ol li ul {
  padding-left: 0;
}
.fsForm ol li ul li {
  padding-left: 28px;
}
.fsForm ol li ul li::marker {
  content: none;
}
.fsForm ol li ol {
  padding-left: 16px;
}
.fsForm ol li ol li {
  padding-left: 0;
}
.fsForm table {
  overflow: hidden;
  border: 1px solid #D2D2D2;
}
.fsForm table th {
  position: relative;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  padding: 16px 24px;
}
.fsForm table th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: -100%;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.fsForm table td {
  padding: 16px 24px;
}
.fsForm table tr {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #D2D2D2;
}
.fsForm table tr:nth-child(odd) {
  background-color: transparent;
}
.fsForm table tr:first-child th:after {
  background-color: transparent;
}
.fsForm table tr:last-child th:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.fsForm--p-regular p {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 24px;
}
.fsForm--p-regular-underline p, .fsForm--p-regular-underline ul li, .fsForm--p-regular-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-decoration-line: underline;
}
.fsForm--p-regular-medium p, .fsForm--p-regular-medium ul li, .fsForm--p-regular-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.fsForm--p-large p, .fsForm--p-large ul li, .fsForm--p-large ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .fsForm--p-large p, .fsForm--p-large ul li, .fsForm--p-large ol li {
    font-size: 20px;
    line-height: 32px;
  }
}
.fsForm--p-large p, .fsForm--p-large ul li, .fsForm--p-large ol li {
  margin-bottom: 28px;
}
.fsForm--p-large ul li, .fsForm--p-large ol li {
  margin-bottom: 8px;
}
.fsForm--p-large-medium p, .fsForm--p-large-medium ul li, .fsForm--p-large-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .fsForm--p-large-medium p, .fsForm--p-large-medium ul li, .fsForm--p-large-medium ol li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }
}
.fsForm--p-large-medium ul li, .fsForm--p-large-medium ol li {
  margin-bottom: 8px;
}
.fsForm--p-large-serif p, .fsForm--p-large-serif ul li, .fsForm--p-large-serif ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--usyd-font-teritary);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .fsForm--p-large-serif p, .fsForm--p-large-serif ul li, .fsForm--p-large-serif ol li {
    font-size: 20px;
  }
}
.fsForm--p-large-serif ul li, .fsForm--p-large-serif ol li {
  margin-bottom: 8px;
}
.fsForm--p-small p, .fsForm--p-small ul li, .fsForm--p-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.fsForm--p-small ul li, .fsForm--p-small ol li {
  margin-bottom: 8px;
}
.fsForm--p-small-underline p, .fsForm--p-small-underline ul li, .fsForm--p-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.fsForm--p-small-medium p, .fsForm--p-small-medium ul li, .fsForm--p-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.fsForm--p-x-small p, .fsForm--p-x-small ul li, .fsForm--p-x-small ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
}
.fsForm--p-x-small-underline p, .fsForm--p-x-small-underline ul li, .fsForm--p-x-small-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.fsForm--p-x-small-medium p, .fsForm--p-x-small-medium ul li, .fsForm--p-x-small-medium ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.fsForm--p-overline p, .fsForm--p-overline ul li, .fsForm--p-overline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fsForm--p-action p, .fsForm--p-action ul li, .fsForm--p-action ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
}
.fsForm--p-action-underline p, .fsForm--p-action-underline ul li, .fsForm--p-action-underline ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
}
.fsForm--h1 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
}
.fsForm--h1-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.fsForm--h1-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .fsForm--h1-serif p {
    letter-spacing: 0.38px;
  }
}
.fsForm--h1-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .fsForm--h1-serif-italic p {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .fsForm--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .fsForm--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fsForm--h1-serif-italic p {
    font-variant-ligatures: none;
  }
}
.fsForm--large-display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.fsForm--large-display-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-weight: 300;
}
.fsForm--large-display-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .fsForm--large-display-serif p {
    letter-spacing: 0.6px;
  }
}
.fsForm--large-display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.78px;
}
@media (max-width: 991px) {
  .fsForm--large-display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
@-moz-document url-prefix() {
  .fsForm--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .fsForm--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fsForm--large-display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.fsForm--display-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .fsForm--display-serif-italic p {
    letter-spacing: 0.6px;
  }
}
.fsForm--display-serif-italic p {
  font-family: var(--usyd-font-teritary);
  font-style: italic;
}
@-moz-document url-prefix() {
  .fsForm--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .fsForm--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fsForm--display-serif-italic p {
    font-variant-ligatures: none;
  }
}
.fsForm--display p {
  font-family: var(--usyd-font-primary);
  font-size: var(--display);
  letter-spacing: 0.68px;
  line-height: var(--display-line-height);
}
@media (max-width: 991px) {
  .fsForm--display p {
    letter-spacing: 0.6px;
  }
}
.fsForm--display-with-ochre-bar p {
  font-family: var(--usyd-font-primary);
  font-size: var(--large-display);
  font-style: normal;
  font-weight: normal;
  line-height: var(--large-display-line-height);
}
.fsForm--display-with-ochre-bar p:after {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #E64626;
  display: block;
  margin-top: 27px;
}
.fsForm--h2 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
}
.fsForm--h2-medium p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-weight: 300;
}
.fsForm--h2-serif p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .fsForm--h2-serif p {
    letter-spacing: 0.36px;
  }
}
.fsForm--h2-serif-italic p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .fsForm--h2-serif-italic p {
    letter-spacing: 0.36px;
  }
}
@-moz-document url-prefix() {
  .fsForm--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .fsForm--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fsForm--h2-serif-italic p {
    font-variant-ligatures: none;
  }
}
.fsForm--h3 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}
.fsForm--h4 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
}
.fsForm--h5 p {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
}
.fsForm {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  overflow-x: visible !important;
}
.fsForm .fsPage {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--base-space);
  min-width: auto;
}
.fsForm .fsPage.fsHidden {
  display: none !important;
}
.fsForm .fsSection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fsForm .fsHiddenElement {
  display: none !important;
  visibility: hidden !important;
}
.fsForm .fsFieldCell {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.fsForm .fsLabel {
  margin-bottom: 8px !important;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #141414;
}
.fsForm .fsLabel span {
  color: #141414;
}
.fsForm .fsSubFieldGroup {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap !important;
  gap: var(--xs-space);
  width: 100%;
}
@media (min-width: 768px) {
  .fsForm .fsSubFieldGroup {
    flex-direction: row;
    flex-wrap: wrap !important;
  }
}
.fsForm .fsSubField {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.fsForm .fsSubField > label {
  margin-top: var(--xxxs-space);
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.fsForm .fsSupportingSubLabel {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.fsForm .fsSupporting {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-top: var(--xxxs-space);
}
.fsForm .fsSupporting span {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.fsForm .fsHiddenField {
  display: none;
}

.fsForm input[data-field-invalid=true],
.fsForm textarea[data-field-invalid=true],
.fsForm .fsInvalidInput {
  border-radius: var(--border-radius) !important;
  border: 1px solid #AF2B11 !important;
  background-color: #FFFFFF !important;
}

.fsForm [class*=StyledSectionHeader] {
  background: none;
  margin: 0;
  padding: 0;
}

.fsForm .fsSectionHeading {
  /* Headings/h3 */
  font-family: Apercu;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 150% */
  background: none;
  margin: 0;
  padding-top: var(--base-space);
  text-align: left;
  color: #000;
}

/**
* For Fields: Short Answer, Name, Address, Email, Phone Number, Number, textarea
**/
.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox], [type=button]),
.fsForm textarea[type=text],
.fsForm .fsDateField .MuiInputBase-root {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  padding: var(--xs-space) var(--sm-space);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: var(--border-radius);
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  color: #141414;
  width: 100%;
  height: auto;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox], [type=button])::before,
.fsForm textarea[type=text]::before,
.fsForm .fsDateField .MuiInputBase-root::before {
  content: "";
}

.fsForm .fsDateField .MuiInputBase-root input[type=text] {
  padding: 0;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}

.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox]):not([readonly], [type=button]):hover,
.fsForm textarea[type=text]:not([readonly]):hover,
.fsForm .fsDateField .MuiInputBase-root:hover {
  border-color: #717171;
}

.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox], [type=button]):focus,
.fsForm textarea[type=text]:focus,
.fsForm .fsDateField .MuiInputBase-root.Mui-focused {
  border-color: #717171 !important;
  box-shadow: 0px 0px 0px 4px rgba(34, 34, 34, 0.5);
}

.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox]):not([readonly], [type=button]):active,
.fsForm textarea[type=text]:not([readonly]):active {
  border-color: #717171 !important;
  box-shadow: none;
  color: #141414;
}

.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox], [type=button])[disabled],
.fsForm textarea[type=text][disabled],
.fsForm input:not([class*=MuiInputBase-input], [type=radio], [type=checkbox], [type=button])[readonly],
.fsForm textarea[type=text][readonly],
.fsForm .fsDateField .MuiInputBase-root.Mui-readOnly {
  background-color: #F7F7F7;
  cursor: not-allowed;
}

.fsForm div[class*=fsValidationError] {
  border: 1px solid #AF2B11;
  border-radius: var(--border-radius);
  background: #FDEDEA;
  margin-bottom: var(--xxs-space);
  padding: var(--xxxs-space) var(--xxs-space);
}
.fsForm div[class*=StyledErrorBannerText] {
  display: flex;
  gap: var(--xxs-space);
  padding: 0;
  width: 100%;
  color: #AF2B11;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}
.fsForm div[class*=StyledErrorBannerIcon] {
  display: block;
  align-self: flex-start;
  margin: 0;
  position: relative;
  top: 4px;
  background-image: url(/etc.clientlibs/corporate-commons/clientlibs/"data:image/svg+xml,%3Csvg xmlns=%22http:/www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22%3E %3Cg clip-path=%22url(%23clip0_20966_1137)%22%3E %3Cpath d=%22M6 11.625C9.1065 11.625 11.625 9.1065 11.625 6C11.625 2.8935 9.1065 0.375 6 0.375C2.8935 0.375 0.375 2.8935 0.375 6C0.375 9.1065 2.8935 11.625 6 11.625Z%22 fill=%22%23AF2B11%22/%3E %3Cpath d=%22M6 3L6 6.5%22 stroke=%22white%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3Cpath d=%22M6 8.5C5.9337 8.5 5.87011 8.52634 5.82322 8.57322C5.77634 8.62011 5.75 8.6837 5.75 8.75C5.75 8.8163 5.77634 8.87989 5.82322 8.92678C5.87011 8.97366 5.9337 9 6 9%22 stroke=%22white%22/%3E %3Cpath d=%22M6 8.5C6.0663 8.5 6.12989 8.52634 6.17678 8.57322C6.22366 8.62011 6.25 8.6837 6.25 8.75C6.25 8.8163 6.22366 8.87989 6.17678 8.92678C6.12989 8.97366 6.0663 9 6 9%22 stroke=%22white%22/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id=%22clip0_20966_1137%22%3E %3Crect width=%2212%22 height=%2212%22 fill=%22white%22/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.fsForm > div[class*=StyledErrorBanner] {
  margin: var(--xl-space) 0;
  padding: var(--base-space);
  border: none;
}
.fsForm > div[class*=StyledErrorBanner] div[class*=StyledErrorBannerText]:first-child {
  display: flex;
  gap: var(--sm-space);
  padding: 0;
  margin: 0 0 var(--sm-space) 0;
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
}
.fsForm > div[class*=StyledErrorBanner] div[class*=StyledErrorBannerText]:first-child div[class*=StyledErrorBannerIcon] {
  display: block;
  position: relative;
  top: 0;
  left: -12px;
  scale: 2;
  width: 24px;
  height: 24px;
}
.fsForm > div[class*=StyledErrorBanner] a[class*=StyledErrorBannerText] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #AF2B11;
  text-decoration: underline;
  display: block;
  padding-left: 40px;
  word-break: break-word;
}

.fsForm label[class*=fsOptionLabel] {
  cursor: pointer;
}
.fsForm label[class*=fsOptionLabel] span {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}

.fsForm label[class*=fsOptionLabel]:hover span,
.fsForm label[class*=fsOptionLabel]:focus span {
  color: #C63A1E;
}

.fsForm label[class*=fsOptionLabel][readonly] span {
  color: #D2D2D2;
}

.fsForm label[class*=fsOptionLabel] span {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}

.fsForm input[type=checkbox] {
  position: relative;
  outline: none;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  width: 16px;
  height: 16px;
  margin: 0 var(--xxs-space) 0 0;
}
.fsForm input[type=checkbox]::before {
  display: block;
  position: relative;
  content: "";
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  background: var(--Neutrals-white-100, #FFF);
  background-color: #FFFFFF;
  width: 16px;
  height: 16px;
  margin: 0 var(--xxs-space) 0 0 !important;
}

.fsForm input[type=checkbox]:hover::before {
  border: 1px solid #C63A1E;
}

.fsForm input[type=checkbox]:active::before,
.fsForm input[type=checkbox]:focus::before {
  outline: none;
  border: 1px solid #C63A1E;
  box-shadow: 0px 0px 0px 2px rgba(230, 70, 38, 0.5);
}

.fsForm input[type=checkbox]:checked::before {
  position: relative;
  border: none;
  outline: none;
  background-color: #C63A1E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22%3E %3Cpath d=%22M4.00027 10.6432L0 6.64297L1.1427 5.50027L4.09563 8.44996L4.00027 8.35703L10.8573 1.5L12 2.6427L5.14297 9.50054L4.00108 10.6424L4.00027 10.6432Z%22 fill=%22white%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.fsForm input[type=checkbox][disabled]::before,
.fsForm input[type=checkbox][readonly]::before {
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  background: #F7F7F7;
}

.fsForm input[type=checkbox][disabled]:checked,
.fsForm input[type=checkbox][readonly]:checked {
  color: #717171;
}
.fsForm input[type=checkbox][disabled]:checked::before,
.fsForm input[type=checkbox][readonly]:checked::before {
  position: relative;
  border: none;
  outline: none;
  background-color: #D2D2D2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22%3E %3Cpath d=%22M4.00027 10.6432L0 6.64297L1.1427 5.50027L4.09563 8.44996L4.00027 8.35703L10.8573 1.5L12 2.6427L5.14297 9.50054L4.00108 10.6424L4.00027 10.6432Z%22 fill=%22white%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.fsForm input[type=radio] {
  display: block;
  position: relative;
  top: -1px;
  outline: none;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  width: 16px;
  height: 16px;
  margin: 0 var(--xxs-space) 0 0;
}
.fsForm input[type=radio]::before {
  display: block;
  position: relative;
  content: "";
  border: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Ccircle cx=%228%22 cy=%228%22 r=%227.5%22 fill=%22white%22 stroke=%22%23D2D2D2%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin: 0 var(--xxs-space) 0 0 !important;
}

.fsForm input[type=radio]:hover::before {
  background-image: url(/etc.clientlibs/corporate-commons/clientlibs/"data:image/svg+xml,%3Csvg xmlns=%22http:/www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22%3E %3Cg filter=%22url(%23filter0_d_20989_944)%22%3E %3Ccircle cx=%2210%22 cy=%2210%22 r=%228%22 fill=%22white%22/%3E %3Ccircle cx=%2210%22 cy=%2210%22 r=%227.5%22 stroke=%22%23C63A1E%22/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id=%22filter0_d_20989_944%22 x=%220%22 y=%220%22 width=%2220%22 height=%2220%22 filterUnits=%22userSpaceOnUse%22 color-interpolation-filters=%22sRGB%22%3E %3CfeFlood flood-opacity=%220%22 result=%22BackgroundImageFix%22/%3E %3CfeColorMatrix in=%22SourceAlpha%22 type=%22matrix%22 values=%220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%22 result=%22hardAlpha%22/%3E %3CfeMorphology radius=%222%22 operator=%22dilate%22 in=%22SourceAlpha%22 result=%22effect1_dropShadow_20989_944%22/%3E %3CfeOffset/%3E %3CfeComposite in2=%22hardAlpha%22 operator=%22out%22/%3E %3CfeColorMatrix type=%22matrix%22 values=%220 0 0 0 0.901961 0 0 0 0 0.27451 0 0 0 0 0.14902 0 0 0 0.5 0%22/%3E %3CfeBlend mode=%22normal%22 in2=%22BackgroundImageFix%22 result=%22effect1_dropShadow_20989_944%22/%3E %3CfeBlend mode=%22normal%22 in=%22SourceGraphic%22 in2=%22effect1_dropShadow_20989_944%22 result=%22shape%22/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}

.fsForm input[type=radio]:active::before,
.fsForm input[type=radio]:focus::before {
  outline: none;
  box-shadow: 0px 0px 0px 2px rgba(230, 70, 38, 0.5);
  background-image: url(/etc.clientlibs/corporate-commons/clientlibs/"data:image/svg+xml,%3Csvg xmlns=%22http:/www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22%3E %3Cg filter=%22url(%23filter0_d_20989_944)%22%3E %3Ccircle cx=%2210%22 cy=%2210%22 r=%228%22 fill=%22white%22/%3E %3Ccircle cx=%2210%22 cy=%2210%22 r=%227.5%22 stroke=%22%23C63A1E%22/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id=%22filter0_d_20989_944%22 x=%220%22 y=%220%22 width=%2220%22 height=%2220%22 filterUnits=%22userSpaceOnUse%22 color-interpolation-filters=%22sRGB%22%3E %3CfeFlood flood-opacity=%220%22 result=%22BackgroundImageFix%22/%3E %3CfeColorMatrix in=%22SourceAlpha%22 type=%22matrix%22 values=%220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%22 result=%22hardAlpha%22/%3E %3CfeMorphology radius=%222%22 operator=%22dilate%22 in=%22SourceAlpha%22 result=%22effect1_dropShadow_20989_944%22/%3E %3CfeOffset/%3E %3CfeComposite in2=%22hardAlpha%22 operator=%22out%22/%3E %3CfeColorMatrix type=%22matrix%22 values=%220 0 0 0 0.901961 0 0 0 0 0.27451 0 0 0 0 0.14902 0 0 0 0.5 0%22/%3E %3CfeBlend mode=%22normal%22 in2=%22BackgroundImageFix%22 result=%22effect1_dropShadow_20989_944%22/%3E %3CfeBlend mode=%22normal%22 in=%22SourceGraphic%22 in2=%22effect1_dropShadow_20989_944%22 result=%22shape%22/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}

.fsForm input[type=radio]:checked::before {
  display: block;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Ccircle cx=%228%22 cy=%228%22 r=%227.5%22 fill=%22white%22 stroke=%22%23C63A1E%22/%3E %3Ccircle cx=%228%22 cy=%228%22 r=%225%22 fill=%22%23C63A1E%22/%3E %3C/svg%3E");
}

.fsForm input[type=radio][disabled]:checked,
.fsForm input[type=radio][readonly]:checked {
  color: #717171;
}
.fsForm input[type=radio][disabled]:checked::before,
.fsForm input[type=radio][readonly]:checked::before {
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Ccircle cx=%228%22 cy=%228%22 r=%227.5%22 fill=%22%23F7F7F7%22 stroke=%22%23D2D2D2%22/%3E %3C/svg%3E");
}

.fsForm select[class*=StyledSelectInput] {
  display: none;
  visibility: hidden;
}
.fsForm [class*=SearchableDropdown] .MuiInputBase-root {
  cursor: pointer;
  border: 1px solid #D2D2D2;
  border-radius: var(--border-radius);
  padding: var(--xs-space) 65px var(--xs-space) var(--sm-space) !important;
}
.fsForm [class*=SearchableDropdown] .MuiInputBase-root:hover {
  border: 1px solid #717171;
}
.fsForm [class*=SearchableDropdown] .MuiInputBase-root.Mui-focused {
  outline: none !important;
  border-color: #717171 !important;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 0px 4px rgba(34, 34, 34, 0.5);
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-paper {
  box-shadow: 0px 8px 12px 0px rgba(34, 56, 68, 0.06);
  border: 1px solid #F2F2F8;
}
.fsForm [class*=SearchableDropdown] fieldset[class*=MuiOutlinedInput-notchedOutline] {
  outline: none;
  padding: 0;
  border: none !important;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-clearIndicator {
  background-image: url("data:image/svg+xml,%3Csvg width=%2216%22 height=%2216%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M14.389 0 8 6.389 1.611 0 0 1.611 6.389 8 0 14.389 1.611 16 8 9.611 14.389 16 16 14.389 9.611 8 16 1.611 14.389 0z%22 fill=%22%23E64626%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-clearIndicator svg {
  opacity: 0;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popupIndicator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Cpath d=%22M14.6667 5.3335L8.31411 10.5597C8.27289 10.5937 8.22393 10.6206 8.17004 10.639C8.11615 10.6574 8.05838 10.6668 8.00004 10.6668C7.9417 10.6668 7.88393 10.6574 7.83004 10.639C7.77615 10.6206 7.72719 10.5937 7.68597 10.5597L1.33337 5.3335%22 stroke=%22%23E64626%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popupIndicator svg {
  opacity: 0;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popupIndicatorOpen {
  transform: rotate(180deg);
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popupIndicatorOpen svg {
  opacity: 0;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popper {
  padding: 0;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-popper button {
  padding: var(--sm-space) !important;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-input {
  padding: 0 !important;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-listbox {
  padding: 8px 0 !important;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-option {
  padding: var(--sm-space);
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-option[aria-selected=true] {
  background: none;
  position: relative;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-option[aria-selected=true]::after {
  position: absolute;
  right: var(--sm-space);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22none%22%3E %3Cpath d=%22M5.33369 14.191L0 8.8573L1.5236 7.33369L5.46084 11.2666L5.33369 11.1427L14.4764 2L16 3.5236L6.8573 12.6674L5.33477 14.1899L5.33369 14.191Z%22 fill=%22%23E64626%22/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  width: 16px;
  height: 16px;
}
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-option:hover,
.fsForm [class*=SearchableDropdown] .MuiAutocomplete-option:focus {
  background-color: #F7F7F7;
}

.fsForm .fsSubField.fsFieldCity,
.fsForm .fsSubField.fsFieldState {
  flex-basis: calc(40% - var(--xs-space));
}
.fsForm .fsSubField.fsFieldZip {
  flex-basis: 20%;
}

.fsSubmit {
  margin: var(--base-space) 0 0 0 !important;
  padding: 0 !important;
}

button.fsSubmitButton[type=submit] {
  margin: 0;
}

.fsForm .fsPagination {
  margin: 30px 0 0 0 !important;
  padding: var(--base-space) 0 0 0 !important;
}
@media (max-width: 576px) {
  .fsForm .fsPagination {
    margin: 0 !important;
  }
}
.fsForm .fsPagination div[class*=StyledProgressIndicatorWrapper] {
  display: flex;
  gap: 14px;
}
@media (max-width: 576px) {
  .fsForm .fsPagination div[class*=StyledProgressIndicatorWrapper] {
    flex-basis: 100%;
    text-align: center;
    order: 3;
  }
}
.fsForm .fsPagination div[class*=StyledProgressIndicatorText] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  color: #141414;
}
.fsForm .fsPagination div[class*=StyledProgressIndicatorBar] {
  background-color: #D2D2D2;
  height: var(--xxxs-space);
}
.fsForm .fsPagination div[class*=StyledProgressIndicatorBar]::after {
  background-color: #C63A1E;
  height: 3.5px;
}
.fsForm .fsPagination div[class*=StyledFormNavigations] {
  gap: var(--xxs-space);
}
@media (max-width: 576px) {
  .fsForm .fsPagination div[class*=StyledFormNavigations] {
    gap: var(--base-space);
  }
}
.fsForm .fsPagination .fsNextButton, .fsForm .fsPagination .fsPreviousButton {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.fsForm .fsPagination .fsNextButton:hover, .fsForm .fsPagination .fsPreviousButton:hover {
  background: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 576px) {
  .fsForm .fsPagination .fsNextButton, .fsForm .fsPagination .fsPreviousButton {
    width: auto;
  }
  .fsForm .fsPagination .fsNextButton span, .fsForm .fsPagination .fsPreviousButton span {
    display: block;
  }
  .fsForm .fsPagination .fsNextButton::before, .fsForm .fsPagination .fsPreviousButton::before {
    display: none;
  }
}
.fsForm .fsPagination .fsSubmitButton {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #C63A1E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #C63A1E;
}
.fsForm .fsPagination .fsSubmitButton:hover {
  background: #AF2B11;
  border-color: #AF2B11;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 576px) {
  .fsForm .fsPagination .fsSubmitButton {
    width: auto;
    flex: none;
  }
}

.fsForm [data-internal-label*=rich-content] a {
  color: #C63A1E;
  text-decoration: underline;
}
.fsForm [data-internal-label*=rich-content] a:hover {
  text-decoration: none;
  color: #C63A1E;
}
.fsForm [data-internal-label*=rich-content] p, .fsForm [data-internal-label*=rich-content] ul li, .fsForm [data-internal-label*=rich-content] ol li {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.fsForm [data-internal-label*=rich-content] ul, .fsForm [data-internal-label*=rich-content] ol {
  padding-left: 0;
  list-style-position: outside;
}
.fsForm [data-internal-label*=rich-content] ul li::marker, .fsForm [data-internal-label*=rich-content] ol li::marker {
  color: #141414;
}
.fsForm [data-internal-label*=rich-content] ul {
  list-style-type: none;
  padding-left: 28px;
}
.fsForm [data-internal-label*=rich-content] ul li {
  padding-left: 28px;
  position: relative;
}
.fsForm [data-internal-label*=rich-content] ul li::before {
  content: "—";
  color: #141414;
  position: absolute;
  left: 0;
}
.fsForm [data-internal-label*=rich-content] ul li::marker {
  content: none;
}
.fsForm [data-internal-label*=rich-content] ul li ul {
  padding-left: 0;
}
.fsForm [data-internal-label*=rich-content] ul li ul li {
  list-style-type: none;
}
.fsForm [data-internal-label*=rich-content] ul li ul li::marker {
  content: none;
}
.fsForm [data-internal-label*=rich-content] ul li ol li {
  padding-left: 0;
}
.fsForm [data-internal-label*=rich-content] ul li ol li::marker {
  color: #141414;
}
.fsForm [data-internal-label*=rich-content] ul li ol li::before {
  content: none;
}
.fsForm [data-internal-label*=rich-content] ol {
  padding-left: 40px;
}
.fsForm [data-internal-label*=rich-content] ol li {
  padding-left: 0;
}
.fsForm [data-internal-label*=rich-content] ol li ul {
  padding-left: 0;
}
.fsForm [data-internal-label*=rich-content] ol li ul li {
  padding-left: 28px;
}
.fsForm [data-internal-label*=rich-content] ol li ul li::marker {
  content: none;
}
.fsForm [data-internal-label*=rich-content] ol li ol {
  padding-left: 16px;
}
.fsForm [data-internal-label*=rich-content] ol li ol li {
  padding-left: 0;
}
.fsForm [data-internal-label*=rich-content] table {
  overflow: hidden;
  border: 1px solid #D2D2D2;
}
.fsForm [data-internal-label*=rich-content] table th {
  position: relative;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  padding: 16px 24px;
}
.fsForm [data-internal-label*=rich-content] table th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: -100%;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.fsForm [data-internal-label*=rich-content] table td {
  padding: 16px 24px;
}
.fsForm [data-internal-label*=rich-content] table tr {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #D2D2D2;
}
.fsForm [data-internal-label*=rich-content] table tr:nth-child(odd) {
  background-color: transparent;
}
.fsForm [data-internal-label*=rich-content] table tr:first-child th:after {
  background-color: transparent;
}
.fsForm [data-internal-label*=rich-content] table tr:last-child th:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #D2D2D2;
}
.fsForm [data-internal-label*=rich-content] p {
  margin-block-start: 0;
}
.fsForm [data-internal-label*=rich-content] > div > :last-child {
  margin-bottom: 0;
}

.fsForm input[data-fs-field-name=creditcard][data-fs-field-alias=card] {
  padding-left: 40px !important;
}
.fsForm img[class*=StyledCreditCardIcon] {
  top: 17px !important;
}
.fsForm .fsSubFieldGroup label[class*=StyledLabel] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-top: 4px;
}
.fsForm .fsSubFieldGroup [class*=StyledSubField] {
  margin: 0;
}

.fsForm {
  /**
  * New upload button
  */
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] {
  display: flex;
  padding: calc(var(--base-space) + 48px + 16px) 138px var(--base-space) 138px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 1px dashed #D2D2D2;
  margin-top: var(--xxs-space);
  margin-bottom: 0;
  color: #424242;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2249%22 height=%2248%22 viewBox=%220 0 49 48%22 fill=%22none%22%3E %3Cpath d=%22M24.5 45.5625V28.3125%22 stroke=%22%23717171%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3Cpath d=%22M17.3125 35.5L24.5 28.3125L31.6875 35.5%22 stroke=%22%23717171%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3Cpath d=%22M34.5625 31.1875H36.7187C38.1847 31.19 39.6307 30.8475 40.9398 30.1878C42.2489 29.528 43.3844 28.5695 44.2545 27.3897C45.1246 26.2099 45.7049 24.8419 45.9485 23.3963C46.192 21.9507 46.0921 20.4681 45.6566 19.0683C45.2211 17.6685 44.4624 16.3908 43.4418 15.3385C42.4212 14.2862 41.1673 13.4888 39.7814 13.0108C38.3956 12.5327 36.9167 12.3875 35.4644 12.5868C34.012 12.7861 32.6269 13.3243 31.4211 14.1579C30.9398 11.5953 29.7705 9.21184 28.0384 7.26277C26.3064 5.3137 24.0769 3.87243 21.5886 3.09329C19.1002 2.31415 16.4469 2.22649 13.9125 2.83969C11.3782 3.45288 9.05841 4.74384 7.20151 6.57434C5.34461 8.40484 4.02055 10.7059 3.37113 13.2312C2.7217 15.7565 2.77136 18.4108 3.51478 20.9101C4.25821 23.4093 5.6674 25.6592 7.59147 27.419C9.51554 29.1788 11.882 30.3821 14.4375 30.9%22 stroke=%22%23717171%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
  background-position: center var(--base-space);
  background-repeat: no-repeat;
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] svg {
  display: none;
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] button[class*=StyledBrowseButton] {
  color: #C63A1E;
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] [class*=AsyncFileUploadstyles__StyledDragAndDropText] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #424242;
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] [class*=AsyncFileUploadstyles__StyledSupportingText] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.fsForm [class*=AsyncFileUploadstyles__StyledFileItemContainer] {
  display: flex;
  padding: var(--xxxs-space) var(--xxs-space);
  justify-content: space-between;
  align-items: center;
  gap: var(--xxs-space);
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #40645C;
  background: var(--Tertiary-Eucalypt-green-80, #EFF5F3);
  margin-top: 6px;
  margin-bottom: 0;
}
.fsForm [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] + [class*=AsyncFileUploadstyles__StyledFileItemContainer] {
  margin-top: 16px;
}
.fsForm [class*=AsyncFileUploadstyles__StyledFileNameContainer] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #40645C;
}
.fsForm [class*=AsyncFileUploadstyles__StyledRemoveButton] {
  position: relative;
}
.fsForm [class*=AsyncFileUploadstyles__StyledRemoveButton]::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 10 10%22 fill=%22none%22%3E %3Cpath d=%22M2.0293 7.79449L7.794 2.02979%22 stroke=%22%23EFF5F3%22 stroke-width=%221.08088%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3Cpath d=%22M7.794 7.79449L2.0293 2.02979%22 stroke=%22%23EFF5F3%22 stroke-width=%221.08088%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.fsForm [class*=AsyncFileUploadstyles__StyledRemoveButton] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22%3E %3Ccircle cx=%226%22 cy=%226%22 r=%226%22 fill=%22%2340645C%22/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.fsForm [class*=AsyncFileUploadstyles__StyledRemoveButton] svg {
  opacity: 0;
}
.fsForm {
  /*
  * Old upload button
  */
}
.fsForm .fsFormStackOldUploadButtonContainer {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: var(--xs-space);
  align-items: center;
}
.fsForm input[id$=choose-file] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  border: 2px solid #C63A1E;
  border-radius: 4px;
  color: #C63A1E;
  padding: 10px 24px;
  transition: all 0.3s;
  background: none;
}
.fsForm input[id$=choose-file]:hover {
  background: #FDEDEA;
  color: #C63A1E;
  border-color: #C63A1E;
  cursor: pointer;
  text-decoration: none;
}
.fsForm input[id$=remove-file] {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.fsForm input[id$=remove-file]::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.fsForm input[id$=remove-file]:hover {
  background-color: #FDEDEA;
  color: #C63A1E;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.fsForm input[id$=remove-file]:hover::after {
  background-color: #C63A1E;
}
.fsForm input[id$=remove-file]:after {
  display: none;
}
.fsForm input[id$=remove-file] {
  --bottom-colour: #C63A1E;
  --bottom-hover-colour: #C63A1E;
}
.m-bespoke-layout--bg-sand .fsForm input[id$=remove-file] {
  --bottom-colour: #C63A1E;
  --bottom-hover-colour: #141414;
}
.fsForm input[id$=remove-file] {
  background-image: linear-gradient(to top, var(--bottom-colour) 1px, transparent 1px);
  background-position: center -2px;
}
.fsForm input[id$=remove-file]:hover, .fsForm input[id$=remove-file]:focus {
  background-image: linear-gradient(to top, var(--bottom-hover-colour) 1px, transparent 1px);
  background-position: center -2px;
}
.fsForm [class*=StyledFileUploadName] {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
}

.fsForm [class*=RatingField__RatingContainer] {
  margin-top: var(--xxs-space);
  margin-bottom: 0;
  gap: var(--xxxs-space);
}
.fsForm button[class*=fsRatingPipButton] {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22 fill=%22none%22%3E %3Cpath d=%22M15.3867 1.7655C15.4337 1.63858 15.5179 1.52922 15.6278 1.45204C15.7377 1.37485 15.8683 1.3335 16.002 1.3335C16.1357 1.3335 16.2662 1.37485 16.3762 1.45204C16.4861 1.52922 16.5702 1.63858 16.6173 1.7655L19.9449 11.3336H29.3426C29.477 11.3336 29.6081 11.3754 29.7184 11.4533C29.8287 11.5312 29.9127 11.6415 29.9593 11.7694C30.0058 11.8972 30.0126 12.0365 29.9788 12.1683C29.9449 12.3002 29.872 12.4184 29.7699 12.507L21.917 19.1098L25.2038 29.1232C25.2478 29.2574 25.2485 29.4023 25.206 29.537C25.1634 29.6716 25.0798 29.7891 24.9671 29.8723C24.8544 29.9556 24.7185 30.0004 24.5791 30.0002C24.4397 30 24.3039 29.9548 24.1915 29.8713L16.0007 23.7765L7.80592 29.8713C7.69337 29.9532 7.55819 29.997 7.41965 29.9963C7.28111 29.9957 7.14631 29.9507 7.0345 29.8678C6.92268 29.7848 6.83956 29.6682 6.797 29.5345C6.75444 29.4008 6.75462 29.2568 6.79752 29.1232L10.0844 19.1098L2.23013 12.507C2.128 12.4184 2.05509 12.3002 2.02122 12.1683C1.98735 12.0365 1.99415 11.8972 2.04071 11.7694C2.08727 11.6415 2.17134 11.5312 2.28161 11.4533C2.39187 11.3754 2.52303 11.3336 2.65742 11.3336H12.0565L15.3867 1.7655Z%22 fill=%22%23717171%22 stroke=%22%23717171%22 stroke-width=%221.66667%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
  margin: 0 !important;
  width: 32px;
  height: 32px;
}
.fsForm button[class*=fsRatingPipButton] [class*=StyledRatingIcon] {
  display: none;
}
.fsForm button[class*=fsRatingPipButton]:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22 fill=%22none%22%3E %3Cpath d=%22M15.3869 1.7655C15.4339 1.63858 15.518 1.52922 15.628 1.45204C15.7379 1.37485 15.8684 1.3335 16.0022 1.3335C16.1359 1.3335 16.2664 1.37485 16.3763 1.45204C16.4863 1.52922 16.5704 1.63858 16.6175 1.7655L19.945 11.3336H29.3428C29.4771 11.3336 29.6083 11.3754 29.7186 11.4533C29.8288 11.5312 29.9129 11.6415 29.9595 11.7694C30.006 11.8972 30.0128 12.0365 29.979 12.1683C29.9451 12.3002 29.8722 12.4184 29.7701 12.507L21.9171 19.1098L25.204 29.1232C25.2479 29.2574 25.2487 29.4023 25.2062 29.537C25.1636 29.6716 25.0799 29.7891 24.9673 29.8723C24.8546 29.9556 24.7187 30.0004 24.5793 30.0002C24.4399 30 24.3041 29.9548 24.1916 29.8713L16.0008 23.7765L7.8061 29.8713C7.69356 29.9532 7.55837 29.997 7.41983 29.9963C7.2813 29.9957 7.1465 29.9507 7.03468 29.8678C6.92286 29.7848 6.83974 29.6682 6.79718 29.5345C6.75462 29.4008 6.7548 29.2568 6.7977 29.1232L10.0845 19.1098L2.23031 12.507C2.12818 12.4184 2.05527 12.3002 2.0214 12.1683C1.98753 12.0365 1.99434 11.8972 2.04089 11.7694C2.08745 11.6415 2.17153 11.5312 2.28179 11.4533C2.39206 11.3754 2.52322 11.3336 2.6576 11.3336H12.0566L15.3869 1.7655Z%22 fill=%22%23C63A1E%22 fill-opacity=%220.14%22 stroke=%22%23C63A1E%22 stroke-width=%221.66667%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
}
.fsForm button[aria-checked=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22 fill=%22none%22%3E %3Cpath d=%22M15.3865 1.7655C15.4336 1.63858 15.5177 1.52922 15.6276 1.45204C15.7375 1.37485 15.8681 1.3335 16.0018 1.3335C16.1355 1.3335 16.266 1.37485 16.376 1.45204C16.4859 1.52922 16.57 1.63858 16.6171 1.7655L19.9447 11.3336H29.3424C29.4768 11.3336 29.6079 11.3754 29.7182 11.4533C29.8285 11.5312 29.9125 11.6415 29.9591 11.7694C30.0057 11.8972 30.0125 12.0365 29.9786 12.1683C29.9447 12.3002 29.8718 12.4184 29.7697 12.507L21.9168 19.1098L25.2036 29.1232C25.2476 29.2574 25.2483 29.4023 25.2058 29.537C25.1632 29.6716 25.0796 29.7891 24.9669 29.8723C24.8542 29.9556 24.7183 30.0004 24.5789 30.0002C24.4395 30 24.3037 29.9548 24.1913 29.8713L16.0005 23.7765L7.80573 29.8713C7.69319 29.9532 7.558 29.997 7.41947 29.9963C7.28093 29.9957 7.14613 29.9507 7.03431 29.8678C6.92249 29.7848 6.83937 29.6682 6.79681 29.5345C6.75426 29.4008 6.75444 29.2568 6.79733 29.1232L10.0842 19.1098L2.22995 12.507C2.12781 12.4184 2.0549 12.3002 2.02104 12.1683C1.98717 12.0365 1.99397 11.8972 2.04053 11.7694C2.08708 11.6415 2.17116 11.5312 2.28142 11.4533C2.39169 11.3754 2.52285 11.3336 2.65723 11.3336H12.0563L15.3865 1.7655Z%22 fill=%22%23C63A1E%22 stroke=%22%23C63A1E%22 stroke-width=%221.66667%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E %3C/svg%3E");
}

.fsForm [class*=StyledSignatureContainer] {
  border-radius: var(--border-radius) !important;
  border: 1px solid #D2D2D2 !important;
  background: #FFFFFF !important;
  margin-top: var(--xxs-space);
}
.fsForm [class*=StyledSignatureLine] {
  bottom: var(--base-space) !important;
  background-color: #717171 !important;
}
.fsForm [class*=StyledSignatureLine]::before {
  display: block;
  content: "Signature area";
  position: relative;
  top: -40px;
  width: 100%;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  color: #717171;
}
.fsForm .StyledSignatureLabel--has-signature [class*=StyledSignatureLine]::before {
  display: none;
}

.fsForm [class*=EventProductField__StyledEventContainer] {
  display: flex;
  justify-content: space-between;
  gap: 0;
  color: #141414;
}
.fsForm [class*=EventProductField__StyledEventContainer] img.fsProductField__image {
  width: 57px;
  height: 57px;
}
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledImageContainer] {
  padding-right: var(--xs-space);
}
.fsForm [class*=EventProductField__StyledEventContainer] .fsProductField__info__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  width: 100%;
}
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledPriceContainer] {
  display: flex;
  flex-direction: column;
  gap: var(--xxs-space);
}
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledPriceContainer] .fsProductField__fields__fixed-amount {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  width: auto;
  height: 57px;
  color: #141414 !important;
  margin: 0;
}
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledPriceContainer] .fsProductField__fields__quantity,
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledPriceContainer] .fsProductField__fields__sold-out {
  color: #141414 !important;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  line-height: 20px;
}
.fsForm [class*=EventProductField__StyledEventContainer] [class*=EventProductField__StyledPriceContainer] .fsProductField__fields__sold-out {
  text-transform: uppercase;
}

.fsForm [class*=StyledMatrixTable] tbody > tr:first-child > td {
  background-color: #F7F7F7;
}
.fsForm [class*=StyledMatrixTable] tr:not(:first-child) > th {
  background-color: #FFFFFF;
}
.fsForm [class*=StyledMatrixTable] th.fsMatrixLabelRow::after {
  display: none;
}
.fsForm [class*=StyledMatrixTable] th.fsMatrixLabelRow::before {
  display: none;
}
.fsForm [class*=StyledMatrixTable] th {
  text-align: center;
}
.fsForm [class*=StyledMatrixTable] tr[role=radiogroup] th {
  padding: var(--xxs-space) var(--base-space);
  height: 48px;
}
.fsForm [class*=StyledMatrixTable] .fsMatrix {
  left: calc(50% - 7px);
}

.fsForm table.fsTable {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: none;
  margin: auto;
  padding: 131px 0;
  text-align: center;
}
.fsForm #fsSubmissionCheckmark {
  width: 100%;
  height: 64px;
  background-image: url(/etc.clientlibs/corporate-commons/clientlibs/"data:image/svg+xml,%3Csvg xmlns=%22http:/www.w3.org/2000/svg%22 width=%2265%22 height=%2264%22 viewBox=%220 0 65 64%22 fill=%22none%22%3E %3Cg clip-path=%22url(%23clip0_20077_4877)%22%3E %3Cpath d=%22M32.5 0C26.171 0 19.9841 1.87677 14.7218 5.39297C9.45939 8.90918 5.35787 13.9069 2.93587 19.7541C0.513865 25.6014 -0.119842 32.0355 1.11489 38.2429C2.34961 44.4503 5.39732 50.1521 9.8726 54.6274C14.3479 59.1027 20.0497 62.1504 26.2571 63.3851C32.4645 64.6199 38.8987 63.9861 44.7459 61.5641C50.5931 59.1421 55.5908 55.0406 59.107 49.7782C62.6232 44.5159 64.5 38.329 64.5 32C64.5 23.5131 61.1286 15.3737 55.1274 9.37258C49.1263 3.37142 40.9869 0 32.5 0ZM50.98 21.8667L32.7133 46.64C32.5008 46.9297 32.2319 47.1734 31.9228 47.3565C31.6137 47.5397 31.2708 47.6585 30.9146 47.7058C30.5585 47.7531 30.1964 47.728 29.8502 47.6319C29.504 47.5358 29.1808 47.3708 28.9 47.1467L15.86 36.72C15.5861 36.4999 15.3583 36.2279 15.1899 35.9195C15.0214 35.6112 14.9155 35.2726 14.8784 34.9232C14.8412 34.5737 14.8735 34.2204 14.9733 33.8835C15.0731 33.5466 15.2385 33.2328 15.46 32.96C15.9031 32.4223 16.5391 32.0794 17.2318 32.0046C17.9246 31.9299 18.6191 32.1292 19.1667 32.56L30.0467 41.2533L46.6867 18.6667C47.1066 18.1044 47.7311 17.7303 48.425 17.6254C49.1189 17.5206 49.8261 17.6935 50.3933 18.1067C50.6814 18.3129 50.9254 18.5746 51.1112 18.8762C51.297 19.1779 51.4209 19.5135 51.4755 19.8636C51.5301 20.2136 51.5144 20.5711 51.4293 20.915C51.3443 21.2589 51.1915 21.5824 50.98 21.8667Z%22 fill=%22%23E64626%22/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id=%22clip0_20077_4877%22%3E %3Crect width=%2264%22 height=%2264%22 fill=%22white%22 transform=%22translate(0.5)%22/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  margin-top: 0;
}
.fsForm #fsSubmissionCheckmark ~ .fsSectionText {
  margin: 0 !important;
  padding: 30px !important;
  width: 100% !important;
}
.fsForm #fsSubmissionCheckmark ~ .fsSectionText pre, .fsForm #fsSubmissionCheckmark ~ .fsSectionText p {
  color: #141414;
  font-feature-settings: "liga" off, "clig" off;
  /* Body text/p-regular */
  font-family: Apercu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.fsForm #fsSubmissionCheckmark ~ .fsSectionText * {
  margin-top: 0 !important;
}
.fsForm #fsSubmissionCheckmark ~ .fsSectionText *:last-child {
  margin-bottom: 24px;
}
.fsForm table.fsTable > .fsSectionHeader {
  padding: 0;
}
.fsForm table.fsTable > .fsSectionHeader .fsRowTop {
  display: none;
}
.fsForm table.fsTable > .fsSectionHeader .fsSectionRow {
  border: none;
}
.fsForm table.fsTable > .fsSectionHeader .fsSectionRow .fsRowOpen {
  display: none;
}
.fsForm table.fsTable > .fsSectionHeader .fsSectionRow .fsRowClose {
  display: none;
}
.fsForm table.fsTable > .fsSectionHeader .fsRowBottom {
  display: none;
}
.fsForm table.fsTable > .fsSectionHeader .fsRowBody {
  padding: 0;
}

.fsform-container [class*=StyledWelcomeMessageContainer] {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin: auto;
  text-align: center;
}
.fsform-container [class*=StyledWelcomeMessageContent] {
  padding-bottom: 30px;
}
.fsform-container [class*=StyledWelcomeMessageText] {
  margin-bottom: 24px;
  padding: 30px 30px 0 30px;
}
.fsform-container [class*=StyledWelcomeMessageText] * {
  margin-top: 0 !important;
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-support-channel {
  background-color: #F7F7F7;
}
.m-support-channel__wrapper {
  display: grid;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .m-support-channel__wrapper {
    grid-template-columns: 312px 1fr;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.m-support-channel__title .m-title {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .m-support-channel__title .m-title {
    margin-bottom: 0;
  }
}
.m-support-channel__title__italic-text {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
  font-family: var(--usyd-font-teritary);
  font-style: italic;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .m-support-channel__title__italic-text {
    letter-spacing: 0.38px;
  }
}
@-moz-document url-prefix() {
  .m-support-channel__title__italic-text {
    font-variant-ligatures: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .m-support-channel__title__italic-text {
    font-variant-ligatures: none;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .m-support-channel__title__italic-text {
    font-variant-ligatures: none;
  }
}
.m-support-channel__channels {
  display: grid;
  row-gap: 44px;
}
@media (min-width: 576px) {
  .m-support-channel__channels {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .m-support-channel__channels {
    -moz-column-gap: 64px;
         column-gap: 64px;
    flex: 1;
  }
}
.m-support-channel__channels__title-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .m-support-channel__channels__title-wrapper {
    grid-template-columns: auto;
    margin-bottom: 0;
  }
}
.m-support-channel__channels__title {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .m-support-channel__channels__title {
    margin-bottom: 16px;
  }
}
.m-support-channel__channels__description {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #141414;
  margin-bottom: 16px;
}
.m-support-channel__channels__sub-title {
  margin-bottom: 0;
}
.m-support-channel__channels__links {
  color: #C63A1E;
  text-decoration: underline;
}
.m-support-channel__channels__links:hover {
  text-decoration: none;
  color: #C63A1E;
}
.m-support-channel__channels__links {
  display: block;
  margin-bottom: 16px;
}
.m-support-channel__channels__links:last-child {
  margin-bottom: 0;
}
.m-support-channel__cta .cmp-button {
  display: inline-block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  color: #C63A1E;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 0;
  background-color: unset;
  text-align: center;
}
.m-support-channel__cta .cmp-button::after {
  content: "";
  position: relative;
  display: block;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #C63A1E;
}
.m-support-channel__cta .cmp-button:hover {
  background-color: none;
  color: #141414;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.m-support-channel__cta .cmp-button:hover::after {
  background-color: #141414;
}
.m-support-channel__cta .cmp-button {
  text-decoration: none;
}
:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-sql-left-list {
  margin: 15px 0;
}
.m-sql-left-list__status-tick {
  font-weight: 700;
  padding-left: 30px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='green' width='30' height='30' viewBox='0 0 24 28'><path d='M5.334 14.191 0 8.857l1.524-1.523 3.937 3.933-.127-.124L14.476 2 16 3.524l-9.143 9.143-1.522 1.523-.001.001z'></path></svg>") no-repeat;
}
.m-content-radio-group--cws__option-content {
  color: #333333;
}
.m-content-radio-group--cws__option-content > :first-child {
  font-weight: 500;
}
.m-content-radio-group--cws__option-content > :last-child {
  font-size: 14px;
  font-weight: 400;
}
.m-content-radio-group--cws__option {
  padding-top: 0;
}

.m-form-title--cws--3 {
  margin-top: -10px;
  font-size: 24px !important;
}

.m-popup-modal--cws__title {
  margin-top: 0;
}

.m-lead-gen .m-title {
  margin-top: 0;
  font-size: 32px;
}
.m-lead-gen .m-form-message {
  margin-bottom: 0;
}

:root {
  --component-margin-bottom: 40px;
  --zindex-personalization-stripe-panel:1100;
}

:root {
  --component-margin: 32px;
}

.m-global-desktop-nav {
  font-family: var(--usyd-font-primary);
  font-weight: 400;
}

.m-global-desktop-nav {
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--usyd-font-primary);
  font-weight: 400;
}

h1[data-type=white], h2[data-type=white], h3[data-type=white], h4[data-type=white], h5[data-type=white] {
  color: #FFFFFF;
}
h1[data-type=charcoal], h2[data-type=charcoal], h3[data-type=charcoal], h4[data-type=charcoal], h5[data-type=charcoal] {
  color: #141414;
}
h1[data-type=black], h2[data-type=black], h3[data-type=black], h4[data-type=black], h5[data-type=black] {
  color: #141414;
}
h1[data-type=black100], h2[data-type=black100], h3[data-type=black100], h4[data-type=black100], h5[data-type=black100] {
  color: #141414;
}
h1[data-type=red], h2[data-type=red], h3[data-type=red], h4[data-type=red], h5[data-type=red] {
  color: #E64626;
}
h1[data-type=uiRed], h2[data-type=uiRed], h3[data-type=uiRed], h4[data-type=uiRed], h5[data-type=uiRed] {
  color: #E64626;
}
h1[data-type=yellow], h2[data-type=yellow], h3[data-type=yellow], h4[data-type=yellow], h5[data-type=yellow] {
  color: #FFB800;
}
h1[data-type=green], h2[data-type=green], h3[data-type=green], h4[data-type=green], h5[data-type=green] {
  color: #00A485;
}
h1[data-type=anchorLink], h2[data-type=anchorLink], h3[data-type=anchorLink], h4[data-type=anchorLink], h5[data-type=anchorLink] {
  color: #C63A1E;
}
h1[data-type=blue120], h2[data-type=blue120], h3[data-type=blue120], h4[data-type=blue120], h5[data-type=blue120] {
  color: #283353;
}
h1[data-type=ochre120], h2[data-type=ochre120], h3[data-type=ochre120], h4[data-type=ochre120], h5[data-type=ochre120] {
  color: #AF2B11;
}

/*
Calculating the desired width of a container whist keeping the ratio of width to height fixed. Useful for
calculating the size of containers designed to display images, with the image specified as a background.

This function has two modes:
1. Absolute mode ($baseWidth is specified in px, ems, rems) will calculate the correct height given the width and ratio specified and set fixed values
2. Relative mode ($baseWidth is a percentage) causes the container to scale the height in ratio when the width changes
*/
/*
 * Give elements a nice browser focus appearance (ripped from BS)
 */
/*
 * Reset styles where ul and li elements are being used for semantic meaning, not display. Use sparingly, for compatibility
 * only and take note that this can unintentionally affect nested lists.
 */
.m-nav-tabs {
  background-color: #FFFFFF;
  padding-bottom: 16px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 24px;
}

:root {
  --global-nav-padding-top: 12px;
  --global-nav-header-button-height: 76px;
}

.m-link--global-nav-l2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 400ms;
  font-weight: 300;
  width: 100%;
}
.m-link--global-nav-l2__content {
  color: #141414;
}
.m-link--global-nav-l2:hover .m-link--global-nav-l2__content, .m-link--global-nav-l2:focus .m-link--global-nav-l2__content {
  color: #C63A1E;
}
.m-sub-nav-spotlight__item--selected .m-link--global-nav-l2 {
  padding-left: 12px;
  border-left: 4px solid #C63A1E;
}
.m-sub-nav-spotlight__item--selected .m-link--global-nav-l2:after {
  display: none;
}
.m-link--global-nav-l2__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-link--global-nav-l2:hover .m-link__icon-right, .m-link--global-nav-l2:focus .m-link__icon-right {
  right: -5px;
}

.m-link--global-nav-l3 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  transition: all 400ms;
}
.m-link--global-nav-l3--parent .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-link--global-nav-l3--parent:hover .m-link__icon-right {
  right: -5px;
}
.m-link--global-nav-l3__content {
  color: #141414;
  position: relative;
}
.m-link--global-nav-l3__content:after {
  background-color: #C63A1E;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 400ms;
}
.m-link--global-nav-l3:hover .m-link--global-nav-l3__content:after {
  opacity: 1;
}
.m-link--global-nav-l3--parent .m-link--global-nav-l3__content {
  color: #C63A1E;
}
.m-link--global-nav-l3:hover .m-link--global-nav-l3__content {
  color: #C63A1E;
}

.m-button-primary-search {
  border: none;
  padding: 12px 0 12px 20px;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  color: #141414;
  width: 175px;
  height: 55px;
}
.m-button-primary-search__text {
  font-size: 30px;
  text-align: right;
}
.m-button-primary-search:focus .m-button-primary-search__text, .m-button-primary-search:hover .m-button-primary-search__text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.m-search-primary {
  position: relative;
  top: -64px;
}
@media (min-width: 992px) {
  .m-search-primary {
    top: 0;
  }
}
.m-search-primary__wrapper {
  position: absolute;
  top: 0;
  z-index: 5400;
  background: rgba(230, 70, 38, 0.95);
  color: #141414;
  width: 100%;
}
.m-search-primary__container {
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: var(--global-nav-padding-top);
  height: 100vh;
}
@media (min-width: 992px) {
  .m-search-primary__container {
    max-width: 1440px;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 59px;
    padding-right: 59px;
    height: auto;
  }
}
.m-search-primary__head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .m-search-primary__head {
    margin-bottom: 44px;
  }
}
@media (min-width: 992px) {
  .m-search-primary__logo {
    display: none;
    visibility: hidden;
  }
}
.m-search-primary__search-label {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #141414;
}
@media (min-width: 992px) {
  .m-search-primary__search-label {
    border-bottom: 1px solid #141414;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
  }
}
.m-search-primary__search-field {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #141414;
  padding-bottom: 16px;
  color: #141414;
  font-weight: 700;
  font-size: 60px;
  outline: none;
  box-shadow: none;
  width: 100%;
}
@media (min-width: 992px) {
  .m-search-primary__search-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 139px;
    align-self: stretch;
    padding-bottom: 6px;
  }
}
.m-search-primary__options-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .m-search-primary__options-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 31px;
    margin-bottom: 44px;
    margin-right: 54px;
  }
}
@media (max-width: 991px) {
  .m-search-primary__options-description {
    color: #141414;
    font-family: var(--usyd-font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    margin: 16px 0;
  }
}
.m-search-primary__options {
  margin: 24px 0 8px;
}
@media (min-width: 992px) {
  .m-search-primary__options {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.m-search-primary__options label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .m-search-primary__options label {
    color: #141414;
    font-family: var(--usyd-font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.m-search-primary__options label .m-radio-group--cws__text {
  font-family: var(--usyd-font-primary);
}
.m-search-primary__button-container {
  display: flex;
  justify-content: flex-end;
}
.m-search-primary__button {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  background: #141414;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s;
  border: 2px solid #141414;
}
.m-search-primary__button:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #141414;
  cursor: pointer;
  text-decoration: none;
}

:root {
  --global-nav-header-button-height: 76px;
}

.m-global-desktop-nav {
  visibility: hidden;
}
@media (min-width: 992px) {
  .m-global-desktop-nav {
    visibility: visible;
  }
}
.m-global-desktop-nav ol, .m-global-desktop-nav ul {
  list-style: none;
  padding-left: 0;
}
.m-global-desktop-nav {
  position: relative;
  z-index: 5350;
}
.m-global-desktop-nav__header {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.06);
  min-height: var(--global-nav-header-button-height);
}
.m-global-desktop-nav__logo {
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
.m-global-desktop-nav__logo-image {
  height: 52px;
}
.m-global-desktop-nav__search-item {
  margin-left: 20px;
}
.m-global-desktop-nav__header-link {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  padding: 16px 14px;
  color: #141414;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  min-height: var(--global-nav-header-button-height);
  transition: all 400ms ease-in-out;
  background-color: #FFFFFF;
  cursor: pointer;
}
.m-global-desktop-nav__header-link:after {
  background-color: #C63A1E;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.5px;
  opacity: 0;
  content: "";
}
.m-global-desktop-nav__header-link:hover, .m-global-desktop-nav__header-link:focus {
  text-decoration: none;
  background-color: #C63A1E;
  color: #FFFFFF;
}
.m-global-desktop-nav__header-link--selected:after {
  opacity: 1;
}

.m-clickable-icon--search-p1 {
  display: flex;
  align-items: center;
  border: 1px solid #C63A1E;
  background-color: #C63A1E;
  padding: 22px;
  transition: all 400ms ease-in-out;
  max-height: var(--global-nav-header-button-height);
}
.m-clickable-icon--search-p1--over {
  background-color: #FFFFFF;
  color: #C63A1E;
}
.m-clickable-icon--search-p1--out {
  background-color: #C63A1E;
}

.m-sub-nav-spotlight {
  justify-content: flex-end;
  position: absolute;
  width: 100vw;
  left: 0;
  height: calc(100vh - 109px);
}
.m-sub-nav-spotlight__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
  padding: 0;
  width: 890px;
  height: 100%;
}
.m-sub-nav-spotlight__inner-container {
  background-color: #F7F7F7;
  position: relative;
  width: 890px;
  height: 100%;
}
.m-sub-nav-spotlight__inner-container--selected {
  z-index: 2000;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.06);
}
.m-sub-nav-spotlight__title {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  text-decoration: none;
  transition: all 400ms;
  color: #141414;
}
.m-sub-nav-spotlight__title:hover, .m-sub-nav-spotlight__title:focus {
  color: #C63A1E;
  text-decoration: underline;
}
.m-sub-nav-spotlight__title-text {
  margin-right: 20px;
  color: #141414;
  font-family: var(--usyd-font-teritary);
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.4px;
  transition: all 400ms;
}
.m-sub-nav-spotlight__title:hover .m-sub-nav-spotlight__title-text,
.m-sub-nav-spotlight__title-text .m-sub-nav-spotlight__title:focus {
  color: #C63A1E;
}
.m-sub-nav-spotlight__l2-panel {
  padding: 52px 52px 52px 52px;
  height: 100%;
}
.m-sub-nav-spotlight__l2-panel--bg-gradient {
  position: relative;
  top: -47px;
  width: 95%;
  height: 47px;
  background: linear-gradient(0deg, #F7F7F7 0%, rgba(241, 241, 241, 0) 100%);
  z-index: 100;
}
.m-sub-nav-spotlight__left-container, .m-sub-nav-spotlight__sub-level-container {
  position: relative;
  height: 100%;
}
.m-sub-nav-spotlight__spotlight-panel {
  position: relative;
  z-index: 1;
  padding: 136px 52px 52px 80px;
  height: 100%;
}
.m-sub-nav-spotlight__l3-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 196px 51px 52px 51px;
  height: 100%;
  z-index: 2;
}
.m-sub-nav-spotlight__l3-panel--bg-gradient {
  position: relative;
  top: -47px;
  width: 95%;
  height: 47px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(241, 241, 241, 0) 100%);
  z-index: 100;
}
.m-sub-nav-spotlight__items {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 12.5px;
}
.m-sub-nav-spotlight__items::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.m-sub-nav-spotlight__items::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 5px;
}
.m-sub-nav-spotlight__items::-webkit-scrollbar-track {
  background: transparent;
}
.m-sub-nav-spotlight__items--l2-panel {
  padding-bottom: 20px;
  max-height: calc(100% - (196px - 52px));
}
.m-sub-nav-spotlight__items--l3-panel {
  padding-bottom: 20px;
  max-height: 100%;
}
.m-sub-nav-spotlight__item {
  margin-bottom: 12px;
  padding: 8px;
}
.m-sub-nav-spotlight__item:last-of-type {
  padding-bottom: 20px;
}
.m-sub-nav-spotlight__accessibility-link--hidden {
  position: absolute;
  left: -100vw;
  z-index: -999;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.m-link--global-nav-underline:after {
  background-color: #C63A1E;
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 400ms;
}
.m-link--global-nav-underline:hover:after, .m-link--global-nav-underline:focus:after {
  opacity: 1;
}

.m-link--spotlight-panel-close-btn {
  padding: 12px;
}
.m-link--spotlight-panel-close-btn__icon-left {
  margin-right: 12px;
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.m-link--spotlight-panel-close-btn__content {
  color: #141414;
  font-style: normal;
  font-weight: 400;
}
.m-link--spotlight-panel-close-btn:hover .m-link--spotlight-panel-close-btn__content, .m-link--spotlight-panel-close-btn:focus .m-link--spotlight-panel-close-btn__content {
  color: #C63A1E;
}
.m-link--spotlight-panel-close-btn:hover, .m-link--spotlight-panel-close-btn:focus {
  text-decoration: underline;
}
.m-link--spotlight-panel-close-btn:hover .m-link--spotlight-panel-close-btn__icon-left, .m-link--spotlight-panel-close-btn:focus .m-link--spotlight-panel-close-btn__icon-left {
  left: -5px;
}

.m-global-mobile-nav {
  visibility: visible;
}
@media (min-width: 992px) {
  .m-global-mobile-nav {
    visibility: hidden;
    display: none;
  }
}
.m-global-mobile-nav ol,
.m-global-mobile-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.m-global-mobile-nav {
  padding-bottom: 24px;
}
.m-global-mobile-nav__header {
  padding: 12px 16px;
  margin: 0;
  max-height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 5350;
  border-bottom: 1px solid #D2D2D2;
}
.m-global-mobile-nav__logo {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.m-global-mobile-nav__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.m-global-mobile-nav__icons__search, .m-global-mobile-nav__icons__login-button {
  padding-right: 16px;
}
.m-global-mobile-nav__icons__login-button__popup {
  position: absolute;
  right: 0;
  top: 64px;
}
.m-global-mobile-nav__icons__login-button__popup__inner {
  position: relative;
  background: #FFFFFF;
  padding: 16px;
  margin: 4px;
  border-radius: 4px;
  box-shadow: 0 0 3px 2px #d8dbdd;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in {
  font-size: 14px;
  color: #141414;
}
.m-global-mobile-nav__icons__login-button__popup__inner.logged-in p:first-child {
  border-bottom: 1px solid #d8dbdd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon {
  color: #E64626;
}
.m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:hover, .m-global-mobile-nav__icons__login-button .m-clickable-icon__icon:focus {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu {
  padding-bottom: calc(40px + 40px);
  background-color: #FFFFFF;
}
.m-global-mobile-nav__main-menu-container.opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5300;
}
.m-global-mobile-nav__main-menu-wrapper {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title {
  background-color: #141414;
  position: fixed;
  z-index: calc(1800 + 100);
  width: 100%;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link {
  padding: 24px;
}
.m-global-mobile-nav__main-menu-wrapper__local-site-title .m-link:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list {
  font-size: var(--h3);
}
.m-global-mobile-nav__main-menu-list__lable {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.m-global-mobile-nav__main-menu-list__lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__content {
  color: #C63A1E;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__lable:hover .m-link__icon-left {
  left: -5px;
}
.m-global-mobile-nav__main-menu-list__lable * {
  pointer-events: none;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__content {
  color: #141414;
  width: 90%;
}
.m-global-mobile-nav__main-menu-list__lable.back-link {
  justify-content: normal;
  background-color: #FFFFFF;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 12px;
}
.m-global-mobile-nav__main-menu-list__lable.level-1-items {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__lable .m-link__icon-left {
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.m-global-mobile-nav__main-menu-list__parent-node {
  padding: calc(64px - 16px) 0 16px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable {
  margin: 0 16px;
  border-bottom: 2px solid #141414;
  padding: 16px 0;
  flex-flow: nowrap;
  align-items: center;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover {
  text-decoration: underline;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable:hover .m-link__icon-right {
  right: -5px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__content {
  padding-right: 8px;
}
.m-global-mobile-nav__main-menu-list__parent-node .parent-lable .m-link__icon-right {
  position: relative;
  right: 0;
  transition: right 0.2s;
}
.m-global-mobile-nav__main-menu-list__fixed-items {
  position: fixed;
  width: 100%;
}
.m-global-mobile-nav__main-menu-list__fixed-items .m-link__content {
  padding-left: 4px;
}
.m-global-mobile-nav__sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: all 0.35s;
  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 64px;
  visibility: hidden;
  z-index: 1800;
}
.m-global-mobile-nav__sub-menu.is-visible {
  transform: none;
  visibility: visible;
  transition: all 0s;
}
.local-site-nav .m-global-mobile-nav__sub-menu {
  padding-top: 136px;
}

@media (prefers-color-scheme: dark) {
  .m-global-mobile-nav__header {
    background-color: #141414;
    color: #FFFFFF;
    padding-left: 0;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.m-utility-nav {
  background-color: #141414;
  height: 100%;
}
.m-utility-nav__items {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px;
}
@media (max-width: 991px) {
  .m-utility-nav__items {
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .m-utility-nav__items {
    line-height: 16px;
  }
}
.m-utility-nav__lable {
  padding-left: 32px;
}
.m-utility-nav__lable .m-link:hover {
  text-decoration: underline;
}
.m-utility-nav__lable .m-link__content {
  text-decoration: none;
}
@media (max-width: 991px) {
  .m-utility-nav__lable {
    padding: 16px;
  }
}

.m-utility-nav--desktop {
  background-color: #141414;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.06);
  color: #FFFFFF;
  animation: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-utility-nav--desktop__skip-to-content-link {
  display: block;
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 24px;
  color: #FFFFFF !important;
  padding-left: 16px;
  opacity: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.m-utility-nav--desktop__skip-to-content-link:focus {
  opacity: 1;
  width: unset;
  height: unset;
  overflow: unset;
  clip: unset;
  color: #FFFFFF !important;
}
.m-utility-nav--desktop__items {
  align-items: center;
  flex-flow: row nowrap;
  flex: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.m-utility-nav--desktop__lable {
  margin: 0 16px;
}
.m-utility-nav--desktop__lable:last-child {
  margin-right: 0;
}
.m-utility-nav--desktop__lable {
  padding-left: 0;
}
.m-utility-nav--desktop__lable .m-link {
  font-family: var(--usyd-font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 12px;
  line-height: 16px;
}
.m-utility-nav--desktop__lable .m-link:hover {
  text-decoration: underline;
}
.m-utility-nav--desktop__lable .m-link:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}
.m-utility-nav--desktop__lable .m-link__content {
  text-decoration: none;
}

.m-utility-nav--mobile__skip-to-content-link {
  display: none;
  visibility: hidden;
}

.m-cya-icon-red-spot-mobile-nav-holder {
  position: relative;
  z-index: 2;
}

.m-continue-application__button {
  width: 25px;
  height: 22.667px;
  flex-shrink: 0;
  padding: 0;
}

.m-popup-modal--continue-application__content {
  background-color: #F7F7F7;
}

.button-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.button-container button {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  transition: all 400ms;
  cursor: pointer;
  border: none;
  padding: 16px;
}
.button-container button.primary {
  color: #FFFFFF;
  background-color: #E64626;
}
.button-container button.secondary {
  background-color: transparent;
  color: #E64626;
  border: 1px solid #E64626;
}
.button-container a {
  flex: 1;
}

.m-link--mobile--continue-application-box {
  background-color: #DADADA;
  align-items: center;
  padding: 20px 16px;
}

.m-global-footer-title-section {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 576px) {
  .m-global-footer-title-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.m-global-footer-title-section__title {
  margin: 0;
}
.m-global-footer-title-section__link {
  color: #FFFFFF;
}
.m-global-footer-title-section__link:hover {
  color: #FFFFFF;
}
.m-global-footer-title-section__link .m-link--default__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.m-link--global-footer-cws-site-link:hover {
  text-decoration: underline !important;
  text-decoration-color: #FFFFFF !important;
}
.m-link--global-footer-cws-site-link:hover .m-link__icon-right {
  right: -5px;
}
.m-link--global-footer-cws-site-link__content {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.m-link--global-footer-cws-site-link__icon-right {
  margin-left: 7px;
  position: relative;
  right: 0;
  transition: right 0.2s;
}

.m-global-footer-main-section {
  display: flex;
}
.m-global-footer-main-section ul, .m-global-footer-main-section li {
  padding-left: 0;
  list-style-type: none;
}
.m-global-footer-main-section__container {
  display: grid;
  grid-template-columns: minmax(10px, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  width: 100%;
}
@media (min-width: 576px) {
  .m-global-footer-main-section__container {
    grid-template-columns: minmax(10px, 6fr) minmax(10px, 6fr);
  }
}
@media (min-width: 768px) {
  .m-global-footer-main-section__container {
    grid-template-columns: minmax(10px, 3fr) minmax(10px, 3fr) minmax(10px, 3fr) minmax(10px, 3fr);
  }
}
@media (min-width: 1200px) {
  .m-global-footer-main-section__container {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
}
.m-global-footer-main-section__group {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 576px) {
  .m-global-footer-main-section__group {
    row-gap: 32px;
  }
}
.m-global-footer-main-section__group-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
}
.m-global-footer-main-section__group-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (min-width: 576px) {
  .m-global-footer-main-section__group-list {
    row-gap: 8px;
  }
}
.m-global-footer-main-section__nav-link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 576px) {
  .m-global-footer-main-section__nav-link {
    font-size: 16px;
  }
}
.m-global-footer-main-section__nav-link:hover {
  text-decoration: underline;
}

.m-global-footer-social-medias {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .m-global-footer-social-medias {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.m-global-footer-social-medias__icon-links-container {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.m-global-footer-social-medias__icon-link {
  height: 24px;
}
.m-global-footer-social-medias__wechat-qr {
  display: none;
  position: absolute;
  z-index: 10001;
}
.m-global-footer-social-medias__wechat-qr img {
  width: 90px;
  height: 90px;
}
.m-global-footer-social-medias__icon-link--wechat:hover .m-global-footer-social-medias__wechat-qr, .m-global-footer-social-medias__icon-link--wechat:focus .m-global-footer-social-medias__wechat-qr {
  display: block;
  opacity: 1;
}

.m-global-footer-logos {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 768px) {
  .m-global-footer-logos {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .m-global-footer-logos {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.m-global-footer-logos__logo {
  height: auto;
  align-self: center;
}
@media (min-width: 768px) {
  .m-global-footer-logos__logo {
    height: auto;
  }
}
.m-global-footer-logos__logo img {
  width: auto;
  height: 40px;
  max-width: 360px;
}
@media (min-width: 360px) and (max-width: 410px) {
  .m-global-footer-logos__logo img {
    width: 100%;
    height: auto;
    max-height: 40px;
  }
}

.m-global-footer-utility-links {
  display: flex;
  align-self: flex-start;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 8px;
  flex-direction: column;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 576px) {
  .m-global-footer-utility-links {
    flex-direction: row;
  }
}
.m-global-footer-utility-links__link:hover {
  text-decoration: underline;
}
.m-global-footer-utility-links__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.m-global-footer-registration-info p {
  order: 5;
  font-size: 10px;
  font-family: var(--usyd-font-mono);
  font-weight: 250;
  line-height: 1.4;
  letter-spacing: 0.006px;
  padding: 0;
}

.m-global-footer-wrapper {
  margin: 0;
  padding: 0;
}

.m-global-footer {
  background: #141414;
  color: #FFFFFF;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 576px) {
  .m-global-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .m-global-footer {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .m-global-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.m-global-footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
@media (min-width: 768px) {
  .m-global-footer__container {
    row-gap: 48px;
  }
}
.m-global-footer__bottom-top-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .m-global-footer__bottom-top-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
  }
}
.m-global-footer__bottom-bottom-section {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  border-top: 1px solid #717171;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .m-global-footer__bottom-bottom-section {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px;
  }
}

.m-atar-search {
  position: relative;
  z-index: 2;
  padding-bottom: var(--atar-container-space);
  margin-bottom: 50px;
}
.m-atar-search:before {
  position: absolute;
  background-color: #fcede2;
  top: 0;
  z-index: 1;
  content: "";
  width: 200vw;
  height: 100%;
  margin-left: -100%;
}
.m-atar-search__form {
  z-index: 2;
  margin-bottom: 40px;
}
.m-atar-search__button {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.m-atar-search__title {
  margin: 37.5px 0;
  position: relative;
  z-index: 2;
}
.m-atar-search__short_line {
  position: relative;
  z-index: 2;
  border-bottom: 3px solid black;
  width: 63px;
  padding: 24px 0;
}

.m-atar-body {
  overflow-x: hidden;
}

.m-atar-result {
  z-index: 1;
}
.m-atar-result__data-screen {
  margin-bottom: 20px;
  position: relative;
}
.m-atar-result__data-screen:before {
  position: absolute;
  background-color: #F7F7F7;
  top: 0;
  content: "";
  width: 200vw;
  height: 100%;
  margin-left: -100%;
}
.m-atar-result__fos-container {
  position: relative;
  margin-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.m-atar-result__fos-container-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.m-atar-result__fos-title {
  font-family: "Lyon Display LF";
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  font-size: 24px;
  color: #c63a1e;
  line-height: 22px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 2px solid black;
}
@media (max-width: 767px) {
  .m-atar-result__fos-title {
    font-size: 22px;
  }
}
.m-atar-result__accordion-btn-title {
  color: #141414;
  margin: 0;
}
@media (min-width: 992px) {
  .m-atar-result__articles-container[data-article-total="2"] {
    --m-grid-cell-max-width: 66.66667%;
  }
}

:root {
  --atar-container-space: 60px;
  --atar-container-side-space: 10px;
}

.m-atar[data-state=search] .m-atar__section--result, .m-atar[data-state=searching] .m-atar__section--result, .m-atar[data-state=result] .m-atar__section--search {
  display: none;
  visibility: hidden;
}
.m-atar [data-state=idle] {
  display: none;
}
.m-atar-result__button {
  position: relative;
  margin: 40px 0;
}
.m-atar__section--result--accordion-title {
  font-style: normal;
  font-family: "Apercu Medium";
  font-size: 20px;
  line-height: 40px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-atar__section--result--accordion-title {
    font-size: 18px;
  }
}
.m-atar__section--result--accordion-svg {
  margin-left: 5px;
}
.m-atar__section--result--accordion-slide:last-child {
  border-bottom: 2px solid black;
}
.m-atar__section--result--bgcolour {
  background-color: #F7F7F7;
}
.m-atar__section--result--info {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
/**
* Campaign site heading style
*/
:root {
  --title-margin-bottom: 24px;
  --title-margin: 0 0 var(--title-margin-bottom) 0;
  --title-padding: 0;
  --title-line-height: inhert;
  --title-letter-spacing: 0;
  --title-p-font-size: 42px;
  --title-p-line-height: 56px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: var(--title-margin);
  margin-bottom: var(--title-margin-bottom);
  padding: var(--title-padding);
  line-height: var(--title-line-height);
  letter-spacing: var(--title-letter-spacing);
}

h4 {
  --title-margin-bottom: 16px;
}

.m-title--no-margin-bottom {
  --title-margin-bottom: 0;
}
.m-title--no-margin-bottom p.course-strapline {
  font-size: var(--title-p-font-size);
  line-height: var(--title-p-line-height);
}
.m-title--upper {
  text-transform: uppercase;
}
.m-title--center {
  text-align: center;
}
.m-title--red {
  color: #E64626;
}
.m-title--black {
  color: #141414;
}
.m-title--primary-charcoal {
  color: #424242;
}

h1 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h1);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h1-line-height);
  letter-spacing: 0;
}

h2 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h2);
  font-style: normal;
  font-weight: normal;
  line-height: var(--h2-line-height);
  letter-spacing: 0;
}

h3 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h3);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h3-line-height);
  letter-spacing: 0;
}

h4 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h4);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h4-line-height);
  letter-spacing: 0;
}

h5 {
  font-family: var(--usyd-font-primary);
  font-size: var(--h5);
  font-style: normal;
  font-weight: 300;
  line-height: var(--h5-line-height);
  letter-spacing: 0;
}

h1, h2, h3, h4, h5 {
  margin: var(--title-margin);
  margin-bottom: var(--title-margin-bottom);
  padding: var(--title-padding);
}

h1 {
  --title-margin-bottom: calc(20px + 24px);
}

h2, h3 {
  --title-margin-bottom: 24px;
}

h4, h5 {
  --title-margin-bottom: 16px;
}

