@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap");
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

.layout--main, .help-center-section .ui-widget, .leading-item .leading-item__content, .blog .blog__inner-content-wrapper, .blog .blog__intro-wrapper, .main .finder, .footer .footer__copyright-wrapper > *, .footer .footer__main-content {
  max-width: 75.25rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.layout--text, .article-page .article-page__wrapper {
  max-width: 45.875rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.element-invisible {
  display: none;
}

html {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  background-color: #ffffff;
  color: #121212;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
}
body.burger-is-open {
  overflow: hidden;
}

main {
  min-height: calc(100vh - 142px - 388px);
}
@media screen and (max-width: 1024px) {
  main {
    min-height: auto;
  }
}

::selection {
  background: #bb242a;
  color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.link, .pagination ul a, .article a, .article-page .article-page__content a {
  text-decoration: none;
  color: #bb242a;
}

.article *, .article-page .article-page__content * {
  margin-top: 0;
}
.article h1, .article-page .article-page__content h1,
.article h2,
.article-page .article-page__content h2,
.article h3,
.article-page .article-page__content h3,
.article h4,
.article-page .article-page__content h4,
.article h5,
.article-page .article-page__content h5,
.article h6,
.article-page .article-page__content h6 {
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
.article p, .article-page .article-page__content p,
.article ul,
.article-page .article-page__content ul,
.article ol,
.article-page .article-page__content ol {
  font-style: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 0.75rem;
}
.header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 3.75rem;
  }
}
.header.is-sticky {
  background-color: transparent;
  transition: 0.2s;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky {
    box-shadow: 0 0 6px 0 rgba(18, 18, 18, 0.2);
    background-color: #ffffff;
  }
}
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .navigation-ribbon {
  background-color: transparent;
  box-shadow: inset 0 10px 10px 0 rgba(18, 18, 18, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .navigation-ribbon {
    background-color: #bb242a;
  }
}
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__logo svg #rf path {
  fill: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__logo svg #rf path {
    fill: #bb242a;
  }
}
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__logo svg #text path {
  fill: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__logo svg #text path {
    fill: #121212;
  }
}
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__menu-wrapper ul > li a {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__menu-wrapper ul > li a {
    color: #bb242a;
  }
}
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *,
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *::before,
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *::after {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *,
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *::before,
.header.is-sticky.is-home:not(.is-sticky--down, .is-sticky--up) .header__burger-button *::after {
    background-color: #bb242a;
  }
}
.header.is-sticky--up {
  box-shadow: 0 0 6px 0 rgba(18, 18, 18, 0.2);
  background-color: #ffffff;
}
.header.is-sticky--up .header__wrapper {
  padding: 1.875rem 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  .header.is-sticky--up .header__wrapper {
    padding: 0.375rem 1.5rem;
  }
}
.header.is-sticky--up .header__logo {
  transform: scale(0.6);
}
.header.is-sticky--down {
  box-shadow: 0 0 6px 0 rgba(18, 18, 18, 0.2);
  background-color: #ffffff;
}
.header.is-sticky--down .navigation-ribbon {
  transform: translateY(-100%);
}
.header.is-sticky--down .header__wrapper {
  padding: 0.375rem 1.5rem;
}
.header.is-sticky--down .header__logo {
  transform: scale(0.6);
}
.header .header__wrapper {
  padding: 3.375rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header__wrapper {
    padding: 0 1.5rem;
    height: 3.75rem;
  }
}
.header .header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.header .header__container > *:not(:last-child) {
  margin-right: 1.5rem;
}
.header .header__logo {
  cursor: pointer;
  max-width: 8rem;
  width: 100%;
  height: 4rem;
  transition: 0.2s;
  transform-origin: center left;
}
@media screen and (max-width: 1024px) {
  .header .header__logo {
    transform: scale(0.6);
  }
}
.header .header__logo:hover {
  max-width: 8rem;
}
.header .header__logo:hover svg #text path {
  fill: #121212;
}
.header .header__logo img,
.header .header__logo svg {
  width: 8rem;
  height: 4rem;
  object-fit: contain;
  object-position: center left;
}
.header .header__logo svg #text path {
  fill: transparent;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header__menu-wrapper {
    display: none;
  }
}
.header .header__menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__menu-wrapper ul > li:not(:last-child) {
  margin-right: 2rem;
}
.header .header__menu-wrapper ul > li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.222;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #bb242a;
}
.header .header__burger-button {
  cursor: pointer;
  appearance: none;
  border: none;
  outline: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-color: transparent;
}

