@font-face {
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

:root {
  font-size: 16px; }

html,
body {
  min-height: 100vh;
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#F6F6F6), to(#F6F6F6)), #FFFFFF;
  background: -o-linear-gradient(bottom, #F6F6F6, #F6F6F6), #FFFFFF;
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.35;
  color: black; }

a,
button {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none; }

a {
  color: #59A5FF; }

svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: none; }

.js-lazy {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .js-lazy.is-loaded {
    opacity: 1; }

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-width: 300px;
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.is-hidden {
  display: none !important; }

.hidden {
  display: none; }

.visible {
  display: block; }

.cl-black {
  color: black; }

.cl-white {
  color: white; }

.cl-blue {
  color: #004798; }

.bg-white {
  background: white; }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-column-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex-row-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.relative {
  position: relative;
  z-index: 1; }

.absolute {
  position: absolute; }

.left-0 {
  left: 0; }

.right-10 {
  right: 10px; }

.top-0 {
  top: 0; }

.top-10 {
  top: 10px; }

.radius-tl-0 {
  border-top-left-radius: 0 !important; }

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-8 {
  border-radius: 8px; }

.radius-10 {
  border-radius: 10px; }

.radius-30 {
  border-radius: 30px; }

.radius-50 {
  border-radius: 50%; }

.nowrap {
  white-space: nowrap; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-10 {
  margin-top: 10px; }

.pb-130 {
  padding-bottom: 130px; }

.pt-60 {
  padding-top: 60px; }

.pt-140 {
  padding-top: 140px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.w-full {
  min-width: 100%; }

.w-413 {
  width: 413px; }

.h-full {
  min-height: 100vh; }

.fs-14 {
  font-size: 0.875rem; }

.fw-4 {
  font-weight: 400; }

.fw-5 {
  font-weight: 500; }

.fw-6 {
  font-weight: 600; }

.fw-7 {
  font-weight: 700; }

.fh-1 {
  line-height: 1.1; }

.fh-2 {
  line-height: 1.2; }

.fh-3 {
  line-height: 1.3; }

.fh-4 {
  line-height: 1.4; }

.fh-5 {
  line-height: 1.5; }

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

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

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

.max-w-none {
  max-width: none; }

.max-w-356 {
  max-width: 356px; }

.opacity-5 {
  opacity: 0.5; }

.grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.link-blue {
  color: #004798 !important;
  border-bottom: 1px solid #004798; }
  .link-blue:hover {
    border-color: rgba(0, 71, 152, 0); }

.upp {
  text-transform: uppercase; }

.modal {
  background: #004798; }

@media (max-width: 1998px) {
  .ds_hidden {
    display: none; }
  .ds_visible {
    display: block; } }

@media (max-width: 991px) {
  .lp_justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .lp_justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .lp_justify-space {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .lp_justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lp_items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .lp_items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lp_items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .lp_hidden {
    display: none; }
  .lp_visible {
    display: block; } }

@media (max-width: 767px) {
  .mb_justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .mb_justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .mb_justify-space {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mb_justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mb_items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mb_items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mb_items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .mb_py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .mb_hidden {
    display: none; }
  .mb_visible {
    display: block; } }

.form-control-primary {
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 50px;
  width: 100%;
  color: #004798 !important;
  background: #FFFFFF;
  border: 1px solid #004798;
  border-radius: 0; }
  .form-control-primary::-webkit-input-placeholder {
    color: #004798; }
  .form-control-primary::-moz-placeholder {
    color: #004798; }
  .form-control-primary:-ms-input-placeholder {
    color: #004798; }
  .form-control-primary::-ms-input-placeholder {
    color: #004798; }
  .form-control-primary::placeholder {
    color: #004798; }
  .form-control-primary:focus {
    border: 1px solid #004798; }

.btn {
  line-height: 1.438;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0 10px;
  overflow: hidden;
  height: 50px;
  border-radius: 0; }
  .btn-red {
    background-color: #E7332B;
    color: #FFFFFF; }
    .btn-red:hover {
      background-color: #004798;
      color: #FFFFFF; }

.modal-title {
  font-size: 1.125rem;
  color: #004798;
  font-weight: 700;
  margin: 50px 0 40px 0; }

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/close.svg) no-repeat center;
  background-size: contain;
  opacity: 1; }

.carousel__button.is-close svg {
  display: none !important; }

.zero__head {
  padding: 80px 100px;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .zero__head {
      padding: 64px 55px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .zero__head {
      padding: 30px;
      padding-bottom: 100px; }
      .zero__head img {
        height: 35px; } }

.zero__form {
  width: 413px;
  padding: 40px 30px; }
  @media (max-width: 991px) {
    .zero__form {
      width: 395px; } }
  @media (max-width: 767px) {
    .zero__form {
      width: 100%;
      padding-top: 0; } }

.zero__foot {
  margin-right: 100px;
  margin-bottom: 64px;
  height: 40px; }
  @media (max-width: 991px) {
    .zero__foot {
      margin-bottom: 50px;
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .zero__foot {
      display: none; } }
  .zero__foot:before {
    position: absolute;
    content: '';
    width: 100%;
    left: -70%;
    top: 0;
    bottom: 0;
    background: #004798;
    z-index: -1; }
    @media (max-width: 1199px) {
      .zero__foot:before {
        display: none; } }
    @media (min-width: 2100px) {
      .zero__foot:before {
        left: -40%; } }
  .zero__foot-image {
    width: 1628px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: none; }

.zero__logo {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .zero__logo {
      margin-top: -26px;
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .zero__logo img {
      width: 222px; } }

.zero__body {
  padding: 0 100px;
  position: relative;
  z-index: 1;}
  @media (max-width: 767px) {
    .zero__body {
      padding: 0; } }

.zero__picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden; }
  .zero__picture span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .zero__picture span {
        bottom: 325px; } }

/*Bloody hands*/
#resetpasswordform-password, #resetpasswordform-repeat_password {
  color: #000 !important;
}
