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,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  overflow-y: auto;
}
img,
video {
  max-width: 100%;
  height: auto;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  #menu-main > li:first-child a:hover {
    color: #002E6D;
  }
  #menu-main > li:first-child#selectedpage a span {
    color: #002E6D;
  }
  #menu-main > li:first-child .dropdown-top::after {
    left: calc(4% - 14px);
  }
  #menu-main > li:nth-child(2) a:hover {
    color: #002E6D;
  }
  #menu-main > li:nth-child(2)#selectedpage a span {
    color: #002E6D;
  }
  #menu-main > li:nth-child(2) .dropdown-top::after {
    left: calc(13% - 14px);
  }
  #menu-main > li:nth-child(3) a:hover {
    color: #008624;
  }
  #menu-main > li:nth-child(3)#selectedpage a span {
    color: #008624;
  }
  #menu-main > li:nth-child(3) .dropdown-top::after {
    left: calc(13% - 14px);
  }
  #menu-main > li:nth-child(4) a:hover {
    color: #8531A5;
  }
  #menu-main > li:nth-child(4)#selectedpage a span {
    color: #8531A5;
  }
  #menu-main > li:nth-child(4) .dropdown-top::after {
    left: calc(22% - 14px);
  }
  #menu-main > li:nth-child(5) a:hover {
    color: #776CBA;
  }
  #menu-main > li:nth-child(5)#selectedpage a span {
    color: #776CBA;
  }
  #menu-main > li:nth-child(5) .dropdown-top:after {
    left: calc(31% - 14px);
  }
  #menu-main > li:nth-child(6) a:hover {
    color: #CF0C71;
  }
  #menu-main > li:nth-child(6)#selectedpage a span {
    color: #CF0C71;
  }
  #menu-main > li:nth-child(6) .dropdown-top:after {
    left: calc(40% - 14px);
  }
  #menu-main > li:nth-child(7) a:hover {
    color: #00737A;
  }
  #menu-main > li:nth-child(7)#selectedpage a span {
    color: #00737A;
  }
  #menu-main > li:nth-child(7) .dropdown-top:after {
    left: calc(52% - 14px);
  }
  #menu-main > li:nth-child(8) a:hover {
    color: #BE4D00;
  }
  #menu-main > li:nth-child(8)#selectedpage a span {
    color: #BE4D00;
  }
  #menu-main > li:nth-child(8) .dropdown-top:after {
    left: calc(63.5% - 14px);
  }
  #menu-main > li:nth-child(9) a:hover {
    color: #CB3340;
  }
  #menu-main > li:nth-child(9)#selectedpage a span {
    color: #CB3340;
  }
  #menu-main > li:nth-child(9) .dropdown-top:after {
    left: calc(74% - 14px);
  }
  #menu-main > li:nth-child(10) a:hover {
    color: #003E52;
  }
  #menu-main > li:nth-child(10)#selectedpage a span {
    color: #003E52;
  }
  #menu-main > li:nth-child(10) .dropdown-top:after {
    left: calc(84.5% - 14px);
  }
  #menu-main > li:nth-child(11) a:hover {
    color: #5f5252;
  }
  #menu-main > li:nth-child(11)#selectedpage a span {
    color: #5f5252;
  }
  #menu-main > li:nth-child(11) .dropdown-top:after {
    left: calc(94.5% - 14px);
  }
}
.blue-arrow {
  margin-right: 8px;
  padding: 0px;
}
@media (max-width: 768px) {
  .blue-arrow > svg path {
    fill: #fff !important;
  }
}
.dropdown {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 95%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3.5% 0 6% 0;
  color: white;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  /*transform: translateY(-1em);
    transition: all .2s ease-in-out 0s,visibility 0s linear .2s,z-index 0s linear .02s;*/
  flex-flow: column nowrap;
  background-color: #fff;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.dropdown.visible {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transition-delay: 0s, 0s, 0.2s;
}
@media (min-width: 992px) {
  .dropdown-title {
    width: 33%;
    border-left: 4px solid;
    padding-left: 30px;
  }
}
.dropdown-title > p {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dropdown-title > p {
    display: none;
  }
}
.dropdown .h1 {
  margin-bottom: 0;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  transition: all 0.25s ease-out;
}
@media (max-width: 768px) {
  .dropdown .h1.padded {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.dropdown .h1 a {
  color: inherit;
  transition: all 0.25s ease-out;
}
@media (max-width: 768px) {
  .dropdown .h1 a {
    color: #fff !important;
  }
}
.dropdown h2 {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 2em;
}
.dropdown-close {
  position: absolute;
  top: 2.5vw;
  right: 10vw;
  padding: 0;
  border: 0;
  background: 0;
  color: white;
  font-size: 0.4rem;
  cursor: pointer;
}
.dropdown-close i {
  pointer-events: none;
}
.dropdown-back {
  display: none;
}
.dropdown-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 2.5vw;
  position: relative;
  margin: 0 auto;
  max-width: 1448px;
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-top {
    padding: 0 15px;
  }
}
.dropdown-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  top: calc(-12% + 10px);
  top: -59px;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (max-width: 768px) {
  .dropdown-top:after {
    display: none;
  }
}
.dropdown-top img {
  width: 20vw;
}
.dropdown-list {
  margin-left: 180px;
  padding-top: 1.3rem;
  line-height: 1.75;
  font-size: 0.4rem;
  columns: 17.5em 2;
}
.dropdown-list li a {
  color: #000;
  text-decoration: none;
  margin-left: 0.75vw;
  transition: all 0.25s ease-out;
}
.dropdown-list li ul {
  display: none;
  flex-direction: column;
}
.dropdown-bottom {
  width: 100%;
}
.dropdown-tiles {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.dropdown-tile {
  width: 14vw;
}
.dropdown-tile a {
  color: black;
  text-decoration: none;
}
.dropdown-tile img {
  width: 100%;
}
.dropdown-tile p {
  font-size: 0.35rem;
}
#social-anchor {
  position: fixed;
  font-size: 0.5em;
  right: 1em;
  top: calc(50vh - 5.125em);
  display: flex;
  flex-direction: column;
  z-index: 100;
}
#social-anchor li {
  color: white;
  background-color: black;
  width: 2.75em;
  height: 2.75em;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 0.25em solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  cursor: pointer;
}
#social-anchor li a {
  color: inherit;
}
.cc-color-override--2069308979 .cc-link,
.cc-color-override--2069308979 .cc-link:active,
.cc-color-override--2069308979 .cc-link:visited {
  color: white !important;
  outline: none !important;
  opacity: 1 !important;
}
a.cc-btn.cc-dismiss {
  background-color: white !important;
  color: #002E6D !important;
  border: 1px solid white;
  outline: none;
  transition: all ease-in 150ms;
}
a.cc-btn.cc-dismiss:hover {
  border-color: #616265 !important;
}
nav {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 0.4em;
  font-weight: 500;
  position: relative;
  background-color: white;
}
nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 6px;
  background-color: #002E6D;
}
@media (min-width: 768px) {
  nav {
    padding: 0 15px;
  }
}
#menu-top {
  display: flex;
  flex-flow: row nowrap;
  padding: 1.5vw 0 2.5vw 0;
  justify-content: space-between;
  align-items: center;
}
#menu-top li {
  margin: 0 0.5vw;
}
#menu-top li:nth-child(4) {
  margin: 0;
}
#menu-top li:first-of-type {
  margin-left: auto;
}
#menu-top a.user-portal {
  color: #fff;
  background-color: #002E6D;
  padding: 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  border-radius: 6px;
  transition: color 0.2s, background-color 0.2s;
  border: 1px solid transparent;
}
#menu-top a.user-portal:hover {
  color: #002E6D;
  background-color: #ffffff;
  border: 1px solid #002E6D;
}
#menu-items ul#menu-main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#menu-items ul#menu-main > li {
  padding-bottom: 1.25em;
}
nav a {
  text-decoration: none;
  color: black;
  display: block;
  transition: all 0.25s ease-out;
}
nav a#logo {
  height: 60px;
  position: absolute;
  width: 396px;
  top: 21px;
}
nav a#logo span {
  text-indent: -999px;
  display: block;
}
@media (max-width: 767px) {
  nav a#logo {
    width: 265px;
    height: 35px;
    top: 20px;
  }
}
nav a#logo img {
  max-height: 38px;
}
#hamburger {
  display: none;
}
#hamburger button {
  background: none;
  border: none;
  color: #002E6D;
  font-size: 5vw;
}
#menu-items {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
}
#menu-items #top-bar {
  display: none;
  justify-content: space-between;
  padding: 5vw;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
#menu-items #top-bar button#close {
  color: white;
}
#menu-items #social-mobile {
  display: none;
}
#qsearch:focus-visible,
.fa-search:focus-visible {
  outline: 1px solid #CF0C71;
}
/* 4.FOOTER
-------------------------------------------------------- */
footer {
  color: #bababb;
  background-color: #616265;
  max-width: 1580px;
  padding: 2.5% 3.5%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  background-color: #616265;
  z-index: -1;
}
footer h1 {
  color: white;
  font-size: 0.4em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
}
footer address {
  font-size: 0.4em;
  line-height: 150%;
}
#footer-top {
  display: flex;
  flex-direction: row;
}
#footer-left {
  width: 30%;
}
#footer-right {
  width: 90%;
  text-align: right;
}
#footer-right p {
  color: white;
  max-width: none;
  font-size: 0.4rem;
  margin-top: 0em;
}
#footer-right ul li {
  font-size: 0.4em;
  margin-bottom: 1em;
}
#footer-right ul li a {
  text-decoration: none;
  color: white;
}
#social-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 0.4em;
}
#social-icons li {
  margin: 0.25em;
}
#social-icons a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.75em;
  background-color: #4f5154;
  border-radius: 100%;
}
#footer-bottom {
  display: flex;
  margin-top: 5vw;
  flex-wrap: wrap;
}
#footer-bottom #copyright {
  margin: 0;
  margin-right: auto;
  max-width: 100%;
  font-size: 0.37em;
  color: white;
}
#footer-bottom ul {
  display: flex;
  font-size: 0.37em;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#footer-bottom ul li {
  margin-bottom: 1rem;
  padding: 0 1.5em;
  border-right: 1px solid #bababb;
}
#footer-bottom ul li:last-child {
  border: 0;
}
#footer-bottom ul li a {
  color: #fff;
  text-decoration: none;
}
/* 1.RESET 
--------------------------------------------------------------------------------------- */
.logo-2021,
.ham-b {
  text-indent: -9999px;
  display: inline-block;
}
/* 2.MAIN LAYOUT
--------------------------------------------------------------------------------------- */
html {
  font-size: calc(16px + (24 - 16) * (100vw - 400px) / (800 - 400));
}
body {
  font-family: "Neue Helvetica W01", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
.contentpanel-container {
  background-color: #fff;
  padding-bottom: 4.5vw;
}
sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.25em;
}
sub {
  font-size: smaller;
  vertical-align: bottom;
  position: relative;
  bottom: -0.25em;
}
main {
  display: block;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 15px;
}
/*suvery popup*/
.survey-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
.survey-popup .survey-popup-wrapper {
  min-width: 560px;
  width: 560px;
  min-height: 150px;
  margin: 0 auto;
  background: #002E6D;
  position: absolute;
  z-index: 103;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0.8rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .survey-popup .survey-popup-wrapper {
    min-width: auto;
    width: 90%;
    min-height: 150px;
  }
}
.survey-popup .survey-popup-wrapper input[type="submit"] {
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.survey-popup .survey-popup-wrapper h3 {
  font-size: 20px;
  color: #fff;
  max-width: 100%;
}
.survey-popup .survey-popup-wrapper .survey-links {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.survey-popup .survey-popup-wrapper .survey-links a,
.survey-popup .survey-popup-wrapper .survey-links span {
  padding: 0.5rem 1rem;
  color: #002E6D;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  position: relative;
}
.survey-popup .survey-popup-wrapper .survey-links a:hover,
.survey-popup .survey-popup-wrapper .survey-links span:hover {
  border: 1px solid #fff;
  background-color: #002E6D;
  color: #fff;
}
b,
strong {
  font-weight: bold;
}
.ogacontent p {
  max-width: 100%;
}
a.backtotop {
  text-decoration: none;
}
section {
  position: relative;
  padding: 3.5% 15px;
  margin: 0 auto;
  max-width: 1415px;
}
section:last-of-type::after {
  background-image: url("/images/up_blk.svg");
}
section a {
  color: #1d70b8;
}
.section-heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.section-heading button {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 36px;
  height: 36px;
  background-size: cover;
}
a.whitebutton {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.vacancy-content {
  height: auto;
  min-height: 200px;
}
p.vac-link-button {
  margin-bottom: 0;
}
.left-button {
  background-image: url("/images/left_light_blue.svg");
  cursor: pointer;
}
.right-button {
  background-image: url("/images/right_light_blue.svg");
  cursor: pointer;
}
section#hot-topics .left-button {
  background-image: url("/images/left_dark_blue.svg");
  cursor: pointer;
}
section#hot-topics .right-button {
  background-image: url("/images/right_dark_blue.svg");
  cursor: pointer;
}
section h1 {
  color: #00aeef;
  font-size: 1em;
  text-align: center;
  font-weight: 200;
}
section .card-container {
  margin-top: 2.5vw;
}
section .card {
  margin: 0 2.5%;
  width: 30%;
  /* min-height: 30vw; */
}
section .card > a {
  display: block;
  height: 30vw;
  text-decoration: none;
}
#Events .card > a {
  display: block;
  height: initial;
  text-decoration: none;
}
section .card-category {
  display: inline-block;
  padding: 0.7em;
  font-size: 12px;
  color: white;
  max-height: 30px;
}
section .card-category a {
  color: white;
  text-decoration: none;
}
section .card img {
  display: block;
  width: 100%;
  height: 50%;
}
section .card-content {
  padding: 1.5em;
  line-height: 150%;
  position: relative;
  font-size: 0.4rem;
  background-color: white;
  height: 50%;
}
section .card-content time {
  color: #616265;
  font-size: 1em;
}
section .card-content h3 {
  color: #616265;
  font-size: 1em;
  font-weight: 700;
  margin: 0.5em 0;
}
section .card-content p {
  color: #616265;
  font-size: 1em;
  max-width: 100% !important;
  margin-top: 0;
}
section .card-content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.25vw solid transparent;
  border-right: 1.25vw solid transparent;
  border-bottom: 1.25vw solid white;
  position: absolute;
  top: -1.15vw;
  left: calc(50% - 1.25vw);
}
.halfbox-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 2.5vw;
}
.halfbox {
  width: 47.5%;
  border-top: 10px solid black;
  padding-top: 1.25vw;
}
.halfbox h2 {
  background: 0;
  color: #616265;
  font-weight: 700;
  text-transform: none;
  padding: 0;
  font-size: 0.525em;
}
.halfbox-heading p {
  font-weight: 200;
  font-size: 0.4em;
  line-height: 120%;
}
.halfbox-heading a {
  text-decoration: none;
}
.halfbox-content p {
  font-size: 0.4em;
  line-height: 150%;
}
.halfbox img#andysamuel {
  width: 50%;
  margin: 0 25% -1%;
}
.halfbox img#howwework {
  margin: 2.5vw 0;
}
.halfbox #about-panel {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.halfbox #about-panel blockquote {
  width: 50%;
  padding: 3vw;
  margin: 0;
}
.halfbox #about-panel p {
  text-align: center;
  font-weight: normal;
}
.halfbox #about-panel blockquote p::before {
  content: "\201c";
  display: block;
  font-size: 5vw;
}
.halfbox #about-panel blockquote p::after {
  content: "";
}
.halfbox #about-panel #about-panel-right {
  width: 50%;
  background-size: cover;
}
.halfbox #about-panel #about-panel-play {
  position: absolute;
  width: 3vw;
  left: calc(50% - 1.5vw);
  top: calc(50% - 1.5vw);
  opacity: 0.6;
  transition: opacity 0.5s;
}
.halfbox #about-panel #about-panel-play:hover {
  opacity: 1;
}
#standard-content .contentpanel {
  width: 32.66%;
}
#standard-content .contentpanel-container {
  background: #fff;
}
#standard-content .contentpanel-content {
  height: auto;
}
#standard-content .contentpanel-container ul {
  margin-left: 0;
}
#standard-content .contentpanel-container ul li {
  background: none;
  padding-left: 0;
}
#standard-content .contentpanel:nth-of-type(3n) {
  margin-right: 0;
}
#standard-content .contentpanel:nth-of-type(4n) {
  margin-right: 1%;
}
/*large news panel homepagegrid start*/
.news-panel-left,
.news-panel-right {
  width: 50%;
  display: inline-block;
  float: left;
}
#home-page-grid .large-news-panel.contentpanel {
  width: 100%;
}
.large-news-panel > h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .large-news-panel > h2 {
    flex-wrap: wrap;
  }
}
.large-news-panel > h2 > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 992px) {
  .large-news-panel > h2 > a {
    margin-top: 20px;
  }
}
.hiddenpanel {
  margin-right: 0 !important;
  width: 0 !important;
}
.news-panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 16px;
}
.newslist-card {
  width: 24.25%;
  background-color: white;
}
.newslist-card-content {
  padding: 1.5vw;
}
.newslist-card-header {
  background-color: #017caf;
  padding: 1.5vw;
  max-width: 100%;
}
.newslist-card-header h2 {
  font-size: 0.45em;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  line-height: 1;
}
.img-news--box {
  width: 80%;
  margin: 0 auto;
}
.newslist-card-content h3 {
  color: #616265;
  font-size: 1em;
  font-weight: 700;
  margin: 0.5em 0;
}
.news-item {
  position: relative;
  width: calc(25% - 30px);
  min-height: 260px;
  padding: 25px;
  margin: 0 15px;
  z-index: 1;
  transition: all 0.25s ease-out, opacity 0.25s ease-in-out;
}
.news-item:hover:not(.tweets) h3 {
  text-decoration: underline;
}
.news-item:not(.tweets).news-item::before {
  position: absolute;
  content: "";
  background: #F4F4F4;
  left: 0;
  top: 65px;
  width: 100%;
  height: calc(100% - 65px);
  z-index: -1;
}
@media (max-width: 992px) {
  .news-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .news-item {
    width: calc(100% - 30px);
  }
}
news-item a {
  position: relative;
}
.news-item:not(.tweets) a:before {
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}
.news-item h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.news-item time,
.news-item time span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.newslist-card-header a {
  font-size: 0.45em;
  font-weight: 400;
  color: white;
}
.contentpanel {
  width: 24.25%;
  margin-bottom: 25px;
  margin-right: 0;
  display: block;
  background: #fff;
}
.contentpanel-header h2 {
  font-size: 0.45em;
  font-weight: 700;
  color: white;
  padding: 1em 5%;
  max-width: 100%;
  margin-bottom: 0;
}
.contentpanel-header img {
  width: 100%;
}
.contentpanel-header a {
  text-decoration: none;
}
main .contentpanel-header a[href*="//"]::after {
  content: none;
}
.contentpanel-image {
  height: 10vw;
  background-size: cover;
}
.contentpanel-content {
  position: relative;
  min-height: 4em;
  background-color: white;
  padding: 5%;
  font-size: 1.2em;
  /*ul li a {
 
        &:hover {
            color: #000;
            background-color: #fff;
            border: 1px solid #0065A2;
        }
    }*/
}
.contentpanel-content::before {
  content: "";
  position: absolute;
  top: -0.95vw;
  left: calc(50% - 1vw);
  border-left: 1vw solid transparent;
  border-bottom: 1vw solid white;
  border-right: 1vw solid transparent;
  z-index: 1;
}
.contentpanel-content p {
  font-size: 0.33em;
  color: #616265;
  line-height: 150%;
  margin: 0.5em 0;
}
.contentpanel-info {
  font-size: 0.33em;
  margin-bottom: 0.5em;
  color: #616265;
}
.contentpanel-content h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.contentpanel-content p:first-child {
  margin-top: 0;
}
.contentpanel-content ul {
  line-height: 1.5;
  font-size: 0.33em;
}
.contentpanel-contact {
  width: 39.75vw;
  height: calc(330 / 630 * 39.75vw);
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0.5vw;
}
.contentpanel-contact-form {
  position: relative;
  color: #616265;
  background-color: #e0e0e0;
  width: 50%;
  padding: 1.5vw;
}
.contentpanel-contact-form::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75vw);
  right: -0.75vw;
  border-top: 0.75vw solid transparent;
  border-bottom: 0.75vw solid transparent;
  border-left: 0.75vw solid #e0e0e0;
}
.contentpanel-contact-form h2 {
  font-size: 0.45em;
  font-weight: 700;
}
.contentpanel-contact-form p {
  font-size: 0.375em;
}
.contentpanel-contact-form label {
  display: block;
  font-size: 0.35em;
  margin: 0.5em 0;
}
.contentpanel-contact-form input {
  display: block;
  width: 80%;
  font-size: 0.375em;
  padding: 0.5em;
  border: none;
}
.contentpanel-contact-form input[type=submit] {
  color: white;
  background-color: #707070;
  font-size: 0.375em;
  padding: 0.5em;
  margin-top: 1em;
}
.contentpanel-contact-image {
  background-size: cover;
  width: 50%;
}
.contentpanel-wide {
  width: 80vw;
}
.contentpanel-wide .contentpanel-header {
  width: 50%;
}
.contentpanel-wide .contentpanel-content {
  width: 25%;
}
.contentpanel-wide .contentpanel-extra {
  width: 25%;
}
.contentpanel-wide .contentpanel-extra h2 {
  font-size: 1.1vw;
  font-weight: 700;
  color: white;
  padding: 1.5vw;
}
.contentpanel-wide .contentpanel-extra-content {
  padding: 1.5vw;
  padding-top: 0;
}
.team-selector {
  display: flex;
  flex-flow: row wrap;
  background-color: #006395;
  max-width: 100% !important;
  line-height: 1 !important;
  padding: 1vw;
  margin: 0 !important;
}
#standard-content ul.team-selector li {
  background: none;
  padding: 0;
}
.team-selector li::after {
  content: "\00a0\00a0|\00a0\00a0";
  color: white;
  opacity: 0.5;
}
.team-selector li:last-child::after {
  content: none;
}
.team-selector li a {
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.team-selector li a.active {
  font-weight: bold;
  color: white;
}
.team-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 0.75vw;
}
.person {
  width: calc(33.33% - 0.5vw);
  margin-right: 0.75vw;
  margin-bottom: 0.75vw;
  cursor: pointer;
}
.person:nth-of-type(3n+1) {
  margin-right: 0;
}
.person-image {
  background-color: #f3f3f3;
  width: 100%;
}
.person-image img {
  /*max-width: 15vw;*/
  display: block;
}
.person-big .person-image img {
  max-width: 100%;
}
.person-main {
  background-color: #006395;
  color: white;
  padding: 1vw;
  position: relative;
  min-height: 6vw;
}
.person-main h1 {
  color: white;
  font-size: 0.4em;
  font-weight: bold;
  text-align: left;
}
.person-main h2 {
  font-size: 0.4em;
  font-weight: normal;
  margin-bottom: 0;
}
.person-main i.fa {
  position: absolute;
  top: 1vw;
  right: 1vw;
  font-size: 0.5em;
}
.person-info {
  display: none;
  padding: 1vw;
  justify-content: space-between;
}
.person-info p {
  margin: 0;
}
.person-job-info {
  width: 100%;
  margin-bottom: 10px;
}
.person-big .person-description {
  width: 100%;
}
.person-description {
  display: inline-block;
  width: 65%;
}
.person-big {
  width: 100%;
  margin-right: 0;
  display: none;
  margin-bottom: 0.75vw;
  cursor: initial;
}
.person-big .person-image {
  background-color: #f3f3f3;
}
.person-big .person-info {
  display: inline-block;
  background-color: #dee0e2;
  width: 67%;
  height: 100%;
}
.person-big .person-content {
  float: left;
  width: calc(33.33% - 0.5vw);
}
.person-big .person {
  display: inline;
  width: 100%;
  background-color: #dee0e2;
}
.person-big .fa {
  cursor: pointer;
}
.consultation-title h5 {
  color: white;
  background-color: #00aeef;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 1vw;
  line-height: 1.5;
}
.consultation-title .consultation-finished {
  background-color: #af1324;
  font-size: 1.1vw;
  padding: 1.5vw;
  color: white;
}
.consultation-outcome {
  background-color: #f8f8f8;
  padding: 1.5vw;
  margin-bottom: 1.5vw;
}
.consultation-outcome :first-child {
  margin-top: 0;
}
.consultation-outcome :last-child {
  margin-bottom: 0;
}
.consultation-summary {
  display: flex;
  width: 100%;
}
.consultation-summary .consultation-finished {
  color: white;
  background-color: #af1324;
  padding: 1.5vw;
  width: 30%;
  font-size: 1vw;
}
.consultation-summary .consultation-finished p {
  margin: 0;
  font-size: 1vw;
}
.consultation-summary .consultation-finished hr {
  margin: 0.5vw 0;
}
.consultation-summary-content {
  background-color: #f3f3f3;
  padding: 1.5vw;
  flex-grow: 1;
}
.consultation-summary-content :first-child {
  margin-top: 0;
}
.consultation-summary-content :last-child {
  margin-bottom: 0;
}
#latest-news h1 {
  margin-bottom: 5vw;
}
.grid-card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.newslist-card-header h2 a {
  font-size: inherit;
  font-weight: inherit;
  color: white;
  text-decoration: none;
}
#news-feeds .grid-card-container > div {
  margin-bottom: 0;
}
.grid-card {
  background-size: cover;
}
.grid-card a[href*="//"]::after {
  content: none;
}
.grid-card a {
  text-decoration: none;
  color: #616265;
  display: block;
  width: 100%;
  height: 100%;
}
/*.grid-card a:visited {
	color: #616265;
}*/
.grid-card-info {
  font-size: 0.4em;
  margin-bottom: 0.5em;
}
.grid-card-content {
  background-color: white;
  padding: 1vw;
}
.grid-card-content > time {
  display: inline-block;
  font-size: 0.5em;
}
.grid-card-content > span {
  display: inline-block;
  font-size: 0.5em;
}
.grid-card-content h2 {
  font-size: 0.4em;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}
