.cards--article {
  margin: 0 -16px;
}
@media only screen and (min-width: 640px) {
  .cards--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cards--article .cards__item {
  padding: 24px 16px 0;
}
@media only screen and (min-width: 640px) {
  .cards--article .cards__item {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .cards--article .cards__item {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .cards--article .cards__item {
    padding-top: 34px;
  }
}
.cards--article .card {
  border-bottom: 1px solid #0a0d1e;
}
@media only screen and (min-width: 640px) {
  .cards--article .card {
    min-height: 100%;
  }
}
.cards--article .card__content {
  padding-bottom: 20px;
}
.cards--article .card__head {
  margin-bottom: 16px;
}
.cards--article .card__head:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cards--article .card__head a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__head a {
    width: 288px;
    height: 152px;
  }
}
.cards--article .card__head img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__head img {
    width: 100%;
    height: auto;
    min-height: 152px;
  }
}
.cards--article .card__label {
  margin-bottom: 8px;
}
.cards--article .card__label a {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #6b6b6b;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__label a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .cards--article .card__label {
    margin-bottom: 12px;
  }
  .cards--article .card__label a {
    font-size: 12px;
    line-height: 16px;
  }
}
.cards--article .card__title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}
.cards--article .card__title a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
}
.cards--article .card__title a:hover {
  color: #0777cf;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__title {
    margin-bottom: 12px;
  }
  .cards--article .card__title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .cards--article .card__title a {
    display: block;
    display: -webkit-box;
    max-height: 84px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.cards--article .card__desc {
  font-size: 14px;
  line-height: 20px;
}
.cards--article .card__desc a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  text-decoration: none;
}
@media only screen and (min-width: 1280px) {
  .cards--article .card__desc a {
    display: block;
    display: -webkit-box;
    max-height: 70px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.article-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #0a0d1e;
}
.article-head .section-headline {
  text-align: left;
}
.article-head .section-subheadline {
  margin: 0;
  text-align: left;
}
.article-head .article-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media only screen and (min-width: 960px) {
  .article-head .article-head__row .section-subheadline,
  .article-head .article-head__row .article__link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 639px) {
  .article-head .article__link {
    display: none;
  }
}
.article-head--sm .section-headline {
  margin-bottom: 8px;
}
@media only screen and (min-width: 960px) {
  .article-head--sm .section-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-head--sm .section-subheadline {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 960px) {
  .article-head--sm .section-subheadline {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .article-head--promo {
    display: none;
  }
}
.article-footer {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .article-footer {
    display: none;
  }
}
.slider-arrows .slick-arrow {
  padding: 2px;
  background: none;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.slider-arrows .slick-arrow:focus {
  -webkit-box-shadow: 0 0 0 2px #d4d4d4;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.slider-arrows .slick-arrow:first-of-type {
  margin-right: 8px;
}
.slider-arrows .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.slider-arrows .slick-arrow .icon {
  display: block;
  width: 32px;
  height: 32px;
}
.slider-arrows .slick-arrow circle {
  -webkit-transition: fill 150ms ease-in, stroke 150ms ease-in;
  transition: fill 150ms ease-in, stroke 150ms ease-in;
}
.slider-arrows .slick-arrow path {
  -webkit-transition: stroke 150ms ease-in;
  transition: stroke 150ms ease-in;
}
.slider-arrows .slick-arrow:hover .icon circle {
  fill: #f7f8fa;
}
.slider-arrows .slick-arrow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-arrows .slick-arrow.slick-disabled {
  pointer-events: none;
}
.slider-arrows .slick-arrow.slick-disabled circle {
  stroke: #b9c6d5;
}
.slider-arrows .slick-arrow.slick-disabled path {
  fill: #b9c6d5;
}
.js-focus-visible :focus:not(.focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-subscribe-action {
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid #0a0d1e;
  border-bottom: 1px solid #0a0d1e;
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action {
    padding: 32px 0;
  }
}
.form-subscribe-action .action__row {
  position: relative;
}
.form-subscribe-action .section-subheadline {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .section-subheadline {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action .section-subheadline {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-subscribe-action .form__row:last-child {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .form__column:first-child {
    padding-right: 8px;
  }
  .form-subscribe-action .form__row-action .form__column:last-child {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .form-control {
    min-width: 192px;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .button {
    min-width: 144px;
  }
}
@media only screen and (max-width: 639px) {
  .form-subscribe-action .form__column:not(:last-child) {
    margin-bottom: 12px;
  }
}
.form-subscribe-action .form-note {
  font-size: 11px;
  line-height: 18px;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form-note {
    text-align: center;
  }
}
.form-subscribe-action .form-note strong {
  font-weight: 600;
}
.form-subscribe-action .action__column-gratitude {
  position: absolute;
  z-index: 1;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all $default-transition-time ease-in;
  transition: all $default-transition-time ease-in;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.form-subscribe-action .action__column-gratitude.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.form-subscribe-action .action__column-gratitude .section-subheadline {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .form-subscribe-action .action__column-gratitude .section-subheadline {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .action__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .action__column-headline {
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .section-headline {
    margin-bottom: 4px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action--desktop .section-subheadline {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .section-subheadline {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .form-note {
    text-align: left;
  }
}
.form {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .form {
    padding: 32px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  }
}
.form__row {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .form__row {
    margin-bottom: 18px;
  }
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__textarea {
  min-height: 72px;
  resize: none;
}
.form__row--agreement-note {
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .form__row--dual-columns .form__column:not(:last-child) {
    margin-bottom: 16px;
  }
  .form__row--dual-columns .form__column:nth-child(odd),
  .form__row--dual-columns .form__column:nth-child(even) {
    width: 100%;
    padding: 0;
  }
}
.list-simple {
  margin: 16px 0;
  padding: 0 0 0 10px;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .list-simple {
    margin: 20px 0;
  }
}
.list-simple__item,
.page-section--content .section-column__item-body ul:not(.related-list) li {
  font-size: 16px;
  line-height: 24px;
}
.list-simple__item,
.page-section--content .section-column__item-body ul:not(.related-list) li {
  position: relative;
  padding-left: 14px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.list-simple__item:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
  .list-simple__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.list-simple__item:before,
.page-section--content
  .section-column__item-body
  ul:not(.related-list)
  li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #0777cf;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
  .list-simple__item:before,
  .page-section--content
    .section-column__item-body
    ul:not(.related-list)
    li::before {
    top: 12px;
  }
}
.text-label,
.tags-list a,
.tags-list .text-label {
  display: inline-block;
  padding: 2px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  color: #6b6b6b;
  background: #f7f8fa;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 640px) {
  .text-label,
  .tags-list a,
  .tags-list .text-label {
    padding: 2px 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.text-label.text-label--deletable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.text-label--deletable .btn-label-delete {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("../images/_global/svg/close-min.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  -webkit-transition: background-image 150ms ease-in;
  transition: background-image 150ms ease-in;
}
.text-label--deletable .btn-label-delete:hover,
.text-label--deletable .btn-label-delete:active {
  background-image: url("../images/_global/svg/close-min-dark.svg");
  cursor: pointer;
}
a.text-label {
  color: #6b6b6b;
  text-decoration: none;
}
a.text-label:hover {
  background-color: #f1f1f1;
}
a.text-label:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #d4d4d4;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.text-label--green {
  background: #e1f3ea;
}
.text-label--green-400 {
  color: #fff;
  background: #5ec08c;
}
.text-label--blue {
  background: #ddeefc;
}
.text-label--blue-500 {
  color: #fff;
  background: #2192ef;
}
.text-label--orange {
  background-color: #ffeed8;
}
.text-label--slate-blue {
  background-color: #e7ecf1;
}
.text-label--cobalt {
  color: #fff;
  background-color: #423ef2;
}
.text-label--dark {
  color: #fff;
  background-color: #191f3e;
}
.text-label--rounded {
  border-radius: 14px;
}
.page-section--related-post {
  padding: 32px 0;
  background-color: #f7f8fa;
}
@media only screen and (min-width: 640px) {
  .page-section--related-post {
    padding: 52px 0;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--related-post {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--related-post {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--related-post .page-section__inner {
    position: relative;
  }
}
.page-section--related-post .section-headline {
  margin: 0;
  text-align: left;
}
.page-section--related-post .related-slider .slider-arrows {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .page-section--related-post .related-slider .slider-arrows {
    position: absolute;
    top: -4px;
    right: 16px;
    padding-top: 0;
  }
}
.page-section--related-post .related-slider .slick-list {
  overflow: hidden;
}
.page-section--related-post .related-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-section--related-post .related-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page-section--related-post .related-slider .slick-slide > div .cards__item {
  min-height: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-native {
  list-style-type: disc;
}
.list-native,
.list-roman,
.list-latin {
  padding-left: 40px;
}
.list-numbered-content,
.list-numbered-content__item {
  list-style-type: decimal;
}
.list-roman,
.list-roman__item {
  list-style-type: lower-roman;
}
.list-latin,
.list-latin__item {
  list-style-type: lower-latin;
}
.list-numbered-content__section {
  margin-bottom: 21px;
  padding-top: 8px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  font-weight: 600;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 28px;
  line-height: 1.285;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 1.333;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.4;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 1.5;
}
h5,
.h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.714;
}
@font-face {
  font-weight: 300;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 800;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Regular.eot");
  src: url("../fonts/Graphik/Graphik-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Regular.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Medium.eot");
  src: url("../fonts/Graphik/Graphik-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Medium.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Medium.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Bold.eot");
  src: url("../fonts/Graphik/Graphik-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Bold.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Black.eot");
  src: url("../fonts/Graphik/Graphik-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Black.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Black.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Black.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Menlo";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Menlo/Menlo-Regular.eot");
  src: url("../fonts/Menlo/Menlo-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Menlo/Menlo-Regular.woff2") format("woff2"),
    url("../fonts/Menlo/Menlo-Regular.woff") format("woff"),
    url("../fonts/Menlo/Menlo-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Merriweather";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Black.eot");
  src: url("../fonts/Merriweather/Merriweather-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Merriweather/Merriweather-Black.ttf") format("truetype");
}
b,
strong {
  font-weight: 700;
}
p {
  margin-top: 0;
}
a,
.link,
.link-action {
  color: #0777cf;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
a[disabled="disabled"],
.link[disabled="disabled"],
.link-action[disabled="disabled"] {
  cursor: default;
  pointer-events: none;
}
a:active,
.link:active,
.link-action:active,
a:hover,
.link:hover,
.link-action:hover {
  text-decoration: underline;
  outline: none;
}
.link,
.link-action {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.link:active,
.link-action:active,
.link:hover,
.link-action:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .link:active,
  .link-action:active,
  .link:hover,
  .link-action:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .link:before,
  .link-action:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    display: block;
    width: 0;
    height: 2px;
    background: #0777cf;
    -webkit-transition: width 0.15s ease;
    transition: width 0.15s ease;
    will-change: width;
  }
}
.link:hover:before,
.link-action:hover:before,
.link:focus:before,
.link-action:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing {
  position: relative;
  margin-right: 21px;
  outline: none;
}
.link--outgoing:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--outgoing:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing-white {
  position: relative;
  margin-right: 21px;
  color: #fff;
  outline: none;
}
.link--outgoing-white:before {
  background: #fff;
}
.link--outgoing-white:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -21px;
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/_global/link-arrow-white.svg") no-repeat;
}
.link--outgoing-white:hover:before {
  background: #fff;
}
.link--outgoing-white:focus:before {
  left: 0;
  width: 100%;
  background: #fff;
}
.link--more-than-one-line {
  line-height: 21px;
}
.link--more-than-one-line .link-arrow {
  position: relative;
  margin-right: 21px;
}
.link--more-than-one-line .link-arrow:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--more-than-one-line:before {
  right: 20px;
}
.link--more-than-one-line:hover:before {
  width: 95%;
}
.link-action {
  display: inline-block;
  vertical-align: inherit;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.text-centered,
.section-headline,
.page-section--content .section-column__item-body h2 {
  text-align: center;
}
.text-accent {
  font-weight: 600;
  color: #45688f;
}
.line-break {
  display: block;
}
.hide-string-at-screen-sm {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hide-string-at-screen-sm {
    display: inline;
  }
}
.text-normal {
  font-weight: 400;
}
.nobr {
  white-space: nowrap;
}
.is-ie11 .link--outgoing,
.is-ie11 .link--outgoing-white {
  outline: none;
}
.form__item--agreement-note a,
.more-content a {
  text-decoration: underline;
  white-space: nowrap;
}
.form__item--agreement-note a:hover,
.more-content a:hover {
  color: #008bf8;
}
.form__item--agreement-note a:focus,
.more-content a:focus,
.form__item--agreement-note a:active,
.more-content a:active {
  color: #076dbd;
}
.accessibility-hidden-content,
.accessibility-hidden-instruction {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.form__asterisik-description {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 24px;
  color: #38424b;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description {
    padding-left: 24px;
    font-size: 14px;
  }
}
.form__asterisik-description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjcuOTk3MTIiIGN5PSI3Ljk5ODU5IiByeD0iNi4wMDEwMiIgcnk9IjYuMDAyNSIgc3Ryb2tlPSIjMzg0MjRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjMzMDA4IDEwLjMzMzRIOC44Njk5IiBzdHJva2U9IiMzODQyNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguMTAyNzQgMTAuMzMxOVY3LjQ5ODA1SDcuMzM1OTQiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wNjQ1NCA1LjQ5NTVDOC4wNjQ1NCA1LjU4NzU2IDcuOTg5OTEgNS42NjIxOSA3Ljg5Nzg0IDUuNjYyMTlDNy44MDU3OCA1LjY2MjE5IDcuNzMxMTUgNS41ODc1NiA3LjczMTE1IDUuNDk1NUM3LjczMTE1IDUuNDAzNDQgNy44MDU3OCA1LjMyODggNy44OTc4NCA1LjMyODgiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy44OTY1MyA1LjMyODE3QzcuOTg4NTkgNS4zMjgxNyA4LjA2MzIyIDUuNDAyOCA4LjA2MzIyIDUuNDk0ODYiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: contain;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description:before {
    width: 16px;
    height: 16px;
  }
}
.section-headline,
.page-section--content .section-column__item-body h2 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather", sans-serif;
}
@media only screen and (min-width: 640px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline,
  .page-section--content .section-column__item-body h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
.section-headline--primary {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 640px) {
  .section-headline--primary {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline--primary {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline--primary {
    font-size: 36px;
    line-height: 44px;
  }
}
.section-headline--primary-lg {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
@media only screen and (min-width: 640px) {
  .section-headline--primary-lg {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline--primary-lg {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline--primary-lg {
    font-size: 60px;
    line-height: 76px;
  }
}
.register-cta {
  margin: 24px 0;
  padding: 32px 12px;
  background: #16249c;
  border-radius: 8px;
}
@media only screen and (min-width: 960px) {
  .register-cta {
    margin: 32px 0;
    padding: 48px;
  }
}
.register-cta .section-headline,
.register-cta h2.section-headline,
.register-cta h3.section-headline,
.register-cta .section-subheadline {
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}
.register-cta .section-headline,
.register-cta h2.section-headline,
.register-cta h3.section-headline {
  font-weight: 800;
  font-family: "Open Sans", "Arial", sans-serif;
}
.register-cta .section-subheadline {
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-size: 16px;
  line-height: 24px;
}
.register-cta .cta-column__action {
  text-align: center;
}
.register-cta .cta-column__action .button {
  min-width: 220px;
}
@media only screen and (min-width: 960px) {
  .register-cta .cta-column__action .button {
    min-width: 296px;
  }
}
.button,
.article--call-to-action .btn-primary {
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #0777cf;
  background-image: none;
  border: 1px solid #0777cf;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 640px) {
  .button,
  .article--call-to-action .btn-primary {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button,
  .article--call-to-action .btn-primary {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button:active,
.article--call-to-action .btn-primary:active,
.button--active,
.article--call-to-action .btn-primary--active {
  background-image: none;
  outline: none;
}
.button:hover,
a.button:hover,
.article--call-to-action .btn-primary:hover,
.button:focus,
a.button:focus,
.article--call-to-action .btn-primary:focus,
.button:active,
a.button:active,
.article--call-to-action .btn-primary:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.button:hover,
a.button:hover,
.article--call-to-action .btn-primary:hover {
  background: #348fd7;
  border: 1px solid #348fd7;
}
.button:focus,
a.button:focus,
.article--call-to-action .btn-primary:focus {
  background: #0777cf;
  border: 1px solid #0777cf;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button:active,
a.button:active,
.article--call-to-action .btn-primary:active {
  background: #076dbd;
  border: 1px solid #076dbd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.is-disabled,
a.button.is-disabled,
.article--call-to-action .btn-primary.is-disabled,
.button[disabled="disabled"],
a.button[disabled="disabled"],
.article--call-to-action .btn-primary[disabled="disabled"],
.button.is-disabled:hover,
a.button.is-disabled:hover,
.article--call-to-action .btn-primary.is-disabled:hover,
.button[disabled="disabled"]:hover,
a.button[disabled="disabled"]:hover,
.article--call-to-action .btn-primary[disabled="disabled"]:hover,
.button.is-disabled:focus,
a.button.is-disabled:focus,
.article--call-to-action .btn-primary.is-disabled:focus,
.button[disabled="disabled"]:focus,
a.button[disabled="disabled"]:focus,
.article--call-to-action .btn-primary[disabled="disabled"]:focus,
.button.is-disabled:active,
a.button.is-disabled:active,
.article--call-to-action .btn-primary.is-disabled:active,
.button[disabled="disabled"]:active,
a.button[disabled="disabled"]:active,
.article--call-to-action .btn-primary[disabled="disabled"]:active {
  background: #bbd9f1;
  border-color: #bbd9f1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.button.button--bordered--white,
a.button.button--bordered--white,
.article--call-to-action .btn-primary.button--bordered--white {
  color: #fff;
  border: solid 2px #fff;
}
.button.button--bordered,
a.button.button--bordered,
.article--call-to-action .btn-primary.button--bordered {
  color: #282828;
  border: solid 2px #008bf8;
}
.button.button--bordered,
a.button.button--bordered,
.article--call-to-action .btn-primary.button--bordered,
.button.button--bordered--white,
a.button.button--bordered--white,
.article--call-to-action .btn-primary.button--bordered--white {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #282828;
  background: transparent;
  border: solid 2px #0777cf;
}
.button.button--bordered:hover,
a.button.button--bordered:hover,
.article--call-to-action .btn-primary.button--bordered:hover,
.button.button--bordered--white:hover,
a.button.button--bordered--white:hover,
.article--call-to-action .btn-primary.button--bordered--white:hover {
  color: #282828;
  background: #e8f2fa;
  border: 2px solid #348fd7;
}
.button.button--bordered:focus,
a.button.button--bordered:focus,
.article--call-to-action .btn-primary.button--bordered:focus,
.button.button--bordered--white:focus,
a.button.button--bordered--white:focus,
.article--call-to-action .btn-primary.button--bordered--white:focus {
  color: #282828;
  border: 2px solid #0777cf;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.button--bordered:active,
a.button.button--bordered:active,
.article--call-to-action .btn-primary.button--bordered:active,
.button.button--bordered--white:active,
a.button.button--bordered--white:active,
.article--call-to-action .btn-primary.button--bordered--white:active {
  color: #282828;
  background: #d1e6f6;
  border: 2px solid #076dbd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.button--bordered.is-disabled,
a.button.button--bordered.is-disabled,
.article--call-to-action .btn-primary.button--bordered.is-disabled,
.button.button--bordered--white.is-disabled,
a.button.button--bordered--white.is-disabled,
.article--call-to-action .btn-primary.button--bordered--white.is-disabled,
.button.button--bordered[disabled="disabled"],
a.button.button--bordered[disabled="disabled"],
.article--call-to-action .btn-primary.button--bordered[disabled="disabled"],
.button.button--bordered--white[disabled="disabled"],
a.button.button--bordered--white[disabled="disabled"],
.article--call-to-action
  .btn-primary.button--bordered--white[disabled="disabled"],
.button.button--bordered.is-disabled:hover,
a.button.button--bordered.is-disabled:hover,
.article--call-to-action .btn-primary.button--bordered.is-disabled:hover,
.button.button--bordered--white.is-disabled:hover,
a.button.button--bordered--white.is-disabled:hover,
.article--call-to-action .btn-primary.button--bordered--white.is-disabled:hover,
.button.button--bordered[disabled="disabled"]:hover,
a.button.button--bordered[disabled="disabled"]:hover,
.article--call-to-action
  .btn-primary.button--bordered[disabled="disabled"]:hover,
.button.button--bordered--white[disabled="disabled"]:hover,
a.button.button--bordered--white[disabled="disabled"]:hover,
.article--call-to-action
  .btn-primary.button--bordered--white[disabled="disabled"]:hover,
.button.button--bordered.is-disabled:focus,
a.button.button--bordered.is-disabled:focus,
.article--call-to-action .btn-primary.button--bordered.is-disabled:focus,
.button.button--bordered--white.is-disabled:focus,
a.button.button--bordered--white.is-disabled:focus,
.article--call-to-action .btn-primary.button--bordered--white.is-disabled:focus,
.button.button--bordered[disabled="disabled"]:focus,
a.button.button--bordered[disabled="disabled"]:focus,
.article--call-to-action
  .btn-primary.button--bordered[disabled="disabled"]:focus,
.button.button--bordered--white[disabled="disabled"]:focus,
a.button.button--bordered--white[disabled="disabled"]:focus,
.article--call-to-action
  .btn-primary.button--bordered--white[disabled="disabled"]:focus,
.button.button--bordered.is-disabled:active,
a.button.button--bordered.is-disabled:active,
.article--call-to-action .btn-primary.button--bordered.is-disabled:active,
.button.button--bordered--white.is-disabled:active,
a.button.button--bordered--white.is-disabled:active,
.article--call-to-action
  .btn-primary.button--bordered--white.is-disabled:active,
.button.button--bordered[disabled="disabled"]:active,
a.button.button--bordered[disabled="disabled"]:active,
.article--call-to-action
  .btn-primary.button--bordered[disabled="disabled"]:active,
.button.button--bordered--white[disabled="disabled"]:active,
a.button.button--bordered--white[disabled="disabled"]:active,
.article--call-to-action
  .btn-primary.button--bordered--white[disabled="disabled"]:active {
  color: #667988;
  background: #e8f2fa;
  border: 2px solid #bbd9f1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.button--sm {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 640px) {
  .button--sm {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .button--sm {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}
.button--md,
.article--call-to-action .btn-primary {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 640px) {
  .button--md,
  .article--call-to-action .btn-primary {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--md,
  .article--call-to-action .btn-primary {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--lg {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button--secondary {
  background-color: #a0a0a0;
  border: 2px solid #a0a0a0;
}
.button--secondary:focus {
  -webkit-box-shadow: 0 0 0 2px #c7ced3;
  box-shadow: 0 0 0 2px #c7ced3;
}
.button--secondary:active,
.button--secondary--active {
  background-color: #8e8e8e;
  background-image: none;
  border: 2px solid #8e8e8e;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #c7ced3;
  box-shadow: 0 0 0 2px #c7ced3;
}
.button--secondary.is-disabled,
.button--secondary.is-disabled:hover,
.button--secondary.is-disabled:focus,
.button--secondary.is-disabled:active {
  color: #fff;
  background: #a0a0a0;
  border: 2px solid #a0a0a0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.button--secondary:hover,
a.button--secondary:hover,
.button--secondary:focus,
a.button--secondary:focus,
.button--secondary:active,
a.button--secondary:active {
  color: #fff;
  text-decoration: none;
  background: #b3b3b3;
  border: 2px solid #b3b3b3;
  outline: none;
}
.button--secondary:hover.button--bordered,
a.button--secondary:hover.button--bordered,
.button--secondary:focus.button--bordered,
a.button--secondary:focus.button--bordered,
.button--secondary:active.button--bordered,
a.button--secondary:active.button--bordered,
.button--secondary:hover.button--bordered--white,
a.button--secondary:hover.button--bordered--white,
.button--secondary:focus.button--bordered--white,
a.button--secondary:focus.button--bordered--white,
.button--secondary:active.button--bordered--white,
a.button--secondary:active.button--bordered--white {
  color: #282828;
  background: transparent;
  border: solid 2px #008bf8;
}
@media only screen and (min-width: 640px) {
  .button--secondary:hover.button--bordered,
  a.button--secondary:hover.button--bordered,
  .button--secondary:focus.button--bordered,
  a.button--secondary:focus.button--bordered,
  .button--secondary:active.button--bordered,
  a.button--secondary:active.button--bordered,
  .button--secondary:hover.button--bordered--white,
  a.button--secondary:hover.button--bordered--white,
  .button--secondary:focus.button--bordered--white,
  a.button--secondary:focus.button--bordered--white,
  .button--secondary:active.button--bordered--white,
  a.button--secondary:active.button--bordered--white {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--secondary:hover.button--bordered,
  a.button--secondary:hover.button--bordered,
  .button--secondary:focus.button--bordered,
  a.button--secondary:focus.button--bordered,
  .button--secondary:active.button--bordered,
  a.button--secondary:active.button--bordered,
  .button--secondary:hover.button--bordered--white,
  a.button--secondary:hover.button--bordered--white,
  .button--secondary:focus.button--bordered--white,
  a.button--secondary:focus.button--bordered--white,
  .button--secondary:active.button--bordered--white,
  a.button--secondary:active.button--bordered--white {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button--secondary:hover.button--bordered:hover,
a.button--secondary:hover.button--bordered:hover,
.button--secondary:focus.button--bordered:hover,
a.button--secondary:focus.button--bordered:hover,
.button--secondary:active.button--bordered:hover,
a.button--secondary:active.button--bordered:hover,
.button--secondary:hover.button--bordered--white:hover,
a.button--secondary:hover.button--bordered--white:hover,
.button--secondary:focus.button--bordered--white:hover,
a.button--secondary:focus.button--bordered--white:hover,
.button--secondary:active.button--bordered--white:hover,
a.button--secondary:active.button--bordered--white:hover {
  color: #282828;
  background: #e9f5ff;
  border: 2px solid #0187f0;
}
.button--secondary:hover.button--bordered:focus,
a.button--secondary:hover.button--bordered:focus,
.button--secondary:focus.button--bordered:focus,
a.button--secondary:focus.button--bordered:focus,
.button--secondary:active.button--bordered:focus,
a.button--secondary:active.button--bordered:focus,
.button--secondary:hover.button--bordered--white:focus,
a.button--secondary:hover.button--bordered--white:focus,
.button--secondary:focus.button--bordered--white:focus,
a.button--secondary:focus.button--bordered--white:focus,
.button--secondary:active.button--bordered--white:focus,
a.button--secondary:active.button--bordered--white:focus {
  color: #282828;
  border: 2px solid #0187f0;
}
.button--secondary:hover.button--bordered:active,
a.button--secondary:hover.button--bordered:active,
.button--secondary:focus.button--bordered:active,
a.button--secondary:focus.button--bordered:active,
.button--secondary:active.button--bordered:active,
a.button--secondary:active.button--bordered:active,
.button--secondary:hover.button--bordered--white:active,
a.button--secondary:hover.button--bordered--white:active,
.button--secondary:focus.button--bordered--white:active,
a.button--secondary:focus.button--bordered--white:active,
.button--secondary:active.button--bordered--white:active,
a.button--secondary:active.button--bordered--white:active {
  color: #282828;
  background: #e3f3ff;
  border: 2px solid #0777cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button--secondary:hover.button--bordered.is-disabled,
a.button--secondary:hover.button--bordered.is-disabled,
.button--secondary:focus.button--bordered.is-disabled,
a.button--secondary:focus.button--bordered.is-disabled,
.button--secondary:active.button--bordered.is-disabled,
a.button--secondary:active.button--bordered.is-disabled,
.button--secondary:hover.button--bordered--white.is-disabled,
a.button--secondary:hover.button--bordered--white.is-disabled,
.button--secondary:focus.button--bordered--white.is-disabled,
a.button--secondary:focus.button--bordered--white.is-disabled,
.button--secondary:active.button--bordered--white.is-disabled,
a.button--secondary:active.button--bordered--white.is-disabled,
.button--secondary:hover.button--bordered[disabled="disabled"],
a.button--secondary:hover.button--bordered[disabled="disabled"],
.button--secondary:focus.button--bordered[disabled="disabled"],
a.button--secondary:focus.button--bordered[disabled="disabled"],
.button--secondary:active.button--bordered[disabled="disabled"],
a.button--secondary:active.button--bordered[disabled="disabled"],
.button--secondary:hover.button--bordered--white[disabled="disabled"],
a.button--secondary:hover.button--bordered--white[disabled="disabled"],
.button--secondary:focus.button--bordered--white[disabled="disabled"],
a.button--secondary:focus.button--bordered--white[disabled="disabled"],
.button--secondary:active.button--bordered--white[disabled="disabled"],
a.button--secondary:active.button--bordered--white[disabled="disabled"],
.button--secondary:hover.button--bordered.is-disabled:hover,
a.button--secondary:hover.button--bordered.is-disabled:hover,
.button--secondary:focus.button--bordered.is-disabled:hover,
a.button--secondary:focus.button--bordered.is-disabled:hover,
.button--secondary:active.button--bordered.is-disabled:hover,
a.button--secondary:active.button--bordered.is-disabled:hover,
.button--secondary:hover.button--bordered--white.is-disabled:hover,
a.button--secondary:hover.button--bordered--white.is-disabled:hover,
.button--secondary:focus.button--bordered--white.is-disabled:hover,
a.button--secondary:focus.button--bordered--white.is-disabled:hover,
.button--secondary:active.button--bordered--white.is-disabled:hover,
a.button--secondary:active.button--bordered--white.is-disabled:hover,
.button--secondary:hover.button--bordered[disabled="disabled"]:hover,
a.button--secondary:hover.button--bordered[disabled="disabled"]:hover,
.button--secondary:focus.button--bordered[disabled="disabled"]:hover,
a.button--secondary:focus.button--bordered[disabled="disabled"]:hover,
.button--secondary:active.button--bordered[disabled="disabled"]:hover,
a.button--secondary:active.button--bordered[disabled="disabled"]:hover,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:active.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:hover.button--bordered.is-disabled:focus,
a.button--secondary:hover.button--bordered.is-disabled:focus,
.button--secondary:focus.button--bordered.is-disabled:focus,
a.button--secondary:focus.button--bordered.is-disabled:focus,
.button--secondary:active.button--bordered.is-disabled:focus,
a.button--secondary:active.button--bordered.is-disabled:focus,
.button--secondary:hover.button--bordered--white.is-disabled:focus,
a.button--secondary:hover.button--bordered--white.is-disabled:focus,
.button--secondary:focus.button--bordered--white.is-disabled:focus,
a.button--secondary:focus.button--bordered--white.is-disabled:focus,
.button--secondary:active.button--bordered--white.is-disabled:focus,
a.button--secondary:active.button--bordered--white.is-disabled:focus,
.button--secondary:hover.button--bordered[disabled="disabled"]:focus,
a.button--secondary:hover.button--bordered[disabled="disabled"]:focus,
.button--secondary:focus.button--bordered[disabled="disabled"]:focus,
a.button--secondary:focus.button--bordered[disabled="disabled"]:focus,
.button--secondary:active.button--bordered[disabled="disabled"]:focus,
a.button--secondary:active.button--bordered[disabled="disabled"]:focus,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:active.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:hover.button--bordered.is-disabled:active,
a.button--secondary:hover.button--bordered.is-disabled:active,
.button--secondary:focus.button--bordered.is-disabled:active,
a.button--secondary:focus.button--bordered.is-disabled:active,
.button--secondary:active.button--bordered.is-disabled:active,
a.button--secondary:active.button--bordered.is-disabled:active,
.button--secondary:hover.button--bordered--white.is-disabled:active,
a.button--secondary:hover.button--bordered--white.is-disabled:active,
.button--secondary:focus.button--bordered--white.is-disabled:active,
a.button--secondary:focus.button--bordered--white.is-disabled:active,
.button--secondary:active.button--bordered--white.is-disabled:active,
a.button--secondary:active.button--bordered--white.is-disabled:active,
.button--secondary:hover.button--bordered[disabled="disabled"]:active,
a.button--secondary:hover.button--bordered[disabled="disabled"]:active,
.button--secondary:focus.button--bordered[disabled="disabled"]:active,
a.button--secondary:focus.button--bordered[disabled="disabled"]:active,
.button--secondary:active.button--bordered[disabled="disabled"]:active,
a.button--secondary:active.button--bordered[disabled="disabled"]:active,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:active,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:active,
.button--secondary:active.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:active {
  background: #fff;
  border: 2px solid #b3ddfd;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
}
.link-arrow-left {
  position: relative;
  margin-left: 3px;
  padding-left: 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.link-arrow-left:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDMgMTRDMTAuMjU1MSAxNCAxMC41MTEzIDEzLjkwMjUgMTAuNzA2NSAxMy43MDY3QzExLjA5NzggMTMuMzE2IDExLjA5NzggMTIuNjgzNyAxMC43MDY1IDEyLjI5MjJMNi40MTQ0NyA3Ljk5OTkxTDEwLjcwNjUgMy43MDY4NEMxMS4wOTc4IDMuMzE2MDggMTEuMDk3OCAyLjY4MzgyIDEwLjcwNjUgMi4yOTMwN0MxMC4zMTYgMS45MDIzMSA5LjY4MzIyIDEuOTAyMzEgOS4yOTI2NSAyLjI5MzA3TDQuMjkyOTMgNy4yOTI2NEMzLjkwMjM2IDcuNjgzNCAzLjkwMjM2IDguMzE2NDEgNC4yOTI5MyA4LjcwNzE3TDkuMjkzMzUgMTMuNzA3NUM5LjQ4Nzk0IDEzLjkwMjUgOS43NDQxMiAxNCAxMC4wMDAzIDE0WiIgZmlsbD0iIzA3NzdDRiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
.link-arrow-left:hover {
  text-decoration: none;
}
.page-section--arrow-nav {
  padding: 22px 0 20px;
}
.page-section--intro {
  padding: 16px 0;
}
.page-section--intro .page-section__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__row {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-headline {
    padding-right: 32px;
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-headline .section-subheadline {
    margin-bottom: 14px;
  }
}
.page-section--intro .section-headline,
.page-section--intro .section-subheadline {
  text-align: left;
}
.page-section--intro .section-subheadline {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .section-subheadline {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .section-subheadline {
    margin-bottom: 0;
  }
}
.page-section--intro .section-category-label {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .section-category-label {
    margin-bottom: 20px;
  }
}
.page-section--intro .page-section__column-thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-thumb img {
    min-width: 528px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro .page-section__column-thumb img {
    min-width: 688px;
    max-width: 688px;
  }
}
.page-section--intro .page-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 6px;
  border-bottom: 1px solid #2c2c2c;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .page-section-footer {
    padding: 20px 0 8px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section-footer {
    padding-top: 26px;
  }
}
.page-section--intro .page-section-footer__column-publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.page-section--intro .page-section-footer__column-publish .publish-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-section--intro .page-section-footer__column-publish .publish-time {
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
}
.article-social__icons .essb_links {
  margin: 0 !important;
}
.article-social__icons .essb_links a {
  position: relative;
}
.article-social__icons .essb_links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 104%;
  height: 104%;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.article-social__icons .article-social-nav,
.article-social__icons .essb_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
}
.article-social__icons .article-social-nav .article-social__item,
.article-social__icons .essb_links_list .article-social__item,
.article-social__icons .article-social-nav .essb_item,
.article-social__icons .essb_links_list .essb_item {
  margin: 0 16px 0 0 !important;
}
.article-social__icons .article-social-nav .article-social__item:last-child,
.article-social__icons .essb_links_list .article-social__item:last-child,
.article-social__icons .article-social-nav .essb_item:last-child,
.article-social__icons .essb_links_list .essb_item:last-child {
  margin: 0 !important;
}
.article-social__icons
  .article-social-nav
  .article-social__item
  .article-social__link,
.article-social__icons
  .essb_links_list
  .article-social__item
  .article-social__link,
.article-social__icons .article-social-nav .essb_item .article-social__link,
.article-social__icons .essb_links_list .essb_item .article-social__link,
.article-social__icons .article-social-nav .article-social__item a,
.article-social__icons .essb_links_list .article-social__item a,
.article-social__icons .article-social-nav .essb_item a,
.article-social__icons .essb_links_list .essb_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  margin: 0 !important;
  text-align: center;
  background-color: #fff !important;
  border: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.article-social__icons
  .article-social-nav
  .article-social__item
  .article-social__link:focus,
.article-social__icons
  .essb_links_list
  .article-social__item
  .article-social__link:focus,
.article-social__icons
  .article-social-nav
  .essb_item
  .article-social__link:focus,
.article-social__icons .essb_links_list .essb_item .article-social__link:focus,
.article-social__icons .article-social-nav .article-social__item a:focus,
.article-social__icons .essb_links_list .article-social__item a:focus,
.article-social__icons .article-social-nav .essb_item a:focus,
.article-social__icons .essb_links_list .essb_item a:focus,
.article-social__icons
  .article-social-nav
  .article-social__item
  .article-social__link:hover,
.article-social__icons
  .essb_links_list
  .article-social__item
  .article-social__link:hover,
.article-social__icons
  .article-social-nav
  .essb_item
  .article-social__link:hover,
.article-social__icons .essb_links_list .essb_item .article-social__link:hover,
.article-social__icons .article-social-nav .article-social__item a:hover,
.article-social__icons .essb_links_list .article-social__item a:hover,
.article-social__icons .article-social-nav .essb_item a:hover,
.article-social__icons .essb_links_list .essb_item a:hover {
  background-color: #fff !important;
}
.article-social__icons
  .article-social-nav
  .article-social__item
  .article-social__link
  .essb_network_name,
.article-social__icons
  .essb_links_list
  .article-social__item
  .article-social__link
  .essb_network_name,
.article-social__icons
  .article-social-nav
  .essb_item
  .article-social__link
  .essb_network_name,
.article-social__icons
  .essb_links_list
  .essb_item
  .article-social__link
  .essb_network_name,
.article-social__icons
  .article-social-nav
  .article-social__item
  a
  .essb_network_name,
.article-social__icons
  .essb_links_list
  .article-social__item
  a
  .essb_network_name,
.article-social__icons .article-social-nav .essb_item a .essb_network_name,
.article-social__icons .essb_links_list .essb_item a .essb_network_name {
  display: none;
  margin: 0 !important;
  font-size: 0;
}
.article-social__icons .essb_links .essb_icon:before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  font-size: 18px !important;
  color: #414141;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article-social__icons .essb_link_facebook a:hover .essb_icon:before,
.article-social__icons .essb_link_facebook a:focus .essb_icon:before,
.article-social__icons .essb_link_facebook a:active .essb_icon:before {
  color: #1777f2;
}
.article-social__icons .essb_link_facebook a:focus::before {
  opacity: 1;
}
.article-social__icons .essb_link_twitter a:hover .essb_icon:before,
.article-social__icons .essb_link_twitter a:focus .essb_icon:before,
.article-social__icons .essb_link_twitter a:active .essb_icon:before {
  color: #1da1f2;
}
.article-social__icons .essb_link_twitter a:focus::before {
  opacity: 1;
}
.article-social__icons .essb_link_linkedin a:hover .essb_icon:before,
.article-social__icons .essb_link_linkedin a:focus .essb_icon:before,
.article-social__icons .essb_link_linkedin a:active .essb_icon:before {
  color: #0077b5;
}
.article-social__icons .essb_link_linkedin a:focus::before {
  opacity: 1;
}
.article-social__icons .essb_link_youtube a:hover .essb_icon:before,
.article-social__icons .essb_link_youtube a:focus .essb_icon:before,
.article-social__icons .essb_link_youtube a:active .essb_icon:before {
  color: #f00;
}
.article-social__icons .essb_link_youtube a:focus::before {
  opacity: 1;
}
.article-social__logo {
  max-width: 40px;
  height: auto;
  margin-right: 16px;
}
@media only screen and (min-width: 640px) {
  .article-social__logo {
    max-width: 100%;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .article-social__logo {
    margin-right: 0;
  }
}
.article-social__logo .image {
  display: block;
  margin: auto;
}
.page-section--action {
  padding: 0 0 48px;
}
@media only screen and (min-width: 640px) {
  .page-section--action {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--action {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--action {
    padding: 0 0 100px;
  }
}
@media only screen and (max-width: 959px) {
  .panel-action {
    position: fixed;
    top: 62px;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
    padding: 0 16px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  }
  .panel-action.is-visible {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .panel-action {
    top: 76px;
  }
}
@media only screen and (min-width: 960px) {
  .panel-action {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 959px) {
  .panel-action .panel-action-head {
    position: relative;
    padding: 14px 0;
  }
  .panel-action .panel-action-head::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.62281e-07 0.9997C2.73418e-07 0.744919 0.097502 0.488738 0.293255 0.293453C0.684011 -0.0978179 1.31627 -0.0978179 1.70778 0.293453L6.00009 4.58553L10.2932 0.293453C10.6839 -0.0978175 11.3162 -0.0978175 11.7069 0.293453C12.0977 0.684024 12.0977 1.31678 11.7069 1.70735L6.70736 6.70707C6.3166 7.09764 5.68359 7.09764 5.29283 6.70707L0.292505 1.70665C0.097501 1.51206 2.51083e-07 1.25588 2.62281e-07 0.9997Z' fill='%23414141'/%3E%3C/svg%3E");
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
}
@media only screen and (min-width: 960px) {
  .panel-action__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.panel-action__item-related {
  display: none;
}
@media only screen and (min-width: 960px) {
  .panel-action__item-related {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .content-list > .content-list__item {
    padding: 16px 0;
  }
  .content-list > .content-list__item:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
}
.panel-action-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 959px) {
  .panel-action-head ~ .content-list {
    display: none;
  }
  .panel-action-head.is-active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .panel-action-head.is-active ~ .content-list {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .panel-action-head {
    margin-bottom: 16px;
  }
}
.content-list__item a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: font-weight 150ms ease-in;
  transition: font-weight 150ms ease-in;
}
.content-list__item a.is-active {
  font-weight: 700;
  color: #0777cf;
}
@media only screen and (max-width: 959px) {
  .content-list__item a {
    margin: 0;
  }
}
.content-list__item .content-list {
  padding-left: 16px;
}
@media only screen and (max-width: 959px) {
  .content-list__item .content-list > .content-list__item {
    margin-top: 12px;
    padding: 0;
    border: none;
  }
}
.page-section--content {
  padding: 16px 0 48px;
}
@media only screen and (min-width: 640px) {
  .page-section--content {
    padding: 24px 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content {
    padding: 32px 0 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content {
    padding-bottom: 100px;
  }
}
.page-section--content .page-section__inner {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-aside {
    width: 288px;
    min-width: 288px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body {
    -ms-flex: 1;
    flex: 1 1;
    width: calc(100% - 288px);
    padding-right: 32px;
    -webkit-box-flex: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .section-column__item-body {
    padding-right: 112px;
  }
}
.page-section--content .section-column__item-body .panel {
  padding-top: 48px;
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body .panel {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body .panel {
    display: none;
  }
}
.page-section--content .section-column__item-body .panel-action-head {
  margin-bottom: 12px;
}
.page-section--content .section-column__item-body h2 {
  font-weight: 700;
  text-align: left;
}
.page-section--content .section-column__item-body h2:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (min-width: 1280px) {
  .page-section--content .section-column__item-body h2 {
    margin-bottom: 28px;
  }
}
.page-section--content .section-column__item-body h3 {
  margin: 32px 0 8px;
  font-weight: 700;
}
@media only screen and (min-width: 1280px) {
  .page-section--content .section-column__item-body h3 {
    margin: 48px 0 20px;
  }
}
.page-section--content .section-column__item-body p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}
.page-section--content .section-column__item-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-section--content .section-column__item-body .line {
  position: relative;
  margin: 16px 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  border-left: 2px solid #0777cf;
}
.page-section--content
  .section-column__item-body
  ul:not(.related-list)
  li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
  .page-section--content
    .section-column__item-body
    ul:not(.related-list)
    li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.page-section--content .section-column__item-body figure {
  margin: 16px auto;
}
.page-section--content .section-column__item-body figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #808080;
}
@media only screen and (min-width: 640px) {
  .page-section--content .section-column__item-body figure figcaption {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .section-column__item-body figure figcaption {
    margin-top: 16px;
  }
}
.page-section--content .section-column__item-body .wp-block-table {
  margin: 20px 0;
  overflow: auto;
}
.page-section--content .section-column__item-body .wp-block-table table {
  border-collapse: collapse;
}
.page-section--content
  .section-column__item-body
  .wp-block-table
  table
  thead:nth-child(1) {
  background-color: #f1f1fe;
}
.page-section--content
  .section-column__item-body
  .wp-block-table
  table
  tbody
  tr:nth-child(even) {
  background-color: #f2f7ff;
}
.page-section--content .section-column__item-body .wp-block-table table,
.page-section--content .section-column__item-body .wp-block-table table td,
.page-section--content .section-column__item-body .wp-block-table table th {
  border: none;
}
.page-section--content .section-column__item-body .wp-block-table table td,
.page-section--content .section-column__item-body .wp-block-table table th {
  width: 25%;
}
.page-section--content
  .section-column__item-body
  .wp-block-table
  table
  td:nth-child(1),
.page-section--content
  .section-column__item-body
  .wp-block-table
  table
  th:nth-child(1) {
  min-width: 142px;
}
@media only screen and (min-width: 640px) {
  .page-section--content
    .section-column__item-body
    .wp-block-table
    table
    td:nth-child(1),
  .page-section--content
    .section-column__item-body
    .wp-block-table
    table
    th:nth-child(1) {
    min-width: 160px;
  }
}
.page-section--content .section-column__item-body .wp-block-table th {
  padding: 10px;
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body .wp-block-table th {
    padding: 16px 14px;
  }
}
.page-section--content .section-column__item-body .wp-block-table th span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body .wp-block-table th span {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-section--content .section-column__item-body .wp-block-table td {
  padding: 12px;
}
@media only screen and (min-width: 960px) {
  .page-section--content .section-column__item-body .wp-block-table td {
    padding: 20px;
  }
}
.page-section--content .section-column__item-body .wp-block-table td span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.page-section--content
  .section-column__item-body
  .wp-block-table
  td
  span
  strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page-section--content
  .section-column__item-body
  .wp-block-table
  td:nth-child(1)
  span
  strong {
  font-size: 14px;
  line-height: 20px;
}
.page-section--content iframe {
  width: 100%;
}
.page-section--content .column-footer {
  margin-top: 32px;
}
.page-section--content .wp-video {
  width: 100% !important;
}
.page-section--content .button--show-more {
  min-width: 216px;
}
.page-section--content .bots-list.is-open .bots-list__item:nth-child(n + 20) {
  display: block;
}
.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  order: 1;
  height: 56px;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}
@media only screen and (min-width: 960px) {
  .post-author {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.post-author .post-author__thumb {
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: #f7f8fa;
  border-radius: 50%;
}
.post-author .post-author__thumb img {
  width: 100%;
  height: auto;
}
.post-author .post-author__body {
  padding-left: 12px;
}
.post-author .post-author__name {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.post-author .post-author__date {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.tags-list {
  padding-top: 32px;
}
.tags-list a,
.tags-list .text-label {
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
.page-section--contact-us {
  padding-bottom: 48px;
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--contact-us {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us {
    padding-bottom: 100px;
  }
}
.page-section--contact-us .page-section__inner {
  padding: 48px 0;
  background-color: #f7f8fa;
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us .page-section__inner {
    padding: 60px 16px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--contact-us .page-section__inner {
    padding: 60px 80px 60px 78px;
  }
}
.page-section--contact-us .page-section__row {
  padding: 0 16px;
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us .page-section__row {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .page-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.page-section--contact-us .page-section__column-action {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us .page-section__column-action {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .page-section__column-action {
    padding-top: 0;
  }
}
.page-section--contact-us .section-headline,
.page-section--contact-us h2.section-headline {
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .section-headline,
  .page-section--contact-us h2.section-headline {
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us .section-subheadline {
    width: 452px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .section-subheadline {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .page-section__column-headline {
    padding-right: 112px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us
    .page-section__column-headline
    .section-subheadline {
    text-align: left;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--contact-us .form {
    max-width: 512px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--contact-us .form {
    width: 512px;
  }
}
.related-list .related-list__item {
  margin-bottom: 12px;
}
.related-list .related-link__icon {
  padding-top: 1px;
}
.related-list .related-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-list .related-link__label {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.related-list svg {
  width: 18px;
  height: 17px;
}
@media only screen and (max-width: 959px) {
  .panel-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .panel-contact {
    padding: 28px 36px;
    background-color: #f7f8fa;
  }
}
.panel-contact .panel-contact__title {
  display: none;
}
@media only screen and (min-width: 960px) {
  .panel-contact .panel-contact__title {
    display: block;
    margin-bottom: 20px;
    font: 20px/32px "Merriweather", sans-serif;
    text-align: center;
  }
}
.panel-contact .button {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .panel-contact .button {
    border-radius: 0;
  }
}
.article--call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding: 25px;
  background-image: url("../images/try-section-bg.jpg");
  background-repeat: repeat;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 640px) {
  .article--call-to-action {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .article--call-to-action {
    padding: 38px;
  }
}
.article--call-to-action:hover .article-title {
  color: #fff;
}
.article--call-to-action .article__decoration {
  order: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}
.article--call-to-action .article__decoration:before {
  display: none;
}
.article--call-to-action .article__decoration img {
  width: 100%;
  max-width: 115px;
  margin: auto;
}
@media only screen and (min-width: 960px) {
  .article--call-to-action .article__decoration img {
    max-width: 115px;
  }
}
@media only screen and (min-width: 1280px) {
  .article--call-to-action .article__decoration img {
    max-width: 125px;
  }
}
.article--call-to-action .article__description {
  order: 2;
  margin-bottom: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}
.article--call-to-action .article__description p {
  line-height: 32px;
}
.article--call-to-action .article-title {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .article--call-to-action .article-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .article--call-to-action .article-title {
    font-size: 28px;
  }
}
.article--call-to-action .article-subtitle {
  text-align: center;
  color: #fff;
}
.article--call-to-action .btn-primary {
  margin: 10px 0;
}
.article--call-to-action .btn-primary br {
  display: none;
}
.article-content-btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .article-content-btn {
    text-align: left;
  }
}
.article-content-btn .button {
  min-width: 232px;
}
.article-content-btn .button.is-hidden {
  display: none;
}
#disqus_thread {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
#disqus_thread.is-active {
  max-height: inherit;
  visibility: visible;
  opacity: 1;
}
.modal__container {
  display: block;
}
.popup--thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.popup--thank-you picture {
  margin-bottom: 32px;
}
.popup--thank-you picture img {
  max-width: 100%;
}
.popup--thank-you .sl-container {
  width: 100%;
}
.conclusion {
  margin: 0 0 28px 0;
  padding-left: 16px;
  border-left: 2px solid #ff9000;
}
.cta {
  margin: 50px 0 20px;
  padding: 32px;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (min-width: 640px) {
  .cta {
    padding: 32px 48px;
  }
}
@media only screen and (min-width: 960px) {
  .cta {
    padding: 48px 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
.cta .section-subheadline--primary {
  max-width: 512px;
  margin: 0 auto 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "Merriweather", sans-serif;
}
@media only screen and (min-width: 1280px) {
  .cta .section-subheadline--primary {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .cta .cta-column__button {
    padding-left: 70px;
  }
}
.cta .button {
  min-width: 195px;
}
.cta--dark {
  background-color: #100419;
}
.cta--dark .section-subheadline {
  color: #fff;
}
.cta--dark-blue {
  background-color: #000031;
}
.cta--dark-blue .section-subheadline {
  color: #fff;
}
.cta--blue {
  background-color: #e9f1ff;
}
.article--speakers {
  margin: 24px 0;
}
@media only screen and (min-width: 960px) {
  .article--speakers {
    margin: 32px 0;
  }
}
.speakers .speaker__item:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .speakers .speaker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .speakers .speaker__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.speakers .speaker-head {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .speakers .speaker-head {
    width: 128px;
    min-width: 128px;
    height: 128px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .speakers .speaker-head {
    width: 148px;
    min-width: 148px;
    height: 148px;
  }
}
.speakers .speaker-head img {
  display: inline-block;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (min-width: 960px) {
  .speakers .speaker-head img {
    width: 148px;
    height: 148px;
  }
}
@media only screen and (min-width: 640px) {
  .speakers .speaker-body {
    padding-left: 24px;
  }
}
.speakers .speaker-name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.speakers .speaker-position {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.speakers .speaker-info,
.speakers p.speaker-info {
  margin-bottom: 16px;
}
