/*! CSS by Element78 */
:root {
  --COLOR-Primary: #005db6;
  --COLOR-Secondary: #37dba9;
  --COLOR-Tertiary: #2477d2;
  --COLOR-Accent: #37dba9;
  --COLOR-Base: #333333;
  --COLOR-BaseLight: #ffffff;
  --COLOR-BaseDark: #333333;
  --TYPE-FontSize: 1rem;
  --TYPE-LineHeight: 1.5rem;
  --TYPE-SIZE-XXXXL: calc(var(--TYPE-FontSize, 1rem) * 3.5);
  --TYPE-SIZE-XXXL: calc(var(--TYPE-FontSize, 1rem) * 3);
  --TYPE-SIZE-XXL: calc(var(--TYPE-FontSize, 1rem) * 2.375);
  --TYPE-SIZE-XL: calc(var(--TYPE-FontSize, 1rem) * 1.75);
  --TYPE-SIZE-L: calc(var(--TYPE-FontSize, 1rem) * 1.125);
  --TYPE-SIZE-M: calc(var(--TYPE-FontSize, 1rem) * 1);
  --TYPE-SIZE-S: calc(var(--TYPE-FontSize, 1rem) * 0.9375);
  --TYPE-SIZE-XS: calc(var(--TYPE-FontSize, 1rem) * 0.875);
  --TYPE-SIZE-XXS: calc(var(--TYPE-FontSize, 1rem) * 0.75);
  --TYPE-FontColor: #333333;
  --TYPE-AltFontColor: #37dba9;
  --TYPE-HeadingsColor: #005db6;
  --TYPE-HeadingsAltColor: #ffffff;
  overflow-y: scroll;
  scroll-behavior: smooth;
  --hex-gap: 6px;
  --hex-height: 12vw;
  --hex-width: var(--hex-height) * (120 / 104);
  --hex-triangle: var(--hex-width) * -0.25;
  --hex-offset-x: calc(var(--hex-width) + var(--hex-triangle));
  --hex-offset-y: calc((var(--hex-height) + var(--hex-gap)) / 2);
  --hex-offset-x2: calc((var(--hex-triangle)) + (var(--hex-gap) / 2));
  --hex-offset-y2: calc((var(--hex-height) / -2))
}
html {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block
}
blockquote,
dl,
figure,
ol,
p,
pre,
ul {
  margin: 1.5rem 0
}
dd,
menu menu,
ol menu,
ol ol,
ol ul,
ul menu,
ul ol,
ul ul {
  margin: 0
}
ol,
ul {
  padding: 0
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #005db6;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio,
canvas,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
svg:not(:root) {
  overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
summary {
  display: list-item
}
menu {
  display: block;
  margin: 1.5rem 0;
  padding: 0
}
[hidden],
template {
  display: none
}
@-webkit-viewport {
  width: device-width
}
@-moz-viewport {
  width: device-width
}
@-ms-viewport {
  width: device-width
}
@viewport {
  width: device-width
}
::-moz-selection {
  background: #37dba9;
  color: #000;
  text-shadow: none
}
::selection {
  background: #37dba9;
  color: #000;
  text-shadow: none
}
*,
::after,
::before {
  box-sizing: inherit
}
html {
  box-sizing: border-box;
  min-height: 100%;
  line-height: 1.6
}
body {
  font-size: 1em;
  background-color: #fff;
  color: #333;
  min-height: 100vh;
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400
}
picture {
  display: block
}
a:active,
a:hover {
  outline: 0
}
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block
}
img[src$=".svg"] {
  width: 100%
}
button,
input,
select,
textarea {
  vertical-align: baseline
}
input[type=search] {
  width: 100%
}
button:hover {
  cursor: pointer
}
body.fonts-loaded {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
@font-face {
  font-family: Abel;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Abel"),local("Abel-Regular"),url(/assets/fonts/abel-regular-webfont.woff2) format("woff2"),url(/assets/fonts/abel-regular-webfont.woff) format("woff")
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"),local("Poppins-Light"),url(/assets/fonts/poppins-light-webfont.woff2) format("woff2"),url(/assets/fonts/poppins-light-webfont.woff) format("woff")
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins"),local("Poppins-Regular"),url(/assets/fonts/poppins-regular-webfont.woff2) format("woff2"),url(/assets/fonts/poppins-regular-webfont.woff) format("woff")
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins Semibold"),local("Poppins-Semibold"),url(/assets/fonts/poppins-semibold-webfont.woff2) format("woff2"),url(/assets/fonts/poppins-semibold-webfont.woff) format("woff")
}
.fonts-loaded body {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
a:hover {
  cursor: pointer
}
.u-h1,
.u-h2,
.u-h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana,Geneva,sans-serif;
  font-weight: 700;
  margin: 1.5rem 0;
  text-rendering: optimizelegibility
}
.fonts-loaded .u-h1,
.fonts-loaded .u-h2,
.fonts-loaded .u-h3,
.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5,
.fonts-loaded h6 {
  font-family: Poppins,Verdana,Geneva,sans-serif
}
.u-h1:first-child,
.u-h2:first-child,
.u-h3:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}
.u-h1:last-child,
.u-h2:last-child,
.u-h3:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}
.u-h1,
h1 {
  font-size: 3rem;
  line-height: 1.3
}
.u-h2,
h2 {
  font-size: 2.375rem;
  line-height: 1.3
}
.u-h3,
h3 {
  font-size: 1.75rem;
  line-height: 1.3
}
h4 {
  font-size: 1.125rem;
  line-height: 1.3
}
h5,
h6 {
  font-size: 1rem;
  line-height: 1.3
}
.u-subheading {
  font-size: 2.375rem;
  line-height: 1.3
}
p {
  margin: 1.5rem 0
}
p:first-child {
  margin-top: 0
}
p:last-child {
  margin-bottom: 0
}
p:first-child:last-child {
  margin-top: 0;
  margin-bottom: 0
}
hr {
  box-sizing: content-box;
  overflow: visible;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d9d9d9;
  padding: 0;
  margin: 1.5rem 0
}
ins {
  background: #ff0;
  color: #000;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: Monaco,"Courier New",Courier,monospace,serif;
  font-size: 1rem
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
pre code {
  display: block;
  padding: 1rem
}
code {
  background-color: #f2f2f2;
  padding: 0 .5rem
}
.highlight > pre,
pre.highlight {
  max-width: 100%;
  overflow: auto;
  border-left: 6px solid #8ab9eb
}
.highlight > pre code,
pre.highlight code {
  border-left: 32px solid #f8f8f8
}
q {
  quotes: none
}
q::after,
q::before {
  content: "";
  content: none
}
.small,
small {
  font-weight: 400;
  font-size: 80%
}
summary:hover {
  cursor: pointer
}
summary:focus {
  outline: 0
}
#js-obs1 {
  position: absolute;
  top: 160px;
  left: 0;
  height: 100px;
  width: 1px
}
picture[data-picturesize*=sq]::after,
picture[data-picturesize*=sq]::before {
  content: '';
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px
}
picture[data-picturesize*=sq]::before {
  float: left;
  padding-bottom: 100%
}
.g {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}
.gc {
  flex: 1
}
.g--flex > .gc {
  display: flex
}
.g--fit > .gc {
  flex: 1
}
.g--autosize .gc {
  flex: none;
  max-width: 100%
}
.g--full > .gc {
  flex: 0 0 100%;
  max-width: 100%
}
.g--1-2 > .gc {
  flex: 0 0 50%;
  max-width: 50%
}
.g--1-3 > .gc {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.g--1-4 > .gc {
  flex: 0 0 25%;
  max-width: 25%
}
@media screen and (max-width:37.5em) {
  .g__sm--fit > .gc {
    flex: 1
  }
  .g__sm--1 > .gc {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g__sm--1-2 > .gc {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g__sm--1-3 > .gc {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g__sm--1-4 > .gc {
    flex: 0 0 25%;
    max-width: 25%
  }
}
@media screen and (min-width:37.51em) and (max-width:50em) {
  .g__md--fit > .gc {
    flex: 1
  }
  .g__md--1 > .gc {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g__md--1-2 > .gc {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g__md--1-3 > .gc {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g__md--1-4 > .gc {
    flex: 0 0 25%;
    max-width: 25%
  }
}
@media screen and (min-width:50.01em) {
  .g__lg--fit > .gc {
    flex: 1
  }
  .g__lg--1 > .gc {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g__lg--1-2 > .gc {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g__lg--1-3 > .gc {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g__lg--1-4 > .gc {
    flex: 0 0 25%;
    max-width: 25%
  }
  .g__lg--1-5 > .gc {
    flex: 0 0 20%;
    max-width: 20%
  }
}
.g .gc--1 {
  flex: 0 0 100%;
  max-width: 100%
}
.g .gc--1-2,
.g .gc--2-4 {
  flex: 0 0 50%;
  max-width: 50%
}
.g .gc--1-3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.g .gc--2-3 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.g .gc--1-4 {
  flex: 0 0 25%;
  max-width: 25%
}
.g .gc--3-4 {
  flex: 0 0 75%;
  max-width: 75%
}
.g .gc--1-5 {
  flex: 0 0 20%;
  max-width: 20%
}
.g .gc--2-5 {
  flex: 0 0 40%;
  max-width: 40%
}
.g .gc--3-5 {
  flex: 0 0 60%;
  max-width: 60%
}
.g .gc--4-5 {
  flex: 0 0 80%;
  max-width: 80%
}
@media screen and (max-width:37.5em) {
  .g .gc__sm--1 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g .gc__sm--1-2 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g .gc__sm--1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g .gc__sm--2-3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .g .gc__sm--1-4 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .g .gc__sm--3-4 {
    flex: 0 0 75%;
    max-width: 75%
  }
}
@media screen and (min-width:37.51em) and (max-width:50em) {
  .g .gc__md--1 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g .gc__md--1-2,
  .g .gc__md--2-4 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g .gc__md--1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g .gc__md--2-3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .g .gc__md--1-4 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .g .gc__md--3-4 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .g .gc__md--2-5 {
    flex: 0 0 40%;
    max-width: 40%
  }
  .g .gc__md--3-5 {
    flex: 0 0 60%;
    max-width: 60%
  }
  .g .gc__fmd--1-3 {
    flex: 0 0 300px;
    max-width: 300px
  }
  .g .gc__fmd--1-4 {
    flex: 0 0 280px;
    max-width: 280px
  }
  .g .gc__fmd--1-5 {
    flex: 0 0 260px;
    max-width: 260px
  }
  .g .gc__fmd--c1 {
    flex: 0 0 200px;
    max-width: 200px
  }
}
@media screen and (min-width:50.01em) {
  .g .gc__lg--1 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .g .gc__lg--1-2,
  .g .gc__lg--2-4 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .g .gc__lg--1-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .g .gc__lg--2-3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .g .gc__lg--1-4 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .g .gc__lg--3-4 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .g .gc__lg--1-5 {
    flex: 0 0 20%;
    max-width: 20%
  }
  .g .gc__lg--2-5 {
    flex: 0 0 40%;
    max-width: 40%
  }
  .g .gc__lg--3-5 {
    flex: 0 0 60%;
    max-width: 60%
  }
  .g .gc__lg--4-5 {
    flex: 0 0 80%;
    max-width: 80%
  }
  .g .gc__flg--1-3 {
    flex: 0 0 420px;
    max-width: 420px
  }
  .g .gc__flg--1-4 {
    flex: 0 0 315px;
    max-width: 315px
  }
  .g .gc__flg--1-4b {
    flex: 0 0 280px;
    max-width: 280px
  }
  .g .gc__flg--1-5 {
    flex: 0 0 252px;
    max-width: 252px
  }
  .g .gc__flg--c1 {
    flex: 0 0 200px;
    max-width: 200px
  }
  .g .gc__flg--c2 {
    flex: 0 0 250px;
    max-width: 250px
  }
  .g .gc__flg--c3 {
    flex: 0 0 350px;
    max-width: 350px
  }
  .g .gc__flg--c4 {
    flex: 0 0 420px;
    max-width: 420px
  }
  .g .gc__flg--c5 {
    flex: 0 0 550px;
    max-width: 550px
  }
}
@media screen and (min-width:61.26em) {
  .g .gc__fxlg--1-5 {
    flex: 0 0 252px;
    max-width: 252px
  }
  .g .gc__fxlg--c1 {
    flex: 0 0 260px;
    max-width: 260px
  }
  .g .gc__fxlg--c2 {
    flex: 0 0 320px;
    max-width: 320px
  }
  .g .gc__fxlg--c3 {
    flex: 0 0 360px;
    max-width: 360px
  }
  .g .gc__fxlg--c4 {
    flex: 0 0 420px;
    max-width: 420px
  }
  .g .gc__fxlg--c5 {
    flex: 0 0 550px;
    max-width: 550px
  }
  .g .gc__lg--3-10 {
    flex: 0 0 30%;
    max-width: 30%
  }
  .g .gc__lg--7-10 {
    flex: 0 0 70%;
    max-width: 70%
  }
}
.g .gc--top,
.g--top {
  align-items: flex-start
}
.g .gc--bottom,
.g--bottom {
  align-items: flex-end
}
.g .gc--middle,
.g--middle {
  align-items: center
}
.g .gc--left,
.g--left {
  justify-content: flex-start
}
.g .gc--center,
.g--center {
  justify-content: center
}
.g .gc--right,
.g--right {
  justify-content: flex-end
}
.g .gc--autosize {
  flex: none;
  max-width: 100%
}
.g .gc--full {
  flex: 0 0 100%;
  max-width: 100%
}
.g .gc--rtl,
.g--rtl {
  flex-direction: row-reverse
}
.g--gutters {
  margin: -.75rem 0 .75rem -.75rem
}
.g--gutters > .gc {
  padding: .75rem 0 0 .75rem
}
@media screen and (min-width:37.51em) and (max-width:50em) {
  .g--gutters {
    margin: -1.125rem 0 1.125rem -1.125rem
  }
  .g--gutters > .gc {
    padding: 1.125rem 0 0 1.125rem
  }
}
@media screen and (min-width:50.01em) {
  .g--gutters {
    margin: -1.5rem 0 1.5rem -1.5rem
  }
  .g--gutters > .gc {
    padding: 1.5rem 0 0 1.5rem
  }
}
.o-form__section {
  background-image: linear-gradient(180deg,#ededed,#fff);
  padding: 25px;
  border: 1px solid #8f8f8f
}
.o-form__section + .o-form__section {
  margin-top: 1.5625rem
}
.o-form__row {
  display: flex;
  flex-flow: row wrap;
  padding: .3125rem;
  margin-top: 1.25rem;
  margin-left: -1.5625rem
}
.o-form__row > * {
  flex: 1 0 0px;
  margin-left: 1.5625rem
}
.o-form__row:first-child {
  margin-top: 0
}
.o-form__row--grid {
  display: flex;
  flex-flow: row wrap
}
.o-form__row--grid > * {
  flex: 1 1 400px;
  margin-bottom: 1.25rem
}
.o-form__row--grid:not(:last-child) {
  margin-bottom: 1.25rem
}
.o-form__row--inline {
  display: flex;
  flex-flow: row wrap
}
.o-form__row--inline > * {
  flex: 1 1 280px
}
.o-form__row--lg-sm > :nth-child(2) {
  flex: 0 0 auto
}
.o-form__row--expand {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0
}
.o-form__row--expand > * {
  margin-left: 0
}
.o-form__row--actions {
  flex: 1 0 0px
}
.o-form__row--actions .o-form__control {
  display: flex;
  justify-content: flex-end
}
.o-form__row--login > :first-child {
  flex: 0 0 auto
}
.o-form__row--login > :last-child {
  align-items: center
}
.o-form__row--1-2 {
  justify-content: space-between;
  max-width: 100%
}
.o-form__row--1-2 > * {
  flex: 1 0 0px
}
.o-form__alert:not(:empty) {
  flex: 0 0 100%;
  border-radius: 3px 3px 0 0;
  background-color: rgba(219,38,43,.03);
  color: #db262b;
  padding: .5rem
}
.o-form__alert:not(:empty) .o-form__alert-content {
  display: flex;
  align-items: center
}
.o-form__alert-content {
  margin-right: auto;
  text-align: left
}
.o-form__alert-inline:not(:empty) {
  display: flex;
  align-items: center;
  padding: .5rem;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(90deg,rgba(219,38,43,.03) 75%,rgba(219,38,43,0));
  color: #db262b
}
.o-form__alert-inline .c-icon {
  flex: 0 0 30px;
  padding-left: 6px;
  font-size: 1.25rem
}
.o-form__alert-inline .o-form__alert-content {
  margin-right: auto;
  text-align: left;
  flex: 0 1 auto
}
.o-form__error-summary {
  margin-bottom: 1.25rem
}
.o-form__actions {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0
}
.o-form__input--group {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.o-form__input--group .c-input {
  display: flex;
  align-items: center;
  margin-left: 1.25rem
}
.o-form__input--group .c-input:first-child {
  margin-left: 0
}
.o-form__input--group .c-input__field {
  flex: 1 0 0px
}
.o-form__input--group .c-input__label {
  flex: 0 0 auto;
  margin-left: .625rem
}
.o-form__input--group.o-form__input--single .c-input__label {
  flex: 1 1 auto;
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}
.o-form__input--group .c-input__label--flex {
  flex: 1 0 auto
}
.o-form__input--group .c-icon {
  flex: 0 0 auto
}
.o-form__input--inlinegroup {
  display: flex;
  align-items: center
}
.o-form__input--rowgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.o-form__input--rowgroup .c-inputwrap {
  margin-bottom: .3125rem
}
.o-form__input--rtl .c-input__label {
  order: -1;
  margin-left: 0;
  margin-right: .625rem
}
.o-form__input--vertical .c-input {
  display: block;
  margin-bottom: .625rem
}
.o-form__input--gridcell {
  display: grid;
  grid-template-columns: repeat(3,-webkit-min-content);
  grid-template-columns: repeat(3,min-content);
  grid-gap: 5px
}
.o-form__input--gridcell > :nth-child(4) {
  grid-column: 1/-1
}
.o-form__input--withbutton {
  display: flex
}
.o-form__input--withbutton .c-input {
  flex: 1 0 0px
}
.o-form__input--withbutton .c-button {
  margin-left: 1.5625rem
}
.o-form__input--withbutton .c-button--inline {
  margin-left: 0
}
.o-form--edit .o-form__control {
  display: flex;
  flex-flow: row wrap
}
.o-form--edit .o-form__label {
  flex: 0 0 220px;
  max-width: 220px;
  word-break: normal;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin-right: 1.5625rem
}
.o-form--edit .o-form__input {
  flex: 1 1 auto
}
.o-form--edit .o-form__input--vertical {
  flex: 1 0 0px;
  flex-flow: row wrap
}
.o-form--edit .o-form__input--vertical > * {
  flex: 1 0 100%
}
.o-form--edit .c-input--textarea textarea {
  min-height: 120px
}
.o-form--edit .o-form__alert:not(:empty) {
  flex: 0 0 100%
}
.o-form--edit .o-form__alert:not(:empty) .o-form__alert-content {
  margin-left: 245px;
  display: flex;
  align-items: center;
  padding: .5rem;
  border-radius: 3px 3px 0 0;
  background-color: rgba(219,38,43,.03);
  color: #db262b
}
.o-form--edit .o-form__alert-content {
  margin-right: auto;
  text-align: left
}
.o-form--2col .c-card__body {
  columns: 2
}
.o-form--2col .o-form__row:first-of-type {
  margin-top: 0
}
.o-form--2col .o-form__row:last-of-type:nth-child(odd) {
  margin-bottom: 3.75rem
}
label {
  cursor: pointer
}
.c-label {
  display: block;
  width: 100%;
  padding-top: .625rem
}
.c-label__text {
  font-family: Verdana,Geneva,sans-serif;
  font-weight: 500
}
.fonts-loaded .c-label__text {
  font-family: Poppins,Verdana,Geneva,sans-serif
}
.c-label-hint {
  font-size: 80%;
  color: #666
}
.c-inputwrap {
  display: flex;
  align-items: center;
  margin-right: 1.5625rem
}
.c-inputwrap .c-input__label {
  margin-left: 0;
  margin-right: .625rem
}
.c-inputwrap.c-inputwrap--rtl .c-input__label {
  order: 1;
  margin-left: .625rem;
  margin-right: 0
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input {
  display: block;
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #5a5a5a;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400
}
.fonts-loaded .o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input--xs {
  max-width: 80px
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input--sm {
  max-width: 130px
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input--md {
  max-width: 220px
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input--lg {
  max-width: 310px
}
.o-form__input:not(.o-form__input--group):not(.o-form__input--gridcell):not(.o-form__input--rowgroup) .c-input--xl {
  max-width: 400px
}
.o-form__input--group .c-input--color .c-input__field,
.o-form__input--group .c-input--number .c-input__field,
.o-form__input--group .c-input--text .c-input__field {
  box-shadow: 0 0 0 1px #5a5a5a;
  background-color: #fff;
  color: #333
}
.o-form__input--group .c-input__label img {
  max-width: 150px
}
.c-input__field {
  width: 100%;
  border: none;
  color: inherit;
  background-color: transparent;
  padding: .375rem
}
@media screen and (min-width:50.01em) {
  .c-input__field {
    padding: .625rem
  }
}
.c-input__field:focus {
  box-shadow: 0 0 0 2px rgba(68,68,68,.6)
}
.o-form__row--expand .c-input__field:focus {
  box-shadow: inset 0 0 0 2px rgba(68,68,68,.6)
}
.o-form--alt .c-input__field:focus {
  box-shadow: 0 0 0 2px rgba(190,190,190,.6)
}
.c-input__field.input-validation-error {
  box-shadow: 0 0 1px 2px rgba(219,38,43,.8)
}
.c-input--error {
  box-shadow: 0 0 2px 1px #db262b,inset 0 0 0 0 #db262b
}
.c-input--date {
  box-shadow: none
}
.c-input--date [type=date] {
  border: none;
  box-shadow: 0 0 0 1px #5a5a5a
}
.c-input--radio input[type=radio] ~ .c-icon .c-icon--checked {
  opacity: 0
}
.c-input--radio input[type=radio]:checked ~ .c-icon {
  box-shadow: 0 0 0 0 #fff,0 0 0 3px #5aa2e0;
  border-radius: 50%;
  color: #5aa2e0
}
.c-input--radio input[type=radio]:checked ~ .c-icon .c-icon--checked {
  opacity: 1
}
.o-form__input--gridcell .c-input--radio .c-input__label {
  background-color: #fff;
  color: #333;
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #5aa2e0
}
.o-form__input--gridcell .c-input--radio input[type=radio]:checked ~ .c-input__label {
  background-color: #333;
  color: #fff
}
.c-input--checkbox input[type=checkbox] ~ .c-icon .c-icon--checked {
  opacity: 0
}
.c-input--checkbox input[type=checkbox]:checked ~ .c-icon .c-icon--checked {
  opacity: 1
}
.c-input--checkbox .c-input__field:focus ~ .c-icon {
  box-shadow: 0 0 0 2px #3c75be;
  color: #3c75be
}
.c-input--checkbox .c-input--checkbox .c-icon {
  font-size: 20px
}
.c-input--textarea textarea {
  display: block;
  resize: vertical
}
.c-input--select {
  border-radius: 0
}
.c-input--color input[type=color] {
  display: inline-block;
  padding: 3px 6px;
  margin: 0;
  width: 90px;
  height: 45px;
  border: none
}
.c-input__field--select {
  display: block;
  font-size: 1rem;
  padding: .6em 2em .5em .8em;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #444;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23007CB2' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: .65em auto,100%
}
.c-input__field--select[multiple] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='transparent' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fff 0,#f3f3f3 100%)
}
.c-input__field--select::-ms-expand {
  display: none
}
.c-input__field--select:hover {
  border-color: #888
}
.c-input__field--select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 2px rgba(59,153,252,.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: 0
}
.c-input__field--select option {
  font-weight: 400
}
:root:lang(ar) .c-input__field--select,
:root:lang(iw) .c-input__field--select,
[dir=rtl] .c-input__field--select {
  background-position: left .7em top 50%,0 0;
  padding: .6em .8em .5em 1.4em
}
.c-input__field--select:disabled,
.c-input__field--select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='graytext' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fff 0,#e5e5e5 100%)
}
.c-input__field--select:disabled:hover,
.c-input__field--select[aria-disabled=true] {
  border-color: #aaa
}
.c-error-summary {
  border-left: 6px solid #db262b;
  padding: 10px;
  background-color: rgba(219,38,43,.03);
  background-image: linear-gradient(90deg,rgba(219,38,43,.03) 75%,rgba(219,38,43,0))
}
.c-error-summary__title {
  margin-top: 0
}
.o-fieldset {
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0
}
.o-fieldset__heading {
  margin: 0
}
.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  zoom: 1;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}
.c-icon.xs {
  font-size: .875rem
}
.c-icon.s {
  font-size: .9375rem
}
.c-icon.m {
  font-size: 1rem
}
.c-icon.l {
  font-size: 1.125rem
}
.c-icon.xl {
  font-size: 1.75rem
}
.c-icon.xxl {
  font-size: 2.375rem
}
.c-icon.xxxl {
  font-size: 3rem
}
.c-icon.xxxxl {
  font-size: 3.5rem
}
img[src$=".svg"].inline {
  width: auto
}
.c-icon--non-square-svg {
  width: 1.2060546875em
}
.c-icon--different-height-svg {
  width: 100%;
  min-height: 180px
}
.button--subnav .c-icon--toggle > * {
  transition: .2s ease-in-out;
  transform-origin: center center
}
.button--subnav .c-icon--toggle .c-icon--arrowdown {
  transform: rotate(0)
}
.button--subnav.active .c-icon--toggle .c-icon--arrowdown {
  transform: rotate(180deg)
}
.c-icon--switch {
  height: .51613em;
  font-size: 4rem
}
.c-icon--switch .c-icon--switch__back {
  fill: inherit
}
.c-icon--switch .c-icon--switch__border {
  stroke: inherit
}
.c-icon--switch .c-icon--switch__dotoff {
  fill: #d9d9d9;
  opacity: 1
}
.c-icon--switch .c-icon--switch__dot {
  fill: #d9d9d9;
  opacity: 0
}
.c-icon--switch:active,
.c-icon--switch:focus,
.c-icon--switch:hover {
  cursor: pointer
}
.c-icon--switch.active .c-icon--switch__dotoff {
  fill: #fff;
  opacity: 0
}
.c-icon--switch.active .c-icon--switch__dot {
  fill: #fff;
  opacity: 1
}
@supports (transform:translateX(0%)) {
  .c-icon--switch * {
    transition: transform .2s ease-in-out
  }
  .c-icon--switch .c-icon--switch__dotoff {
    opacity: 0
  }
  .c-icon--switch .c-icon--switch__dot {
    transform: translateX(-47.58%);
    opacity: 1
  }
  .c-icon--switch.active .c-icon--switch__dotoff {
    opacity: 0
  }
  .c-icon--switch.active .c-icon--switch__dot {
    opacity: 1;
    transform: translateX(0)
  }
}
.c-icon--switch.hasstate:active .c-icon--switch__dot,
.c-icon--switch.hasstate:focus .c-icon--switch__dot,
.c-icon--switch.hasstate:hover .c-icon--switch__dot {
  fill: #fff;
  transform: translateX(0)
}
.c-icon--switch.default {
  color: #fff
}
.c-icon--switch.default .c-icon--switch__border {
  stroke: #666;
  stroke-opacity: .5
}
.c-icon--switch.default .c-icon--switch__dot {
  fill: #666
}
.c-icon--switch.default.active {
  color: #3c75be
}
.c-icon--switch.default.active .c-icon--switch__border {
  stroke: inherit
}
.c-icon--switch.default.active .c-icon--switch__dot {
  fill: #fff
}
.o-skiplinks a {
  position: absolute;
  left: -1000em;
  background-color: #fff;
  color: #000;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  z-index: 701
}
.o-skiplinks a:active,
.o-skiplinks a:focus {
  position: absolute;
  top: 40px;
  left: 40px
}
.o-l {
  list-style: none;
  padding: 0;
  margin: 0
}
.o-l--bullet {
  list-style: disc inside
}
.o-l--bullet .o-l--bullet {
  list-style: circle inside;
  margin-left: 25px
}
.o-l--h {
  display: flex;
  flex-wrap: wrap
}
.o-l--h li {
  padding-right: 1rem
}
.o-l--rh {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}
.o-l--rh li {
  padding-left: 1rem
}
.o-l--rhr {
  display: flex;
  justify-content: flex-end;
  flex-flow: row-reverse wrap
}
.o-l--rhr li {
  padding-left: 1rem
}
.o-dl {
  display: flex;
  flex-flow: row wrap;
  margin: 0
}
.o-l--breadcrumbs .o-l__item {
  display: flex;
  align-items: center;
  color: #e6e6e6;
  padding-right: .5rem
}
.o-l--breadcrumbs .o-l__item:not(:first-child) .o-l__link {
  padding-left: .5rem
}
.o-l--breadcrumbs .o-l__link {
  color: #757575;
  text-decoration: none
}
.o-l--breadcrumbs .o-l__link:link,
.o-l--breadcrumbs .o-l__link:visited {
  color: #757575
}
.o-l--breadcrumbs .o-l__link:active,
.o-l--breadcrumbs .o-l__link:focus,
.o-l--breadcrumbs .o-l__link:hover {
  color: #757575;
  text-decoration: underline
}
.o-l--sitemap {
  list-style: disc;
  margin-left: 2rem
}
.o-l--sitemap .o-l--sitemap {
  list-style: disc
}
.o-l--sitemap .o-l--sitemap .o-l--sitemap {
  list-style: circle
}
@supports (flex-direction:column) {
  body {
    display: flex;
    flex-flow: column
  }
}
main {
  display: block;
  position: relative;
  background-color: #fff;
  flex: 1 0 auto
}
main:focus,
main:target {
  outline: 0
}
.o-sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: -92px;
  z-index: 600
}
.o-s {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px
}
.o-s__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
.o-s__picture img {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%
}
.o-s > :not(picture):not(svg) {
  position: relative;
  z-index: 100
}
.o-main {
  padding-top: 36px;
  padding-bottom: 36px
}
.o-s--header {
  background-color: #222;
  color: #fff;
  border-bottom: 1px solid #eaf1f9
}
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button) {
  color: #d9d9d9;
  text-decoration: none
}
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button):link,
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button):visited {
  color: #d9d9d9
}
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button):active,
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button):focus,
.o-s--header a:not(.o-n__link):not(.o-n__sublink):not(.c-button):hover {
  color: #fff;
  text-decoration: underline
}
.o-s--footer {
  background-color: #fafafa;
  border-top: 1px solid #eaf1f9;
  padding-top: 60px;
  padding-bottom: 60px
}
.o-s--breadcrumbs {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaf1f9;
  color: #ccc
}
.o-s--creator {
  background-color: #333;
  color: #fff
}
.o-w {
  margin: 0 auto;
  width: 100%;
  max-width: 78.75em;
  padding-left: .625rem;
  padding-right: .625rem
}
.o-w .o-w {
  padding-left: 0;
  padding-right: 0
}
@media screen and (min-width:37.51em) {
  .o-w {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .o-w .o-w,
  .o-w--nogutter {
    padding-left: 0;
    padding-right: 0
  }
}
.o-w--full {
  max-width: 100%
}
.o-w--nogutter {
  padding-left: 0;
  padding-right: 0
}
.o-w--wide {
  max-width: 96.25em
}
.o-w--wider {
  max-width: 105em
}
.o-w--tight {
  max-width: 60em
}
.o-w--tighter {
  max-width: 50.625em
}
.o-w--tightest {
  max-width: 41.25em
}
.o-w--header {
  display: flex;
  justify-content: space-between
}
.o-w--creator {
  display: flex;
  justify-content: flex-end
}
.o-g {
  display: flex;
  flex-flow: row wrap
}
.no-grid .o-g {
  margin: -25px 0 0 -25px
}
.no-grid .o-g > [class^=o-g__] {
  padding: 25px 0 0 25px
}
.o-g > * {
  width: 100%
}
@supports (display:grid) {
  .o-g {
    display: grid;
    grid-template-areas: "head" "body" "media" "nav" "actions" "secondary" "foot" "aside";
    grid-template-columns: auto;
    grid-gap: 25px 25px;
    gap: 25px 25px
  }
  .th--grid-curo .o-s {
    display: grid
  }
}
.o-g > .o-g__head {
  grid-area: head
}
.o-g > .o-g__body {
  grid-area: body
}
.o-g > .o-g__nav {
  grid-area: nav
}
.o-g > .o-g__media {
  grid-area: media
}
.o-g > .o-g__actions {
  grid-area: actions
}
.o-g > .o-g__secondary {
  grid-area: secondary
}
.o-g > .o-g__foot {
  grid-area: foot
}
.o-g > .o-g__aside {
  grid-area: aside
}
.o-n {
  display: flex;
  flex-flow: row wrap
}
.o-n__list {
  display: flex
}
.o-n__item {
  position: relative
}
.o-n__item.active,
.o-n__item:active,
.o-n__item:focus,
.o-n__item:hover {
  background-color: #f5733a
}
.o-n__item.active .o-n__subcontainer,
.o-n__item:active .o-n__subcontainer,
.o-n__item:focus .o-n__subcontainer,
.o-n__item:hover .o-n__subcontainer {
  display: block
}
.o-n__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: .375rem 1rem
}
.o-n__link:link,
.o-n__link:visited {
  color: #fff
}
.o-n__link:active,
.o-n__link:focus,
.o-n__link:hover {
  color: #fff;
  text-decoration: underline
}
.o-n__subcontainer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px
}
.o-n__sublist {
  background-color: #f5733a;
  padding: .625rem 1.25rem 1.25rem
}
.o-n__sublink {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .3125rem 0 0;
  margin-bottom: .3125rem
}
.o-n__sublink:link,
.o-n__sublink:visited {
  color: #fff
}
.o-n__sublink:active,
.o-n__sublink:focus,
.o-n__sublink:hover {
  color: #fff;
  text-decoration: none
}
.o-n__sublink .o-n__subtext {
  border-bottom: 2px solid transparent
}
.o-n__sublink.active .o-n__subtext,
.o-n__sublink:active .o-n__subtext,
.o-n__sublink:focus .o-n__subtext,
.o-n__sublink:hover .o-n__subtext {
  border-color: #fff
}
.o-hover-img {
  position: static;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: background-image .3s ease-in-out
}
.o-parallax {
  position: static;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%
}
.o-parallax__content {
  width: 100%
}
.th--grid-curo .o-w {
  padding: 0
}
.th--grid-curo .o-s {
  min-height: 200px;
  margin-right: 100px;
  margin-bottom: 3.75rem;
  padding-top: 0;
  padding-bottom: 0
}
.th--grid-curo .o-s--hasBg {
  grid-template-areas: "full"
}
.th--grid-curo .o-s--hasBg>.o-g,
.th--grid-curo .o-s--hasBg>.o-s__picture,
.th--grid-curo .o-s--hasBg>.o-w {
  grid-area: full
}
.th--grid-curo .o-s--gallery .o-s__picture {
  height: 70%
}
.th--grid-curo .o-s--gallery .o-s__spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%
}
.th--grid-curo .o-s--hero {
  min-height: 60vh;
  background-color: #444;
  color: #fff
}
.th--grid-curo {
  margin: 80px 0 160px
}
.th--grid-curo *,
.th--grid-curo ::after,
.th--grid-curo ::before {
  outline: #ff74ff dashed 1px;
  outline-offset: -1px
}
.th--grid-curo .o-g--curo {
  height: 100%;
  grid-template-columns: auto;
  grid-gap: 0
}
.th--grid-curo .o-g--curo .o-g__actions {
  grid-area: actions
}
.th--grid-curo .o-g--curo .o-g__band {
  grid-area: band;
  background-color: #444;
  color: #fff
}
.th--grid-curo .o-g--curo .o-g__body {
  grid-area: body
}
.th--grid-curo .o-g--curo .o-g__caption {
  grid-area: caption
}
.th--grid-curo .o-g--curo .o-g__head {
  grid-area: head
}
.th--grid-curo .o-g--curo .o-g__intro {
  grid-area: intro
}
.th--grid-curo .o-g--curo .o-g__media {
  grid-area: media
}
.th--grid-curo .o-g--curo .o-g__spacer {
  grid-area: spacer
}
.th--grid-curo .o-g--hero {
  grid-template-areas: "head" "..." "caption" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--hero {
    grid-template-areas: "head       ...      caption" "...        ...      caption" "...        ...        ..." "actions   actions   actions";
    grid-template-columns: 200px 3fr minmax(300px,400px)
  }
}
.th--grid-curo .o-g--intro {
  grid-template-areas: "...      ..." "media    ..." "caption  caption" "caption  caption";
  grid-template-columns: 1fr 30px;
  grid-template-rows: 30px 2fr 1fr 1fr
}
.th--grid-curo .o-g--gallery {
  grid-template-areas: "caption" "media"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--intro {
    grid-template-columns: 5fr 2fr 2fr 1fr;
    grid-template-rows: 80px 1fr 2fr 2fr
  }
  .th--grid-curo .o-g--intro .o-g__caption {
    grid-column: 2/4;
    grid-row: 3/-1
  }
  .th--grid-curo .o-g--intro .o-g__media {
    grid-column: 1/3;
    grid-row: 2/-1
  }
  .th--grid-curo .o-g--gallery {
    grid-template-areas: "caption media" "caption media";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr
  }
}
.th--grid-curo .o-g--social {
  grid-template-areas: "band" "intro" "body"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--social {
    grid-template-areas: "band   intro" "body   body";
    grid-template-columns: 400px 1fr
  }
}
.th--grid-curo .o-g--roomhire {
  grid-template-areas: "head" "body" "media"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--roomhire {
    grid-template-areas: "head   media" "body   media";
    grid-template-columns: 1fr 1fr
  }
}
.th--grid-curo .o-g--roomdetails {
  grid-template-areas: "body"
}
.th--grid-curo .o-g--whatson {
  grid-template-areas: "band" "body"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--whatson {
    grid-template-areas: "band   body";
    grid-template-columns: 300px 1fr
  }
}
.th--grid-curo .o-g--cafe {
  grid-template-areas: "band" "body"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--cafe {
    grid-template-areas: "band   body   media";
    grid-template-columns: 300px 1fr 1fr
  }
}
.th--grid-curo .o-g--location {
  grid-template-areas: "band" "body"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--location {
    grid-template-areas: "band   body";
    grid-template-columns: 500px 1fr
  }
}
.th--grid-curo .o-g--team {
  grid-template-areas: "band" "body"
}
@media screen and (min-width:50.01em) {
  .th--grid-curo .o-g--team {
    grid-template-areas: "band   band" "body   body";
    grid-template-columns: 300px 1fr
  }
}
.th--grid-curo .o-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100vh;
  z-index: 500;
  box-shadow: -2px 0 10px rgba(0,0,0,.2)
}
.th--grid-curo .o-nav .c-button--open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.th--grid-curo .o-nav__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  z-index: 5000;
  background-color: #eee;
  box-shadow: -4px 0 10px rgba(0,0,0,.2);
  transform: translateX(110%);
  transition: transform .3s ease-in-out;
  padding: 1.25rem 2.5rem
}
.th--grid-curo .o-nav__container.isVisible {
  transform: translateX(0)
}
.th--grid-ldc .o-w {
  padding: 60px 0
}
.th--grid-ldc .o-s--alt {
  background-color: #444;
  color: #fff
}
.th--grid-ldc .o-s--hasBg {
  grid-template-areas: "full"
}
.th--grid-ldc .o-s--hasBg>.o-g,
.th--grid-ldc .o-s--hasBg>.o-s__picture,
.th--grid-ldc .o-s--hasBg>.o-w {
  grid-area: full
}
.th--grid-ldc {
  margin: 80px 0 160px
}
.th--grid-ldc *,
.th--grid-ldc ::after,
.th--grid-ldc ::before {
  outline: #ff74ff dashed 1px;
  outline-offset: -1px
}
.th--grid-ldc .o-g--ldc {
  grid-template-areas: "head" "body" "media" "actions" "secondary" "foot" "aside";
  grid-template-columns: auto;
  grid-gap: 20px 40px
}
@supports (display:grid) {
  .th--grid-curo .o-g--curo,
  .th--grid-curo .o-s--hasBg,
  .th--grid-ldc .o-g--ldc,
  .th--grid-ldc .o-s,
  .th--grid-ldc .o-s--hasBg {
    display: grid
  }
}
.th--grid-ldc .o-g--ldc .o-g__head {
  grid-area: head
}
.th--grid-ldc .o-g--ldc .o-g__body {
  grid-area: body
}
.th--grid-ldc .o-g--ldc .o-g__media {
  grid-area: media
}
.th--grid-ldc .o-g--ldc .o-g__actions {
  grid-area: actions
}
.th--grid-ldc .o-g--ldc .o-g__secondary {
  grid-area: secondary
}
.th--grid-ldc .o-g--ldc .o-g__foot {
  grid-area: foot
}
.th--grid-ldc .o-g--ldc .o-g__aside {
  grid-area: aside
}
.th--grid-ldc .o-g--example1 {
  grid-template-areas: "head" "body" "media" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example1 {
    grid-template-areas: "head     head  head" "body     ...   media" "actions  ...   media";
    grid-template-columns: 3fr 40px 2fr
  }
}
.th--grid-ldc .o-g--example2 {
  grid-template-areas: "head" "body" "media" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example2 {
    grid-template-areas: "head     ...   media" "body     ...   media" "actions  ...   media";
    grid-template-columns: 2fr 40px 3fr
  }
}
.th--grid-ldc .o-g--example3 {
  grid-template-areas: "head" "body" "media" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example3 {
    grid-template-areas: "... head     ...   media ..." "... body     ...   media ..." "... actions  ...   media ...";
    grid-template-columns: 40px 3fr 40px 1fr 40px
  }
}
.th--grid-ldc .o-g--example4 {
  grid-template-areas: "head" "body" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example4 {
    grid-template-areas: "head     head      head" "body     body      body" "actions  actions   actions";
    grid-template-columns: repeat(3,1fr)
  }
}
.th--grid-ldc .o-g--example5 {
  grid-template-areas: "head" "body" "actions"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example5 {
    grid-template-areas: "head     head      head" "body     body      body" "actions  actions   actions";
    grid-template-columns: repeat(3,1fr)
  }
}
.th--grid-ldc .o-g--example6 {
  grid-template-areas: "head" "body" "secondary" "aside"
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example6 {
    grid-template-areas: "head     head    ...    ..." "body     body    ...    secondary" "aside    aside   aside  aside";
    grid-template-columns: 3fr 3fr 40px 280px
  }
}
.th--grid-ldc .o-g--example6-2col {
  grid-template-areas: "head" "body" "secondary" "aside"
}
a:link,
a:visited {
  color: #005db6
}
a:active,
a:focus,
a:hover {
  color: #005db6;
  text-decoration: none
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  color: #00509d
}
a:active {
  color: #004383
}
.alt {
  color: #37dba9;
  text-decoration: underline
}
.alt:link,
.alt:visited {
  color: #37dba9
}
.alt:active,
.alt:focus,
.alt:hover {
  color: #37dba9;
  text-decoration: none
}
.alt:focus {
  color: #26d39e
}
.alt:active {
  color: #22bd8e
}
.ng-cloak {
  display: none
}
.cardslider {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden
}
.cardslider__tray {
  position: relative;
  width: 1000000px;
  transition: left .4s cubic-bezier(.4,0,.2,1)
}
.cardslider__tray.no-transition {
  transition: none 1s ease-in-out
}
.cardslider__tray .cardslider__card {
  display: inline-block
}
.cardslider__control {
  text-decoration: none
}
.cardslider__control:not(.icon) {
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #37dba9;
  margin: 5px
}
.cardslider__control:not(.icon).current {
  background-color: #005db6
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  transform: translate(-50%,-50%)
}
.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  transition: opacity .5s ease-in-out;
  opacity: 0
}
.modal__wrapper.active {
  opacity: 1
}
.modal__mask {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: .5
}
.modal__actions {
  background-color: #fff;
  padding: 20px;
  position: relative
}
.modal__actions::after,
.modal__actions::before {
  content: '';
  display: table
}
.modal__actions::after {
  clear: both
}
.modal__dragger {
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.modal__close {
  position: relative;
  float: right;
  padding: 0 .625rem;
  color: #fff;
  text-decoration: none
}
.modal__close:link,
.modal__close:visited {
  color: #fff
}
.modal__close:active,
.modal__close:focus,
.modal__close:hover {
  color: #fff;
  text-decoration: none
}
.modal__close:hover {
  opacity: .8
}
.modal__content {
  padding: 20px
}
.c-accordion__item {
  margin-bottom: .75rem
}
.c-accordion__head {
  border: 1px solid #d9d9d9
}
.c-accordion__head[aria-expanded=true] {
  border-color: #222
}
.c-accordion__title {
  font-size: 1.75rem;
  margin: 0
}
.c-accordion__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ededed;
  color: #666
}
.c-accordion__button:link,
.c-accordion__button:visited {
  color: #666
}
.c-accordion__button .c-accordion__buttontext {
  background-color: #ededed
}
.c-accordion__button:active,
.c-accordion__button:focus,
.c-accordion__button:hover {
  color: #222
}
.c-accordion__button:active > .c-accordion__buttontext,
.c-accordion__button:focus > .c-accordion__buttontext,
.c-accordion__button:hover > .c-accordion__buttontext {
  background-color: #ededed
}
.c-accordion__button:active {
  color: #222
}
.c-accordion__button:active > .c-accordion__buttontext {
  background-color: #ededed
}
.c-accordion__buttontext {
  flex: 1 0 calc(100% - 50px);
  width: calc(100% - 50px);
  text-align: left;
  padding: 5px 10px
}
.c-accordion__panel {
  overflow: hidden;
  height: 0;
  transition: height .25s ease-in-out
}
.c-accordion__panel.active {
  height: 100%
}
.c-accordion__body {
  padding: 5px 10px;
  border: 1px solid #222;
  border-top: none;
  background-color: #f5f0d9;
  color: #222
}
.c-icon--accordionToggle {
  display: inline-block;
  flex: 0 0 50px;
  width: 50px
}
.c-accordion__head[aria-expanded=false] .c-icon--accordionToggle .c-icon--up,
.c-accordion__head[aria-expanded=true] .c-icon--accordionToggle .c-icon--down {
  display: none
}
.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 0
}
.c-button--primary {
  color: #000;
  text-decoration: none;
  border-radius: 5rem;
  background-color: #37dba9;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  box-shadow: 1px 1px #005db6,2px 2px #005db6,3px 3px #005db6,4px 4px #005db6,5px 5px #005db6
}
.c-button--primary:link,
.c-button--primary:visited {
  color: #000
}
.c-button--primary:active,
.c-button--primary:focus,
.c-button--primary:hover {
  text-decoration: none
}
.fonts-loaded .c-button--primary {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-button--primary .c-button__body {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 2.8rem
}
.c-button--primary .c-button__text {
  display: inline-block;
  font-size: 1rem
}
.c-button--primary .c-button__text + .c-icon {
  margin-left: 2rem
}
.c-button--primary .c-icon {
  font-size: 1.75rem
}
.c-button--primary .c-icon + .c-button__text {
  margin-left: 2rem
}
.c-button--primary:active,
.c-button--primary:focus,
.c-button--primary:hover,
.c-button--primary[focus-within] {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--primary:active,
.c-button--primary:focus,
.c-button--primary:focus-within,
.c-button--primary:hover {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--secondary {
  color: #fff;
  text-decoration: none;
  border-radius: 5rem;
  background-color: #005db6;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  box-shadow: 1px 1px #37dba9,2px 2px #37dba9,3px 3px #37dba9,4px 4px #37dba9,5px 5px #37dba9
}
.c-button--secondary:link,
.c-button--secondary:visited {
  color: #fff
}
.c-button--secondary:active,
.c-button--secondary:focus,
.c-button--secondary:hover {
  text-decoration: none
}
.fonts-loaded .c-button--secondary {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-button--secondary .c-button__body {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 2.8rem
}
.c-button--secondary .c-button__text {
  display: inline-block;
  font-size: 1rem
}
.c-button--secondary .c-button__text + .c-icon {
  margin-left: 2rem
}
.c-button--secondary .c-icon {
  font-size: 1.75rem
}
.c-button--secondary .c-icon + .c-button__text {
  margin-left: 2rem
}
.c-button--secondary:active,
.c-button--secondary:focus,
.c-button--secondary:hover,
.c-button--secondary[focus-within] {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--secondary:active,
.c-button--secondary:focus,
.c-button--secondary:focus-within,
.c-button--secondary:hover {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--tertiary {
  color: #000;
  text-decoration: none;
  border-radius: 5rem;
  background-color: #deecf8;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  box-shadow: 1px 1px #005db6,2px 2px #005db6,3px 3px #005db6,4px 4px #005db6,5px 5px #005db6
}
.c-button--tertiary:link,
.c-button--tertiary:visited {
  color: #000
}
.c-button--tertiary:active,
.c-button--tertiary:focus,
.c-button--tertiary:hover {
  text-decoration: none
}
.fonts-loaded .c-button--tertiary {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-button--tertiary .c-button__body {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 2.8rem
}
.c-button--tertiary .c-button__text {
  display: inline-block;
  font-size: 1rem
}
.c-button--tertiary .c-button__text + .c-icon {
  margin-left: 2rem
}
.c-button--tertiary .c-icon {
  font-size: 1.75rem
}
.c-button--tertiary .c-icon + .c-button__text {
  margin-left: 2rem
}
.c-button--tertiary:active,
.c-button--tertiary:focus,
.c-button--tertiary:hover,
.c-button--tertiary[focus-within] {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--tertiary:active,
.c-button--tertiary:focus,
.c-button--tertiary:focus-within,
.c-button--tertiary:hover {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--alt {
  color: #fff;
  text-decoration: none;
  border-radius: 5rem;
  background-color: #911e21;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  box-shadow: 1px 1px #37dba9,2px 2px #37dba9,3px 3px #37dba9,4px 4px #37dba9,5px 5px #37dba9
}
.c-button--alt:link,
.c-button--alt:visited {
  color: #fff
}
.c-button--alt:active,
.c-button--alt:focus,
.c-button--alt:hover {
  text-decoration: none
}
.fonts-loaded .c-button--alt {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-button--alt .c-button__body {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 2.8rem
}
.c-button--alt .c-button__text {
  display: inline-block;
  font-size: 1rem
}
.c-button--alt .c-button__text + .c-icon {
  margin-left: 2rem
}
.c-button--alt .c-icon {
  font-size: 1.75rem
}
.c-button--alt .c-icon + .c-button__text {
  margin-left: 2rem
}
.c-button--alt:active,
.c-button--alt:focus,
.c-button--alt:hover,
.c-button--alt[focus-within] {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--alt:active,
.c-button--alt:focus,
.c-button--alt:focus-within,
.c-button--alt:hover {
  background-color: #37dba9;
  color: #fff;
  box-shadow: none
}
.c-button--card {
  line-height: 1;
  font-size: 1rem
}
.c-button--circles {
  position: relative;
  border-radius: 50%;
  padding: 0
}
.c-button--circles::after {
  content: '';
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: transform .2s,opacity .2s;
  transform: scale(.8);
  opacity: 0
}
.c-button--circles:active::after,
.c-button--circles:focus::after,
.c-button--circles:hover::after {
  transform: scale(1);
  opacity: 1
}
.c-button--circles .c-button__body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  padding: .4375rem;
  font-size: 2.1875rem;
  width: 49px;
  height: 49px;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
  color: #fff;
  text-decoration: none
}
.c-button--circles .c-button__body:link,
.c-button--circles .c-button__body:visited {
  color: #fff
}
.c-button--circles .c-button__body:active,
.c-button--circles .c-button__body:focus,
.c-button--circles .c-button__body:hover {
  color: #fff;
  text-decoration: none
}
.c-button--inline .c-button__body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 2.8125rem
}
.c-buttonImg {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  padding: 12px;
  text-transform: uppercase;
  background-color: red;
  color: #fff;
  text-decoration: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  background-clip: content-box
}
.c-buttonImg:link,
.c-buttonImg:visited {
  color: #fff
}
.c-buttonImg:active,
.c-buttonImg:focus,
.c-buttonImg:hover {
  color: #fff;
  text-decoration: none
}
.fonts-loaded .c-buttonImg {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-buttonImg .c-buttonImg__text {
  padding: 10px 15px;
  background-color: transparent;
  margin: -12px;
  display: block;
  background-image: url(/components/buttonimg/img/button-clipped.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%
}
.c-buttonImg--eg-contentbox {
  background-clip: border-box
}
.c-buttonImg--eg-fallback-bg-color .c-buttonImg__text {
  background-image: none
}
.o-l--cardexpander {
  display: flex;
  flex-flow: row wrap;
  margin: -.9375rem 0 0 -.9375rem
}
.o-l__ce-i:nth-child(0) {
  order: 0
}
.o-l__ce-i:nth-child(1) {
  order: 1
}
.o-l__ce-i:nth-child(2) {
  order: 2
}
.o-l__ce-i:nth-child(3) {
  order: 3
}
.o-l__ce-i:nth-child(4) {
  order: 4
}
.o-l__ce-i:nth-child(5) {
  order: 5
}
.o-l__ce-i:nth-child(6) {
  order: 6
}
.o-l__ce-i:nth-child(7) {
  order: 7
}
.o-l__ce-i:nth-child(8) {
  order: 8
}
.o-l__ce-i:nth-child(9) {
  order: 9
}
.o-l__ce-i:nth-child(10) {
  order: 10
}
.o-l__ce-i:nth-child(11) {
  order: 11
}
.o-l__ce-i:nth-child(12) {
  order: 12
}
.o-l__ce-i:nth-child(13) {
  order: 13
}
.o-l__ce-i:nth-child(14) {
  order: 14
}
.o-l__ce-i:nth-child(15) {
  order: 15
}
.o-l__ce-i:nth-child(16) {
  order: 16
}
.o-l__ce-i:nth-child(17) {
  order: 17
}
.o-l__ce-i:nth-child(18) {
  order: 18
}
.o-l__ce-i:nth-child(19) {
  order: 19
}
.o-l__ce-i:nth-child(20) {
  order: 20
}
.o-l__ce-i:nth-child(21) {
  order: 21
}
.o-l__ce-i:nth-child(22) {
  order: 22
}
.o-l__ce-i:nth-child(23) {
  order: 23
}
.o-l__ce-i:nth-child(24) {
  order: 24
}
.o-l__ce-i:nth-child(25) {
  order: 25
}
.o-l__ce-i:nth-child(26) {
  order: 26
}
.o-l__ce-i:nth-child(27) {
  order: 27
}
.o-l__ce-i:nth-child(28) {
  order: 28
}
.o-l__ce-i:nth-child(29) {
  order: 29
}
.o-l__ce-i:nth-child(30) {
  order: 30
}
.o-l__ce-i:nth-child(31) {
  order: 31
}
.o-l__ce-i:nth-child(32) {
  order: 32
}
.o-l__ce-i:nth-child(33) {
  order: 33
}
.o-l__ce-i:nth-child(34) {
  order: 34
}
.o-l__ce-i:nth-child(35) {
  order: 35
}
.o-l__ce-i:nth-child(36) {
  order: 36
}
.o-l__ce-i:nth-child(37) {
  order: 37
}
.o-l__ce-i:nth-child(38) {
  order: 38
}
.o-l__ce-i:nth-child(39) {
  order: 39
}
.o-l__ce-i:nth-child(40) {
  order: 40
}
.o-l__ce-i:nth-child(41) {
  order: 41
}
.o-l__ce-i:nth-child(42) {
  order: 42
}
.o-l__ce-i:nth-child(43) {
  order: 43
}
.o-l__ce-i:nth-child(44) {
  order: 44
}
.o-l__ce-i:nth-child(45) {
  order: 45
}
.o-l__ce-i:nth-child(46) {
  order: 46
}
.o-l__ce-i:nth-child(47) {
  order: 47
}
.o-l__ce-i:nth-child(48) {
  order: 48
}
.o-l__ce-i:nth-child(49) {
  order: 49
}
.o-l__ce-i:nth-child(50) {
  order: 50
}
.o-l__ce-i:nth-child(51) {
  order: 51
}
.o-l__ce-i:nth-child(52) {
  order: 52
}
.o-l__ce-i:nth-child(53) {
  order: 53
}
.o-l__ce-i:nth-child(54) {
  order: 54
}
.o-l__ce-i:nth-child(55) {
  order: 55
}
.o-l__ce-i:nth-child(56) {
  order: 56
}
.o-l__ce-i:nth-child(57) {
  order: 57
}
.o-l__ce-i:nth-child(58) {
  order: 58
}
.o-l__ce-i:nth-child(59) {
  order: 59
}
.o-l__ce-i:nth-child(60) {
  order: 60
}
.o-l__ce-i:nth-child(61) {
  order: 61
}
.o-l__ce-i:nth-child(62) {
  order: 62
}
.o-l__ce-i:nth-child(63) {
  order: 63
}
.o-l__ce-i:nth-child(64) {
  order: 64
}
.o-l__ce-i:nth-child(65) {
  order: 65
}
.o-l__ce-i:nth-child(66) {
  order: 66
}
.o-l__ce-i:nth-child(67) {
  order: 67
}
.o-l__ce-i:nth-child(68) {
  order: 68
}
.o-l__ce-i:nth-child(69) {
  order: 69
}
.o-l__ce-i:nth-child(70) {
  order: 70
}
.o-l__ce-i:nth-child(71) {
  order: 71
}
.o-l__ce-i:nth-child(72) {
  order: 72
}
.o-l__ce-i:nth-child(73) {
  order: 73
}
.o-l__ce-i:nth-child(74) {
  order: 74
}
.o-l__ce-i:nth-child(75) {
  order: 75
}
.o-l__ce-i:nth-child(76) {
  order: 76
}
.o-l__ce-i:nth-child(77) {
  order: 77
}
.o-l__ce-i:nth-child(78) {
  order: 78
}
.o-l__ce-i:nth-child(79) {
  order: 79
}
.o-l__ce-i:nth-child(80) {
  order: 80
}
.o-l__ce-i:nth-child(81) {
  order: 81
}
.o-l__ce-i:nth-child(82) {
  order: 82
}
.o-l__ce-i:nth-child(83) {
  order: 83
}
.o-l__ce-i:nth-child(84) {
  order: 84
}
.o-l__ce-i:nth-child(85) {
  order: 85
}
.o-l__ce-i:nth-child(86) {
  order: 86
}
.o-l__ce-i:nth-child(87) {
  order: 87
}
.o-l__ce-i:nth-child(88) {
  order: 88
}
.o-l__ce-i:nth-child(89) {
  order: 89
}
.o-l__ce-i:nth-child(90) {
  order: 90
}
.o-l__ce-i:nth-child(91) {
  order: 91
}
.o-l__ce-i:nth-child(92) {
  order: 92
}
.o-l__ce-i:nth-child(93) {
  order: 93
}
.o-l__ce-i:nth-child(94) {
  order: 94
}
.o-l__ce-i:nth-child(95) {
  order: 95
}
.o-l__ce-i:nth-child(96) {
  order: 96
}
.o-l__ce-i:nth-child(97) {
  order: 97
}
.o-l__ce-i:nth-child(98) {
  order: 98
}
.o-l__ce-i:nth-child(99) {
  order: 99
}
.o-l__ce-i:nth-child(100) {
  order: 100
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+1) {
    order: 5
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+1) {
    order: 7
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+5) {
    order: 9
  }
  .o-l__ce-i.o-l__ce-b:nth-child(n+9) {
    order: 13
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+7) {
    order: 13
  }
  .o-l__ce-i.o-l__ce-b:nth-child(n+13) {
    order: 19
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+13) {
    order: 17
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+19) {
    order: 25
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+17) {
    order: 21
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+25) {
    order: 31
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+21) {
    order: 25
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+31) {
    order: 37
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+25) {
    order: 29
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+37) {
    order: 43
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+29) {
    order: 33
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+43) {
    order: 49
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+33) {
    order: 37
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+49) {
    order: 55
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+37) {
    order: 41
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+55) {
    order: 61
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+41) {
    order: 45
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+61) {
    order: 67
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+45) {
    order: 49
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+67) {
    order: 73
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+49) {
    order: 53
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+73) {
    order: 79
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+53) {
    order: 57
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+79) {
    order: 85
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+57) {
    order: 61
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+85) {
    order: 91
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+61) {
    order: 65
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+91) {
    order: 97
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+65) {
    order: 69
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+97) {
    order: 103
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+69) {
    order: 73
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+103) {
    order: 109
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+73) {
    order: 77
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+109) {
    order: 115
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+77) {
    order: 81
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+115) {
    order: 121
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+81) {
    order: 85
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+121) {
    order: 127
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+85) {
    order: 89
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+127) {
    order: 133
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+89) {
    order: 93
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+133) {
    order: 139
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+93) {
    order: 97
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+139) {
    order: 145
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+97) {
    order: 101
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+145) {
    order: 151
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+101) {
    order: 105
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+151) {
    order: 157
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+105) {
    order: 109
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+157) {
    order: 163
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+109) {
    order: 113
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+163) {
    order: 169
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+113) {
    order: 117
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+169) {
    order: 175
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+117) {
    order: 121
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+175) {
    order: 181
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+121) {
    order: 125
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+181) {
    order: 187
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+125) {
    order: 129
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+187) {
    order: 193
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+129) {
    order: 133
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+193) {
    order: 199
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+133) {
    order: 137
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+199) {
    order: 205
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+137) {
    order: 141
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+205) {
    order: 211
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+141) {
    order: 145
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+211) {
    order: 217
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+145) {
    order: 149
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+217) {
    order: 223
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+149) {
    order: 153
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+223) {
    order: 229
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+153) {
    order: 157
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+229) {
    order: 235
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+157) {
    order: 161
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+235) {
    order: 241
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+161) {
    order: 165
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+241) {
    order: 247
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+165) {
    order: 169
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+247) {
    order: 253
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+169) {
    order: 173
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+253) {
    order: 259
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+173) {
    order: 177
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+259) {
    order: 265
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+177) {
    order: 181
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+265) {
    order: 271
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+181) {
    order: 185
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+271) {
    order: 277
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+185) {
    order: 189
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+277) {
    order: 283
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+189) {
    order: 193
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+283) {
    order: 289
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+193) {
    order: 197
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+289) {
    order: 295
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+197) {
    order: 201
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+295) {
    order: 301
  }
}
.o-l__ce-b,
.o-l__ce-c {
  outline: rgba(33,16,107,.2) solid 1px;
  outline-offset: -1px
}
@media screen and (max-width:37.49em) {
  .o-l__ce-b,
  .o-l__ce-c {
    flex: 0 0 100%
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+201) {
    order: 205
  }
  .o-l__ce-b,
  .o-l__ce-c {
    flex: 0 0 50%
  }
}
@media screen and (min-width:61.26em) {
  .o-l__ce-i.o-l__ce-b:nth-child(n+301) {
    order: 307
  }
  .o-l__ce-b,
  .o-l__ce-c {
    flex: 0 0 33.33333%
  }
}
.o-l__ce-b > *,
.o-l__ce-c > * {
  margin: .9375rem 0 0 .9375rem
}
.o-l__ce-c.is-active + .o-l__ce-b,
.o-l__ce-c:active + .o-l__ce-b,
.o-l__ce-c:focus + .o-l__ce-b,
.o-l__ce-c:hover + .o-l__ce-b,
.o-l__ce-c[focus-within] + .o-l__ce-b {
  max-height: 300px;
  transition: max-height .7s ease-out
}
.o-l__ce-c.is-active + .o-l__ce-b,
.o-l__ce-c:active + .o-l__ce-b,
.o-l__ce-c:focus + .o-l__ce-b,
.o-l__ce-c:focus-within + .o-l__ce-b,
.o-l__ce-c:hover + .o-l__ce-b {
  max-height: 300px;
  transition: max-height .7s ease-out
}
.o-l__ce-b {
  flex: 0 0 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}
.o-l__ce-content {
  border: 1px dashed red;
  height: 260px
}
.c-details {
  margin-bottom: 1.5625rem
}
.c-details__summary:focus {
  outline: -webkit-focus-ring-color auto 5px
}
.c-details--custom {
  display: block;
  list-style-image: url("")
}
.c-details--custom ::-moz-details-marker,
.c-details--custom ::-webkit-details-marker {
  background: url("")
}
.c-details--custom .c-details__summary {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.c-details--custom .c-details__summary span {
  display: block;
  margin-top: -25px;
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,.8);
  background-color: #eee;
  color: #333;
  border-radius: 10px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23007CB2' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: 1.3em auto,100%
}
.fonts-loaded .c-details--custom .c-details__summary span {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-details--custom [open] > .c-details__summary span,
.c-details--custom[open] > .c-details__summary span {
  background-color: #3e3e3e;
  color: #00c3ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 293 293'%3E%3Cpath fill='%23007cb2' d='M287 222.997a17.604 17.604 0 0 1-13 5.4H18.4c-5 0-9.3-1.8-12.9-5.4a17.608 17.608 0 0 1-5.5-12.8c0-5 1.8-9.3 5.4-12.9l128-127.9c3.6-3.6 7.8-5.4 12.8-5.4 5 0 9.2 1.8 12.8 5.4l128 128c3.5 3.5 5.4 7.8 5.4 12.8 0 5-1.9 9.2-5.5 12.8h.1z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fff 0,#e5e5e5 100%)
}
.c-details--custom .c-details__body {
  display: block;
  padding: 20px 15px 0;
  border: 1px solid rgba(0,0,0,.8);
  background-color: #fff;
  border-top: 0
}
.c-details--custom[open] > .c-details__body {
  background-color: #ededed;
  animation: .2s ease-out fadeInUp
}
.c-details--custom .c-details__body .c-details__body {
  padding: 20px 15px 0
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.c-details__summary[aria-expanded=false] + .c-details__body {
  display: none
}
.c-details__summary[aria-expanded=true] + .c-details__body {
  display: block
}
.c-drawingTool__canvas {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  cursor: url(assets/pencil.jpg) 0 0,pointer
}
.c-loader {
  display: flex;
  justify-content: center;
  width: 100%
}
.c-loader__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #5aa2e0;
  margin-right: .75rem
}
.c-loader__icon:last-of-type {
  margin-right: 0
}
.c-loader__icon--0 {
  animation: 1.2s infinite pulse
}
.c-loader__icon--1 {
  animation: 1.2s .2s infinite pulse
}
.c-loader__icon--2 {
  animation: 1.2s .4s infinite pulse
}
.c-loader__icon--3 {
  animation: 1.2s .6s infinite pulse
}
@keyframes pulse {
  from {
    opacity: 1
  }
  to {
    opacity: .1
  }
}
.c-map {
  height: 25rem;
  width: 100%
}
.c-pgn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap
}
.c-pgn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color .2s ease-out;
  width: 50px;
  height: 50px;
  color: #333;
  text-decoration: none
}
.c-pgn__link:link,
.c-pgn__link:visited {
  background-color: #d9d9d9;
  color: #333
}
.c-pgn__link:active,
.c-pgn__link:focus,
.c-pgn__link:hover {
  background-color: #333;
  color: #ededed;
  text-decoration: none
}
.c-pgn__item--is-active .c-pgn__link {
  color: #333;
  text-decoration: none
}
.c-pgn__item--is-active .c-pgn__link:link,
.c-pgn__item--is-active .c-pgn__link:visited {
  background-color: #5aa2e0;
  color: #333
}
.c-pgn__item--is-active .c-pgn__link:active,
.c-pgn__item--is-active .c-pgn__link:focus,
.c-pgn__item--is-active .c-pgn__link:hover {
  background-color: #333;
  color: #ededed;
  text-decoration: none
}
.c-pgn__item--next-group .c-pgn__link,
.c-pgn__item--previous-group .c-pgn__link {
  color: #333;
  text-decoration: none
}
.c-pgn__item--next-group .c-pgn__link:link,
.c-pgn__item--next-group .c-pgn__link:visited,
.c-pgn__item--previous-group .c-pgn__link:link,
.c-pgn__item--previous-group .c-pgn__link:visited {
  background-color: #bdaee6;
  color: #333
}
.c-pgn__item--next-group .c-pgn__link:active,
.c-pgn__item--next-group .c-pgn__link:focus,
.c-pgn__item--next-group .c-pgn__link:hover,
.c-pgn__item--previous-group .c-pgn__link:active,
.c-pgn__item--previous-group .c-pgn__link:focus,
.c-pgn__item--previous-group .c-pgn__link:hover {
  background-color: #333;
  color: #ededed;
  text-decoration: none
}
.c-pgn__item--next-page .c-pgn__link,
.c-pgn__item--previous-page .c-pgn__link {
  color: #333;
  text-decoration: none
}
.c-pgn__item--next-page .c-pgn__link:link,
.c-pgn__item--next-page .c-pgn__link:visited,
.c-pgn__item--previous-page .c-pgn__link:link,
.c-pgn__item--previous-page .c-pgn__link:visited {
  background-color: #9acc54;
  color: #333
}
.c-pgn__item--next-page .c-pgn__link:active,
.c-pgn__item--next-page .c-pgn__link:focus,
.c-pgn__item--next-page .c-pgn__link:hover,
.c-pgn__item--previous-page .c-pgn__link:active,
.c-pgn__item--previous-page .c-pgn__link:focus,
.c-pgn__item--previous-page .c-pgn__link:hover {
  background-color: #333;
  color: #ededed;
  text-decoration: none
}
.c-pgn--center {
  justify-content: center
}
.c-picture {
  position: relative;
  width: 100%;
  height: 100%
}
.c-picture.c-picture--cover img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}
.c-picture.c-picture--contain img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%
}
.c-skeleton {
  display: block;
  background-color: #ededed
}
.c-skeleton:not(.c-skeleton__img) {
  height: 1rem;
  margin-bottom: .5rem;
  width: 100%
}
.c-skeleton--sm {
  width: 30%
}
.c-skeleton--md {
  width: 60%
}
.c-skeleton--lg {
  width: 80%
}
.c-skeleton--loading {
  background-image: linear-gradient(90deg,rgba(237,237,237,0) 35%,rgba(143,143,143,.3) 50%,rgba(237,237,237,0) 65%);
  background-size: 400% 400%;
  animation: .8s linear infinite skeletonflash
}
@keyframes skeletonflash {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 100%
  }
}
.c-skeleton__img.c-skeleton--sm {
  width: 72px;
  height: 72px
}
.c-skeleton__img.c-skeleton--md {
  width: 400px;
  height: 400px
}
.c-skeleton__img.c-skeleton--lg {
  width: 800px;
  height: 800px
}
.o-search {
  background-color: #977d7d;
  color: #fff;
  padding: 30px
}
.c-search {
  display: flex;
  justify-content: flex-end;
  transition: .25s ease-in-out;
  width: auto;
  line-height: 1
}
.c-search .o-form__control--label {
  order: 1;
  flex: 0 0 50px
}
.c-search .o-form__control--input {
  width: 0;
  overflow: hidden;
  transition: .25s ease-in-out;
  max-width: 100%;
  flex: 0 1 auto
}
.c-search .o-form__control--actions {
  flex: 0 0 0
}
.c-search .o-form__label {
  order: 1;
  display: block;
  overflow: hidden;
  text-indent: 0;
  background-color: #ff1493;
  color: #fff;
  border-radius: 50%;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
  font-size: 2.5rem;
  width: 40px;
  height: 40px
}
.c-search .o-form__label svg {
  padding: 10px
}
.c-search .o-form__label:focus,
.c-search .o-form__label:hover {
  background-color: #fff;
  color: #ff1493
}
.c-search .o-form__input .c-input {
  box-shadow: inset 0 0 0 1px #5a5a5a;
  background-color: #fff;
  color: #222
}
.c-search .c-button {
  display: none;
  background-color: #fff;
  color: #ff1493;
  border-radius: 50%;
  padding: 10px;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
  font-size: 1.25rem;
  width: 40px;
  height: 40px
}
.c-search.has-content {
  width: auto
}
.c-search.has-content .o-form__control--label {
  flex: 0 0 0
}
.c-search.has-content .o-form__control--input {
  width: 100%
}
.c-search.has-content .o-form__control--actions {
  flex: 0 0 50px
}
.c-search.has-content .o-form__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute
}
.c-search.has-content .c-button {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center
}
.c-search.has-content .c-button:focus,
.c-search.has-content .c-button:hover {
  background-color: #ff1493;
  color: #fff
}
.c-search .o-form__control--input[focus-within] .o-form__control--input {
  width: 100%
}
.c-search .o-form__control--input:focus-within .o-form__control--input {
  width: 100%
}
.c-slideOutCard__card {
  will-change: transform;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: .6s ease-in-out;
  z-index: 800;
  background-color: #fff
}
.c-slideOutCard__card.active {
  transform: translateX(0)
}
.c-slideOutCard__card.ng-enter.ng-enter-active,
.c-slideOutCard__card.ng-leave {
  transition: .6s ease-in-out;
  transform: translateX(0)
}
.c-slideOutCard__card.ng-enter,
.c-slideOutCard__card.ng-leave.ng-leave-active {
  transition: .6s ease-in-out;
  transform: translateX(100%)
}
.c-slideOutCard__wrapper {
  padding: 1.5rem
}
.c-slideOutCard__contents {
  position: relative
}
.c-slideOutCard__mask.ng-enter,
.c-slideOutCard__mask.ng-leave.ng-leave-active {
  background-color: rgba(51,51,51,0)
}
.c-slideOutCard__mask.ng-enter.ng-enter-active,
.c-slideOutCard__mask.ng-leave {
  background-color: rgba(51,51,51,.7)
}
.c-slideOutCard__mask {
  transition: background-color .6s ease-in-out
}
.c-slideOutCard__mask.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(51,51,51,.7);
  z-index: 700
}
.c-blockbusters {
  display: block;
  transform: rotate(12.5deg);
  transform-origin: center center;
  margin-bottom: calc((12vw + 6px)/ 2);
  margin-bottom: var(--hex-offset-y)
}
.c-blockbusters::after,
.c-blockbusters::before {
  content: '';
  display: table
}
.c-blockbusters::after {
  clear: both
}
@supports (display:grid) {
  .c-blockbusters {
    display: grid;
    grid-template-columns: repeat(5,calc(12vw * (120 / 104) + 12vw * (120 / 104) * -.25));
    grid-template-columns: repeat(5,var(--hex-offset-x));
    grid-template-rows: repeat(2,12vw);
    grid-template-rows: repeat(2,var(--hex-height));
    grid-gap: 6px;
    grid-gap: var(--hex-gap)
  }
  .c-blockbusters::after,
  .c-blockbusters::before {
    content: none
  }
}
.c-please-bob {
  display: block;
  width: calc(12vw * (120 / 104));
  width: calc(var(--hex-width));
  height: 12vw;
  height: var(--hex-height);
  margin-right: calc((12vw * (120 / 104) * -.25) + (6px / 2));
  margin-right: var(--hex-offset-x2);
  margin-bottom: calc((12vw / -2));
  margin-bottom: var(--hex-offset-y2);
  float: left
}
.c-please-bob:nth-child(6) {
  clear: left
}
.c-please-bob:nth-child(-n+5):nth-child(odd),
.c-please-bob:nth-child(n+6):nth-child(even) {
  margin-top: calc((12vw + 6px)/ 2);
  margin-top: var(--hex-offset-y)
}
.o-table-container {
  overflow-x: auto;
  margin-bottom: 1.5rem
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-weight: 400
}
caption,
tr>th:first-child {
  text-align: left
}
tr:nth-child(odd) {
  color: #333;
  background-color: #ededed
}
tr:nth-child(even) {
  color: #333;
  background-color: #fff
}
thead tr:first-child th {
  background-color: #d9d9d9;
  color: #333;
  border: 1px solid #fff;
  border-width: 0 1px
}
thead th {
  font-weight: bolder
}
tbody th {
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #d9d9d9;
  border-width: 0 1px;
  font-weight: bolder
}
tbody tr:nth-child(even) th {
  background-color: #fff
}
th {
  border: 1px solid #d9d9d9;
  border-width: 0 1px;
  font-weight: 400;
  padding: .75rem 1.5rem
}
td {
  border: 1px solid #d9d9d9;
  border-width: 0 1px;
  font-weight: 400;
  text-align: center;
  padding: .75rem 1.5rem
}
.c-table {
  width: 100%
}
.c-table .c-table__col1 {
  width: 160px
}
.c-table .c-table__col2 {
  width: 180px
}
.c-table .c-table__col3 {
  width: 240px
}
.c-table .c-table__col4,
.c-table .c-table__col5,
.c-table .c-table__col6 {
  width: 160px
}
.o-lists-container picture {
  max-width: 250px;
  margin: 0 auto 1.5rem
}
.o-lists-container div {
  flex: 0 0 100%;
  max-width: 100%
}
@media screen and (max-width:50em) {
  .o-table-container {
    display: none
  }
}
@media screen and (min-width:50.01em) {
  .th--grid-ldc .o-g--example6-2col {
    grid-template-areas: "head     head    ...    ..." "body     body    ...    secondary" "aside    aside   ...    secondary";
    grid-template-columns: 3fr 3fr 40px 280px
  }
  .o-lists-container {
    display: none
  }
  .c-videoBox__content {
    min-height: 450px
  }
}
.c-tabs {
  background-color: #ededed;
  color: #005db6;
  margin-bottom: 1.5rem
}
.c-tabs:last-child {
  margin-bottom: 0
}
.c-tabs__tray {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.5rem
}
.c-tabs__list {
  list-style: none;
  padding: 0;
  margin: 0
}
.c-tabs--vertical .c-tabs__list {
  display: block;
  width: 100%
}
.c-tabs--vertical .c-tabs__list .c-tabs__item,
.c-tabs--vertical .c-tabs__list .c-tabs__link {
  display: block;
  position: static
}
.c-tabs--vertical .c-tabs__list .c-tabs__item {
  padding-right: 0
}
.c-tabs__content {
  background-color: #ededed;
  color: #005db6;
  padding: 1.5rem
}
@media screen and (min-width:37.51em) {
  .c-tabs__list {
    display: flex;
    flex-wrap: wrap
  }
  .c-tabs__list .c-tabs__item {
    padding-right: 1rem
  }
  .c-tabs--vertical {
    display: flex
  }
  .c-tabs--vertical .c-tabs__tray {
    flex-basis: 230px;
    width: 230px;
    border-bottom: none;
    border-right: 1px solid #d9d9d9
  }
  .c-tabs--vertical .c-tabs__content {
    flex-basis: calc(100% - 230px);
    width: calc(100% - 230px)
  }
}
.c-videoBox {
  height: 100%
}
.c-videoBox__container {
  position: relative;
  height: 100%
}
.c-videoBox__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@supports (object-fit:cover) {
  .c-videoBox__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}
.c-videoBox__content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 3.125rem 1.25rem
}
.c-videoBox--ratio .c-videoBox__video {
  padding-top: 56.25%
}
.c-videoBox--ratio .c-videoBox__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.rte a {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}
.rte ol,
.rte ul {
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  list-style-position: inside
}
.rte ol ol,
.rte ol ul,
.rte ul ol,
.rte ul ul {
  margin: .75rem 0
}
.rte u {
  text-decoration: none;
  border-bottom: 3px solid #666;
  box-shadow: inset 0 -3px 0 #666
}
.rte blockquote {
  border-left: 5px solid #8f8f8f;
  font-style: italic;
  font-size: 1.75rem
}
.rte blockquote cite {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: .75rem
}
.rte figcaption {
  font-style: italic;
  font-size: .75rem
}
@media screen and (max-width:37.5em) {
  .rte .left,
  .rte .right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (min-width:37.51em) {
  .rte .left,
  .rte .left--wide {
    float: left;
    margin: 0 1.5rem .75rem 0
  }
  .rte .right,
  .rte .right--wide {
    float: right;
    margin: 0 0 .75rem 1.5rem
  }
}
@media screen and (min-width:37.51em) and (max-width:61.25em) {
  .rte .left--wide {
    margin: 0 1.5rem .75rem 0
  }
  .rte .right--wide {
    margin: 0 0 .75rem 1.5rem
  }
  .rte blockquote.left,
  .rte blockquote.left--wide,
  .rte blockquote.right,
  .rte blockquote.right--wide {
    margin: 0 0 1.5rem
  }
}
@media screen and (min-width:61.26em) {
  .rte .left,
  .rte .left--wide,
  .rte .right,
  .rte .right--wide {
    max-width: 40%
  }
  .rte .left--wide {
    margin: 0 1.5rem .75rem -6.25rem
  }
  .rte .right--wide {
    margin: 0 -6.25rem .75rem 1.5rem
  }
  .rte .block {
    width: 100%
  }
  .rte .block--left {
    margin-left: -6.25rem
  }
  .rte .block--left img {
    width: 100%
  }
  .rte .block--right {
    margin-right: -6.25rem
  }
  .rte .block--right img {
    width: 100%
  }
  .rte .block--full {
    margin: 0 -6.25rem 1.5rem
  }
  .rte .block--full img {
    width: 100%
  }
  .rte blockquote.left,
  .rte blockquote.left--wide {
    border-left: none;
    border-right: 5px solid #8f8f8f;
    padding: 0 1.5rem 0 0
  }
  .rte blockquote.left {
    margin: 0 1.5rem .75rem 0
  }
  .rte blockquote.right {
    margin: 0 0 .75rem 1.5rem
  }
  .rte blockquote.full {
    margin: 0 -6.25rem 1.5rem
  }
}
.c-conic-wrap {
  display: flex;
  margin-bottom: 3.125rem
}
.c-conic {
  margin-right: 1.5625rem
}
.c-conic_t {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1
}
.c-conic--1 {
  border-radius: 50%
}
.c-conic--1[data-r="0"] {
  background-color: red
}
.c-conic--1[data-r="0"] .c-conic_g::before {
  transform: rotate(0)
}
.c-conic--1[data-r="1"] {
  background-color: #f80
}
.c-conic--1[data-r="1"] .c-conic_g::before {
  transform: rotate(60deg)
}
.c-conic--1[data-r="2"] {
  background-color: orange
}
.c-conic--1[data-r="2"] .c-conic_g::before {
  transform: rotate(120deg)
}
.c-conic--1[data-r="3"] {
  background-color: #ff0
}
.c-conic--1[data-r="3"] .c-conic_g::before {
  transform: rotate(180deg)
}
.c-conic--1[data-r="4"] {
  background-color: #32cd32
}
.c-conic--1[data-r="4"] .c-conic_g::before {
  transform: rotate(240deg)
}
.c-conic--1[data-r="5"] {
  background-color: green
}
.c-conic--1[data-r="5"] .c-conic_g::before {
  transform: rotate(300deg)
}
.c-conic--1 .c-conic_g {
  background-image: conic-gradient(red,red,orange,#ff0,#32cd32,green,green);
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--1 .c-conic_g::after,
.c-conic--1 .c-conic_g::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  height: 90px;
  border-radius: 50%
}
.c-conic--1 .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 60deg,rgba(255,255,255,.9) 0);
  transition: .4s ease-in-out
}
.c-conic--1 .c-conic_g::after {
  background-color: #fff;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%
}
.c-conic--1:hover .c-conic_g::before {
  transform: rotate(0)
}
.c-conic--1 .c-conic_t {
  line-height: 88px
}
.c-conic--2 {
  border-radius: 50%
}
.c-conic--2[data-r="0"] .c-conic_g {
  background-image: conic-gradient(darkred,red)
}
.c-conic--2[data-r="1"] .c-conic_g {
  background-image: conic-gradient(red,#ff8c00)
}
.c-conic--2[data-r="2"] .c-conic_g {
  background-image: conic-gradient(darkorange,orange)
}
.c-conic--2[data-r="3"] .c-conic_g {
  background-image: conic-gradient(orange,#ff0)
}
.c-conic--2[data-r="4"] .c-conic_g {
  background-image: conic-gradient(yellow,#32cd32)
}
.c-conic--2[data-r="5"] .c-conic_g {
  background-image: conic-gradient(green,#006400)
}
.c-conic--2 .c-conic_g {
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--2 .c-conic_g::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%
}
.c-conic--2 .c-conic_t {
  line-height: 88px
}
.c-conic--3 {
  border-radius: 50%
}
.c-conic--3[data-r="0"] .c-conic_g {
  background-color: #8b0000
}
.c-conic--3[data-r="1"] .c-conic_g {
  background-color: red
}
.c-conic--3[data-r="2"] .c-conic_g {
  background-color: #ff8c00
}
.c-conic--3[data-r="3"] .c-conic_g {
  background-color: orange
}
.c-conic--3[data-r="4"] .c-conic_g {
  background-color: #ff0
}
.c-conic--3[data-r="5"] .c-conic_g {
  background-color: green
}
.c-conic--3 .c-conic_g {
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--3 .c-conic_g::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%
}
.c-conic--3 .c-conic_t {
  line-height: 88px
}
.c-conic--4 {
  border-radius: 50%
}
.c-conic--4[data-r="0"] .c-conic_g {
  background-color: rgba(139,0,0,.3)
}
.c-conic--4[data-r="1"] .c-conic_g {
  background-color: rgba(255,0,0,.3)
}
.c-conic--4[data-r="2"] .c-conic_g {
  background-color: rgba(255,140,0,.3)
}
.c-conic--4[data-r="3"] .c-conic_g {
  background-color: rgba(255,165,0,.3)
}
.c-conic--4[data-r="4"] .c-conic_g {
  background-color: rgba(255,255,0,.3)
}
.c-conic--4[data-r="5"] .c-conic_g {
  background-color: rgba(0,128,0,.3)
}
.c-conic--4 .c-conic_g {
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--4 .c-conic_t {
  line-height: 88px
}
.c-conic--5 {
  border-radius: 50%
}
.c-conic--5[data-r="0"] .c-conic_g {
  background-image: conic-gradient(darkred,red)
}
.c-conic--5[data-r="0"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 60deg,rgba(255,255,255,.9) 0)
}
.c-conic--5[data-r="1"] .c-conic_g {
  background-image: conic-gradient(red,#ff8c00)
}
.c-conic--5[data-r="1"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 120deg,rgba(255,255,255,.9) 0)
}
.c-conic--5[data-r="2"] .c-conic_g {
  background-image: conic-gradient(darkorange,orange)
}
.c-conic--5[data-r="2"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 180deg,rgba(255,255,255,.9) 0)
}
.c-conic--5[data-r="3"] .c-conic_g {
  background-image: conic-gradient(orange,#ff0)
}
.c-conic--5[data-r="3"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 240deg,rgba(255,255,255,.9) 0)
}
.c-conic--5[data-r="4"] .c-conic_g {
  background-image: conic-gradient(yellow,#32cd32)
}
.c-conic--5[data-r="4"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 300deg,rgba(255,255,255,.9) 0)
}
.c-conic--5[data-r="5"] .c-conic_g {
  background-image: conic-gradient(green,#006400)
}
.c-conic--5[data-r="5"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 360deg,rgba(255,255,255,.9) 0)
}
.c-conic--5 .c-conic_g {
  background-image: conic-gradient(red,red,orange,#ff0,#32cd32,green,green);
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--5 .c-conic_g::after,
.c-conic--5 .c-conic_g::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  height: 90px;
  border-radius: 50%
}
.c-conic--5 .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 60deg,rgba(255,255,255,.9) 0);
  transition: .4s ease-in-out
}
.c-conic--5 .c-conic_g::after {
  background-color: #fff;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%
}
.c-conic--5:hover .c-conic_g::before {
  transform: rotate(0)
}
.c-conic--5 .c-conic_t {
  line-height: 88px
}
.c-conic--6 {
  border-radius: 50%
}
.c-conic--6[data-r="0"] .c-conic_g {
  background-image: conic-gradient(darkred,red)
}
.c-conic--6[data-r="0"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 60deg,rgba(255,255,255,.9) 0)
}
.c-conic--6[data-r="1"] .c-conic_g {
  background-image: conic-gradient(red,#ff8c00)
}
.c-conic--6[data-r="1"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 120deg,rgba(255,255,255,.9) 0)
}
.c-conic--6[data-r="2"] .c-conic_g {
  background-image: conic-gradient(darkorange,orange)
}
.c-conic--6[data-r="2"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 180deg,rgba(255,255,255,.9) 0)
}
.c-conic--6[data-r="3"] .c-conic_g {
  background-image: conic-gradient(orange,#ff0)
}
.c-conic--6[data-r="3"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 240deg,rgba(255,255,255,.9) 0)
}
.c-conic--6[data-r="4"] .c-conic_g {
  background-image: conic-gradient(yellow,#32cd32)
}
.c-conic--6[data-r="4"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 300deg,rgba(255,255,255,.9) 0)
}
.c-conic--6[data-r="5"] .c-conic_g {
  background-image: conic-gradient(green,#006400)
}
.c-conic--6[data-r="5"] .c-conic_g::before {
  background-image: conic-gradient(rgba(255,255,255,0) 360deg,rgba(255,255,255,.9) 0)
}
.c-conic--6 .c-conic_g {
  background-image: conic-gradient(red,red,orange,#ff0,#32cd32,green,green);
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px
}
.c-conic--6 .c-conic_g::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: conic-gradient(rgba(255,255,255,0) 60deg,rgba(255,255,255,.9) 0);
  transition: .4s ease-in-out
}
.c-conic--6:hover .c-conic_g::before {
  transform: rotate(0)
}
.c-conic--6 .c-conic_t {
  opacity: 0;
  line-height: 88px
}
.c-pie {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px
}
.c-pie + .c-pie {
  margin-left: 10px
}
.c-pie__t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 1.4rem
}
.c-pie__c {
  margin: 0 auto;
  transform: rotate(-90deg);
  background: #e6e6e6;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%
}
@keyframes pieline {
  0% {
    stroke-dasharray: 0 158;
    stroke: #f66
  }
}
.c-pie__s {
  fill: #e6e6e6;
  stroke: #c6b3ff;
  stroke-width: 50;
  stroke-dasharray: 0 158;
  animation: 1s ease-out pieline
}
.c-pie__i {
  fill: #fff;
  animation: 1s ease-out pieinner
}
.c-pie[data-size=lg] {
  width: 95px;
  height: 95px
}
.c-pie[data-size=md],
.c-pie[data-size=sm] {
  width: 85px;
  height: 85px
}
.c-pie--small .c-pie__t {
  font-size: 1.125rem
}
.c-pie[data-test=sm] {
  width: 85px;
  height: 85px
}
.c-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  transform: translate(-50%,-50%)
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10000;
  transition: opacity .5s ease-in-out;
  opacity: 0
}
.c-modal.active {
  opacity: 1
}
.c-modal__mask {
  background-color: #000;
  width: 100%;
  height: 100vh;
  opacity: .5
}
.c-modal__actions {
  background-color: #fff;
  padding: 20px;
  position: relative
}
.c-modal__actions::after,
.c-modal__actions::before {
  content: '';
  display: table
}
.c-modal__actions::after {
  clear: both
}
.c-modal__dragger {
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.c-modal__close {
  position: relative;
  float: right;
  padding: 0 .625rem;
  color: #fff;
  text-decoration: none
}
.c-modal__close:link,
.c-modal__close:visited {
  color: #fff
}
.c-modal__close:active,
.c-modal__close:focus,
.c-modal__close:hover {
  color: #fff;
  text-decoration: none
}
.c-modal__close:hover {
  opacity: .8
}
.c-modal__content {
  padding: 20px
}
.c-tooltip {
  border: none;
  background: 0 0;
  position: relative;
  text-align: center;
  min-width: 40px;
  margin-left: 5px
}
.c-tooltip:focus .c-tooltip__body,
.c-tooltip:hover .c-tooltip__body {
  clip: auto;
  overflow: visible;
  transform: scale(1);
  opacity: 1
}
.c-tooltip .c-icon--info {
  color: #5aa2e0
}
.c-tooltip__body {
  border: 0;
  clip: rect(0 0 0 0);
  margin: 0 0 5px -300px;
  padding: .75em 1em;
  overflow: hidden;
  height: auto;
  display: block;
  position: absolute;
  left: 345px;
  top: -50%;
  z-index: 100;
  width: 300px;
  text-align: left;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: .8125rem;
  transition: transform .3s cubic-bezier(.3,0,0,1);
  transform: scale(.1);
  transform-origin: 0 20%;
  -webkit-backface-visibility: hidden;
  opacity: 0
}
.fonts-loaded .c-tooltip__body {
  font-family: "Noto Serif",Merriweather,abel,Helvetica,Arial,sans-serif
}
.c-tooltip__body::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #666;
  position: absolute;
  top: 8px;
  left: -8px
}
svg {
  width: 1em;
  height: 1em
}
ul {
  list-style-position: inside
}
ul ul {
  margin-left: 32px
}
blockquote {
  padding: 0 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-left: 6px solid #eee
}
a[href^=http] {
  border-bottom: 1px dashed transparent
}
@supports ((-webkit-mask:url("<svg></svg>")) or (mask:url("<svg></svg>"))) {
  a[href^=http]::after {
    content: "";
    display: inline-block;
    filter: hue-rotate();
    -webkit-mask: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M20 14.5V7c0-.547-.453-1-1-1h-7.5c-.406 0-.766.25-.922.609a.984.984 0 0 0 .219 1.094l2.25 2.25-8.344 8.344a.99.99 0 0 0 0 1.406l1.594 1.594a.99.99 0 0 0 1.406 0l8.344-8.344 2.25 2.25A.934.934 0 0 0 19 15.5c.125 0 .266-.031.391-.078.359-.156.609-.516.609-.922zm4-8v15c0 2.484-2.016 4.5-4.5 4.5h-15A4.502 4.502 0 0 1 0 21.5v-15C0 4.016 2.016 2 4.5 2h15C21.984 2 24 4.016 24 6.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M20 14.5V7c0-.547-.453-1-1-1h-7.5c-.406 0-.766.25-.922.609a.984.984 0 0 0 .219 1.094l2.25 2.25-8.344 8.344a.99.99 0 0 0 0 1.406l1.594 1.594a.99.99 0 0 0 1.406 0l8.344-8.344 2.25 2.25A.934.934 0 0 0 19 15.5c.125 0 .266-.031.391-.078.359-.156.609-.516.609-.922zm4-8v15c0 2.484-2.016 4.5-4.5 4.5h-15A4.502 4.502 0 0 1 0 21.5v-15C0 4.016 2.016 2 4.5 2h15C21.984 2 24 4.016 24 6.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #005db6;
    width: 1.1rem;
    height: .9rem;
    margin-left: .2rem
  }
  .c-map a[href^=http]::after {
    content: none
  }
}
a[href^=http]:active,
a[href^=http]:focus,
a[href^=http]:hover {
  border-color: #005db6
}
a[href^=http]:active::after,
a[href^=http]:focus::after,
a[href^=http]:hover::after {
  background-color: #005db6;
  animation: 2s linear infinite boring1
}
@keyframes boring1 {
  0%,
  100% {
    background-color: #005db6
  }
  50% {
    background-color: #d3d3d3
  }
}
h3:not([class]) {
  display: inline-block;
  background-color: #fff;
  background-image: repeating-linear-gradient(-55deg,#ededed,#ededed 2px,transparent 2px,transparent 8px);
  color: #666;
  padding: .375rem .25rem 0 2.5rem;
  margin-left: -2.5rem;
  font-size: 1.75rem;
  line-height: 1.3
}
.c::after,
.c::before {
  content: '';
  display: table
}
.c::after {
  clear: both
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.vh {
  font-style: normal;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute
}
.vh-un {
  clip: auto;
  overflow: visible
}
.no-select {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.u-ib {
  display: inline-block
}
.show,
.u-b {
  display: block
}
.hide {
  display: none
}
.invisible {
  opacity: 0
}
.visible {
  opacity: 1
}
.u-st {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0
}
.u-sb {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0
}
.u-mt--0 {
  margin-top: 0
}
.u-mb--0 {
  margin-bottom: 0
}
.scrollLock {
  overflow-y: hidden
}
.ir {
  font: 0/0 a;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap
}
.left {
  float: left
}
.right {
  float: right
}
.align--left {
  text-align: left
}
.align--right {
  text-align: right
}
.align--center,
.center {
  text-align: center
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}
@media print {
  * {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  blockquote,
  pre {
    border: 1px solid #8f8f8f;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img,
  tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100%!important
  }
  @page {
    margin: .5cm
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  .g--gutters {
    margin: 0
  }
}
/*# sourceMappingURL=maps/main.css.map */
