@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

body {
  font-family: "FiraSans", sans-serif;
  font-weight: 300;
  color: #232630;
}

h1 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

h2 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

h3 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

h4 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

h5 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

h6 {
  font-family: "Amnesty", "Oswald", sans-serif;
}

input {
  font-weight: 300;
  font-family: "FiraSans", sans-serif;
}
input:focus {
  outline: none;
}

input[type=text],
input[type=email] {
  border-width: 0 0 0.7px 0;
  border-color: #9D9DAA;
  border-style: solid;
  padding: 9px 0;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus {
  border-color: #232630;
}

input[type=submit] {
  cursor: pointer;
}

label {
  border: 0;
  font-family: "FiraSans", sans-serif;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}

input[type=radio] + label {
  margin-bottom: 0;
}

::-moz-placeholder {
  color: #9D9DAA;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #9D9DAA;
  font-size: 14px;
}

::placeholder {
  color: #9D9DAA;
  font-size: 14px;
}

fieldset {
  border: 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 20px;
}

select {
  border: 0;
  font-weight: 300;
  font-family: "FiraSans", sans-serif;
  margin-right: 0.5rem;
  background-color: white;
  margin-top: 1em;
}

p {
  font-size: 1rem;
  line-height: 24.24px;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Amnesty";
  src: url("../fonts/AmnestyTradeGothic-BdCn20.woff2");
  font-weight: 400;
  font-style: normal;
}
.layout__container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.layout__container--alt {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .layout__container--alt {
    margin-top: 88px;
  }
}

.main {
  padding-top: 1rem;
}

.section {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 94px;
  }
}
.section__container {
  width: 100%;
  max-width: 1062px;
  margin: auto;
}

.grid__columns {
  display: grid;
}
.grid__columns--1 {
  grid-template-columns: 1;
}
.grid__columns--2 {
  grid-template-columns: 2;
}
.grid__columns--3 {
  grid-template-columns: 3;
}
.grid__columns--4 {
  grid-template-columns: 4;
}
.grid__columns--5 {
  grid-template-columns: 5;
}
.grid__columns--6 {
  grid-template-columns: 6;
}

.header {
  height: 72px;
}
.header__container {
  display: flex;
  align-items: center;
}
.header__slogan {
  width: 220px;
  margin-left: 1rem;
  font-family: "Amnesty", "Oswald", sans-serif;
  line-height: 1.3;
  font-size: 1.25rem;
  display: none;
}
@media (min-width: 768px) {
  .header__slogan {
    display: block;
  }
}
.header__cta {
  margin-left: auto;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__cta {
    margin-right: 0;
  }
}
.header__logo-container img {
  height: 72px;
  width: auto;
}

.icon {
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 11px;
}
.icon--big {
  width: 64px;
  height: 64px;
}
.icon__phone {
  background-image: url("../images/phone.svg");
  width: 20px;
  height: 20px;
}
.icon__vaccine {
  background-image: url("../images/vaccine.svg");
  width: 32px;
  height: 32px;
}
.icon__world {
  background-image: url("../images/world.svg");
  width: 32px;
  height: 32px;
}
.icon__world_care{
  background-image: url("../images/care.svg");
  width: 32px;
  height: 32px;
}

.icon__world_denuncia{
  background-image: url("../images/denuncia.svg");
  width: 32px;
  height: 32px;
}
.icon__world_planet{
  background-image: url("../images/planet.svg");
  width: 32px;
  height: 32px;
}

.icon__advantages {
  background-image: url("../images/advantages.svg");
}
.icon__benefits {
  background-image: url("../images/benefits.svg");
}
.icon__others {
  background-image: url("../images/others.svg");
}
.icon__transparency {
  background-image: url("../images/transparency.svg");
}


.icon__valid:after {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 7px;
  width: 13px;
  height: 13px;
  background-image: url("../images/valid.svg");
}

.icon__check:after {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 7px;
  width: 13px;
  height: 13px;
  
  background-image: url("../images/check.svg");
}


.icon__error:after {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 7px;
  width: 13px;
  height: 13px;
  background-image: url("../images/invalid.svg");
}