.grid-card-content p {
  font-size: 0.4em;
  line-height: 150%;
  margin: 0.5em 0;
}
.grid-card-2x2 {
  width: 49.5%;
  margin-bottom: 1%;
}
.grid-card-2x2 .grid-card-content {
  width: 50%;
  height: 60%;
}
.grid-card-1x2 {
  width: 24.25%;
  background: #fff;
}
.grid-card-1x2 .grid-card-image {
  height: 5em;
  background-size: cover;
  background-position: center;
}
.grid-card-1x2 .grid-card-content {
  width: 100%;
}
.grid-card-container > div {
  margin-bottom: 0.9vw;
}
#rest-of-page > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#rest-of-page .grid-card-container {
  width: 100%;
}
#rest-of-page .grid-card-container .grid-card {
  /*width: 24.25%;*/
  margin-bottom: 3.5vw;
}
#rest-of-page .grid-card-container {
  margin-bottom: 4.25%;
}
.intranet-facet {
  width: 24.25%;
  padding: 1.5vw;
  background-color: white;
}
#home-page-grid .intranet-facet {
  margin-bottom: 0.9vw;
}
.intranet-facet h2 {
  font-size: 0.45em;
  font-weight: bold;
  color: #616265;
  margin-bottom: 0.5em;
}
.intranet-facet ul {
  margin-bottom: 1vw;
}
.intranet-facet ul li {
  padding: 0.5em;
  margin-bottom: 0.5vw;
  font-size: 0.4em;
}
.intranet-facet ul li:last-child {
  margin-bottom: 0;
}
.intranet-facet ul li a {
  color: white;
  text-decoration: none;
}
#touts-container {
  width: 25%;
  margin-left: 1vw;
  margin-right: 2.5%;
}
#touts-container > div {
  width: 100%;
}
#touts-container .contentpanel {
  padding: 0;
}
.image-text-tout {
  margin-bottom: 1em;
}
.image-text-tout h2 {
  font-size: 0.45em;
  font-weight: bold;
  color: #616265;
  margin-bottom: 0.5em;
}
.image-text-tout-content {
  padding: 0.5em;
}
.image-text-tout-header img {
  display: block;
}
.image-text-tout-content > p {
  margin-top: 0;
}
ul#how-do-i li {
  background-color: #002E6D;
}
ul#recently-updated-pages li {
  background-color: #83389b;
}
ul#ukcs-fields li {
  background-color: #006395;
}
.image-text-tout-content ul li {
  background-image: url(/images/icons/circle-white.svg);
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding-left: 1em;
}
.image-text-tout-content ul {
  font-size: 0.4em;
  line-height: 1.5;
}
.scrolling-quote-tout {
  margin-bottom: 1em;
  overflow-x: hidden;
  width: 100%;
  background: #00609b;
}
.scrolling-quote-tout .scrolling-wrapper {
  width: 1000%;
}
.scrolling-quote-tout .scrolling-item {
  width: 10%;
  float: left;
}
.scrolling-quote-tout h2 {
  font-size: 0.45em;
  font-weight: bold;
  margin-bottom: 0em;
}
.scrolling-quote-tout img {
  display: block;
  max-width: 100%;
}
.scrolling-quote-tout h2,
.scrolling-quote-tout p {
  color: #fff;
}
.scrolling-quote-tout .scrolling-quote-tout-content {
  padding: 0.5em;
}
.scrolling-quote-tout .scrolling-controls {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  height: 50px;
}
.scrolling-quote-tout .scrolling-controls .bnr-pagination {
  text-align: center;
}
.scrolling-quote-tout .scrolling-controls ul.slide-buttons {
  display: inline-block;
  width: 60%;
  margin: 13px auto;
}
.scrolling-quote-tout .scrolling-controls ul.slide-buttons li {
  cursor: pointer;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 5px;
  font-size: 0px;
  color: transparent;
}
.scrolling-quote-tout .scrolling-controls ul.slide-buttons li.active {
  background: #ffffff;
}
.scrolling-quote-tout .scrolling-controls ul.bnr-slide-arrows li {
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 10px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.scrolling-quote-tout .scrolling-controls ul.bnr-slide-arrows li span {
  font-size: 0px;
  color: transparent;
}
.scrolling-quote-tout .scrolling-controls ul.bnr-slide-arrows li.prev {
  left: 0;
  background-image: url('../images/icons/arrow-left-white.svg');
}
.scrolling-quote-tout .scrolling-controls ul.bnr-slide-arrows li.next {
  right: 0;
  background-image: url('../images/icons/arrow-right-white.svg');
}
.scroll-vacancies .scrolling-item {
  padding: 0 20px 20px 20px;
}
.scroll-vacancies h2 {
  padding: 20px 20px 0 20px;
  margin: 0;
}
#standard-header {
  padding: 2.5% 0 0;
  background-color: #002E6D;
  position: relative;
}
#standard-header:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  z-index: -1;
  background-color: inherit;
}
#standard-header h1 {
  color: white;
  font-size: 1.25em;
  width: 75vw;
  padding: 1vw 0;
  margin-bottom: 2vw;
  font-weight: lighter;
}
#breadcrumb {
  font-size: 0.375em;
  padding: 1vw 0;
}
#breadcrumb a {
  color: white;
}
#breadcrumb span {
  color: white;
}
#breadcrumb span:not(:last-of-type)::after {
  content: "\00a0/";
}
section#standard-container {
  display: flex;
  flex-flow: row nowrap;
}
section#standard-container.padd-top {
  padding-top: 10px;
}
section#standard-container aside {
  min-width: 17.5%;
  margin-right: 2.5%;
  padding-left: 1vw;
  display: flex;
  flex-flow: column nowrap;
}
#standard-sidebar h2,
#standard-sidebar li {
  padding: 0.25vw 0;
  border-bottom: 0.05em solid #cccdcf;
  font-size: 0.4rem;
}
#standard-sidebar h2 {
  margin: 0;
}
#standard-sidebar h2 a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#standard-sidebar-items li a {
  color: #616265;
  text-decoration: none;
}
#standard-sidebar-items li a:hover {
  color: #002E6D;
}
#standard-sidebar-items li a.standard-sidebar-active {
  color: #002E6D;
}
#standard-sidebar-items li.has-children {
  padding-bottom: 0;
}
#standard-sidebar-items li.has-children > ul > li:first-child {
  margin-top: 0.25vw;
}
#standard-sidebar-items ul:not(.level-1) li {
  border: none;
}
ul.level-2 {
  margin-left: 1vw;
}
ul.level-3 {
  margin-left: 1vw;
}
ul.level-4 {
  margin-left: 1vw;
}
#standard-lastupdated {
  margin-top: auto;
}
#standard-lastupdated p {
  color: #002E6D;
  margin: 0;
}
#standard-lastupdated time {
  color: #616265;
  font-size: 0.5em;
  display: block;
}
div#standard-content {
  width: 79.25%;
  color: #616265;
}
div#standard-content.full-width {
  width: 80vw;
  margin-left: 1vw;
}
div#standard-content.fullest-width {
  width: 100vw;
}
hr {
  background-color: #cccdcf;
  height: 1px;
}
h2 {
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-bottom: 1em;
  max-width: 40vw;
}
h3 {
  font-weight: bold;
  font-size: 0.45rem;
  line-height: 1.5;
  margin: 1em 0;
  max-width: 40vw;
}
h4 {
  font-weight: bold;
  font-size: 0.375rem;
  line-height: 1.5;
  margin: 1em 0;
  max-width: 40vw;
}
#standard-content h4:first-child {
  margin-top: 0;
}
p.standard-intro-paragraph {
  font-size: 0.575rem;
  line-height: 1.5;
  margin: 0 0 1em;
}
p {
  font-size: 0.4rem;
  line-height: 1.5;
  margin: 1em 0;
  max-width: 75vw;
}
blockquote {
  background-color: #00aeef;
  color: white;
  padding: 2vw;
  margin: 1vw 0;
}
blockquote p {
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 1.5;
  margin: 0;
}
blockquote p::before {
  content: "\"";
}
blockquote p:last-of-type::after {
  content: "\"";
}
blockquote cite {
  display: block;
  font-size: 0.3375rem;
  margin-top: 1em;
}
blockquote .cite-name {
  font-weight: bold;
}
.standard-list-boxed {
  font-size: 0.4rem;
  line-height: 2;
  padding: 2vw;
  margin: 1vw 0;
  border: 0.05vw solid #cccdcf;
}
#standard-content ul {
  font-size: 0.375rem;
  margin: 1vw 0;
  margin-left: 1em;
  line-height: 1.5;
  max-width: 75vw;
}
ol {
  font-size: 0.375rem;
  margin: 1vw 0;
  margin-left: 2em;
  counter-reset: ordered-list;
  line-height: 1.5;
  max-width: 40vw;
}
ol > li {
  counter-increment: ordered-list;
}
ol > li::before {
  content: counter(ordered-list);
  color: #002E6D;
  margin-left: -2em;
  margin-right: 0.9em;
}
ol > li:nth-child(-n+9)::before {
  content: "\00a0\00a0" counter(ordered-list);
}
#standard-content ul > li > ul,
ol > li > ul {
  margin: 0 !important;
  margin-left: 2em !important;
}
blockquote.standard-altquote {
  background-color: transparent;
  color: #616265;
  padding: 0;
  padding-left: 2vw;
  border-left: 0.4vw solid #dee0e2;
}
blockquote.standard-altquote p {
  font-weight: normal;
  font-size: 0.375rem;
}
blockquote.standard-altquote p::before,
blockquote.standard-altquote p::after {
  content: "";
}
.standard-portal-login {
  display: inline-block;
  color: #002E6D;
  text-decoration: none;
  border: 0.05em solid #002E6D;
  margin: 1em 0;
  padding: 0.5em;
  font-size: 0.4em;
}
a.standard-back-link {
  display: block;
}
div.download-list {
  margin: 2vw 0;
}
div.download-list ul {
  max-width: 100% !important;
  margin-left: 0 !important;
}
h2.download-heading {
  font-size: 0.4rem;
}
#standard-content li.download-item {
  background: #f3f3f3;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 1.5vw;
  margin: 0.5vw 0;
}
li.download-item img {
  margin-right: 1.5vw;
}
div.download-item-content {
  display: flex;
  flex-flow: column nowrap;
}
h3.download-item-heading {
  margin: 0;
  margin-bottom: 1em;
}
a.download-item-article {
  font-weight: bold;
  margin-bottom: 1em;
}
a.download-item-download {
  font-size: 1em;
}
.accordion p,
.accordion > ul li i::before,
.accordion > ul li i::after {
  transition: all 0.25s ease-in-out;
}
.accordion h1 {
  color: #616265;
  font-size: 0.45em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
.accordion h2 {
  font-size: 0.4em;
  margin: 0;
  padding: 1vw;
  cursor: pointer;
  color: white;
  padding-right: 3vw;
}
.accordion h3 {
  margin-top: 0;
}
.accordion div {
  background-color: #f3f3f3;
  padding: 1vw;
}
.accordion p {
  color: #616265;
  font-size: 0.375em;
  opacity: 1;
}
.accordion p:first-child {
  margin-top: 0;
}
.accordion > ul {
  line-height: 1;
  margin-left: 0 !important;
  font-size: 1em !important;
}
#standard-content .accordion > ul > li {
  position: relative;
  background-color: #002E6D;
  margin: 0.5vw 0;
  padding: 0;
  background-image: none;
}
.accordion > ul > li::before {
  content: none !important;
}
.accordion > ul > li > i {
  position: absolute;
  top: 1.25vw;
  right: 1.75vw;
}
.accordion > ul > li > i::before,
.accordion > ul > li > i::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0.25vw;
  height: 1vw;
}
.accordion > ul > li > i::before {
  transform: rotate(45deg);
}
.accordion > ul > li > i::after {
  transform: rotate(135deg);
}
.accordion > ul > li > label {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.accordion > ul > li > input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 3vw;
  z-index: 1;
  opacity: 0;
}
.accordion > ul > li > input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  display: none;
  transform: translate(0, 50%);
}
.accordion > ul > li > input[type=checkbox]:checked ~ i::before {
  transform: rotate(0deg);
}
.accordion > ul > li > input[type=checkbox]:checked ~ i::after {
  transform: rotate(90deg);
}
.news-story-header {
  display: flex;
  flex-flow: row nowrap;
}
.news-story-title {
  width: 55%;
  min-height: 15vw;
  padding: 1.5vw;
  background-color: #002E6D;
  color: white;
  font-size: 0.375em;
  flex-grow: 1;
}
.news-story-title h2 {
  padding-right: 30%;
}
.news-story-image {
  width: 45%;
  min-height: 15vw;
  background-size: cover;
}
.news-story {
  background-color: #f8f8f8;
  padding: 1.5vw;
}
.news-item a {
  text-decoration: none;
  color: #616265;
}
.share {
  text-align: right;
}
.share .left,
.share .right {
  font-size: 0.4em;
  display: inline-block;
}
#standard-content .share ul.right {
  margin: 0;
}
#standard-content .share ul.right li {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0;
  background: none;
}
#standard-content .share ul.right li a::after {
  content: none;
}
#standard-content .share ul.right li a:hover {
  opacity: 0.7;
}
.related-links {
  background-color: #ef8200;
  padding: 1.5vw;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-top: 2vw !important;
  max-width: 100% !important;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: flex-start;
}
.related-links li {
  width: 22.5%;
  margin-right: 2.5%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.related-links li:nth-child(4n) {
  margin-right: 0;
}
.related-links li:nth-last-child(-n+4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#standard-content ul.related-links li {
  background: none;
  padding: 0;
}
.related-links li a {
  display: block;
  color: white;
  text-decoration: none;
}
.filter-announcements {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.75vw;
}
.filter-announcements form {
  margin-right: 1vw;
}
.filter-announcements form label {
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  text-indent: -9999px;
}
select {
  color: white;
  background-color: #616265;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.325em;
  font-weight: bold;
  line-height: 1;
  padding: 0.5vw 1vw;
  min-height: 2vw;
}
.year-selector {
  padding: 0.5vw 1vw;
  margin: 0 !important;
  max-width: 100% !important;
  background-color: #002E6D;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-items: center;
  min-height: 2vw;
  font-size: 0.4rem !important;
}
.year-selector li {
  line-height: 1;
}
#standard-content ul.year-selector li {
  background: none;
  padding: 0;
}
.year-selector li:not(:last-child)::after {
  content: "\00a0\00a0|\00a0\00a0";
  color: white;
}
.year-selector li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.year-selector li.active-year a {
  color: white;
  font-weight: bold;
}
.announcement {
  padding: 1vw;
  background-color: #f2f2f2;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
}
.announcement img {
  margin-right: 1vw;
  height: 100%;
  max-width: 190px;
}
.announcement p {
  margin-bottom: 0;
}
.announcement-main {
  flex-grow: 1;
}
.announcement.news {
  border-bottom: 0.25vw solid #002E6D;
}
.announcement.press-release {
  border-bottom: 0.25vw solid #85984f;
}
.announcement .announcement-top {
  display: flex;
  justify-content: space-between;
}
.announcement .type {
  margin-bottom: 1em;
  font-size: 0.375em;
  font-weight: bold;
}
.announcement time {
  display: block;
  font-size: 0.375em;
}
.announcement .title {
  margin-bottom: 1em;
  font-size: 0.375em;
  font-weight: bold;
}
.announcement .title a {
  color: inherit;
  text-decoration: none;
}
.announcement-main > a {
  font-weight: bold;
  font-size: 0.375em;
  margin-top: 1em;
}
#get-more-content a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #616265;
  padding: 0.5vw;
  font-size: 0.375em;
}
.announcement-signup {
  background-color: #f2f2f2;
  padding: 1.5vw;
}
.announcement-signup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.announcement-signup h4 {
  margin: 0;
}
.announcement-signup label {
  font-size: 0.375em;
}
.announcement-signup input {
  border: none;
  font-size: 0.3375em;
  padding: 0.5vw 5vw;
  margin-top: 1vw;
}
.announcement-signup input[type=submit] {
  border: none;
  color: white;
  background-color: #797979;
  font-size: 0.3375em;
  padding: 0.5vw 5vw;
  margin-left: 2vw;
}
.newsroom-signup {
  display: flex;
  flex-flow: row wrap;
}
.newsroom-signup .title {
  width: 33%;
  min-height: 15vw;
  color: white;
  background-color: #00aeef;
  position: relative;
  padding: 1.5vw;
  font-size: 0.4em;
}
.newsroom-signup .title h2 {
  margin-top: 0.5vw;
}
.newsroom-signup .title::after {
  content: "";
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  border-left: 1vw solid #00aeef;
  position: absolute;
  top: 6.5vw;
  right: -0.9vw;
}
.newsroom-signup .summary {
  width: 67%;
  min-height: 15vw;
  padding: 1.5vw;
}
.newsroom-signup .summary p {
  margin-top: 0;
  padding-right: 30%;
  font-size: 0.45em;
}
.newsroom-signup .image {
  background-size: cover;
  width: 33%;
  height: 15vw;
  flex-grow: 1;
}
.newsroom-signup .signup {
  width: 67%;
  height: 15vw;
  padding: 1.5vw;
  background-color: #f2f2f2;
}
.newsroom-signup .signup form {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.newsroom-signup .signup h4 {
  font-size: 0.5em;
  margin-top: 0;
}
.newsroom-signup .signup fieldset.left {
  margin-right: auto;
}
.newsroom-signup .signup label {
  font-size: 0.4em;
}
.newsroom-signup .signup input {
  border: none;
  width: 18vw;
  margin-top: 0.5vw;
  font-size: 0.4em;
}
.newsroom-signup .signup input[type=submit] {
  color: white;
  background-color: #797979;
  width: 10vw;
  padding: 0.25vw 0;
  margin-top: 1.5vw;
  font-size: 0.375em;
}
.filter-news {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.75vw;
}
.filter-news select {
  width: 14.625vw;
}
.filter-news ul {
  flex-grow: 0;
  width: 44.875vw;
  margin-left: 0 !important;
}
.news-card-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.news-card {
  width: calc(25% - 0.5vw);
  height: 15vw;
  max-height: 240px;
  padding: 1.5vw;
  margin-bottom: 0.666vw;
  margin-right: 0.666vw;
  background-color: #f2f2f2;
}
.news-card:nth-of-type(4n) {
  margin-right: 0;
}
.news-card.twitter {
  background-color: #00aeef;
  color: white;
  line-height: 1.3;
  font-size: 0.4em;
}
.grid-card-container .twitter-large {
  min-height: 25vw;
  width: 24.25%;
  margin-right: 0;
}
.news-card.twitter.twitter-large {
  background-color: #5F5252;
  height: auto;
  max-height: none;
  height: initial;
  margin-bottom: 0;
}
#news-feeds-container .twitter-large {
  background-color: #3accff;
}
.twitter-large h2 {
  font-size: 0.45rem;
  font-weight: 700;
  color: white;
  max-width: 100%;
}
.contentpanel-container .news-card.twitter.twitter-large {
  margin-bottom: 0.9vw;
  padding-top: 1em;
}
.tweet {
  margin-bottom: 1vw;
}
.news-card.twitter a {
  color: white;
  display: inline;
  font-size: 1em;
}
.news-card.news {
  border-bottom: 0.25vw solid #002E6D;
}
.news-card.publication {
  border-bottom: 0.25vw solid #ef8200;
}
.news-card.report {
  border-bottom: 0.25vw solid #9c9a00;
}
.news-card p {
  margin: 0;
}
.news-card p.title {
  line-height: 1.25;
}
.news-card p.type {
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.news-card time {
  font-size: 0.375em;
  display: block;
}
.news-card hr {
  margin: 0.25vw 0;
}
.news-card > a {
  font-size: 0.4em;
  margin-top: 0.5em;
  display: block;
}
.events-card-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.events-card {
  width: calc(33.33% - 0.5vw);
  height: 15vw;
  max-height: 240px;
  padding: 1vw;
  margin-right: 0.75vw;
  margin-bottom: 0.75vw;
  background-color: #f2f2f2;
}
.events-card:nth-of-type(3n) {
  margin-right: 0;
}
.events-card.aecc {
  border-bottom: 0.25vw solid #ac1a2f;
}
.events-card.oguk {
  border-bottom: 0.25vw solid #318dc2;
}
.events-card time {
  display: block;
  font-size: 0.4em;
}
.events-card hr {
  margin: 0.5vw 0;
}
.events-card h5 {
  font-weight: bold;
  font-size: 0.4em;
}
.events-card ul {
  margin-left: 0 !important;
}
.events-card ul li::before {
  content: none !important;
}
.field-validation-error.validation-error {
  font-size: 12px;
  color: red;
}
.email-signup {
  background-color: #f2f2f2;
  padding: 1.5vw;
}
.submitevent-form {
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#submit-event .submitevent-form fieldset {
  width: 100%;
}
.submitevent-form textarea {
  width: 100%;
  height: 5em;
}
.personal-info {
  display: flex;
  justify-content: space-between;
}
div.form-group {
  width: 50%;
  padding: 0 10px 0 0;
}
div.form-group.wide {
  width: 100%;
  padding: 0 10px 0 0;
}
div.form-group input[type="text"],
div.form-group input[type="email"] {
  width: 100%;
  border: none;
  font-size: 0.4em;
  margin-top: 0.5vw;
  padding: 5px;
  display: block;
}
div.form-group input[type="file"] {
  width: 100%;
  border: none;
  font-size: 0.4em;
  margin-top: 0.5vw;
  padding: 2px;
  display: block;
  background: #fff;
  height: 0.75rem;
}
div.form-group textarea {
  width: 100%;
  resize: none;
  border: none;
  font-size: 0.4em;
  margin-top: 0.5vw;
  padding: 2px;
  display: block;
  background: #fff;
}
div.form-group input[type="radio"],
div.form-group input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
div.form-group .field-validation-error.validation-error {
  font-size: 12px;
  color: red;
  display: block;
}
div.form-group label {
  font-size: 0.375em;
  width: calc(100% - 90px);
  line-height: 1.5em;
  display: inline-block;
}
div.form-group.checkbox label {
  vertical-align: top;
}
div.form-group textarea {
  border: none;
}
.email-signup h4 {
  margin-top: 0;
}
.email-signup hr {
  margin: 1.5vw 0;
}
.email-signup label {
  font-size: 0.375em;
}
.updates-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0.5em 0;
}
.updates-list fieldset {
  width: 50%;
}
.confirm-and-submit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.confirm-and-submit .confirm {
  max-width: 75%;
  width: auto;
}
.confirm-and-submit input[type=submit] {
  color: white;
  background-color: #CB3340;
  border: none;
  font-size: 0.5em;
  padding: 0.5em 2em;
  cursor: pointer;
}
.search {
  background-color: #f2f2f2;
  padding: 1.5vw;
  display: flex;
}
.search > label {
  visibility: hidden;
}
.search input,
.search button {
  font-size: 0.375em;
}
.search input[type=search] {
  border: none;
  padding: 0.25vw;
  flex-grow: 1;
}
.search button {
  color: white;
  background-color: #797979;
  border: none;
  padding: 0.25vw 5vw;
  cursor: pointer;
}
.letter-selector {
  display: flex;
  flex-flow: row wrap;
  background-color: #002E6D;
  padding: 0.75vw;
  padding-left: 1.5vw;
  max-width: 100% !important;
  margin-bottom: 1.5vw !important;
  margin-left: 0 !important;
}
.letter-selector li {
  line-height: 1;
}
.letter-selector li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.letter-selector li a.active {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.letter-selector li a::after {
  content: "\00a0\00a0|\00a0\00a0";
  color: #002E6D;
}
.letter-selector li:last-child a::after {
  content: none;
}
#standard-content ul.letter-selector li {
  background: none;
  padding: 0;
}
.results-found {
  font-size: 0.375em;
  margin-bottom: 0.5vw;
}
.results-shown {
  font-size: 0.375em;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
.contact-results {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.contact-container {
  width: 75%;
}
.contact {
  background-color: #f2f2f2;
  padding: 1.5vw;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1vw;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact img {
  width: 15%;
}
.contact-info {
  margin-left: 10%;
  flex-grow: 1;
}
.contact-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 0.375em;
}
.contact-top .name a {
  color: inherit;
  text-decoration: none;
}
.job {
  margin-top: 0.5vw;
  font-size: 0.375em;
}
ul.contact-details {
  margin-left: 0 !important;
}
.contact-details li::before {
  color: #616265 !important;
  font-size: 1em !important;
  margin: 0 !important;
  display: inline-block;
  width: 1.28571429em;
}
.contact-details li a {
  color: inherit;
  text-decoration: none;
}
.contact-bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-bio {
  color: #616265 !important;
  text-decoration: none;
  font-size: 0.375em;
}
.contact-bottom .linkedin {
  margin-left: auto;
  color: white;
  background-color: black;
  border-radius: 50%;
  padding: 0.5vw;
}
.contact-bottom .linkedin::after {
  content: none;
}
.contact-results-facet {
  width: 20%;
}
h2.facet-heading {
  font-size: 0.375em;
  padding: 0.5vw;
  margin-bottom: 0;
  background-color: #6f73ad;
  color: white;
}
.contact-results-facet ul {
  background-color: #f2f2f2;
  padding: 0.5vw;
  margin: 0 !important;
}
.contact-results-facet ul li::before {
  content: none !important;
}
.contact-results-facet ul li a {
  color: #616265;
}
.contact-profile-top {
  display: flex;
  flex-direction: row;
  padding: 1.5vw;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dfdfdf;
}
.contact-profile-top img {
  display: block;
  margin-right: 1.5vw;
}
.contact-profile-top h2 {
  margin: 0;
}
.contact-profile-top h3 {
  margin: 0;
}
.contact-profile a {
  text-decoration: none;
}
.contact-profile h4 {
  font-size: 1em;
  margin-bottom: 0;
}
.contact-profile ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.image-selector {
  display: flex;
  flex-flow: row wrap;
  background-color: #5F5252;
  max-width: 100% !important;
  line-height: 1 !important;
  padding: 1vw;
  margin: 0 !important;
}
#standard-content ul.image-selector li {
  background: none;
  padding: 0;
}
.image-selector li::after {
  content: "\00a0\00a0|\00a0\00a0";
  color: white;
  opacity: 0.5;
}
.image-selector li:last-child::after {
  content: none;
}
.image-selector li a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  opacity: 0.5;
}
.image-selector li a.active {
  opacity: 1;
}
.image-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 2%;
}
.image-card {
  width: calc(33.33% - 0.5vw);
  margin-right: 0.75vw;
  margin-bottom: 0.75vw;
  background-color: #5F5252;
}
.image-card:nth-of-type(3n) {
  margin-right: 0;
}
.image-card .fancybox::after,
.image-card .fancybox-media::after {
  content: none;
}
.image-card-image {
  position: relative;
  background-size: cover;
  height: 12vw;
}
.image-card-main {
  height: 6vw;
  padding: 1vw;
  color: white;
  font-size: 0.4em;
}
.image-card-description {
  margin-bottom: 0.5em;
}
.image-card-download a {
  color: inherit !important;
}
.image-card .play-button {
  display: none;
}
.video-card .play-button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s, background-color 0.5s;
  cursor: pointer;
}
.video-card .play-button img {
  width: 15%;
  position: absolute;
  top: 42.5%;
  left: 42.5%;
  opacity: 0.75;
  transition: opacity 0.5s;
}
.video-card .play-button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}
.video-card .play-button:hover img {
  opacity: 1;
}
.glossary h2 {
  font-size: 0.55rem;
  margin: 1em 0;
}
dl.glossary-results {
  font-size: 0.4em;
}
dl.glossary-results dt {
  padding: 1.5vw 1.5vw 0.5vw;
  background-color: #f2f2f2;
  font-weight: bold;
}
dl.glossary-results dd {
  padding: 0 1.5vw 1.5vw;
  padding-right: 35%;
  background-color: #f2f2f2;
  margin-bottom: 0.5vw;
  line-height: 1.5;
}
.search.glossary button {
  visibility: hidden;
}
div.advanced-search {
  display: flex;
  flex-flow: row nowrap;
}
div.advanced-search .search {
  padding: 0.75vw 1.5vw;
  margin-bottom: 1.5vw;
}
div.advanced-search-main {
  flex-grow: 1;
}
ul.search-results {
  margin: 0 !important;
  max-width: 100% !important;
}
#standard-content ul.search-results li {
  background: #f2f2f2;
  padding: 1.5vw;
  padding-bottom: 0;
}
ul.search-results li h5 {
  font-weight: bold;
}
ul.search-results li p {
  margin: 0;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #cccdcf;
  max-width: 100% !important;
}
ul.search-results li:last-child p {
  border-bottom: none;
}
#standard-content ul.search-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background-color: #d9d9d9;
  line-height: 1 !important;
  padding: 0.5vw;
  margin: 0.5vw 0 0 !important;
  max-width: 100%;
}
#standard-content ul.search-pagination li {
  background: none;
  padding: 0;
}
ul.search-pagination li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
ul.search-pagination li::after {
  content: "|";
  color: white;
  margin: 0 0.5vw;
}
ul.search-pagination li:last-child::after {
  content: none;
}
div.advanced-search-facet {
  margin-left: 1.5vw;
  min-width: 30%;
}
.ui-datepicker {
  font-size: 0.4em;
}
div.advanced-search-facet h5 {
  color: white;
  background-color: #002E6D;
  padding: 0.75vw;
  font-size: 0.375em;
}
div.advanced-search-facet h5 a {
  float: right;
  color: #fff;
}
div.advanced-search-facet .date-range h5 {
  background-color: #002E6D;
}
.date-range-main input {
  padding: 0.5em;
}
.date-range-main {
  padding: 0.75vw;
  background-color: #f2f2f2;
  text-align: right;
  margin-bottom: 0.75vw;
  font-size: 0.375em;
}
.date-range-main div span {
  position: relative;
  padding: 0.2rem;
}
.date-range-main input {
  padding: 0.2em;
  border: none;
  font-size: 0.375rem;
  width: 100%;
}
label.lab-search {
  position: absolute;
  left: 10px;
  top: 10px;
}
.date-range-main div:first-child {
  margin-bottom: 0.5em;
}
.date-range-main span {
  background-color: white;
  display: inline-block;
  width: 84%;
}
div.advanced-search-facet ul {
  background-color: #f2f2f2;
  margin: 0 !important;
  padding: 0.75vw;
}
#standard-content div.advanced-search-facet ul li {
  background: none;
  padding: 0;
}
div.advanced-search-facet ul li a {
  color: #616265;
  text-decoration: none;
}
.highlight {
  background-color: #85984f;
}
.highlight .image-card-image {
  height: auto;
}
.highlight .image-card-main {
  height: auto;
  display: block;
}
.highlight a.image-card-main {
  text-decoration: none;
}
.highlight h3 {
  margin: 0;
  margin-bottom: 0.5vw;
  font-size: 0.4rem;
}
.highlight p {
  margin: 0;
}
#menu-top #search {
  margin-right: 2.5vw;
}
#search {
  cursor: pointer;
}
.search-box {
  background-color: #cccdcf;
  margin-top: -1.85em;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: margin-top 1s;
}
.search-box > label {
  text-indent: -9999px;
}
.search-box input {
  border: none;
  padding: 0.5em;
  font-size: 0.375em;
  outline: none;
}
.search-box input[type=text] {
  width: 30vw;
}
.search-box input[type=submit] {
  background-color: #002E6D;
  color: white;
  width: 7.5vw;
  margin-left: 2.5vw;
  outline: none;
  border: 1px solid #002E6D;
  transition: color 0.2s, background-color 0.2s;
  cursor: pointer;
  border-radius: 6px;
}
.search-box input[type=submit]:hover {
  color: #002E6D;
  background-color: #ffffff;
}
.search-box input[type=submit]:focus-visible {
  outline: 1px solid #CF0C71;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
.search-box.visible {
  margin-top: 0;
}
table {
  font-size: 0.4em;
  width: 100%;
  background-color: #f2f2f2;
  border: 1.5vw solid #f2f2f2;
}
tr {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
th {
  font-weight: bold;
  padding: 0.5em;
  vertical-align: top;
}
td {
  padding: 0.5em;
  vertical-align: top;
}
td:first-child {
  min-width: 7em;
}
table.ui-datepicker-calendar td:first-child {
  min-width: 0;
}
.event-location {
  font-size: 0.4em;
}
.event-location-header {
  background-color: #00aeef;
  color: white;
  padding: 1.5vw;
}
.event-location-main {
  display: flex;
}
.event-location-main img {
  width: 67%;
  height: 67%;
}
.event-location-info {
  padding: 1.5vw;
  background-color: #f2f2f2;
  width: 33%;
}
.event-location-info > address {
  line-height: 1.5;
}
.event-location-info > a {
  display: block;
  margin-top: 1em;
  color: #616265;
  text-decoration: none;
}
.event-signup {
  display: flex;
  flex-flow: row wrap;
}
.event-signup .title {
  width: 50%;
  min-height: 15vw;
  color: white;
  background-color: #00aeef;
  position: relative;
  padding: 1.5vw;
  font-size: 0.4em;
}
.event-signup .title h2 {
  margin-right: 30%;
  font-size: 0.55rem;
}
.event-signup .title .time {
  line-height: 1.5;
}
.event-signup .title::after {
  content: "";
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  border-left: 1vw solid #00aeef;
  position: absolute;
  top: calc(50% - 1vw);
  right: -0.9vw;
}
.event-signup .summary {
  width: 50%;
  min-height: 15vw;
  padding: 1.5vw;
}
.event-signup .summary p {
  margin-top: 0;
  font-size: 0.45em;
}
.event-signup .image {
  background-size: cover;
  width: 67%;
  height: 15vw;
  flex-grow: 1;
}
.event-signup .signup {
  width: 33%;
  height: 15vw;
  padding: 1.5vw;
  background-color: #f2f2f2;
}
.event-signup .signup form {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
}
.event-signup .signup h4 {
  font-size: 0.5em;
  margin: 0;
}
.event-signup .signup label {
  font-size: 0.4em;
}
.event-signup .signup input {
  border: none;
  width: 15vw;
  margin-top: 0.5vw;
  font-size: 0.4em;
  display: block;
}
.event-signup .signup input[type=submit] {
  color: white;
  background-color: #797979;
  width: 10vw;
  padding: 0.25vw 0;
  margin-top: 0.5vw;
  font-size: 0.375em;
}
.card-large .grid-card-content {
  background: none;
  color: white;
}
/*funky table*/
.dr-wrapper {
  background: #e8e8e8;
  width: 100%;
  padding: 1em 3%;
  font-size: 14px;
}
.dr-wrapper h2 {
  font-size: 1.3em;
  width: 50%;
  /*float:left;*/
}
.dr-wrapper p {
  width: 100%;
  max-width: none;
}
.dr-wrapper .guide {
  max-width: 30%;
  float: right;
  padding-left: 30px;
  margin-bottom: 1em;
  font-size: 0.9em;
  background: url(/images/expand-guide.gif) no-repeat center left;
}
#dr-container {
  width: 100%;
  clear: both;
}
#dr-container table {
  font-size: 14px;
  border: 0;
  background: 0;
  width: 100%;
}
#dr-container ul.navi,
#dr-container table.cloned {
  display: none;
}
#dr-container table th,
#dr-container table td {
  padding: 0;
  box-shadow: inset 25px 0px 25px -26px rgba(0, 0, 0, 0.5);
  padding: 15px 10px 15px 20px;
  border-color: #e8e8e8;
  background: #fff;
  font-weight: normal;
}
#dr-container table th:first-child {
  box-shadow: none;
}
#dr-container table th.rotate {
  text-align: right;
  vertical-align: top;
  width: 80px;
  position: relative;
}
#dr-container table th.rotate div {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 50% 100%;
  width: 220px;
  height: 50px;
  display: block;
  text-align: center;
  left: -45px;
  top: 50px;
}
#dr-container table td:first-child {
  box-shadow: none;
}
#dr-container table thead th {
  background: #00aeef;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
#dr-container table thead th div::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -1.25em;
  top: 25%;
  z-index: 10;
  border: 0.75em solid transparent;
  border-left-color: #00aeef;
}
#dr-container table thead th:last-child div::after {
  content: none;
}
#dr-container table thead th.tblcol-active {
  background: #000;
}
#dr-container table thead th.tblcol-active div::after {
  border-left-color: #000;
}
#dr-container table tr {
  border-color: #e8e8e8;
}
#dr-container table tbody th {
  box-shadow: none;
  border-left: 1px solid #e8e8e8;
  background: #00aeef;
  vertical-align: middle;
  color: #fff;
}
#dr-container table tbody th:first-child {
  border-left: 0;
}
#dr-container table tbody tr:nth-child(2) th:first-child,
#dr-container table tbody tr:nth-child(3) th:first-child,
#dr-container table tbody tr:nth-child(5) th:first-child {
  border-left: 1px solid #e8e8e8;
}
#dr-container table tbody tr:nth-child(1) th,
#dr-container table tbody tr:nth-child(2) th,
#dr-container table tbody tr:nth-child(3) th {
  background: #33c2f7;
}
#dr-container table tbody tr:nth-child(4) th,
#dr-container table tbody tr:nth-child(5) th {
  background: #02bfca;
}
#dr-container table tbody tr:nth-child(6) th {
  background: #008dc2;
}
#dr-container table tbody tr:nth-child(7) th {
  background: #009098;
}
#dr-container table tbody tr:nth-child(8) th {
  background: #006388;
}
#dr-container table tbody .tbcell .cell-overflow {
  overflow: hidden;
  max-width: 0px;
  width: 100%;
  /*transition: max-width ease 250ms;*/
  padding-bottom: 2px;
}
#dr-container table tbody .tbcell.tblcol-active .cell-overflow {
  max-width: 15vw;
}
#dr-container table tbody .tbcell.tblcol-active:hover .cell-overflow {
  overflow: visible;
}
#dr-container table tbody .tbcell .cell-inner {
  width: 15vw;
}
#dr-container table tbody .tbcell .cell-inner ul li {
  /*display:inline;*/
  line-height: 1.1em;
}
#dr-container table tbody .tbcell .cell-inner ul li::before {
  content: "\02022";
  padding: 0 0.25em 0 0;
  display: inline;
}
#dr-container span.tooltip {
  position: relative;
  display: inline-block;
  background: #000;
  width: 1em;
  height: 1em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
#dr-container span.tooltip .tip-content {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 200px;
  z-index: 100000;
  background: black;
  border: 1px solid #fff;
  padding: 1em;
  transform: translateX(-50%);
  display: none;
}
#dr-container span.tooltip:hover .tip-content {
  display: block;
}
#dr-container table .tbcell {
  cursor: pointer;
}
#dr-container table .tbcell.tblrow-4 {
  background: #fff url(/images/expand.gif) no-repeat center center;
}
#dr-container table .tbcell.tblcol-active {
  background-image: none;
  cursor: default;
  width: 20vw;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
