/*!
Theme Name: Global Cooling Prize
Theme URI: http://underscores.me/
Author: dslanger
Author URI: http://dslanger@gmail.com
Description: Custom theme for globalcoolingprize.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: global-cooling-prize
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Global Cooling Prize is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ALL FOR NOW
--------------------------------------------------------------*/
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.delete, .is-unselectable, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-link::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .content:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(33, 33, 33, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .delete::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before {
    height: 2px;
    width: 50%; }
  .delete::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(33, 33, 33, 0.3); }
  .delete:active {
    background-color: rgba(33, 33, 33, 0.4); }
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.delete, .is-unselectable, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-link::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .content:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(33, 33, 33, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .delete::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before {
    height: 2px;
    width: 50%; }
  .delete::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(33, 33, 33, 0.3); }
  .delete:active {
    background-color: rgba(33, 33, 33, 0.4); }
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #2bbcb6;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #024162; }

code {
  background-color: #fff;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: #fff;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

img {
  height: auto;
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #212121;
  font-weight: 700; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #212121;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  text-align: left;
  vertical-align: top; }

table th {
  color: #212121; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-clipped {
  overflow: hidden !important; }

.is-size-1 {
  font-size: 3.5rem !important; }

.is-size-2 {
  font-size: 2rem !important; }

.is-size-3 {
  font-size: 1.75rem !important; }

.is-size-4 {
  font-size: 1.5rem !important; }

.is-size-5 {
  font-size: 1rem !important; }

.is-size-6 {
  font-size: 0.9rem !important; }

.is-size-7 {
  font-size: 0.8rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3.5rem !important; }
  .is-size-2-mobile {
    font-size: 2rem !important; }
  .is-size-3-mobile {
    font-size: 1.75rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1rem !important; }
  .is-size-6-mobile {
    font-size: 0.9rem !important; }
  .is-size-7-mobile {
    font-size: 0.8rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3.5rem !important; }
  .is-size-2-tablet {
    font-size: 2rem !important; }
  .is-size-3-tablet {
    font-size: 1.75rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1rem !important; }
  .is-size-6-tablet {
    font-size: 0.9rem !important; }
  .is-size-7-tablet {
    font-size: 0.8rem !important; } }

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3.5rem !important; }
  .is-size-2-touch {
    font-size: 2rem !important; }
  .is-size-3-touch {
    font-size: 1.75rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1rem !important; }
  .is-size-6-touch {
    font-size: 0.9rem !important; }
  .is-size-7-touch {
    font-size: 0.8rem !important; } }

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3.5rem !important; }
  .is-size-2-desktop {
    font-size: 2rem !important; }
  .is-size-3-desktop {
    font-size: 1.75rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1rem !important; }
  .is-size-6-desktop {
    font-size: 0.9rem !important; }
  .is-size-7-desktop {
    font-size: 0.8rem !important; } }

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3.5rem !important; }
  .is-size-2-widescreen {
    font-size: 2rem !important; }
  .is-size-3-widescreen {
    font-size: 1.75rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1rem !important; }
  .is-size-6-widescreen {
    font-size: 0.9rem !important; }
  .is-size-7-widescreen {
    font-size: 0.8rem !important; } }

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3.5rem !important; }
  .is-size-2-fullhd {
    font-size: 2rem !important; }
  .is-size-3-fullhd {
    font-size: 1.75rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1rem !important; }
  .is-size-6-fullhd {
    font-size: 0.9rem !important; }
  .is-size-7-fullhd {
    font-size: 0.8rem !important; } }