.button {
  padding: 11.6px;
  background: #fff;
  color: #232630;
  border: 2.4px solid #232630;
  border-radius: 2px;
  /* display: flex; */
  align-items: center;
  font-weight: 500;
  font-family: "FiraSans", sans-serif;
  font-size: 1rem;
}
.button--main {
  background: #FFFF72;
  border-color: #FFFF72;
}
.button--dark {
  background: #232630;
  border-color: #232630;
  color: #fff;
  text-align: center;
}

.button--twitter {
  background-image: url("../images/twitter.svg");
  background: #1DA1F2;
  color: #fff;
  margin-left: 20px;
  border:0;
}

.button--facebook {
  background-image: url("../images/facebook_share.png") !important;
  background: #3b5998;
  color: #fff;
  border:0;
}

a.button {
  text-decoration: none;
  justify-content: center;
}


.article__container {
  display: flex;
  justify-content: space-between;
}
.article__container--alt {
  margin-top: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article__container--alt {
    flex-direction: row;
    justify-content: space-around;
  }
}
.article__text {
  flex-grow: 1;
  margin-top: 26px;
  padding: 0 1rem;
}
@media (min-width: 1070px) {
  .article__text {
    padding: 2rem 0;
  }
}
.article__text--info {
  font-size: 12px;
  line-height: 17.1px;
  margin-top: 40px;
}
.article__text--alt {
  margin-top: 0;
}
.article__text--secondary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.article__text--h {
  height: 100%;
  padding: 0;
}
.article__text--col {
  width: 100%;
}
@media (min-width: 768px) {
  .article__text--col {
    max-width: 428px;
  }
}
.article__content {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article__content {
    max-width: 440px;
  }
}
.article__content--alt {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .article__content--alt {
    padding: 0;
  }
}
.article__content--alt .button-primary {
  width: 100%;
}
.article__content--secondary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .article__content--secondary {
    padding: 0;
  }
}
.article__content--col {
  width: 100%;
  margin: 0;
}
.article__title {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .article__title {
    text-align: center;
  }
}
.article__title--sec {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .article__title--sec {
    text-align: left;
  }
}
.article__title .form-textarea-wrapper textarea {
  border: none;
  font-size: 1.75rem;
  line-height: 58px;
  font-family: "Amnesty", "Oswald", sans-serif;
}
.article__title--alt {
  text-align: left;
  padding: 0 1rem;
  font-size: 28px;
  line-height: 39.9px;
}
@media (min-width: 1070px) {
  .article__title--alt {
    padding: 0;
    font-size: 36px;
    line-height: 51.3px;
  }
}
.article__title--big {
  border: none;
  font-size: 28px;
  line-height: 40px;
  font-family: "Amnesty", "Oswald", sans-serif;
  margin-bottom: 0.75rem;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .article__title--big {
    font-size: 48px;
    line-height: 58px;
  }
}
.article__title--big p {
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .article__title--big p {
    font-size: 48px;
    line-height: 58px;
  }
}
.article__image {
  width: 100%;
  max-width: 620px;
  height: 950px;
  display: none;
}
.article__image figure {
  height: 100%;
}
.article__image img {
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .article__image {
    display: block;
  }
}
.article__image--alt img {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .article__image--alt img {
    display: block;
  }
}
.article__image--thk {
  margin-bottom: 80px;
}
.article__picture img {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article__picture img {
    padding: 0;
    margin-bottom: 0;
    
  }
}
@media (max-width: 768px) {
  .article__picture img {
    display: none;
    
  }
  .webform-component--direccion{
    margin-top: 0em;
  }


}