.burger-overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.8);
  opacity: 0;
  transition: 0.2s;
  z-index: 10;
  overflow: hidden;
}
.burger-overlay.is-sticky--down .burger {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .burger-overlay.is-sticky--down .burger {
    padding-top: 0.7rem;
  }
}
.burger-overlay.is-sticky--up .burger {
  padding-top: 2.9rem;
}
@media screen and (max-width: 1024px) {
  .burger-overlay.is-sticky--up .burger {
    padding-top: 0.7rem;
  }
}
.burger-overlay.is-open {
  pointer-events: all;
  opacity: 1;
}
.burger-overlay.is-open .burger-overlay__content {
  max-width: 23.625rem;
}
.burger-overlay .burger-overlay__content {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  max-width: 0;
  width: 100%;
  height: 100vh;
  transition: 0.2s;
}

.burger {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  padding: 4.1875rem 1.5rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .burger {
    padding-top: 0.6875rem;
  }
}
.burger .burger__header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-flow: column nowrap;
  background-color: #ffffff;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #bb242a;
}
.burger .burger__header > * {
  margin-bottom: 1.5rem;
}
.burger .burger__content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem 0.5rem 1.5rem 0;
  width: 100%;
  height: 100%;
  max-height: 74vh;
}
.burger .burger__content::-webkit-scrollbar {
  background: transparent;
}
.burger .burger__content::-webkit-scrollbar-thumb {
  background-color: #bb242a;
}
.burger .burger__content .moduletable {
  margin-bottom: 1.5rem;
}
.burger .burger__content h3 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
  margin: 0 0 0.75rem;
  padding: 0 0 0.25rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.burger .burger__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.burger .burger__content li {
  margin: 0 0 0.75rem;
}
.burger .burger__content a {
  font-style: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #bb242a;
}
.burger .burger__featured-wrapper {
  margin-bottom: 1.5rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger .burger__featured-wrapper {
    display: block;
  }
}
.burger .burger__sm-icons {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.burger .burger__sm-icons > *:not(:last-child) {
  margin-right: 1.75rem;
}
@media screen and (max-width: 420px) {
  .burger .burger__sm-icons > *:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.burger .burger__sm-icons .sm-icon-wrapper {
  margin-bottom: 0;
}
.burger .burger__close-button {
  cursor: pointer;
  appearance: none;
  border: none;
  outline: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  margin-top: 1rem;
  width: 100%;
  border-top: 1px solid #bb242a;
  padding: 4rem 0 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: url(../images/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  transform: translateX(-50%);
  border-radius: 100%;
}
.footer .footer__main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-bottom: 4.875rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer__main-content {
    justify-content: flex-start;
    flex-flow: column nowrap;
    margin-bottom: 1.5rem;
  }
}
.footer .footer__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  max-width: 20.625rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer__container {
    margin-bottom: 1.5rem;
  }
}
.footer .footer__logo {
  width: 7.5rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  max-width: 100%;
}
.footer .footer__logo > *:not(:last-child) {
  padding-right: 0.75rem;
  border-right: 1px solid rgba(18, 18, 18, 0.2);
  margin-right: 0.75rem;
}
.footer .footer__logo svg,
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}
.footer .footer__contact-info p {
  margin: 0 0 0.375rem;
}
.footer .footer__contact-info a {
  text-decoration: none;
  color: #bb242a;
}
.footer .footer__disclaimer {
  color: rgba(18, 18, 18, 0.8);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  margin-bottom: 0.75rem;
}
.footer .footer__copyright-wrapper {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(18, 18, 18, 0.2);
}
@media screen and (max-width: 1024px) {
  .footer .footer__copyright-wrapper {
    padding: 0.5rem 1.5rem;
    flex-wrap: wrap;
  }
}
.footer .footer__copyright-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: rgba(18, 18, 18, 0.6);
}
.footer .footer__copyright-wrapper ul > li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer .footer__copyright-wrapper ul a {
  font-style: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: rgba(18, 18, 18, 0.6);
}

