/*
	Story by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

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

a {
  text-decoration: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

.purple-text {
  color: #8a007a;
}

.icon {
  color: #8a007a;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 100%;
}

li {
  margin-bottom: 10px;
}

div.news-banner {
  background-color: #d1d1d13a;
  color: #8a007a;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px;
  text-align: center;
  width: 100%;
  padding: 6px;
}

div.attribution {
  text-align: center;
  position: relative;
  z-index: 100;
  bottom: -50px;
}

body {
  -webkit-text-size-adjust: none;
}

/* map */
#map {
  pointer-events: none;
}

/* Box Model */

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

/* Basic */

@-ms-viewport {
  width: device-width;
}

body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}

body {
  background: #ffffff;
}

/* Type */

html {
  font-size: 18pt;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
}

@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 10pt;
  }
}

body {
  background-color: #ffffff;
  color: #000000;
}

body,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 400;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

p.major {
  font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: -0.05em;
  margin: 0 0 1rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

hr.major {
  margin: 3.5rem 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (max-width: 736px) {
  p.major {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }
}

input,
select,
textarea {
  color: #000000;
}

a {
  color: #000000;
}

a:hover {
  color: #47d3e5;
}

strong,
b {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

blockquote {
  border-left-color: rgba(0, 0, 0, 0.2);
}

/* Image */

.image {
  border: 0;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.image img {
  display: block;
  border-radius: 4px;
}

.image.left,
.image.right {
  width: 40%;
  max-width: 10rem;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  top: 0.25rem;
}

.image.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  top: 0.25rem;
}

.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3rem 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

/* Avatar */

.avatar.avatar-circle img {
  width: 100px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  position: relative;
  margin: -0.65rem 0 1.5rem 0;
  font-style: italic;
}

header h1 + p {
  font-size: 1.375rem;
}

header h2 + p {
  font-size: 1.25rem;
}

header h3 + p {
  font-size: 1.1rem;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9rem;
}

header p {
  color: rgba(0, 0, 0, 0.75);
}

/* Banner (style1) */

.banner.style1 {
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  position: relative;
  text-align: left;
  overflow-x: hidden;
}

.banner.style1 .content {
  padding: 7rem 7rem 5rem 7rem;
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 50%;
  max-width: 48rem;
  margin: 0 auto;
}

.banner.style1 .image {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 0;
  width: 50%;
}

.banner.style1 .image img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

@media screen and (max-width: 1680px) {
  .banner.style1 .content {
    padding: 5rem 5rem 3rem 5rem;
  }
}

@media screen and (max-width: 1280px) {
  .banner.style1 .content {
    padding: 4rem 4rem 2rem 4rem;
  }
}

@media screen and (max-width: 980px) {
  .banner.style1 .content {
    padding: 3.75rem 3rem 1.75rem 3rem;
  }
}

@media screen and (max-width: 736px) {
  .banner.style1 .content {
    padding: 2.5rem 2rem 0.5rem 2rem;
  }
}

@media screen and (orientation: portrait) {
  .banner.style1 {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .banner.style1 .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .banner.style1 .image {
    width: 100%;
    max-width: 100%;
    height: 45vh;
  }
}

.banner.style1.fullscreen {
  min-height: 100vh;
}

@media screen and (orientation: portrait) {
  .banner.style1.fullscreen .content {
    min-height: 50vh;
  }

  .banner.style1.fullscreen .image {
    height: 50vh;
  }
}

.banner.style1.orient-right {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (orientation: portrait) {
  .banner.style1.orient-right {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.banner.style1.content-align-center {
  /* text-align: center; */
}

.banner.style1.content-align-right {
  /* text-align: right; */
}

@media screen and (orientation: portrait) {
  .banner.style1.content-align-right {
    /* text-align: center; */
  }
}

.banner.style1.image-position-left .image img {
  -moz-object-position: left;
  -webkit-object-position: left;
  -ms-object-position: left;
  object-position: left;
}

.banner.style1.image-position-right .image img {
  -moz-object-position: right;
  -webkit-object-position: right;
  -ms-object-position: right;
  object-position: right;
}

/* Spotlight (style1) */

.spotlight.style1 {
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  position: relative;
  overflow-x: hidden;
  text-align: left;
}

.spotlight.style1 .content {
  padding: 7rem 7rem 5rem 7rem;
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 65%;
  max-width: 64rem;
  margin: 0 auto;
}

.spotlight.style1 .image {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 35%;
  min-width: 25rem;
  border-radius: 0;
}

.spotlight.style1 .image img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

@media screen and (max-width: 1680px) {
  .spotlight.style1 .content {
    padding: 5rem 5rem 3rem 5rem;
  }
}

@media screen and (max-width: 1280px) {
  .spotlight.style1 .content {
    padding: 4rem 4rem 2rem 4rem;
  }
}

@media screen and (max-width: 980px) {
  .spotlight.style1 .content {
    padding: 3.75rem 3rem 1.75rem 3rem;
    width: 50%;
    min-width: 0;
  }

  .spotlight.style1 .image {
    width: 50%;
    min-width: 0;
  }
}

@media screen and (max-width: 736px) {
  .spotlight.style1 .content {
    padding: 2.5rem 2rem 0.5rem 2rem;
  }
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .spotlight.style1 {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /* text-align: center !important; */
  }

  .spotlight.style1 .content {
    width: 100%;
  }

  .spotlight.style1 .image {
    width: 100%;
  }

  .spotlight.style1 .image img {
    position: relative;
  }
}

.spotlight.style1.orient-right {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .spotlight.style1.orient-right {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.spotlight.style1.content-align-center {
  text-align: center;
}

.spotlight.style1.content-align-right {
  text-align: right;
}

.spotlight.style1.image-position-left .image img {
  -moz-object-position: left;
  -webkit-object-position: left;
  -ms-object-position: left;
  object-position: left;
}

.spotlight.style1.image-position-right .image img {
  -moz-object-position: right;
  -webkit-object-position: right;
  -ms-object-position: right;
  object-position: right;
}

/* Wrapper (style1) */

.wrapper.style1 > .inner {
  padding: 7rem 3.5rem 5rem 3.5rem;
  margin: 0 auto;
  max-width: 100%;
  width: 64rem;
}

.wrapper.style1 > .inner.medium {
  width: 48rem;
}

.wrapper.style1 > .inner.small {
  width: 32rem;
}

@media screen and (max-width: 1680px) {
  .wrapper.style1 > .inner {
    padding: 5rem 2.5rem 3rem 2.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper.style1 > .inner {
    padding: 4rem 4rem 2rem 4rem;
  }
}

@media screen and (max-width: 980px) {
  .wrapper.style1 > .inner {
    padding: 4.5rem 3rem 2.5rem 3rem;
  }
}

@media screen and (max-width: 736px) {
  .wrapper.style1 > .inner {
    padding: 3rem 2rem 1rem 2rem;
  }
}

/* Items (style1) */

.items.style1 {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 3rem 0;
  position: relative;
}

.items.style1 > * {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.items.style1.big > * {
  padding: 3.5rem 3.5rem 1.5rem 3.5rem;
  width: 50%;
}

.items.style1.big > *:nth-child(-n + 2) {
  border-top-width: 0;
}

.items.style1.big > *:nth-child(2n + 1) {
  border-left-width: 0;
}

.items.style1.medium > * {
  padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem;
  width: 33.33333%;
}

.items.style1.medium > *:nth-child(-n + 3) {
  border-top-width: 0;
}

.items.style1.medium > *:nth-child(3n + 1) {
  border-left-width: 0;
}

.items.style1.small > * {
  padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem;
  width: 25%;
}

.items.style1.small > *:nth-child(-n + 4) {
  border-top-width: 0;
}

.items.style1.small > *:nth-child(4n + 1) {
  border-left-width: 0;
}

@media screen and (max-width: 1280px) {
  .items.style1.small > *:nth-child(-n + 4) {
    border-top-width: 1px;
  }

  .items.style1.small > *:nth-child(4n + 1) {
    border-left-width: 1px;
  }

  .items.style1.small > * {
    padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem;
    width: 33.33333%;
  }

  .items.style1.small > *:nth-child(-n + 3) {
    border-top-width: 0;
  }

  .items.style1.small > *:nth-child(3n + 1) {
    border-left-width: 0;
  }
}

@media screen and (max-width: 980px) {
  .items.style1.medium > *:nth-child(-n + 3) {
    border-top-width: 1px;
  }

  .items.style1.medium > *:nth-child(3n + 1) {
    border-left-width: 1px;
  }

  .items.style1.medium > * {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    width: 50%;
  }

  .items.style1.medium > *:nth-child(-n + 2) {
    border-top-width: 0;
  }

  .items.style1.medium > *:nth-child(2n + 1) {
    border-left-width: 0;
  }

  .items.style1.small > *:nth-child(-n + 3) {
    border-top-width: 1px;
  }

  .items.style1.small > *:nth-child(3n + 1) {
    border-left-width: 1px;
  }

  .items.style1.small > * {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    width: 50%;
  }

  .items.style1.small > *:nth-child(-n + 2) {
    border-top-width: 0;
  }

  .items.style1.small > *:nth-child(2n + 1) {
    border-left-width: 0;
  }
}

@media screen and (max-width: 480px) {
  .items.style1.big > *:nth-child(-n + 2) {
    border-top-width: 1px;
  }

  .items.style1.big > *:nth-child(2n + 1) {
    border-left-width: 1px;
  }

  .items.style1.big > * {
    padding: 2.625rem 2.625rem 0.625rem 2.625rem;
    width: 100%;
  }

  .items.style1.big > *:nth-child(-n + 1) {
    border-top-width: 0;
  }

  .items.style1.big > *:nth-child(1n + 1) {
    border-left-width: 0;
  }

  .items.style1.medium > *:nth-child(-n + 2) {
    border-top-width: 1px;
  }

  .items.style1.medium > *:nth-child(2n + 1) {
    border-left-width: 1px;
  }

  .items.style1.medium > * {
    padding: 2.625rem 2.625rem 0.625rem 2.625rem;
    width: 100%;
  }

  .items.style1.medium > *:nth-child(-n + 1) {
    border-top-width: 0;
  }

  .items.style1.medium > *:nth-child(1n + 1) {
    border-left-width: 0;
  }

  .items.style1.small > *:nth-child(-n + 2) {
    border-top-width: 1px;
  }

  .items.style1.small > *:nth-child(2n + 1) {
    border-left-width: 1px;
  }

  .items.style1.small > * {
    padding: 2.625rem 2.625rem 0.625rem 2.625rem;
    width: 100%;
  }

  .items.style1.small > *:nth-child(-n + 1) {
    border-top-width: 0;
  }

  .items.style1.small > *:nth-child(1n + 1) {
    border-left-width: 0;
  }

  .items.style1.big > *,
  .items.style1.medium > *,
  .items.style1.small > * {
    padding-left: 0;
    padding-right: 0;
  }

  .items.style1.big > :first-child,
  .items.style1.medium > :first-child,
  .items.style1.small > :first-child {
    padding-top: 0;
  }

  .items.style1.big > :last-child,
  .items.style1.medium > :last-child,
  .items.style1.small > :last-child {
    padding-bottom: 0;
  }

  .items.style1.big > :last-child > .inner > :last-child,
  .items.style1.medium > :last-child > .inner > :last-child,
  .items.style1.small > :last-child > .inner > :last-child {
    margin-bottom: 0;
  }
}

/* Wrapper */

#wrapper {
  background-color: inherit;
  width: 100%;
  overflow-x: hidden;
}

#wrapper > .color1 {
  background-color: #30363d;
}

#wrapper > .color2 {
  background-color: #db8992;
}

#wrapper > .color3 {
  background-color: #ab7aad;
}

#wrapper > .color4 {
  background-color: #897cad;
}

#wrapper > .color5 {
  background-color: #7794ce;
}

#wrapper > .color6 {
  background-color: #64abb4;
}

#wrapper > .color7 {
  background-color: #6ba78c;
}

#wrapper.divided > * {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
}

#wrapper.divided > *:first-child {
  box-shadow: none !important;
}

#wrapper.divided > .invert {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
}

#wrapper.divided > .invert:first-child {
  box-shadow: none !important;
}
