html {
  max-width: 100vw;
  min-height: 100vh;
  scroll-behavior: auto !important;
}

body {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  color: #100F0F;
  background-color: #EEEEEE;
}

a {
  transition: 0.3s;
}

img {
  user-select: none;
  pointer-events: none;
}

.alert-theme {
  color: #CB0054;
  border-color: rgba(203, 0, 84, 0.2);
  background-color: rgba(203, 0, 84, 0.1);
}

.alert-theme-2 {
  color: #1776BA;
  border-color: rgba(23, 118, 186, 0.2);
  background-color: rgba(23, 118, 186, 0.1);
}

@media (min-width: 1300px) {
  .container-wide {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container-wide {
    max-width: 1430px;
  }
}
.slide:focus {
  outline: none !important;
}

::selection {
  color: white;
  background: #CB0054;
}

[acollapse] {
  color: #0c3c5f;
}

.agreement-collapse {
  display: none;
}

.overflow-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.fullhd-wrapper {
  max-width: 1920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.ui-widget {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
}
.ui-widget.ui-widget-content {
  border-color: #CB0054;
  border-radius: 18px;
}
.ui-widget .ui-menu-item .ui-menu-item-wrapper {
  background-color: white !important;
  border-color: white !important;
  color: #100F0F !important;
}
.ui-widget .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #CB0054 !important;
  border-color: #CB0054 !important;
  color: white !important;
}

textarea.form-control:focus,
select.form-select:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none !important;
}

.form-floating .form-control, .form-floating .form-select {
  border: 1px solid #231F20;
  border-radius: 18px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  height: 67px;
  padding: 15px 30px;
  background-color: transparent;
}
.form-floating .form-control:disabled, .form-floating .form-select:disabled {
  opacity: 0.5;
}
.form-floating .form-select {
  padding: 15px 30px 0;
}
.form-floating label {
  font-weight: 300;
  top: 6px;
  padding: 15px 33px;
}
@media only screen and (max-width: 575px) {
  .form-floating .form-control, .form-floating .form-select {
    padding: 15px 20px;
  }
  .form-floating .form-select {
    padding: 15px 20px 0;
  }
  .form-floating label {
    padding: 15px 23px;
  }
}