.progressbar {
  margin: 45px 0 27px;
}
.progressbar__list {
  display: flex;
  justify-content: center;
}
.progressbar__item {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  position: relative;
}
.progressbar__item:not(:last-child):after {
  content: "";
  width: 45px;
  height: 1px;
  background: #DBDBE4;
  top: 10px;
  position: absolute;
  left: 50%;
}
.progressbar__number {
  width: 17px;
  height: 17px;
  font-size: 10px;
  border: 1px solid #232630;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  color: #232630;
  margin-top: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.progressbar__number--active {
  background: #232630;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-top: 0;
}
.progressbar__number--visited {
  background: #232630;
  color: #fff;
}
.progressbar__label {
  width: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.form-actions {
  margin: 0;
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
}
.form-actions > input,
.form-actions > button {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .form-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 -16px;
    padding: 16px;
    background: white;
    box-shadow: 0 0 8px rgb(211 211 225 / 74%);
    z-index: 1;
  }
}

.form-item {
  margin: 0;
}
.form-item input.error {
  border-width: 0 0 1px;
  border-color: #D15050;
  color: initial;
}
.form-item input.error23 {
  border-width: 0 0 1px;
  border-color: green;
  color: initial;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin: 0;
}
.form-type-checkbox label {
  font-size: 12px;
  line-height: 17px;
  color: #737380;
}
.form-required {
  display: none;
}
.form__text {
  font-size: 14px;
  line-height: 21.21px;
  margin-bottom: 41px;
}
.form-items__container--alt .fieldset-wrapper {
  flex-wrap: wrap;
}
.form-items__container--alt .fieldset-wrapper > :not(.form-items__full) {
  flex-basis: 40%;
  flex-grow: 1;
  max-width: none;
}
.form-items__container--alt .fieldset-wrapper > * {
  margin-right: 8px;
}
.form-items__container--alt .fieldset-wrapper .form-items__full {
  flex-basis: 100%;
}
.form-items__container--alt .fieldset-wrapper .form-items__full textarea {
  display: none;
}
.form-items__container--alt .fieldset-wrapper .form-items__small {
  flex-basis: 20%;
}
.form-items__container--alt .fieldset-wrapper .form-items__medium {
  flex-basis: 60%;
}
.form-items__container--full .fieldset-wrapper {
  flex-direction: row;
}
.form-items__container--flex .fieldset-wrapper .form-item {
  margin-bottom: 16px;
}
.form-items__container--flex .fieldset-wrapper .form-item .radio-join {
  display: flex;
}
.form__validate {
  position: relative;
}

.webform__subtitle {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #232630;
}
.webform__subtitle label {
  margin: 48px 0 33px 0;
}
.webform__checkbox-custom {
  margin-bottom: 1rem;
}
.webform__checkbox-custom input[type=radio] {
  display: none;
}
.webform__checkbox-custom input + label {
  border: 0.7px solid #9D9DAA;
  border-radius: 2px;
  font-size: 13px;
  padding: 0.5rem 0;
  display: block;
  color: #9D9DAA;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .webform__checkbox-custom input + label {
    font-size: 16px;
  }
}
.webform__checkbox-custom input:checked + label {
  background: #FFFF72;
  color: #232630;
  font-weight: 700;
  border-color: #FFFF72;
}
.webform__checkbox-custom--grid-3 .form-radios {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.webform__checkbox-custom--grid-3 .form-radios.radio-join {
  grid-template-columns: repeat(3, 1fr);
}
.webform__checkbox-custom--grid-2 .form-radios {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.webform-other--wrapper {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  align-items: center;
}
.webform-other--wrapper:before {
  position: absolute;
  content: "€";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9D9DAA;
  font-size: 14px;
}
@media (min-width: 768px) {
  .webform-other--wrapper:before {
    right: 5px;
  }
}
.webform-other--wrapper label {
  font-size: 12px;
  color: #9D9DAA;
  grid-column: span 2;
  margin: 0;
}
@media (min-width: 768px) {
  .webform-other--wrapper label {
    font-size: 14px;
  }
}
.webform-other--wrapper input {
  text-align: center;
  border-width: 0 0 1px 0;
  padding: 9px 0;
}
.webform-other--wrapper input::-moz-placeholder {
  text-decoration: none;
}
.webform-other--wrapper input:-ms-input-placeholder {
  text-decoration: none;
}
.webform-other--wrapper input::placeholder {
  text-decoration: none;
}
.webform-other--wrapper-alt {
  grid-template-columns: repeat(2, 1fr);
}
.webform-other--wrapper-alt label {
  grid-column: 1;
}
.webform__text {
  font-size: 11px;
  line-height: 15px;
  color: #9D9DAA;
  display: flex;
  align-items: center;
  margin: 14px 0 31px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .webform__text {
    font-size: 12.5px;
  }
}
.webform__text i {
  flex-basis: 32px;
}
.webform__text-help {
  flex-basis: 80%;
  flex-grow: 1;
}
.webform__text-help--sm {
  flex-basis: 100%;
  font-size: 11px;
  line-height: 15px;
  padding: 6px 0 0 43px;
}
@media (min-width: 768px) {
  .webform__text-help--sm {
    font-size: 12.5px;
    line-height: 13.6px;
  }
}
.webform__text--info {
  margin-top: 29px;
}
.webform__link {
  font-size: 12px;
  line-height: 17.1px;
  color: #737380;
}
.webform__link .form-type-checkbox {
  display: flex;
}
.webform__link input {
  margin-right: 12px;
}
.webform__link a {
  color: #232630;
  font-weight: 400;
}
.webform__info {
  margin: 41px 0 17px;
  font-size: 12px;
}
.webform__info textarea {
  border: 0;
  font-size: 12px;
  font-family: "FiraSans", sans-serif;
}
.webform__info—w {
  font-weight: 400;
}
.webform-component--text-mandatory, .webform-component--text-comodo-secure, .webform-component--testimony {
  order: 1;
}
.webform-client-form > div {
  display: flex;
  flex-direction: column;
}
.webform-previous {
  display: none;
  border: 0;
  background: none;
  color: #737380;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .webform-previous {
    display: block;
  }
}
.webform-previous::before {
  content: "\f053";
  font-family: FontAwesome;
}
.webform-next, .webform-submit {
  color: #fff;
  background: #232630;
  border-color: #232630;
  padding: 10px 0;
  font-size: 16px;
  line-height: 19.2px;
  margin-left: auto;
  border-radius: 2px;
}

.webform-component-fieldset--no-legend legend {
  display: none;
}

.fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fieldset-wrapper {
    flex-direction: row;
  }
}
.fieldset-wrapper .webform-component-textfield,
.fieldset-wrapper .webform-component-select--alt {
  flex-grow: 1;
  flex-basis: 50%;
}
.fieldset-wrapper .form-item,
.fieldset-wrapper fieldset {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .fieldset-wrapper .form-item:not(:first-child),
.fieldset-wrapper fieldset:not(:first-child) {
    margin-left: 16px;
  }
}
.fieldset-wrapper .form-item.form-items--nobottom,
.fieldset-wrapper fieldset.form-items--nobottom {
  margin-bottom: 31px;
}
.fieldset-wrapper fieldset .form-item {
  display: flex !important;
  margin-bottom: 0;
}

