/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/scss/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-----------------------------------------------------------------------------
    AIA APAc Playbook
-----------------------------------------------------------------------------*/
/*---- Imports ----*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  height: 0;
  display: none;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
}

/**
 * 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 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  display: table; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*---- Globals ----*/
/*---- Low priority components ----*/
/*-----------------------------------------------------------------------------
    $ Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: "AIA Everest Web";
  font-style: normal;
  font-weight: 400;
  src: url('aia-everest-regular.eot');
  src: url('aia-everest-regular.eot') format("embedded-opentype"), url('aia-everest-regular.woff2') format("woff2"), url('aia-everest-regular.woff') format("woff"), url('aia-everest-regular.ttf') format("truetype"), url('aia-everest-regular.svg#AIAEverestRegular') format("svg");
}
@font-face {
  font-family: "AIA Everest Web";
  font-style: normal;
  font-weight: 500;
  src: url('aia-everest-medium.eot');
  src: url('aia-everest-medium.eot') format("embedded-opentype"), url('aia-everest-medium.woff2') format("woff2"), url('aia-everest-medium.woff') format("woff"), url('aia-everest-medium.ttf') format("truetype"), url('aia-everest-medium.svg#AIAEverestMedium') format("svg");
}
@font-face {
  font-family: "AIA Everest Web";
  font-style: normal;
  font-weight: 700;
  src: url('aia-everest-bold.eot');
  src: url('aia-everest-bold.eot') format("embedded-opentype"), url('aia-everest-bold.woff2') format("woff2"), url('aia-everest-bold.woff') format("woff"), url('aia-everest-bold.ttf') format("truetype"), url('aia-everest-bold.svg#AIAEverestBold') format("svg");
}
@font-face {
  font-family: "AIA Everest Condensed Web";
  font-style: normal;
  font-weight: 400;
  src: url('aia-everest-condensed-regular.eot');
  src: url('aia-everest-condensed-regular.eot') format("embedded-opentype"), url('aia-everest-condensed-regular.woff2') format("woff2"), url('aia-everest-condensed-regular.woff') format("woff"), url('aia-everest-condensed-regular.ttf') format("truetype"), url('aia-everest-condensed-regular.svg#AIAEverestCondensed') format("svg");
}
@font-face {
  font-family: "AIA Everest Condensed Web";
  font-style: normal;
  font-weight: 500;
  src: url('aia-everest-condensed-medium.eot');
  src: url('aia-everest-condensed-medium.eot') format("embedded-opentype"), url('aia-everest-condensed-medium.woff2') format("woff2"), url('aia-everest-condensed-medium.woff') format("woff"), url('aia-everest-condensed-medium.ttf') format("truetype"), url('aia-everest-condensed-medium.svg#AIAEverestCondensedMedium') format("svg");
}
/*-----------------------------------------------------------------------------
    $ Starters
/*-----------------------------------------------------------------------------
    Just some simple standardisation.
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

html,
button,
input,
select,
textarea {
  font: 13px/1.2 "AIA Everest Web", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 640px) {
  html,
  button,
  input,
  select,
  textarea {
    font-size: 15px;
  }
}

/* html,
body,
.app-root {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
} */
html {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* background-color: $dark-white; */
  color: #554344;
}
html.no-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AIA Everest Condensed Web", AIA Everest Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
}

a,
button,
input {
  transition-property: color, border-color, background-color, opacity;
}