.navigation-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #bb242a;
  color: #ffffff;
  padding: 0.375rem 1.5rem;
  z-index: 10;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .navigation-ribbon {
    display: none;
  }
}
.navigation-ribbon .navigation-ribbon__menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-ribbon .navigation-ribbon__menu-wrapper > ul > li:not(:first-child) {
  margin-left: 1.5rem;
}
.navigation-ribbon .navigation-ribbon__menu-wrapper > ul > li a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.icon--burger {
  display: block;
  height: 0.15rem;
  width: 1.5rem;
  background: #bb242a;
  position: relative;
  transition: 0.2s;
}
.icon--burger:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 100%;
  left: 0;
  height: 0.15rem;
  background: #bb242a;
  transition: 0.2s;
}
.icon--burger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  height: 0.15rem;
  background: #bb242a;
  transition: 0.2s;
}
.icon--burger.is-active {
  background: transparent;
}
.icon--burger.is-active:before {
  transform: rotate(45deg);
  top: 0;
}
.icon--burger.is-active:after {
  transform: rotate(-45deg);
  top: 0;
}

.sm-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.sm-icons > *:not(:last-child) {
  margin-right: 1.75rem;
}
@media screen and (max-width: 420px) {
  .sm-icons > *:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.sm-icons .sm-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  background-color: #bb242a;
}
.sm-icons .sm-icon img, .sm-icons .sm-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.finder {
  width: 100%;
}
.finder .search-query {
  width: 100%;
  padding: 0.75rem;
  font-style: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
  outline: 0;
  transition: 0.2s;
  border: 1px solid rgba(18, 18, 18, 0.2);
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 1.5rem 1.5rem;
}
.finder .search-query:focus {
  border-color: #bb242a;
}
.finder .search-query::placeholder {
  color: rgba(18, 18, 18, 0.6);
  opacity: 1;
}

.main .finder {
  margin-top: 9.25rem;
}
@media screen and (max-width: 1024px) {
  .main .finder {
    margin-top: 4.5rem;
  }
}
.main #search-form {
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding-bottom: 1.5rem;
}
.main #search-form #finder-search {
  text-align: center;
}
.main #search-form fieldset {
  border: none;
  outline: 0;
  padding: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.main #search-form fieldset label {
  display: none;
}
.main #search-form fieldset input {
  appearance: none;
  font-size: 1.125rem;
  line-height: 1.2;
  border: 1px solid rgba(18, 18, 18, 0.2);
  outline: 0;
  padding: 0.75rem 1.5rem;
  transition: 0.2s;
  width: 100%;
}
.main #search-form fieldset input:focus {
  border-color: #bb242a;
}
.main #search-form fieldset button {
  cursor: pointer;
  appearance: none;
  padding: 0.75rem 1.5rem;
  border: 1px solid #bb242a;
  outline: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  width: 100%;
  max-width: 6.25rem;
  background-color: #bb242a;
  color: #ffffff;
  transition: 0.2s;
}
.main #search-form fieldset button:hover {
  color: #bb242a;
  background-color: #ffffff;
}
.main .search-results {
  margin: 0 0 1.5rem;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  list-style: none;
}
.main .highlight {
  background-color: rgba(187, 36, 42, 0.2);
}
.main .result-title {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #121212;
}
.main .result-title a {
  color: #121212;
  text-decoration: none;
  transition: 0.2s;
}
.main .result-title a:hover {
  color: #bb242a;
}

.moduletable {
  width: 100%;
}