.form-check {
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-check .form-check-input {
  min-width: 21px;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 1px solid #100F0F;
  margin: 1px 15px 0 0;
  background-color: transparent;
}
.form-check .form-check-input:checked {
  background-color: transparent !important;
  background-size: auto;
  background-position: 4px 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.671' height='7.297' viewBox='0 0 11.671 7.297'%3E%3Cpath id='Path_356' data-name='Path 356' d='M408,938l4.423,4.884L416.846,938' transform='translate(-406.587 -936.585)' fill='none' stroke='%23100f0f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.form-check .form-check-input:focus {
  box-shadow: none !important;
}
.form-check .form-check-label {
  flex: 1;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #100F0F;
}
.form-check .form-check-label a {
  color: #100F0F;
}
.form-check .form-check-label a:hover {
  color: #CB0054;
}
.form-check .invalid-feedback {
  margin: 5px 0 0 35px;
  font-size: 15px;
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #CB0054)));
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #CB0054)));
}

.plyr--full-ui input[type=range] {
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #CB0054)));
}
.plyr--full-ui input[type=range]:focus {
  border: none !important;
}

.plyr .plyr__controls .plyr__progress input:focus,
.plyr .plyr__controls .plyr__controls__item input:focus {
  border: none !important;
}

input:focus, select:focus {
  border: 1px solid #CB0054 !important;
}

.btn-theme {
  border: none;
  border-radius: 8px;
  height: 58px;
  min-width: 230px;
  max-width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 25px;
  transition: 0.6s;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #CB0054;
}
.btn-theme.btn-theme-white {
  background-color: white;
  color: #CB0054;
  border: 1px solid #CB0054;
}
.btn-theme.btn-theme-white:hover {
  color: #CB0054 !important;
  background-color: white !important;
}
.btn-theme[disabled], .btn-theme.disabled {
  cursor: no-drop !important;
}
.btn-theme:hover, .btn-theme:active {
  background-color: #CB0054 !important;
  box-shadow: 0 3px 43px #CB0054;
  text-decoration: none;
  color: white !important;
}
.btn-theme:focus {
  outline: none !important;
}
.btn-theme.disabled-grey {
  background-color: #AAAAAA;
}
.btn-theme.disabled-grey:hover {
  background-color: #919191 !important;
  box-shadow: none;
}
.btn-theme.btn-theme-inactive {
  cursor: text;
}
.btn-theme.btn-theme-inactive:hover {
  box-shadow: none;
}
@media only screen and (max-width: 575px) {
  .btn-theme {
    width: 100% !important;
  }
}

.modal-video .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.modal-video .modal-content .close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 -5px 0 auto;
  color: white;
  text-shadow: none;
  opacity: 0.5;
  transition: 0.3s;
}
.modal-video .modal-content .close span {
  font-size: 3rem;
  transform: translateX(1px) translateY(-4px);
}
.modal-video .modal-content .close:focus {
  outline: 0;
  border: 0;
}
.modal-video .modal-content .close:hover {
  opacity: 1;
}
.modal-video .modal-content .modal-header {
  padding: 10px 0;
  border: 0;
}
.modal-video .modal-content .modal-body {
  padding: 0;
}

.header {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.header .container {
  align-items: flex-start;
}
.header .navbar {
  padding: 35px 0;
}
.header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 40px;
  transform: translateX(150px);
}
.header .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  line-height: 25px;
  color: white;
  transition: 0.3s;
  padding: 0;
  text-align: center;
}
.header .navbar-nav .nav-item .nav-link:hover, .header .navbar-nav .nav-item .nav-link.active {
  color: #e5005f;
}
.header .navbar-nav .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 128px;
  height: 58px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  transition: 0.3s;
  border: none;
  padding: 10px 20px;
}
.header .navbar-nav .btn:hover {
  color: #CB0054;
}
.header .navbar-nav .btn-login-menu {
  position: relative;
}
.header .navbar-nav .btn-login-menu .btn {
  width: auto !important;
  min-width: 185px;
  column-gap: 5px;
  text-transform: capitalize;
}
.header .navbar-nav .btn-login-menu .btn #Path_24 {
  transition: 0.3s;
}
.header .navbar-nav .btn-login-menu .btn:hover #Path_24 {
  stroke: #CB0054;
}
.header .navbar-nav .btn-login-menu .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  row-gap: 8px;
  padding-top: 8px;
  width: 100%;
}
.header .navbar-nav .btn-login-menu .sub-menu .btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  height: 35px;
  width: 100%;
}
@media only screen and (max-width: 1799px) {
  .header .navbar-nav {
    transform: none;
  }
}
@media only screen and (max-width: 1599px) {
  .header .navbar .navbar-brand img {
    width: 200px;
  }
  .header .navbar .navbar-nav {
    column-gap: 20px;
    margin-top: 5px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 23px;
  }
  .header .navbar .navbar-nav .nav-item .btn {
    width: 115px;
    height: 52px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-color: #100F0F;
  }
  .header .navbar .navbar-nav {
    margin: 35px 0;
    row-gap: 15px;
  }
  .header .navbar .navbar-nav .nav-item {
    pointer-events: all !important;
  }
  .header .navbar .navbar-nav .btn-login-menu .sub-menu {
    position: static;
  }
  .header .navbar .navbar-toggler {
    z-index: 1;
    border: 2px solid white;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
@media only screen and (max-width: 575px) {
  .header .navbar {
    padding: 20px 0;
  }
  .header .navbar .container {
    align-items: center;
  }
  .header .navbar .navbar-brand img {
    width: 100px;
  }
}

.header-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
  background-color: #100F0F;
}
.header-sticky .container {
  align-items: center;
}
.header-sticky .navbar {
  padding: 10px 0;
}
.header-sticky .navbar .navbar-nav {
  margin-top: 0;
}
.header-sticky .navbar .navbar-brand img {
  width: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-sticky .navbar .navbar-collapse {
    top: 86px;
  }
}
@media only screen and (max-width: 575px) {
  .header-sticky .navbar .navbar-nav {
    padding-top: 10px;
  }
  .header-sticky .navbar .navbar-brand img {
    width: 60px;
  }
  .header-sticky .navbar .navbar-collapse {
    top: 69px;
  }
}

.marquee {
  background-color: #CB0054;
  height: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.marquee .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 110px;
  position: absolute;
  top: 0;
  height: 100%;
  animation-name: marqueeNews;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee .wrapper .news {
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  line-height: 23px;
  white-space: nowrap;
  position: relative;
}
.marquee .wrapper .news:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  right: -60px;
}
@media only screen and (max-width: 575px) {
  .marquee {
    height: 40px;
  }
  .marquee .wrapper {
    column-gap: 80px;
    animation-name: marqueeNewsMobile;
  }
  .marquee .wrapper .news {
    font-size: 16px;
    line-height: 21px;
  }
  .marquee .wrapper .news:after {
    right: -45px;
  }
}

@keyframes marqueeNews {
  0% {
    left: 55px;
  }
  100% {
    left: -78442px;
  }
}
@keyframes marqueeNewsMobile {
  0% {
    left: 40px;
  }
  100% {
    left: -67983px;
  }
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
  border-radius: 8px;
  display: none;
}
.scroll-top #Rectangle_61 {
  transition: 0.3s;
}
.scroll-top:hover #Rectangle_61 {
  fill: #b20049;
}
@media only screen and (max-width: 1399px) {
  .scroll-top {
    bottom: 15px;
    right: 15px;
  }
}

