@import url('../dist/fontawesome/css/all.min.css');
@import url('../dist/bootstrap/css/bootstrap.min.css');
@import url('../dist/falcon/css/theme.min.css');
@import url('../dist/slick/slick.css');
@import url('../fonts/fonts.css');
:root {
  --1: #2f1d67;
  --2: #fdd615;
  --3: #1E6076;
  --4: #F7F7F7;
  --1t: rgb(47, 29, 103, 0.102);
  --2t: rgb(253, 214, 21, .22);;
}
body, .navbar {font-family: 'montserrat', sans-serif;}
.bg-1 {background-color: var(--1);}
.bg-2 {background-color: var(--2);}
.bg-3 {background-color: var(--3);}
.bg-4 {background-color: var(--4);}
.bg-1t {background-color: var(--1t);}
.bg-2t {background-color: var(--2t);}
.cl-1 {color: var(--1)}
.cl-2 {color: var(--2)}
.cl-3 {color: var(--3)}
.fs-10 {font-size: 10px}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px}
.fs-16 {font-size: 16px}
.fs-18 {font-size: 18px}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-25 {font-size: 25px;}
.fs-30 {font-size: 30px}
.fs-35 {font-size: 35px;}
.fs-40 {font-size: 40px;}
.fs-50 {font-size: 50px;}
.fs-80 {font-size: 80px}
.fw-400 {font-weight: 400}
.fw-500 {font-weight: 500}
.fw-600 {font-weight: 600}
.fw-700 {font-weight: 700}
.fw-800 {font-weight: 800}
.lh-25 {line-height: 25px}
.lh-40 {line-height: 40px}
.lh-60 {line-height: 60px}
.lh-80 {line-height: 80px;}
.nav-link {
  color: var(--bs-white);
  font-weight: 500;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
  color: var(--bs-white);
}
.nav-link.active {
  font-weight: 600;
}
.nav-link.right::after {
  content: '>>'
}
.nav-link.vertical-border::after {
  content: '|'
}
.banner {
  background-image: url('../images/img-thumb.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 697px;
}
.img-moduli {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/img-moduli.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.modules {
  border-right: 2px solid var(--1);
}
.modules a, .webinars a {
  text-decoration: none;
  color: var(--bs-dark);
  transition: .2s;
}
.modules a.active {
  background-color: var(--1);
  color: var(--bs-white)
}
.go-to-top {
  position: fixed;
  background-color: var(--2t);
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 50px;
  z-index: 20;
  cursor: pointer;
  transition: .2s;
}
.go-to-top:hover {background-color: var(--2);}
.copyright {border: 1px solid var(--bs-white);}
.pointer {cursor: pointer;}
.asterisk {color: var(--falcon-red);}
.asterisk::after {content: '*'}
.form-control:not(textarea), .form-select, .btn:focus,
.form-control:focus, .form-select:focus, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .form-check-input:focus,
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus, .form-select.is-invalid:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.is-invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.is-invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection,
.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
}
.form-check-input, .form-check-input:focus {border-color: var(--1);}
.form-check-input:checked {
  background-color: var(--1);
  border-color: var(--1);
}
.form-control:focus {
  border-color: var(--1);
}
.tt {
  font-size: 80px;
  line-height: 80px;
}
.st {
  font-size: 50px;
  line-height: 60px;
}
.ds, .dt {
  font-size: 25px;
}
@media (max-width: 576px) {
  .tt {
    font-size: 18px;
    line-height: 18px;
  }
  .st, .ds, .dt {
    font-size: 16px;
    line-height: 16px;
  }
  .banner {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .tt {
    font-size: 18px;
    line-height: 18px;
  }
  .st, .ds, .dt {
    font-size: 16px;
    line-height: 16px;
  }
  .banner {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .tt {
    font-size: 18px;
    line-height: 18px;
  }
  .st, .ds, .dt {
    font-size: 16px;
    line-height: 16px;
  }
  .banner {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .tt {
    font-size: 18px;
    line-height: 18px;
  }
  .st, .ds, .dt {
    font-size: 16px;
    line-height: 16px;
  }
  .banner {
    height: 550px;
  }
}
.navbar-toggler {
  width: 45px;
  height: 27px;
  position: relative;
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: var(--bs-white);
  transition: .2s;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
  left: 0;
}
.navbar-toggler span:nth-child(2) {
  top: 13px;
  left: 0;
}
.navbar-toggler span:nth-child(3) {
  top: 26px;
  left: 0;
}
.navbar-toggler.open span:nth-child(1) {
  width: 50px;
  transform-origin: top left;
  transform: rotate(30.964deg);
}
.navbar-toggler.open span:nth-child(2) {
  width: 0;
  left: 0;
}
.navbar-toggler.open span:nth-child(3) {
  width: 50px;
  transform-origin: bottom left;
  transform: rotate(-30.964deg);
}
.btn-1, .btn-1:hover{
  background-color: var(--1);
  color: var(--bs-white)
}