/*! sass-bem-constructor - version : 1.1.0 - 2016-08-18 */
.c-navbar.navbar.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.c-header h1 {
  font-size: 51px;
  line-height: 66px;
  color: #2526A9;
  margin-bottom: 30px;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-header h1 {
    font-size: 41px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header h1 {
    font-size: 41px;
    line-height: 53px;
    display: flex;
    justify-content: center;
    align-content: center;
  }
}
.c-header img {
  width: 100%;
}

.c-contact {
  padding: 20px 0;
}
.c-contact__note {
  margin: 50px 0;
}
.c-contact__note h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-contact__note p {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.c-contact__email {
  margin-bottom: 30px;
}
.c-contact__email p {
  color: #606060;
  font-size: 18px;
  font-weight: inherit;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
}
.c-contact__email span, .c-contact__email a {
  font-size: 18px;
  font-weight: 600;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-bottom: 1px dashed #2526A9;
}
.c-contact__email span:hover, .c-contact__email span:focus, .c-contact__email a:hover, .c-contact__email a:focus {
  text-decoration: none;
}

.c-contact__mailing p {
  font-size: 18px;
  font-weight: inherit;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact__mailing {
    margin-bottom: 30px;
  }
}
.c-contact__mailing--title {
  color: #606060;
  font-size: 18px;
  font-weight: inherit;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
}

.c-contact__lbl {
  color: #606060;
  font-size: 20px;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: inherit;
  line-height: 28.88px;
}

.c-contact__in {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: auto;
  background: transparent;
  border: 1px solid rgba(76, 76, 76, 0.55);
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  transition: background 333ms ease;
}
.c-contact__in::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__in:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__in::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__in:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__in:focus {
  border-color: rgba(76, 76, 76, 0.55);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.c-contact__in {
  margin-bottom: 20px;
}
.c-contact__in:focus {
  outline: auto;
  outline-color: rgb(77, 144, 254);
}
.c-contact__in--error {
  border: 1px solid #EB0000;
}

.c-contact__slc {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: auto;
  background: transparent;
  border: 1px solid rgba(76, 76, 76, 0.55);
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  transition: background 333ms ease;
}
.c-contact__slc::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__slc:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__slc::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__slc:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-contact__slc:focus {
  border-color: rgba(76, 76, 76, 0.55);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.c-contact__slc {
  padding: 10px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #4C4C4C;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-contact__slc:focus {
  outline: auto;
  outline-color: rgb(77, 144, 254);
}
.c-contact__slc--error {
  border: 1px solid #EB0000;
}

.c-contact__txa {
  font-size: 16px;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-top: 15px;
  padding-left: 20px;
}
.c-contact__txa:focus {
  outline: auto;
  outline-color: rgb(77, 144, 254);
}
@media (max-width: 400px) {
  .c-contact__txa {
    font-size: 14px;
  }
}

.c-contact__btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.c-contact__btn button:focus {
  outline: none;
  box-shadow: 0 0 1px 1px rgb(77, 144, 254);
}
@media only screen and (max-width: 767px) {
  .c-contact__btn {
    margin-bottom: 0;
  }
}

.c-contact__success i {
  font-size: 30px;
  color: #008509;
  float: left;
}
.c-contact__success p {
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #707070;
}
.c-contact__success--content {
  float: left;
  margin-left: 20px;
}
@media (max-width: 450px) {
  .c-contact__success--content {
    margin-left: 40px;
    margin-top: -32px;
  }
}

.c-about {
  padding: 20px 0;
}
.c-about p.primary {
  font-size: 24px;
  line-height: 32px;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-about__info {
  margin-top: 20px;
  margin-bottom: 30px;
}
.c-about__info p {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 28.88px;
  text-align: left;
}
.c-about__info p a {
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-bottom: 2px dashed #2526A9;
}
.c-about__info p a:hover, .c-about__info p a:focus {
  text-decoration: none;
}
.c-about__info p a:hover {
  border-bottom: 2px solid #2526A9;
}
.c-about__info p:not(:first-child) {
  padding-top: 10px;
}
.c-about__info p:last-child {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-about__info p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__info {
    margin-bottom: 0;
  }
  .c-about__info p {
    font-size: 16px;
  }
}

.c-about__link:focus {
  outline: auto;
}

.c-terms__paragraph {
  color: #707070;
  font-size: 20px;
  line-height: 28.88px;
  font-weight: 300;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-terms__paragraph a {
  border-bottom: 1px dashed #2526A9;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-terms__paragraph a:focus, .c-terms__paragraph a:hover {
  text-decoration: none;
  border-bottom: 1px solid #2526A9;
}
.c-terms__paragraph a:focus {
  outline: auto;
}
.c-terms__paragraph:last-child {
  margin-bottom: 50px;
}

.c-terms__subtitle {
  color: #707070;
  font-size: 32px;
  font-weight: 400;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 42px;
}

.c-terms__olist li {
  color: #707070;
  font-size: 20px;
  line-height: 28.88px;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 15px;
}
.c-terms__olist li a {
  border-bottom: 1px dashed #2526A9;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-terms__olist li a:focus, .c-terms__olist li a:hover {
  text-decoration: none;
}
.c-terms__olist li a:focus {
  outline: auto;
}
.c-terms__olist li a:hover {
  border-bottom: 1px solid #2526A9;
}

.c-privacy__paragraph {
  color: #707070;
  font-size: 20px;
  line-height: 28.88px;
  font-weight: 300;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-privacy__paragraph a {
  border-bottom: 1px dashed #2526A9;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-privacy__paragraph a:focus, .c-privacy__paragraph a:hover {
  text-decoration: none;
}
.c-privacy__paragraph a:focus {
  outline: auto;
}
.c-privacy__paragraph a:hover {
  border-bottom: 1px solid #2526A9;
}

.c-privacy__subtitle {
  color: #707070;
  font-size: 32px;
  font-weight: 400;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 42px;
}

.c-privacy__oRomanlist li {
  list-style-type: decimal !important;
  color: #707070;
  font-size: 22px;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 2;
}
.c-privacy__oRomanlist li:last-child {
  margin-bottom: 5px;
}

.c-privacy__olist li {
  list-style-type: lower-roman;
  color: #707070;
  font-size: 20px;
  line-height: 28.88px;
  font-family: "suisseintl-light", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 15px;
}
.c-privacy__olist li a {
  border-bottom: 1px dashed #2526A9;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-privacy__olist li a:focus, .c-privacy__olist li a:hover {
  text-decoration: none;
}
.c-privacy__olist li a:focus {
  outline: auto;
}
.c-privacy__olist li a:hover {
  border-bottom: 1px solid #2526A9;
}

.c-privacy__pos {
  margin-left: 0;
  padding-bottom: 15px;
}

.error input {
  border: 1px solid #EB0000;
}

.c-status-update {
  background-color: #FFFFFF;
  border: #FFFFFF;
  color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  padding-right: 20px;
  margin-bottom: 30px;
}
.c-status-update__icon {
  background-color: #FFFFFF;
  border: 2px solid;
  border-radius: 4px;
  float: left;
  text-align: center;
  padding: 7px;
  width: 30px;
  margin-right: 50px;
  margin-top: 5px;
  font-size: 18px;
}
.c-status-update__icon i {
  color: #EB0000;
}
@media only screen and (max-width: 767px) {
  .c-status-update__icon {
    padding: 7px;
    width: 60px;
  }
}

.c-status-update__reasons {
  padding: 15px 0 15px 0;
  color: #EB0000;
}
.c-status-update__reasons li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -21px;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.c-status-update__reasons li:only-child {
  padding-top: 7px;
}