.title-1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 3;
}
.title-1:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #CB0054;
  position: absolute;
  left: -25px;
  top: -10px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .title-1 {
    font-size: 36px;
    line-height: 45px;
  }
  .title-1:before {
    left: -8px;
    top: -2px;
    width: 50px;
    height: 50px;
  }
}

.footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer {
  background-color: white;
  padding: 60px 0;
}
.footer .w1 .w2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 100px;
}
.footer .w1 .w2 .b1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 25px;
}
.footer .w1 .w2 .b1 a {
  font-size: 18px;
  line-height: 23px;
  color: #100F0F;
  text-decoration: none;
}
.footer .w1 .w2 .b1 a:hover {
  color: #CB0054;
}
@media only screen and (max-width: 1399px) {
  .footer .w1 .w2 {
    column-gap: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding: 50px 0;
  }
  .footer .w1 .w2 {
    flex-direction: column-reverse;
    row-gap: 40px;
    column-gap: 60px;
  }
  .footer .w1 .w2 .b1 {
    flex-direction: column;
    row-gap: 15px;
  }
}

.footer2 {
  background-color: #EEEEEE;
  padding: 10px 0;
}
.footer2 .p1 {
  color: #100F0F;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 1299px) {
  .footer2 .p1 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer2 .p1 {
    text-align: center;
  }
}

.modal-theme .modal-dialog .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
.modal-theme .modal-dialog .modal-content .modal-header {
  padding: 0 0 10px 0;
}
.modal-theme .modal-dialog .modal-content .modal-header .close {
  cursor: pointer;
  margin-left: auto;
}
.modal-theme .modal-dialog .modal-content .modal-header .close #Rectangle_61 {
  transition: 0.3s;
}
.modal-theme .modal-dialog .modal-content .modal-header .close:hover #Rectangle_61 {
  fill: #b20049;
}
.modal-theme .modal-dialog .modal-content .modal-body {
  background-color: white;
  padding: 50px 60px;
}
@media only screen and (max-width: 991px) {
  .modal-theme .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .modal-theme .modal-dialog .modal-content .modal-body {
    padding: 25px 20px;
  }
}

.modal-theme .m-p1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.modal-theme .m-p2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 40px;
}
.modal-theme .m-p3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
}
.modal-theme .m-p4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.modal-theme .m-form {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .modal-theme .m-p1 {
    margin-bottom: 30px;
  }
  .modal-theme .m-p3 {
    font-size: 18px;
    line-height: 23px;
  }
}

.modal-registration .b1 {
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 5px;
}
.modal-registration .b1 .m-p2 {
  margin: 0 10px 0 0;
}
.modal-registration .b1 img {
  transition: 0.3s;
  transform: rotateZ(0deg);
}
.modal-registration .b1.active img {
  transform: rotateZ(-180deg);
}
.modal-registration .btn-wrapper {
  margin-bottom: 40px;
}
.modal-registration .agreements {
  margin-bottom: 30px;
}

.modal-login .password-recovery {
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
  color: #100F0F;
  cursor: pointer;
  transition: 0.3s;
  margin: 15px 0 0 30px;
  display: inline-block;
}
.modal-login .password-recovery:hover {
  color: #CB0054;
}
.modal-login .m-form {
  margin-bottom: 25px;
}
.modal-login .btn-wrapper {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .modal-login .password-recovery {
    margin: 15px 0 0 0;
  }
  .modal-login .m-form {
    margin-bottom: 15px;
  }
}

.single-head {
  margin: 0 auto;
  max-width: 1920px;
  height: 350px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1920px 350px;
}
@media only screen and (max-width: 575px) {
  .single-head {
    height: 130px;
    background-size: auto 130px;
  }
}

.single-title {
  margin-top: 170px;
  margin-bottom: 110px;
  position: relative;
}
.single-title .img1 {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 180px);
  z-index: 2;
  mix-blend-mode: color-dodge;
}
.single-title .title-1 {
  margin-left: 140px;
}
@media only screen and (max-width: 1199px) {
  .single-title {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .single-title .title-1 {
    margin-left: 0;
  }
  .single-title .img1 {
    left: calc(50% - 150px);
    bottom: -75px;
  }
}
@media only screen and (max-width: 991px) {
  .single-title .img1 {
    left: calc(50% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .single-title .img1 {
    left: calc(50% + 20px);
  }
}
@media only screen and (max-width: 575px) {
  .single-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single-title .img1 {
    display: none;
  }
}

.pvs {
  border: 0;
  padding: 0;
  margin: 0;
}
.pvs .vis {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
}
.pvs .vis path {
  fill: grey;
}
.pvs .vis-hide {
  display: none;
}
.pvs.active .vis-show {
  display: hide;
}
.pvs.active .vis-hide {
  display: block;
}

.pvs-input {
  padding-right: 50px !important;
}

.was-validated .pvs-input {
  padding-right: 80px !important;
}
.was-validated .pvs .vis {
  right: 40px;
}

/*# sourceMappingURL=app.css.map */
