/* Source: https://www.w3schools.com/css/css_tooltip.asp */
.help-tooltip {
  background-color: #36A7EC;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  top: 0.1rem;
  left: 0.4rem;
}
.help-tooltip__label {
  position: absolute;
  top: -25%;
  left: 25%;
  font-size: 10px;
  color: #f2f2f2;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000000;
  font-family: "Helvetica 45 Light", sans-serif;
  width: 20rem;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0.75rem;
  border-radius: 8px;
  box-shadow: 0px 0px 13px rgba(3, 3, 1, 0.1);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 1.75rem;
  left: -9.5rem;
  z-index: 1;
}
.tooltip .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Source: https://www.w3schools.com/css/css_tooltip.asp */
.help-tooltip {
  background-color: #36A7EC;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  top: 0.1rem;
  left: 0.4rem;
}
.help-tooltip__label {
  position: absolute;
  top: -25%;
  left: 25%;
  font-size: 10px;
  color: #f2f2f2;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000000;
  font-family: "Helvetica 45 Light", sans-serif;
  width: 20rem;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0.75rem;
  border-radius: 8px;
  box-shadow: 0px 0px 13px rgba(3, 3, 1, 0.1);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 1.75rem;
  left: -9.5rem;
  z-index: 1;
}
.tooltip .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.text-formatted h1 {
  font-size: 1.2rem !important;
  line-height: 1.6rem !important;
  font-family: "Helvetica 85 Heavy", sans-serif;
  letter-spacing: -0.064em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h1 {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
    letter-spacing: normal;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h1.tit-legal-grande {
  font-size: 1.125rem !important;
  line-height: 2rem !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h1.tit-legal-grande {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
    letter-spacing: normal;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h1.tit-legal-grande-linea {
  font-size: 1.125rem !important;
  line-height: 2rem !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h1.tit-legal-grande-linea {
    font-size: 2.25rem !important;
    line-height: 3.75rem !important;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h1.tit-legal-grande-linea:after {
  width: 2.8125rem;
  height: 2px;
  display: block;
  content: '';
  margin-top: 0.625rem;
  background-color: #FFC600;
}
@media only screen and (min-width: 48em) {
  .text-formatted h1.tit-legal-grande-linea:after {
    width: 5.625rem;
    height: 3px;
    margin-top: 1.25rem;
  }
}
.text-formatted h1 b,
.text-formatted h1 strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
}
.text-formatted h1 b em,
.text-formatted h1 b i,
.text-formatted h1 strong em,
.text-formatted h1 strong i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h1 em,
.text-formatted h1 i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h1 em b,
.text-formatted h1 em strong,
.text-formatted h1 i b,
.text-formatted h1 i strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h2 {
  font-size: 1.2rem !important;
  line-height: 1.6rem !important;
  font-family: "Helvetica 85 Heavy", sans-serif;
  letter-spacing: -0.064em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h2 {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
    letter-spacing: normal;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h2.tit-centrado {
  text-align: center;
}
.text-formatted h2.tit-izquierda {
  text-align: left;
}
.text-formatted h2.tit-derecha {
  text-align: right;
}
.text-formatted h2.tit-legal-grande {
  font-size: 1.125rem !important;
  line-height: 2rem !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h2.tit-legal-grande {
    font-size: 2.25rem !important;
    line-height: 3.75rem !important;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h2.tit-legal-grande-linea {
  font-size: 1.125rem !important;
  line-height: 2rem !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h2.tit-legal-grande-linea {
    font-size: 2.25rem !important;
    line-height: 3.75rem !important;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h2.tit-legal-grande-linea:after {
  width: 2.8125rem;
  height: 2px;
  display: block;
  content: '';
  margin-top: 0.625rem;
  background-color: #FFC600;
}
@media only screen and (min-width: 48em) {
  .text-formatted h2.tit-legal-grande-linea:after {
    width: 5.625rem;
    height: 3px;
    margin-top: 1.25rem;
  }
}
.text-formatted h2 b,
.text-formatted h2 strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
}
.text-formatted h2 b em,
.text-formatted h2 b i,
.text-formatted h2 strong em,
.text-formatted h2 strong i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h2 em,
.text-formatted h2 i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h2 em b,
.text-formatted h2 em strong,
.text-formatted h2 i b,
.text-formatted h2 i strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h3 {
  font-family: "Helvetica 85 Heavy", sans-serif;
}
.text-formatted h3.tit-legal-peq {
  font-size: 0.9375rem !important;
  line-height: 1.5em !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h3.tit-legal-peq {
    font-size: 1.75rem !important;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h3.tit-legal-peq-linea {
  font-size: 0.9375rem !important;
  line-height: 1.5em !important;
  letter-spacing: -0.02em;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted h3.tit-legal-peq-linea {
    font-size: 1.75rem !important;
    margin-bottom: 2.1875rem;
  }
}
.text-formatted h3.tit-legal-peq-linea:after {
  width: 2.8125rem;
  height: 2px;
  display: block;
  content: '';
  margin-top: 0.625rem;
  background-color: #FFC600;
}
@media only screen and (min-width: 48em) {
  .text-formatted h3.tit-legal-peq-linea:after {
    width: 5.625rem;
    height: 3px;
    margin-top: 1.25rem;
  }
}
.text-formatted h3 b,
.text-formatted h3 strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
}
.text-formatted h3 b em,
.text-formatted h3 b i,
.text-formatted h3 strong em,
.text-formatted h3 strong i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h3 em,
.text-formatted h3 i {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted h3 em b,
.text-formatted h3 em strong,
.text-formatted h3 i b,
.text-formatted h3 i strong {
  font-family: "Helvetica 85 Heavy", sans-serif;
  font-style: oblique;
}
.text-formatted p {
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 47.99em) {
  .text-formatted p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 48em) {
  .text-formatted p {
    margin-bottom: 2.1875rem;
  }
}
.text-formatted p:last-of-type {
  margin-bottom: 0;
}
.text-formatted a {
  color: #555555;
  text-decoration: none;
}
.text-formatted a:link {
  color: #555555;
  border-bottom: 1px solid #CCCCCC;
}
.text-formatted a:hover {
  color: #000000;
  border-bottom: 1px solid #FFC600;
}
.text-formatted a.text-color {
  color: inherit;
  text-decoration: inherit;
}
.text-formatted a.text-color:link {
  color: inherit;
  border-bottom: none;
}
.text-formatted a.text-color:hover {
  color: inherit;
  border-bottom: none;
}
.text-formatted strong,
.text-formatted b {
  font-family: "Helvetica 65 Medium", sans-serif;
}
.text-formatted strong em,
.text-formatted strong i,
.text-formatted b em,
.text-formatted b i {
  font-family: "Helvetica 65 Medium", sans-serif;
  font-style: oblique;
}
.text-formatted em,
.text-formatted i {
  font-family: "Helvetica 46 Light Italic", sans-serif;
}
.text-formatted em strong,
.text-formatted em b,
.text-formatted i strong,
.text-formatted i b {
  font-family: "Helvetica 65 Medium", sans-serif;
  font-style: oblique;
}
.text-formatted ul {
  margin-top: 0.75rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ul {
    margin-top: 1.5rem;
  }
}
.text-formatted ul li {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.5625rem;
  }
}
.text-formatted ul li:before {
  width: 0.4375rem;
  height: 0.4375rem;
  display: inline-block;
  content: '';
  border-radius: 0.21875rem;
  background-color: #FFC600;
  margin-left: -1.25rem;
  margin-right: 0.875rem;
  margin-bottom: 0.1875rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ul li:before {
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.21875rem;
    margin-left: -1.5625rem;
    margin-right: 1.0625rem;
  }
}
.text-formatted ul li ul {
  padding-left: 1rem;
}
.text-formatted ul li ul li:before {
  width: 0.5rem;
  height: 0.125rem;
  background-color: #000000;
}
.text-formatted ul li ol {
  list-style: auto;
  padding-left: 2rem;
}
.text-formatted ul li ol li {
  padding-left: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ul li ol li {
    padding-left: 1rem;
  }
}
.text-formatted ul li ol li:before {
  content: none;
}
.text-formatted ul li ol li::marker {
  font-size: 0.875rem;
}
.text-formatted ol {
  counter-reset: li;
  list-style: none;
  margin-top: 0.75rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ol {
    margin-top: 1.5rem;
  }
}
.text-formatted ol > li {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ol > li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.75rem;
    padding-left: 1.5625rem;
  }
}
.text-formatted ol > li:before {
  font-size: 0.75rem;
  color: #000000;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-color: #FFC600;
  counter-increment: li;
  content: counter(li);
  margin-left: -2.3rem;
  margin-right: 1rem;
  padding: 0.07rem;
  text-align: center;
  border-radius: 2rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ol > li:before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.875rem;
    margin-left: -2.5rem;
    margin-right: 0.9375rem;
    padding: 0.15rem;
  }
}
.text-formatted ol ol {
  list-style: auto;
  padding-left: 2rem;
}
.text-formatted ol ol li {
  padding-left: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted ol ol li {
    padding-left: 1rem;
  }
}
.text-formatted ol ol li:before {
  content: none;
}
.text-formatted ol ol li::marker {
  font-size: 0.875rem;
}
.text-formatted ol ul {
  padding-left: 1rem;
}
.text-formatted ol ul li:before {
  width: 0.5rem;
  height: 0.125rem;
  background-color: #000000;
}
.text-formatted .button-arrow {
  display: inline-block;
  background-color: #FFC600;
  border-radius: 4px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) {
  .text-formatted .button-arrow {
    height: 3.25rem;
  }
}
.text-formatted .button-arrow a {
  line-height: 3.25rem;
  color: #132c2f;
  font-family: "Helvetica 85 Heavy", sans-serif;
  display: inline-block;
  border-bottom: none;
  padding: 0 2.8125rem;
}
.text-formatted .button-arrow a:after {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #132c2f;
  font-family: "hic-icon-font";
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  display: inline-block;
  content: '\e902';
  vertical-align: middle;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 48em) {
  .text-formatted .button-arrow a:after {
    font-size: 1.25rem;
    line-height: 3.25rem;
    height: 3.25rem;
  }
}
.text-formatted .button-arrow:hover {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  box-shadow: 0 9px 19.36px 2.64px rgba(0, 40, 58, 0.3);
}
.text-formatted .button-arrow.text-align-right {
  float: right;
}
.text-formatted .block-me-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-formatted .block-me-links.block-to-left {
  align-items: flex-start;
}
.text-formatted .block-me-links.block-to-right {
  align-items: flex-end;
}
.text-formatted .block-me-links.block-to-center {
  align-items: center;
}
.text-formatted ul.list-links {
  list-style-type: none;
  padding: 0;
  max-width: 42.1875rem;
  width: 100%;
}
.text-formatted ul.list-links li.item-links {
  width: calc(100% - 50px);
  height: 3.875rem;
  display: inline-block;
  float: left;
  margin: 8.5px 25px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.14);
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 36em) {
  .text-formatted ul.list-links li.item-links {
    width: calc(50% - (17px / 2));
    margin: 7px 8.5px;
  }
}
.text-formatted ul.list-links li.item-links:before {
  display: none;
}
@media only screen and (min-width: 36em) {
  .text-formatted ul.list-links li.item-links:nth-child(odd) {
    margin-left: 0;
  }
  .text-formatted ul.list-links li.item-links:nth-child(even) {
    margin-right: 0;
  }
}
.text-formatted ul.list-links li.item-links a.wrapper-link {
  width: 100%;
  height: 3.875rem;
  line-height: 3.875rem;
  text-decoration: none;
  display: block;
  border-bottom: none;
}
.text-formatted ul.list-links li.item-links a.wrapper-link:hover {
  border-bottom: none;
}
.text-formatted ul.list-links li.item-links a.wrapper-link:hover span.text-link {
  font-family: "Helvetica 45 Light", sans-serif;
  font-weight: normal;
}
.text-formatted ul.list-links li.item-links a.wrapper-link:hover span.yellow-layer {
  transform: translateX(0);
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.text-link {
  font-size: 1.3125rem;
  line-height: 3.75rem;
  color: #1B0658;
  font-family: "Helvetica 45 Light", sans-serif;
  font-weight: normal;
  letter-spacing: -0.03em;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 2px 20px 0 82px;
  position: absolute;
  z-index: 1;
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link {
  width: 3.875rem;
  height: 3.875rem;
  display: inline-block;
  float: left;
  position: absolute;
  z-index: 2;
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link:before {
  font-size: 1.5rem;
  line-height: 3.875rem;
  color: #1B0658;
  text-align: center;
  width: 3.875rem;
  height: 3.875rem;
  display: inline-block;
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-comollegar:before {
  content: '\e965';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-dondedormir:before {
  content: '\e966';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-elclima:before {
  content: '\e967';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-dondecomer:before {
  content: '\e968';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-servicios:before {
  content: '\e969';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-compras:before {
  content: '\e96a';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-moverseisla:before {
  content: '\e96b';
  font-size: 28px;
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-rutasbarco:before {
  content: '\e96c';
  font-size: 18px;
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-webcams:before {
  content: '\e96d';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.icon-link.ic-applagomera:before {
  content: '\e96e';
}
.text-formatted ul.list-links li.item-links a.wrapper-link span.yellow-layer {
  width: 100%;
  height: 3.875rem;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  float: left;
  background-color: #FDC42E;
  z-index: 0;
  -webkit-transform: translateX(calc(-100% + 62px));
  transform: translateX(calc(-100% + 62px));
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.text-formatted .h3-big-text.white-text {
  font-size: 2.5rem;
  color: #FFFFFF;
  font-family: "Helvetica 95 Black", sans-serif;
}
@media only screen and (min-width: 62em) {
  .text-formatted .h3-big-text.white-text {
    font-size: 4.375rem;
  }
}
.text-formatted .h3-big-text.black-text {
  color: #000000;
}
.text-formatted .list-footer-webform {
  display: flex;
  justify-content: space-around;
  list-style: none;
  max-width: 83.625rem;
  margin: 0 auto;
  padding: 4.5% 9.25%;
}
.text-formatted .list-footer-webform li {
  padding: 0 !important;
}
.text-formatted .list-footer-webform li:before {
  display: none;
}
.text-formatted .list-footer-webform li .link-footer-wf {
  font-size: 0.9375rem;
  line-height: 1.5em;
  color: #FFFFFF;
  font-family: "Helvetica 65 Medium", sans-serif;
  letter-spacing: 0.01em;
  text-decoration: underline;
  border-bottom: none;
}
@media only screen and (min-width: 62em) {
  .text-formatted .list-footer-webform li .link-footer-wf {
    font-size: 1.125rem;
  }
}
.text-formatted .list-footer-webform li .link-footer-wf:link {
  color: #FFFFFF;
  border-bottom: none;
}
.text-formatted .list-footer-webform li .link-footer-wf:hover {
  text-decoration: none;
}
.text-formatted .list-footer-webform li .link-footer-wf.active {
  color: #0186A7;
  text-decoration: none;
}
.text-formatted .message-box {
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 83.625rem;
  padding: 10% 15%;
  border-radius: 7px;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.text-formatted .message-box .brown-text {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #D9A20D;
  font-family: "Helvetica 95 Black", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 62em) {
  .text-formatted .message-box .brown-text {
    font-size: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
.text-formatted .message-box .black-text {
  font-size: 1rem;
  line-height: 1.5em;
  color: #41403F;
  font-family: "Helvetica Neue Bold", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 62em) {
  .text-formatted .message-box .black-text {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }
}
.text-formatted .message-box a.yellow-button {
  font-size: 0.8125rem;
  line-height: 3.125rem;
  color: #000000;
  font-family: "Helvetica 85 Heavy", sans-serif;
  width: auto;
  height: 3.125rem;
  display: inline-block;
  background-color: #FCC52E;
  border-radius: 2px;
  min-width: 10.125rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 62em) {
  .text-formatted .message-box a.yellow-button {
    font-size: 0.9375rem;
    line-height: 4.4375rem;
    min-width: 16.375rem;
    height: 4.4375rem;
    margin-top: 1.875rem;
  }
}
.text-formatted .message-box a.yellow-button:link {
  border-bottom: none;
}

:lang(ru) .text-formatted h1, :lang(ru) .text-formatted h2,
:lang(cs) .text-formatted h1,
:lang(cs) .text-formatted h2,
:lang(hu) .text-formatted h1,
:lang(hu) .text-formatted h2,
:lang(nb) .text-formatted h1,
:lang(nb) .text-formatted h2,
:lang(pl) .text-formatted h1,
:lang(pl) .text-formatted h2 {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .text-formatted h1 em,
:lang(ru) .text-formatted h1 i, :lang(ru) .text-formatted h2 em,
:lang(ru) .text-formatted h2 i,
:lang(cs) .text-formatted h1 em,
:lang(cs) .text-formatted h1 i,
:lang(cs) .text-formatted h2 em,
:lang(cs) .text-formatted h2 i,
:lang(hu) .text-formatted h1 em,
:lang(hu) .text-formatted h1 i,
:lang(hu) .text-formatted h2 em,
:lang(hu) .text-formatted h2 i,
:lang(nb) .text-formatted h1 em,
:lang(nb) .text-formatted h1 i,
:lang(nb) .text-formatted h2 em,
:lang(nb) .text-formatted h2 i,
:lang(pl) .text-formatted h1 em,
:lang(pl) .text-formatted h1 i,
:lang(pl) .text-formatted h2 em,
:lang(pl) .text-formatted h2 i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .text-formatted h3,
:lang(cs) .text-formatted h3,
:lang(hu) .text-formatted h3,
:lang(nb) .text-formatted h3,
:lang(pl) .text-formatted h3 {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .text-formatted h3 em,
:lang(ru) .text-formatted h3 i,
:lang(cs) .text-formatted h3 em,
:lang(cs) .text-formatted h3 i,
:lang(hu) .text-formatted h3 em,
:lang(hu) .text-formatted h3 i,
:lang(nb) .text-formatted h3 em,
:lang(nb) .text-formatted h3 i,
:lang(pl) .text-formatted h3 em,
:lang(pl) .text-formatted h3 i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .text-formatted ol > li:before,
:lang(cs) .text-formatted ol > li:before,
:lang(hu) .text-formatted ol > li:before,
:lang(nb) .text-formatted ol > li:before,
:lang(pl) .text-formatted ol > li:before {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .text-formatted strong,
:lang(ru) .text-formatted b,
:lang(cs) .text-formatted strong,
:lang(cs) .text-formatted b,
:lang(hu) .text-formatted strong,
:lang(hu) .text-formatted b,
:lang(nb) .text-formatted strong,
:lang(nb) .text-formatted b,
:lang(pl) .text-formatted strong,
:lang(pl) .text-formatted b {
  font-family: "Helvetica Neue Medium", sans-serif !important;
}
:lang(ru) .text-formatted strong em,
:lang(ru) .text-formatted strong i,
:lang(ru) .text-formatted b em,
:lang(ru) .text-formatted b i,
:lang(cs) .text-formatted strong em,
:lang(cs) .text-formatted strong i,
:lang(cs) .text-formatted b em,
:lang(cs) .text-formatted b i,
:lang(hu) .text-formatted strong em,
:lang(hu) .text-formatted strong i,
:lang(hu) .text-formatted b em,
:lang(hu) .text-formatted b i,
:lang(nb) .text-formatted strong em,
:lang(nb) .text-formatted strong i,
:lang(nb) .text-formatted b em,
:lang(nb) .text-formatted b i,
:lang(pl) .text-formatted strong em,
:lang(pl) .text-formatted strong i,
:lang(pl) .text-formatted b em,
:lang(pl) .text-formatted b i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-style: oblique;
}
:lang(ru) .text-formatted em,
:lang(ru) .text-formatted i,
:lang(cs) .text-formatted em,
:lang(cs) .text-formatted i,
:lang(hu) .text-formatted em,
:lang(hu) .text-formatted i,
:lang(nb) .text-formatted em,
:lang(nb) .text-formatted i,
:lang(pl) .text-formatted em,
:lang(pl) .text-formatted i {
  font-family: "Helvetica Neue Light Italic", sans-serif !important;
}
:lang(ru) .text-formatted em strong,
:lang(ru) .text-formatted em b,
:lang(ru) .text-formatted i strong,
:lang(ru) .text-formatted i b,
:lang(cs) .text-formatted em strong,
:lang(cs) .text-formatted em b,
:lang(cs) .text-formatted i strong,
:lang(cs) .text-formatted i b,
:lang(hu) .text-formatted em strong,
:lang(hu) .text-formatted em b,
:lang(hu) .text-formatted i strong,
:lang(hu) .text-formatted i b,
:lang(nb) .text-formatted em strong,
:lang(nb) .text-formatted em b,
:lang(nb) .text-formatted i strong,
:lang(nb) .text-formatted i b,
:lang(pl) .text-formatted em strong,
:lang(pl) .text-formatted em b,
:lang(pl) .text-formatted i strong,
:lang(pl) .text-formatted i b {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-style: oblique;
}

.block-inline-blockme-paragraph {
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  color: #555555;
  font-family: "Helvetica 45 Light", sans-serif;
  width: 100%;
  position: relative;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
}
.block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
  font-family: "Helvetica Neue UltraLight", sans-serif;
  font-size: 43.02px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 8px;
  float: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
    font-size: 48px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
.block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
  font-family: "HelveticaNeueCyr-UltraLight", sans-serif;
}
.block-inline-blockme-paragraph:not(.up):not(.down) .boxshadow {
  display: none;
}
.block-inline-blockme-paragraph.up {
  padding: 0;
}
.block-inline-blockme-paragraph.up .boxshadow {
  top: 0;
}
.block-inline-blockme-paragraph.up .p-wrapper {
  position: relative;
  background-color: transparent;
  border-radius: 4px;
}
.block-inline-blockme-paragraph.up .p-wrapper .p-content {
  position: relative;
  padding: 16.8%;
  padding-bottom: 0;
  border-radius: 4px;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.up .p-wrapper .p-content {
    padding: 13.8%;
    padding-bottom: 0;
  }
}
.block-inline-blockme-paragraph.down {
  padding: 0;
}
.block-inline-blockme-paragraph.down .boxshadow {
  top: auto;
  bottom: 0;
}
.block-inline-blockme-paragraph.down .p-wrapper {
  position: relative;
  background-color: transparent;
  border-radius: 4px;
}
.block-inline-blockme-paragraph.down .p-wrapper .p-content {
  position: relative;
  padding: 16.8%;
  padding-top: 0;
  border-radius: 4px;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.down .p-wrapper .p-content {
    padding: 13.8%;
  }
}
.block-inline-blockme-paragraph.down p {
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.down p {
    margin-bottom: 2.1875rem;
  }
}
.block-inline-blockme-paragraph.down p:last-of-type {
  margin-bottom: 0;
}
.block-inline-blockme-paragraph.up .boxshadow, .block-inline-blockme-paragraph.down .boxshadow {
  width: 100%;
  height: 50%;
  box-shadow: 0 9px 36.4px 3.6px rgba(0, 40, 58, 0.12);
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.up .boxshadow, .block-inline-blockme-paragraph.down .boxshadow {
    height: 35%;
  }
}
.block-inline-blockme-paragraph.complete {
  padding: 16.8%;
  border-radius: 4px;
  box-shadow: 0 9px 26.4px 3.6px rgba(0, 40, 58, 0.12);
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.complete {
    padding: 13.8%;
  }
}
.block-inline-blockme-paragraph.complete .boxshadow {
  display: none;
}
.block-inline-blockme-paragraph.complete .p-wrapper {
  background-color: transparent;
  border-radius: 4px;
}
.block-inline-blockme-paragraph.complete p {
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 48em) {
  .block-inline-blockme-paragraph.complete p {
    margin-bottom: 2.1875rem;
  }
}
.block-inline-blockme-paragraph.complete p:last-of-type {
  margin-bottom: 0;
}
.block-inline-blockme-paragraph .field--name-field-b-id {
  display: none;
}
.block-inline-blockme-paragraph .p-wrapper {
  width: 100%;
  z-index: 1;
}
.block-inline-blockme-paragraph .p-wrapper .p-content {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph, .row.one-01 .block-inline-blockme-paragraph, .row.one-02 .block-inline-blockme-paragraph, .row.one-03 .block-inline-blockme-paragraph, .row.one-04 .block-inline-blockme-paragraph, .row.one-05 .block-inline-blockme-paragraph, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph, .row.two-03 .block-inline-blockme-paragraph {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
  .row.one-00 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-00 .block-inline-blockme-paragraph .text-formatted ol li, .row.one-01 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-01 .block-inline-blockme-paragraph .text-formatted ol li, .row.one-02 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-02 .block-inline-blockme-paragraph .text-formatted ol li, .row.one-03 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-03 .block-inline-blockme-paragraph .text-formatted ol li, .row.one-04 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-04 .block-inline-blockme-paragraph .text-formatted ol li, .row.one-05 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.one-05 .block-inline-blockme-paragraph .text-formatted ol li, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph .text-formatted ul li,
  .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph .text-formatted ol li, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph .text-formatted ul li,
  .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph .text-formatted ol li, .row.two-03 .block-inline-blockme-paragraph .text-formatted ul li,
  .row.two-03 .block-inline-blockme-paragraph .text-formatted ol li {
    line-height: 1.25rem;
  }
}
.row.one-00 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-01 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-02 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-03 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-04 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-05 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-03 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
  font-family: "Helvetica Neue UltraLight", sans-serif;
  font-size: 43.02px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 8px;
  float: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-01 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-02 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-03 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-04 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-05 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-03 .block-inline-blockme-paragraph.capitol-letter .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
    font-size: 65.95px;
    margin-top: 17px;
    margin-right: 10px;
  }
}
.row.one-00 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-00 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-01 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-01 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-02 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-02 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-03 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-03 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-04 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-04 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.one-05 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.one-05 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter, .row.two-03 .block-inline-blockme-paragraph.capitol-letter :lang(ru) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter,
.row.two-03 .block-inline-blockme-paragraph.capitol-letter :lang(cs) .text-formatted p:not(.text-align-center):not(.text-align-right):first-of-type::first-letter {
  font-family: "HelveticaNeueCyr-UltraLight", sans-serif;
}
@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph.up .p-content, .row.one-01 .block-inline-blockme-paragraph.up .p-content, .row.one-02 .block-inline-blockme-paragraph.up .p-content, .row.one-03 .block-inline-blockme-paragraph.up .p-content, .row.one-04 .block-inline-blockme-paragraph.up .p-content, .row.one-05 .block-inline-blockme-paragraph.up .p-content, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.up .p-content, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.up .p-content, .row.two-03 .block-inline-blockme-paragraph.up .p-content {
    padding: 4.6875rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph.down .p-content, .row.one-01 .block-inline-blockme-paragraph.down .p-content, .row.one-02 .block-inline-blockme-paragraph.down .p-content, .row.one-03 .block-inline-blockme-paragraph.down .p-content, .row.one-04 .block-inline-blockme-paragraph.down .p-content, .row.one-05 .block-inline-blockme-paragraph.down .p-content, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.down .p-content, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.down .p-content, .row.two-03 .block-inline-blockme-paragraph.down .p-content {
    padding: 4.6875rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph.complete, .row.one-01 .block-inline-blockme-paragraph.complete, .row.one-02 .block-inline-blockme-paragraph.complete, .row.one-03 .block-inline-blockme-paragraph.complete, .row.one-04 .block-inline-blockme-paragraph.complete, .row.one-05 .block-inline-blockme-paragraph.complete, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.complete, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.complete, .row.two-03 .block-inline-blockme-paragraph.complete {
    padding: 0;
  }
}
@media only screen and (min-width: 48em) {
  .row.one-00 .block-inline-blockme-paragraph.complete .p-content, .row.one-01 .block-inline-blockme-paragraph.complete .p-content, .row.one-02 .block-inline-blockme-paragraph.complete .p-content, .row.one-03 .block-inline-blockme-paragraph.complete .p-content, .row.one-04 .block-inline-blockme-paragraph.complete .p-content, .row.one-05 .block-inline-blockme-paragraph.complete .p-content, .row.two-01 .column:nth-child(2) .block-inline-blockme-paragraph.complete .p-content, .row.two-02 .column:nth-child(4) .block-inline-blockme-paragraph.complete .p-content, .row.two-03 .block-inline-blockme-paragraph.complete .p-content {
    padding: 4.6875rem;
  }
}

:lang(ru) .block-inline-blockme-paragraph,
:lang(cs) .block-inline-blockme-paragraph,
:lang(hu) .block-inline-blockme-paragraph,
:lang(nb) .block-inline-blockme-paragraph,
:lang(pl) .block-inline-blockme-paragraph {
  font-family: "Helvetica Neue Light", sans-serif !important;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 strong {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 strong i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 strong i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 strong i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 strong i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 strong i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted h3 i strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted h3 i strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted h3 i strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted h3 i strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted h3 i strong {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted ol > li:before,
:lang(cs) .block-inline-blockme-paragraph .text-formatted ol > li:before,
:lang(hu) .block-inline-blockme-paragraph .text-formatted ol > li:before,
:lang(nb) .block-inline-blockme-paragraph .text-formatted ol > li:before,
:lang(pl) .block-inline-blockme-paragraph .text-formatted ol > li:before {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: bold;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted b {
  font-family: "Helvetica Neue Medium", sans-serif !important;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(ru) .block-inline-blockme-paragraph .text-formatted b em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted b i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted b em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted b i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted b em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted b i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted b em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted b i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted b em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted b i {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: oblique;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted em,
:lang(ru) .block-inline-blockme-paragraph .text-formatted i,
:lang(cs) .block-inline-blockme-paragraph .text-formatted em,
:lang(cs) .block-inline-blockme-paragraph .text-formatted i,
:lang(hu) .block-inline-blockme-paragraph .text-formatted em,
:lang(hu) .block-inline-blockme-paragraph .text-formatted i,
:lang(nb) .block-inline-blockme-paragraph .text-formatted em,
:lang(nb) .block-inline-blockme-paragraph .text-formatted i,
:lang(pl) .block-inline-blockme-paragraph .text-formatted em,
:lang(pl) .block-inline-blockme-paragraph .text-formatted i {
  font-family: "Helvetica Neue Light Italic", sans-serif !important;
}
:lang(ru) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted em b,
:lang(ru) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(ru) .block-inline-blockme-paragraph .text-formatted i b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted em b,
:lang(cs) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(cs) .block-inline-blockme-paragraph .text-formatted i b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted em b,
:lang(hu) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(hu) .block-inline-blockme-paragraph .text-formatted i b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted em b,
:lang(nb) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(nb) .block-inline-blockme-paragraph .text-formatted i b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted em b,
:lang(pl) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(pl) .block-inline-blockme-paragraph .text-formatted i b {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-weight: oblique;
}

:lang(el) .block-inline-blockme-paragraph {
  font-family: "NeueHelveticaPaneuropean45Light" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted h2,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 {
  font-family: "NeueHelveticaPaneuropean65Medium" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 strong {
  font-family: "NeueHelveticaPaneuropean75Bold" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 b em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 b i,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 strong em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 strong i,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 b em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 b i,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 strong em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 strong i {
  font-family: "NeueHelveticaPaneuropean76BoldItalic" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 i,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 em,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 i {
  font-family: "NeueHelveticaPaneuropean66MediumItalic" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 em b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 em strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 i b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h2 i strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 em b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 em strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 i b,
:lang(el) .block-inline-blockme-paragraph .text-formatted h3 i strong {
  font-family: "NeueHelveticaPaneuropean76BoldItalic" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted ol > li:before {
  font-family: "NeueHelveticaPaneuropean65Medium" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted b {
  font-family: "NeueHelveticaPaneuropean65Medium" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted strong em,
:lang(el) .block-inline-blockme-paragraph .text-formatted strong i,
:lang(el) .block-inline-blockme-paragraph .text-formatted b em,
:lang(el) .block-inline-blockme-paragraph .text-formatted b i {
  font-family: "NeueHelveticaPaneuropean66MediumItalic" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted em,
:lang(el) .block-inline-blockme-paragraph .text-formatted i {
  font-family: "NeueHelveticaPaneuropean46LightItalic" !important;
}
:lang(el) .block-inline-blockme-paragraph .text-formatted em strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted em b,
:lang(el) .block-inline-blockme-paragraph .text-formatted i strong,
:lang(el) .block-inline-blockme-paragraph .text-formatted i b {
  font-family: "NeueHelveticaPaneuropean66MediumItalic" !important;
}