/*Technology Insights*/
table.technical,
table.technical2,
table.technical5,
table.technical6,
table.technical7 {
  width: 100%;
  margin-bottom: 20px;
}
table.technical tr,
table.technical2 tr,
table.technical5 tr,
table.technical6 tr,
table.technical7 tr {
  border-top: 1px solid #002E6D;
  border-bottom: 1px solid #002E6D;
}
table.technical tr th,
table.technical2 tr th,
table.technical5 tr th,
table.technical6 tr th,
table.technical7 tr th {
  font-weight: bold;
  padding: 0.5em;
  vertical-align: top;
  width: 25%;
  text-align: center;
  border-top: 1px solid #002E6D;
  border-bottom: 1px solid #002E6D;
  background-color: #002E6D;
  color: #fff;
}
table.technical tr th:first-child,
table.technical5 tr th:first-child,
table.technical6 tr th:first-child,
table.technical7 tr th:first-child {
  text-align: left;
}
table.technical2 tr th {
  text-align: left;
  width: 75%;
}
table.technical2 tr th:first-child {
  width: 25%;
}
table.technical tr td,
table.technical2 tr td,
table.technical5 tr td,
table.technical6 tr td,
table.technical7 tr td {
  padding: 0.5em;
  vertical-align: top;
  width: 25%;
  text-align: left;
  border-bottom: 1px solid #002E6D;
  background-color: #fff;
  border-right: 1px solid #002E6D;
}
table.technical2 tr td {
  text-align: left;
  width: 75%;
  border-right: none;
}
table.technical2 tr td:first-child {
  width: 25%;
}
table.technical5 tr td,
table.technical5 tr th {
  width: 20% !important;
}
table.technical6 tr td,
table.technical6 tr th {
  width: 14% !important;
}
table.technical7 tr td,
table.technical7 tr th {
  width: 12% !important;
}
table.technical tr td:first-child {
  width: 25%;
}
table.technical5 tr td:first-child {
  width: 20%;
}
table.technical6 tr td:first-child {
  width: 16%;
}
table.technical7 tr td:first-child {
  width: 16%;
}
table.technical tr td.TIone,
table.technical5 tr td.TIone,
table.technical6 tr td.TIone,
table.technical7 tr td.TIone {
  background-color: #b2e7fa;
}
table.technical tr td.TIfour,
table.technical5 tr td.TIfour,
table.technical6 tr td.TIfour,
table.technical7 tr td.TIfour {
  background-color: #7fb2d0;
}
table.technical tr td.TInine,
table.technical5 tr td.TInine,
table.technical6 tr td.TInine,
table.technical7 tr td.TInine {
  background-color: #00aeef;
}
table.technical tr td.TIthirteen,
table.technical5 tr td.TIthirteen,
table.technical6 tr td.TIthirteen,
table.technical tr td.TIthirteen {
  background-color: #0065a2;
}
/*End of Technology Insights*/
.grid-feature-block {
  margin: 0;
  padding: 1rem 0 1.8rem 0;
  text-align: center !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-feature-block h2 {
  display: inline-block;
}
.grid-feature-block h2.whitetext {
  color: #fff;
  width: 100%;
  margin-bottom: 0.3rem;
  max-width: 100%;
}
.grid-feature-block .featureblockText {
  text-align: center !important;
  max-width: 915px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .grid-feature-block .featureblockText {
    padding: 1rem;
  }
}
.grid-feature-block .featureblockText p a {
  text-decoration: underline;
}
.grid-feature-block .whitetext {
  color: #fff;
}
.grid-feature-block a.grid-feature-block-button {
  font-size: 0.4rem !important;
  color: #676567;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #676567;
  transition: 0.3s ease;
}
.grid-feature-block a.grid-feature-block-button.whitetext {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
}
.grid-feature-block a.grid-feature-block-button.whitetext:hover {
  -webkit-backface-visibility: hidden;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  width: 100%;
  z-index: 4;
}
.ir {
  text-indent: -9999px;
  visibility: hidden;
}
/*� The �About us� section will retain the same colour
� The �Data center� section will have the �Digital and data� colour
� The �News & Publications� section will have the �People, Processes & Systems� colour
� The �Latest News� and� Latest publication� blue panels on the homepage will have the �People, Processes & Systems� colour
� All links e.g. Quick links and link text e.g. �Read More� should be this blue : #006097
� The �OGA podcast� section on the header section should be this blue : #006097
� Can we also keep the link colour white on the homepage �latest tweet� section
� Mobile menu � should use the dark blue and white
� Cookie bar � dark blue and white*/
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
.tweet-nsta-logo {
  padding: 9px 14px 15px 14px;
  margin-right: 8px;
  background: url("/images/nsta-logo-small.png") no-repeat 50% 50%;
  background-size: 28px;
}
.tweet-oga-logo {
  padding: 9px 14px;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M0.497322 0H0V20.7978H0.497322V0Z' fill='%2300AEEF'/%3e%3cpath d='M2.8248 11.7013C2.90437 11.4408 3.04362 11.2004 3.20277 11C3.36191 10.7996 3.58073 10.6394 3.81945 10.5191C4.05816 10.3989 4.35655 10.3388 4.69473 10.3388C5.03291 10.3388 5.31141 10.3989 5.57002 10.5191C5.82863 10.6394 6.02756 10.7996 6.1867 11C6.34584 11.2004 6.48509 11.4408 6.56467 11.7013C6.64424 11.9618 6.68402 12.2423 6.68402 12.5228C6.68402 12.8033 6.64424 13.0838 6.56467 13.3443C6.48509 13.6047 6.34584 13.8452 6.1867 14.0455C6.02756 14.2459 5.80874 14.4062 5.57002 14.5264C5.33131 14.6466 5.03291 14.7067 4.69473 14.7067C4.35655 14.7067 4.07805 14.6466 3.81945 14.5264C3.56084 14.4062 3.36191 14.2459 3.20277 14.0455C3.04362 13.8452 2.90437 13.6047 2.8248 13.3443C2.74523 13.0838 2.70544 12.8033 2.70544 12.5228C2.70544 12.2423 2.74523 11.9618 2.8248 11.7013ZM3.34202 13.1439C3.4017 13.3443 3.48127 13.5246 3.60062 13.7049C3.71998 13.8652 3.85923 14.0055 4.05816 14.1057C4.2372 14.2058 4.45602 14.2459 4.71463 14.2459C4.97323 14.2459 5.19206 14.2058 5.37109 14.1057C5.55013 14.0055 5.70927 13.8652 5.82863 13.7049C5.94799 13.5446 6.02756 13.3643 6.08724 13.1439C6.14691 12.9435 6.16681 12.7231 6.16681 12.5228C6.16681 12.3024 6.14691 12.102 6.08724 11.9016C6.02756 11.7013 5.94799 11.521 5.82863 11.3406C5.70927 11.1803 5.57002 11.0401 5.37109 10.9399C5.19206 10.8397 4.97323 10.7996 4.71463 10.7996C4.45602 10.7996 4.2372 10.8397 4.05816 10.9399C3.87912 11.0401 3.71998 11.1803 3.60062 11.3406C3.48127 11.5009 3.4017 11.6812 3.34202 11.9016C3.28234 12.102 3.26245 12.3224 3.26245 12.5228C3.26245 12.7432 3.28234 12.9435 3.34202 13.1439Z' fill='%231D1D1B'/%3e%3cpath d='M7.20117 10.439H7.69849V11.0401H7.20117V10.439ZM7.69849 14.6266H7.20117V11.581H7.69849V14.6266Z' fill='%231D1D1B'/%3e%3cpath d='M8.83241 10.439H8.33508V14.6266H8.83241V10.439Z' fill='%231D1D1B'/%3e%3cpath d='M12.8905 14.5464C12.6717 14.6466 12.4529 14.6867 12.2142 14.6867C11.9357 14.6867 11.7169 14.6466 11.5378 14.5665C11.3588 14.4863 11.2394 14.3862 11.14 14.2459C11.0405 14.1257 10.9808 14.0055 10.9609 13.8652C10.941 13.745 10.9211 13.6248 10.9211 13.5446C10.9211 13.3843 10.941 13.2441 11.0007 13.1038C11.0604 12.9836 11.1201 12.8634 11.2195 12.7632C11.2991 12.663 11.4185 12.5829 11.5378 12.5027C11.6572 12.4226 11.7765 12.3424 11.9158 12.2823C11.8561 12.2022 11.7964 12.122 11.7368 12.0419C11.6771 11.9618 11.6373 11.9016 11.5975 11.8215C11.5577 11.7413 11.5179 11.6612 11.498 11.5811C11.4781 11.5009 11.4582 11.4007 11.4582 11.3005C11.4582 11.1803 11.4781 11.0801 11.5179 10.98C11.5577 10.8798 11.6174 10.7796 11.697 10.6995C11.7765 10.6193 11.876 10.5592 11.9954 10.4991C12.1147 10.459 12.254 10.4189 12.3932 10.4189C12.5126 10.4189 12.6518 10.439 12.7712 10.4791C12.8905 10.5191 13.0099 10.5592 13.0895 10.6393C13.1889 10.7195 13.2486 10.7996 13.3083 10.8998C13.368 11 13.3879 11.1403 13.3879 11.2805C13.3879 11.4007 13.368 11.5209 13.3282 11.6211C13.2884 11.7213 13.2287 11.8215 13.1491 11.9217C13.0696 12.0219 12.99 12.102 12.8905 12.1621C12.7911 12.2423 12.6916 12.3024 12.5921 12.3625L13.3481 13.2842C13.4276 13.0638 13.4674 12.8434 13.4873 12.623H13.9648C13.9449 12.7432 13.9449 12.8634 13.925 12.9435C13.9051 13.0237 13.8852 13.1038 13.8653 13.184C13.8454 13.2641 13.8255 13.3242 13.7857 13.4044C13.7459 13.4845 13.726 13.5647 13.6664 13.6448L14.482 14.5865H13.8255L13.3879 14.0656C13.2884 14.306 13.1094 14.4463 12.8905 14.5464ZM11.8959 12.7632C11.8163 12.8233 11.7368 12.8834 11.6572 12.9636C11.5975 13.0437 11.5378 13.1239 11.498 13.204C11.4583 13.3042 11.4384 13.4044 11.4384 13.5246C11.4384 13.6248 11.4583 13.725 11.498 13.8251C11.5378 13.9053 11.5975 13.9854 11.6771 14.0455C11.7566 14.1056 11.8362 14.1457 11.9357 14.1858C12.0351 14.2259 12.1346 14.2459 12.2341 14.2459C12.433 14.2459 12.5921 14.2058 12.7513 14.1056C12.9104 14.0255 13.0298 13.8852 13.1293 13.745L12.1744 12.5829C12.0749 12.643 11.9954 12.7031 11.8959 12.7632ZM12.5325 11.9217C12.5921 11.8816 12.6518 11.8215 12.7115 11.7614C12.7712 11.7013 12.811 11.6412 12.8508 11.561C12.8905 11.4809 12.9104 11.4007 12.9104 11.3206C12.9104 11.2004 12.8706 11.1002 12.7911 11C12.7115 10.9199 12.5921 10.8597 12.433 10.8597C12.3136 10.8597 12.2142 10.8998 12.1147 10.9599C12.0153 11.0401 11.9556 11.1403 11.9556 11.3005C11.9556 11.3607 11.9755 11.4208 11.9954 11.4809C12.0153 11.541 12.055 11.6011 12.0948 11.6612C12.1346 11.7213 12.1744 11.7814 12.2142 11.8415C12.254 11.9016 12.3136 11.9618 12.3534 12.0219C12.3932 12.0018 12.4529 11.9618 12.5325 11.9217Z' fill='%231D1D1B'/%3e%3cpath d='M18.8783 14.5665C18.6396 14.6666 18.4009 14.7067 18.1422 14.7067C17.824 14.7067 17.5455 14.6466 17.3067 14.5264C17.068 14.4062 16.8492 14.2459 16.6901 14.0656C16.511 13.8652 16.3917 13.6448 16.2922 13.3843C16.1927 13.1238 16.153 12.8634 16.153 12.5829C16.153 12.2823 16.1927 11.9818 16.2723 11.7013C16.3519 11.4207 16.4712 11.1803 16.6503 10.9799C16.8094 10.7796 17.0282 10.5993 17.267 10.479C17.5057 10.3588 17.8041 10.2987 18.1422 10.2987C18.3611 10.2987 18.5799 10.3187 18.7788 10.3789C18.9777 10.439 19.1568 10.5191 19.3159 10.6193C19.4751 10.7395 19.6143 10.8798 19.7138 11.0601C19.8132 11.2404 19.8928 11.4408 19.9326 11.7013H19.3756C19.3557 11.541 19.296 11.4007 19.2165 11.2805C19.1369 11.1603 19.0573 11.0801 18.938 11C18.8186 10.9198 18.6992 10.8798 18.56 10.8397C18.4207 10.7996 18.2815 10.7796 18.1224 10.7796C17.8637 10.7796 17.6449 10.8397 17.4659 10.9399C17.2869 11.0401 17.1277 11.1803 17.0282 11.3406C16.9089 11.5009 16.8293 11.7013 16.7696 11.9016C16.71 12.122 16.6901 12.3424 16.6901 12.5628C16.6901 12.7832 16.7298 12.9836 16.7895 13.204C16.8492 13.4044 16.9487 13.5847 17.068 13.745C17.1874 13.9053 17.3465 14.0255 17.5057 14.1056C17.6847 14.2058 17.8836 14.2459 18.1224 14.2459C18.3412 14.2459 18.5401 14.2058 18.6992 14.1457C18.8584 14.0656 18.9976 13.9854 19.117 13.8452C19.2364 13.7249 19.3159 13.5847 19.3756 13.4044C19.4353 13.2441 19.4552 13.0637 19.4552 12.8634H18.1224V12.4226H19.9525V14.6266H19.5944L19.4552 14.1056C19.3159 14.326 19.117 14.4863 18.8783 14.5665Z' fill='%231D1D1B'/%3e%3cpath d='M22.9364 14.6867C22.8171 14.6867 22.6977 14.6466 22.6381 14.5865C22.5585 14.5064 22.5187 14.3862 22.5187 14.2259C22.3794 14.3862 22.2203 14.5064 22.0413 14.5865C21.8622 14.6667 21.6633 14.6867 21.4644 14.6867C21.3251 14.6867 21.2058 14.6667 21.0864 14.6466C20.967 14.6266 20.8676 14.5665 20.7681 14.5064C20.6687 14.4463 20.609 14.3461 20.5493 14.2459C20.4896 14.1457 20.4697 14.0055 20.4697 13.8652C20.4697 13.6849 20.4896 13.5446 20.5493 13.4444C20.609 13.3443 20.6885 13.2441 20.788 13.184C20.8875 13.1239 20.9869 13.0638 21.1063 13.0237C21.2257 12.9836 21.345 12.9636 21.4843 12.9435C21.6235 12.9235 21.7429 12.9035 21.8622 12.8834C21.9816 12.8634 22.1009 12.8434 22.1805 12.8233C22.28 12.8033 22.3397 12.7632 22.3993 12.7031C22.459 12.663 22.4789 12.5829 22.4789 12.4827C22.4789 12.3825 22.459 12.2823 22.4192 12.2222C22.3794 12.1621 22.3198 12.102 22.2601 12.0619C22.2004 12.0219 22.1208 12.0018 22.0413 11.9818C21.9617 11.9618 21.8821 11.9618 21.8025 11.9618C21.5837 11.9618 21.4246 12.0018 21.2853 12.082C21.1461 12.1621 21.0665 12.3224 21.0665 12.5428H20.5692C20.5692 12.3625 20.609 12.2022 20.6885 12.0619C20.7681 11.9417 20.8477 11.8215 20.967 11.7414C21.0864 11.6612 21.2257 11.6011 21.3649 11.561C21.524 11.521 21.6832 11.5009 21.8423 11.5009C21.9816 11.5009 22.1208 11.5009 22.2402 11.521C22.3794 11.541 22.4988 11.5811 22.5983 11.6412C22.6977 11.7013 22.7972 11.7814 22.8569 11.9016C22.9166 12.0018 22.9563 12.1621 22.9563 12.3224V13.8853C22.9563 14.0055 22.9563 14.0856 22.9762 14.1457C22.9961 14.2058 23.0359 14.2259 23.1155 14.2259C23.1553 14.2259 23.2149 14.2259 23.2746 14.2058V14.5865C23.1951 14.6667 23.0757 14.6867 22.9364 14.6867ZM22.2402 13.1639C22.1407 13.184 22.0413 13.204 21.9219 13.224C21.8025 13.2441 21.7031 13.2441 21.5837 13.2641C21.4644 13.2842 21.3649 13.3042 21.2853 13.3443C21.1859 13.3843 21.1262 13.4444 21.0665 13.5046C21.0068 13.5847 20.9869 13.6849 20.9869 13.8051C20.9869 13.8853 21.0068 13.9654 21.0267 14.0055C21.0665 14.0656 21.1063 14.1057 21.1461 14.1457C21.2058 14.1858 21.2654 14.2058 21.3251 14.2259C21.4047 14.2459 21.4644 14.2459 21.5439 14.2459C21.7031 14.2459 21.8423 14.2259 21.9617 14.1858C22.0811 14.1457 22.1805 14.0856 22.2402 14.0255C22.3198 13.9654 22.3596 13.8853 22.3993 13.8051C22.4391 13.725 22.459 13.6448 22.459 13.5847V13.0838C22.4192 13.1038 22.3397 13.1439 22.2402 13.1639Z' fill='%231D1D1B'/%3e%3cpath d='M24.0305 13.9454C24.0703 14.0255 24.13 14.0856 24.2096 14.1257C24.2891 14.1658 24.3687 14.2058 24.4682 14.2259C24.5676 14.2459 24.6671 14.2459 24.7666 14.2459C24.8461 14.2459 24.9257 14.2459 25.0053 14.2259C25.0848 14.2058 25.1644 14.1858 25.244 14.1658C25.3236 14.1257 25.3832 14.0856 25.423 14.0255C25.4628 13.9654 25.5026 13.8853 25.5026 13.7851C25.5026 13.6649 25.4628 13.5647 25.3633 13.4845C25.2639 13.4244 25.1445 13.3643 25.0053 13.3242C24.866 13.2842 24.7069 13.2441 24.5278 13.204C24.3488 13.164 24.1897 13.1239 24.0504 13.0638C23.9112 13.0037 23.7918 12.9235 23.6923 12.8033C23.5929 12.7031 23.5531 12.5428 23.5531 12.3425C23.5531 12.1822 23.5929 12.062 23.6526 11.9417C23.7122 11.8215 23.8117 11.7414 23.9112 11.6813C24.0106 11.6212 24.13 11.561 24.2692 11.521C24.4085 11.4809 24.5278 11.4809 24.6671 11.4809C24.8461 11.4809 25.0053 11.5009 25.1445 11.521C25.2838 11.541 25.423 11.6011 25.5225 11.6813C25.6418 11.7614 25.7214 11.8416 25.7811 11.9818C25.8408 12.102 25.8806 12.2623 25.9005 12.4426H25.4031C25.4031 12.3425 25.3633 12.2623 25.3236 12.2022C25.2838 12.1421 25.2241 12.082 25.1644 12.0419C25.1047 12.0018 25.0252 11.9818 24.9456 11.9618C24.866 11.9417 24.7864 11.9417 24.7069 11.9417C24.6273 11.9417 24.5676 11.9417 24.4881 11.9618C24.4085 11.9818 24.3488 12.0018 24.2891 12.0219C24.2294 12.0419 24.1698 12.082 24.13 12.1421C24.0902 12.1822 24.0703 12.2623 24.0703 12.3425C24.0703 12.4226 24.1101 12.5028 24.1698 12.5629C24.2294 12.623 24.309 12.663 24.4085 12.7031C24.5079 12.7432 24.6074 12.7632 24.7268 12.8033C24.8461 12.8233 24.9655 12.8634 25.0848 12.8834C25.2042 12.9035 25.3236 12.9436 25.4429 12.9836C25.5623 13.0237 25.6617 13.0838 25.7612 13.1439C25.8607 13.204 25.9203 13.2842 25.98 13.3844C26.0397 13.4845 26.0596 13.6048 26.0596 13.745C26.0596 13.9253 26.0198 14.0856 25.9402 14.2058C25.8607 14.3261 25.7612 14.4262 25.6418 14.5064C25.5225 14.5865 25.3832 14.6266 25.2241 14.6667C25.065 14.6867 24.9257 14.7068 24.7666 14.7068C24.6074 14.7068 24.4483 14.6867 24.2891 14.6466C24.13 14.6066 24.0106 14.5465 23.8913 14.4663C23.7719 14.3862 23.6724 14.286 23.6128 14.1457C23.5332 14.0055 23.5133 13.8452 23.4934 13.6649H23.9907C23.9509 13.7851 23.9708 13.8652 24.0305 13.9454Z' fill='%231D1D1B'/%3e%3cpath d='M4.67478 16.5901L6.306 20.7778H5.68932L5.23178 19.5155H3.46131L3.00378 20.7778H2.44678L4.0581 16.5901H4.67478V16.5901ZM5.07264 19.0546L4.37639 17.1111H4.35649L3.66024 19.0747H5.07264V19.0546Z' fill='%231D1D1B'/%3e%3cpath d='M8.49416 20.7978V20.317H8.47427C8.3748 20.4973 8.23555 20.6376 8.07641 20.7377C7.91727 20.8179 7.71834 20.878 7.49952 20.878C7.30059 20.878 7.14145 20.858 7.0022 20.7978C6.86295 20.7377 6.76348 20.6776 6.68391 20.5774C6.60434 20.4773 6.54466 20.357 6.50487 20.2368C6.46509 20.0966 6.46509 19.9563 6.46509 19.796V17.7924H6.96241V19.8561C6.96241 20.0365 7.02209 20.1967 7.12155 20.2969C7.22102 20.3971 7.38016 20.4572 7.57909 20.4572C7.73823 20.4572 7.85759 20.4372 7.97695 20.3771C8.0963 20.337 8.17588 20.2569 8.25545 20.1767C8.33502 20.0966 8.3748 19.9964 8.41459 19.8762C8.45438 19.7559 8.47427 19.6357 8.47427 19.4955V17.7723H8.9517V20.8179H8.49416V20.7978Z' fill='%231D1D1B'/%3e%3cpath d='M10.8615 17.7523V18.1931H10.2647V20.0765C10.2647 20.1366 10.2647 20.1767 10.2846 20.2168C10.2846 20.2568 10.3044 20.2769 10.3442 20.2969C10.3641 20.317 10.4039 20.337 10.4636 20.337C10.5034 20.337 10.583 20.337 10.6625 20.337H10.8813V20.7778H10.5034C10.384 20.7778 10.2647 20.7778 10.1652 20.7578C10.0657 20.7377 10.0061 20.7177 9.94638 20.6576C9.8867 20.6175 9.84691 20.5374 9.82702 20.4572C9.80713 20.3771 9.78724 20.2568 9.78724 20.1166V18.1931H9.27002V17.7523H9.78724V16.8506H10.2846V17.7523H10.8615V17.7523Z' fill='%231D1D1B'/%3e%3cpath d='M11.7367 16.5901V18.1931H11.7566C11.7964 18.0929 11.8561 18.0127 11.9157 17.9526C11.9953 17.8925 12.055 17.8324 12.1545 17.7923C12.234 17.7523 12.3335 17.7122 12.433 17.6922C12.5324 17.6721 12.612 17.6721 12.7115 17.6721C12.9104 17.6721 13.0695 17.6922 13.2088 17.7523C13.348 17.8124 13.4475 17.8925 13.5271 17.9727C13.6066 18.0728 13.6663 18.1931 13.7061 18.3133C13.7459 18.4535 13.7459 18.5938 13.7459 18.7541V20.7577H13.2486V18.734C13.2486 18.5537 13.1889 18.3934 13.0894 18.2932C12.99 18.1931 12.8308 18.133 12.6319 18.133C12.4727 18.133 12.3534 18.153 12.234 18.2131C12.1147 18.2532 12.0351 18.3333 11.9555 18.4135C11.876 18.4936 11.8362 18.5938 11.7964 18.714C11.7566 18.8342 11.7367 18.9544 11.7367 19.0947V20.8178H11.2394V16.5901H11.7367Z' fill='%231D1D1B'/%3e%3cpath d='M14.2831 18.6539C14.3427 18.4535 14.4422 18.2932 14.5616 18.153C14.6809 18.0127 14.8401 17.8925 15.0191 17.8124C15.1981 17.7322 15.417 17.6921 15.6557 17.6921C15.8944 17.6921 16.1132 17.7322 16.2922 17.8124C16.4713 17.8925 16.6304 18.0127 16.7498 18.153C16.8691 18.2932 16.9686 18.4736 17.0283 18.6539C17.088 18.8543 17.1277 19.0546 17.1277 19.275C17.1277 19.4954 17.088 19.7158 17.0283 19.8961C16.9686 20.0965 16.8691 20.2568 16.7498 20.3971C16.6304 20.5373 16.4713 20.6575 16.2922 20.7377C16.1132 20.8178 15.8944 20.8579 15.6557 20.8579C15.417 20.8579 15.218 20.8178 15.0191 20.7377C14.8401 20.6575 14.6809 20.5373 14.5616 20.3971C14.4422 20.2568 14.3427 20.0965 14.2831 19.8961C14.2234 19.6958 14.1836 19.4954 14.1836 19.275C14.1836 19.0546 14.2035 18.8543 14.2831 18.6539ZM14.7804 19.7759C14.8202 19.9162 14.8997 20.0364 14.9793 20.1366C15.0589 20.2368 15.1583 20.2969 15.2777 20.357C15.3971 20.4171 15.5164 20.4371 15.6358 20.4371C15.7551 20.4371 15.8944 20.4171 15.9938 20.357C16.1132 20.2969 16.2127 20.2368 16.2922 20.1366C16.3718 20.0364 16.4514 19.9162 16.4912 19.7759C16.531 19.6357 16.5707 19.4754 16.5707 19.2951C16.5707 19.1147 16.5508 18.9544 16.4912 18.8142C16.4514 18.6739 16.3718 18.5537 16.2922 18.4535C16.2127 18.3533 16.1132 18.2732 15.9938 18.2331C15.8745 18.173 15.7551 18.153 15.6358 18.153C15.5164 18.153 15.3772 18.173 15.2777 18.2331C15.1583 18.2932 15.0589 18.3533 14.9793 18.4535C14.8997 18.5537 14.8202 18.6739 14.7804 18.8142C14.7406 18.9544 14.7008 19.1147 14.7008 19.2951C14.7008 19.4553 14.7406 19.6156 14.7804 19.7759Z' fill='%231D1D1B'/%3e%3cpath d='M18.023 17.7523V18.3934H18.0429C18.1622 18.153 18.3015 17.9727 18.4805 17.8524C18.6595 17.7322 18.8784 17.6721 19.137 17.6922V18.2131C18.938 18.2131 18.7789 18.2331 18.6198 18.2932C18.5004 18.3534 18.381 18.4335 18.3015 18.5337C18.2219 18.6339 18.1622 18.7741 18.1224 18.9144C18.0826 19.0747 18.0628 19.235 18.0628 19.4353V20.7778H17.5654V17.7523H18.023Z' fill='%231D1D1B'/%3e%3cpath d='M19.4353 16.5901H19.9326V17.1912H19.4353V16.5901ZM19.9326 20.7978H19.4353V17.7523H19.9326V20.7978Z' fill='%231D1D1B'/%3e%3cpath d='M21.8423 17.7523V18.1931H21.2455V20.0765C21.2455 20.1366 21.2455 20.1767 21.2654 20.2168C21.2654 20.2568 21.2853 20.2769 21.3251 20.2969C21.345 20.317 21.3847 20.337 21.4444 20.337C21.4842 20.337 21.5638 20.337 21.6434 20.337H21.8622V20.7778H21.4842C21.3649 20.7778 21.2455 20.7778 21.146 20.7578C21.0466 20.7377 20.9869 20.7177 20.9272 20.6576C20.8675 20.6175 20.8277 20.5374 20.8079 20.4572C20.788 20.3771 20.7681 20.2568 20.7681 20.1166V18.1931H20.2509V17.7523H20.7681V16.8506H21.2654V17.7523H21.8423V17.7523Z' fill='%231D1D1B'/%3e%3cpath d='M23.394 21.5592C23.3343 21.6594 23.2746 21.7395 23.2149 21.7997C23.1553 21.8598 23.0757 21.9199 22.9961 21.9399C22.9165 21.9599 22.8171 21.98 22.6977 21.98C22.638 21.98 22.5784 21.98 22.5187 21.9599C22.459 21.9399 22.3993 21.9399 22.3396 21.9199V21.459C22.3794 21.4791 22.4391 21.4991 22.4789 21.4991C22.5187 21.5191 22.5784 21.5191 22.6181 21.5191C22.7176 21.5191 22.7972 21.4991 22.8569 21.439C22.9165 21.3989 22.9762 21.3188 23.016 21.2386L23.2149 20.7377L22.0214 17.7122H22.5784L23.4537 20.1967H23.4735L24.3289 17.7122H24.8462L23.5332 21.1384C23.4934 21.3388 23.4338 21.459 23.394 21.5592Z' fill='%231D1D1B'/%3e%3cpath d='M6.82322 1.36249C6.78344 1.46267 6.74365 1.50274 6.74365 1.58289C6.74365 1.66303 6.82322 1.70311 6.86301 1.78325C6.9028 1.70311 6.94258 1.643 6.94258 1.58289C6.94258 1.50274 6.84312 1.4226 6.82322 1.36249Z' fill='%231D1D1B'/%3e%3cpath d='M8.05661 1.36249C8.0964 1.46267 8.13619 1.50274 8.13619 1.58289C8.13619 1.66303 8.05661 1.70311 8.01683 1.78325C7.97704 1.70311 7.93726 1.643 7.93726 1.58289C7.95715 1.50274 8.03672 1.4226 8.05661 1.36249Z' fill='%231D1D1B'/%3e%3cpath d='M6.12693 1.3224C6.16672 1.3224 6.20651 1.28233 6.20651 1.24225C6.20651 1.20218 6.16672 1.16211 6.12693 1.16211C6.08715 1.16211 6.04736 1.20218 6.04736 1.24225C6.04736 1.28233 6.08715 1.3224 6.12693 1.3224Z' fill='%231D1D1B'/%3e%3cpath d='M6.18661 1.44263C6.18661 1.40256 6.14682 1.36249 6.10704 1.36249C6.06725 1.36249 6.02747 1.40256 6.02747 1.44263C6.02747 1.48271 6.06725 1.52278 6.10704 1.52278C6.14682 1.52278 6.18661 1.48271 6.18661 1.44263Z' fill='%231D1D1B'/%3e%3cpath d='M6.2264 1.64301C6.2264 1.60294 6.18662 1.56287 6.14683 1.56287C6.10705 1.56287 6.06726 1.60294 6.06726 1.64301C6.06726 1.68308 6.10705 1.72316 6.14683 1.72316C6.18662 1.72316 6.2264 1.68308 6.2264 1.64301Z' fill='%231D1D1B'/%3e%3cpath d='M6.58445 0.921705C6.62424 0.921705 6.66403 0.881632 6.66403 0.841559C6.66403 0.801486 6.62424 0.761414 6.58445 0.761414C6.54467 0.761414 6.50488 0.801486 6.50488 0.841559C6.50488 0.881632 6.54467 0.921705 6.58445 0.921705Z' fill='%231D1D1B'/%3e%3cpath d='M6.3856 0.981764C6.42539 0.981764 6.46517 0.941691 6.46517 0.901618C6.46517 0.861545 6.42539 0.821472 6.3856 0.821472C6.34582 0.821472 6.30603 0.861545 6.30603 0.901618C6.30603 0.941691 6.32592 0.981764 6.3856 0.981764Z' fill='%231D1D1B'/%3e%3cpath d='M6.22647 1.12202C6.26625 1.12202 6.30604 1.08195 6.30604 1.04188C6.30604 1.0018 6.26625 0.961731 6.22647 0.961731C6.18668 0.961731 6.1469 1.0018 6.1469 1.04188C6.12701 1.08195 6.16679 1.12202 6.22647 1.12202Z' fill='%231D1D1B'/%3e%3cpath d='M6.80333 0.941724C6.84311 0.941724 6.8829 0.901652 6.8829 0.861579C6.8829 0.821506 6.84311 0.781433 6.80333 0.781433C6.76354 0.781433 6.72375 0.821506 6.72375 0.861579C6.72375 0.901652 6.76354 0.941724 6.80333 0.941724Z' fill='%231D1D1B'/%3e%3cpath d='M7.0023 1.00184C7.04209 1.00184 7.08187 0.961771 7.08187 0.921698C7.08187 0.881626 7.04209 0.841553 7.0023 0.841553C6.96252 0.841553 6.92273 0.881626 6.92273 0.921698C6.92273 0.961771 6.96252 1.00184 7.0023 1.00184Z' fill='%231D1D1B'/%3e%3cpath d='M7.20115 1.08198C7.24094 1.08198 7.28073 1.04191 7.28073 1.00184C7.28073 0.961765 7.24094 0.921692 7.20115 0.921692C7.16137 0.921692 7.12158 0.961765 7.12158 1.00184C7.12158 1.06195 7.16137 1.08198 7.20115 1.08198Z' fill='%231D1D1B'/%3e%3cpath d='M8.67322 1.24228C8.67322 1.28235 8.713 1.32243 8.75279 1.32243C8.79258 1.32243 8.83236 1.28235 8.83236 1.24228C8.83236 1.20221 8.79258 1.16213 8.75279 1.16213C8.713 1.1421 8.67322 1.18217 8.67322 1.24228Z' fill='%231D1D1B'/%3e%3cpath d='M8.77268 1.36249C8.7329 1.36249 8.69312 1.40256 8.69312 1.44263C8.69312 1.48271 8.7329 1.52278 8.77268 1.52278C8.81247 1.52278 8.85225 1.48271 8.85225 1.44263C8.87215 1.38252 8.83236 1.36249 8.77268 1.36249Z' fill='%231D1D1B'/%3e%3cpath d='M8.73289 1.56287C8.69311 1.56287 8.65332 1.60294 8.65332 1.64301C8.65332 1.68308 8.69311 1.72316 8.73289 1.72316C8.77268 1.72316 8.81246 1.68308 8.81246 1.64301C8.83236 1.5829 8.79257 1.56287 8.73289 1.56287Z' fill='%231D1D1B'/%3e%3cpath d='M8.29527 0.921705C8.33506 0.921705 8.37484 0.881632 8.37484 0.841559C8.37484 0.801486 8.33506 0.761414 8.29527 0.761414C8.25548 0.761414 8.2157 0.801486 8.2157 0.841559C8.2157 0.881632 8.25548 0.921705 8.29527 0.921705Z' fill='%231D1D1B'/%3e%3cpath d='M8.49424 0.981764C8.53403 0.981764 8.57382 0.941691 8.57382 0.901618C8.57382 0.861545 8.53403 0.821472 8.49424 0.821472C8.45446 0.821472 8.41467 0.861545 8.41467 0.901618C8.41467 0.941691 8.45446 0.981764 8.49424 0.981764Z' fill='%231D1D1B'/%3e%3cpath d='M8.65342 1.12202C8.69321 1.12202 8.733 1.08195 8.733 1.04188C8.733 1.0018 8.69321 0.961731 8.65342 0.961731C8.61364 0.961731 8.57385 1.0018 8.57385 1.04188C8.57385 1.08195 8.61364 1.12202 8.65342 1.12202Z' fill='%231D1D1B'/%3e%3cpath d='M8.0764 0.941724C8.11618 0.941724 8.15597 0.901652 8.15597 0.861579C8.15597 0.821506 8.11618 0.781433 8.0764 0.781433C8.03661 0.781433 7.99683 0.821506 7.99683 0.861579C7.99683 0.901652 8.03661 0.941724 8.0764 0.941724Z' fill='%231D1D1B'/%3e%3cpath d='M7.87754 1.00184C7.91733 1.00184 7.95712 0.961771 7.95712 0.921698C7.95712 0.881626 7.91733 0.841553 7.87754 0.841553C7.83776 0.841553 7.79797 0.881626 7.79797 0.921698C7.79797 0.961771 7.83776 1.00184 7.87754 1.00184Z' fill='%231D1D1B'/%3e%3cpath d='M7.599 1.00184C7.599 1.04191 7.63878 1.08198 7.67857 1.08198C7.73825 1.08198 7.75814 1.06195 7.75814 1.00184C7.75814 0.961765 7.71836 0.921692 7.67857 0.921692C7.63878 0.921692 7.599 0.961765 7.599 1.00184Z' fill='%231D1D1B'/%3e%3cpath d='M7.30066 1.46266H7.40012V1.10201C7.36034 1.10201 7.34044 1.08197 7.30066 1.08197V1.46266Z' fill='%231D1D1B'/%3e%3cpath d='M7.5792 1.08197C7.55931 1.10201 7.51952 1.10201 7.47974 1.10201V1.46266H7.5792V1.08197Z' fill='%231D1D1B'/%3e%3cpath d='M7.38021 0.681216V0.460815C7.28074 0.480852 7.20117 0.560998 7.18127 0.681216H7.38021Z' fill='%231D1D1B'/%3e%3cpath d='M7.49951 0.681216H7.69844C7.67855 0.581034 7.59898 0.500888 7.49951 0.460815V0.681216Z' fill='%231D1D1B'/%3e%3cpath d='M7.18127 0.781433C7.20117 0.901652 7.32053 0.981797 7.43988 0.981797C7.55924 0.981797 7.65871 0.901652 7.69849 0.781433H7.18127V0.781433Z' fill='%231D1D1B'/%3e%3cpath d='M7.57914 0.440801C7.51946 0.400729 7.47968 0.320583 7.45978 0.260474C7.51946 0.28051 7.59903 0.320583 7.63882 0.380692V0.0801457C7.61893 0.140255 7.53936 0.200364 7.47968 0.200364C7.47968 0.140255 7.53936 0.0601093 7.57914 0H7.30064C7.36032 0.0801457 7.40011 0.140255 7.40011 0.200364C7.34043 0.180328 7.26086 0.140255 7.22107 0.0801457V0.360656C7.26086 0.300546 7.34043 0.260474 7.40011 0.240437C7.40011 0.320583 7.34043 0.380692 7.28075 0.420765H7.57914V0.440801Z' fill='%231D1D1B'/%3e%3cpath d='M7.59905 6.41168C7.53937 6.41168 7.49959 6.37161 7.49959 6.3115C7.49959 6.25139 7.53937 6.21132 7.59905 6.21132C7.65873 6.21132 7.69852 6.25139 7.69852 6.3115C7.69852 6.37161 7.63884 6.41168 7.59905 6.41168ZM7.10173 6.25139C7.04205 6.25139 6.98237 6.21132 6.98237 6.13117C6.98237 6.07106 7.04205 6.01095 7.10173 6.01095C7.16141 6.01095 7.22109 6.05103 7.22109 6.13117C7.22109 6.19128 7.16141 6.25139 7.10173 6.25139ZM6.94259 5.75048L6.92269 5.73044C6.86302 5.69037 6.82323 5.69037 6.78344 5.73044C6.76355 5.75048 6.74366 5.77051 6.72377 5.79055L6.70387 5.83062L6.72377 5.85066C6.78344 5.89073 6.78344 5.93081 6.76355 5.97088C6.76355 5.99092 6.74366 5.99092 6.74366 5.99092C6.72377 5.99092 6.68398 5.99092 6.64419 5.97088L6.6243 5.95084L6.60441 5.97088C6.60441 5.97088 6.60441 5.97088 6.60441 5.99092C6.60441 5.99092 6.60441 6.01095 6.58451 6.01095C6.56462 6.05102 6.54473 6.0911 6.54473 6.11113V6.13117C6.54473 6.15121 6.58452 6.17124 6.60441 6.19128H6.6243C6.64419 6.21132 6.68398 6.23135 6.70387 6.23135C6.66409 6.25139 6.60441 6.25139 6.56462 6.23135C6.48505 6.19128 6.44527 6.11113 6.44527 6.07106C6.44527 6.01095 6.46516 5.93081 6.52484 5.85066V5.83062V5.81059C6.50494 5.79055 6.50494 5.77052 6.48505 5.73044C6.50494 5.73044 6.54473 5.73044 6.56462 5.75048H6.58451C6.6243 5.71041 6.72377 5.61022 6.82323 5.61022C6.86302 5.61022 6.92269 5.63026 6.94259 5.67033C6.96248 5.69037 6.98237 5.73044 6.98237 5.77051C6.96248 5.77051 6.94259 5.77052 6.94259 5.75048ZM7.87755 6.15121C7.61894 6.0911 7.30066 5.97088 7.02216 5.85066C7.02216 5.79055 7.00227 5.73044 6.96248 5.67033C6.92269 5.61022 6.86302 5.59019 6.80334 5.59019C6.78344 5.59019 6.74366 5.59019 6.72377 5.61022C6.68398 5.57015 6.64419 5.53008 6.60441 5.49C6.50494 5.36979 6.40548 5.2095 6.3458 5.0492C6.30601 4.94902 6.28612 4.84884 6.26623 4.74866C6.24634 4.8288 6.16676 4.94902 5.98773 4.94902C5.98773 4.92899 5.98773 4.88891 5.96784 4.88891C5.92805 4.92898 5.86837 4.98909 5.70923 4.92899C5.72912 5.0492 5.76891 5.14939 5.80869 5.2696C5.88826 5.51004 6.02751 5.71041 6.18666 5.89073C6.24634 5.95084 6.28612 6.01095 6.3458 6.05103C6.3458 6.07106 6.3458 6.07106 6.3458 6.0911C6.3458 6.15121 6.40548 6.25139 6.48505 6.29146C6.54473 6.33153 6.6243 6.3115 6.70387 6.27143C6.82323 6.33153 6.98237 6.41168 7.16141 6.45175C7.36034 6.51186 7.53937 6.5319 7.69852 6.5319C7.81787 6.5319 7.99691 6.47179 8.15605 6.37161C8.21573 6.33153 8.27541 6.29146 8.33509 6.23135L8.35498 6.21132C8.23562 6.23135 8.0367 6.19128 7.87755 6.15121Z' fill='%231D1D1B'/%3e%3cpath d='M7.8178 7.21314C7.7979 7.17307 7.77801 7.15303 7.75812 7.15303C7.65865 7.15303 7.69844 7.43354 7.55919 7.43354C7.49951 7.43354 7.47962 7.39347 7.47962 7.3534C7.47962 7.31333 7.49951 7.29329 7.49951 7.27325C7.49951 7.23318 7.47962 7.23318 7.43983 7.23318C7.40005 7.23318 7.38015 7.25322 7.38015 7.27325C7.38015 7.31333 7.40005 7.31333 7.40005 7.3534C7.40005 7.39347 7.38015 7.43354 7.32047 7.43354C7.20112 7.43354 7.2409 7.15303 7.12155 7.15303C7.10165 7.15303 7.06187 7.17307 7.06187 7.21314C7.04197 7.17307 7.02208 7.133 7.02208 7.09292C7.02208 7.03282 7.06187 6.97271 7.14144 6.97271C7.28069 6.97271 7.2409 7.17307 7.32047 7.17307C7.36026 7.17307 7.38015 7.15303 7.38015 7.133C7.38015 7.07289 7.28069 7.03282 7.28069 6.95267C7.28069 6.87252 7.36026 6.81241 7.43983 6.75231C7.5194 6.81241 7.59897 6.89256 7.59897 6.95267C7.59897 7.03282 7.49951 7.09292 7.49951 7.133C7.49951 7.15303 7.5194 7.17307 7.55919 7.17307C7.61887 7.17307 7.59897 6.97271 7.73823 6.97271C7.8178 6.97271 7.85758 7.05285 7.85758 7.09292C7.83769 7.133 7.83769 7.17307 7.8178 7.21314ZM7.43983 7.59384C7.40005 7.59384 7.38015 7.55376 7.38015 7.53373C7.38015 7.49365 7.41994 7.47362 7.43983 7.47362C7.45972 7.47362 7.49951 7.51369 7.49951 7.53373C7.5194 7.5738 7.47962 7.59384 7.43983 7.59384ZM7.71833 6.9126C7.69844 6.9126 7.67855 6.9126 7.65865 6.9126V6.61205C7.5194 6.61205 7.36026 6.59201 7.20112 6.55194V6.93263C7.18122 6.93263 7.16133 6.93263 7.14144 6.93263C7.04197 6.93263 6.9624 7.03282 6.9624 7.11296C6.9624 7.19311 7.00219 7.27325 7.04197 7.31333C7.06187 7.27325 7.08176 7.23318 7.10165 7.23318C7.16133 7.23318 7.12155 7.51369 7.28069 7.51369C7.28069 7.53373 7.28069 7.53373 7.28069 7.55376C7.28069 7.61387 7.34037 7.67398 7.40005 7.67398C7.45972 7.67398 7.5194 7.61387 7.5194 7.55376C7.5194 7.53373 7.5194 7.51369 7.5194 7.51369C7.67855 7.51369 7.65865 7.23318 7.69844 7.23318C7.71833 7.23318 7.73822 7.27325 7.75812 7.31333C7.7979 7.27325 7.83769 7.19311 7.83769 7.11296C7.89737 7.01278 7.83769 6.9126 7.71833 6.9126Z' fill='%231D1D1B'/%3e%3cpath d='M11.3787 7.29325C11.3787 7.27321 11.3588 7.27321 11.3389 7.27321C10.9808 7.37339 10.5233 7.07285 10.0857 6.79234C9.72758 6.5519 9.36951 6.31146 9.07112 6.31146C8.95176 6.31146 8.87219 6.3315 8.77272 6.37157C8.67326 6.43168 8.59369 6.51183 8.53401 6.65208C8.47433 6.7723 8.43454 6.85245 8.39476 6.93259C8.33508 7.01274 8.31519 7.07285 8.31519 7.15299C8.31519 7.2131 8.33508 7.27321 8.39476 7.31328C8.43454 7.35336 8.49422 7.39343 8.59369 7.45354C8.61358 7.45354 8.63347 7.47358 8.65337 7.47358C8.73294 7.51365 8.77272 7.53368 8.77272 7.57376C8.63347 7.63387 8.43454 7.69398 8.23561 7.73405C7.9969 7.77412 7.73829 7.79416 7.45979 7.79416C7.18129 7.79416 6.92268 7.77412 6.68397 7.73405C6.46515 7.69398 6.28611 7.63387 6.14686 7.57376C6.14686 7.51365 6.20654 7.49361 6.28611 7.45354C6.306 7.45354 6.3259 7.4335 6.34579 7.4335C6.42536 7.39343 6.48504 7.35336 6.52483 7.31328C6.5845 7.27321 6.6044 7.2131 6.6044 7.15299C6.6044 7.07285 6.56461 7.03277 6.52483 6.93259C6.48504 6.87248 6.42536 6.7723 6.38558 6.65208C6.3259 6.53186 6.26622 6.43168 6.14686 6.39161C6.06729 6.35154 5.96783 6.3315 5.84847 6.3315C5.55007 6.3315 5.2119 6.57194 4.83393 6.81237C4.39629 7.11292 3.93875 7.41347 3.58068 7.29325C3.56079 7.29325 3.54089 7.29325 3.54089 7.31328C3.54089 7.33332 3.54089 7.35336 3.56079 7.35336C3.68014 7.39343 3.75972 7.47358 3.85918 7.55372C3.99843 7.6539 4.11779 7.75409 4.25704 7.75409C4.37639 7.75409 4.51565 7.71401 4.69468 7.63387C4.83393 7.55372 4.99307 7.45354 5.13232 7.35336C5.41082 7.15299 5.70922 6.95263 6.00761 6.93259C5.98772 6.97266 5.94793 6.9927 5.92804 7.01274C5.84847 7.09288 5.7689 7.15299 5.7689 7.29325C5.7689 7.39343 5.80868 7.47358 5.84847 7.57376C5.86836 7.59379 5.88825 7.63387 5.88825 7.67394C5.92804 7.73405 5.92804 7.79416 5.94793 7.8743C5.94793 7.91438 5.96783 7.95445 5.96783 7.99452C5.98772 8.05463 6.0275 8.19489 6.22643 8.29507C6.46515 8.41529 6.8829 8.4754 7.45979 8.4754C8.03669 8.4754 8.45444 8.41529 8.69315 8.29507C8.89208 8.19489 8.93187 8.05463 8.95176 7.99452C8.97165 7.95445 8.97165 7.91438 8.97165 7.8743C8.99154 7.79416 9.01144 7.73405 9.03133 7.67394C9.05122 7.61383 9.07112 7.57376 9.09101 7.53368C9.13079 7.45354 9.17058 7.39343 9.17058 7.29325C9.17058 7.15299 9.09101 7.09288 9.01144 7.01274C8.99154 6.9927 8.95176 6.95263 8.93187 6.93259C9.21037 6.95263 9.50876 7.15299 9.80715 7.35336C9.9464 7.45354 10.1055 7.55372 10.2448 7.63387C10.4039 7.71401 10.5432 7.77412 10.6824 7.77412C10.8217 7.77412 10.941 7.67394 11.0803 7.57376C11.1798 7.49361 11.2792 7.4335 11.3787 7.37339C11.3787 7.33332 11.3787 7.31328 11.3787 7.29325Z' fill='%231D1D1B'/%3e%3cpath d='M7.49961 4.44807V3.06555C7.63886 3.06555 7.77811 3.10563 7.91736 3.16574C8.05661 3.24588 8.17597 3.34606 8.29533 3.46628C8.39479 3.5865 8.49426 3.74679 8.55393 3.90708C8.61361 4.06737 8.6534 4.2477 8.6534 4.42803H7.49961V4.44807ZM7.43993 2.50453C7.06197 2.50453 6.78347 2.62475 6.62432 2.72493C6.52486 2.66483 6.50497 2.62475 6.50497 2.56464C6.50497 2.34424 7.12165 2.32421 7.43993 2.32421C7.75822 2.32421 8.3749 2.34424 8.3749 2.56464C8.3749 2.62475 8.33511 2.68486 8.25554 2.72493C8.0964 2.60472 7.83779 2.50453 7.43993 2.50453ZM7.42004 4.44807H6.26625C6.26625 4.26774 6.30604 4.08741 6.36572 3.92712C6.4254 3.76683 6.50497 3.60654 6.62432 3.48632C6.72379 3.3661 6.86304 3.26592 7.00229 3.18577C7.14154 3.12566 7.28079 3.08559 7.43993 3.08559V4.44807H7.42004ZM9.19051 4.36792C9.15072 4.32785 9.09104 4.26774 9.05126 4.20763C9.01147 4.10745 8.83243 3.76683 8.79265 3.70672C8.77276 3.66665 8.75286 3.62657 8.75286 3.60654C8.75286 3.56646 8.77276 3.54643 8.79265 3.50635C8.81254 3.48632 8.85233 3.44625 8.85233 3.42621C8.87222 3.40617 8.87222 3.38614 8.89211 3.38614C8.83243 3.26592 8.75286 3.18577 8.67329 3.08559C8.57383 2.96537 8.45447 2.86519 8.31522 2.78504C8.3749 2.74497 8.45447 2.66483 8.45447 2.56464C8.45447 2.50453 8.43458 2.44442 8.3749 2.40435C8.45447 2.16391 8.57383 1.8834 8.69318 1.76319L8.45447 1.663C8.51415 1.76319 8.51415 1.86337 8.51415 1.92348C8.45447 1.8834 8.39479 1.8233 8.3749 1.74315C8.3749 1.80326 8.33511 1.92348 8.31522 2.00362C8.3749 1.96355 8.43458 1.96355 8.51415 1.98359C8.47436 2.0437 8.3749 2.12384 8.21575 2.08377C8.13618 2.06373 8.05661 2.02366 8.05661 1.96355C8.05661 1.92348 8.0964 1.8834 8.13618 1.8834C8.19586 1.8834 8.19586 1.96355 8.17597 2.00362C8.23565 1.96355 8.31522 1.76319 8.21575 1.74315C8.13618 1.72311 8.05661 1.84333 8.03672 1.92348C8.01683 1.8233 7.97704 1.72311 7.89747 1.72311C7.798 1.72311 7.8179 1.92348 7.85768 1.98359C7.85768 1.90344 7.89747 1.8834 7.93725 1.8834C7.95715 1.8834 7.99693 1.90344 7.99693 1.96355C7.99693 2.02366 7.89747 2.06373 7.798 2.06373C7.69854 2.06373 7.5195 2.02366 7.49961 1.84333C7.55929 1.86337 7.65875 1.90344 7.69854 1.96355C7.67865 1.84333 7.67865 1.76319 7.69854 1.64297C7.63886 1.72311 7.55929 1.76319 7.49961 1.76319C7.5195 1.68304 7.57918 1.60289 7.67865 1.54279H7.2609C7.34047 1.60289 7.42004 1.68304 7.43993 1.76319C7.38025 1.74315 7.28079 1.72311 7.241 1.64297C7.2609 1.76319 7.2609 1.84333 7.241 1.96355C7.28079 1.90344 7.38025 1.84333 7.43993 1.84333C7.42004 2.0437 7.241 2.06373 7.14154 2.06373C7.04207 2.06373 6.94261 2.02366 6.94261 1.96355C6.94261 1.90344 6.9824 1.8834 7.00229 1.8834C7.04207 1.8834 7.08186 1.92348 7.08186 1.98359C7.12165 1.92348 7.16143 1.72311 7.04207 1.72311C6.9625 1.72311 6.92272 1.8233 6.90282 1.92348C6.88293 1.84333 6.80336 1.72311 6.72379 1.74315C6.62432 1.76319 6.684 1.96355 6.76357 2.00362C6.74368 1.96355 6.74368 1.8834 6.80336 1.8834C6.86304 1.8834 6.88293 1.92348 6.88293 1.96355C6.88293 2.02366 6.80336 2.06373 6.72379 2.08377C6.56465 2.12384 6.46518 2.0437 6.42539 1.98359C6.50497 1.96355 6.54475 1.96355 6.62432 2.00362C6.58454 1.94351 6.54475 1.8233 6.54475 1.74315C6.52486 1.8233 6.46518 1.8834 6.4055 1.92348C6.38561 1.86337 6.4055 1.74315 6.46518 1.663L6.16679 1.76319C6.28614 1.8834 6.4055 2.16391 6.48507 2.40435C6.44529 2.44442 6.4055 2.50453 6.4055 2.56464C6.4055 2.66483 6.48507 2.74497 6.54475 2.78504C6.4254 2.86519 6.30604 2.96537 6.18668 3.08559C6.02754 3.26592 5.90818 3.48632 5.80872 3.70672C5.8485 3.74679 5.98775 3.88705 6.00764 3.92712C6.06732 4.00727 6.10711 4.06737 6.10711 4.12748C6.10711 4.22767 6.127 4.26774 6.18668 4.34788C6.20657 4.36792 6.22647 4.44807 6.22647 4.50818H7.38025V5.79051C7.34047 5.79051 7.28079 5.81054 7.241 5.85062C7.38025 5.91073 7.49961 5.9508 7.63886 5.99087C7.65875 5.91073 7.65875 5.85062 7.71843 5.81054C7.71843 5.81054 7.55929 5.79051 7.45983 5.79051V4.50818H8.59372C8.59372 4.6885 8.55393 4.84879 8.49426 5.00909C8.43458 5.16938 8.35501 5.32967 8.23565 5.44989C8.13618 5.57011 7.99693 5.67029 7.85768 5.75043C7.83779 5.77047 7.83779 5.77047 7.8179 5.79051C7.798 5.81054 7.77811 5.85062 7.75822 5.89069C7.73833 5.93076 7.73833 5.9508 7.73833 6.01091C7.798 6.03094 7.8179 6.03094 7.87758 6.05098C8.27543 6.15116 8.3749 6.13113 8.39479 6.11109C8.47436 6.05098 8.57383 5.97083 8.6534 5.87065C8.81254 5.69032 8.9319 5.46992 9.03136 5.24952C9.13083 5.00909 9.17061 4.74861 9.17061 4.4681C9.19051 4.42803 9.19051 4.40799 9.19051 4.36792Z' fill='%231D1D1B'/%3e%3cpath d='M8.11619 3.62661C8.0963 3.62661 8.0963 3.64664 8.0963 3.66668C8.0963 3.68672 8.11619 3.68672 8.13609 3.68672C8.11619 3.70675 8.11619 3.70675 8.11619 3.72679C8.13609 3.72679 8.15598 3.72679 8.17587 3.70675C8.17587 3.72679 8.17587 3.74682 8.19577 3.74682C8.19577 3.74682 8.21566 3.74682 8.23555 3.74682C8.31512 3.88708 8.3748 4.04737 8.41459 4.20766C8.3748 4.2277 8.35491 4.20766 8.35491 4.20766C8.35491 4.2277 8.3748 4.24773 8.3748 4.26777H8.0963C8.0963 4.24773 8.0963 4.2277 8.07641 4.2277C8.05652 4.2277 8.05652 4.2277 8.03662 4.24774C8.03662 4.2277 8.03662 4.20766 8.01673 4.18763C7.99684 4.20766 7.99684 4.2277 7.99684 4.24774C7.97694 4.2277 7.97694 4.2277 7.95705 4.2277C7.93716 4.2277 7.93716 4.24773 7.93716 4.26777H7.69844C7.71834 4.24773 7.71834 4.24774 7.71834 4.2277C7.69844 4.2277 7.67855 4.2277 7.67855 4.24774V3.84701C7.69844 3.84701 7.71834 3.84701 7.71834 3.82697C7.71834 3.80693 7.71834 3.80693 7.69844 3.7869C7.71834 3.7869 7.73823 3.7869 7.75812 3.76686C7.73823 3.74682 7.71834 3.74682 7.69844 3.74682C7.71834 3.72679 7.71834 3.72679 7.71834 3.70675C7.71834 3.68672 7.69844 3.68672 7.67855 3.68672V3.3461C7.69844 3.3461 7.69844 3.36613 7.71834 3.36613C7.71834 3.3461 7.71834 3.32606 7.69844 3.32606C7.77802 3.3461 7.83769 3.38617 7.91727 3.42624C7.97694 3.48635 8.05652 3.54646 8.11619 3.62661ZM8.45437 4.2277C8.47426 4.24774 8.47426 4.26777 8.43448 4.26777C8.41459 4.06741 8.33501 3.86704 8.21566 3.68672C8.23555 3.68672 8.25544 3.66668 8.25544 3.62661C8.21566 3.62661 8.19576 3.64664 8.17587 3.66668C8.17587 3.64664 8.15598 3.64664 8.15598 3.62661C8.07641 3.52642 7.99684 3.44628 7.91727 3.38617C7.83769 3.32606 7.73823 3.28599 7.63877 3.26595C7.63877 3.24591 7.67855 3.24591 7.67855 3.26595C7.67855 3.22588 7.65866 3.20584 7.63877 3.22588C7.61887 3.22588 7.61887 3.24591 7.61887 3.24591C7.59898 3.22588 7.59898 3.22588 7.55919 3.22588C7.55919 3.24591 7.55919 3.26595 7.57909 3.28599C7.55919 3.28599 7.5592 3.28599 7.5393 3.30602C7.5393 3.32606 7.5393 3.36613 7.57909 3.36613C7.55919 3.3461 7.5592 3.32606 7.59898 3.32606V3.76686C7.57909 3.76686 7.55919 3.76686 7.51941 3.7869C7.5393 3.80693 7.57909 3.80693 7.59898 3.80693V4.28781C7.57909 4.28781 7.55919 4.26777 7.57909 4.24774C7.5393 4.24774 7.51941 4.28781 7.5393 4.28781C7.5393 4.30784 7.55919 4.30784 7.57909 4.30784C7.55919 4.32788 7.55919 4.32788 7.55919 4.36795C7.57909 4.36795 7.59898 4.36795 7.61887 4.34792C7.61887 4.36795 7.61887 4.38799 7.63877 4.38799C7.65866 4.38799 7.67855 4.38799 7.67855 4.34792C7.65866 4.36795 7.63877 4.36795 7.63877 4.34792H7.97694C7.97694 4.36795 7.97694 4.38799 7.99684 4.42806C8.01673 4.40803 8.01673 4.36795 8.01673 4.34792H8.39469C8.39469 4.36795 8.3748 4.36795 8.35491 4.36795C8.35491 4.40803 8.39469 4.42806 8.41459 4.40803C8.43448 4.40803 8.43448 4.38799 8.43448 4.36795C8.45437 4.38799 8.45437 4.38799 8.49416 4.38799C8.49416 4.36795 8.49416 4.34792 8.47426 4.32788C8.49416 4.32788 8.51405 4.32788 8.51405 4.30784C8.49416 4.24773 8.47426 4.2277 8.45437 4.2277Z' fill='%231D1D1B'/%3e%3cpath d='M8.25543 4.10744C8.27532 4.10744 8.27532 4.0874 8.29522 4.0874C8.27532 4.0874 8.27532 4.0874 8.25543 4.0874C8.27532 4.0874 8.27532 4.0874 8.27532 4.06737C8.25543 4.04733 8.25543 4.04733 8.23554 4.06737C8.21565 4.0874 8.13607 4.06737 8.13607 3.98722C8.13607 4.00726 8.15597 4.00726 8.17586 4.00726C8.17586 4.00726 8.17586 4.00726 8.19575 4.00726C8.19575 4.00726 8.19575 4.00726 8.21564 4.00726H8.23554C8.25543 4.00726 8.27532 3.98722 8.27532 3.96719C8.27532 3.92711 8.23554 3.90708 8.19575 3.88704C8.17586 3.867 8.17586 3.867 8.15597 3.84697C8.13607 3.82693 8.15597 3.78686 8.11618 3.74678C8.11618 3.72675 8.11618 3.72675 8.09629 3.70671C8.07639 3.74678 8.07639 3.80689 8.11618 3.84697C8.15597 3.88704 8.23554 3.92711 8.23554 3.96719C8.23554 3.96719 8.23554 3.98722 8.21564 3.98722C8.21564 3.98722 8.21565 3.98722 8.19575 3.98722H8.17586L8.15597 3.96719C8.11618 3.92711 8.09629 3.88704 8.07639 3.867C8.03661 3.82693 8.0565 3.76682 8.0565 3.72675C8.07639 3.68668 8.03661 3.60653 8.01672 3.60653C8.01672 3.60653 8.01672 3.58649 8.01672 3.56646H7.99682C7.99682 3.54642 7.99682 3.54642 7.97693 3.54642C7.95704 3.54642 7.95704 3.52638 7.95704 3.52638L7.93714 3.54642C7.91725 3.54642 7.91725 3.54642 7.91725 3.54642C7.91725 3.54642 7.89736 3.56646 7.89736 3.54642C7.87747 3.54642 7.87747 3.54642 7.87747 3.56646C7.87747 3.56646 7.87747 3.58649 7.89736 3.58649L7.91725 3.60653V3.58649C7.91725 3.58649 7.93714 3.58649 7.95704 3.58649V3.60653C7.93714 3.60653 7.93714 3.60653 7.91725 3.60653V3.62657C7.91725 3.62657 7.93714 3.6466 7.93714 3.62657C7.95704 3.62657 7.99682 3.62657 7.99682 3.62657C7.99682 3.66664 7.95704 3.66664 7.93714 3.70671C7.91725 3.70671 7.91725 3.68668 7.91725 3.68668C7.91725 3.66664 7.89736 3.66664 7.87747 3.6466C7.87747 3.6466 7.85757 3.62657 7.83768 3.62657C7.81779 3.62657 7.81779 3.60653 7.81779 3.58649C7.81779 3.56646 7.81779 3.56646 7.81779 3.54642C7.81779 3.54642 7.81779 3.54642 7.81779 3.52638L7.79789 3.50635C7.79789 3.50635 7.79789 3.50635 7.79789 3.52638C7.79789 3.52638 7.79789 3.52638 7.79789 3.54642C7.79789 3.52638 7.79789 3.52638 7.778 3.52638C7.778 3.50635 7.75811 3.50635 7.75811 3.52638V3.54642C7.75811 3.56646 7.75811 3.56646 7.778 3.56646C7.75811 3.56646 7.75811 3.56646 7.75811 3.56646V3.58649C7.75811 3.58649 7.75811 3.58649 7.75811 3.56646C7.75811 3.56646 7.75811 3.56646 7.778 3.56646C7.75811 3.58649 7.778 3.58649 7.778 3.58649C7.778 3.60653 7.75811 3.58649 7.75811 3.56646C7.73822 3.58649 7.778 3.60653 7.79789 3.60653V3.62657C7.79789 3.62657 7.79789 3.6466 7.81779 3.6466C7.81779 3.6466 7.81779 3.66664 7.83768 3.66664C7.85757 3.68668 7.87747 3.72675 7.91725 3.74678C7.89736 3.76682 7.87747 3.78686 7.85757 3.80689C7.83768 3.82693 7.81779 3.82693 7.81779 3.82693C7.81779 3.82693 7.81779 3.82693 7.79789 3.80689H7.778H7.75811H7.778C7.778 3.80689 7.778 3.82693 7.79789 3.82693C7.79789 3.82693 7.79789 3.82693 7.778 3.82693C7.75811 3.82693 7.75811 3.80689 7.75811 3.82693C7.75811 3.82693 7.73822 3.84697 7.75811 3.867V3.84697C7.75811 3.867 7.778 3.867 7.79789 3.84697C7.79789 3.867 7.778 3.867 7.79789 3.88704C7.79789 3.90708 7.81779 3.90708 7.81779 3.90708C7.81779 3.90708 7.79789 3.90708 7.79789 3.88704V3.867C7.79789 3.867 7.81779 3.88704 7.81779 3.867C7.81779 3.867 7.81779 3.867 7.81779 3.84697C7.83768 3.84697 7.85757 3.82693 7.85757 3.84697C7.85757 3.84697 7.85757 3.82693 7.87747 3.82693C7.89736 3.82693 7.89736 3.82693 7.91725 3.82693C7.91725 3.82693 7.91725 3.80689 7.93714 3.78686C7.93714 3.867 8.03661 3.84697 8.0565 3.90708C8.03661 3.88704 7.99682 3.88704 7.97693 3.88704C7.95704 3.88704 7.91725 3.90708 7.91725 3.94715C7.91725 3.96719 7.93714 4.00726 7.95704 4.02729C7.93714 4.02729 7.91725 4.02729 7.89736 4.02729C7.87747 4.02729 7.87747 3.98722 7.83768 4.00726L7.81779 4.02729C7.81779 4.02729 7.81779 4.02729 7.83768 4.02729C7.83768 4.02729 7.83768 4.02729 7.85757 4.02729C7.85757 4.02729 7.81779 4.0273 7.83768 4.04733C7.83768 4.04733 7.83768 4.06737 7.85757 4.06737C7.85757 4.06737 7.87747 4.0874 7.87747 4.06737H7.85757C7.85757 4.06737 7.87747 4.0874 7.87747 4.06737C7.87747 4.06737 7.87747 4.06737 7.89736 4.06737C7.89736 4.04733 7.89736 4.04733 7.91725 4.06737L7.93714 4.04733H7.95704C7.97693 4.0273 7.95704 4.02729 7.95704 4.02729C7.95704 4.00726 7.93714 4.00726 7.93714 3.98722C7.93714 3.94715 7.97693 3.92711 8.01672 3.94715C8.01672 3.96719 8.0565 4.0273 8.11618 4.04733C8.15597 4.06737 8.15597 4.02729 8.17586 4.02729C8.17586 4.02729 8.17586 4.0273 8.17586 4.04733C8.17586 4.06737 8.17586 4.0874 8.17586 4.0874C8.17586 4.0874 8.15597 4.0874 8.13607 4.0874H8.11618C8.09629 4.0874 8.09629 4.10744 8.09629 4.10744H8.11618C8.11618 4.12748 8.13607 4.12748 8.13607 4.10744L8.11618 4.12748C8.11618 4.12748 8.11618 4.14751 8.13607 4.14751C8.13607 4.14751 8.13607 4.14751 8.13607 4.12748C8.13607 4.12748 8.13607 4.10744 8.15597 4.10744V4.12748C8.15597 4.12748 8.17586 4.14751 8.17586 4.12748C8.17586 4.12748 8.17586 4.12748 8.15597 4.12748C8.15597 4.10744 8.13607 4.10744 8.13607 4.0874C8.13607 4.06737 8.15597 4.0874 8.15597 4.06737C8.17586 4.06737 8.17586 4.04733 8.17586 4.04733C8.25543 4.10744 8.25543 4.10744 8.25543 4.10744Z' fill='%231D1D1B'/%3e%3cpath d='M7.18124 4.74865C7.14145 4.74865 7.12156 4.74865 7.12156 4.78873C7.12156 4.80876 7.14145 4.8288 7.16134 4.8288H7.18124V4.84884C7.18124 4.88891 7.16134 4.94902 7.16134 5.00913L6.98231 4.76869C7.06188 4.72862 7.12156 4.70858 7.16134 4.70858C7.18124 4.66851 7.20113 4.68854 7.18124 4.74865ZM7.12156 5.16942L6.84306 4.76869C6.88284 4.76869 6.90274 4.74865 6.92263 4.74865L7.12156 5.0492C7.14145 5.08927 7.12156 5.12935 7.12156 5.16942ZM7.10167 5.34975L6.7237 4.78873C6.74359 4.78873 6.74359 4.78873 6.76349 4.78873C6.78338 4.78873 6.80327 4.78873 6.82316 4.78873L7.14145 5.22953C7.10167 5.2696 7.10167 5.30967 7.10167 5.34975ZM6.66402 4.78873L7.08177 5.40986C6.86295 5.32971 6.62424 5.10931 6.66402 4.78873ZM7.30059 4.74865C7.2807 4.64847 7.24092 4.6084 7.16134 4.6084C7.10166 4.6084 6.96241 4.68854 6.80327 4.68854C6.7237 4.68854 6.64413 4.64847 6.58445 4.62843L6.56456 4.68854C6.56456 4.66851 6.54466 4.64847 6.52477 4.64847C6.50488 4.64847 6.48499 4.66851 6.48499 4.68854C6.48499 4.70858 6.50488 4.72862 6.52477 4.72862C6.54466 4.72862 6.54466 4.72862 6.56456 4.70858L6.54466 4.76869H6.56456C6.54466 5.02916 6.74359 5.38982 7.08177 5.49C7.14145 5.46996 7.18124 5.49 7.18124 5.55011C7.18124 5.59018 7.16134 5.61022 7.14145 5.61022C7.12156 5.61022 7.10167 5.59018 7.10167 5.59018C7.10167 5.57015 7.14145 5.59018 7.14145 5.57015C7.14145 5.55011 7.14145 5.53007 7.10167 5.53007C7.08177 5.53007 7.04199 5.55011 7.04199 5.59018C7.04199 5.63026 7.08177 5.67033 7.12156 5.67033C7.16134 5.67033 7.24092 5.65029 7.22102 5.55011C7.24092 5.55011 7.26081 5.55011 7.26081 5.53007V5.46996H7.24092L7.26081 4.84884H7.2807C7.30059 4.84884 7.32049 4.84884 7.32049 4.80876C7.32049 4.76869 7.30059 4.74865 7.30059 4.74865Z' fill='%231D1D1B'/%3e%3cpath d='M6.98234 3.44627C6.98234 3.44627 6.98234 3.42624 6.98234 3.44627C7.00224 3.42624 7.00224 3.42624 6.98234 3.44627C7.00224 3.42624 7.00224 3.42624 6.98234 3.42624L7.00224 3.44627H6.98234C6.98234 3.44627 6.98234 3.44627 6.98234 3.46631C6.98234 3.46631 6.98234 3.46631 6.98234 3.48635C7.00224 3.46631 7.00224 3.46631 6.98234 3.44627ZM7.00224 3.38616C7.00224 3.38616 7.00224 3.4062 7.00224 3.38616C6.98234 3.38616 6.98234 3.38616 6.98234 3.36613C6.98234 3.38616 7.00224 3.38616 7.00224 3.38616ZM7.02213 3.38616C7.02213 3.38616 7.04202 3.38616 7.04202 3.4062C7.04202 3.4062 7.04202 3.4062 7.02213 3.38616C7.02213 3.4062 7.02213 3.4062 7.02213 3.38616ZM7.22106 3.50638C7.30063 3.50638 7.34042 3.48635 7.34042 3.44627C7.34042 3.34609 7.12159 3.4062 7.12159 3.34609C7.12159 3.34609 7.12159 3.32605 7.14149 3.32605C7.26084 3.30602 7.26084 3.22587 7.34042 3.22587C7.24095 3.20584 7.22106 3.28598 7.18127 3.28598C7.20117 3.26594 7.22106 3.24591 7.20117 3.24591C7.18127 3.26595 7.14149 3.26594 7.12159 3.30602V3.32605C7.1017 3.32605 7.1017 3.34609 7.1017 3.36613C7.1017 3.44627 7.34042 3.38616 7.34042 3.46631C7.32052 3.46631 7.28074 3.48635 7.22106 3.50638C7.18127 3.48635 7.14149 3.44627 7.04202 3.48635C7.04202 3.46631 7.06192 3.44627 7.06192 3.42624L7.08181 3.4062H7.06192C7.06192 3.4062 7.06192 3.4062 7.06192 3.38616V3.36613C7.06192 3.36613 7.06192 3.36613 7.04202 3.34609C7.02213 3.34609 7.02213 3.34609 7.02213 3.34609H7.00224H6.98234H6.96245V3.36613L6.94256 3.38616C6.94256 3.4062 6.94256 3.4062 6.92266 3.4062C6.92266 3.42624 6.90277 3.44627 6.90277 3.46631L6.88288 3.44627C6.86299 3.44627 6.86299 3.42624 6.86299 3.42624C6.86299 3.4062 6.86299 3.4062 6.88288 3.38616C6.88288 3.38616 6.88288 3.38616 6.88288 3.36613L6.86299 3.34609C6.86299 3.34609 6.86299 3.34609 6.86299 3.36613C6.86299 3.36613 6.86299 3.36613 6.86299 3.38616C6.86299 3.38616 6.86299 3.36613 6.84309 3.36613C6.84309 3.36613 6.84309 3.34609 6.8232 3.36613C6.8232 3.36613 6.8232 3.38616 6.84309 3.38616C6.8232 3.38616 6.8232 3.38616 6.8232 3.38616V3.4062C6.8232 3.4062 6.8232 3.4062 6.84309 3.4062C6.8232 3.4062 6.8232 3.42624 6.84309 3.42624C6.84309 3.44627 6.80331 3.44627 6.8232 3.42624C6.80331 3.44627 6.8232 3.46631 6.84309 3.44627V3.46631C6.84309 3.46631 6.84309 3.48635 6.86299 3.48635C6.84309 3.48635 6.8232 3.50638 6.80331 3.50638H6.76352C6.74363 3.50638 6.72374 3.52642 6.70384 3.50638C6.70384 3.50638 6.70384 3.50638 6.70384 3.48635C6.70384 3.48635 6.70384 3.48635 6.68395 3.48635H6.66406C6.66406 3.48635 6.66406 3.48635 6.68395 3.48635C6.68395 3.48635 6.68395 3.50638 6.70384 3.50638C6.70384 3.50638 6.70384 3.50638 6.68395 3.50638C6.68395 3.50638 6.68395 3.48635 6.66406 3.50638L6.64417 3.52642C6.64417 3.52642 6.64416 3.52642 6.66406 3.52642C6.66406 3.54646 6.66406 3.54646 6.68395 3.52642C6.68395 3.52642 6.66406 3.54646 6.68395 3.54646C6.68395 3.56649 6.70384 3.56649 6.70384 3.56649C6.70384 3.56649 6.70384 3.56649 6.70384 3.54646C6.72374 3.54646 6.70384 3.52642 6.72374 3.52642C6.72374 3.52642 6.72374 3.54646 6.74363 3.54646C6.76352 3.54646 6.76352 3.52642 6.76352 3.52642C6.76352 3.52642 6.76352 3.52642 6.76352 3.54646V3.56649C6.76352 3.56649 6.78341 3.56649 6.78341 3.54646H6.80331C6.80331 3.54646 6.80331 3.54646 6.80331 3.56649V3.58653C6.80331 3.54646 6.8232 3.56649 6.84309 3.54646C6.84309 3.54646 6.84309 3.54646 6.84309 3.56649C6.84309 3.56649 6.86299 3.56649 6.86299 3.54646C6.86299 3.54646 6.86299 3.54646 6.88288 3.52642C6.88288 3.52642 6.90277 3.52642 6.90277 3.50638V3.52642C6.92267 3.52642 6.94256 3.50638 6.94256 3.50638C6.98234 3.50638 6.92267 3.46631 7.00224 3.46631H7.02213C7.02213 3.48635 7.02213 3.50638 7.02213 3.50638H7.04202H7.02213C7.00224 3.52642 7.00224 3.46631 6.98234 3.48635L6.96245 3.50638C6.96245 3.50638 6.96245 3.50638 6.98234 3.50638C6.98234 3.50638 6.96245 3.50638 6.96245 3.52642C6.96245 3.52642 6.96245 3.54646 6.98234 3.54646C6.98234 3.54646 7.00224 3.56649 7.00224 3.54646H6.98234C6.98234 3.54646 6.98234 3.56649 7.00224 3.54646C7.02213 3.54646 7.00224 3.52642 7.02213 3.52642C7.04202 3.52642 7.04202 3.52642 7.06192 3.52642C7.06192 3.52642 7.06192 3.50638 7.04202 3.48635V3.46631C7.06192 3.46631 7.06191 3.48635 7.08181 3.48635C7.12159 3.48635 7.08181 3.48635 7.1017 3.46631C7.12159 3.44627 7.14149 3.46631 7.14149 3.46631C7.14149 3.48635 7.14149 3.48635 7.14149 3.48635H7.12159H7.1017C7.1017 3.48635 7.08181 3.48635 7.08181 3.50638C7.08181 3.50638 7.08181 3.50638 7.1017 3.50638C7.1017 3.52642 7.12159 3.52642 7.12159 3.50638C7.12159 3.50638 7.1017 3.52642 7.12159 3.52642C7.12159 3.52642 7.12159 3.54646 7.14149 3.54646C7.14149 3.54646 7.14149 3.54646 7.14149 3.52642C7.14149 3.52642 7.14149 3.50638 7.16138 3.50638V3.52642C7.16138 3.52642 7.16138 3.54646 7.18127 3.52642C7.18127 3.50638 7.18127 3.50638 7.18127 3.50638C7.18127 3.50638 7.20117 3.50638 7.20117 3.48635C7.20117 3.48635 7.20117 3.48635 7.20117 3.46631C7.20117 3.46631 7.20117 3.46631 7.22106 3.46631C7.20117 3.46631 7.22106 3.46631 7.20117 3.44627C7.20117 3.44627 7.20117 3.44627 7.20117 3.42624C7.20117 3.42624 7.18127 3.44627 7.18127 3.42624C7.18127 3.42624 7.18127 3.42624 7.16138 3.42624C7.26084 3.52642 7.26084 3.50638 7.22106 3.50638Z' fill='%231D1D1B'/%3e%3cpath d='M6.78341 3.80693C6.78341 3.78689 6.78341 3.78689 6.78341 3.80693C6.78341 3.78689 6.78341 3.78689 6.78341 3.80693C6.8033 3.78689 6.8033 3.78689 6.78341 3.78689C6.78341 3.78689 6.78341 3.78689 6.76351 3.78689L6.78341 3.80693H6.76351C6.76351 3.80693 6.76351 3.80693 6.76351 3.82696C6.76351 3.82696 6.76351 3.82696 6.76351 3.847C6.76351 3.847 6.76351 3.86703 6.74362 3.847C6.76351 3.80693 6.76351 3.80693 6.78341 3.80693ZM6.8033 3.72678C6.8033 3.72678 6.78341 3.74682 6.78341 3.72678C6.78341 3.72678 6.78341 3.72678 6.78341 3.70674C6.78341 3.72678 6.8033 3.72678 6.8033 3.72678ZM6.82319 3.74682C6.82319 3.74682 6.84308 3.76685 6.86298 3.76685C6.84308 3.76685 6.84308 3.76685 6.84308 3.76685C6.82319 3.76685 6.82319 3.74682 6.82319 3.74682ZM7.34041 3.80693C7.34041 3.78689 7.32051 3.76685 7.24094 3.76685C7.16137 3.76685 6.98233 3.80693 6.98233 3.74682C6.98233 3.72678 7.02212 3.72678 7.06191 3.72678C7.06191 3.72678 7.06191 3.72678 7.0818 3.72678C7.18126 3.76685 7.30062 3.70674 7.38019 3.72678C7.30062 3.66667 7.24094 3.72678 7.16137 3.70674C7.20116 3.70674 7.22105 3.68671 7.22105 3.68671C7.18126 3.70674 7.12158 3.66667 7.0818 3.70674C7.02212 3.70674 6.98233 3.70674 6.98233 3.74682C6.98233 3.82696 7.20116 3.78689 7.26084 3.78689C7.32051 3.78689 7.34041 3.78689 7.34041 3.80693C7.34041 3.82696 7.28073 3.82696 7.24094 3.82696C7.18126 3.82696 7.00223 3.78689 6.90276 3.82696C6.90276 3.80693 6.92266 3.78689 6.92266 3.76685L6.94255 3.74682H6.92266V3.72678V3.70674L6.90276 3.68671C6.88287 3.68671 6.88287 3.68671 6.88287 3.68671H6.86298H6.84308H6.82319V3.70674L6.8033 3.72678C6.8033 3.72678 6.8033 3.72678 6.8033 3.74682C6.8033 3.76685 6.78341 3.78689 6.78341 3.78689L6.8033 3.80693C6.8033 3.82696 6.8033 3.82696 6.8033 3.847H6.78341C6.78341 3.847 6.76351 3.82696 6.74362 3.80693C6.72373 3.80693 6.72373 3.78689 6.72373 3.76685C6.72373 3.74682 6.72373 3.74682 6.72373 3.72678C6.72373 3.72678 6.72373 3.72678 6.72373 3.70674L6.70383 3.68671C6.70383 3.68671 6.70383 3.68671 6.70383 3.70674C6.70383 3.70674 6.70383 3.70674 6.70383 3.72678C6.70383 3.70674 6.70383 3.70674 6.68394 3.70674C6.68394 3.68671 6.66405 3.68671 6.66405 3.70674C6.66405 3.70674 6.66405 3.70674 6.66405 3.72678C6.66405 3.74682 6.66405 3.74682 6.68394 3.74682C6.66405 3.74682 6.66405 3.74682 6.66405 3.74682V3.76685V3.74682C6.66405 3.74682 6.66405 3.74682 6.68394 3.74682C6.66405 3.76685 6.66405 3.76685 6.68394 3.76685C6.68394 3.78689 6.64416 3.78689 6.64416 3.76685C6.62426 3.78689 6.66405 3.80693 6.68394 3.80693C6.68394 3.80693 6.68394 3.82696 6.70383 3.82696C6.70383 3.82696 6.72373 3.847 6.74362 3.847C6.76351 3.847 6.76351 3.86703 6.78341 3.86703C6.78341 3.88707 6.8033 3.90711 6.78341 3.90711C6.78341 3.90711 6.74362 3.90711 6.72373 3.90711C6.70383 3.90711 6.66405 3.92714 6.66405 3.90711V3.88707C6.66405 3.88707 6.66405 3.88707 6.64416 3.88707H6.62426H6.64416C6.64416 3.88707 6.64416 3.90711 6.66405 3.90711C6.66405 3.90711 6.66405 3.90711 6.64416 3.90711L6.62426 3.88707C6.60437 3.88707 6.60437 3.90711 6.60437 3.90711C6.60437 3.90711 6.60437 3.90711 6.62426 3.88707C6.62426 3.90711 6.62426 3.90711 6.66405 3.88707C6.66405 3.90711 6.64416 3.90711 6.66405 3.90711C6.66405 3.92714 6.68394 3.92714 6.68394 3.92714V3.90711C6.70383 3.90711 6.68394 3.88707 6.70383 3.88707C6.70383 3.88707 6.70383 3.90711 6.72373 3.90711C6.74362 3.90711 6.74362 3.88707 6.74362 3.88707C6.74362 3.88707 6.74362 3.88707 6.74362 3.90711C6.74362 3.90711 6.74362 3.90711 6.76351 3.90711V3.92714C6.76351 3.92714 6.78341 3.92714 6.78341 3.90711H6.8033V3.92714V3.94718C6.8033 3.90711 6.82319 3.92714 6.84308 3.90711C6.84308 3.90711 6.84308 3.90711 6.84308 3.92714C6.86298 3.92714 6.90276 3.88707 6.92266 3.88707C6.94255 3.88707 6.94255 3.88707 6.94255 3.88707C7.02212 3.88707 6.96244 3.82696 7.0818 3.847C7.0818 3.847 7.10169 3.847 7.10169 3.82696C7.10169 3.847 7.10169 3.86703 7.10169 3.86703C7.10169 3.86703 7.12158 3.86703 7.12158 3.88707H7.10169C7.0818 3.90711 7.0818 3.847 7.04201 3.86703C7.02212 3.86703 7.02212 3.88707 7.02212 3.88707C7.02212 3.88707 7.02212 3.88707 7.04201 3.88707C7.04201 3.88707 7.00223 3.88707 7.02212 3.90711C7.02212 3.90711 7.02212 3.92714 7.04201 3.92714L7.06191 3.94718H7.04201C7.04201 3.94718 7.06191 3.96722 7.06191 3.94718C7.0818 3.94718 7.06191 3.92714 7.0818 3.92714C7.10169 3.92714 7.12158 3.92714 7.12158 3.92714C7.12158 3.92714 7.12159 3.88707 7.10169 3.88707V3.86703C7.12159 3.86703 7.14148 3.88707 7.16137 3.88707C7.20116 3.88707 7.20116 3.88707 7.22105 3.86703C7.24094 3.847 7.26084 3.86703 7.26084 3.86703C7.26084 3.88707 7.26084 3.88707 7.26084 3.90711C7.26084 3.90711 7.24094 3.90711 7.22105 3.90711H7.20116C7.20116 3.90711 7.18126 3.90711 7.18126 3.92714C7.18126 3.92714 7.18126 3.92714 7.20116 3.92714C7.20116 3.94718 7.22105 3.94718 7.22105 3.92714C7.22105 3.92714 7.20116 3.94718 7.22105 3.94718C7.22105 3.94718 7.22105 3.96722 7.24094 3.96722C7.24094 3.96722 7.24094 3.96722 7.24094 3.94718C7.24094 3.94718 7.24094 3.92714 7.26084 3.92714V3.94718C7.26084 3.94718 7.28073 3.96722 7.28073 3.94718C7.28073 3.92714 7.26084 3.92714 7.26084 3.92714C7.26084 3.92714 7.28073 3.92714 7.28073 3.90711V3.88707H7.30062C7.28073 3.88707 7.28073 3.86703 7.28073 3.86703C7.28073 3.86703 7.28073 3.86703 7.28073 3.847C7.28073 3.847 7.26084 3.86703 7.26084 3.847C7.26084 3.847 7.26084 3.82696 7.24094 3.847C7.22105 3.847 7.20116 3.847 7.16137 3.847C7.26084 3.86703 7.34041 3.847 7.34041 3.80693Z' fill='%231D1D1B'/%3e%3cpath d='M6.68403 4.16755C6.68403 4.14752 6.68403 4.14752 6.68403 4.16755C6.70392 4.14752 6.70392 4.14752 6.68403 4.16755C6.70392 4.14752 6.70392 4.14752 6.68403 4.14752C6.68403 4.14752 6.68403 4.14752 6.66413 4.14752L6.68403 4.16755H6.66413C6.66413 4.16755 6.66413 4.16755 6.66413 4.18759C6.66413 4.18759 6.66413 4.18759 6.66413 4.20763C6.70392 4.18759 6.70392 4.18759 6.68403 4.16755ZM6.70392 4.10745C6.68403 4.10745 6.68403 4.10745 6.68403 4.08741L6.70392 4.10745ZM6.72381 4.10745C6.72381 4.10745 6.74371 4.10745 6.7636 4.12748C6.74371 4.12748 6.74371 4.12748 6.72381 4.10745C6.72381 4.12748 6.72381 4.12748 6.72381 4.10745ZM7.30071 4.16755C7.30071 4.14752 7.28081 4.12748 7.20124 4.12748C7.12167 4.12748 6.88296 4.14752 6.88296 4.10745C6.88296 4.08741 6.96253 4.08741 7.02221 4.08741C7.02221 4.08741 7.02221 4.08741 7.0421 4.10745C7.14156 4.12748 7.24103 4.06737 7.3206 4.08741C7.26092 4.0273 7.20124 4.08741 7.12167 4.06737C7.16146 4.06737 7.22113 4.06737 7.22113 4.04734C7.18135 4.06737 7.08188 4.0273 7.0421 4.06737C6.96253 4.06737 6.88296 4.04734 6.88296 4.10745C6.88296 4.18759 7.16146 4.14752 7.22113 4.14752C7.28081 4.14752 7.30071 4.14752 7.30071 4.16755C7.30071 4.18759 7.24103 4.18759 7.20124 4.18759C7.14156 4.18759 6.88296 4.14752 6.78349 4.18759C6.78349 4.16755 6.80338 4.14752 6.80338 4.12748L6.82328 4.10745H6.80338C6.80338 4.10745 6.80338 4.10745 6.80338 4.08741V4.06737C6.80338 4.06737 6.78349 4.06737 6.78349 4.04734C6.7636 4.04734 6.7636 4.04734 6.7636 4.04734H6.74371H6.72381H6.70392V4.06737L6.68403 4.08741C6.68403 4.08741 6.68403 4.08741 6.68403 4.10745C6.68403 4.12748 6.66413 4.14752 6.66413 4.14752V4.16755H6.64424C6.64424 4.16755 6.64424 4.16755 6.62435 4.16755C6.60446 4.16755 6.60445 4.14752 6.58456 4.12748C6.56467 4.12748 6.56467 4.10745 6.56467 4.08741C6.56467 4.06737 6.56467 4.06737 6.56467 4.04734C6.56467 4.04734 6.56467 4.04734 6.56467 4.0273L6.54478 4.00726C6.54478 4.00726 6.54478 4.00726 6.54478 4.0273C6.54478 4.0273 6.54478 4.0273 6.54478 4.04734C6.54478 4.0273 6.54478 4.0273 6.52488 4.0273C6.52488 4.0273 6.50499 4.00726 6.50499 4.0273C6.50499 4.0273 6.50499 4.0273 6.50499 4.04734C6.50499 4.06737 6.50499 4.06737 6.52488 4.06737C6.50499 4.06737 6.50499 4.06737 6.50499 4.06737V4.08741C6.50499 4.08741 6.50499 4.08741 6.50499 4.06737C6.4851 4.08741 6.50499 4.08741 6.50499 4.08741C6.50499 4.10745 6.4851 4.10745 6.4851 4.08741C6.4652 4.10745 6.50499 4.12748 6.52488 4.12748C6.52488 4.12748 6.52488 4.14752 6.54478 4.14752C6.54478 4.14752 6.56467 4.16755 6.60446 4.18759H6.62435C6.62435 4.20763 6.64424 4.22766 6.62435 4.22766H6.56467C6.54478 4.22766 6.50499 4.2477 6.50499 4.22766C6.50499 4.22766 6.50499 4.22766 6.50499 4.20763C6.50499 4.20763 6.50499 4.20763 6.4851 4.20763H6.46521C6.46521 4.20763 6.4652 4.20763 6.4851 4.20763C6.4851 4.20763 6.4851 4.22766 6.50499 4.22766C6.50499 4.22766 6.50499 4.22766 6.4851 4.22766L6.46521 4.20763L6.44531 4.22766C6.44531 4.22766 6.44531 4.22766 6.46521 4.20763C6.46521 4.22766 6.46521 4.22766 6.50499 4.20763C6.50499 4.20763 6.4851 4.22766 6.50499 4.22766C6.50499 4.2477 6.52488 4.2477 6.52488 4.2477V4.22766C6.54478 4.22766 6.52488 4.20763 6.54478 4.20763C6.54478 4.20763 6.54478 4.22766 6.56467 4.22766C6.58456 4.22766 6.58456 4.20763 6.58456 4.20763C6.58456 4.20763 6.58456 4.20763 6.58456 4.22766V4.2477C6.58456 4.2477 6.60446 4.2477 6.60446 4.22766H6.62435V4.2477V4.26774C6.62435 4.22766 6.66413 4.2477 6.68403 4.22766C6.68403 4.22766 6.68403 4.22766 6.68403 4.2477C6.68403 4.2477 6.70392 4.2477 6.70392 4.22766L6.74371 4.20763C6.74371 4.20763 6.74371 4.20763 6.74371 4.18759C6.74371 4.18759 6.74371 4.18759 6.7636 4.18759C6.78349 4.18759 6.78349 4.16755 6.78349 4.16755C6.90285 4.18759 6.84317 4.10745 6.98242 4.12748H7.00231C7.00231 4.14752 7.00231 4.16755 7.00231 4.16755C7.00231 4.16755 7.02221 4.16755 7.02221 4.18759H7.00231C6.98242 4.20763 6.98242 4.14752 6.96253 4.16755L6.94263 4.18759C6.94263 4.18759 6.94263 4.18759 6.96253 4.18759C6.96253 4.18759 6.92274 4.18759 6.94263 4.20763C6.94263 4.20763 6.94263 4.22766 6.96253 4.22766C6.96253 4.22766 6.98242 4.2477 6.98242 4.22766H6.96253C6.96253 4.22766 6.96253 4.2477 6.98242 4.22766C7.00231 4.22766 6.98242 4.20763 7.00231 4.20763C7.02221 4.20763 7.0421 4.20763 7.0421 4.20763C7.0421 4.20763 7.0421 4.18759 7.02221 4.16755V4.14752C7.0421 4.14752 7.0421 4.16755 7.06199 4.16755C7.10178 4.16755 7.10178 4.16755 7.12167 4.14752C7.14156 4.12748 7.16146 4.14752 7.16146 4.14752C7.16146 4.16755 7.16146 4.16755 7.16146 4.16755H7.14156H7.12167C7.12167 4.16755 7.10178 4.16755 7.10178 4.18759C7.10178 4.18759 7.10178 4.18759 7.12167 4.18759C7.12167 4.20763 7.14156 4.20763 7.14156 4.18759C7.14156 4.18759 7.12167 4.20763 7.14156 4.20763C7.14156 4.20763 7.14156 4.22766 7.16146 4.22766C7.16146 4.22766 7.16146 4.22766 7.16146 4.20763C7.16146 4.20763 7.16146 4.18759 7.18135 4.18759V4.20763C7.18135 4.20763 7.20124 4.22766 7.20124 4.20763C7.20124 4.18759 7.18135 4.18759 7.18135 4.18759C7.18135 4.18759 7.20124 4.18759 7.20124 4.16755C7.20124 4.16755 7.20124 4.16755 7.20124 4.14752H7.22113C7.20124 4.14752 7.22113 4.12748 7.20124 4.12748C7.20124 4.12748 7.20124 4.12748 7.20124 4.10745C7.20124 4.10745 7.18135 4.12748 7.18135 4.10745C7.18135 4.10745 7.18135 4.08741 7.16146 4.10745C7.14156 4.10745 7.12167 4.10745 7.08188 4.10745C7.22113 4.20763 7.30071 4.20763 7.30071 4.16755Z' fill='%231D1D1B'/%3e%3cpath d='M7.798 4.6885C7.798 4.66846 7.798 4.66846 7.798 4.6885C7.798 4.66846 7.798 4.66846 7.798 4.6885C7.81789 4.66846 7.81789 4.66846 7.798 4.66846L7.81789 4.6885H7.798C7.798 4.6885 7.798 4.6885 7.798 4.70854C7.798 4.70854 7.798 4.70854 7.798 4.72857C7.81789 4.6885 7.798 4.70854 7.798 4.6885C7.77811 4.6885 7.77811 4.6885 7.798 4.6885ZM7.81789 4.60835C7.81789 4.62839 7.798 4.62839 7.81789 4.60835C7.798 4.60835 7.798 4.60835 7.798 4.58832C7.798 4.60835 7.81789 4.60835 7.81789 4.60835ZM7.83779 4.62839C7.83779 4.62839 7.85768 4.62839 7.87757 4.64843C7.85768 4.64843 7.85768 4.64843 7.85768 4.64843C7.83778 4.64843 7.83779 4.62839 7.83779 4.62839ZM8.39478 4.76865C8.39478 4.76865 8.41468 4.74861 8.39478 4.74861C8.39478 4.74861 8.37489 4.76865 8.37489 4.74861C8.37489 4.74861 8.37489 4.72857 8.355 4.74861C8.3351 4.74861 8.31521 4.74861 8.25553 4.74861C8.29532 4.74861 8.37489 4.74861 8.37489 4.70854C8.37489 4.6885 8.355 4.66846 8.27543 4.66846C8.19585 4.66846 7.95714 4.6885 7.95714 4.64843C7.95714 4.62839 8.03671 4.62839 8.09639 4.62839C8.09639 4.62839 8.09639 4.62839 8.11628 4.64843C8.21575 4.66846 8.3351 4.60835 8.39478 4.62839C8.31521 4.60835 8.27543 4.64843 8.19586 4.62839C8.23564 4.62839 8.29532 4.62839 8.29532 4.60835C8.25553 4.62839 8.15607 4.58832 8.11628 4.62839C8.03671 4.62839 7.95714 4.62839 7.95714 4.66846C7.95714 4.74861 8.23564 4.70854 8.29532 4.70854C8.355 4.70854 8.37489 4.70854 8.37489 4.72857C8.37489 4.74861 8.31521 4.74861 8.27543 4.74861C8.21575 4.74861 7.95714 4.70854 7.85768 4.74861C7.85768 4.72857 7.89746 4.70854 7.87757 4.6885L7.89746 4.66846H7.87757C7.87757 4.66846 7.87757 4.66846 7.87757 4.64843V4.62839L7.85768 4.60835C7.83778 4.60835 7.83779 4.60835 7.83779 4.60835H7.81789H7.798H7.77811V4.62839L7.75821 4.64843C7.75821 4.64843 7.75821 4.64843 7.75821 4.66846C7.75821 4.6885 7.73832 4.70854 7.73832 4.70854C7.73832 4.70854 7.73832 4.72857 7.75821 4.72857V4.74861H7.73832H7.71843C7.71843 4.74861 7.71843 4.74861 7.69854 4.74861C7.67864 4.74861 7.67864 4.72857 7.65875 4.70854C7.63886 4.70854 7.63886 4.6885 7.63886 4.66846C7.63886 4.64843 7.63886 4.64843 7.63886 4.62839C7.63886 4.62839 7.63886 4.62839 7.63886 4.60835L7.61896 4.58832C7.61896 4.58832 7.61896 4.58832 7.61896 4.60835C7.61896 4.60835 7.61896 4.60835 7.61896 4.62839C7.61896 4.62839 7.61896 4.60835 7.59907 4.60835C7.59907 4.60835 7.57918 4.58832 7.57918 4.60835C7.57918 4.62839 7.57918 4.62839 7.59907 4.62839C7.57918 4.62839 7.57918 4.62839 7.57918 4.62839V4.64843C7.57918 4.64843 7.57918 4.64843 7.57918 4.62839C7.57918 4.62839 7.57918 4.62839 7.59907 4.62839C7.57918 4.64843 7.57918 4.64843 7.59907 4.64843C7.59907 4.66846 7.55929 4.66846 7.57918 4.64843C7.55929 4.66846 7.59907 4.6885 7.61896 4.6885C7.61896 4.6885 7.61896 4.70854 7.63886 4.70854C7.63886 4.70854 7.65875 4.74861 7.69854 4.74861C7.69854 4.74861 7.71843 4.74861 7.71843 4.72857C7.71843 4.72857 7.71843 4.74861 7.73832 4.74861C7.73832 4.76865 7.75821 4.78868 7.75821 4.78868H7.71843C7.69854 4.78868 7.65875 4.80872 7.65875 4.78868V4.76865C7.65875 4.76865 7.65875 4.76865 7.63886 4.76865H7.61896C7.61896 4.76865 7.61896 4.76865 7.63886 4.76865C7.63886 4.76865 7.63886 4.78868 7.65875 4.78868C7.65875 4.78868 7.65875 4.78868 7.63886 4.78868L7.61896 4.76865C7.59907 4.76865 7.59907 4.78868 7.59907 4.78868C7.59907 4.78868 7.59907 4.78868 7.61896 4.76865C7.61896 4.78868 7.61896 4.78868 7.65875 4.76865C7.65875 4.78868 7.63886 4.78868 7.65875 4.78868C7.65875 4.80872 7.67864 4.80872 7.67864 4.80872V4.78868C7.69854 4.78868 7.67864 4.76865 7.69854 4.76865C7.69854 4.76865 7.69854 4.78868 7.71843 4.78868C7.73832 4.78868 7.73832 4.76865 7.73832 4.76865C7.73832 4.76865 7.73832 4.76865 7.73832 4.78868C7.73832 4.78868 7.73832 4.78868 7.75821 4.78868V4.80872C7.75821 4.80872 7.77811 4.80872 7.77811 4.78868H7.798V4.80872V4.82875C7.798 4.78868 7.81789 4.80872 7.83779 4.78868C7.83779 4.78868 7.83779 4.78868 7.83779 4.80872L7.87757 4.78868H7.89746C7.91736 4.78868 7.91736 4.76865 7.91736 4.76865C8.03671 4.78868 7.97703 4.70854 8.11628 4.72857C8.11628 4.72857 8.13618 4.72857 8.13618 4.70854C8.13618 4.72857 8.13618 4.74861 8.13618 4.74861C8.13618 4.74861 8.15607 4.74861 8.15607 4.76865H8.13618C8.11628 4.78868 8.11628 4.72857 8.09639 4.74861C8.0765 4.74861 8.0765 4.76865 8.0765 4.76865C8.0765 4.76865 8.0765 4.76865 8.09639 4.76865C8.09639 4.76865 8.05661 4.76865 8.0765 4.78868C8.0765 4.78868 8.0765 4.80872 8.09639 4.80872C8.09639 4.80872 8.11628 4.82875 8.11628 4.80872H8.09639C8.09639 4.80872 8.11628 4.82875 8.11628 4.80872C8.13618 4.80872 8.11628 4.78868 8.13618 4.78868C8.13618 4.78868 8.13618 4.78868 8.15607 4.78868C8.17596 4.78868 8.19586 4.78868 8.19586 4.78868C8.19586 4.78868 8.19585 4.76865 8.17596 4.74861V4.72857C8.19585 4.72857 8.19585 4.74861 8.21575 4.74861C8.25553 4.74861 8.25553 4.74861 8.27543 4.72857C8.29532 4.70854 8.31521 4.72857 8.31521 4.72857C8.31521 4.74861 8.31521 4.74861 8.31521 4.74861H8.29532H8.27543C8.27543 4.74861 8.25553 4.74861 8.25553 4.76865C8.25553 4.76865 8.25553 4.76865 8.27543 4.76865C8.27543 4.78868 8.29532 4.78868 8.29532 4.76865L8.27543 4.78868C8.27543 4.78868 8.27543 4.80872 8.29532 4.80872C8.29532 4.80872 8.29532 4.80872 8.29532 4.78868C8.29532 4.78868 8.29532 4.76865 8.31521 4.76865V4.78868C8.31521 4.78868 8.31521 4.80872 8.3351 4.78868C8.3351 4.76865 8.3351 4.76865 8.3351 4.76865C8.3351 4.76865 8.355 4.76865 8.355 4.74861C8.355 4.74861 8.355 4.74861 8.355 4.72857C8.39478 4.78868 8.39478 4.80872 8.39478 4.76865C8.39478 4.78868 8.39478 4.78868 8.39478 4.76865Z' fill='%231D1D1B'/%3e%3cpath d='M7.8377 4.98907C7.8377 4.98907 7.8178 4.98907 7.8377 4.98907C7.8377 4.96903 7.8377 4.98907 7.8377 4.98907ZM7.8178 5.00911C7.79791 5.00911 7.79791 5.00911 7.79791 5.00911C7.79791 5.00911 7.79791 5.00911 7.8178 5.00911C7.79791 5.02914 7.79791 5.02914 7.79791 5.02914C7.79791 5.02914 7.79791 5.04918 7.77802 5.02914V5.00911C7.77802 5.00911 7.77802 5.00911 7.77802 4.98907L7.8178 5.00911C7.8178 4.98907 7.8178 4.98907 7.8178 5.00911ZM7.8178 4.96903C7.79791 4.96903 7.79791 4.96903 7.8178 4.96903C7.79791 4.96903 7.79791 4.96903 7.79791 4.949C7.79791 4.949 7.79791 4.96903 7.8178 4.96903ZM8.05652 4.96903C8.17587 5.00911 8.27534 4.92896 8.33502 4.949C8.25545 4.92896 8.21566 4.96903 8.13609 4.949C8.17587 4.949 8.21566 4.949 8.21566 4.92896C8.17587 4.949 8.0963 4.90893 8.05652 4.949C8.05652 4.949 8.05652 4.949 8.05652 4.96903C8.01673 4.949 7.95705 4.949 7.95705 4.98907C7.95705 5.06922 8.15598 5.02914 8.21566 5.02914C8.27534 5.02914 8.27534 5.02914 8.27534 5.04918C8.27534 5.06922 8.19577 5.06922 8.17587 5.06922C8.1162 5.06922 7.95705 5.04918 7.85759 5.06922C7.85759 5.04918 7.87748 5.02914 7.87748 5.02914L7.89737 5.00911H7.87748C7.87748 5.00911 7.87748 5.00911 7.87748 4.98907V4.96903C7.87748 4.96903 7.85759 4.96903 7.85759 4.949C7.8377 4.949 7.8377 4.949 7.8377 4.949H7.8178H7.79791H7.77802V4.96903L7.75812 4.98907C7.75812 5.00911 7.73823 5.00911 7.73823 5.00911V5.02914C7.71834 5.02914 7.71834 5.02914 7.69845 5.00911C7.67855 5.00911 7.67855 4.98907 7.67855 4.96903C7.67855 4.949 7.67855 4.949 7.67855 4.92896C7.67855 4.92896 7.67855 4.92896 7.67855 4.90893L7.65866 4.88889C7.65866 4.88889 7.65866 4.88889 7.65866 4.90893C7.65866 4.90893 7.65866 4.90893 7.65866 4.92896C7.65866 4.92896 7.65866 4.90893 7.63877 4.90893C7.63877 4.90893 7.61887 4.88889 7.61887 4.90893C7.61887 4.90893 7.61887 4.92896 7.63877 4.92896C7.61887 4.92896 7.61887 4.92896 7.61887 4.92896V4.949C7.61887 4.949 7.61887 4.949 7.61887 4.92896C7.59898 4.949 7.61887 4.949 7.61887 4.949C7.61887 4.96903 7.59898 4.96903 7.59898 4.949C7.57909 4.96903 7.61887 4.98907 7.63877 4.98907V5.00911C7.63877 5.00911 7.63877 5.00911 7.65866 5.00911H7.67855C7.67855 5.02914 7.67855 5.04918 7.67855 5.04918H7.63877C7.61887 5.04918 7.59898 5.06922 7.57909 5.04918V5.02914C7.57909 5.02914 7.57909 5.02914 7.5592 5.02914H7.5393C7.5393 5.02914 7.5393 5.02914 7.5592 5.02914C7.5592 5.02914 7.55919 5.04918 7.57909 5.04918C7.57909 5.04918 7.57909 5.04918 7.5592 5.04918C7.5592 5.04918 7.5592 5.02914 7.5393 5.02914L7.51941 5.04918C7.51941 5.04918 7.51941 5.04918 7.5393 5.04918C7.5393 5.06922 7.5393 5.06922 7.5592 5.04918C7.5592 5.04918 7.5393 5.06922 7.5592 5.06922C7.5592 5.08925 7.57909 5.08925 7.57909 5.08925C7.57909 5.08925 7.57909 5.08925 7.57909 5.06922C7.59898 5.06922 7.57909 5.04918 7.59898 5.04918C7.59898 5.04918 7.59898 5.06922 7.61887 5.06922C7.63877 5.06922 7.63877 5.04918 7.63877 5.04918C7.63877 5.04918 7.63877 5.04918 7.63877 5.06922V5.08925C7.63877 5.08925 7.65866 5.08925 7.65866 5.06922H7.67855V5.08925V5.10929C7.67855 5.06922 7.69845 5.08925 7.71834 5.06922C7.71834 5.06922 7.71834 5.06922 7.71834 5.08925C7.73823 5.10929 7.75812 5.06922 7.77802 5.04918C7.79791 5.04918 7.79791 5.02914 7.79791 5.02914C7.85759 5.02914 7.8178 4.96903 7.91727 4.98907C7.91727 4.98907 7.93716 4.98907 7.93716 4.96903C7.93716 4.98907 7.93716 5.00911 7.93716 5.00911C7.93716 5.00911 7.95705 5.00911 7.95705 5.02914H7.93716C7.91727 5.04918 7.91727 4.98907 7.89737 5.00911L7.87748 5.02914C7.87748 5.02914 7.87748 5.02914 7.89737 5.02914C7.89737 5.02914 7.87748 5.02914 7.87748 5.04918C7.87748 5.04918 7.87748 5.06922 7.89737 5.06922C7.89737 5.06922 7.91727 5.08925 7.91727 5.06922H7.89737C7.89737 5.06922 7.89737 5.08925 7.91727 5.06922C7.93716 5.06922 7.91727 5.04918 7.93716 5.04918C7.95705 5.04918 7.97695 5.04918 7.97695 5.04918C7.97695 5.04918 7.97695 5.02914 7.95705 5.00911V4.98907C7.97695 4.98907 7.97695 5.00911 7.99684 5.00911C8.03662 5.00911 8.03662 5.00911 8.05652 4.98907C8.07641 4.96903 8.0963 4.98907 8.0963 4.98907C8.0963 5.00911 8.0963 5.00911 8.0963 5.00911H8.07641H8.05652L8.03662 5.02914H8.05652C8.05652 5.04918 8.05652 5.04918 8.07641 5.02914L8.05652 5.04918V5.06922C8.05652 5.06922 8.05652 5.06922 8.05652 5.04918C8.05652 5.04918 8.05652 5.02914 8.07641 5.02914V5.04918C8.07641 5.04918 8.07641 5.06922 8.0963 5.04918C8.0963 5.02914 8.0963 5.02914 8.0963 5.02914C8.0963 5.02914 8.1162 5.02914 8.1162 5.00911C8.1162 5.00911 8.1162 5.00911 8.1162 4.98907C8.1162 4.98907 8.1162 4.98907 8.13609 4.98907C8.1162 4.98907 8.13609 4.96903 8.13609 4.96903C8.13609 4.96903 8.15598 4.96903 8.15598 4.949C8.15598 4.949 8.13609 4.96903 8.13609 4.949C8.13609 4.949 8.13609 4.949 8.1162 4.949C8.0963 4.949 8.05652 4.949 8.01673 4.949C8.05652 4.949 8.13609 4.949 8.13609 4.90893C8.13609 4.88889 8.13609 4.86885 8.05652 4.86885C7.97695 4.86885 7.8178 4.88889 7.8178 4.84882C7.97695 4.96903 8.01673 4.96903 8.05652 4.96903Z' fill='%231D1D1B'/%3e%3cpath d='M7.75811 5.36976C7.75811 5.36976 7.75811 5.34973 7.75811 5.36976C7.778 5.34973 7.778 5.34973 7.75811 5.34973L7.778 5.36976H7.75811C7.75811 5.36976 7.75811 5.36976 7.75811 5.3898C7.75811 5.3898 7.75811 5.3898 7.75811 5.40984C7.778 5.3898 7.75811 5.3898 7.75811 5.36976C7.73822 5.36976 7.73822 5.3898 7.75811 5.36976ZM7.778 5.30965C7.778 5.30965 7.75811 5.32969 7.778 5.30965C7.75811 5.30965 7.75811 5.30965 7.75811 5.28962C7.75811 5.30965 7.778 5.30965 7.778 5.30965ZM7.7979 5.32969C7.7979 5.32969 7.81779 5.32969 7.81779 5.34973C7.7979 5.32969 7.81779 5.34973 7.7979 5.32969ZM7.97693 5.30965C7.97693 5.30965 7.97693 5.32969 7.97693 5.30965C8.09629 5.34973 8.19575 5.26958 8.25543 5.28962C8.17586 5.26958 8.13607 5.30965 8.0565 5.28962C8.09629 5.28962 8.13607 5.28962 8.13607 5.26958C8.09629 5.28962 8.01672 5.24955 7.97693 5.26958C7.97693 5.28962 7.97693 5.28962 7.97693 5.30965C7.95704 5.30965 7.91725 5.30965 7.91725 5.32969C7.91725 5.3898 8.15597 5.34973 8.15597 5.36976C8.15597 5.3898 8.11618 5.40984 8.03661 5.40984C7.99682 5.40984 7.89736 5.36976 7.7979 5.40984C7.7979 5.3898 7.81779 5.36976 7.81779 5.34973L7.83768 5.32969H7.81779C7.81779 5.32969 7.81779 5.32969 7.81779 5.30965V5.28962C7.81779 5.28962 7.7979 5.28962 7.7979 5.26958C7.778 5.26958 7.778 5.26958 7.778 5.26958H7.75811H7.73822C7.73822 5.26958 7.73822 5.26958 7.71832 5.26958V5.28962L7.69843 5.30965C7.69843 5.32969 7.67854 5.32969 7.67854 5.32969C7.67854 5.34973 7.67854 5.36976 7.67854 5.3898C7.65865 5.36976 7.63875 5.32969 7.61886 5.32969C7.59897 5.32969 7.59897 5.30965 7.59897 5.30965C7.59897 5.28962 7.59897 5.28962 7.59897 5.26958C7.59897 5.26958 7.59897 5.26958 7.59897 5.24955L7.57907 5.22951C7.57907 5.22951 7.57907 5.22951 7.57907 5.24955C7.57907 5.24955 7.57907 5.24955 7.57907 5.26958C7.57907 5.26958 7.57907 5.24955 7.55918 5.24955C7.55918 5.24955 7.55918 5.22951 7.53929 5.24955C7.53929 5.24955 7.53929 5.26958 7.55918 5.26958C7.53929 5.26958 7.53929 5.26958 7.53929 5.26958V5.28962C7.5194 5.30965 7.53929 5.30965 7.53929 5.30965C7.53929 5.32969 7.5194 5.32969 7.5194 5.30965C7.4995 5.32969 7.53929 5.34973 7.55918 5.32969V5.34973C7.55918 5.34973 7.55918 5.3898 7.57907 5.3898C7.57907 5.40984 7.59897 5.40984 7.61886 5.40984C7.61886 5.42987 7.63875 5.42987 7.61886 5.42987H7.57907C7.57907 5.42987 7.55918 5.42987 7.53929 5.44991H7.5194C7.5194 5.44991 7.5194 5.44991 7.5194 5.42987C7.5194 5.42987 7.5194 5.42987 7.4995 5.42987H7.47961C7.47961 5.42987 7.47961 5.42987 7.4995 5.42987C7.4995 5.42987 7.4995 5.44991 7.5194 5.44991C7.5194 5.44991 7.5194 5.44991 7.4995 5.44991C7.4995 5.44991 7.4995 5.42987 7.47961 5.44991L7.45972 5.46995C7.45972 5.46995 7.45972 5.46995 7.47961 5.46995C7.47961 5.48998 7.47961 5.48998 7.4995 5.46995C7.4995 5.46995 7.47961 5.48998 7.4995 5.48998C7.4995 5.51002 7.5194 5.51002 7.5194 5.51002C7.5194 5.51002 7.5194 5.51002 7.5194 5.48998C7.5194 5.48998 7.5194 5.46995 7.53929 5.46995C7.53929 5.46995 7.53929 5.48998 7.55918 5.48998C7.57907 5.48998 7.57907 5.46995 7.57907 5.46995C7.57907 5.46995 7.57907 5.46995 7.57907 5.48998V5.51002C7.57907 5.51002 7.59897 5.51002 7.59897 5.48998H7.61886C7.61886 5.48998 7.61886 5.48998 7.61886 5.51002V5.53006C7.61886 5.48998 7.63875 5.51002 7.65865 5.48998C7.65865 5.48998 7.67854 5.48998 7.67854 5.46995C7.67854 5.46995 7.69843 5.44991 7.69843 5.40984C7.71832 5.40984 7.73822 5.3898 7.75811 5.3898C7.75811 5.3898 7.75811 5.40984 7.75811 5.42987C7.75811 5.44991 7.778 5.44991 7.778 5.46995H7.75811C7.73822 5.48998 7.73822 5.42987 7.71832 5.44991L7.69843 5.46995C7.69843 5.46995 7.69843 5.46995 7.71832 5.46995C7.71832 5.46995 7.69843 5.46995 7.69843 5.48998C7.69843 5.48998 7.69843 5.51002 7.71832 5.51002C7.71832 5.51002 7.73822 5.53006 7.73822 5.51002H7.71832C7.71832 5.51002 7.71832 5.51002 7.73822 5.51002C7.75811 5.51002 7.73822 5.48998 7.75811 5.48998C7.778 5.48998 7.778 5.48998 7.778 5.48998C7.778 5.48998 7.778 5.46995 7.75811 5.44991C7.75811 5.44991 7.778 5.3898 7.73822 5.36976C7.75811 5.36976 7.81779 5.3898 7.81779 5.36976C7.83768 5.36976 7.85757 5.3898 7.85757 5.3898C7.83768 5.3898 7.83768 5.40984 7.83768 5.40984C7.83768 5.40984 7.83768 5.3898 7.81779 5.3898H7.7979H7.778C7.778 5.3898 7.778 5.3898 7.7979 5.3898H7.778V5.40984C7.778 5.40984 7.778 5.40984 7.7979 5.40984H7.81779C7.81779 5.40984 7.7979 5.40984 7.7979 5.42987V5.44991C7.7979 5.44991 7.7979 5.44991 7.7979 5.42987C7.81779 5.42987 7.7979 5.40984 7.81779 5.40984H7.83768C7.83768 5.40984 7.83768 5.40984 7.83768 5.3898C7.83768 5.3898 7.83768 5.3898 7.85757 5.3898V5.36976H7.87747C7.87747 5.36976 7.85757 5.36976 7.85757 5.34973C7.87747 5.34973 7.87747 5.32969 7.87747 5.32969C7.85757 5.30965 7.83768 5.30965 7.83768 5.28962C7.85757 5.28962 7.85757 5.28962 7.85757 5.28962C7.93715 5.28962 7.99682 5.26958 7.99682 5.24955C7.99682 5.18944 7.75811 5.24955 7.75811 5.20947C7.93715 5.32969 7.95704 5.30965 7.97693 5.30965Z' fill='%231D1D1B'/%3e%3cpath d='M3.99839 1.02184C3.99839 0.981767 3.97849 0.961731 3.93871 0.961731C3.89892 0.961731 3.87903 0.981767 3.87903 1.02184C3.87903 1.06191 3.89892 1.08195 3.93871 1.08195C3.97849 1.08195 3.99839 1.04188 3.99839 1.02184Z' fill='%231D1D1B'/%3e%3cpath d='M3.97849 0.861562C3.97849 0.821489 3.9586 0.801453 3.91881 0.801453C3.87902 0.801453 3.85913 0.821489 3.85913 0.861562C3.85913 0.901635 3.87902 0.921671 3.91881 0.921671C3.9586 0.921671 3.97849 0.881598 3.97849 0.861562Z' fill='%231D1D1B'/%3e%3cpath d='M4.0183 0.781412C4.05808 0.781412 4.07798 0.761376 4.07798 0.721303C4.07798 0.68123 4.05808 0.661194 4.0183 0.661194C3.97851 0.661194 3.95862 0.68123 3.95862 0.721303C3.95862 0.761376 3.97851 0.781412 4.0183 0.781412Z' fill='%231D1D1B'/%3e%3cpath d='M4.17748 0.781412C4.21726 0.781412 4.23715 0.761376 4.23715 0.721303C4.23715 0.68123 4.21726 0.661194 4.17748 0.661194C4.13769 0.661194 4.1178 0.68123 4.1178 0.721303C4.1178 0.74134 4.13769 0.781412 4.17748 0.781412Z' fill='%231D1D1B'/%3e%3cpath d='M4.85379 0.661213C4.87368 0.68125 4.91347 0.68125 4.93336 0.661213C4.95325 0.641177 4.95325 0.601104 4.93336 0.581067C4.91347 0.561031 4.87368 0.561031 4.85379 0.581067C4.83389 0.601104 4.83389 0.641177 4.85379 0.661213Z' fill='%231D1D1B'/%3e%3cpath d='M4.83387 0.540974C4.85376 0.520937 4.85376 0.480865 4.83387 0.460828C4.81398 0.440792 4.77419 0.440792 4.7543 0.460828C4.73441 0.480865 4.73441 0.520937 4.7543 0.540974C4.77419 0.56101 4.81398 0.56101 4.83387 0.540974Z' fill='%231D1D1B'/%3e%3cpath d='M4.67481 0.500935C4.69471 0.480898 4.69471 0.440825 4.67481 0.420789C4.65492 0.400753 4.61513 0.400753 4.59524 0.420789C4.57535 0.440825 4.57535 0.480898 4.59524 0.500935C4.61513 0.541008 4.65492 0.541008 4.67481 0.500935Z' fill='%231D1D1B'/%3e%3cpath d='M4.53553 0.601093C4.55542 0.581057 4.55542 0.540984 4.53553 0.520948C4.51564 0.500911 4.47585 0.500911 4.45596 0.520948C4.43607 0.540984 4.43607 0.581057 4.45596 0.601093C4.47585 0.641166 4.51564 0.641166 4.53553 0.601093Z' fill='%231D1D1B'/%3e%3cpath d='M4.15759 0.520931L4.19738 0.621113L4.25706 0.540968C4.25706 0.581041 4.25706 0.64115 4.25706 0.661186C4.25706 0.701259 4.29684 0.741332 4.33663 0.741332C4.37641 0.741332 4.4162 0.701259 4.4162 0.661186C4.4162 0.64115 4.39631 0.601077 4.37641 0.601077C4.37641 0.601077 4.33663 0.581041 4.31674 0.540968H4.4162L4.37641 0.440786L4.29684 0.500895V0.380676L4.19738 0.420749L4.25706 0.500895L4.15759 0.520931Z' fill='%231D1D1B'/%3e%3cpath d='M4.85379 0.72133C4.87368 0.761403 4.89357 0.78144 4.89357 0.801476C4.87368 0.801476 4.85379 0.78144 4.8339 0.741367L4.85379 0.881622C4.87368 0.861585 4.87368 0.841549 4.89357 0.841549C4.89357 0.941731 4.85379 0.961768 4.814 0.981804C4.77422 0.981804 4.75432 0.961768 4.73443 0.941731C4.73443 0.901658 4.75432 0.881622 4.79411 0.921695C4.79411 0.841549 4.73443 0.841549 4.69465 0.881622C4.73443 0.801476 4.71454 0.741367 4.63497 0.701294C4.59518 0.78144 4.61507 0.821513 4.67475 0.881622C4.61507 0.861585 4.57529 0.901658 4.61507 0.961768C4.63497 0.901658 4.67475 0.921695 4.67475 0.961768C4.67475 1.00184 4.65486 1.04191 4.59518 1.06195C4.51561 1.08199 4.47582 1.04191 4.45593 0.981804C4.47582 0.961768 4.51561 0.981804 4.57529 1.00184L4.5355 0.861585C4.51561 0.901658 4.49572 0.921695 4.45593 0.941731C4.45593 0.901658 4.47582 0.821513 4.47582 0.821513L4.31668 0.881622C4.31668 0.881622 4.39625 0.921695 4.41615 0.941731C4.37636 0.961768 4.35647 0.961768 4.29679 0.941731L4.35647 1.06195C4.37636 1.00184 4.39625 0.961768 4.41615 0.961768C4.43604 1.00184 4.45593 1.06195 4.37636 1.10202C4.31668 1.12206 4.257 1.12206 4.23711 1.08199C4.21722 1.04191 4.23711 1.00184 4.27689 1.04191C4.27689 0.961768 4.19732 0.961768 4.17743 1.02188C4.17743 0.941731 4.15754 0.901658 4.07797 0.861585C4.05807 0.941731 4.07797 0.981804 4.15754 1.02188C4.11775 1.02188 4.05807 1.06195 4.11775 1.12206C4.11775 1.06195 4.15754 1.06195 4.17743 1.10202C4.19732 1.12206 4.19732 1.16213 4.15754 1.18217C4.13764 1.2022 4.07797 1.2022 4.01829 1.1421C4.03818 1.1421 4.05807 1.1421 4.09786 1.1421L4.01829 1.04191C4.01829 1.08199 4.01829 1.10202 4.01829 1.12206C3.99839 1.10202 3.99839 1.08199 3.9785 1.04191L3.91882 1.10202C3.9785 1.1421 4.05807 1.2022 4.13764 1.32242C4.23711 1.26231 4.39625 1.18217 4.49572 1.1421C4.59518 1.10202 4.77422 1.04191 4.87368 1.02188C4.85379 0.881622 4.85379 0.78144 4.87368 0.701294L4.85379 0.72133Z' fill='%231D1D1B'/%3e%3cpath d='M5.03283 1.50274C4.95326 1.56285 4.8339 1.50274 4.79411 1.4226C4.91347 1.38252 5.03283 1.32241 5.13229 1.2623C5.05272 1.40256 5.1124 1.46267 5.03283 1.50274ZM5.01294 2.36431C4.91347 2.40438 4.81401 2.32424 4.79411 2.24409C4.77422 2.18398 4.75433 2.12387 4.77422 2.10383C4.81401 2.06376 4.8339 2.02369 4.81401 1.96358C4.77422 1.90347 4.71454 1.92351 4.63497 1.94354C4.67476 1.88343 4.67476 1.84336 4.63497 1.84336C4.57529 1.84336 4.57529 1.94354 4.5554 1.92351C4.51561 1.90347 4.53551 1.8634 4.53551 1.82332C4.53551 1.78325 4.5554 1.76322 4.59518 1.74318L4.91347 1.62296C4.95326 1.60292 4.97315 1.60292 5.01294 1.62296C5.03283 1.643 5.07261 1.66303 5.07261 1.70311C5.07261 1.74318 4.99304 1.66303 4.95326 1.70311C4.91347 1.72314 4.95326 1.76322 5.01294 1.78325C4.95326 1.82332 4.87368 1.84336 4.89358 1.92351C4.91347 1.98362 4.95326 2.00365 5.01294 2.00365C5.05272 2.00365 5.07261 2.06376 5.09251 2.12387C5.13229 2.20402 5.13229 2.32424 5.01294 2.36431ZM4.43604 1.74318C4.35647 1.74318 4.35647 1.66303 4.21722 1.643C4.31668 1.62296 4.45593 1.56285 4.57529 1.52278C4.57529 1.62296 4.53551 1.74318 4.43604 1.74318ZM6.14683 4.52824C6.16672 4.46813 6.04736 4.38799 6.04736 4.30784C6.02747 4.20766 6.04736 4.12751 5.9479 4.0073C5.84844 3.88708 5.49036 3.50638 5.3909 3.38617C5.41079 3.38617 5.49036 3.36613 5.55004 3.42624C5.58983 3.46631 5.6694 3.52642 5.72908 3.60657C5.82854 3.36613 5.9479 3.1858 6.10704 3.00547C6.12694 2.98544 6.14683 2.9654 6.16672 2.92533C6.10704 2.94536 6.00758 2.9654 5.9479 3.00547C5.9479 2.90529 5.9479 2.80511 5.88822 2.745C5.90811 2.60475 5.88822 2.42442 5.56994 2.20402C5.72908 2.24409 5.82854 2.40438 5.96779 2.28416C5.84844 2.28416 5.84844 2.02369 5.43069 1.82332C5.58983 1.82332 5.70919 2.0838 5.88822 1.92351C5.70919 1.90347 5.64951 1.60292 5.35111 1.50274C5.45058 1.48271 5.56994 1.54281 5.64951 1.40256C5.55004 1.4226 5.47047 1.32241 5.37101 1.32241C5.41079 1.18216 5.41079 1.10201 5.35111 1.00183C5.27154 1.00183 5.19197 1.0419 5.13229 1.08198C5.13229 1.00183 5.05272 1.00183 4.97315 1.00183C4.97315 1.0419 4.99304 1.08198 4.95326 1.08198C4.89358 1.10201 4.71454 1.14209 4.57529 1.2022C4.43604 1.2623 4.2769 1.36249 4.21722 1.40256C4.19733 1.4226 4.15754 1.38252 4.13765 1.36249C4.07797 1.40256 4.03818 1.46267 4.07797 1.52278C3.9984 1.52278 3.91883 1.54281 3.83925 1.60292C3.83925 1.70311 3.91883 1.78325 4.03818 1.84336C3.83925 2.04373 4.01829 2.20402 3.85915 2.38434C4.09786 2.38434 4.05808 2.06376 4.17743 2.00365C4.15754 2.24409 4.03818 2.28416 4.03818 2.5246C4.03818 2.66485 4.11776 2.80511 4.03818 2.90529C4.23711 2.84518 4.17743 2.40438 4.31668 2.26413C4.33658 2.34427 4.31668 2.40438 4.29679 2.48453C4.21722 2.68489 4.29679 2.9654 4.19733 3.06558C4.39626 3.04555 4.41615 2.72496 4.59518 2.60475C4.45593 2.90529 4.29679 3.52642 4.09786 3.847C3.75968 4.30784 3.54086 4.8889 3.22258 4.8889C3.08333 4.8889 2.98386 4.80875 2.98386 4.62842C2.98386 4.08744 3.89893 3.72679 3.89893 3.14573C3.89893 2.88526 3.7 2.78507 3.56075 2.78507C3.48118 2.78507 3.36183 2.82515 3.28225 2.90529C3.24247 2.88526 3.20268 2.88526 3.18279 2.88526C2.8645 2.88526 2.94407 3.46631 2.66557 3.46631C2.78493 3.52642 2.96397 3.4062 3.08333 3.24591C3.04354 3.6266 2.48654 3.52642 2.54622 3.98726C2.62579 3.6266 3.48118 3.68671 3.48118 3.14573C3.48118 3.08562 3.4414 3.02551 3.40161 2.98544C3.46129 2.94536 3.52097 2.92533 3.58065 2.92533C3.68011 2.92533 3.77958 3.00547 3.77958 3.14573C3.77958 3.6266 2.8645 4.02733 2.8645 4.60839C2.8645 4.70857 2.8844 4.78872 2.94408 4.84883C2.8844 4.86886 2.82472 4.86886 2.76504 4.80875C2.76504 4.96904 2.98386 5.04919 3.10322 4.98908C3.12311 5.00912 3.1629 5.00912 3.20268 5.00912C3.1629 5.12934 3.02365 5.14937 2.94408 5.14937C3.1629 5.3297 3.56075 5.08926 3.54086 4.8889C3.7199 4.74864 3.81936 4.50821 3.95861 4.34791C3.95861 4.38799 3.93872 4.42806 3.93872 4.46813C3.79947 4.70857 3.68011 4.92897 3.66022 5.22952C3.64033 5.48999 3.50108 5.73043 3.32204 5.73043C3.28225 5.73043 3.22258 5.67032 3.18279 5.71039C3.12311 5.75046 3.18279 5.81057 3.18279 5.85065C3.18279 5.93079 3.04354 5.9909 3.04354 6.23134C3.04354 6.33152 3.10322 6.45174 3.08333 6.53189C3.143 6.49181 3.22258 6.41167 3.24247 6.27141C3.30215 6.57196 3.12311 6.57196 3.24247 6.83243C3.26236 6.75229 3.34193 6.71221 3.40161 6.75229C3.46129 6.79236 3.4215 6.8124 3.38172 6.85247C3.34193 6.89254 3.30215 7.09291 3.48118 7.09291C3.4414 7.07287 3.4414 7.01276 3.54086 6.99272C3.66022 6.97269 3.7 7.0328 3.83925 7.0328C3.91883 7.0328 3.93872 6.93261 4.01829 6.93261C4.09786 6.93261 4.07797 6.99272 4.05808 7.01276C4.15754 6.99272 4.17743 6.93261 4.17743 6.8725C4.17743 6.8124 4.13765 6.77232 4.15754 6.75229C4.19733 6.73225 4.31668 6.75229 4.2769 6.85247C4.33658 6.83243 4.37636 6.79236 4.37636 6.71221C4.37636 6.63207 4.29679 6.59199 4.19733 6.61203C4.17743 6.57196 4.11776 6.53189 4.03818 6.53189C3.89893 6.53189 3.91883 6.6521 3.81936 6.6521C3.66022 6.6521 3.50108 6.4317 3.50108 6.07105C3.50108 5.87068 3.7 5.83061 3.85915 5.7705C3.9984 5.71039 4.25701 5.5501 4.41615 5.28963C4.53551 5.08926 4.53551 4.86886 4.51561 4.60839C4.71454 4.72861 4.75433 4.8889 4.75433 5.02915C4.75433 5.18944 4.67476 5.24955 4.61508 5.28963C4.5554 5.30966 4.53551 5.30966 4.53551 5.3297C4.53551 5.36977 4.5554 5.38981 4.57529 5.40985C4.65486 5.44992 4.63497 5.51003 4.65486 5.59017C4.67476 5.67032 4.73443 5.79054 4.85379 5.87068C4.87368 5.83061 4.85379 5.75046 4.85379 5.65028C5.01293 5.73043 4.89358 6.05101 5.19197 6.05101C5.13229 6.01094 5.15219 5.93079 5.19197 5.93079C5.23176 5.91076 5.27154 5.95083 5.33122 6.03097C5.3909 6.11112 5.37101 6.11112 5.51026 6.11112C5.64951 6.11112 5.58983 6.05101 5.6694 6.05101C5.74897 6.05101 5.74897 6.13116 5.68929 6.2113C5.82854 6.17123 5.84844 6.07105 5.80865 5.97087C5.92801 5.91076 5.98769 5.9909 6.00758 6.05101C6.12694 5.93079 6.00758 5.81057 5.92801 5.79054C5.92801 5.75046 5.88822 5.71039 5.84844 5.71039C5.80865 5.71039 5.74897 5.71039 5.70919 5.71039C5.64951 5.71039 5.62961 5.79054 5.56994 5.79054C5.37101 5.79054 4.99304 5.42988 4.99304 5.28963C4.99304 5.12934 5.35111 5.04919 5.35111 4.80875C5.35111 4.50821 5.05272 4.38799 4.79411 4.20766C4.89358 4.10748 5.15219 4.08744 5.29144 4.14755C5.31133 4.0674 5.37101 4.08744 5.3909 3.92715C5.45058 4.04737 5.3909 4.16759 5.45058 4.2277C5.49036 4.16759 5.60972 4.16759 5.58983 4.0073C5.62961 4.10748 5.55004 4.26777 5.62961 4.32788C5.64951 4.24773 5.68929 4.2277 5.72908 4.2277C5.76886 4.2277 5.78876 4.24773 5.78876 4.30784C5.78876 4.42806 5.62961 4.36795 5.62961 4.50821C5.62961 4.56832 5.70919 4.58835 5.70919 4.62842C5.70919 4.6685 5.64951 4.72861 5.56994 4.6685C5.58983 4.72861 5.64951 4.76868 5.70919 4.76868C5.76886 4.76868 5.84844 4.70857 5.86833 4.64846C5.90811 4.72861 5.86833 4.82879 5.80865 4.84883C5.86833 4.8889 6.02747 4.84883 6.00758 4.64846C6.08715 4.6685 6.14683 4.72861 6.08715 4.82879C6.16672 4.80875 6.2264 4.76868 6.2264 4.68853C6.18661 4.60839 6.12694 4.58835 6.14683 4.52824Z' fill='%231D1D1B'/%3e%3cpath d='M12.0351 5.99088C12.0351 5.8907 12.1147 5.79052 12.2341 5.79052C12.3335 5.79052 12.433 5.87066 12.433 5.99088C12.433 6.09106 12.3534 6.19125 12.2341 6.19125C12.1147 6.19125 12.0351 6.09106 12.0351 5.99088ZM11.9556 5.99088C11.9556 6.13114 12.0749 6.25136 12.2142 6.25136C12.3534 6.25136 12.4728 6.13114 12.4728 5.99088C12.4728 5.85063 12.3534 5.73041 12.2142 5.73041C12.0749 5.73041 11.9556 5.85063 11.9556 5.99088Z' fill='%231D1D1B'/%3e%3cpath d='M11.1201 6.45176C11.0405 6.43172 11.0007 6.39165 11.0007 6.33154C11.0007 6.3115 11.0206 6.29147 11.0405 6.27143C11.0803 6.25139 11.1201 6.25139 11.1599 6.25139C11.2195 6.27143 11.2792 6.3115 11.2792 6.35157C11.2792 6.35157 11.2792 6.35157 11.2792 6.37161C11.2593 6.43172 11.1996 6.47179 11.1201 6.45176ZM11.0007 6.23136C10.9609 6.25139 10.941 6.29147 10.941 6.33154C10.941 6.37161 10.941 6.43172 10.9808 6.45176C11.0206 6.49183 11.0604 6.51187 11.1002 6.51187C11.1599 6.51187 11.1996 6.51187 11.2394 6.49183C11.2792 6.47179 11.319 6.43172 11.319 6.39165C11.3389 6.3115 11.2593 6.21132 11.1599 6.19128C11.1201 6.19128 11.0604 6.19128 11.0007 6.23136Z' fill='%231D1D1B'/%3e%3cpath d='M9.58836 2.76502C9.58836 2.72494 9.60825 2.68487 9.64804 2.66484C9.66793 2.6448 9.70772 2.62476 9.7475 2.62476C9.7674 2.62476 9.78729 2.62476 9.78729 2.6448C9.80718 2.66484 9.80718 2.68487 9.80718 2.70491C9.80718 2.74498 9.78729 2.76502 9.7475 2.78505C9.68783 2.82513 9.62815 2.82513 9.60825 2.78505C9.58836 2.78505 9.58836 2.78505 9.58836 2.76502ZM9.58836 2.60473C9.50879 2.66484 9.4889 2.76502 9.52868 2.84516C9.58836 2.90527 9.68783 2.90527 9.7674 2.84516C9.80718 2.80509 9.84697 2.76502 9.84697 2.70491C9.84697 2.66484 9.84697 2.62476 9.82708 2.60473C9.80718 2.58469 9.7674 2.56465 9.72761 2.54462C9.68783 2.56465 9.64804 2.58469 9.58836 2.60473Z' fill='%231D1D1B'/%3e%3cpath d='M10.8017 6.09108C10.7818 6.09108 10.7619 6.07104 10.742 6.07104C10.7221 6.05101 10.7023 6.01093 10.7023 5.97086C10.7023 5.93079 10.7221 5.89071 10.742 5.87068C10.7619 5.85064 10.7818 5.85064 10.8017 5.85064C10.8614 5.85064 10.9012 5.91075 10.9012 5.9909C10.9012 6.03097 10.8813 6.07104 10.8614 6.09108C10.8614 6.09108 10.8415 6.09108 10.8017 6.09108ZM10.7023 5.81057C10.6625 5.85064 10.6426 5.91075 10.6426 5.97086C10.6426 6.03097 10.6625 6.09108 10.7023 6.13115C10.7221 6.17122 10.7619 6.17122 10.8017 6.17122C10.8415 6.17122 10.8813 6.15119 10.9012 6.13115C10.941 6.09108 10.9609 6.03097 10.9609 5.97086C10.9609 5.91075 10.941 5.87068 10.9211 5.8306C10.8813 5.79053 10.8415 5.77049 10.8017 5.77049C10.7818 5.75046 10.742 5.77049 10.7023 5.81057Z' fill='%231D1D1B'/%3e%3cpath d='M9.50874 3.96722C9.44907 3.92715 9.40928 3.86704 9.42917 3.82697C9.44907 3.80693 9.46896 3.78689 9.46896 3.78689C9.50874 3.76686 9.54853 3.78689 9.58832 3.80693C9.6281 3.82697 9.64799 3.847 9.66789 3.88707C9.66789 3.90711 9.68778 3.92715 9.66789 3.94718C9.64799 3.96722 9.6281 3.98726 9.6281 3.98726C9.58832 3.98726 9.54853 3.98726 9.50874 3.96722ZM9.44907 3.72678C9.40928 3.74682 9.38939 3.76686 9.36949 3.80693C9.32971 3.88708 9.36949 3.98726 9.46896 4.04737C9.52864 4.0674 9.58832 4.08744 9.6281 4.0674C9.66789 4.04737 9.68778 4.02733 9.70767 3.98726C9.72757 3.94718 9.72757 3.90711 9.70767 3.86704C9.68778 3.80693 9.64799 3.76686 9.58832 3.74682C9.56842 3.70675 9.50874 3.70675 9.44907 3.72678Z' fill='%231D1D1B'/%3e%3cpath d='M11.319 4.88891C11.2792 4.94902 11.1996 4.96906 11.1598 4.92898C11.1201 4.88891 11.1002 4.8288 11.1598 4.76869C11.1996 4.70858 11.2792 4.68855 11.319 4.72862C11.3389 4.74866 11.3588 4.8288 11.319 4.88891ZM11.0007 5.36979C10.9609 5.4299 10.8813 5.44993 10.8416 5.40986C10.8018 5.36979 10.7819 5.30968 10.8416 5.24957C10.8813 5.18946 10.9609 5.16942 11.0007 5.20949C11.0405 5.22953 11.0405 5.30968 11.0007 5.36979ZM9.96626 2.74501C10.0061 2.6248 10.0657 2.40439 10.0657 2.40439L10.1851 2.44447C10.1453 2.4645 10.1055 2.48454 10.0657 2.52461C10.0856 2.54465 10.1453 2.54465 10.1652 2.52461L10.1453 2.64483C10.1254 2.6248 10.1055 2.58472 10.0657 2.58472C10.0458 2.6849 10.1055 2.70494 10.1453 2.74501C10.2249 2.78509 10.2647 2.78509 10.2846 2.74501C10.3044 2.70494 10.2647 2.64483 10.205 2.66487C10.205 2.60476 10.2249 2.56469 10.2647 2.56469C10.3044 2.56469 10.3243 2.58472 10.3243 2.6248C10.3243 2.52461 10.3641 2.44447 10.4636 2.42443C10.5034 2.52461 10.4636 2.58472 10.4039 2.66487C10.4437 2.64483 10.4835 2.64483 10.5034 2.6849C10.5233 2.72498 10.5233 2.76505 10.4636 2.78509C10.4437 2.72498 10.384 2.72498 10.3641 2.76505C10.3442 2.80512 10.384 2.8452 10.4437 2.88527C10.5233 2.92534 10.5829 2.90531 10.6227 2.8452C10.6028 2.8452 10.5631 2.8452 10.5233 2.86523L10.6028 2.72498C10.6028 2.74501 10.6227 2.78509 10.6426 2.80512C10.6625 2.76505 10.6625 2.70494 10.6426 2.66487L10.8018 2.76505C10.7421 2.76505 10.7023 2.80512 10.6824 2.8452C10.7222 2.86523 10.762 2.8452 10.7819 2.8452L10.7023 2.98545C10.7023 2.94538 10.6824 2.90531 10.6625 2.88527C10.6227 2.94538 10.6426 3.02552 10.7023 3.0656C10.762 3.10567 10.8217 3.10567 10.8416 3.0656C10.8614 3.02552 10.8217 2.96541 10.762 2.98545C10.762 2.92534 10.8018 2.88527 10.8416 2.90531C10.8813 2.90531 10.9012 2.94538 10.9012 2.98545C10.9211 2.88527 10.9609 2.82516 11.0604 2.80512C11.0803 2.90531 11.0405 2.98545 10.941 3.02552C10.9808 3.00549 11.0206 3.02552 11.0405 3.04556C11.0604 3.08563 11.0405 3.12571 11.0007 3.14574C11.0007 3.08563 10.9211 3.0656 10.9012 3.10567C10.8813 3.14574 10.9012 3.18582 10.9808 3.22589C11.0206 3.24592 11.0803 3.286 11.1598 3.22589C11.1399 3.20585 11.0803 3.18582 11.0604 3.18582L11.1399 3.08563C11.1399 3.12571 11.1598 3.16578 11.1797 3.18582C11.1996 3.14574 11.1996 3.08563 11.1996 3.04556L11.2991 3.12571C11.2991 3.12571 11.1399 3.286 11.0604 3.38618L9.96626 2.74501ZM11.2195 4.18764C11.2195 4.1676 11.2195 4.14756 11.2394 4.12753C11.2593 4.10749 11.2792 4.10749 11.2991 4.10749C11.3389 4.10749 11.3787 4.12753 11.3986 4.1676C11.4184 4.20767 11.4383 4.24775 11.4383 4.26778C11.4383 4.28782 11.4383 4.30786 11.4184 4.32789C11.3986 4.34793 11.3787 4.34793 11.3588 4.34793C11.319 4.34793 11.2792 4.32789 11.2593 4.28782C11.2394 4.24775 11.2195 4.20767 11.2195 4.18764ZM11.6771 6.3115C11.6771 6.27143 11.7168 6.23135 11.7367 6.21132C11.7765 6.19128 11.8163 6.17124 11.8561 6.19128C11.876 6.19128 11.8959 6.21132 11.9158 6.23135C11.9357 6.25139 11.9357 6.27143 11.9357 6.29146C11.9357 6.33153 11.8959 6.37161 11.876 6.39164C11.8163 6.43172 11.7367 6.43172 11.7168 6.39164C11.6771 6.35157 11.6771 6.3115 11.6771 6.3115ZM9.50873 3.10567C9.50873 3.14574 9.48884 3.18582 9.46894 3.20585C9.44905 3.20585 9.44905 3.22589 9.42916 3.22589C9.38937 3.22589 9.34959 3.16578 9.34959 3.10567C9.34959 3.0656 9.36948 3.04556 9.38937 3.00549C9.40926 3.00549 9.40926 2.98545 9.44905 2.98545C9.46894 2.98545 9.48884 3.00549 9.48884 3.00549C9.48884 3.02552 9.50873 3.0656 9.50873 3.10567ZM10.1851 1.70312C10.2249 1.64301 10.1851 1.52279 10.3044 1.52279C10.3641 1.52279 10.4238 1.5829 10.5034 1.60294C10.3641 1.62297 10.2647 1.66305 10.1851 1.70312ZM12.1545 3.44629C12.2341 3.68673 12.4131 3.76687 12.5324 3.70676C12.2539 3.66669 12.4728 3.18582 12.1147 3.18582C12.0948 3.18582 12.0749 3.18582 12.055 3.18582C11.9953 3.12571 11.9158 3.08563 11.8163 3.08563C11.6572 3.08563 11.3986 3.22589 11.3986 3.54647C11.3986 4.20767 12.1744 4.26778 12.1744 4.86888C12.1744 5.0492 12.055 5.14939 11.8959 5.14939C11.7765 5.14939 11.6572 5.00913 11.5577 4.76869C11.498 4.66851 11.3986 4.50822 11.2792 4.34793C11.319 4.36796 11.3588 4.388 11.3986 4.388C11.4383 4.388 11.4781 4.36796 11.498 4.34793C11.5179 4.32789 11.5378 4.28782 11.5378 4.24775C11.5378 4.18764 11.5179 4.14756 11.4781 4.10749C11.4383 4.06742 11.3787 4.02735 11.319 4.02735C11.2792 4.02735 11.2394 4.04738 11.2195 4.06742C11.1996 4.08745 11.1797 4.12753 11.1797 4.1676C11.1797 4.18764 11.1797 4.20767 11.1996 4.22771C11.0405 4.00731 10.8813 3.80694 10.8813 3.68673C10.8813 3.58654 10.9609 3.48636 11.0405 3.38618L11.0604 3.40622L11.0803 3.38618C11.1201 3.34611 11.1797 3.286 11.2991 3.14574L11.3389 3.10567L11.2593 3.04556C11.2792 3.00549 11.2991 2.94538 11.319 2.88527C11.3389 2.98545 11.3986 3.0656 11.4781 3.04556C11.4184 2.92534 11.5378 2.78509 11.4582 2.52461C11.5179 2.6248 11.6174 2.6849 11.6771 2.66487C11.498 2.50458 11.7367 2.30421 11.498 1.96359C11.5776 1.98363 11.6174 1.98363 11.6572 1.94356C11.4582 1.92352 11.5378 1.66305 11.1996 1.56286C11.2792 1.54283 11.3389 1.50276 11.319 1.44265C11.2195 1.50276 11.1399 1.32243 10.8416 1.32243C10.8217 1.20221 10.7222 1.08199 10.6028 1.02188C10.6227 1.10203 10.6028 1.20221 10.5829 1.26232L9.5883 0.280533C9.56841 0.260497 9.54851 0.24046 9.52862 0.260497C9.52862 0.280533 9.52862 0.280533 9.54851 0.300569L10.4039 1.38254C10.3442 1.40257 10.2846 1.42261 10.205 1.46268C10.1652 1.48272 10.1254 1.52279 10.1254 1.5829C9.96627 1.66305 9.82701 1.76323 9.74744 1.82334C9.68776 1.86341 9.64798 1.88345 9.70766 1.98363C9.72755 2.0237 9.66787 2.12388 9.78723 2.04374C9.8668 2.00367 10.0458 1.88345 10.0856 1.96359C10.1055 2.00367 10.0061 2.04374 9.94637 2.06378C9.88669 2.08381 9.80712 2.14392 9.82702 2.16396C9.82702 2.18399 9.88669 2.16396 9.88669 2.18399C9.88669 2.20403 9.90659 2.2441 9.92648 2.2441C9.94637 2.2441 9.98616 2.18399 10.0061 2.20403C10.0259 2.22407 9.98616 2.34429 9.96626 2.36432C10.0657 2.34429 10.1254 2.26414 10.1254 2.18399C10.1254 2.10385 10.1453 2.08381 10.1652 2.08381C10.1851 2.06378 10.205 2.16396 10.1851 2.22407C10.2448 2.20403 10.2846 2.14392 10.2846 2.0237C10.3044 2.00367 10.3442 1.98363 10.3641 1.98363C10.4039 1.98363 10.4636 2.08381 10.5631 2.08381C10.7421 2.08381 10.8217 1.94356 10.8416 1.88345C10.8416 1.82334 10.8416 1.78327 10.8217 1.74319C10.8813 1.78327 10.9012 1.86341 10.9012 1.92352C10.9012 2.16396 10.4835 2.28418 10.3044 2.44447L10.2846 2.4645L10.0856 2.38436L10.0259 2.40439C10.0259 2.40439 10.0259 2.42443 10.0061 2.44447C9.98616 2.50458 9.94637 2.66487 9.90659 2.74501L9.88669 2.78509L9.90659 2.80512C9.78723 2.96541 9.68776 3.14574 9.66787 3.32607C9.62809 3.286 9.56841 3.22589 9.52862 3.18582C9.52862 3.16578 9.52862 3.14574 9.54851 3.12571C9.54851 3.0656 9.52862 3.02552 9.50873 2.98545C9.48884 2.96541 9.44905 2.94538 9.40926 2.94538C9.36948 2.94538 9.34959 2.96541 9.3098 2.98545L9.28991 3.00549L9.27001 2.98545C9.21033 2.92534 9.13076 2.86523 9.07108 2.82516C9.05119 2.80512 9.0313 2.78509 8.99151 2.78509C8.97162 2.78509 8.93183 2.78509 8.91194 2.78509C8.89205 2.78509 8.87216 2.80512 8.83237 2.8452C8.81248 2.86523 8.77269 2.90531 8.71301 2.94538C8.73291 2.96541 8.7528 3.00549 8.79258 3.02552C8.81248 3.04556 8.81248 3.04556 8.83237 3.0656C8.85226 3.04556 8.85226 3.04556 8.87216 3.04556C8.89205 3.02552 8.91194 3.02552 8.95173 3.02552C8.97162 3.02552 9.01141 3.04556 9.0313 3.08563C9.05119 3.10567 9.21034 3.32607 9.34959 3.46633C9.32969 3.46633 9.32969 3.48636 9.3098 3.48636C9.25012 3.5064 9.13076 3.5064 9.07108 3.5064C9.01141 3.5064 9.01141 3.48636 8.97162 3.54647C8.95173 3.56651 8.93183 3.60658 8.91194 3.62662C8.89205 3.64665 8.87216 3.68673 8.91194 3.74684C8.97162 3.84702 9.11087 4.10749 9.17055 4.22771C9.21033 4.34793 9.27001 4.36796 9.36948 4.40804C9.46894 4.44811 9.62809 4.54829 9.64798 4.56833V4.46815C9.62809 4.44811 9.52862 4.40804 9.48884 4.388C9.44905 4.36796 9.44905 4.36796 9.48884 4.36796C9.52862 4.36796 9.64798 4.40804 9.72755 4.44811C9.70766 4.36796 9.62809 4.26778 9.56841 4.20767C9.50873 4.18764 9.42916 4.18764 9.40926 4.20767C9.40926 4.22771 9.38937 4.24775 9.36948 4.24775C9.34959 4.24775 9.32969 4.22771 9.32969 4.20767C9.32969 4.18764 9.36948 4.1676 9.36948 4.12753C9.36948 4.06742 9.28991 4.06742 9.25012 4.06742C9.19044 3.98727 9.13076 3.86705 9.09098 3.80694C9.07109 3.76687 9.07109 3.7268 9.09098 3.70676C9.13076 3.66669 9.25012 3.7268 9.44905 3.74684C9.52862 3.74684 9.60819 3.74684 9.70766 3.76687C9.72755 4.00731 9.82701 4.22771 10.1652 4.30786C10.3243 4.34793 10.4835 4.46815 10.5432 4.62844C9.88669 4.6084 9.78723 4.86888 9.78723 5.10931C9.78723 5.38982 10.0259 5.36979 10.0259 5.57015C10.0259 5.75048 9.46894 5.83062 9.3098 5.85066C9.17055 5.8707 9.09098 5.91077 9.01141 5.97088C8.95173 6.03099 8.87216 6.11113 8.7528 6.23135C8.7528 6.23135 8.81248 6.25139 8.85226 6.23135L8.95173 6.11113C8.97162 6.07106 8.99151 6.03099 9.01141 6.03099C9.0313 6.03099 9.01141 6.07106 8.99151 6.11113L8.91194 6.23135C9.23023 6.25139 9.25012 6.13117 9.25012 6.0911C9.25012 6.05102 9.17055 6.01095 9.21034 5.97088C9.25012 5.93081 9.28991 5.97088 9.32969 6.01095C9.36948 6.05102 9.36948 6.0911 9.46894 6.05103C9.46894 6.05103 10.1851 5.75048 10.2647 5.71041C10.3442 5.67033 10.3243 5.63026 10.2647 5.59019C10.205 5.55011 10.205 5.46997 10.205 5.40986C10.205 5.18946 10.3243 5.12935 10.5631 5.12935C10.5631 5.16942 10.5631 5.20949 10.5631 5.22953C10.5631 5.57015 11.0604 5.89073 11.1996 5.89073C11.2593 5.89073 11.3389 5.85066 11.3389 6.05103C11.3389 6.19128 11.3787 6.3115 11.3389 6.47179C11.319 6.65212 11.2593 6.67215 11.1598 6.7523C11.0604 6.83245 10.9609 7.05285 10.9211 7.09292C10.9609 7.11296 11.0206 7.13299 11.0604 7.01277C11.1002 6.91259 11.1201 6.85248 11.1598 6.83245C11.1201 6.93263 11.1002 7.07288 11.0803 7.13299C11.1996 7.15303 11.4184 7.03281 11.4184 6.95266C11.4184 6.85248 11.3389 6.87252 11.3389 6.81241C11.3389 6.79237 11.3787 6.7523 11.4184 6.7523C11.4781 6.7523 11.5179 6.79237 11.5179 6.81241C11.5776 6.77234 11.6174 6.73226 11.6174 6.59201C11.6174 6.5319 11.6174 6.49183 11.6174 6.43172C11.6174 6.43172 11.6174 6.45175 11.6373 6.45175C11.6572 6.49183 11.6969 6.51186 11.7566 6.51186C11.7964 6.51186 11.8561 6.51186 11.8959 6.47179C11.9556 6.43172 11.9754 6.39164 11.9953 6.33154C11.9953 6.3115 11.9953 6.3115 11.9953 6.29146C11.9953 6.27143 11.9953 6.23135 11.9754 6.21132C11.9556 6.17124 11.9158 6.15121 11.876 6.15121C11.8163 6.13117 11.7566 6.15121 11.7168 6.19128C11.6771 6.23135 11.6373 6.27143 11.6174 6.3115C11.5975 6.13117 11.5975 5.95084 11.5975 5.89073C11.5975 5.79055 11.6174 5.75048 11.5776 5.73044C11.5378 5.71041 11.498 5.77051 11.4582 5.77051C11.4184 5.77051 11.2593 5.63026 11.2593 5.49C11.2593 5.34975 11.4184 5.14939 11.3986 4.94902C11.3986 4.88891 11.4383 4.84884 11.4582 4.90895C11.498 4.96906 11.5378 5.06924 11.5975 5.14939C11.5577 5.38982 11.8362 5.6503 12.055 5.46997C11.9357 5.49 11.876 5.38982 11.8163 5.28964C11.8362 5.28964 11.8561 5.28964 11.876 5.28964C11.8959 5.28964 11.8959 5.28964 11.9158 5.28964C11.9953 5.38982 12.2539 5.38982 12.3136 5.12935C12.2738 5.18946 12.1744 5.20949 12.1147 5.20949C12.2142 5.12935 12.2539 5.00913 12.2539 4.88891C12.2539 4.24775 11.498 4.18764 11.498 3.60658C11.498 3.38618 11.6771 3.24593 11.8163 3.24593C11.8561 3.24593 11.8959 3.26596 11.9357 3.286C11.8959 3.34611 11.8561 3.40622 11.8561 3.5064C11.876 3.96724 12.612 3.9472 12.6319 4.1676C12.7115 3.78691 12.1744 3.90713 12.1545 3.44629Z' fill='%231D1D1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='26' height='22' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ") no-repeat 50% 50%;
}
embed.logo-2022 {
  width: 388px;
  height: 56px;
}
@media (max-width: 700px) {
  embed.logo-2022 {
    width: 250px;
    height: auto;
  }
}
.land-page-2021.header-section#start #description .btn-square-2021 > a {
  color: #fff;
  border: 1px solid #fff;
}
.land-page-2021.header-section#start #description .btn-square-2021 > a:hover {
  color: #0065A2;
  background-color: #fff;
}
.header-section#start #description .btn-square-2021 > a {
  transition: all 0.25s ease-out;
  border: 1px solid #002E6D;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 0.4rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  border-radius: 6px;
}
.header-section#start #description .btn-square-2021 > a:hover {
  color: #fff;
  background-color: #002E6D;
}
/* FONT ICON
------------------------*/
.arrow-2021 {
  transition: all 0.35s ease-out;
  padding: 0 8px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.55841 1.1188L11.0554 4.71026H0V6.28974H11.0554L7.55841 9.8812L8.64778 11L14 5.5L8.64778 0L7.55841 1.1188Z' fill='%23000000'/%3e%3c/svg%3e") no-repeat 50% 50%;
  /*&:hover {
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.55841 1.1188L11.0554 4.71026H0V6.28974H11.0554L7.55841 9.8812L8.64778 11L14 5.5L8.64778 0L7.55841 1.1188Z' fill='%230065A2'/%3e%3c/svg%3e") no-repeat 50% 50%;
    }*/
}
.wh-icon-search-w {
  margin-right: 10px;
  padding: 7px 10px;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='17px' height='21px' viewBox='0 0 17 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eShape%3c/title%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Icon/WHsearch' transform='translate(-5.000000, -3.000000)' fill='%23FFF'%3e%3cpath d='M13.8482141,3.00000578 C10.7112377,2.99612581 7.90416792,4.94750996 6.81494095,7.88931559 C5.72571398,10.8311212 6.58511299,14.1400447 8.96821409,16.1800116 L8.38821409,17.0800116 L7.54821409,16.5400116 L5.36821409,19.8900116 C4.9441428,20.4884206 4.88163318,21.2709449 5.20532861,21.9290871 C5.52902405,22.5872293 6.18699211,23.0153995 6.91983966,23.0447988 C7.65268721,23.074198 8.34283904,22.7001095 8.71821409,22.0700116 L10.8982141,18.7200116 L10.0582141,18.1800116 L10.6482141,17.2800116 C13.4315936,18.5963638 16.7367387,18.0778611 18.9833165,15.9724222 C21.2298943,13.8669833 21.9614583,10.6023787 20.8282162,7.73955714 C19.6949741,4.8767356 16.9271713,2.99734828 13.8482141,3.00000578 Z M13.8482141,16.0000116 C10.810648,16.0000116 8.34821409,13.5375777 8.34821409,10.5000116 C8.34821409,7.46244544 10.810648,5.00001157 13.8482141,5.00001157 C16.8857802,5.00001157 19.3482141,7.46244544 19.3482141,10.5000116 C19.3482141,11.9587023 18.7687515,13.3576488 17.7373014,14.3890989 C16.7058513,15.4205489 15.3069048,16.0000116 13.8482141,16.0000116 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 50% 50%;
}
.wh-icon-close {
  padding: 7px 16px;
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='13px' height='13px' viewBox='0 0 13 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCombined Shape%3c/title%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Icon/close' transform='translate(-7.000000, -7.000000)' fill='%23060A2A'%3e%3cpath d='M14.5,6 L14.5,12.499 L21,12.5 L21,14.5 L14.5,14.5 L14.5,21 L12.5,21 L12.5,14.5 L6,14.5 L6,12.5 L12.5,12.5 L12.5,6 L14.5,6 Z' id='Combined-Shape' transform='translate(13.500000, 13.500000) rotate(45.000000) translate(-13.500000, -13.500000) '%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 50% 50%;
}
#loginForm legend {
  font-size: 21px;
  margin-bottom: 15px;
}
#loginForm label {
  font-size: 18px;
}
#loginForm input {
  transition: 0.1s ease-in-out;
  border: none;
  padding: 7px 10px;
  background-color: #eee;
  margin: 5px 0 10px;
  max-width: 285px;
  width: 100%;
  outline: none;
}
#loginForm button {
  transition: 0.3s ease-in-out;
  border-color: transparent;
  color: #fff;
  background-color: #002E6D;
  padding: 7px 30px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  max-width: 285px;
  width: 100%;
  margin-left: 96px;
  transition: color 0.2s, background-color 0.2s;
  border: 1px solid transparent;
}
#loginForm button:hover {
  color: #002E6D;
  background-color: #fff;
  border: 1px solid #002E6D;
}
.tool-tip {
  position: relative;
  display: inline-block;
  background: #000;
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 13px;
  z-index: 100;
}
.tip_content {
  position: absolute;
  margin: auto auto;
  max-width: 4.5rem;
  height: auto;
  background: black;
  border: 1.5px solid #F2F2F2;
  padding: 0.3rem;
  color: white;
  z-index: 100;
  font-size: 14px;
  line-height: 1;
  visibility: hidden;
}
.tip_content.on {
  visibility: visible;
  opacity: 1;
}
p.centre_text {
  text-align: center !important;
}
.pie-chart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.pie-chart .colored-block {
  color: #fff;
  background-color: red;
  line-height: 1.5;
  width: 40px;
  height: 40px;
  left: 0;
  position: absolute;
  margin-left: -44px;
  margin-top: -4px;
  padding: 5px 0 0 12px;
}
@media only screen and (max-width: 992px) {
  .pie-chart .colored-block {
    margin-top: -2px;
  }
}
.pie-chart .list-chart {
  width: 50%;
}
.pie-chart .list-chart ol li::before {
  z-index: 10;
  color: #ffffff;
  margin-left: -58px;
  position: absolute;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .pie-chart .list-chart ol li::before {
    margin-left: -45px;
  }
}
.pie-chart .list-chart ol li::after {
  content: ".";
  position: absolute;
  margin-left: -17px;
  margin-top: 2px;
  z-index: 10;
  left: 0;
}
@media (max-width: 1200px) {
  .pie-chart .list-chart {
    width: 100%;
  }
}
.pie-chart .percent {
  opacity: 0;
}
.pie-chart .chart-list {
  margin-top: 0.5rem;
}
.pie-chart .chart-wrapper {
  width: calc(46% - 2rem);
  margin-top: 0;
}
.pie-chart .chart-wrapper .chart_title {
  margin: 0 0 1em 0;
}
@media (max-width: 1200px) {
  .pie-chart .chart-wrapper {
    width: 100%;
  }
}
.pie-chart h2 {
  font-size: 18px;
}
.pie-chart .chart-list {
  font-size: 0.475rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .pie-chart .chart-list {
    font-size: 0.8rem;
    padding: 0 0%;
    margin-left: 3rem;
  }
}
.pie-chart .chart-list li {
  margin-bottom: 0.1rem;
  color: #fff;
  min-height: 40px;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  background-color: #04ADEF;
  margin-left: 0.22rem;
  position: relative;
}
.pie-chart .chart-list li a {
  color: white;
  width: 100%;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding-left: 0.5rem;
}
.v-grid-row.Full.width {
  width: calc(100% - .2rem);
  margin: 0 auto;
}
.v-grid-row.Full.width.gray {
  width: calc(100% - 1rem);
  background-color: #F2F2F2;
  padding: 1rem 1rem 1rem 0.5rem;
  margin: 0 auto 1rem auto;
}
div#standard-content .v-col-many ul {
  width: 100%;
}
div#standard-content .v-col-many ul.bluebullets li {
  background-image: url(/images/icons/circle-blue.svg);
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding-left: 1em;
}
.v-grid-row.v-col-many.grid-75-25 {
  margin: 0px -5px -18px -5px;
}
.v-col-many {
  display: flex;
  margin: 0px -5px -18px -5px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.v-col-many.last {
  margin: 0px -5px 0 -5px;
}
.v-col-many .v-grid-col-3 {
  width: 25%;
  padding: 0.5rem;
}
.v-col-many .v-grid-col-4 {
  width: 33.3333%;
  padding: 0.5rem;
}
.v-col-many .v-grid-col-6 {
  width: 50%;
  padding: 0.5rem;
}
.v-col-many .v-grid-col-9 {
  width: 75%;
  padding-left: 10px !important;
}
.v-col-many .v-grid-col-9 .single--card {
  padding: 0.5rem;
}
.v-col-many .v-grid-col-12 {
  width: 100%;
}
.v-col-many .v-grid-col {
  /* single card */
  /* single card */
}
.v-col-many .v-grid-col .gray {
  background-color: #F2F2F2;
  padding: 1rem 1rem 1rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .v-col-many .v-grid-col {
    width: 100%;
  }
}
.v-col-many .v-grid-col .contentpanel {
  background-color: #F2F2F2;
  margin-bottom: 0;
}
.v-col-many .v-grid-col .contentpanel-header h2 {
  padding: 1.5em 5%;
}
.v-col-many .v-grid-col .contentpanel-content {
  background-color: #F2F2F2;
}
.v-col-many .v-grid-col .contentpanel-content:before {
  position: absolute;
  top: -1.5vw;
  left: calc(50% - 1.5vw);
  border-left: 1.5vw solid transparent;
  border-bottom: 1.5vw solid #F2F2F2;
  border-right: 1.5vw solid transparent;
  z-index: 1;
}
.v-col-many .v-grid-col .contentpanel.single--card {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  border: none;
  margin-top: -20px;
  transition: all 0.25s ease-out, opacity 0.25s ease-in-out;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 40px;
}
.v-col-many .v-grid-col .contentpanel.single--card:hover .contentpanel-content::before {
  z-index: 1;
  opacity: 1;
}
.v-col-many .v-grid-col .contentpanel.single--card:hover ul li a {
  background-color: #0065A2;
  color: #fff;
  border: 1px solid transparent;
}
.v-col-many .v-grid-col .contentpanel.single--card .card-wrapper {
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.v-col-many .v-grid-col .contentpanel.single--card ul li a {
  transition: all 0.25s ease-out;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 0.2rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #0065A2;
  border-radius: 6px;
  display: inline-block;
}
.v-col-many .v-grid-col .contentpanel.single--card ul li a::after {
  display: none;
}
.v-col-many .v-grid-col .contentpanel.single--card > h2 {
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 6px solid;
  max-width: 100%;
}
.v-col-many .v-grid-col .contentpanel.single--card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.v-col-many .v-grid-col .contentpanel.single--card .contentpanel-content {
  transition: all 0.25s ease-out, opacity 0.5s ease-in-out;
  min-height: 145px;
  padding: 25px 0px 0px 0px;
  background-color: #fff;
}
.v-col-many .v-grid-col .contentpanel.single--card .contentpanel-content ul {
  position: relative;
  bottom: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.v-col-many .v-grid-col .contentpanel.single--card .contentpanel-content ul li {
  background: none !important;
  padding-left: 0 !important;
}
.v-col-many .v-grid-col .contentpanel.single--card .contentpanel-content::before {
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .v-col-many {
    margin: 1rem auto 0 auto;
  }
}
.v-col-many .contentpanel {
  width: 100% !important;
}
.gradient {
  -webkit-backface-visibility: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  width: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}
.search-inner-wrapper {
  margin: 1rem 0 0.3rem 0;
}
.search-inner-wrapper form {
  display: flex;
  justify-content: center;
}
.search-inner-wrapper input[type="submit"] {
  color: #fff;
  background-color: #00aeef;
  border: none;
  padding: 0rem 0.9rem;
  height: 1rem;
}
.search-inner-wrapper input[type="text"] {
  height: 1rem;
  border: none;
  padding: 0.2rem;
  outline: none;
}
.grid-feature-block {
  transition: 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.grid-feature-block::after {
  display: none;
}
.grid-feature-block.h2-center .inner-wrapper h2 {
  padding-top: 1rem;
  padding: 1rem 0.2rem 0 0.2rem;
}
.grid-feature-block .inner-wrapper {
  z-index: 5;
  position: relative;
}
.grid-feature-block .inner-wrapper h2 {
  width: 100%;
}
.grid-feature-block .inner-wrapper h2.Xlarge-size {
  font-size: 0.62rem;
}
.grid-feature-block .inner-wrapper h2.large-size {
  font-size: 0.54rem;
}
.grid-feature-block .inner-wrapper h2.medium-size {
  font-size: 0.48rem;
}
.grid-feature-block .inner-wrapper h2.small-size {
  font-size: 0.4rem;
}
.grid-feature-block.white {
  background-color: #fff;
}
.grid-feature-block.white .inner-wrapper a {
  color: #00aeef;
}
.grid-feature-block.purple {
  background-color: #83389b;
}
.grid-feature-block.aqua {
  background-color: #009ba4;
}
.grid-feature-block.grey {
  background-color: #676567;
}
.grid-feature-block.blue-middle {
  background-color: #318dc2;
}
.grid-feature-block.blue {
  background-color: #00aeef;
}
.grid-feature-block.darkblue {
  background-color: #006097;
}
.grid-feature-block.orange {
  background-color: #f39200;
}
.grid-feature-block.apple {
  background-color: #008624;
}
.grid-feature-block.light-grey {
  background-color: #f2f2f2;
}
.linkbutton-grid .v-grid-col-4,
.linkbutton-grid .v-grid-col-3,
.linkbutton-grid .v-grid-col-6,
.linkbutton-grid .v-grid-col-9 {
  padding: 20px 10px 20px 10px;
  position: relative;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.linkbutton-grid .linkbutton-grid {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.linkbutton-grid .linkbutton-grid a {
  color: #fff;
  text-decoration: none;
}
.linkbutton-grid .linkbutton-grid a::after {
  display: none;
}
.linkbutton-grid .linkbutton-grid a:hover .grid-feature-block {
  height: 100%;
  opacity: 0.8;
  width: 100%;
  z-index: 4;
}
.linkbutton-grid .linkbutton-purple {
  background-color: #83389b;
}
.linkbutton-grid .linkbutton-blue {
  background-color: #00aeef;
}
.linkbutton-grid .linkbutton-mediumblue {
  background-color: #318dc2;
}
.linkbutton-grid .linkbutton-darkblue {
  background-color: #006097;
}
.linkbutton-grid .linkbutton-orange {
  background-color: #f39200;
}
.linkbutton-grid .linkbutton-teal {
  background-color: #009ba4;
}
.linkbutton-grid .linkbutton-apple {
  background-color: #008624;
}
.linkbutton-grid .linkbutton-olive {
  background-color: #a19d20;
}
#vacancy-list p,
#vacancy-list h2,
#vacancy-list h3,
#vacancy-list h4 {
  width: 100%;
  max-width: none;
}
table#careerslisting {
  border: 0;
}
table#careerslisting tr {
  border-color: #fff;
  border-width: 0 0 0.5em 0;
}
table#careerslisting tr:nth-of-type(2n) {
  background: #edf8fe;
}
table#careerslisting tr:nth-of-type(2n+1) {
  background: #dbf2ff;
}
table#careerslisting tr th,
table#careerslisting tr td {
  padding: 1em;
}
table#careerslisting thead tr:first-of-type {
  background: #fff;
  border: 0;
}
#vacancy-details h2 {
  background-color: #006097;
  color: #fff;
  padding: 0.5em;
  max-width: none;
}
#vacancy-details p,
#vacancy-details h3 {
  width: 100%;
  max-width: none;
}
#vacancy-details table {
  margin-bottom: 1em;
}
#vacancy-details table h3 {
  margin: 0;
}
#vacancy-details table th,
#vacancy-details table td {
  padding: 0.75em;
}
#vacancy-details table tr {
  border-color: rgba(255, 255, 255, 0.5);
}
#vacancy-details table.blue {
  background-color: #dbf2ff;
  border-color: #dbf2ff;
}
#vacancy-details table.lblue {
  background-color: #edf8fe;
  border-color: #edf8fe;
}
#vacancy-details ul.checkboxlist {
  margin-left: 0;
  clear: both;
}
#vacancy-details ul.checkboxlist li {
  background: none;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
}
#vacancy-details ul.checkboxlist li input {
  display: block;
  float: left;
  max-width: 10%;
}
#vacancy-details ul.checkboxlist li span {
  display: block;
  float: left;
  width: 90%;
}
#vacancy-details .careers-pnl {
  width: 100%;
  background-color: #f2f2f2;
  border: 1.5vw solid #f2f2f2;
  margin-bottom: 0.5em;
}
#vacancy-details .careers-pnl-dblue {
  background-color: #006097;
  border: 1.5vw solid #006097;
  color: #fff;
}
#vacancy-details .careers-pnl-pass,
#vacancy-details .careers-pnl-fail {
  display: none;
}
#vacancy-details .button {
  color: white;
  background-color: #797979;
  border: none;
  font-size: 0.4em;
  padding: 0.5vw 5vw;
  display: block;
  text-decoration: none;
  float: right;
}
#vacancy-application h2 {
  background-color: #006097;
  color: #fff;
  padding: 0.5em;
  max-width: none;
}
#vacancy-application p,
#vacancy-application h3 {
  width: 100%;
  max-width: none;
  margin: 10px 0;
}
#vacancy-application .app-nav ul {
  display: flex;
  flex-flow: row wrap;
  background-color: #72a7c5;
  max-width: 100% !important;
  line-height: 1 !important;
  padding: 1vw;
  margin: 0 !important;
  font-size: 0.5em;
}
#vacancy-application .app-nav ul li {
  background: none;
  padding: 0;
  font-weight: bold;
  color: white;
  text-decoration: none;
  opacity: 0.5;
}
#vacancy-application .app-nav ul li::after {
  content: "\00a0\00a0|\00a0\00a0";
  color: white;
  opacity: 0.5;
}
#vacancy-application .app-nav ul li:last-child::after {
  content: none;
}
#vacancy-application .app-nav ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
#vacancy-application .app-nav ul li:hover {
  color: white;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