.has-text-centered {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-white {
  color: #fff !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }

.has-background-white {
  background-color: #fff !important; }

.has-text-black {
  color: #212121 !important; }

a.has-text-black:hover, a.has-text-black:focus {
  color: #080808 !important; }

.has-background-black {
  background-color: #212121 !important; }

.has-text-light {
  color: #fff !important; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #e6e6e6 !important; }

.has-background-light {
  background-color: #fff !important; }

.has-text-dark {
  color: #212121 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #080808 !important; }

.has-background-dark {
  background-color: #212121 !important; }

.has-text-primary {
  color: #2bbcb6 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #22928e !important; }

.has-background-primary {
  background-color: #2bbcb6 !important; }

.has-text-link {
  color: #2bbcb6 !important; }

a.has-text-link:hover, a.has-text-link:focus {
  color: #22928e !important; }

.has-background-link {
  background-color: #2bbcb6 !important; }

.has-text-info {
  color: #209cee !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important; }

.has-background-info {
  background-color: #209cee !important; }

.has-text-success {
  color: #23d160 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important; }

.has-background-success {
  background-color: #23d160 !important; }

.has-text-warning {
  color: #ffdd57 !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important; }

.has-background-warning {
  background-color: #ffdd57 !important; }

.has-text-danger {
  color: #ff3860 !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important; }

.has-background-danger {
  background-color: #ff3860 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-block {
  display: block !important; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }

.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.box {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(33, 33, 33, 0.1), 0 0 0 1px rgba(33, 33, 33, 0.1);
  color: #212121;
  display: block;
  padding: 1.25rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(33, 33, 33, 0.1), 0 0 0 1px #2bbcb6; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(33, 33, 33, 0.2), 0 0 0 1px #2bbcb6; }

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1088px) {
    .container {
      max-width: 960px;
      width: 960px; }
      .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1279px) {
    .container.is-widescreen {
      max-width: 1152px;
      width: auto; } }
  @media screen and (max-width: 1471px) {
    .container.is-fullhd {
      max-width: 1344px;
      width: auto; } }
  @media screen and (min-width: 1280px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1472px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #212121;
  font-weight: 600;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.content blockquote {
  background-color: #fff;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 75%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #212121;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #212121; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #212121; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content.is-small {
  font-size: 0.8rem; }

.content.is-medium {
  font-size: 1rem; }

.content.is-large {
  font-size: 1.5rem; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  align-items: center;
  background-color: #fff;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

.card {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(33, 33, 33, 0.1), 0 0 0 1px rgba(33, 33, 33, 0.1);
  color: #212121;
  max-width: 100%;
  position: relative; }

.card-header {
  background-color: none;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.1);
  display: flex; }

.card-header-title {
  align-items: center;
  color: #212121;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  background-color: none;
  padding: 1.5rem; }

.card-footer {
  background-color: none;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(33, 33, 33, 0.1), 0 0 0 1px rgba(33, 33, 33, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap; }
  a.dropdown-item:hover {
    background-color: #fff;
    color: #212121; }
  a.dropdown-item.is-active {
    background-color: #2bbcb6;
    color: #fff; }

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 3px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item {
      margin-right: 0.75rem; }
      .level.is-mobile .level-item:not(:last-child) {
        margin-bottom: 0; }
      .level.is-mobile .level-item:not(.is-narrow) {
        flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }
  .level-item .title,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .level-left {
      display: flex; } }

.level-right {
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: flex; } }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

.menu {
  font-size: 0.9rem; }
  .menu.is-small {
    font-size: 0.8rem; }
  .menu.is-medium {
    font-size: 1rem; }
  .menu.is-large {
    font-size: 1.5rem; }

.menu-list {
  line-height: 1.25; }
  .menu-list a {
    border-radius: 2px;
    color: #212121;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: #fff;
      color: #212121; }
    .menu-list a.is-active {
      background-color: #2bbcb6;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: #fff;
    color: #212121; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #212121; }
    .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #212121; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #212121; }
    @media screen and (min-width: 1088px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #212121; }
      .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #212121; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #212121; }
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #212121; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #212121; } }
  .navbar.is-black {
    background-color: #212121;
    color: #fff; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: #141414;
      color: #fff; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: #141414;
        color: #fff; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #141414;
        color: #fff; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #212121;
        color: #fff; } }
  .navbar.is-light {
    background-color: #fff;
    color: #212121; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #212121; }
    .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #212121; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #212121; }
    @media screen and (min-width: 1088px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #212121; }
      .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #212121; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #212121; }
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #212121; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #212121; } }
  .navbar.is-dark {
    background-color: #212121;
    color: #fff; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #141414;
      color: #fff; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #141414;
        color: #fff; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #141414;
        color: #fff; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #212121;
        color: #fff; } }
  .navbar.is-primary {
    background-color: #2bbcb6;
    color: #024162; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #024162; }
    .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #26a7a2;
      color: #024162; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #024162; }
    @media screen and (min-width: 1088px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #024162; }
      .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #26a7a2;
        color: #024162; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #024162; }
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #26a7a2;
        color: #024162; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #2bbcb6;
        color: #024162; } }
  .navbar.is-link {
    background-color: #2bbcb6;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #26a7a2;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #26a7a2;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #26a7a2;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #2bbcb6;
        color: #fff; } }
  .navbar.is-info {
    background-color: #209cee;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
  .navbar.is-success {
    background-color: #23d160;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #ffd83d;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1088px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #ff3860;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #ff1f4b;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1088px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 #fff; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 #fff; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #2bbcb6; }

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #2bbcb6; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #2bbcb6;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #2bbcb6;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link {
  padding-right: 2.5em; }
  .navbar-link::after {
    border-color: #2bbcb6;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: #fff;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(33, 33, 33, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(33, 33, 33, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 3px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #fff;
      color: #212121; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #fff;
      color: #2bbcb6; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item {
    display: flex; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #dbdbdb;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(33, 33, 33, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(33, 33, 33, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:hover {
        background-color: #fff;
        color: #212121; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #2bbcb6; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(33, 33, 33, 0.1), 0 0 0 1px rgba(33, 33, 33, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -1rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(33, 33, 33, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #212121; }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #212121;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #212121;
      color: #212121; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #2bbcb6;
      color: #2bbcb6; }
  .tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: #fff;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #fff;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #2bbcb6;
    border-color: #2bbcb6;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.8rem; }
  .tabs.is-medium {
    font-size: 1rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1088px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }

.tooltip {
  position: relative; }
  .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none; }
  .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none; }
  .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    content: '';
    border-style: solid;
    border-width: 0.5rem; }
  .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    opacity: 0;
    content: attr(data-tooltip);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    background: rgba(74, 74, 74, 0.9);
    border-radius: 3px;
    color: #fff;
    max-width: 24rem; }
  .tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    opacity: 1;
    margin-left: -0.5rem;
    margin-top: -0.5rem; }
  .tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    opacity: 1; }
  .tooltip::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto; }
  .tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent; }
  .tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem); }
  .tooltip.is-tooltip-right::before {
    top: auto;
    bottom: 50%;
    left: 100%;
    right: auto;
    transform: translate(-1rem, 50%); }
  .tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
    top: 50%;
    left: 100%;
    right: auto;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent; }
  .tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
    transform: translate(0.5rem, 50%); }
  .tooltip.is-tooltip-bottom::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -1rem); }
  .tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent; }
  .tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem); }
  .tooltip.is-tooltip-left::before {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 100%;
    transform: translate(1rem, 50%); }
  .tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: calc(100% - 0.5rem);
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9); }
  .tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%); }
  .tooltip.is-tooltip-multiline::before {
    min-width: 24rem;
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all; }
  .tooltip.is-tooltip-white:not(.is-loading)::after {
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent; }
  .tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent; }
  .tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9); }
  .tooltip.is-tooltip-white::before {
    background: rgba(255, 255, 255, 0.9);
    color: #212121; }
  .tooltip.is-tooltip-black:not(.is-loading)::after {
    border-color: rgba(33, 33, 33, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(33, 33, 33, 0.9) transparent transparent; }
  .tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(33, 33, 33, 0.9) transparent; }
  .tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(33, 33, 33, 0.9); }
  .tooltip.is-tooltip-black::before {
    background: rgba(33, 33, 33, 0.9);
    color: #fff; }
  .tooltip.is-tooltip-light:not(.is-loading)::after {
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent; }
  .tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent; }
  .tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9); }
  .tooltip.is-tooltip-light::before {
    background: rgba(255, 255, 255, 0.9);
    color: #212121; }
  .tooltip.is-tooltip-dark:not(.is-loading)::after {
    border-color: rgba(33, 33, 33, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(33, 33, 33, 0.9) transparent transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(33, 33, 33, 0.9) transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(33, 33, 33, 0.9); }
  .tooltip.is-tooltip-dark::before {
    background: rgba(33, 33, 33, 0.9);
    color: #fff; }
  .tooltip.is-tooltip-primary:not(.is-loading)::after {
    border-color: rgba(43, 188, 182, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(43, 188, 182, 0.9) transparent transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(43, 188, 182, 0.9) transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(43, 188, 182, 0.9); }
  .tooltip.is-tooltip-primary::before {
    background: rgba(43, 188, 182, 0.9);
    color: #024162; }
  .tooltip.is-tooltip-link:not(.is-loading)::after {
    border-color: rgba(43, 188, 182, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(43, 188, 182, 0.9) transparent transparent; }
  .tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(43, 188, 182, 0.9) transparent; }
  .tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(43, 188, 182, 0.9); }
  .tooltip.is-tooltip-link::before {
    background: rgba(43, 188, 182, 0.9);
    color: #fff; }
  .tooltip.is-tooltip-info:not(.is-loading)::after {
    border-color: rgba(32, 156, 238, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(32, 156, 238, 0.9) transparent transparent; }
  .tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(32, 156, 238, 0.9) transparent; }
  .tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(32, 156, 238, 0.9); }
  .tooltip.is-tooltip-info::before {
    background: rgba(32, 156, 238, 0.9);
    color: #fff; }
  .tooltip.is-tooltip-success:not(.is-loading)::after {
    border-color: rgba(35, 209, 96, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(35, 209, 96, 0.9) transparent transparent; }
  .tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(35, 209, 96, 0.9) transparent; }
  .tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(35, 209, 96, 0.9); }
  .tooltip.is-tooltip-success::before {
    background: rgba(35, 209, 96, 0.9);
    color: #fff; }
  .tooltip.is-tooltip-warning:not(.is-loading)::after {
    border-color: rgba(255, 221, 87, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 221, 87, 0.9) transparent transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 221, 87, 0.9) transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 221, 87, 0.9); }
  .tooltip.is-tooltip-warning::before {
    background: rgba(255, 221, 87, 0.9);
    color: rgba(0, 0, 0, 0.7); }
  .tooltip.is-tooltip-danger:not(.is-loading)::after {
    border-color: rgba(255, 56, 96, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 56, 96, 0.9) transparent transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 56, 96, 0.9) transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 56, 96, 0.9); }
  .tooltip.is-tooltip-danger::before {
    background: rgba(255, 56, 96, 0.9);
    color: #fff; }

@media screen and (max-width: 768px) {
  .is-tooltip-top-mobile::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-mobile:focus:not(.is-loading)::after, .is-tooltip-top-mobile:hover:not(.is-loading)::after, .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-mobile:focus::before, .is-tooltip-top-mobile:hover::before, .is-tooltip-top-mobile.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 769px), print {
  .is-tooltip-top-tablet::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-tablet:focus:not(.is-loading)::after, .is-tooltip-top-tablet:hover:not(.is-loading)::after, .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-tablet:focus::before, .is-tooltip-top-tablet:hover::before, .is-tooltip-top-tablet.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-top-tablet-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-tablet-only:focus:not(.is-loading)::after, .is-tooltip-top-tablet-only:hover:not(.is-loading)::after, .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-tablet-only:focus::before, .is-tooltip-top-tablet-only:hover::before, .is-tooltip-top-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (max-width: 1087px) {
  .is-tooltip-top-touch::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-touch:focus:not(.is-loading)::after, .is-tooltip-top-touch:hover:not(.is-loading)::after, .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-touch:focus::before, .is-tooltip-top-touch:hover::before, .is-tooltip-top-touch.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 1088px) {
  .is-tooltip-top-desktop::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-desktop:focus:not(.is-loading)::after, .is-tooltip-top-desktop:hover:not(.is-loading)::after, .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-desktop:focus::before, .is-tooltip-top-desktop:hover::before, .is-tooltip-top-desktop.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-top-desktop-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-desktop-only:focus:not(.is-loading)::after, .is-tooltip-top-desktop-only:hover:not(.is-loading)::after, .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-desktop-only:focus::before, .is-tooltip-top-desktop-only:hover::before, .is-tooltip-top-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 1280px) {
  .is-tooltip-top-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-widescreen:focus:not(.is-loading)::after, .is-tooltip-top-widescreen:hover:not(.is-loading)::after, .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-widescreen:focus::before, .is-tooltip-top-widescreen:hover::before, .is-tooltip-top-widescreen.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-top-widescreen-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-top-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-widescreen-only:focus::before, .is-tooltip-top-widescreen-only:hover::before, .is-tooltip-top-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (min-width: 1472px) {
  .is-tooltip-top-fullhd::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important; }
  .is-tooltip-top-fullhd:focus:not(.is-loading)::after, .is-tooltip-top-fullhd:hover:not(.is-loading)::after, .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important; }
  .is-tooltip-top-fullhd:focus::before, .is-tooltip-top-fullhd:hover::before, .is-tooltip-top-fullhd.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important; } }

@media screen and (max-width: 768px) {
  .is-tooltip-right-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-mobile:focus:not(.is-loading)::after, .is-tooltip-right-mobile:hover:not(.is-loading)::after, .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-mobile:focus::before, .is-tooltip-right-mobile:hover::before, .is-tooltip-right-mobile.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 769px), print {
  .is-tooltip-right-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-tablet:focus:not(.is-loading)::after, .is-tooltip-right-tablet:hover:not(.is-loading)::after, .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-tablet:focus::before, .is-tooltip-right-tablet:hover::before, .is-tooltip-right-tablet.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-right-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-tablet-only:focus:not(.is-loading)::after, .is-tooltip-right-tablet-only:hover:not(.is-loading)::after, .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-tablet-only:focus::before, .is-tooltip-right-tablet-only:hover::before, .is-tooltip-right-tablet-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (max-width: 1087px) {
  .is-tooltip-right-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-touch:focus:not(.is-loading)::after, .is-tooltip-right-touch:hover:not(.is-loading)::after, .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-touch:focus::before, .is-tooltip-right-touch:hover::before, .is-tooltip-right-touch.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 1088px) {
  .is-tooltip-right-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-desktop:focus:not(.is-loading)::after, .is-tooltip-right-desktop:hover:not(.is-loading)::after, .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-desktop:focus::before, .is-tooltip-right-desktop:hover::before, .is-tooltip-right-desktop.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-right-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-desktop-only:focus:not(.is-loading)::after, .is-tooltip-right-desktop-only:hover:not(.is-loading)::after, .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-desktop-only:focus::before, .is-tooltip-right-desktop-only:hover::before, .is-tooltip-right-desktop-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 1280px) {
  .is-tooltip-right-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-widescreen:focus:not(.is-loading)::after, .is-tooltip-right-widescreen:hover:not(.is-loading)::after, .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-widescreen:focus::before, .is-tooltip-right-widescreen:hover::before, .is-tooltip-right-widescreen.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-right-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-right-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-widescreen-only:focus::before, .is-tooltip-right-widescreen-only:hover::before, .is-tooltip-right-widescreen-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (min-width: 1472px) {
  .is-tooltip-right-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important; }
  .is-tooltip-right-fullhd:focus:not(.is-loading)::after, .is-tooltip-right-fullhd:hover:not(.is-loading)::after, .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important; }
  .is-tooltip-right-fullhd:focus::before, .is-tooltip-right-fullhd:hover::before, .is-tooltip-right-fullhd.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important; } }

@media screen and (max-width: 768px) {
  .is-tooltip-bottom-mobile::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-mobile:focus:not(.is-loading)::after, .is-tooltip-bottom-mobile:hover:not(.is-loading)::after, .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-mobile:focus::before, .is-tooltip-bottom-mobile:hover::before, .is-tooltip-bottom-mobile.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 769px), print {
  .is-tooltip-bottom-tablet::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-tablet:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-tablet:focus::before, .is-tooltip-bottom-tablet:hover::before, .is-tooltip-bottom-tablet.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-bottom-tablet-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-tablet-only:focus::before, .is-tooltip-bottom-tablet-only:hover::before, .is-tooltip-bottom-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (max-width: 1087px) {
  .is-tooltip-bottom-touch::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-touch:focus:not(.is-loading)::after, .is-tooltip-bottom-touch:hover:not(.is-loading)::after, .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-touch:focus::before, .is-tooltip-bottom-touch:hover::before, .is-tooltip-bottom-touch.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 1088px) {
  .is-tooltip-bottom-desktop::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-desktop:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-desktop:focus::before, .is-tooltip-bottom-desktop:hover::before, .is-tooltip-bottom-desktop.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-bottom-desktop-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-desktop-only:focus::before, .is-tooltip-bottom-desktop-only:hover::before, .is-tooltip-bottom-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 1280px) {
  .is-tooltip-bottom-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-widescreen:focus::before, .is-tooltip-bottom-widescreen:hover::before, .is-tooltip-bottom-widescreen.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-bottom-widescreen-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-widescreen-only:focus::before, .is-tooltip-bottom-widescreen-only:hover::before, .is-tooltip-bottom-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (min-width: 1472px) {
  .is-tooltip-bottom-fullhd::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important; }
  .is-tooltip-bottom-fullhd:focus:not(.is-loading)::after, .is-tooltip-bottom-fullhd:hover:not(.is-loading)::after, .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important; }
  .is-tooltip-bottom-fullhd:focus::before, .is-tooltip-bottom-fullhd:hover::before, .is-tooltip-bottom-fullhd.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important; } }

@media screen and (max-width: 768px) {
  .is-tooltip-left-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-mobile:focus:not(.is-loading)::after, .is-tooltip-left-mobile:hover:not(.is-loading)::after, .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-mobile:focus::before, .is-tooltip-left-mobile:hover::before, .is-tooltip-left-mobile.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 769px), print {
  .is-tooltip-left-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-tablet:focus:not(.is-loading)::after, .is-tooltip-left-tablet:hover:not(.is-loading)::after, .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-tablet:focus::before, .is-tooltip-left-tablet:hover::before, .is-tooltip-left-tablet.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-left-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-tablet-only:focus:not(.is-loading)::after, .is-tooltip-left-tablet-only:hover:not(.is-loading)::after, .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-tablet-only:focus::before, .is-tooltip-left-tablet-only:hover::before, .is-tooltip-left-tablet-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (max-width: 1087px) {
  .is-tooltip-left-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-touch:focus:not(.is-loading)::after, .is-tooltip-left-touch:hover:not(.is-loading)::after, .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-touch:focus::before, .is-tooltip-left-touch:hover::before, .is-tooltip-left-touch.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 1088px) {
  .is-tooltip-left-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-desktop:focus:not(.is-loading)::after, .is-tooltip-left-desktop:hover:not(.is-loading)::after, .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-desktop:focus::before, .is-tooltip-left-desktop:hover::before, .is-tooltip-left-desktop.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-left-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-desktop-only:focus:not(.is-loading)::after, .is-tooltip-left-desktop-only:hover:not(.is-loading)::after, .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-desktop-only:focus::before, .is-tooltip-left-desktop-only:hover::before, .is-tooltip-left-desktop-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 1280px) {
  .is-tooltip-left-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-widescreen:focus:not(.is-loading)::after, .is-tooltip-left-widescreen:hover:not(.is-loading)::after, .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-widescreen:focus::before, .is-tooltip-left-widescreen:hover::before, .is-tooltip-left-widescreen.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-left-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-left-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-widescreen-only:focus::before, .is-tooltip-left-widescreen-only:hover::before, .is-tooltip-left-widescreen-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

@media screen and (min-width: 1472px) {
  .is-tooltip-left-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important; }
  .is-tooltip-left-fullhd:focus:not(.is-loading)::after, .is-tooltip-left-fullhd:hover:not(.is-loading)::after, .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important; }
  .is-tooltip-left-fullhd:focus::before, .is-tooltip-left-fullhd:hover::before, .is-tooltip-left-fullhd.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important; } }

ul {
  list-style-type: none;
  padding-left: 0; }

h1 {
  line-height: 1.2; }

h2 {
  line-height: 1.3333; }

.is--700 {
  font-weight: 700 !important; }

.is--600 {
  font-weight: 600 !important; }

.is--500 {
  font-weight: 500 !important; }

.is--400 {
  font-weight: 400 !important; }

.section.fw-sm {
  padding-left: 0;
  padding-right: 0; }

.pw-sm-md {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.lh1-2 {
  line-height: 1.2; }

.lh1-3 {
  line-height: 1.333; }

.section {
  padding: 3rem 1.5rem; }

.section.fw-sm-md {
  padding-left: 0;
  padding-right: 0; }

.lgbg {
  background: #f5f4f6; }

.wip {
  background: pink; }

.has-pts.section {
  padding-top: 1rem; }

@media (min-width: 1088px) {
  .section,
  .section.fw-sm-md {
    padding: 3rem; }
  .pw-sm-md {
    padding-left: initial;
    padding-right: initial; }
  .has-pts.section {
    padding-top: 3rem; } }

.site-header .logo {
  padding: 1rem 0 1rem; }
  .site-header .logo img {
    max-width: 200px; }

.site-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto; }

.main-nav {
  display: none; }

.main-menu__item {
  position: relative; }

.main-menu__item > a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #212121;
  transition: all ease 222ms;
  position: relative; }
  .main-menu__item > a i {
    margin-left: 0.25rem; }
  .main-menu__item > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: transparent;
    top: 66px;
    right: 5px; }
  .main-menu__item > a:hover {
    color: #2bbcb6; }
  .main-menu__item > a:hover:before {
    background: #2bbcb6; }

.main-menu__item > a.active {
  color: #2bbcb6; }
  .main-menu__item > a.active i {
    transform: rotate(180deg); }

.main-menu__item > a.active:before {
  background: #2bbcb6; }

.site-header__dropdown {
  display: none; }

.is-dropdown.submenu {
  display: none;
  opacity: 0;
  transition: opacity 0.222ms ease;
  width: auto; }
  .is-dropdown.submenu.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
    position: absolute;
    top: 73px;
    left: -5px;
    background: #024162;
    padding: 2rem; }
    .is-dropdown.submenu.active.has-columns {
      flex-direction: row; }
    .is-dropdown.submenu.active .submenu__item {
      white-space: nowrap;
      margin-right: 2rem; }

.active + .is-dropdown.submenu {
  display: flex;
  flex-direction: column;
  opacity: 1;
  position: absolute;
  top: 72px;
  left: -5px;
  background: #024162;
  padding: 2rem; }
  .active + .is-dropdown.submenu.has-columns {
    flex-direction: row;
    left: -706px; }
  .active + .is-dropdown.submenu .submenu__item {
    white-space: nowrap;
    margin-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .active + .is-dropdown.submenu .submenu__item > a:hover {
      color: #fff; }

.submenu-2 .submenu-2__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.submenu-2 .submenu-2__item a {
  font-size: 0.8rem;
  color: #efefef; }
  .submenu-2 .submenu-2__item a:hover {
    color: #2bbcb6; }

.button.btn-apply {
  color: #fff;
  background: #2bbcb6;
  padding: 0.25rem 2rem;
  border-radius: 0.2em;
  border: 2px solid #2bbcb6;
  transition: all ease 333ms;
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem; }
  .button.btn-apply:hover {
    background: white;
    color: #2bbcb6; }

.mobile-menu-trigger {
  display: flex;
  align-items: center; }
  .mobile-menu-trigger:hover:after {
    color: #2bbcb6; }
  .mobile-menu-trigger:hover .navbar-burger span {
    background: #2bbcb6; }

.mobile-menu-trigger:after {
  content: 'MENU';
  position: relative;
  font-weight: 700;
  right: 10px;
  color: #9d9d9d; }

.navbar-burger:hover {
  background-color: transparent; }

.navbar-burger span {
  height: 2px;
  background: #024162; }

.btn-login {
  color: #212121;
  transition: all ease 222ms;
  font-size: 1.15rem;
  margin-right: 1rem; }
  .btn-login:hover {
    color: #2bbcb6; }

@media (min-width: 1024px) {
  .site-header__main {
    position: relative;
    padding: 2rem 0 6px;
    justify-content: space-between; }
    .site-header__main .logo {
      flex-grow: 0;
      flex-shrink: 0; }
      .site-header__main .logo img {
        max-width: 160px; }
  .mobile-menu-trigger {
    display: none; }
  .main-nav {
    display: flex; }
  .main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .main-menu > li {
      margin-right: 0.5em; } }

@media (min-width: 1200px) {
  .site-header__main {
    width: 90%; }
    .site-header__main .logo img {
      max-width: 200px; }
    .site-header__main .main-menu__item {
      margin-right: 2em; }
      .site-header__main .main-menu__item a {
        font-size: 1.25rem; }
  .main-menu__item > a:before {
    top: 67px; } }

.parent-about-the-global-cooling-prize .main-menu__item > a[data-trigger='about'],
.parent-prize-details .main-menu__item > a[data-trigger='about'],
.parent-prize-governance .main-menu__item > a[data-trigger='about'] {
  color: #2bbcb6; }
  .parent-about-the-global-cooling-prize .main-menu__item > a[data-trigger='about']:before,
  .parent-prize-details .main-menu__item > a[data-trigger='about']:before,
  .parent-prize-governance .main-menu__item > a[data-trigger='about']:before {
    background: #2bbcb6; }

.press-and-news .main-menu__item > a[data-trigger='news'],
.events .main-menu__item > a[data-trigger='news'],
.for-the-media .main-menu__item > a[data-trigger='news'],
.partner-resources .main-menu__item > a[data-trigger='news'],
.subscribe .main-menu__item > a[data-trigger='news'] {
  color: #2bbcb6; }
  .press-and-news .main-menu__item > a[data-trigger='news']:before,
  .events .main-menu__item > a[data-trigger='news']:before,
  .for-the-media .main-menu__item > a[data-trigger='news']:before,
  .partner-resources .main-menu__item > a[data-trigger='news']:before,
  .subscribe .main-menu__item > a[data-trigger='news']:before {
    background: #2bbcb6; }

.partner-with-us .main-menu__item > a[data-trigger='involved'],
.apply .main-menu__item > a[data-trigger='involved'],
.donate .main-menu__item > a[data-trigger='involved'] {
  color: #2bbcb6; }
  .partner-with-us .main-menu__item > a[data-trigger='involved']:before,
  .apply .main-menu__item > a[data-trigger='involved']:before,
  .donate .main-menu__item > a[data-trigger='involved']:before {
    background: #2bbcb6; }

.site-footer__social {
  color: #a1a1a1;
  font-size: 0.833rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1rem 0.85rem; }
  .site-footer__social > * {
    margin-right: 1rem; }
  .site-footer__social .site-footer__social__link {
    font-size: 1.75rem; }
    .site-footer__social .site-footer__social__link.twitter a {
      color: #3693ff; }
    .site-footer__social .site-footer__social__link.facebook a {
      color: #2c4484; }
    .site-footer__social .site-footer__social__link.linkedin a {
      color: #1b79b1; }
    .site-footer__social .site-footer__social__link.instagram a {
      color: #262626; }

.site-footer__menu {
  background: #024162; }
  .site-footer__menu .menu-title {
    text-transform: uppercase;
    text-indent: 0.8rem;
    color: #d9d9d9; }
  .site-footer__menu .address {
    color: #d9d9d9;
    padding-left: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .site-footer__menu a {
    transition: all ease 333ms; }
  .site-footer__menu a:not(.email) {
    color: #d9d9d9; }
  .site-footer__menu a.email {
    color: #2bbcb6; }
  .site-footer__menu .menu-list a:hover {
    background: initial;
    color: #2bbcb6; }

.site-footer__menu {
  text-align: center; }
  .site-footer__menu .menu-title {
    font-weight: 700; }

.site-footer__bottom__logo {
  padding: 1.25rem 0;
  flex-shrink: 0;
  flex-grow: 0; }
  .site-footer__bottom__logo img {
    max-width: 10rem;
    display: block;
    margin: 0 auto; }

.site-footer__bottom__small-print {
  text-align: center;
  line-height: 1.75;
  font-weight: 300; }

.site-footer__bottom__small-print__menu a {
  color: #212121; }

@media (min-width: 786px) {
  .site-footer__social {
    color: #fff; }
    .site-footer__social .site-footer__social__link.twitter a,
    .site-footer__social .site-footer__social__link.facebook a,
    .site-footer__social .site-footer__social__link.linkedin a,
    .site-footer__social .site-footer__social__link.instagram a {
      color: #fff; }
      .site-footer__social .site-footer__social__link.twitter a:hover,
      .site-footer__social .site-footer__social__link.facebook a:hover,
      .site-footer__social .site-footer__social__link.linkedin a:hover,
      .site-footer__social .site-footer__social__link.instagram a:hover {
        color: #2bbcb6; }
  .site-footer__menu {
    text-align: left; }
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem; } }

@media (min-width: 1088px) {
  .site-footer__social {
    margin-bottom: 0.75rem; }
  .site-footer__signup .button {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
  .site-footer__bottom {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .site-footer__bottom__small-print {
    display: flex;
    font-weight: 500; }
  .copyright:before,
  .rights-reserved:before {
    content: '|';
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

@media (min-width: 1200px) {
  .site-footer__social {
    margin-bottom: 0; } }

.gcp-is-hidden {
  display: none; }

.js-offcanvas {
  background: #024162;
  width: 275px; }
  .js-offcanvas .fa-caret-down {
    color: white; }

.sidenav a {
  transition: all ease 333ms; }
  .sidenav a:hover {
    background: #fff;
    color: #024162; }

.sidenav-dropdown {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 222ms linear; }
  .sidenav-dropdown a {
    display: block; }
  .sidenav-dropdown > li > a {
    color: #2bbcb6;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px; }
  .sidenav-dropdown > li > a + ul > li > a {
    font-size: 14px;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff; }

.sidenav-menu {
  padding-top: 0.75rem; }

.sidenav-link-main {
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 0.75rem 1rem;
  transition: all ease 333ms;
  display: flex;
  justify-content: space-between; }
  .sidenav-link-main:hover .fa-caret-down {
    color: #024162; }
  .sidenav-link-main.is-active {
    background: #fff;
    color: #024162; }
    .sidenav-link-main.is-active .fa-caret-down {
      transform: rotate(180deg);
      color: #024162; }

.sidenav-link-title {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400; }

.sidenav-link-main.is-active + .sidenav-dropdown {
  height: auto;
  visibility: visible;
  opacity: 1; }

.sidenav__social {
  color: #fff;
  margin-left: 20px; }

.sidenav__social h6 {
  font-size: 13px;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-right: 1rem; }

.sidenav__social ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.75rem;
  margin-left: 0.25rem; }
  .sidenav__social ul a:hover {
    background: transparent;
    color: #fff; }

.sidenav__social ul i:last-of-type {
  font-size: 1.3em; }

.sidenav__social ul i:first-of-type {
  margin-right: 0.75em; }

*:focus {
  outline: none; }

.hero {
  position: relative; }
  .hero.has-bg-img {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .hero.has-bg-img .hero__text {
      position: absolute;
      left: 1.5rem;
      bottom: 0.5rem; }
    .hero.has-bg-img h1 {
      font-weight: bold;
      display: inline-block;
      padding: 0.25em;
      background: rgba(2, 65, 98, 0.8); }
  .hero.has-bg-gradient {
    min-height: 200px;
    display: flex;
    align-items: center;
    background: linear-gradient(#0064ad, #00264e);
    padding: 2rem; }
    .hero.has-bg-gradient .hero__text span {
      color: #2bbcb6; }

.hero__text h1 {
  color: #fff;
  font-size: 1.75rem; }

.hero__text .hero__text__nav {
  transition: all ease 222ms; }

.hero__text a:hover .hero__text__nav {
  color: #22928e; }

@media (min-width: 768px) {
  .hero__text h1 {
    font-size: 2rem; }
  .hero.has-bg-img .hero__text {
    left: 1.5rem; }
  .hero.has-bg-img h1 {
    font-weight: 600; } }

@media (min-width: 1088px) {
  .hero__text h1 {
    font-size: 3.5rem; }
  .hero.has-bg-gradient .hero__text span {
    font-size: 1.5rem; } }

.facetwp-template .hero.has-bg-gradient,
.facetwp-template .hero.has-bg-img {
  display: none; }

.page-id-2889 .hero.has-bg-gradient,
.page-id-3029 .hero.has-bg-gradient {
  background-image: url("/wp-content/uploads/2021/04/gcp-finalist-hero.png");
  background-size: cover;
  background-repeat: no-repeat; }

.button {
  color: #fff;
  transition: all ease 333ms;
  padding: 0.5rem 1.75rem;
  border-radius: 0.2rem;
  font-size: 14px;
  font-weight: 700; }
  .button:hover {
    cursor: pointer; }
  .button.is-primary {
    background: #2bbcb6;
    border: 0.1rem solid #2bbcb6; }
    .button.is-primary:hover {
      border: 0.1rem solid #004e9c;
      background: #004e9c;
      color: #fff; }
  .button.is-outlined {
    background: transparent;
    border: 0.1rem solid #fff;
    color: #fff; }

.info-graphic {
  background: #eb3d2a;
  padding: 2rem;
  margin-bottom: 3rem; }
  .info-graphic .info {
    max-width: 275px;
    margin: 0 auto;
    padding: 0 1.25rem; }
  .info-graphic .img {
    width: auto;
    margin: 0 auto; }
    .info-graphic .img svg {
      height: 150px; }
  .info-graphic h5 {
    margin-bottom: 3rem; }
  .info-graphic h5,
  .info-graphic .callout-text,
  .info-graphic .text {
    color: rgba(255, 255, 255, 0.75);
    text-align: center; }
  .info-graphic .callout-text,
  .info-graphic .text {
    font-size: 1.25rem; }
    .info-graphic .callout-text strong,
    .info-graphic .text strong {
      color: #fff; }
  .info-graphic .callout-text {
    display: block; }
    .info-graphic .callout-text strong {
      color: #fff;
      font-size: 2rem;
      font-weight: 500; }

@media (min-width: 768px) {
  .info-graphic img {
    width: 100%; } }

@media (min-width: 1088px) {
  .info-graphic .columns {
    max-width: 90%;
    margin: 0 auto; } }

.bios {
  padding: 3rem; }
  .bios .bio {
    text-align: center;
    line-height: 1.5; }
  .bios .bio__image {
    padding: 1rem; }
  .bios .bio__name {
    font-size: 1.25rem;
    color: #0064ad; }
  .bios .bio__title {
    display: block;
    font-weight: 300;
    font-size: 1rem; }
  .bios .bio__org {
    font-size: 1rem; }

.info-blocks {
  background: #f5f4f6;
  padding-top: 6rem; }

.info-block {
  margin: 0;
  padding-bottom: 3rem; }
  .info-block .info-block__image {
    position: relative; }
  .info-block .info-block__image img {
    display: block;
    width: 100%;
    height: auto; }
  .info-block .info-block__headline,
  .info-block .info-block__copy {
    padding-left: 2rem;
    padding-right: 2rem; }
  .info-block .info-block__headline {
    font-size: 1.6666rem;
    font-weight: 500;
    color: #0064ad;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem; }
  .info-block .info-block__copy {
    font-size: 1.1666rem;
    margin-bottom: 0; }

.info-block__headline {
  font-size: 1.25rem;
  color: #0064ad;
  text-align: center;
  margin-top: 0.5rem; }

.info-block a {
  color: inherit; }

@media (min-width: 768px) {
  .info-block {
    padding: 1.5rem;
    margin-bottom: 1.25rem; }
  .info-block.column {
    flex-basis: unset; }
  .info-block__headline a {
    font-size: 1rem; }
  .info-block {
    text-align: center;
    padding-bottom: 6rem; }
  .info-block .info-block__headline,
  .info-block .info-block__copy {
    max-width: 80%;
    margin: 0 auto; }
  .info-block .info-block__headline {
    font-size: 2rem; }
  .info-block .info-block__copy {
    font-size: 1.1666rem;
    font-weight: 300; } }

@media (min-width: 1088px) {
  .info-block__headline a {
    font-size: 1.25rem; }
  .info-block.column {
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0; }
  .info-blocks {
    display: flex;
    justify-content: center; }
  .info-block {
    width: 40%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .info-block .info-block__headline,
  .info-block .info-block__copy {
    max-width: none;
    padding: 0; } }

.wpcf7-response-output {
  display: none !important; }

.has-credit.has-bg-img {
  position: relative; }

.img__wrap {
  position: relative; }

.credit {
  right: 0;
  position: absolute;
  color: #fff;
  transform: translate3d(-50%, 0, 0);
  font-size: 1.5rem; }

.share {
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 3; }
  .share.box {
    box-shadow: none;
    border-radius: 2px;
    padding: 0.5rem; }

.share__title {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-size: 1rem; }

.share__icon {
  margin-bottom: 0.75rem; }

.share__link {
  color: #024162;
  font-size: 1rem;
  transition: all ease 333ms; }
  .share__link:hover {
    color: #20a0da; }

.share.is-sticky.fixed {
  position: fixed;
  top: 2rem; }
  .share.is-sticky.fixed.is-near-bottom {
    top: auto;
    bottom: 500px; }

@media (min-width: 1088px) {
  .share {
    left: 4rem; }
    .share.box {
      padding: 1rem; }
  .share__link {
    font-size: 1.75rem; } }

.post-breadcrumbs {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: 0.5rem; }
  .post-breadcrumbs a {
    color: #0064ad; }

.post-navigation .screen-reader-text {
  display: none; }

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0; }

.post-navigation .nav-previous:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2bbcb6;
  display: inline-block;
  margin-right: 0.25rem; }

.post-navigation .nav-next:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2bbcb6;
  display: inline-block;
  margin-left: 0.25rem; }

.post-navigation .nav-previous:hover:before {
  border-right-color: #0064ad; }

.post-navigation .nav-next:hover:after {
  border-left-color: #0064ad; }

.related-posts {
  margin-top: 1.5rem; }

.related-posts__title,
.related-posts__post {
  margin-bottom: 0.75rem;
  font-size: 0.9rem; }

.related-posts__post a {
  color: #212121; }
  .related-posts__post a:hover {
    color: #0064ad; }

.blog-filters {
  padding-top: 3rem; }
  .blog-filters .facetwp-checkbox {
    background: none;
    padding-left: 0; }
    .blog-filters .facetwp-checkbox.checked {
      font-weight: 700;
      color: #0064ad;
      background: none; }

.search-sort {
  padding-top: 3rem;
  display: flex; }

.facetwp-date {
  padding: 0.5rem;
  color: #212121;
  border: 1px solid #212121;
  margin-right: 1rem; }

.facetwp-facet-search {
  width: 70%;
  margin-right: 1.5rem; }

.facetwp-search {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  color: #212121; }

.facetwp-sort {
  position: relative;
  min-width: 165px; }
  .facetwp-sort:before {
    content: '';
    position: absolute;
    right: 0.75rem;
    display: inline-block;
    top: 1rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666; }

.facetwp-sort-select {
  background: #fff;
  border-radius: 1px;
  padding: 0.57rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  width: 100%; }

.filters__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem; }

.filter-type__title,
.filter-type__topics {
  color: #666;
  margin-bottom: 0.75rem; }

.facetwp-search-wrap {
  display: block; }
  .facetwp-search-wrap .facetwp-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #024162;
    cursor: pointer;
    opacity: 1; }
    .facetwp-search-wrap .facetwp-btn:before {
      width: 20px;
      height: 20px;
      background: url(images/search.png) no-repeat;
      background-size: 20px 20px;
      position: absolute;
      left: 9px;
      top: 10px; }

#cookie-law-info-bar {
  padding: 1.5rem;
  text-align: left; }
  #cookie-law-info-bar span {
    font-size: 0.9rem; }
  #cookie-law-info-bar .cli-plugin-main-link {
    text-decoration: underline; }
  #cookie-law-info-bar .cli-plugin-main-button {
    margin-left: 0.5rem; }

.cli_messagebar_head {
  font-size: 1.15rem; }

.search-form {
  width: 16rem;
  height: 2.1rem;
  padding: 0;
  margin: 0;
  line-height: 2em;
  background-color: #f5f4f6;
  position: relative;
  transition: all 0.25s linear;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .search-form input {
    width: 13.8rem;
    height: 2.1rem;
    line-height: 1.5;
    padding: 0.5em 0 0 0.75em;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 0.8rem;
    color: #212121;
    float: left;
    transition: all 0.25s linear; }
    .search-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #f1f0f3 inset; }
  .search-form a {
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2em;
    display: inline-block;
    padding: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 333ms ease;
    background: #2bbcb6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .search-form a:before {
      content: '\f002';
      font-family: FontAwesome;
      font-style: normal; }
    .search-form a:hover {
      color: #fff;
      background: #2bbcb6; }
  .search-form.open a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .search-form.open a:hover {
      color: #fff;
      background: #0064ad; }
  .search-form.collapsed {
    width: 2em;
    margin-left: 10em; }
    .search-form.collapsed input {
      width: 0; }
    .search-form.collapsed a {
      color: #999;
      background: #fff; }
      .search-form.collapsed a:hover {
        background: #4f4f4f;
        color: #fff; }

.gcp-lead {
  font-weight: 400;
  margin-bottom: 2rem; }

.gcp-header {
  font-weight: 600;
  margin-bottom: 0.25rem;
  margin-top: 2rem; }

.gcp-body p {
  font-size: inherit;
  margin-bottom: 1.5rem; }

.resources.box {
  border-radius: 3px;
  padding: 0; }

.resources__headline {
  margin-bottom: 0.75rem;
  font-size: inherit; }

.resources__content {
  padding: 1.25rem 1.25rem; }
  .resources__content .resource {
    display: block;
    margin-bottom: 0.5rem;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700; }

.intro .intro__lead {
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .intro {
    max-width: 80%; } }

@media (min-width: 1088px) {
  .intro {
    max-width: 75%; } }

.subpage-1 .site-main {
  background: #f5f4f6; }

.subpage-1 .sidebar {
  display: none;
  margin-top: 3rem; }

.subpage-1 .intro__lead,
.subpage-1 .subheader,
.subpage-1 .text-block,
.subpage-1 .text-link,
.subpage-1 .resources__wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.subpage-1 .intro__lead {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500; }

.subpage-1 .subheader {
  color: #212121;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1.25rem; }

.subpage-1 .text-block {
  margin-bottom: 1.25rem;
  font-weight: 300; }

.subpage-1 .text-link {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: bold; }

.subpage-1 .resources {
  background: #f5f4f6;
  padding-bottom: 2.5rem; }

.subpage-1 .resources__wrapper {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  box-shadow: 0 3px 5px 2px #e0e0e0; }

.subpage-1 .resources__headline {
  font-size: 1.333rem; }

.subpage-1 .resources__resource {
  font-weight: bold;
  display: block;
  margin-top: 1.1666rem; }

@media (min-width: 1088px) {
  .subpage-1 .intro {
    width: 60%; }
  .subpage-1 .subheader {
    margin-top: 2rem; }
    .subpage-1 .subheader:nth-of-type(1) {
      font-weight: 600; }
  .subpage-1 .main__wrapper {
    display: flex;
    justify-content: space-around;
    padding-bottom: 3rem; }
  .subpage-1 .sidebar {
    width: 30%;
    display: block; }
  .subpage-1 .resources__wrapper {
    padding: 0 0 2rem 0; }
  .subpage-1 .resources__block {
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .subpage-1 .resources__headline {
    padding-top: 2rem; }
  .subpage-1 .resources__headline,
  .subpage-1 .resources__resource {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.single-post .hero.has-bg-img {
  background-position: right bottom; }

.post {
  background: #f5f4f6; }
  .post .main-content {
    padding: 2rem 2rem 2rem 2rem; }
  .post .title {
    font-weight: 600;
    font-size: 2.5rem; }
  .post .subtitle {
    font-weight: 300;
    margin-top: 0.5rem;
    font-size: 1.25rem; }
  .post .byline {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700; }
  .post .gcp-visual {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    max-width: 600px; }
    .post .gcp-visual.box {
      background: #fff; }
  .post .gcp-header {
    font-weight: 600;
    line-height: 1.25; }
  .post .gcp-supbpoint {
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem; }
  .post .gcp-visual__caption {
    font-weight: bold;
    font-size: 0.85rem; }
  .post .gcp-visual__source {
    font-size: 0.85rem; }

@media (min-width: 1088px) {
  .post .main-content {
    padding: 2rem 2rem 2rem 12rem; } }

.single-event .site-main {
  background: #f5f4f6; }

.single-event .main-content {
  padding: 2rem 2rem 2rem 2rem; }

.single-event .title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.125; }

.single-event .post-meta {
  font-size: 1.25rem;
  margin-bottom: 0.5rem; }
  .single-event .post-meta .date {
    font-weight: bold; }

.single-event .webinar-link {
  font-size: 1rem; }

.single-event .tabs {
  margin-top: 1.5rem; }

.single-event .tab-content-panel {
  display: none; }
  .single-event .tab-content-panel.is-active {
    display: block; }

.single-event .tabs li a {
  color: #2bbcb6;
  font-weight: bold;
  font-size: 0.8rem; }
  .single-event .tabs li a:hover {
    color: #024162; }

.single-event .tabs li.is-active a {
  border-bottom-width: 2px;
  color: #024162; }

.single-event .media-left img {
  border-radius: 50%; }

.single-event .speaker {
  margin-bottom: 1.75rem; }
  .single-event .speaker .bio {
    font-size: 0.9rem;
    margin-top: 0.25rem; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.event-location-details {
  margin-top: 1rem; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.agenda__date {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.agenda__title {
  font-size: 1.35rem;
  margin-bottom: 1.5rem; }

.event-agenda__header {
  background: #d3d2d3;
  font-weight: 700; }

.event-agenda__session {
  background: #fff;
  font-size: 0.9rem; }
  .event-agenda__session .column:first-child {
    font-weight: 700; }

.agenda__wrap {
  margin-top: 2.5rem; }

.event-agenda__header,
.event-agenda__session {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.event-agenda__session__time {
  padding-bottom: 0; }

.calendar-ctas {
  display: flex;
  margin-top: 1.25rem; }
  .calendar-ctas > * {
    margin-right: 1rem; }
  .calendar-ctas .calendar-rsvp .button {
    margin-top: 0;
    padding-top: 0.34rem;
    padding-bottom: 0.33rem;
    color: #2bbcb6; }
    .calendar-ctas .calendar-rsvp .button:hover {
      color: #024162; }

@media (min-width: 768px) {
  .event-agenda__header,
  .event-agenda__session {
    padding-left: 1.5rem;
    padding-right: 10%; }
  .event-agenda__session__time {
    padding-bottom: 0.75rem; }
  .single-event .title {
    font-size: 2.5rem; }
  .single-event .tabs li a {
    font-size: 1rem; }
  .webinar-link {
    font-size: 1.25rem; } }

@media (min-width: 1088px) {
  .single-event .main-content {
    padding: 2rem 2rem 2rem 12rem; } }

.news-insights .post {
  margin-bottom: 2rem; }

.news-insights .site-main .pts.section {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.news-insights .hero.has-bg-img {
  background-position: right bottom; }

.news-insights .main-content {
  background: #f5f4f6;
  padding: 0 2rem 2rem;
  margin-bottom: 1rem; }

.news-insights .post-wrap {
  max-width: 500px; }

.news-insights .post-category {
  text-transform: uppercase; }

.news-insights .post .title {
  color: #0064ad; }

.news-insights .post .subtitle {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.news-insights .post .post-meta {
  margin-bottom: 0.5rem; }

.news-insights .excerpt {
  margin-bottom: 0.5rem; }

.read-more__link,
.is-rsvp {
  display: inline-block;
  padding: 0.35rem 2rem;
  border: 2px solid #2bbcb6;
  text-align: center;
  border-radius: 2px;
  margin-top: 1rem;
  transition: all ease 333ms; }
  .read-more__link:hover,
  .is-rsvp:hover {
    color: #0064ad;
    border-color: #0064ad; }

@media (min-width: 1088px) {
  .news-insights .blog-roll .title {
    font-size: 1.5rem; }
  .news-insights .blog-roll .subtitle {
    font-size: 1.15rem; } }

@media (min-width: 1440px) {
  .news-insights .blog-roll .title {
    font-size: 1.75rem; } }

.search .blog-roll {
  align-items: center;
  margin-bottom: 2rem; }
  .search .blog-roll .title {
    color: #024162; }

.home .hero__text h1 {
  background: transparent; }

.home .hero__text .line-1 {
  display: table;
  padding: 0.25em 0.25em 0;
  background: rgba(43, 188, 182, 0.8); }

.home .hero__text .line-2-1 {
  display: table;
  padding: 0 0.25em 0.25em;
  background: rgba(43, 188, 182, 0.8); }

.home .hero__text .line-2-2 {
  display: table;
  padding: 0 0.25em 0.25em;
  background: rgba(43, 188, 182, 0.8); }

.home .learn-more {
  background: #024162;
  padding: 3rem 0; }
  .home .learn-more h3 {
    margin-bottom: 2rem;
    font-weight: 300; }

.home .cta__lead__headline {
  font-weight: 600; }

.home .cards {
  background: #f5f4f6; }

.home .details .card {
  height: 100%; }
  .home .details .card .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto; }
    .home .details .card .card-content .card-image {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .home .details .card .card-content .card-text {
      margin-bottom: 1.25rem; }
      .home .details .card .card-content .card-text.mt-3 {
        margin-top: 1.8rem; }
      .home .details .card .card-content .card-text h3 {
        margin-bottom: 0.5rem;
        color: #0064ad; }
      .home .details .card .card-content .card-text p {
        font-weight: 300; }
    .home .details .card .card-content a {
      margin-top: auto; }

.home .join h3 {
  margin-bottom: 0.75rem; }

.home .join p {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 300;
  margin-bottom: 0.5rem; }

.home .join a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2rem; }

.home .cta__text {
  min-height: 150px;
  padding: 2rem; }
  .home .cta__text h4 {
    margin-bottom: 1.5rem; }
  .home .cta__text .button {
    font-size: 1rem; }
    .home .cta__text .button:hover {
      background: #fff; }

.home .donate .cta__text {
  background: #eb3d2a;
  color: #fff; }

.home .donate .cta__image {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.home .donate .button:hover {
  color: #eb3d2a;
  background: #fff; }

.home .apply {
  display: flex;
  flex-direction: column; }
  .home .apply .cta__text {
    background: #20a0da;
    color: #fff;
    flex-grow: 1; }
  .home .apply .cta__image {
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .home .apply .button:hover {
    color: #0064ad;
    background: #fff; }

.home .home-news__title {
  margin-bottom: 1.75rem; }

.home .home-news__post {
  padding: 0.25rem;
  text-align: center;
  margin-bottom: 2rem; }
  .home .home-news__post img {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto; }
  .home .home-news__post a {
    transition: all ease 222ms;
    display: block;
    height: 100%; }
    .home .home-news__post a:hover {
      opacity: 0.8; }

.home .home-news__post__title {
  color: #024162;
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .home .hero__text h1 {
    font-size: 1.75rem; }
  .home .hero__text h1 .line-1 {
    padding: 0.25em 0.25em 0.125em 0.25em; }
  .home .hero__text h1 .line-2 {
    display: table;
    padding: 0.125em 0.25em 0.25em 0.25em;
    background: rgba(43, 188, 182, 0.8); }
  .home .hero__text h1 .line-2-1,
  .home .hero__text h1 .line-2-2 {
    display: initial;
    background: transparent;
    padding: 0; }
  .home .hero__text h1 .line-2-2:before {
    content: ' '; }
  .home .learn-more h3 {
    font-weight: 600; }
  .home .donate .cta__image,
  .home .apply .cta__image {
    min-height: 225px; } }

@media (min-width: 1088px) {
  .home .join .column:nth-of-type(1) {
    margin-bottom: 0; }
  .home .hero__text h1 {
    font-weight: 500;
    line-height: 1;
    font-size: 3.5rem; }
  .home .hero__text h1 .line-1 {
    padding: 0.25em 0.25em 0.125em 0.25em; }
  .home .hero__text h1 .line-2 {
    display: table;
    padding: 0.125em 0.25em 0.25em 0.25em;
    background: rgba(43, 188, 182, 0.8); }
  .home .cta__text {
    padding-bottom: 0; }
  .home .cta__lead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    margin-top: 1rem; }
  .home .cta__lead__headline {
    width: 35%;
    font-weight: 600; }
  .home .cta__lead__text__wrap {
    width: 60%; }
    .home .cta__lead__text__wrap p {
      margin-bottom: 1rem;
      margin-top: 0.75rem;
      font-size: 1rem;
      font-weight: 500; }
  .home .donate {
    display: flex; }
    .home .donate .cta__image {
      width: 55%;
      min-height: 300px; }
    .home .donate .cta__text {
      width: 45%; }
  .home .apply .cta__image {
    min-height: calc(100% - 250px); }
  .home .cards {
    background: #fff; }
  .home .card .card-content .card-text p {
    font-weight: 500; }
  .home .home-news__post__title {
    font-size: 1.15rem; }
  .home .card .card-content .card-text.mt {
    margin-top: 1.8rem; } }

.home-intro__wrap .button {
  font-weight: bold;
  display: inline-block;
  font-size: 1rem; }
  .home-intro__wrap .button:hover {
    background: #fff;
    color: #2bbcb6; }

.home-video {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }
  .home-video .hero__play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none; }
    .home-video .hero__play .fa-play {
      font-size: 5rem;
      color: transparent; }

.home-intro {
  background-color: #024162;
  color: #fff; }
  .home-intro .home-intro__wrap {
    padding: 1.5rem; }
  .home-intro .button:hover {
    color: #024162; }

.prize-money {
  background: #20a0da;
  color: #fff; }
  .prize-money h3 {
    margin-bottom: 2rem; }
  .prize-money .level-item {
    margin-bottom: 3rem;
    position: relative; }
  .prize-money .level-item:not(:nth-of-type(3)):after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -1.5rem; }
  .prize-money .heading {
    margin-bottom: 0; }
  .prize-money .title {
    line-height: 1.25; }

@media (max-width: 1087px) {
  .learn-more .columns {
    flex-direction: column-reverse;
    display: flex; } }

.map .map-tooltip {
  color: #212121;
  font-weight: 600; }

.map .map-title {
  margin-bottom: 2rem; }

#map {
  height: 600px;
  width: auto;
  width: 100%;
  min-width: 375px;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff; }

.map-nav {
  z-index: 999;
  text-align: center; }
  .map-nav .stat {
    margin-bottom: 1.5rem; }
    .map-nav .stat a {
      color: gray;
      display: flex;
      flex-direction: column; }
    .map-nav .stat [data-trigger='register'].is-active {
      color: #20a0da; }
      .map-nav .stat [data-trigger='register'].is-active .stat__number {
        font-weight: bold; }
    .map-nav .stat [data-trigger='register']:hover {
      color: #20a0da; }
      .map-nav .stat [data-trigger='register']:hover .stat__number {
        font-weight: bold; }
    .map-nav .stat [data-trigger='intent'].is-active {
      color: #0064ad; }
      .map-nav .stat [data-trigger='intent'].is-active .stat__number {
        font-weight: bold; }
    .map-nav .stat [data-trigger='intent']:hover {
      color: #0064ad; }
      .map-nav .stat [data-trigger='intent']:hover .stat__number {
        font-weight: bold; }
    .map-nav .stat [data-trigger='apply'].is-active {
      color: #024162; }
      .map-nav .stat [data-trigger='apply'].is-active .stat__number {
        font-weight: bold; }
    .map-nav .stat [data-trigger='apply']:hover {
      color: #024162; }
      .map-nav .stat [data-trigger='apply']:hover .stat__number {
        font-weight: bold; }
    .map-nav .stat .stat__number {
      font-size: 3rem;
      font-weight: 300; }
    .map-nav .stat .stat__txt {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25; }

.highcharts-credits {
  display: none; }

.home .join-new .cta__image {
  min-height: 225px; }

.home .join-new.cta__text {
  background-color: #0064ad; }

.home .subscribe-new.cta__text {
  background-color: #024162; }

.home .donate-new.cta__text {
  background-color: #eb3d2a; }
  .home .donate-new.cta__text .button:hover {
    color: #eb3d2a; }

@media (min-width: 769px) {
  .home-intro .home-intro__wrap {
    padding: 2.25rem; }
  .prize-money .level-item {
    margin-bottom: 0; }
  .prize-money .level-item:not(:nth-of-type(3)):after {
    display: none; }
  .map-nav {
    display: flex;
    justify-content: space-around; } }

@media (min-width: 1024px) {
  .home-intro .home-intro__wrap {
    padding: 3rem; }
  #map {
    height: 650px; }
  .sponsors .column.is-7-across-desktop {
    width: 14.28% !important; } }

@media (min-width: 1216px) {
  #map {
    height: 750px; } }

@media (min-width: 1472px) {
  .join-new .column {
    padding: 1rem; } }

@media (min-width: 1600px) {
  .join-new .column {
    padding: 2rem; } }

.timeline__wrap {
  background: #20a0da; }
  .timeline__wrap .timeline-title {
    margin-bottom: 0;
    color: #fff; }

.gcp-roadmap {
  max-width: 90%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  padding: 2rem; }

.gcp-roadmap__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent; }

.gcp-roadmap__items:before {
  content: '';
  background: rgba(255, 255, 255, 0.95);
  height: calc(100% - 70px);
  display: block;
  width: 1px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%; }

.gcp-roadmap__item {
  margin: 0;
  position: relative; }

.gcp-roadmap__item:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.95);
  top: 50%;
  left: 0;
  transform: translate3d(-10px, -50%, 0);
  border-radius: 50%;
  border: 2px solid #fff; }

.gcp-roadmap__item:nth-of-type(1):before {
  background: #fff; }

.gcp-roadmap__item:nth-of-type(2):before {
  background: #fff; }

.gcp-roadmap__item:nth-of-type(3):before {
  background: #fff; }

.gcp-roadmap__item:nth-of-type(4):before {
  background: #20a0da; }

.gcp-roadmap__item:nth-of-type(5):before {
  background: #20a0da; }

.gcp-roadmap__item:nth-of-type(6):before {
  background: #20a0da; }

.gcp-roadmap__item:nth-of-type(7):before {
  background: #20a0da; }

.gcp-roadmap__item:nth-of-type(8):before {
  background: #20a0da; }

.gcp-roadmap__item:nth-of-type(9):before {
  background: #20a0da; }

.gcp-roadmap__text {
  position: relative;
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.gcp-roadmap__date {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700; }

.gcp-roadmap__milestone {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  position: relative; }

.gcp-roadmap__title {
  margin-bottom: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 2.4rem; }

.gcp-roadmap__item:after {
  content: '';
  display: inline-block;
  width: 1.4rem;
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
  top: 50%;
  left: 1rem; }

@media (min-width: 768px) {
  .gcp-roadmap__items:before {
    left: 50%; }
  .gcp-roadmap__item:before {
    left: 50%;
    z-index: 1; }
  .gcp-roadmap__text {
    width: 50%; }
  .gcp-roadmap__item:nth-of-type(odd):after,
  .gcp-roadmap__item:nth-of-type(even):after {
    left: 50%;
    width: 2.4rem; }
  .gcp-roadmap__item:nth-of-type(odd) .gcp-roadmap__text {
    margin-right: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 3rem; }
  .gcp-roadmap__item:nth-of-type(odd):after {
    transform: translate3d(-100%, -50%, 0); }
  .gcp-roadmap__item:nth-of-type(even) .gcp-roadmap__text {
    margin-left: auto; }
  .gcp-roadmap__item:nth-of-type(even):after {
    transform: translate3d(0, -50%, 0); } }

.has-lgbg {
  background: #f5f4f6; }

.press-logos h3 {
  margin-bottom: 3rem; }

.press-logos .sponsors {
  max-width: 1200px;
  margin: 0 auto; }

.sponsor-heading {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.75rem;
  color: #fff;
  background: #024162;
  margin-bottom: 1rem; }

.section.sponsors {
  background: #fff;
  text-align: center; }
  .section.sponsors h3 {
    margin-bottom: 3rem; }
  .section.sponsors img {
    padding: 0 15%;
    max-height: 125px;
    width: auto;
    display: block;
    margin: 0 auto; }
  .section.sponsors .logo-1 img,
  .section.sponsors .logo-17 img {
    max-height: 85px; }
  .section.sponsors .logo-3 img {
    max-height: 200px;
    padding: 0; }
  .section.sponsors .logo-15 img {
    max-height: 200px; }
  .section.sponsors .logo-qcf img {
    max-height: 45px; }
  .section.sponsors .logo-jff img {
    max-height: 50px; }
  .section.sponsors .logo-volo img {
    max-height: 90px; }
  .section.sponsors .outreach-partners img {
    padding-top: 5%;
    padding-bottom: 5%; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.press-logos .columns {
  margin: 0 auto;
  max-width: 1200px; }

.press-logos img {
  padding: 15%;
  max-height: 175px; }

@media (min-width: 1024px) {
  .sponsored-by.columns {
    margin-bottom: 3rem; } }

.finalists {
  background: #f0eff1; }
  .finalists .title {
    margin-bottom: 3rem; }

.finalist {
  position: relative; }
  .finalist:before {
    content: '';
    display: block;
    width: 75px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1; }
  .finalist.india:before {
    background-image: url("/wp-content/uploads/2019/11/india-flag.png");
    height: 50px; }
  .finalist.daikon .finalist__img__sponsor {
    max-height: 180px; }
  .finalist.daikon:before {
    background-image: url("/wp-content/uploads/2019/11/japanese-flag-1.png");
    height: 50px;
    content: '';
    display: block;
    width: 75px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1; }
  .finalist.daikon:after {
    content: '';
    background-image: url("/wp-content/uploads/2019/11/india-flag.png");
    height: 50px;
    left: 80px;
    top: 0;
    display: block;
    width: 75px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1; }
  .finalist.design-startup .finalist__img .finalist__img__logo {
    height: 150px;
    max-height: none; }
  .finalist.us:before {
    background-image: url("/wp-content/uploads/2019/11/us-flag.png");
    height: 40px; }
  .finalist.uk:before {
    background-image: url("/wp-content/uploads/2019/11/uk-flag.png");
    height: 37.5px; }
  .finalist.china:before {
    background-image: url("/wp-content/uploads/2019/11/china-flag.png");
    height: 50px; }

.finalist__img {
  min-height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  .finalist__img .finalist__img__logo {
    max-height: 120px;
    width: auto;
    display: block;
    margin-bottom: 1rem;
    margin-top: 75px; }

.finalist__img__sponsor {
  max-height: 90px; }

.winners {
  padding-top: 5rem; }
  .winners .finalist__img {
    min-height: 425px; }
  .winners .finalist__img__sponsor {
    max-height: 140px; }

.finalist__cta {
  background: #fff;
  padding: 2rem; }
  .finalist__cta .button {
    font-weight: bold;
    display: block;
    width: 165px;
    text-align: center;
    font-size: 1rem;
    background: transparent;
    color: #004e9c;
    margin: 0 auto; }
    .finalist__cta .button:hover {
      background: #004e9c;
      color: #fff; }

.winners .container {
  padding-bottom: 6rem;
  border-bottom: 7px solid #20a0da; }
  .winners .container .gree .finalist__img .finalist__img__logo {
    max-height: 90px;
    margin-top: 5.5rem; }
  .winners .container .gree .finalist__img__sponsor {
    position: relative;
    bottom: 1.25rem; }

@media (max-width: 768px) {
  .sponsored-by .logo-qcf {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 1rem; } }

.sponsored-by .logo-qcf img {
  padding: 0; }

.logo-5 img,
.logo-6 img,
.logo-7 img,
.logo-8 img {
  max-height: 175px !important; }

.sponsors .logo-5 img,
.sponsors .logo-7 img {
  margin-right: unset;
  padding-right: 7.5%; }

.sponsors .logo-6 img,
.sponsors .logo-8 img {
  margin-left: unset;
  padding-left: 7.5%; }

.about-the-global-cooling-prize .hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .about-the-global-cooling-prize .hero__play .fa-play {
    font-size: 5rem;
    color: #fff; }

.about-the-global-cooling-prize .about-intro {
  margin-bottom: 4rem; }

.about-the-global-cooling-prize .about-intro__lead {
  font-weight: bold;
  margin-bottom: 1rem; }

.about-the-global-cooling-prize .about-intro__copy {
  font-weight: 300;
  margin-bottom: 3rem; }
  .about-the-global-cooling-prize .about-intro__copy ~ p {
    margin-bottom: 1.5rem;
    font-weight: 300; }

@media (min-width: 768px) {
  .about-the-global-cooling-prize .info-graphic .img svg {
    height: 100px; }
  .about-the-global-cooling-prize .info-graphic .text {
    font-size: 1rem; } }

@media (min-width: 1088px) {
  .about-the-global-cooling-prize .about-intro {
    max-width: 80%; }
  .about-the-global-cooling-prize .about-intro__copy {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .about-the-global-cooling-prize .about-intro__lead {
    font-weight: 500;
    margin-bottom: 1.75rem; } }

.outreach-partners .sidebar .box {
  padding: 0; }
  .outreach-partners .sidebar .box .text-link {
    padding-left: 2rem;
    padding-right: 2rem; }

.prize-criteria .site-main {
  background: #f5f4f6; }

.prize-criteria__cta {
  padding: 2rem 1.5rem; }

.prize-criteria__cta__headline {
  margin-bottom: 1.5rem;
  font-weight: 300; }

.buttons {
  margin-top: 0.5rem; }

.prize-criteria__cta .button {
  display: inline-block;
  width: 10rem;
  text-align: center; }

.prize-criteria__cta .button.is-primary {
  margin-right: 1rem; }

.prize-criteria__cta .button.is-tertiary {
  background: #767676;
  border: 2px solid #767676; }
  .prize-criteria__cta .button.is-tertiary:hover {
    background: #0064ad;
    border-color: #0064ad;
    color: #fff; }

.accordion-header {
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 222ms ease-in-out;
  background: #fff; }
  .accordion-header svg {
    height: 100px; }
  .accordion-header h3 {
    font-weight: bold;
    color: #0064ad;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .accordion-header h5 {
    font-weight: 300; }

.accordion-body {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2.5rem 2rem;
  border: 2px solid rgba(0, 0, 0, 0.1); }
  .accordion-body h4 {
    font-size: 1.6666rem;
    margin-bottom: 1rem; }
  .accordion-body h6 {
    font-size: 1.3333rem;
    margin-bottom: 0.75rem; }
  .accordion-body p {
    font-size: 1.1666rem;
    margin-bottom: 1rem; }
  .accordion-body .accordion-content {
    max-width: 800px;
    margin: 0 auto 2rem; }

.accordion-content__item {
  margin-bottom: 3rem; }

.toggle span {
  font-weight: 100;
  font-size: 2rem;
  position: relative;
  right: 10px; }

.accordion .toggle:hover {
  background: #efefef;
  cursor: pointer; }

.accordion > .accordion-header + .accordion-body {
  display: none; }

.toggle.open + .accordion-body {
  display: block; }

.accordion-header.is--baseline h4 {
  margin-bottom: 0.5rem; }

.accordion-header.is--baseline a {
  color: #024162;
  font-weight: bold;
  font-size: 1.25rem; }

.accordion-header.is--baseline .fa-caret-down {
  margin-left: 0.75rem; }

.accordion-header.is--baseline.open .fa-caret-down {
  transform: rotate(180deg); }

@media (min-width: 1088px) {
  .prize-criteria .has-bg-gradient span {
    font-size: 1.55rem; }
  .prize-criteria .has-bg-gradient h1 {
    font-weight: 500;
    font-size: 4rem; }
  .prize-criteria__cta {
    display: flex;
    justify-content: space-around; }
  .prize-criteria__cta__headline {
    max-width: 60%; }
  .prize-criteria-cta .button-group {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .accordion-header.is--baseline {
    text-align: left; }
    .accordion-header.is--baseline h4,
    .accordion-header.is--baseline a {
      margin-left: 3rem; }
  .accordion-header:not(.is--baseline) {
    display: flex;
    align-items: flex-start; }
    .accordion-header:not(.is--baseline) svg {
      height: 75px;
      margin-right: 2rem;
      margin-left: 4rem; }
    .accordion-header:not(.is--baseline):not(.is--baseline):before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #0064ad;
      position: relative;
      left: 3rem;
      top: 1.5rem; }
    .accordion-header:not(.is--baseline):not(.is--baseline).open:before {
      border-top: 12px solid #0064ad;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      top: 1.75rem; }
    .accordion-header:not(.is--baseline) .accordion-header__text {
      text-align: left; }
  .accordion-header h3 {
    margin-bottom: 0; }
  .baseline-title {
    text-align: left; }
  .accordion-body .accordion-content {
    max-width: none;
    padding-left: 3rem;
    padding-right: 2rem; }
    .accordion-body .accordion-content .accordion-content__item {
      display: flex;
      justify-content: space-between;
      text-align: left; }
      .accordion-body .accordion-content .accordion-content__item.is--baseline {
        flex-direction: column; }
        .accordion-body .accordion-content .accordion-content__item.is--baseline h5 {
          font-weight: 600; }
      .accordion-body .accordion-content .accordion-content__item h4 {
        width: 20%; }
      .accordion-body .accordion-content .accordion-content__item .subpoint-content {
        width: 70%;
        margin-right: 4rem; } }

.prize-details .has-bg-img {
  background-position: center bottom; }

.event .post-wrap .title {
  font-size: 1.5rem;
  color: #0064ad;
  max-width: 500px;
  margin-bottom: 0.5rem; }

.event .post-wrap .post-meta {
  margin-bottom: 0.25rem;
  font-size: 1.15rem; }

.event .post-wrap .event__link {
  display: inline-block;
  padding: 0.35rem 2rem;
  border: 2px solid #2bbcb6;
  text-align: center;
  border-radius: 2px;
  margin-top: 1rem;
  transition: all ease 333ms; }
  .event .post-wrap .event__link:hover {
    color: #0064ad;
    border-color: #0064ad; }

.post-type-archive-event .site-main .has-pts.section,
.news-insights .site-main .has-pts.section {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.post-type-archive-event .main-content,
.news-insights .main-content {
  background: #f5f4f6;
  padding: 0 2rem 2rem;
  margin-bottom: 1rem; }

.post-type-archive-event .event,
.news-insights .event {
  margin-bottom: 2rem; }

.contact {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  max-width: 300px; }

.media-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.for-the-media .contact br {
  display: none; }

.for-the-media .site-main {
  background: #f5f4f6; }

.for-the-media h4 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }

.for-the-media .intro {
  margin-bottom: 0;
  padding-bottom: 0; }

.for-the-media .site-main .press-releases__wrapper {
  background: #fff; }

.for-the-media .press-releases h5 {
  margin-bottom: 1.75rem; }

.for-the-media .press-releases h6 {
  margin-bottom: 0.75rem; }

.for-the-media .release {
  max-width: 75%; }
  .for-the-media .release h6 {
    font-weight: 300; }
  .for-the-media .release a {
    color: #0064ad; }

.media-packet,
.media-events {
  margin-bottom: 2.5rem; }

.mediaevents .box {
  padding: 2rem 1.5rem 2rem; }

.mediaevents p {
  margin-bottom: 1.5rem; }

@media (min-width: 1088px) {
  .for-the-media .gcp-lead {
    max-width: 75%; }
  .media-main__wrapper:nth-of-type(1) {
    width: 65%; }
  .media-main__wrapper:nth-of-type(2) {
    width: 30%; } }

.prize-amount .intro .intro__lead {
  margin-bottom: 0; }

.faq .faq_section-header {
  margin: 4rem 0 0;
  background: rgba(215, 215, 215, 0.25);
  padding: 2rem; }

.faq .accordion-header {
  padding: 2rem 1rem;
  text-align: left; }
  .faq .accordion-header .fas {
    margin-right: 1rem;
    transform: rotate(-90deg); }
  .faq .accordion-header.open .fas {
    transform: none; }
  .faq .accordion-header:before {
    display: none !important; }

.faq .accordion-body {
  text-align: left;
  padding-left: 3rem; }

.faq .faq-list {
  margin-left: 2rem;
  margin-top: 0.25rem; }
  .faq .faq-list li {
    margin-top: 1rem; }

.faq .faq__block ul {
  list-style-type: disc;
  padding-left: 20px; }

.faq .faq__block li {
  margin-bottom: 15px; }

@media (min-width: 1088px) {
  .timeline .accordion-header .accordion-header__text,
  .timeline .accordion-content .accordion-content__item {
    margin-left: 5rem; }
    .timeline .accordion-header .accordion-header__text h4,
    .timeline .accordion-content .accordion-content__item h4 {
      font-size: 1.25rem; }
    .timeline .accordion-header .accordion-header__text .subpoint-content,
    .timeline .accordion-content .accordion-content__item .subpoint-content {
      width: 65%; } }

.prize-governance .site-main {
  background: #f5f4f6; }

.prize-governance a p {
  color: #212121; }

.governance__lead {
  font-size: 2rem;
  margin-bottom: 3rem; }

.governance__wrapper {
  max-width: 1400px;
  margin: 0 auto; }
  .governance__wrapper .box .columns {
    justify-content: center; }
  .governance__wrapper .column {
    padding: 1rem 2rem 2rem; }
    .governance__wrapper .column .level-1 {
      border-top: 0.75rem solid #eb3d2a; }
    .governance__wrapper .column .level-2 {
      border-top: 0.75rem solid #f47920; }
    .governance__wrapper .column .level-3 {
      border-top: 0.75rem solid #fcb316; }

.governance__header {
  margin-bottom: 2rem; }
  .governance__header img {
    max-width: 200px; }
  .governance__header h3 {
    color: #0064ad;
    margin-top: 1rem;
    margin-bottom: 3rem; }

.governance__node {
  padding: 1rem 1.5rem;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  border-right: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  transition: all ease 333ms; }
  .governance__node h3 {
    color: #0064ad;
    margin-bottom: 0.5rem;
    font-weight: 600; }
  .governance__node p {
    margin-bottom: 0.75rem; }

a:hover .governance__node.level-1 {
  border-right-color: #eb3d2a;
  border-left-color: #eb3d2a;
  border-bottom-color: #eb3d2a; }

a:hover .governance__node.level-2 {
  border-right-color: #f47920;
  border-left-color: #f47920;
  border-bottom-color: #f47920; }

a:hover .governance__node.level-3 {
  border-right-color: #fcb316;
  border-left-color: #fcb316;
  border-bottom-color: #fcb316; }

@media (min-width: 1088px) {
  .governance__node {
    max-width: none; }
    .governance__node.first {
      max-width: calc(33.33333% - 4rem);
      margin: 0 auto; }
  .governance__lead {
    font-size: 3rem; } }

.privacy-policy h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

.privacy-policy p {
  margin-bottom: 1rem; }

.privacy-policy .main-content ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 1rem; }

.privacy-policy .main-content li {
  margin-bottom: 0.5rem; }

.acoolerplanet .is-size-4-5 {
  font-size: 1.15rem; }

.acoolerplanet .hero.has-bg-img h1 {
  background-color: #2bbcb6; }

.acoolerplanet .earth-day-banner {
  background: #005e9e; }
  .acoolerplanet .earth-day-banner img {
    margin: 0 auto;
    display: block; }

.acoolerplanet .earth-day-text h2 {
  margin-bottom: 1rem; }

.acoolerplanet .earth-day-text p {
  max-width: 1000px;
  margin-bottom: 1.25rem; }

.acoolerplanet .slide .caption {
  padding: 0.75rem;
  background: #20a0da; }
  .acoolerplanet .slide .caption p {
    color: #fff; }
    .acoolerplanet .slide .caption p:first-of-type {
      font-weight: 700;
      font-size: 1.25rem; }
    .acoolerplanet .slide .caption p:nth-of-type(2) {
      font-size: 1rem; }

.acoolerplanet .pb-0 {
  padding-bottom: 0; }

#wpfront-notification-bar.wpfront-fixed {
  z-index: 9; }

.envira-download-button {
  display: initial !important; }

.prototype-performance-dashboard .top-bar,
.prototype-performance-dashboard-cn .top-bar {
  display: none; }

.dashboard {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .dashboard .tooltip {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 200px;
    width: 143px;
    background-image: url(https://assets.codepen.io/316957/gcp-logo.svg);
    color: #003261;
    padding-top: 1.15rem;
    z-index: 9;
    text-align: center; }
    .dashboard .tooltip .tooltip__headline {
      font-weight: bold;
      font-size: 0.9rem;
      margin-bottom: 0.75rem; }
    .dashboard .tooltip .tooltip__point {
      position: relative;
      margin-bottom: 1rem; }
      .dashboard .tooltip .tooltip__point strong {
        font-size: 1.15rem; }
  @media (min-width: 1280px) {
    .dashboard .dashboard__columns {
      flex-direction: row-reverse; } }

.dashboard__header {
  text-align: center; }

.dashboard__chart {
  background: #014177; }

.dashboard__sidebar {
  background: #20a0da;
  text-align: center;
  color: #fff; }

#gcp-dashboard-day {
  width: 175px;
  padding: 0.75rem;
  border: 1px solid #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: bold; }

.environment-data {
  display: flex;
  padding-bottom: 1rem; }
  @media (min-width: 1024px) {
    .environment-data {
      justify-content: space-around;
      flex-direction: row; } }
  @media (min-width: 1280px) {
    .environment-data {
      flex-direction: column;
      height: 80%; } }
  .environment-data li {
    display: flex;
    align-items: center;
    justify-items: center;
    max-width: 80%;
    margin: 1rem auto; }
    .environment-data li .icon {
      display: none;
      height: 55px;
      width: auto;
      margin-right: 1.5rem; }
      .environment-data li .icon.temp {
        background-image: "/wp-content/uploads/2020/08/temperature.svg"; }
      .environment-data li .icon.humidity {
        background-image: "/wp-content/uploads/2020/08/humdity.svg"; }
      .environment-data li .icon.date {
        background-image: "/wp-content/uploads/2020/08/date.svg"; }

.dashboard__footer {
  background: #2bbcb6;
  text-align: center;
  color: #fff; }

.dashboard__footer__wrap {
  padding: 2rem; }
  .dashboard__footer__wrap h6 {
    margin-bottom: 1.5rem; }
  .dashboard__footer__wrap .column {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .dashboard__footer__wrap .equals-sign {
    line-height: 1;
    position: relative;
    bottom: 0.2rem;
    font-size: 4rem; }

.dashboard__footnotes {
  color: #333;
  background: rgba(225, 225, 225, 0.5); }
  .dashboard__footnotes .dashboard__footnotes__wrap {
    padding: 1rem;
    display: block;
    font-size: 0.9rem; }
    .dashboard__footnotes .dashboard__footnotes__wrap p {
      max-width: 1000px; }
      .dashboard__footnotes .dashboard__footnotes__wrap p:nth-of-type(1), .dashboard__footnotes .dashboard__footnotes__wrap p:nth-of-type(2), .dashboard__footnotes .dashboard__footnotes__wrap p:nth-of-type(3), .dashboard__footnotes .dashboard__footnotes__wrap p:nth-of-type(4) {
        margin-bottom: 1rem; }
      .dashboard__footnotes .dashboard__footnotes__wrap p.has-gray-square:before {
        content: "";
        display: inline-block;
        width: 1.15rem;
        height: 1.15rem;
        background: gray;
        margin-right: 0.5rem;
        position: relative;
        top: 0.15rem; }

@media (min-width: 769px) {
  .dashboard__footer__wrap .equals-sign {
    line-height: 1.5;
    bottom: 0; } }

@media (min-width: 1024px) {
  .dashboard__footer__wrap .equals-sign {
    font-size: 7rem;
    line-height: 1;
    bottom: 0.5rem; }
  .dashboard__footnotes .dashboard__footnotes__wrap {
    font-size: 1rem; } }

@media (min-width: 1200px) {
  .environment-data li .icon {
    display: inline-block;
    height: 70px; } }

.highcharts-plot-band {
  stroke: #fff;
  fill: none;
  stroke-width: 3px;
  stroke-dasharray: 5 5; }

.finalist.kraton.us:after {
  content: '';
  background-image: url(/wp-content/uploads/2019/11/india-flag.png);
  height: 50px;
  left: 80px;
  top: 0;
  display: block;
  width: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1; }

.finalist.transaera:after {
  content: '';
  background-image: url(/wp-content/uploads/2019/11/china-flag.png);
  height: 50px;
  left: 80px;
  top: 0;
  display: block;
  width: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1; }

@media (min-width: 1088px) {
  .finalist-info .accordion-header:not(.is--baseline) svg {
    height: 0; } }

#menu-item-3153 a {
  color: #2bbcb6; }

.gcp-roadmap__item:nth-of-type(4):before,
.gcp-roadmap__item:nth-of-type(5):before,
.gcp-roadmap__item:nth-of-type(6):before,
.gcp-roadmap__item:nth-of-type(7):before,
.gcp-roadmap__item:nth-of-type(8):before {
  background: #fff; }

.join-new {
  display: none !important; }