a {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "fontello";
  src: url('fontello.eot?89541946');
  src: url('fontello.eot?89541946#iefix') format("embedded-opentype"), url('fontello.woff2?89541946') format("woff2"), url('fontello.woff?89541946') format("woff"), url('fontello.ttf?89541946') format("truetype"), url('fontello.svg?89541946#fontello') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?89541946#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel-circled:before {
  content: "\e800";
} /* '' */
.icon-arrow-2-up:before {
  content: "\e801";
} /* '' */
.icon-arrow-left:before {
  content: "\e802";
} /* '' */
.icon-arrow-right:before {
  content: "\e803";
} /* '' */
.icon-arrow-solid-down:before {
  content: "\e804";
} /* '' */
.icon-arrow-solid-up:before {
  content: "\e805";
} /* '' */
.icon-bin:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e807";
} /* '' */
.icon-email:before {
  content: "\e808";
} /* '' */
.icon-eye:before {
  content: "\e809";
} /* '' */
.icon-share-2:before {
  content: "\e80a";
} /* '' */
.icon-heart:before {
  content: "\e80b";
} /* '' */
.icon-home:before {
  content: "\e80c";
} /* '' */
.icon-plus:before {
  content: "\e80d";
} /* '' */
.icon-power:before {
  content: "\e80e";
} /* '' */
.icon-search:before {
  content: "\e80f";
} /* '' */
.icon-share:before {
  content: "\e810";
} /* '' */
.icon-filter:before {
  content: "\e811";
} /* '' */
.icon-sort:before {
  content: "\e812";
} /* '' */
.icon-tick-circle:before {
  content: "\e813";
} /* '' */
.icon-location:before {
  content: "\e814";
} /* '' */
.icon-thumbs-up:before {
  content: "\e815";
} /* '' */
.icon-arrow-2-up-1:before {
  content: "\e816";
} /* '' */
.icon-right-open:before {
  content: "\e817";
} /* '' */
.icon-arrow-left-1:before {
  content: "\e818";
} /* '' */
.icon-arrow-right-1:before {
  content: "\e819";
} /* '' */
.icon-arrow-solid-down-1:before {
  content: "\e81a";
} /* '' */
.icon-arrow-solid-up-1:before {
  content: "\e81b";
} /* '' */
.icon-generatelink_knowmore:before {
  content: "\e81c";
} /* '' */
.icon-bin-1:before {
  content: "\e81d";
} /* '' */
.icon-facebook-1:before {
  content: "\e81e";
} /* '' */
.icon-linkedin-1:before {
  content: "\e81f";
} /* '' */
.icon-instagram-1:before {
  content: "\e820";
} /* '' */
.icon-whatsapp-1:before {
  content: "\e821";
} /* '' */
.icon-calendar-1:before {
  content: "\e822";
} /* '' */
.icon-email-1:before {
  content: "\e823";
} /* '' */
.icon-eye-1:before {
  content: "\e824";
} /* '' */
.icon-share-1:before {
  content: "\e825";
} /* '' */
.icon-heart-1:before {
  content: "\e826";
} /* '' */
.icon-home-1:before {
  content: "\e827";
} /* '' */
.icon-plus-1:before {
  content: "\e828";
} /* '' */
.icon-power-1:before {
  content: "\e829";
} /* '' */
.icon-search-1:before {
  content: "\e82a";
} /* '' */
.icon-share-3:before {
  content: "\e82b";
} /* '' */
.icon-filter-1:before {
  content: "\e82c";
} /* '' */
.icon-sort-1:before {
  content: "\e82d";
} /* '' */
.icon-tick-circle-1:before {
  content: "\e82e";
} /* '' */
.icon-thumbs-up-1:before {
  content: "\e82f";
} /* '' */
.icon-spin6-1:before {
  content: "\e830";
} /* '' */
.icon-twitter-1:before {
  content: "\e831";
} /* '' */
.icon-spin6:before {
  content: "\e839";
} /* '' */
.icon-attention-1:before {
  content: "\e840";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-telegram:before {
  content: "\f2c6";
} /* '' */
/*---- Components ----*/
/*-----------------------------------------------------------------------------
  $ Buttons
-----------------------------------------------------------------------------*/
.button {
  padding: 0.5em 0.75em;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d31145;
  color: #fff;
  font-family: "AIA Everest Condensed Web", AIA Everest Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.button.secondary-- {
  background-color: #596c80;
}
.button.secondary--:hover:not([disabled]):not(.disabled--), .button.secondary--:focus:not([disabled]):not(.disabled--) {
  background-color: #769fab;
  color: #fff;
}
.button.outline-- {
  border: 1px solid #d31145;
  background-color: #fff;
  color: #d31145;
}
.button.outline--:hover:not([disabled]):not(.disabled--), .button.outline--:focus:not([disabled]):not(.disabled--) {
  opacity: 0.5;
}
.button.upload-- {
  padding: 7px 20px;
  font-size: 15px;
}
.button:hover:not([disabled]):not(.disabled--), .button:focus:not([disabled]):not(.disabled--) {
  background-color: #e86487;
  color: #fff;
}
.button[disabled], .button.disabled-- {
  cursor: not-allowed;
  opacity: 0.4;
}

@media (min-width: 640px) {
  .button.upload-- {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    padding-inline: 33px;
  }
}
/*-----------------------------------------------------------------------------
    $ Button Tags
-----------------------------------------------------------------------------*/
/* ---- Tag ---- */
.button-tag {
  display: inline-block;
}

.button-tag__control {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  overflow: hidden;
}

.button-tag__ui {
  padding: 0.2857142857em 1em;
  border: 1px solid currentColor;
  border-radius: 3em;
  display: inline-block;
  color: #596c80;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition-property: background-color, color;
}

.button-tag__control:checked + .button-tag__ui {
  border-color: #596c80;
  background-color: #596c80;
  color: #fff;
}

.button-tags {
  margin: -5px;
}
.button-tags .button-tag {
  margin: 5px;
}

@media (min-width: 480px) {
  .button-tag__ui {
    font-size: 14px;
  }
}
/* ---- Section ---- */
.button-tags-section {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.button-tags-section:first-of-type {
  padding-top: 10px;
}
.button-tags-section:last-of-type {
  padding-bottom: 10px;
}
.button-tags-section + .button-tags-section {
  border-top: 1px solid #dbdad4;
}

.button-tags-container {
  padding-right: 50px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.button-tags-container__label {
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.button-tags-container__label.smaller-- {
  width: auto;
  margin-right: 30px;
}

@media (min-width: 640px) {
  .button-tags-container {
    flex-direction: row;
  }
  .button-tags-container__label {
    margin-bottom: 0;
  }
  .button-tags {
    margin-top: -8px;
  }
}
/*-----------------------------------------------------------------------------
  $ Heading
-----------------------------------------------------------------------------*/
.heading {
  color: #554344;
  font-family: "AIA Everest Condensed Web", AIA Everest Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.subheading {
  margin-top: 8px;
}
.subheading span {
  color: #d31145;
  font-weight: 800;
}

.heading,
.subheading {
  text-align: center;
}
.heading.ta-l--,
.subheading.ta-l-- {
  text-align: left;
}

@media (min-width: 640px) {
  .subheading {
    margin-top: 12px;
  }
}
/*-----------------------------------------------------------------------------
  $ Links
-----------------------------------------------------------------------------*/
.link {
  padding: 0;
  border: 0;
  display: inline-block;
  position: relative;
  background: none;
  color: #22a8da;
  font-family: "AIA Everest Condensed Web", AIA Everest Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
}
.link.disabled--, .link[disabled] {
  opacity: 0.5;
}
.link.notAllowed-- {
  opacity: 0.5;
  pointer-events: none;
}
.link.small-- {
  font-size: 15px;
}
.link.medium-- {
  font-size: 20px;
}
.link.grey-- {
  color: #596c80;
}
.link.grey--:hover {
  color: #769fab;
}
.link.primary-- {
  color: #d31145;
}
.link.primary--:hover {
  color: #e86487;
}

.link__icon {
  max-width: 1em;
  max-height: 1em;
  position: absolute;
}

.link__no-transform {
  text-transform: none;
}

.link.with-icon-before-- {
  padding-left: 1.25em;
}
.link.with-icon-before--.icon-space-more-- {
  padding-left: 1.5em;
}
.link.with-icon-before-- .link__icon {
  left: 0;
}

.link.with-icon-after-- {
  padding-right: 1.25em;
}
.link.with-icon-after--.icon-space-more-- {
  padding-left: 1.75em;
}
.link.with-icon-after-- .link__icon {
  right: 0;
}

.link.icon-only-- .link__icon {
  position: static;
  font-size: 18px;
}
.link.icon-only--.small-- .link__icon {
  font-size: 16px;
}
.link.icon-only--.xsmall-- .link__icon {
  font-size: 14px;
}

@media (min-width: 640px) {
  .link {
    font-size: 20px;
  }
  .link.goto--::after {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }
  .link.icon-only-- .link__icon {
    font-size: 24px;
  }
}
.section.notification {
  min-height: calc(100vh - 106px);
  padding: 0;
}
@media (min-width: 640px) {
  .section.notification {
    min-height: calc(100vh - 142px);
  }
}
@media only screen and (min-width: 750px) {
  .section.notification {
    min-height: calc(100vh - 166px);
  }
}
.section.notification .wrapper {
  max-width: none;
  padding: 0;
}
.section.notification .notifications .notifications__item {
  border-top: 1px solid #dbdad4;
}
.section.notification .notifications .notifications__item.unread-- {
  border-radius: 0;
}
.section.notification .notifications .notifications__item-holder + .notifications__item-holder {
  margin-top: 0;
}

@media (min-width: 640px) {
  .section.notification {
    padding: 35px 0;
  }
  .section.notification .wrapper {
    max-width: 760px;
    padding: 20px;
  }
  .section.notification .notifications .notifications__item {
    border-top: 0;
  }
  .section.notification .notifications .notifications__item.unread-- {
    border-radius: 8px;
  }
  .section.notification .notifications .notifications__item-holder + .notifications__item-holder {
    margin-top: 12px;
  }
}
.c__actions {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.c__action.mb-full-- {
  width: 100%;
}

.c__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c__pagination button {
  min-width: 15px;
  padding: 8px 13px;
  border-radius: 4px;
  color: #596c80;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.c__pagination button:hover {
  background: #596c80;
  color: white;
}
.c__pagination button:hover.arrow-- {
  background: transparent;
  transform: scale(1.2);
  transition: 0.2s ease-in-out;
}
.c__pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c__pagination button:disabled:hover {
  transform: none;
}
.c__pagination button.number-- {
  margin: 0 5px;
}
.c__pagination button.arrow-- {
  max-width: 15px;
  padding: 0;
  border-radius: 4px;
  line-height: 0.5;
}
.c__pagination button.active-- {
  background: #d31145;
  color: white;
}
.c__pagination .rotate-- {
  transform: rotate(180deg);
}

@media (min-width: 640px) {
  .c__page-heading {
    padding: 17px 0;
    font-size: 36px;
  }
  .c__actions {
    margin-top: 35px;
  }
  .c__action.mb-full-- {
    width: auto;
  }
  .c__pagination button {
    font-size: 15px;
  }
}
@media (min-width: 750px) {
  .c__page-heading {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c__actions {
    margin-top: 45px;
  }
}
/*-----------------------------------------------------------------------------
  $ Sections
-----------------------------------------------------------------------------*/
.section {
  padding: 35px 0;
}
.section.sticky-nav-- {
  position: sticky;
  top: 30px;
  z-index: 1003;
}
.section.regulatory-bg-- {
  background-image: url('regulatory-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.full-height-- {
  min-height: calc(100vh - 172px);
}
.section.full-height-2-- {
  min-height: calc(100vh - 160px);
}
.section.full-height-3-- {
  min-height: calc(100vh - 96px);
}
.section.full-height-4-- {
  min-height: calc(100vh - 219px);
}
.section.full-height-5-- {
  min-height: calc(100vh - 219px);
}
.section.full-height-6-- {
  min-height: calc(100vh - 219px);
}
.section.full-height-7-- {
  min-height: calc(100vh - 100px);
}
.section.banner-- {
  padding-bottom: 45px;
}
.section.mobile-- {
  display: none;
}
.section.beige-- {
  background-color: #faf9f3;
}
.section.dark-beige-- {
  background-color: #f0eee1;
}
.section.dark-beige--.no-overflow-- {
  overflow: hidden;
}
.section.no-padding-- {
  padding: 0;
}
.section.no-padding-top-- {
  padding-top: 0;
}
.section.reduce-padding-top-- {
  padding-top: 15px;
}
.section.search-padding-top-- {
  padding-top: 15px;
}

@media (min-width: 640px) {
  .section {
    padding: 35px 0 50px;
  }
  .section.banner-- {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .section.mobile-- {
    display: block;
  }
  .section.search-padding-top-- {
    padding-top: 0;
  }
  .section.full-height-2-- {
    min-height: calc(100vh - 217px);
  }
  .section.full-height-3-- {
    min-height: calc(100vh - 166px);
  }
  .section.full-height-4-- {
    min-height: calc(100vh - 321px);
  }
  .section.full-height-5-- {
    min-height: calc(100vh - 385px);
  }
  .section.full-height-6-- {
    min-height: calc(100vh - 300px);
  }
  .section.full-height-7-- {
    min-height: calc(100vh - 160px);
  }
}
/*-----------------------------------------------------------------------------
  $ Spinner
-----------------------------------------------------------------------------*/
.spinner {
  height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spinner__icon, .spinner__text {
  color: #596c80;
}
.spinner__icon {
  font-size: 25px;
}
.spinner__icon span {
  display: inline-block;
}
.spinner__text {
  padding-top: 10px;
  font-size: 15px;
}

@media (min-width: 640px) {
  .spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spinner__icon, .spinner__text {
    color: #596c80;
  }
  .spinner__icon {
    font-size: 30px;
  }
  .spinner__icon span {
    display: inline-block;
  }
}
/*-----------------------------------------------------------------------------
  $ Typhography
-----------------------------------------------------------------------------*/
.typography p {
  font-size: 16px;
}
.typography h1 {
  font-size: 24px;
}
.typography h2 {
  font-size: 20px;
}
.typography h3 {
  font-size: 20px;
}
@media (min-width: 640px) {
  .typography p {
    font-size: 17px;
  }
  .typography h1 {
    font-size: 34px;
  }
  .typography h2 {
    font-size: 34px;
  }
  .typography h3 {
    font-size: 20px;
  }
}

@media (min-width: 750px) {
  .typography h1 {
    font-size: 34px;
  }
  .typography h2 {
    font-size: 34px;
  }
  .typography h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .typography h2 {
    font-size: 34px;
  }
  .typography h3 {
    font-size: 20px;
  }
}
/*-----------------------------------------------------------------------------
    $ Utility Bar
-----------------------------------------------------------------------------*/
.utility-bar {
  background-color: #f0eee1;
}

.utility-bar__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-bar__block.start-- {
  flex: 1 1 0;
}

.utility-bar__block-inner {
  display: flex;
}
.utility-bar__block:first-child .utility-bar__block-inner {
  margin-left: -12px;
}
.utility-bar__block:last-child .utility-bar__block-inner {
  margin-right: -12px;
}

.utility-bar__item {
  min-height: 65px;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.utility-bar__search-toggle {
  color: #d31145;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.utility-bar__search-toggle > .icon-font {
  vertical-align: baseline;
}

.utility-bar__search-submit {
  cursor: pointer;
}

.utility-bar__search-submit-icon {
  color: #d31145;
}
.utility-bar__search-submit:hover .utility-bar__search-submit-icon {
  color: #e86487;
}

.utility-bar__item.desktop-only-- {
  display: none;
}

.utility-bar__item.search-- {
  display: none;
}

@media (max-width: 399.98px) {
  .utility-bar.mobile-only-search-shown-- .utility-bar__block.end--,
  .utility-bar.mobile-only-search-shown-- .utility-bar__item.search-toggle-- {
    display: none;
  }
  .utility-bar.mobile-only-search-shown-- .utility-bar__item.search-- {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 400px) {
  .utility-bar__item.search-toggle-- {
    display: none;
  }
  .utility-bar__item.search-- {
    display: flex;
    flex: 1 1 0;
  }
}
@media (min-width: 640px) {
  .utility-bar.search-bar-- {
    min-width: 185px;
    background-color: #fff;
  }
  .utility-bar.search-bar-- .utility-bar__block.start-- {
    display: none;
  }
  .utility-bar.search-bar-- .utility-bar__block-inner {
    margin-right: 0;
    margin-left: 0;
  }
  .utility-bar.search-bar-- .utility-bar__item {
    min-height: auto;
  }
  .utility-bar.search-bar-- .utility-bar__block.end-- .utility-bar__item {
    padding: 12px;
  }
  .utility-bar__block.border-items-sm-- .utility-bar__block-inner {
    margin-right: -20px;
    margin-left: -20px;
  }
  .utility-bar__block.border-items-sm-- .utility-bar__item {
    padding: 33px 25px;
  }
  .utility-bar__block.border-items-sm-- .utility-bar__item:first-child:before {
    content: none;
  }
  .utility-bar__block.end-- .utility-bar__item {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .utility-bar__item.desktop-only-- {
    display: flex;
  }
}
/*-----------------------------------------------------------------------------
  $ Wrappers
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.wrapper.flush-- {
  max-width: 1100px;
  padding-right: 0;
  padding-left: 0;
}
.wrapper.narrow-- {
  max-width: 860px;
}
.wrapper.narrow--.flush-- {
  max-width: 820px;
}
.wrapper.narrower-- {
  max-width: 770px;
}
.wrapper.fill-height-- {
  min-height: calc(100vh - 160px);
}
.wrapper.fill-height--.wider-- {
  min-height: calc(100vh - 250px);
}
.wrapper.fill-height--.widest-- {
  min-height: calc(100vh - 306px);
}

/*---- High priority components ----*/
/*-----------------------------------------------------------------------------
  $ Utilities
-----------------------------------------------------------------------------*/
.no-text-transform {
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map*/