@charset "UTF-8";

* {
  font-family: Commissioner, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  transition: all .2s;
}

@media screen and (min-width: 768px) {
  body, .content, .content > .row {
    min-height: calc(100vh - 15px);
    margin-left: 0;
    margin-right: 0;
  }

  .content > .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}

h1 {
  font-weight: 700;
  line-height: 2.4rem;
  color: #252432;
  font-size: 2rem;
}

.content .box {
  display: block;
  width: 360px;
  max-width: 360px;
  margin: 3rem auto 1.5rem;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
    .content .box {
      margin: 1rem auto 1rem;
    }
}

.content .box .logo {
  margin-bottom: 3rem;
  text-align: center;
}

.content .box .logo span {
  display: block;
}

.content .box .logo .webit {
  color: #212529;
  width: 11.25rem;
}

.phone-absolute {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 14px 0 #1A4FC91A, -3px -3px 14px 0 #1A4FC91A;
  border: 1px solid transparent;
  border-bottom-left-radius: 2.438rem;
  border-top-right-radius: 2.438rem;
  border-top-left-radius: 2.438rem;
  min-height: 4.375rem;
  min-width: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.phone-absolute:hover {
  border-color: #1A4FC9;
}

.phone-absolute img {
  width: 1.5rem;
  height: 1.5rem;
}

.phone-absolute .phone-inner {
  display: none;
  padding: 1.688rem;
}

.phone-absolute .phone-inner img {
  width: 24px;
  height: 24px;
  margin-top: -3px;
}

.phone-absolute .phone-inner > div:not(:last-child) {
  margin-bottom: 1.125rem;
}

.phone-absolute .phone-inner a {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.204rem;
  text-decoration: none;
  color: #252432;
  margin-left: 12px;
}

.phone-absolute:hover .phone-inner {
  display: block;
}

.phone-absolute:hover > img {
  display: none;
}

/* FORM CONTROLS */

.form-control {
  background-color: #F2F1F8;
  padding: 0.85rem 1.5rem;
  border-radius: 0.75rem;
  border: solid transparent 0.094rem;
  font-size: 1.2rem;
}

.form-group label {
  padding-left: 0.75rem;
}

.form-control:focus {
  background-color: #F2F1F8;
  border-color: #1A4FC9;
  box-shadow: none;
}

.form-control.is-invalid {
  border-color: #C91A31!important;
  padding-right: 1.5rem;
}

.form-control.is-invalid:focus, .form-control.is-valid:hover {
  box-shadow: none;
}

.form-group {
  position: relative;
}

.form-group .help-block.text-danger {
  position: absolute;
  right: 0.75rem;
  top: 0;
  font-size: 0.85rem;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0.75rem;
}

input[type=checkbox]:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../images/input/unchecked.svg");
  vertical-align: top;
}

input[type=checkbox]:checked:before {
  background-image: url("../../images/input/checked.svg");
}

.btn {
  border-radius: 0.75rem!important;
  padding: 0.85rem 1.5rem;
  font-size: 1.125rem;
}

.btn-primary {
  --bs-btn-active-bg: #3741C9;
  --bs-btn-hover-bg: #3741C9;
  --bs-btn-bg: #4255FC;
  box-shadow:
          3px 3px 14px 0 #1A4FC966,
          -3px -3px 14px 0 #1A4FC966;
  color: #fff;
  border: none;
}

.btn-default {
  box-shadow: 3px 3px 14px 0px #1A4FC91A,
    -3px -3px 14px 0px #1A4FC91A;
  color: #3C4043;
  border: 1px solid #DADCE0;
}

.btn-default:hover {
  background-color: #f6f8fd;
}

.form-divider {
  text-align: center;
  font-size: 0.875rem;
  color: #CDCCD5;
  font-weight: 400;
  border-top: 2px solid #F2F1F8;
  height: 2px;
}

.form-divider > span {
  position: relative;
  top: -0.75rem;
  background-color: #FFFFFF;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.registration-offer {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.204rem;
  color: #252432;
  text-decoration: none;
}

.registration-offer span {
  text-decoration: underline;
}