.pagination .counter {
  display: none;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.pagination ul li:not(:last-child) {
  margin-right: 0.375rem;
}
.pagination .pagination-start, .pagination .pagination-end {
  display: none !important;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.article-page {
  margin-top: 7.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .article-page {
    margin-top: 4rem;
  }
}
.article-page .article-page__wrapper {
  margin-top: 1.5rem;
}
.article-page .article-page__header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.article-page .article-page__category {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #bb242a;
  margin: 0 0 0.5rem;
}
.article-page .article-page__category.is-not-link {
  cursor: initial;
  color: #121212;
}
.article-page .article-page__title {
  font-family: "Oswald", Impact, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  color: #121212;
  margin: 0 0 1.5rem;
}
.article-page .article-page__image {
  width: 100%;
  height: auto;
  margin: 0 0 1.5rem;
}
.article-page .article-page__image img,
.article-page .article-page__image svg {
  width: 100%;
  height: 100%;
  max-height: 24rem;
  object-fit: cover;
  vertical-align: middle;
}
.article-page .article-page__info-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: #121212;
}
.article-page .article-page__info-wrapper > li {
  position: relative;
}
.article-page .article-page__info-wrapper > li:not(:last-child) {
  padding-right: 0.4375rem;
  margin-right: 0.375rem;
}
.article-page .article-page__info-wrapper > li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #121212;
}
.article-page .article-page__content {
  margin: 1.5rem 0;
}
.article-page .article-page__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latestnews {
  border-top: 1px solid rgba(18, 18, 18, 0.2);
  margin: 0 0 1.25rem;
  padding: 1.5rem 0 0;
  list-style: none;
}
.latestnews li {
  margin-bottom: 0.75rem;
}
.latestnews a {
  cursor: pointer;
  font-style: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #bb242a;
}

.blog.is-standard-category {
  margin-top: 9.25rem;
}
@media screen and (max-width: 1024px) {
  .blog.is-standard-category {
    margin-top: 4.5rem;
  }
}
.blog.is-standard-category .blog__inner-content-wrapper {
  max-width: 60.125rem;
  width: 100%;
  margin: 0 auto;
}
.blog .blog__intro-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row nowrap;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog .blog__intro-wrapper {
    justify-content: flex-start;
    flex-flow: column nowrap;
  }
}
.blog .blog__intro-image {
  width: 100%;
  max-width: 28rem;
  height: 26.25rem;
  margin-right: 1.5rem;
  position: relative;
}
.blog .blog__intro-image img,
.blog .blog__intro-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .blog__intro-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 36, 42, 0.5);
}
.blog .blog__intro-content {
  width: 100%;
}
.blog .blog__intro-title {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1.48;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}
.blog .blog__intro-description {
  font-family: 400;
}
.blog .blog__intro-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
}
.blog .blog__intro-description a {
  text-decoration: none;
  color: #bb242a;
  transition: 0.2s;
}
.blog .blog__intro-description a:hover {
  text-decoration: underline;
}
.blog .blog__leading-items {
  width: 100%;
}
.blog .blog__items {
  width: 100%;
  max-width: 50.125rem;
}
@media screen and (max-width: 1024px) {
  .blog .blog__items {
    margin: 0 auto;
  }
}
.blog .blog__inner-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
  padding: 3rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog .blog__inner-content-wrapper {
    justify-content: flex-start;
    flex-flow: column-reverse nowrap;
  }
}
.blog .blog__inner-content-wrapper.is-standard-category {
  margin: 2rem auto;
}
.blog .blog__sidebar {
  width: 100%;
  max-width: 20.625rem;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: column nowrap;
}
.blog .blog__sidebar > * {
  margin-bottom: 3rem;
}
.blog .blog__slider .glide__slides {
  margin: 0;
}
.blog .blog__slider .glide__slide:not(.glide__slide--active) .leading-item__content {
  opacity: 0;
}

