@charset "utf-8";

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
}
html.wf-firasans-n3-active,
html.wf-active,
html.fonts-loaded {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
html,
body {
  /* will prevent position:sticky from working on all children */
  /*overflow-x: hidden;*/
  min-height: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #000;
  background: #fff;
  margin: 0;
}
svg {
  display: block;
}
a {
  color: #c8193c;
  text-decoration: underline;
}
p {
  margin: 20px 0;
}
strong {
  font-weight: 500;
}
input, button {
  font-family: inherit;
  font-size: inherit;
}
video {
  max-width: 100%;
}




h1,h2,h3,h4 {
  font-weight: 500;
}
h1 span, h2 span, h3 span, h4 span {
  font-weight: 300;
}
h3 {
  font-size: 1.5em;
  margin: 34px 0 20px;
}

@media (max-width: 980px) {
  .image-presized {
    width: auto;
    height: auto;
  }
}

.sb-image-center {
  margin: 0 auto 24px;
}
.sb-image-center img {
  display: block;
  margin: 0 auto;
}

.sb-button-wrapper {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.sb-button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
.sb-button:before {
  content: "› ";
}

.is-hidden {
  display: none;
}


.badge {
  vertical-align: middle;
  line-height: 1;
  margin-left: 2px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 6px 3px;
  border-radius: 4px;
  background: #c6cacc;
}
.badge--red {
  background: #c8193c;
}


@media (min-width: 980px) {
  .nobr-fullwidth {
    white-space: nowrap;
  }
}


.sb-info-box {
  position: relative;
  cursor: help;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  padding: 4px 0 2px 0;
  background-image: linear-gradient(to bottom, #f0244d, #c8193c);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0.5px 1px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 50%;
}
.sb-info-box:hover:after {
  content: attr(title);
  position: absolute;
  bottom: 30px;
  left: -140px;
  width: 300px;
  background: #c8193c linear-gradient(to bottom, #f0244d, #c8193c) no-repeat;
  background-size: 100% 20px;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0.5px 1px 0 rgba(0, 0, 0, 0.08);
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}




.sb-banners {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.sb-banner {
    position: relative;
    background: #73E471;
    color: rgba(0,0,0,0.5);
    padding: 30px;
    padding-right: 60px;
    transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    font-weight: 400
}

.sb-banner p {
    margin: 0
}

.sb-banner a {
    color: inherit
}

.sb-banner.is-hidden {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    display: block
}

.sb-banner__close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    min-height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICA8ZyBmaWxsPSIjMDAwMDAwIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjgzLjU4Niw4Ni40MTQgNTAsNTIuODI4IDE2LjQxNCw4Ni40MTQgMTMuNTg2LDgzLjU4NiA0Ny4xNzEsNTAgMTMuNTg2LDE2LjQxNSAxNi40MTQsMTMuNTg2IDUwLDQ3LjE3MSAgICAgODMuNTg2LDEzLjU4NiA4Ni40MTQsMTYuNDE0IDUyLjgyOCw1MCA4Ni40MTQsODMuNTg2IiAvPg0KICA8L2c+DQo8L3N2Zz4=");
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.sb-banners--cookie {
    top: auto;
    bottom: 0
}

.sb-banners--cookie .sb-banner {
    color: #333;
    background: #f2f4f5;
    padding: 15px;
    padding-right: 60px;
    font-weight: 300
}

.sb-banners--cookie .sb-banner__close {
    background: #c8193c;
    color: #fff;
    content: "OK";
    padding: 4px 10px;
    border-radius: 4px
}

.sb-banners--cookie .sb-banner__close:hover,.sb-banners--cookie .sb-banner__close:focus {
    background: rgba(0,0,0,0.4)
}


#drift-widget-container {
  z-index: 90 !important;
}