#vacancy-application .app-nav ul li.active {
  opacity: 1;
}
form fieldset .wrapper {
  padding: 1.5vw;
  padding-bottom: 1.5rem;
}
form fieldset .wrapper.lblue {
  background-color: #edf8fe;
}
form fieldset .wrapper.mblue {
  background-color: #dbf2ff;
}
form fieldset .wrapper.grey {
  background-color: #f2f2f2;
}
form fieldset .wrapper h3 {
  font-size: 0.55rem;
}
form fieldset .wrapper label {
  font-size: 0.45rem;
  font-weight: bold;
}
form fieldset .wrapper .pnl-white {
  margin: 10px 119px 10px 0;
  width: 100%;
  background: #fff;
  padding: 1px 10px;
  box-sizing: border-box;
  position: relative;
}
form fieldset .wrapper .pnl-white.fixed-height {
  max-height: 250px;
  overflow-y: scroll;
}
form fieldset .wrapper .pnl-white button.info {
  background: #006097;
  border-radius: 50%;
  border: 0px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-style: italic;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
form fieldset .wrapper .pnl-white .info-content {
  position: absolute;
  border: 1px solid #ddd;
  top: 20px;
  left: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 8px 3px;
  padding: 0 10px;
  z-index: 10;
  display: none;
}
form fieldset .wrapper .pnl-white span.btn-cls {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: black;
}
form fieldset .wrapper .pnl-white span.btn-cls:before {
  content: "";
  width: 2px;
  height: 20px;
  margin: 0 9px;
}
form fieldset .wrapper .pnl-white span.btn-cls:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: 9px 0;
}
form .radio-list {
  font-size: 0.5em;
}
form .radio-list .radio-item {
  display: inline-block;
  width: 28%;
  margin: 0 0.5rem 15px 0;
  vertical-align: top;
}
form .radio-list .radio-item label {
  font-weight: normal;
}
form .radio-list .radio-item input[type="checkbox"] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: top;
}
form .radio-list .radio-item span {
  display: inline-block;
  width: calc(100% - 1rem);
}
form .btn {
  float: right;
  color: white;
  background-color: #797979;
  border: none;
  font-size: 0.4em;
  cursor: pointer;
  padding: 0.5em 2em;
  transition: background-color ease-in-out 350ms;
}
form .btn:hover {
  background-color: #000;
}
form .form-row {
  display: flex;
  flex-wrap: wrap;
}
form .form-row .form-group {
  width: 50%;
  padding: 0 10px 0 0;
}
form .form-row .form-group:nth-child(2n) {
  padding: 0;
}
form .form-row .form-group.wide {
  width: 100%;
  padding: 0;
}
form .form-row .form-group label {
  font-size: 0.45rem;
  font-weight: bold;
}
form .form-row .form-group .field-validation-error {
  font-size: 0.45rem;
  font-weight: bold;
  color: red;
}
form .form-row .form-group select {
  color: #616265;
  background-image: url('/images/icons/caret-down-b0b0b2.svg');
  background-color: #fff;
  width: 100%;
  padding: 0.5vw 0.5vw;
}
form .wordcount {
  position: relative;
}
form p.wordcountmessage {
  text-align: right;
}
section#home-page-grid {
  padding: 0;
  padding-bottom: 100px;
}
.quick-links-card {
  position: fixed;
  top: 12.9rem;
  right: 0;
  z-index: 2;
  border-radius: 4px;
  width: 62px;
  height: 169px;
  background-color: #002E6D;
}
.quick-links-card:focus-visible {
  outline: 1px solid #CF0C71;
}
@media (max-width: 1600px) {
  .quick-links-card {
    top: 10rem;
  }
}
@media (max-width: 992px) {
  .quick-links-card.on {
    top: 0%;
    height: 100vh;
    width: 100%;
    background-color: transparent;
  }
}
.quick-links-card .links--title span.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid #fff;
  margin-top: 9px;
  margin-left: 7px;
  border-radius: 2px;
}
.quick-links-card .links--title h2 {
  top: 95px;
  height: auto;
  left: -51px;
  width: 169px;
  text-align: center;
  display: flex;
  color: #fff;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(90deg);
  line-height: 26px;
  letter-spacing: 0em;
  cursor: pointer;
  margin: 0;
  max-width: 169px;
}
.quick-links-card .links-card-wrapper {
  background-color: #fff;
  width: 760px;
  top: -150%;
  min-height: 500px;
  box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 60px;
  transform: translateX(17%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 992px) {
  .quick-links-card .links-card-wrapper {
    padding: 70px 25px;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    top: 0;
    overflow-y: scroll;
  }
}
.quick-links-card .links-card-wrapper ul#how-do-i {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quick-links-card .links-card-wrapper ul#how-do-i li {
  background: #002E6D;
  border-radius: 4px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  padding: 12px 15px;
  width: 49%;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .quick-links-card .links-card-wrapper ul#how-do-i li {
    width: 100%;
  }
}
.quick-links-card .links-card-wrapper ul#how-do-i li:hover {
  border: 1px solid #0065A2;
  background-color: #fff;
  background: #fff;
}
.quick-links-card .links-card-wrapper ul#how-do-i li:hover a {
  color: #000;
}
.quick-links-card .links-card-wrapper ul#how-do-i li:hover a:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.55841 1.1188L11.0554 4.71026H0V6.28974H11.0554L7.55841 9.8812L8.64778 11L14 5.5L8.64778 0L7.55841 1.1188Z' fill='%23000000'/%3e%3c/svg%3e") no-repeat 50% 50%;
}
.quick-links-card .links-card-wrapper ul#how-do-i li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.quick-links-card .links-card-wrapper ul#how-do-i li a::before {
  content: "";
  position: absolute;
  padding: 10px;
  z-index: 13;
  right: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.55841 1.1188L11.0554 4.71026H0V6.28974H11.0554L7.55841 9.8812L8.64778 11L14 5.5L8.64778 0L7.55841 1.1188Z' fill='%23fff'/%3e%3c/svg%3e ") no-repeat 50% 50%;
  top: 0;
}
.quick-links-card .links-card-wrapper.on {
  transform: translateX(-91%);
}
@media (max-width: 992px) {
  .quick-links-card .links-card-wrapper.on {
    transform: translateX(0%);
  }
}
.quick-links-card .links-card-wrapper span.close-links-card {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.quick-links-card .links-card-wrapper span.close-links-card:hover {
  opacity: 1;
}
.quick-links-card .links-card-wrapper span.close-links-card:before,
.quick-links-card .links-card-wrapper span.close-links-card:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.quick-links-card .links-card-wrapper span.close-links-card:before {
  transform: rotate(45deg);
}
.quick-links-card .links-card-wrapper span.close-links-card:after {
  transform: rotate(-45deg);
}
.quick-links-card .links-card-wrapper .links--title-inner {
  background-color: #002E6D;
  color: #fff;
  padding: 25px 28px;
  position: absolute;
  top: 43%;
  left: -161px;
  transform: rotate(90deg) translateY(-50%);
  border-radius: 4px;
  cursor: pointer;
}
.quick-links-card .links-card-wrapper .links--title-inner span.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid #fff;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  border-radius: 2px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .quick-links-card .links-card-wrapper .links--title-inner {
    display: none;
  }
}
.quick-links-card .links-card-wrapper .links--title-inner h2 {
  transform: rotate(0deg);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.land-page-2021.header-section#start #description-body {
  background-color: #0065A2;
  padding: 1.3rem 2rem 1rem 2.5rem;
}
@media (max-width: 992px) {
  .land-page-2021.header-section#start #description-body {
    padding: 2rem;
    min-height: 340px;
  }
}
@media (min-width: 1515px) {
  .land-page-2021.header-section#start #description-body {
    left: -95px;
  }
}
.land-page-2021.header-section#start #description-body h1 {
  color: #fff;
}
.land-page-2021.header-section#start #description-body p.intro-summary {
  color: #fff;
}
@media (max-width: 992px) {
  .land-page-2021.header-section#start #description-body p.intro-summary {
    margin-top: 0;
    font-size: 18px;
  }
}
.contentpanel-container-row-hp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.contentpanel-container-row-hp .contentpanel.double--card {
  width: 50%;
  border: 16px solid #fff;
  margin-top: 40px;
  transition: all 0.25s ease-out, opacity 0.25s ease-in-out;
  margin-bottom: 0;
}
.contentpanel-container-row-hp .contentpanel.double--card:hover .contentpanel-content::before {
  z-index: 1;
  opacity: 1;
}
.contentpanel-container-row-hp .contentpanel.double--card:hover ul li a {
  background-color: #002E6D;
  color: #fff;
  border: 1px solid transparent;
}
.contentpanel-container-row-hp .contentpanel.double--card > div {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .contentpanel-container-row-hp .contentpanel.double--card {
    width: 100%;
  }
}
.contentpanel-container-row-hp .contentpanel.double--card ul li a {
  transition: all 0.25s ease-out;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #0065A2;
  border-radius: 6px;
  padding: 0.2rem;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.contentpanel-container-row-hp .contentpanel.double--card ul li a::after {
  display: none;
}
.contentpanel-container-row-hp .contentpanel.double--card > h2 {
  text-transform: uppercase;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 6px solid;
  max-width: 100%;
}
.contentpanel-container-row-hp .contentpanel.double--card .contentpanel-header {
  min-height: 235px;
  width: 50%;
}
@media (max-width: 992px) {
  .contentpanel-container-row-hp .contentpanel.double--card .contentpanel-header {
    width: 100%;
  }
}
.contentpanel-container-row-hp .contentpanel.double--card .contentpanel-content {
  width: 50%;
  padding: 0px 25px 25px 25px;
}
@media (max-width: 992px) {
  .contentpanel-container-row-hp .contentpanel.double--card .contentpanel-content {
    width: 100%;
    padding: 20px 0;
  }
}
.contentpanel-container-row-hp .contentpanel.double--card .contentpanel-content ul {
  position: absolute;
  bottom: 0;
}
.contentpanel-container-row-hp .contentpanel.double--card .contentpanel-content p {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.contentpanel-container-row-hp .contentpanel.double--card .contentpanel-content::before {
  content: "";
  position: absolute;
  left: calc(0% - 1.4vw);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 1vw solid transparent;
  border-bottom: 1vw solid white;
  border-right: 1vw solid transparent;
  z-index: -1;
  opacity: 0;
}
.contentpanel.single--card {
  width: 25%;
  flex: 25%;
  max-width: 33.3%;
  border: 16px solid #fff;
  margin-top: 40px;
  transition: all 0.25s ease-out, opacity 0.25s ease-in-out;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
}
.contentpanel.single--card:hover .contentpanel-content::before {
  z-index: 1;
  opacity: 1;
}
.contentpanel.single--card:hover ul li a {
  background-color: #0065A2;
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .contentpanel.single--card {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .contentpanel.single--card {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.contentpanel.single--card .card-wrapper {
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.contentpanel.single--card ul li a {
  transition: all 0.25s ease-out;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 0.2rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #0065A2;
  border-radius: 6px;
  display: inline-block;
}
.contentpanel.single--card ul li a::after {
  display: none;
}
.contentpanel.single--card > h2 {
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 6px solid;
  max-width: 100%;
}
.contentpanel.single--card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.contentpanel.single--card .contentpanel-content {
  transition: all 0.25s ease-out, opacity 0.5s ease-in-out;
  min-height: 145px;
  padding: 25px 0px 0px 0px;
}
.contentpanel.single--card .contentpanel-content ul {
  position: absolute;
  bottom: 0;
}
.contentpanel.single--card .contentpanel-content::before {
  opacity: 0;
}
/*large news panel homepagegrid end*/
#home-page-grid .intranet-facet {
  width: 50%;
  border: 22px solid #fff;
}
.contentpanel.single--card .contentpanel-header {
  min-height: 170px;
}
.contentpanel-header {
  position: relative;
}
.contentpanel-header > img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.header-section-landing-page {
  padding: 1rem;
  min-height: 480px;
  position: relative;
  width: 100%;
  margin: 25px 0;
  max-width: 1580px;
}
.header-section-landing-page .azure-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 50px);
  top: -25px;
  z-index: -1;
  background-color: #0065A2;
  margin: 0 auto;
  max-width: 1350px;
}
.header-section-landing-page .description-body-landing-page {
  background-color: #fff;
  width: 45%;
  min-height: 400px;
  padding: 60px 90px;
}
@media (max-width: 1200px) {
  .header-section-landing-page .description-body-landing-page {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .header-section-landing-page .description-body-landing-page {
    width: 100%;
    padding: 35px;
  }
}
.header-section-landing-page .description-body-landing-page h1 {
  display: inline-block;
  border-top: 4px solid;
  font-size: 60px;
  font-weight: 300;
  padding-top: 10px;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
@media (max-width: 992px) {
  .header-section-landing-page .description-body-landing-page h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.header-section-landing-page .description-body-landing-page > p {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 40px;
}
.header-section#start .linkstrip > div {
  background-color: #006395;
}
.header-section#start .linkstrip-item {
  text-transform: none;
  border-right-color: #006395;
  background-color: rgba(0, 99, 149, 0.75);
}
.header-section#start .linkstrip-item a {
  color: #ffffff;
}
.header-section {
  background-size: cover;
  padding-bottom: 0;
}
#start #description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header-section #description h1 {
  font-size: 1.35em;
  font-weight: lighter;
  min-height: 10.5vw;
  text-align: left;
  color: white;
  padding: 1.5vw;
}
.header-section#start.land-page-2021 {
  margin-bottom: 0px !important;
  padding-bottom: 16px;
}
.header-section#start.news-landing-2021 {
  margin-bottom: 50px !important;
}
.header-section#start {
  margin-bottom: 50px !important;
  min-height: 501px;
  z-index: 0;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
}
.header-section#start p.intro-summary {
  font-size: 22px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.header-section#start #description-body {
  padding: 0.5rem 1rem 1rem 0.2rem;
  background-color: #fff;
  width: 46%;
  min-height: 420px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .header-section#start #description-body {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