.leading-item {
  overflow: hidden;
  position: relative;
}
.leading-item .leading-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.leading-item .leading-item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leading-item .leading-item__background .item-image {
  width: 100%;
  height: 100%;
}
.leading-item .leading-item__background .item-image img,
.leading-item .leading-item__background .item-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leading-item .leading-item__background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(187, 36, 42, 0.6) 0%, rgba(18, 18, 18, 0.6) 100%);
}
.leading-item .leading-item__content {
  width: 100%;
  min-height: 40.625rem;
  height: 60vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column nowrap;
  position: relative;
  padding: 1.5rem;
  color: #ffffff;
  transition: 0.2s;
}
.leading-item .leading-item__content > *:not(:last-child) {
  margin: 0 0 0.375rem;
}
.leading-item .leading-item__category {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.leading-item .leading-item__title {
  font-family: "Oswald", Impact, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.leading-item .leading-item__info-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: #ffffff;
}
.leading-item .leading-item__info-wrapper > li {
  position: relative;
}
.leading-item .leading-item__info-wrapper > li:not(:last-child) {
  padding-right: 0.4375rem;
  margin-right: 0.375rem;
}
.leading-item .leading-item__info-wrapper > li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.blog-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 17.5rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 420px) {
  .blog-item {
    justify-content: flex-start;
    flex-flow: column nowrap;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(18, 18, 18, 0.2);
    margin-bottom: 1.5rem;
  }
}
.blog-item > *:not(:last-child) {
  margin-right: 1.5rem;
}
.blog-item .blog-item__image {
  max-width: 20.625rem;
  width: 100%;
  height: 100%;
  background-color: #bb242a;
}
.blog-item .blog-item__image a {
  display: block;
  height: 100%;
}
.blog-item .blog-item__image img,
.blog-item .blog-item__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  min-height: 17.5rem;
}
@media screen and (max-width: 1024px) {
  .blog-item .blog-item__image {
    margin-bottom: 1rem;
  }
}
.blog-item .blog-item__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
}
.blog-item .blog-item__content > *:not(:last-child) {
  margin: 0 0 0.75rem;
}
.blog-item .blog-item__content > div > *:not(:last-child) {
  margin: 0 0 0.75rem;
}
.blog-item .blog-item__category {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.286;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #bb242a;
}
.blog-item .blog-item__title-link {
  color: #121212;
  text-decoration: none;
  transition: 0.2s;
}
.blog-item .blog-item__title-link:hover {
  color: #bb242a;
}
.blog-item .blog-item__title {
  margin: 0;
}
.blog-item .blog-item__intro-wrapper {
  color: rgba(18, 18, 18, 0.8);
}
.blog-item .blog-item__intro-wrapper p {
  display: contents;
}
.blog-item .blog-item__info-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: rgba(18, 18, 18, 0.8);
}
.blog-item .blog-item__info-wrapper > li {
  position: relative;
}
.blog-item .blog-item__info-wrapper > li:not(:last-child) {
  padding-right: 0.4375rem;
  margin-right: 0.375rem;
}
.blog-item .blog-item__info-wrapper > li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.8);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.help-center-section {
  margin-top: 9.25rem;
}
@media screen and (max-width: 1024px) {
  .help-center-section {
    margin-top: 4.625rem;
  }
}
.help-center-section .ui-accordion-header-icon {
  display: none !important;
}
.help-center-section .gray-title-bar {
  display: none !important;
}
.help-center-section .inner-side-bar {
  display: none !important;
}
.help-center-section .ui-widget {
  margin: 0 auto !important;
  opacity: 1 !important;
}
.help-center-section .ui-state-default {
  background: transparent !important;
  color: #121212 !important;
  transition: color 0.2s !important;
  border: none !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2) !important;
  padding: 0.75rem 0 !important;
}
.help-center-section .ui-state-active {
  color: #bb242a !important;
  border: none !important;
}
.help-center-section .ui-widget-content {
  border: none !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2) !important;
  padding: 0 0 0.75rem !important;
}

.help-center-section #accordion2.is-visible {
  display: block !important;
}
.help-center-section #accordion2.is-hidden {
  display: none !important;
}
.help-center-section #accordion3.is-visible {
  display: block !important;
}
.help-center-section #accordion3.is-hidden {
  display: none !important;
}

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