/* CAROUSEL */

.carousel-box {
  padding: 1.375rem 0 1.375rem 1.375rem;
}

.carousel-box .inner {
  border-radius: 1.5rem;
  overflow: hidden;
}

.carousel-box .inner .carousel-item {
  padding: 2.5rem;
}

.carousel-box .inner .carousel-item h2 {
  font-weight: 700;
  line-height: 2.446rem;
}

.carousel-box .inner .carousel-item p {
  font-weight: 400;
  line-height: 1.75rem;
  opacity: 0.8;
}

.carousel-box .inner .carousel-item .btn {
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0.75rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.204rem;
  display: block;
  margin: auto;
  max-width: 65%;
}

.carousel-box .inner .carousel-indicators {
  bottom: 2.5rem;
}

.carousel-box .inner .carousel-indicators [data-bs-target] {
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-radius: 50%;
}

.carousel-box .inner .carousel-item.cms-item {
  background:
          radial-gradient(93.07% 101.99% at -7.29% 0%, rgba(81, 66, 252, 0.5) 0%, rgba(12, 6, 82, 0.5) 100%),
          linear-gradient(147.06deg, #153FA0 10.87%, #0B2359 90.92%),
          linear-gradient(0deg, #EAE8F2, #EAE8F2),
          linear-gradient(0deg, #20359D, #20359D);
}

.carousel-box .inner .carousel-item.cms-item .btn {
  color: #1A4FC9;
}

.carousel-box .inner .carousel-item.gos-item {
  background: #4EAEAE;
}

.carousel-box .inner .carousel-item.gos-item .btn {
  color: #4EAEAE;
}

.carousel-box .inner .carousel-item .item-content {
  max-width: 70%;
}

.carousel-box .inner .carousel-inner .img-fluid {
  max-width: 65%;
  display: block;
  margin: auto;
}

.carousel-alternative-indicators {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
}

.carousel-alternative-indicators > * {
  width: 4.375rem;
  height: 3.375rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding-left: 1rem;
  display: block;
  margin-bottom: 1rem;
  border: none;
  text-align: left;
}

.carousel-alternative-indicators .img-fluid {
  max-height: 30px;
}

.carousel-alternative-indicators > .active {
  background-color: rgba(255, 255, 255, 1);
}

.carousel-alternative-indicators > * .small-logo {
  display: block;
}

.carousel-alternative-indicators > * .large-logo {
  display: none;
}

@media screen and (min-width: 1400px) {
  .carousel-alternative-indicators > .active .small-logo {
    display: none;
  }

  .carousel-alternative-indicators > .active .large-logo {
    display: block;
  }

  .carousel-alternative-indicators > .active {
    width: 11.079rem;
  }
}

.lockness-btn {
  line-height: 1;
  padding-top: 1.006rem;
  padding-bottom: 1.006rem;
}

.lockness-btn img {
  width: 20px;
  margin-right: 10px;
}

.lockness-btn span {
  font-family: Roboto Medium, Commissioner, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .carousel-box {
    padding: 0;
  }

  .carousel-box .inner {
    border-radius: 0;
    overflow: initial;
  }

  .carousel-alternative-indicators {
    display: none;
  }

  .carousel-box .inner .carousel-item .item-content {
    margin-bottom: 3rem;
    max-width: 95%;
  }

  .registration-offer {
    line-height: 1.813rem;
  }
}

/* RECAPTCHA */

.recaptcha-disclaimer {
  margin-top: 2px;
  margin-bottom: 0;
}

.recaptcha-disclaimer {
  margin-top: 20px;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

/* FORGOT PASSWORD */

.forgot-password-link {
  font-weight: 400;
  color: #726F8C;
  position: absolute;
  right: 0.75rem;
  top: 0;
  font-size: 0.85rem;
}

.help-block + .forgot-password-link {
  top: -1rem;
}

.forgot-password-link:hover {
  color: #1A4FC9;
}

.content .box .inner-box .forgot-password-form > .forgot-password-label {
  margin-bottom: .5em;
  color: #aaa;
}