@media (max-width: 992px) {
  .header-section#start #description-body {
    width: 100%;
    margin: -70px 20px 0 20px;
    order: 2;
    position: static;
    padding: 1.5rem;
  }
}
.header-section#start #description p.hero--tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 35px;
  padding-top: 10px;
  border-top: 4px solid #002E6D;
  display: inline-block;
}
@media (max-width: 992px) {
  .header-section#start #description p.hero--tag {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.header-section#start .img--box {
  position: relative;
  width: 70%;
  min-height: 501px;
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .header-section#start .img--box {
    width: 100%;
    min-height: 280px;
  }
}
.header-section#start .img--box img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.header-section#start #description h1 {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
  text-align: left;
  min-height: 0;
  padding: 0;
  border: none;
  color: #000;
}
@media (max-width: 992px) {
  .header-section#start #description h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1300px) {
  .header-section#start #description h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
section#latest-news .section-heading {
  justify-content: center;
}
.large-news-panel {
  margin-top: 0px;
  padding: 0 15px;
}
.news-item.tweets {
  background-color: #fff;
  border: 1px solid #E4E8EC;
  padding: 0;
}
@media (max-width: 992px) {
  .news-item.tweets {
    margin-top: 10px;
  }
}
.news-item.tweets .twitter-card-wrapper {
  padding: 0px 25px 10px 25px;
  height: 84%;
  border-top: 1px solid #E4E8EC;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > a {
  visibility: hidden;
  position: relative;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > a:after {
  visibility: visible;
  content: 'View on Twitter';
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  color: #2B7BB9;
  width: 100%;
  font-weight: 400;
  background: none;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > div {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 35px;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > div p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #000;
  margin: 0;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > div a {
  width: 100%;
  color: #687684;
}
.news-item.tweets .twitter-card-wrapper .linkstrip-item > div.tweetheader {
  width: 70%;
  margin-top: 0px;
}
.news-item.tweets .twitter-card-wrapper span a {
  color: #1d70b8;
}
.news-item.tweets .linkstrip-item {
  background-color: white;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #292F33;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.linkstrip-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #292F33;
  padding: 25px 15px 12px 25px;
}
.linkstrip-title > span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #687684;
}
.linkstrip-title span.tweet--name {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #2B7BB9;
}
main .linkstrip-item a[href*="//"]::after {
  content: none;
}
.linkstrip-spacer {
  flex-grow: 1;
}
.linkstrip-extra {
  margin-left: auto;
  background-color: dodgerblue;
}
.linkstrip-extra a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\f95b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\f905";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\f95c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\f95d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\f95e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\f95f";
}
.fa-handshake-slash:before {
  content: "\f960";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\f961";
}
.fa-head-side-cough-slash:before {
  content: "\f962";
}
.fa-head-side-mask:before {
  content: "\f963";
}
.fa-head-side-virus:before {
  content: "\f964";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\f965";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\f966";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\f967";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\f968";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\f969";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\f96a";
}
.fa-pump-soap:before {
  content: "\f96b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\f96c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\f96e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\f96f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\f970";
}
.fa-store-slash:before {
  content: "\f971";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\f972";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\f974";
}
.fa-virus-slash:before {
  content: "\f975";
}
.fa-viruses:before {
  content: "\f976";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*** MEDIA QUERIES ***/
@media all and (max-width: 880px) {
  #dr-container table th,
  #dr-container table td {
    padding: 10px 5px 10px 10px;
  }
}
@media all and (max-width: 660px) {
  .dr-wrapper .guide {
    display: none;
  }
  .dr-wrapper h2 {
    font-size: 1.3em;
    width: 90%;
    padding-left: 4%;
  }
  .dr-wrapper h3,
  .dr-wrapper h4,
  .dr-wrapper p {
    font-size: 0.95em;
    width: 90%;
    padding-left: 4%;
  }
  #dr-container ul.navi {
    display: block;
    position: absolute;
    margin: 0;
    top: -30px;
    z-index: 20;
    right: 0;
  }
  ul.navi li {
    display: inline-block;
    float: left;
  }
  ul.navi li button {
    color: #fff;
    background: url(/images/icons/caret-right-ffffff.svg) no-repeat #00aeef;
    background-size: 25px;
    background-position: center;
    border: none;
    width: 30px;
    height: 29px;
    margin: 1px 0 0 1px;
    font-size: 0em;
    cursor: pointer;
  }
  ul.navi li button.prev {
    background-image: url(/images/icons/caret-left-ffffff.svg);
  }
  #dr-container table {
    font-size: 12px;
  }
  #dr-container table thead th {
    height: 60px;
  }
  #dr-container table tbody th,
  #dr-container table tbody td {
    height: 100px;
  }
  #dr-container table.cloned {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10;
    margin-left: 0vw;
    height: 80vh;
    width: 30vw;
  }
  #dr-container .inner {
    margin-left: 30vw;
  }
  #dr-container table.prim {
    height: 80vh;
    width: 228vw;
  }
  #dr-container table.prim th.freeze {
    display: none;
  }
  #dr-container table thead th div::after {
    content: '';
    display: none;
  }
  #dr-container table .tbcell.tblrow-4 {
    background: #fff;
  }
  .dr-wrapper {
    margin: -5vw;
    width: calc(99.9% + 10vw);
    padding: 1em 0;
  }
  div#dr-container {
    font-size: 0.8em;
    position: relative;
    padding: 0;
  }
  #dr-container div.inner {
    width: 70%;
    overflow-y: hidden;
    float: right;
  }
  #dr-container table tbody .tbcell .cell-inner,
  #dr-container table tbody .tbcell .cell-overflow.cell-overflow {
    max-width: none;
    width: 50vw;
  }
}
@media all and (min-width: 1600px) {
  html {
    font-size: 40px !important;
  }
  nav::after {
    width: 1580px;
    height: 123px;
    bottom: -123px;
  }
  section .card > a {
    height: 474px;
  }
  #Events .card > a {
    height: 200px;
  }
  .contentpanel-image {
    max-height: 158px;
  }
  .card-large {
    height: initial;
  }
}
@media all and (max-width: 768px) {
  .header-section #description h1 {
    font-size: 1em;
  }
  .dropdown.visible li:hover > a {
    color: #ffffff;
  }
  #standard-header h1 {
    font-size: 1em;
    width: auto;
  }
  p {
    max-width: 100%;
    font-size: 0.4em;
  }
  h2 {
    max-width: 100%;
  }
  #standard-content ul {
    font-size: 0.4em;
    max-width: 100%;
  }
  ol {
    font-size: 0.4em;
    max-width: 100%;
  }
  nav {
    padding: 0 2.5%;
  }
  nav a {
    color: #ffffff;
  }
  nav br {
    content: "";
  }
  nav br::after {
    content: "\00a0";
  }
  nav li#selectedpage a span {
    color: #ffffff;
  }
  li:hover > a {
    color: #ffffff;
  }
  .search-box {
    display: none;
  }
  #search {
    display: none;
  }
  #menu-top li:not(#hamburger) {
    margin: 0 1.5vw;
  }
  #menu-top a.user-portal {
    font-size: 0.6rem;
  }
  #hamburger {
    display: block;
  }
  #hamburger > button.fa-bars:after {
    display: none;
  }
  #hamburger button {
    font-size: 30px;
  }
  #menu-items {
    display: none;
    background-color: #002E6D;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 100%;
  }
  #menu-top a.user-portal {
    font-size: 0.6rem;
  }
  #menu-items #top-bar {
    display: flex;
    padding: 2.5vw;
  }
  #menu-items ul#menu-main {
    flex-direction: column;
  }
  #menu-items ul#menu-main .dropdown {
    background-color: #002E6D !important;
  }
  #menu-items ul#menu-main > li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    margin: 0;
    padding: 0;
  }
  #menu-items ul#menu-main > li:last-child {
    border-bottom: none;
  }
  #menu-items ul#menu-main > li > a {
    padding: 2.5vw;
  }
  #home-page-grid .intranet-facet {
    width: 32%;
    margin-right: 1%;
  }
  .dropdown {
    padding: 0;
    top: calc(5vw + 1.25em + 2px);
    background-image: none;
    background-color: #00aeef !important;
    min-height: 89%;
  }
  .dropdown-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .dropdown h1 {
    margin-bottom: 0;
    font-size: 1.1em;
    padding: 2.5vw;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }
  .dropdown-top img {
    display: none;
  }
  .dropdown-close {
    display: none;
  }
  .dropdown h1 a {
    color: white;
  }
  .dropdown-back {
    display: block;
    text-align: right;
    padding: 2.5vw;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
  }
  .dropdown-list {
    margin: 0;
    columns: 1;
    font-size: 1em;
    line-height: 1;
    width: 100%;
  }
  .dropdown-title {
    width: 100%;
  }
  .dropdown-title > p {
    display: none;
  }
  .dropdown-list li {
    font-weight: normal;
    padding: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }
  .dropdown-list li a {
    margin: 0;
    padding: 2.5vw;
    color: #ffffff;
  }
  .dropdown-list li ul {
    position: absolute;
    top: 0;
    background-color: #002E6D !important;
    min-height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 0.8rem;
  }
  .dropdown-list li ul li > .dropdown-back {
    border-bottom: none;
  }
  .dropdown-list li ul li > h1 {
    border-bottom: none;
    padding: 0;
  }
  .grid-card-container {
    font-size: 1.4em;
  }
  .grid-card-1x2 {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 0.9vw;
  }
  .grid-card-2x2 {
    width: 100%;
    height: 50vw;
    margin-bottom: 0.9vw;
  }
  .grid-card-2x2:last-child,
  .grid-card-1x2:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .grid-card-1x2:nth-child(2n) {
    margin-right: 0;
  }
  #description {
    width: 50%;
    font-size: 1.25em;
  }
  #description-body {
    font-size: 1.25em;
  }
  main {
    font-size: 1.25em;
  }
  section {
    padding: 5%;
  }
  section .card > a {
    height: 35vw;
  }
  #standard-header {
    padding: 2.5% 2.5% 0;
    font-size: 1.25em;
  }
  section#standard-container aside {
    display: none;
  }
  div#standard-content {
    width: 100%;
    font-size: 1.2em;
  }
  .image-selector,
  .team-selector {
    font-size: 0.5em !important;
  }
  .news-story-title {
    font-size: 0.5em;
  }
  .news-story-title h2 {
    padding-right: 0;
    font-size: 1.25em;
    max-width: 100%;
  }
  h2.download-heading {
    font-size: 0.7rem;
  }
  h3.download-item-heading {
    font-size: 0.7rem;
  }
  div.download-item-content {
    font-size: 1.5em;
  }
  select {
    font-size: 0.4em;
  }
  .year-selector {
    font-size: 0.4em !important;
  }
  #rest-of-page .grid-card-container .grid-card {
    height: 50vw;
  }
  /*.contentpanel-container.contentpanel {
        width: 32.66%;
        font-size: 1.1em;
        margin-right: 1%;
    }

    .contentpanel {
        width: 32.64%;
    }

    .contentpanel:nth-of-type(4n) {
        margin-right: 1%;
    }

    .contentpanel:nth-of-type(3n) {
        margin-right: 0;
    }

    .contentpanel:nth-last-child(-n+3) {
        margin-bottom: 0;
    }*/
  .contentpanel-image {
    height: 17.5vw;
  }
  .accordion > ul > li > i {
    right: 2.5vw;
  }
  .accordion > ul > li > i::before,
  .accordion > ul > li > i::after {
    width: 0.5vw;
    height: 2vw;
  }
  footer {
    padding: 5%;
    font-size: 1.75em;
  }
  .intranet-facet {
    width: 49.25%;
    margin-bottom: 3.5vw;
  }
  .card-large {
    min-height: 50vw;
  }
  .linkstrip {
    display: none;
  }
  .person:nth-of-type(3n+1) {
    margin-right: 0.75vw;
  }
  .person {
    width: calc(49% - 0.5vw);
  }
  .person-content {
    height: 100%;
    background-color: #006395;
  }
  section#standard-container {
    flex-flow: row wrap;
  }
  #touts-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .news-story-header {
    flex-flow: row wrap;
  }
  #home-page-grid .large-news-panel.contentpanel {
    width: 65%;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  #menu-top a.user-portal {
    display: none !important;
  }
}
@media all and (max-width: 425px) {
  p {
    max-width: 100%;
    font-size: 0.8rem;
  }
  p.standard-intro-paragraph {
    font-size: 1rem;
  }
  h2 {
    font-size: 1rem;
    max-width: 100%;
  }
  h3 {
    font-size: 0.95rem;
    max-width: 100%;
  }
  h4 {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .announcement-signup {
    flex-direction: column;
    font-size: 1.3em;
    padding: 0.5em;
  }
  .announcement-signup input {
    padding: 0.5em;
    margin-top: 0;
  }
  .announcement-signup input[type=submit] {
    margin-left: 0;
    padding: 0.5em;
  }
  .filter-announcements {
    margin-bottom: 0.5em;
  }
  .filter-announcements select {
    font-size: 1.1rem;
    padding: 0.5em;
    margin-bottom: 0.5em;
  }
  .year-selector {
    width: 100%;
    margin-left: 0 !important;
    font-size: 1.1rem !important;
    padding: 0.5em;
  }
  .announcement {
    font-size: 1.2em;
    margin-bottom: 0.25em;
    padding: 0.5em;
  }
  .announcement img {
    display: none;
  }
  #get-more-content {
    font-size: 1.5em;
  }
  #get-more-content a {
    padding: 0.5em;
  }
  .image-selector {
    font-size: 1rem !important;
    padding: 0.5em;
  }
  .image-container {
    width: 100%;
  }
  .image-card {
    width: calc(50% - 0.5vw);
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
  .image-card:nth-of-type(3n) {
    margin-right: 1vw;
  }
  .image-card:nth-of-type(2n) {
    margin-right: 0;
  }
  .image-card-image {
    height: 0;
    padding-bottom: 67%;
  }
  .image-card-main {
    height: auto;
    padding: 0.5em;
  }
  .highlight .image-card-image {
    padding-bottom: 0;
  }
  .highlight h3 {
    font-size: 1em;
  }
  #home-page-grid .intranet-facet {
    width: 100%;
  }
  .newsroom-signup .title {
    width: 50%;
    height: auto;
    padding: 3%;
  }
  .newsroom-signup .title::after {
    content: none;
  }
  .newsroom-signup .summary {
    width: 50%;
    height: auto;
    padding: 3%;
  }
  .newsroom-signup .summary p {
    padding-right: 0;
  }
  .newsroom-signup .image {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
  .newsroom-signup .signup {
    width: 50%;
    height: 0;
    padding: 3%;
    padding-bottom: 50%;
  }
  .newsroom-signup .signup h4 {
    font-size: 0.45em;
  }
  .newsroom-signup .signup form {
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
  }
  .newsroom-signup .signup fieldset {
    display: flex;
    flex-direction: column;
  }
  .newsroom-signup .signup fieldset.left {
    margin-right: 0;
    margin-bottom: 0.25em;
  }
  .newsroom-signup .signup fieldset label {
    margin-bottom: 0.5em;
  }
  .newsroom-signup .signup fieldset br {
    display: none;
  }
  .newsroom-signup .signup input {
    width: 100%;
  }
  .newsroom-signup .signup input[type=submit] {
    padding: 0.5em;
    width: 100%;
  }
  .filter-news {
    margin-bottom: 0.5em;
  }
  .filter-news select {
    font-size: 1.1rem;
    padding: 0.5em;
    margin-bottom: 0.5em;
    width: auto;
  }
  .filter-news ul {
    width: 100%;
  }
  .news-card-container {
    width: 100%;
  }
  .news-card {
    width: calc(50% - 1vw);
    height: 40vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .news-card.news {
    border-bottom: 2vw solid #002E6D;
  }
  .news-card.twitter {
    border-bottom: 2vw solid #00aeef;
  }
  .news-card:nth-of-type(2n) {
    margin-right: 0;
  }
  .events-card {
    width: calc(50% - 1vw);
    height: 40vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .events-card:nth-of-type(3n) {
    margin-right: 2vw;
  }
  .events-card:nth-of-type(2n) {
    margin-right: 0;
  }
  .team-selector {
    font-size: 1rem !important;
    padding: 0.5em;
  }
  .team-container {
    margin-top: 2vw;
  }
  .person {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .person:nth-of-type(3n+1) {
    margin-right: 0;
  }
  .person:nth-of-type(2n-1) {
    margin-right: 0;
  }
  .person-image img {
    max-width: 100%;
  }
  .person-main {
    min-height: 22.5vw;
  }
  .person-big {
    width: 100%;
  }
  .person-content {
    height: 100%;
    background-color: #006395;
  }
  .person-big .person-content,
  .person-big .person-info {
    float: left;
    width: 100%;
    height: auto;
  }
  .letter-selector {
    padding: 1em;
    padding-bottom: 0.5em;
    font-size: 0.5em !important;
  }
  .letter-selector li {
    padding-bottom: 0.5em;
  }
  .glossary h2 {
    font-size: 1rem;
  }
  dl.glossary-results {
    font-size: 0.45em;
  }
  dl.glossary-results dt {
    padding: 1em 1em 0.5em;
  }
  dl.glossary-results dd {
    padding: 0 1em 1em;
  }
  #standard-content ul {
    font-size: 0.75rem;
  }
  ol {
    font-size: 0.75rem;
  }
  #social-anchor {
    display: none;
  }
  nav {
    padding: 0 5%;
  }
  #menu-top {
    padding: 5vw 0;
  }
  nav a#logo img {
    height: 28px;
    width: 250px;
  }
  #menu-items {
    width: 100%;
    font-size: 1.1rem;
    z-index: 10;
  }
  #menu-top a.user-portal {
    font-size: 0.6rem;
  }
  #menu-items #top-bar {
    padding: 5vw;
  }
  #menu-items ul#menu-main > li > a {
    padding: 5vw;
  }
  /*#menu-items ul#menu-main > li > a.has-children::after,
	#menu-items ul#menu-main a.has-children::after {
		font-size: 1em;
		right: 5vw;
	}*/
  .dropdown {
    top: calc(10vw + 1.25em + 2px);
  }
  .dropdown h1 {
    padding: 5vw;
  }
  .dropdown-back {
    padding: 5vw;
  }
  .dropdown-back::before {
    left: 5vw;
  }
  .dropdown-list li a {
    padding: 5vw;
  }
  .dropdown-list li ul {
    font-size: 1.1rem;
  }
  .grid-card-container {
    font-size: 1.3em;
  }
  .grid-card-2x2,
  .grid-card-1x2 {
    width: 100%;
    margin-bottom: 5vw;
    min-height: 338px;
  }
  .grid-card-container > div {
    margin-bottom: 5vw;
  }
  .grid-card-2x2 .grid-card-content,
  .grid-card-1x2 .grid-card-content {
    padding: 2.5vw;
    width: 100%;
    min-height: 196px;
  }
  .grid-card-content p {
    line-height: 1.25;
  }
  #rest-of-page > div {
    flex-direction: column;
  }
  #rest-of-page .grid-card-container {
    font-size: 1.3em;
    width: 100%;
  }
  .intranet-facet {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .intranet-facet h2:not(:first-of-type) {
    margin-top: 1em;
  }
  .intranet-facet ul li {
    font-size: 0.5em;
  }
  #rest-of-page .grid-card-container .grid-card {
    width: 100%;
    height: 100vw;
    margin-bottom: 16vw;
  }
  #rest-of-page .grid-card-container .grid-card:first-child,
  #rest-of-page .grid-card-container .grid-card:nth-child(2),
  #rest-of-page .grid-card-container .grid-card:last-child {
    margin-bottom: 16vw;
  }
  section {
    padding: 5vw;
    font-size: 2em;
  }
  section::after {
    content: none;
  }
  #standard-header {
    padding: 2.5% 4.5% 1.5%;
  }
  #breadcrumb {
    font-size: 0.5em;
    line-height: 1.5;
  }
  #standard-header h1 {
    /*width: 60vw;*/
    font-size: 1.25em;
  }
  .header-section #description {
    width: 100%;
    margin-top: 5vw;
  }
  .header-section #description-body {
    font-size: 0.65em;
  }
  .header-section #description h1 {
    font-size: 0.5em;
  }
  .header-section #description p {
    max-width: 100%;
  }
  /*.contentpanel {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5vw !important;
    }*/
  /*.contentpanel:nth-last-child(1) {
        margin-bottom: 0 !important;
    }*/
  .contentpanel-image {
    height: 40vw;
  }
  /*.contentpanel-content::before {
        top: -3.5vw;
        left: calc(50% - 3.75vw);
        border-left: 3.75vw solid transparent;
        border-bottom: 3.75vw solid white;
        border-right: 3.75vw solid transparent;
    }*/
  .linkstrip {
    flex-flow: column nowrap;
    font-size: 0.3em;
  }
  .linkstrip-item {
    border-right: none;
  }
  .linkstrip-spacer {
    display: none;
  }
  .linkstrip-extra {
    margin-left: 0;
  }
  .contentpanel-contact {
    width: 95vw;
    height: 47.5vw;
  }
  .section-heading button {
    width: 6vw;
    height: 6vw;
  }
  section .card-container {
    padding: 0;
  }
  section .card {
    width: 100%;
  }
  section .card > a {
    width: 90vw;
    height: 120vw;
  }
  section .card-category {
    font-size: 1rem;
    padding: 0.5em;
  }
  section .card-content {
    font-size: 1rem;
  }
  section .card-content::before {
    border-left-width: 5vw;
    border-right-width: 5vw;
    border-bottom-width: 5vw;
    top: -4.75vw;
    left: calc(50% - 5vw);
  }
  .halfbox-container {
    flex-flow: column nowrap;
  }
  .halfbox {
    width: 100%;
    margin-top: 5vw;
  }
  .halfbox:first-of-type {
    margin-top: 0;
  }
  section#standard-container aside {
    display: none;
  }
  .accordion > ul > li > i::before,
  .accordion > ul > li > i::after {
    width: 0.5vw;
    height: 2vw;
  }
  .accordion > ul > li > input[type=checkbox]:checked {
    height: 15vw;
  }
  .accordion ul li {
    padding-right: 0.8em;
  }
  .related-links {
    padding: 3vw;
  }
  .related-links li {
    width: 48.5%;
    margin-right: 3%;
  }
  .related-links li a {
    padding: 0.5em 0;
  }
  .related-links li:nth-child(2n) {
    margin-right: 0;
  }
  .related-links li:nth-last-child(-n+4) {
    border-bottom: none;
  }
  .related-links li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  footer {
    padding: 5vw;
    font-size: 2em;
  }
  #footer-top {
    flex-direction: column;
  }
  #footer-left {
    width: 100%;
  }
  #footer-right {
    align-items: flex-start;
    padding-top: 5vw;
    width: 100%;
    text-align: left;
  }
  #social-icons {
    font-size: 0.45em;
  }
  #footer-bottom {
    flex-direction: column;
  }
  #footer-bottom #copyright {
    order: 1;
    margin-top: 2em;
  }
  #footer-bottom ul {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer-bottom ul li {
    border-right: none;
    border-left: 1px solid #bababb;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  #footer-bottom ul li:last-child {
    border-left: 1px solid #bababb;
    margin-bottom: 0;
  }
  .intranet-facet {
    width: 100%;
    margin-bottom: 0.4em;
  }
  .announcement .announcement-top {
    display: block;
  }
  div.advanced-search-main {
    display: block;
    width: 100%;
  }
  div.advanced-search-facet {
    display: none;
  }
  .results-found,
  .results-shown,
  .contact-top,
  .job,
  .search input,
  .search button {
    font-size: 0.275em;
  }
  .news-story-title {
    font-size: 0.5em;
    width: 100%;
  }
  .news-story-image {
    width: 100%;
    min-height: 20vh;
  }
  .news-item {
    font-size: 1rem;
  }
  .newslist-card-content {
    padding: 5%;
  }
}
@media all and (max-width: 425px) and (max-width: 768px) {
  #menu-top a.user-portal {
    display: none !important;
  }
}
@media (max-width: 425px) {
  #rest-of-page .grid-card-container {
    flex-flow: column;
  }
  .contentpanel-container .news-card.twitter.twitter-large {
    width: 100%;
    margin-bottom: 5vw;
  }
  #home-page-grid .large-news-panel.contentpanel {
    width: 100%;
  }
  .news-panel-left,
  .news-panel-right {
    width: 100%;
    display: inline-block;
    float: none;
  }
}
.portal-icons {
  display: none;
}
@media (max-width: 768px) {
  .portal-icons {
    display: block;
  }
}
.portal-icons .portal-link-list {
  display: flex;
}
.portal-icons .portal-link-list li {
  margin: 1rem;
}
a:focus-visible {
  outline: 1px solid #CF0C71;
  transition: none;
}
/*# sourceMappingURL=/css/main.css.map */