.fieldset-legend {
  font-weight: 400;
}

input.has-focus {
  border-color: #9D9DAA;
  font-weight: 700;
}
@media (min-width: 768px) {
  input.has-focus {
    font-weight: 400;
  }
}

.has-value:before {
  font-weight: 700;
  color: #232630;
}
@media (min-width: 768px) {
  .has-value:before {
    font-weight: 400;
  }
}

.card__grid {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .card__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 204px;
  }
}
@media (min-width: 1070px) {
  .card__grid {
    padding: 0;
  }
}
.card__grid .card {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .card__grid .card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card__grid--2c {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card__grid--static {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .card__grid--static {
    margin-top: 92px;
  }
}
.card__img {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.card__img i {
  display: block;
}
.card__title {
  font-weight: 700;
  line-height: 22.8px;
  margin-bottom: 1rem;
}
.card__title--test {
  margin-bottom: 0.5rem;
}
.card__text {
  font-size: 14px;
  line-height: 21px;
}
.card--shw {
  border-radius: 2px;
  box-shadow: -3px 3px 8px rgba(211, 211, 225, 0.74);
  display: flex;
}
.card__content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .card__image {
    margin-right: 1rem;
  }
}
.card__image figure, .card__image img {
  height: 100%;
  width: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__info {
  color: #9D9DAA;
  font-weight: 400;
}
.card__info:after, .card__info:before {
  content: "●";
  margin: 0 0.5rem;
  display: inline;
  vertical-align: middle;
  font-size: 0.5rem;
}
.card__container--alt {
  margin-top: 46px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .card__container--alt {
    margin-top: 80px;
  }
}

.link--b {
  text-decoration: none;
  font-weight: 700;
  color: #232630;
}
.link--b:visited, .link--b:hover, .link--b:active, .link--b:focus {
  text-decoration: none;
  font-weight: 700;
  color: #232630;
}

.footer {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding-top: 16px;
  margin-top: 96px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 48px;
  }
}
.footer__primary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__primary {
    flex-direction: row;
    padding: 0 1rem;
  }
}
@media (min-width: 1440px) {
  .footer__primary {
    padding: 0;
  }
}
.footer__secondary {
  padding: 0 1rem;
}
@media (min-width: 1440px) {
  .footer__secondary {
    padding: 0;
  }
}
.footer__list {
  display: flex;
}
.footer__item {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
.footer__item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  display: inline-block;
  margin-left: 0.5rem;
}
.footer__item i {
  font-size: 20px;
  margin-left: 2rem;
}
.footer__link {
  color: #fff;
  text-decoration: none;
}
.footer__link:visited, .footer__link:active, .footer__link:focus, .footer__link:hover {
  color: #fff;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__nav--rrss {
  margin-bottom: 2rem;
  position: relative;
}
.footer__nav--rrss:after {
  width: 100vw;
  height: 1px;
  background: #737380;
  content: "";
  display: block;
  position: absolute;
  bottom: -78%;
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 768px) {
  .footer__nav--rrss {
    margin-bottom: 0;
  }
  .footer__nav--rrss:after {
    content: none;
  }
}
.footer__nav--rrss .footer__item::after {
  content: none;
}

.comodo__container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  order: 1;
}
@media (min-width: 768px) {
  .comodo__container {
    flex-direction: row;
  }
}
.comodo__img {
  min-width: 80px;
}
.comodo__img img {
  width: 100%;
}
.comodo__text {
  font-size: 12px;
  line-height: 17.7px;
  color: #9D9DAA;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .comodo__text {
    margin-left: 80px;
  }
}

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

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

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

.txt-b {
  font-weight: 700;
}

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-t-1 {
  padding-top: 1px !important;
}

.p-r-1 {
  padding-right: 1px !important;
}

.p-b-1 {
  padding-bottom: 1px !important;
}

.p-l-1 {
  padding-left: 1px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-r-4 {
  padding-right: 4px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.p-l-4 {
  padding-left: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-b-32 {
  padding-bottom: 32px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.p-72 {
  padding: 72px !important;
}

.p-t-72 {
  padding-top: 72px !important;
}

.p-r-72 {
  padding-right: 72px !important;
}

.p-b-72 {
  padding-bottom: 72px !important;
}

.p-l-72 {
  padding-left: 72px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-88 {
  padding: 88px !important;
}

.p-t-88 {
  padding-top: 88px !important;
}

.p-r-88 {
  padding-right: 88px !important;
}

.p-b-88 {
  padding-bottom: 88px !important;
}

.p-l-88 {
  padding-left: 88px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-t-96 {
  padding-top: 96px !important;
}

.p-r-96 {
  padding-right: 96px !important;
}

.p-b-96 {
  padding-bottom: 96px !important;
}

.p-l-96 {
  padding-left: 96px !important;
}

.m-0 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-1 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-r-1 {
  margin-right: 1px !important;
}

.m-b-1 {
  margin-bottom: 1px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.m-4 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-8 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-16 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-r-16 {
  margin-right: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-24 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-r-24 {
  margin-right: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-32 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-r-32 {
  margin-right: 32px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.m-l-32 {
  margin-left: 32px !important;
}

.m-40 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-48 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.m-56 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.m-64 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.m-72 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-72 {
  margin-top: 72px !important;
}

.m-r-72 {
  margin-right: 72px !important;
}

.m-b-72 {
  margin-bottom: 72px !important;
}

.m-l-72 {
  margin-left: 72px !important;
}

.m-80 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-88 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-88 {
  margin-top: 88px !important;
}

.m-r-88 {
  margin-right: 88px !important;
}

.m-b-88 {
  margin-bottom: 88px !important;
}

.m-l-88 {
  margin-left: 88px !important;
}

.m-96 {
  margin: 0, 1, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96px !important;
}

.m-t-96 {
  margin-top: 96px !important;
}

.m-r-96 {
  margin-right: 96px !important;
}

.m-b-96 {
  margin-bottom: 96px !important;
}

.m-l-96 {
  margin-left: 96px !important;
}

.mobile-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

.webform__checkbox-custom input + label{
    cursor:default !important;
}

.msg--ok {
  position: absolute;
  bottom: -25px; 
  right: 0;
  font-size: 10px;
  color: green;
  margin: 0;
  line-height: 11px;
  white-space: normal;
}

.msg--error {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 10px;
  color: #D15050;
  margin: 0;
  line-height: 11px;
  white-space: normal;
}
.processInput{
  width: 100%;
  
  /*background: url(../images/processing.gif) no-repeat 4px 6px;
  opacity: 0.6;
  */
}