@charset "UTF-8";
:root {
  --primary-color: #000;
  --secondary-color: #FB325A;
  --tertiary-color: #DA3052;
  --quaternary-color:#57498F;
  --quinary-color:#937FE2;
  --senary-color:#189EFF;
}

.header .navbar-toggler[aria-expanded=true] {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2.41714L21.5829 0L12 9.58286L2.41714 0L0 2.41714L9.58286 12L0 21.5829L2.41714 24L12 14.4171L21.5829 24L24 21.5829L14.4171 12L24 2.41714Z' fill='%2357498F' fill-opacity='0.8'/%3E%3C/svg%3E");
}
.header .navbar-toggler {
  border: 0;
  box-shadow: none;
}
.header-top {
  background-color: var(--quaternary-color);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 18px 0;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top strong {
  font-weight: 600;
}
.header-top .btn {
  padding: 4.5px 19px;
}
@media screen and (max-width: 767px) {
  .header-top .btn {
    padding: 14px 25px;
  }
}
.header-top__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header-top__wrap {
    flex-direction: column;
    font-size: 12px;
    align-items: start;
  }
}
.header-top span {
  text-transform: uppercase;
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .header .navbar {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar-collapse {
    background: #F9F5FF;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .header .navbar-nav {
    text-align: center;
  }
}
.header .navbar__banner {
  padding: 20px;
  border-radius: 12px;
  background: #5E4D9B;
}
.header .navbar__banner .btn {
  min-width: 210px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 20px;
}
.header .navbar__banner-title {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  margin: 12px 0;
}
.header .navbar__banner-title span {
  color: #B49FFF;
}
.header .navbar-toggler {
  --bs-navbar-toggler-font-size: 1.5rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(90, 76, 147, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 767px) {
  .header .navbar-toggler {
    border: 0;
  }
}
.header .navbar-nav {
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .header .navbar-nav {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar-nav {
    gap: 20px;
  }
}
.header .nav-item {
  align-content: center;
}
.header .nav-item.btns {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 31px;
}
@media screen and (max-width: 767px) {
  .header .nav-item.btns {
    margin-left: 0;
    margin-top: 15px;
  }
}
.header .nav-item.btns .btn {
  padding: 10.5px 25px;
  min-width: 246px;
}
.header .nav-item .nav-link {
  color: var(--primary-color);
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
  }
}
.header .nav-item .nav-link:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .header .nav-item .nav-link:hover {
    color: var(--primary-color);
  }
}

.hero {
  background: linear-gradient(90deg, #57498F 0%, #937FE2 100%);
  background-position: 0 0;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 80px;
}
.hero__mobile-bottom {
  display: none;
}
.hero__mobile-bottom .hero_reviews {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .hero__mobile-bottom {
    display: block;
  }
}
.hero__reviews {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .hero__btns {
    flex-direction: column;
    gap: 12px;
  }
  .hero__btns .btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero__btns {
    order: 4;
    margin-top: 18px;
    margin-bottom: 32px;
  }
}
.hero__headline {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .hero__headline {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.hero__title {
  font-size: 60px;
  font-weight: 800;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 46px;
    line-height: 110%;
    margin-bottom: 16px;
    max-width: 342px;
  }
}
.hero__desc {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero__desc {
    font-size: 14px;
    margin-bottom: 21.5px;
  }
}
.hero__list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .hero__list {
    order: 3;
    margin-bottom: 0;
  }
}
.hero__list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  padding-left: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hero__list li {
    margin-bottom: 6px;
    font-size: 13px;
  }
}
.hero__list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../static/img/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero__list li::before {
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .hero__reviews {
    order: 3;
  }
}

.testimonials {
  background: linear-gradient(0deg, #003C57 0%, #205D79 100%);
  padding: 123px 0 100px;
}
@media screen and (max-width: 767px) {
  .testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.testimonials-wrap {
  display: flex;
  gap: 40px !important;
  padding-block: 20px !important;
}
.testimonials__headline {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.testimonials__items {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .testimonials__items {
    flex-direction: column;
  }
}
.testimonials-card {
  display: flex;
  gap: 20px;
  width: 371px;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials-card {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.testimonials__title {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  max-width: 300px;
}

.education-experience {
  margin-bottom: 100px;
  max-width: 1180px;
  margin: 0 auto;
}
.education-experience__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  color: #000000;
  max-width: 672px;
}
@media screen and (max-width: 767px) {
  .education-experience__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.education-experience__title span {
  color: var(--tertiary-color);
}
.education-experience__title span:nth-child(3) {
  color: var(--secondary-color);
}
.education-experience p {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}
.education-experience__headline {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.education-experience__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.education-experience__list {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 47px;
}
.education-experience__list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  padding-left: 32px;
}
.education-experience__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../static/img/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.education-experience__img {
  position: relative;
  margin-bottom: 46px;
}
.education-experience__img-play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-content: center;
  text-align: center;
}
.education-experience__img img {
  border-radius: 8px;
}

.general-features {
  background-color: var(--quinary-color);
  padding: 61px 0;
}
.general-features__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .general-features__items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.general-features__item {
  display: flex;
  gap: 18px;
  width: 25%;
  font-size: 18px;
  font-weight: 800;
  color: #1A162B;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .general-features__item {
    width: calc(50% - 20px);
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .general-features__item div br {
    display: none;
  }
}
.general-features__item span {
  color: var(--secondary-color);
}

.info {
  padding: 87px 0 128px;
}
.info__proven-process {
  display: none;
  margin-top: 32px;
  margin-bottom: 32px;
}
.info__proven-process-item {
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.info__proven-process-item:last-child {
  margin-bottom: 0;
}
.info__proven-process-item h6 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.info__proven-process-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #937FE2;
}
.info__proven-process-wrap {
  padding: 24px 20px;
  background: var(--quaternary-color);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 991px) {
  .info__proven-process {
    display: block;
  }
}
.info .mobile-slider-team {
  display: none;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .info .mobile-slider-team {
    display: block;
  }
}
.info .mobile-slider-team .slick-dots {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.info .mobile-slider-team .slick-dots li.slick-active button {
  background-color: #57498F;
}
.info .mobile-slider-team .slick-dots li button {
  border-radius: 50%;
  background-color: #D9D9D9;
  border: none;
  width: 9px;
  height: 9px;
  text-indent: -99999px;
  display: block;
  font-size: 0px;
  padding: 0;
}
.info .mobile-slider-team img {
  padding: 0px 13px;
}
.info__carousel3 {
  display: none;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .info__carousel3 {
    display: block;
  }
}
.info__carousel3 .carousel-indicators {
  bottom: -60px;
}
.info__carousel3 .carousel-indicators button {
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 991px) {
  .info__carousel {
    display: none;
  }
}
.info__carousel .carousel-indicators {
  bottom: -56px;
}
.info__carousel .carousel-indicators button {
  border-radius: 50%;
  background-color: #D9D9D9;
  width: 9px;
  height: 9px;
}
.info__carousel .carousel-indicators button.active {
  background-color: #57498F;
}
.info .link {
  color: #1D91E5;
  font-weight: 500;
}
.info .general-desc {
  max-width: 834px;
  margin: 0 auto;
}
.info__text {
  font-size: 18px;
  margin-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .info__text {
    max-width: 342px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.info strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .info strong {
    font-size: 14px;
  }
}
.info__link {
  color: var(--quinary-color) !important;
  font-weight: 600;
}
.info__pricing {
  border-radius: 20px;
  background: #F1F1F1;
  padding: 12px 24px 24px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .info__pricing {
    margin-bottom: 20px;
  }
}
.info__pricing:hover {
  background: #1A162B;
}
.info__pricing:hover *, .info__pricing:hover p {
  color: #FFF !important;
}
.info__pricing:hover .btn {
  background-color: var(--tertiary-color);
}
.info__pricing-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.7);
  margin-top: 16px;
}
.info__pricing-text span {
  color: #202020;
  font-weight: 500;
}
.info__pricing p {
  margin-bottom: 4px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #202020 !important;
}
.info__pricing-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1A162B;
  margin-bottom: 12px;
  margin-top: 10px;
}
.info__pricing .btn {
  min-width: 100% !important;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.info--testimonials {
  padding-bottom: 93px;
}
.info--testimonials .info__video {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px;
}
.info--testimonials .info__video:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* затемнення при hover */
}
.info--testimonials .info__video:hover .info__video-play {
  transform: translate(-50%, -50%) scale(1.8);
}
.info--testimonials .info__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
  z-index: 2;
}
.info--testimonials .info__wrap {
  display: flex;
  align-items: center;
  max-width: 930px;
  margin: 0 auto;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .info--testimonials .info__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.info--testimonials .info__wrap .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0); /* початково прозоре */
  transition: background-color 0.3s ease;
  pointer-events: none; /* не блокує клік на відео */
}
.info--testimonials .info__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info--testimonials .info__right div {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.info--v2 {
  padding-bottom: 98px;
}
.info--v2 .btn {
  min-width: 279px;
}
.info--v2 .general-headline {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .info .row .col-md-6:nth-of-type(1) .info__item {
    margin-bottom: 32px;
  }
}
.info__item {
  padding: 30px 42px 58px 42px;
  border-radius: 20px;
  height: 100%;
  max-width: 574px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info__item {
    padding: 20px;
    height: auto;
  }
}
.info__item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 32px 0 21px;
}
.info__item-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.info__item-list.cross li {
  padding-left: 25px;
}
.info__item-list.cross li::before {
  background-image: url(../static/img/cross_icon.svg);
  top: 5px;
}
@media screen and (max-width: 767px) {
  .info__item-list.cross li::before {
    top: 3px;
  }
}
.info__item-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 11px;
  padding-left: 31px;
}
@media screen and (max-width: 767px) {
  .info__item-list li {
    font-size: 14px;
  }
}
.info__item-list li:last-child {
  margin-bottom: 0;
}
.info__item-list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../static/img/check_icon.svg);
  position: absolute;
  top: 0px;
  left: 0;
}
.info__item img {
  border-radius: 20px;
}
.info__item-top {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .info__item-top {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info__item-top svg {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .info__item-top img {
    width: 100%;
  }
}
.info__item-top .red-text {
  color: #E33629;
}
.info__item-top .green-text {
  color: #5DD089;
}
.info__item.red {
  border: 1px solid #E33629;
  background: #FFF1F0;
}
.info__item.green {
  border: 1px solid #5DD089;
  background: #EFFFF5;
}
.info__testimonials {
  border-left: 1px solid #E6E6E6;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .info__testimonials {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.info__testimonial {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.info__testimonial-avatar {
  border-radius: 50%;
}
.info__testimonial-text {
  max-width: 322px;
  margin-bottom: 10px;
}
.info p {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info p {
    font-size: 18px;
  }
}
.info .btn--primary:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.info--pink .info__title {
  font-weight: 700;
}
.info--pink.second .info__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 40px 0;
  }
}
.info--pink {
  background-color: #FFF6F4;
}
@media screen and (max-width: 767px) {
  .info--pink.second {
    padding-top: 0;
  }
}
.info__headline {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 36px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .info__headline {
    margin-top: 16px;
    font-size: 20px;
  }
}
.info__title {
  font-size: 48px;
  font-weight: 800;
  text-transform: capitalize;
  color: #000000;
  max-width: 566px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .info__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 58px;
  }
}
.info__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.info__list {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .info__list {
    margin-bottom: 0;
  }
}
.info__list--v2 {
  margin-top: 43px;
  font-size: 16px;
  font-weight: 600;
  max-width: 485px;
}
.info__list li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__list li {
    font-size: 18px;
  }
}
.info__list li strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info .benefit-fox {
    text-align: right;
  }
  .info .benefit-fox img {
    max-width: 101px;
    margin-top: -100px;
    margin-bottom: -20px;
  }
}

.subscribe {
  background: linear-gradient(92deg, #FF5E33 0%, #8449D5 100%);
  padding: 40px 14px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .subscribe {
    padding-bottom: 40px;
  }
}
.subscribe__laptop {
  margin-top: -80px;
}
@media screen and (max-width: 991px) {
  .subscribe__laptop {
    display: none;
  }
}
.subscribe__title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 22px;
  max-width: 618px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .subscribe__title {
    font-size: 24px;
  }
}
.subscribe__form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .subscribe__form {
    justify-content: center;
    gap: 18px;
  }
}
@media screen and (max-width: 991px) {
  .subscribe__form form {
    width: 100%;
  }
}
.subscribe__form .form-group {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .subscribe__form .form-group {
    width: 100%;
  }
}
.subscribe__form .form-group .form-control {
  padding: 21px 23px;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  height: 59px;
}
.subscribe__form .form-group .form-control::placeholder {
  color: #666;
}

.features {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features .general-title {
    font-weight: 700;
  }
}
.features p {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  max-width: 826px;
  margin: 0 auto;
}
.features__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .features__btns {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .features__btns .btn {
    width: 100%;
  }
}
.features__items {
  margin-top: 51px;
}
.features__item {
  margin-bottom: 64px;
}
.features__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  max-width: 290px;
  margin: 14px auto;
}
.features__title span {
  color: var(--secondary-color);
}
.features__title span.green {
  color: #1F967B;
}
.features__title span.orange {
  color: var(--tertiary-color);
}

.testimonials-general {
  background-color: var(--quinary-color);
  padding: 130px 0;
}
.testimonials-general__reviews {
  display: none;
  margin-top: 66px;
}
@media screen and (max-width: 991px) {
  .testimonials-general__reviews {
    display: block;
  }
}
.testimonials-general__reviews-item {
  border-radius: 8px;
  background: #FFF;
  padding: 27px 29px;
  color: #463F64;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.testimonials-general__reviews-author {
  display: flex;
  align-items: center;
  gap: 9px;
}
.testimonials-general__reviews-author-avatar {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #5DD089;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
}
.testimonials-general__reviews-name {
  color: #1A162B;
  font-size: 12px;
  font-weight: 700;
}
.testimonials-general__reviews-college-name {
  color: #1A162B;
  font-size: 12px;
  font-weight: 400;
}
.testimonials-general__reviews-text {
  margin-top: 20px;
  max-width: 277px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .testimonials-general .general-title {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-general {
    padding: 100px 0;
  }
}
.testimonials-general__items {
  margin: 50px 0;
}
@media screen and (max-width: 991px) {
  .testimonials-general__items {
    display: none;
    margin: 50px 0 0 0;
  }
}
.testimonials-general__video {
  position: relative;
  margin-bottom: 23px;
  border-radius: 10px;
  overflow: hidden;
}
.testimonials-general__video video {
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .testimonials-general__video video {
    width: 100% !important;
  }
}
.testimonials-general__video img {
  border-radius: 10px;
}
.testimonials-general__video-play {
  position: absolute;
  bottom: 17px;
  right: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.results {
  background-color: #1A162B;
  padding: 85px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .results {
    padding: 50px 0;
  }
}
.results__title {
  font-size: 80px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 894px;
  margin: 38px auto;
}
@media screen and (max-width: 767px) {
  .results__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.footer {
  background: #212121;
  padding: 80px 0 40px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991px) {
  .footer__item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    text-align: left;
  }
}
.footer p, .footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__tel {
  display: inline-block;
  margin-bottom: 16px;
}
.footer__rights {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 88px;
  padding-top: 32px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer__rights {
    margin-top: 0;
  }
}
.footer__rights a {
  margin-left: auto;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.footer__link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer__link.white {
  color: #FFF !important;
  font-weight: 700 !important;
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__socials {
    justify-content: left;
    margin-bottom: 40px;
  }
}
.footer__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer__copyright {
  font-size: 10px;
  font-weight: 400;
  margin-top: 30px;
}

.footer-bottom {
  background-color: #1a162b;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
  }
}

.footer_2 {
  background: #212121;
  padding: 40px 0 50px 0;
}
.footer_2 img {
  margin-bottom: 23px;
}
.footer_2__text {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 28px;
}
.footer_2__copy {
  font-size: 14px;
  color: var(--Color-Wire-white, #FFF);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 32px;
}
.footer_2__wrap {
  max-width: 787px;
  margin: 0 auto;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.socials li {
  width: 34px;
  height: 34px;
  background: #8449D5;
  text-align: center;
  align-content: center;
  border-radius: 50%;
}
.socials li a {
  margin-top: -4px;
  display: block;
}

.form {
  padding: 50px 125px;
  background: #EBE5FC;
  border-radius: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 50px 12px;
    margin: 15px;
  }
}
.form__form-footer {
  color: #463F64;
}
.form .btn--primary {
  width: 100%;
  max-width: 700px;
}
.form__wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}
.form__headline {
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .form__headline {
    font-size: 36px;
  }
}
.form__headline span:nth-child(1) {
  color: #FF5E33;
}
.form__headline span:nth-child(3) {
  color: #8449D5;
}
.form__subheadline {
  font-size: 24px;
  font-weight: 800;
  color: #463F64;
}
.form__head-3 {
  max-width: 600px;
  margin: 0 auto;
  font-size: 20px;
}
.form__head-4 {
  color: #463F64;
}
.form__form {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.form__form .form-label {
  font-size: 12px;
  margin-bottom: 8px;
}
.form__form .form-control {
  padding: 16.5px 23px;
  border-radius: 4px;
  background: #FFF;
  border: 0;
}
.form__form .form-check {
  font-size: 14px;
}
.form__form-checkboxes {
  display: flex;
  gap: 30px;
}
.form__form-checkboxes .form-check-input:checked[type=checkbox] {
  background-image: url(../static/img/arrow_checked.svg);
  background-size: auto;
}
.form__form-checkboxes .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form__form-checkboxes a {
  color: #FF5E33;
}
.form__form-checkboxes a:hover {
  text-decoration: none;
}
.form__form-checkboxes .form-check-input {
  border-color: #6E6782;
  background-color: transparent;
  width: 23px;
  height: 23px;
  box-shadow: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .form__form-checkboxes {
    flex-direction: column;
  }
}

.faq {
  padding-bottom: 62px;
}
.faq .btn {
  min-width: 336px;
}
@media screen and (max-width: 767px) {
  .faq .btn {
    min-width: auto;
  }
}
.faq__video {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px;
}
.faq__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.faq .general-subtitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq .general-subtitle {
    font-weight: 300;
    max-width: 327px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.faq__items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 872px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-bottom: 5px;
  }
}
.faq__content {
  font-size: 16px;
  font-weight: 400;
  margin-top: 21px;
  max-width: 739px;
}
@media screen and (max-width: 767px) {
  .faq__content {
    max-width: 290px;
  }
}
.faq__arrow {
  cursor: pointer;
  flex-shrink: 0;
  background-color: #EFE3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: auto;
  border: 1px solid #EFE3FF;
}
.faq__arrow svg {
  color: #57498F;
}
.faq__heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
  .faq__heading > div:nth-child(1) {
    max-width: 242px;
  }
}
.faq__item {
  position: relative;
  background-color: #FFFFFF;
  padding: 25px 19px 19px 48px;
  margin-bottom: 27px;
  border-radius: 24px;
  text-decoration: none;
  width: 100%;
  border: 1px solid #57498F;
}
.faq__item.open {
  background: #EDF7FF;
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding-left: 22px;
  }
}
.faq__item .faq__content {
  display: none;
}
@media screen and (max-width: 767px) {
  .faq__item .faq__content {
    font-size: 14px;
  }
}
.faq__item.open .faq__content {
  display: block;
}
.faq__item.open .faq__arrow {
  background-color: #57498F;
}
.faq__item.open .faq__arrow svg {
  color: #FFFFFF;
  transform: rotate(180deg);
}
.faq__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -7px;
  bottom: -15px;
  background: linear-gradient(90deg, #57498F 0%, #937FE2 100%);
  z-index: -1;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .faq__item::before {
    display: none;
  }
}

.pricing {
  padding: 105px 0 130px 0;
  overflow: hidden;
  max-width: 1065px;
  margin: 0 auto;
}
.pricing .general-desc {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 61px;
}
.pricing__border {
  display: none;
}
@media screen and (max-width: 767px) {
  .pricing__border {
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .pricing .general-subtitle {
    font-size: 14px;
  }
}
.pricing .info__carousel2 {
  display: none;
  padding: 0;
}
.pricing .info__carousel2 .carousel-item {
  margin-bottom: 12px;
}
.pricing .info__carousel2 .carousel-inner {
  overflow: initial;
}
.pricing .info__carousel2 .carousel-indicators {
  top: auto;
  bottom: -12px;
}
.pricing .info__carousel2 .carousel-indicators button {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.pricing .info__carousel2 .carousel-indicators button.active {
  background-color: #57498F;
}
@media screen and (max-width: 991px) {
  .pricing .info__carousel2 {
    display: block;
  }
}
.pricing .info__carousel2 .carousel-control-next, .pricing .info__carousel2 .carousel-control-prev {
  display: none;
}
@media screen and (max-width: 991px) {
  .pricing .info__carousel2 .card-pricing {
    box-shadow: none;
    border-right: 2px solid var(--quaternary-color);
  }
  .pricing .info__carousel2 .card-pricing::after {
    display: none;
  }
}
.pricing .info__carousel2 .card-pricing__top {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pricing__items {
    display: none;
  }
}
.pricing__item {
  display: flex;
  gap: 22px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pricing__item {
    display: none;
  }
}
.pricing__item-text {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 15px;
}
.pricing__item-text2 {
  font-size: 12px;
  font-weight: 400;
}
.pricing__item-text3 {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pricing {
    padding: 40px 0 20px 0;
  }
}
.pricing__wrap {
  max-width: 1041px;
  margin: 0 auto;
}

.card-pricing {
  border-radius: 24px;
  border: 2px solid var(--quaternary-color);
  box-shadow: 12px 12px 0 0 var(--quinary-color);
  padding: 48px 44px;
  position: relative;
  border-right: none;
  min-height: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .card-pricing {
    padding-bottom: 24px;
  }
}
.card-pricing__badge {
  position: absolute;
  padding: 8.5px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background: #5DD089;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 148px;
}
@media screen and (max-width: 767px) {
  .card-pricing {
    min-height: auto;
  }
}
.card-pricing:hover {
  background: #FFF;
}
.card-pricing:hover .btn {
  background: var(--tertiary-color);
  color: #FFF;
  border-color: var(--tertiary-color);
}
.card-pricing::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  width: 100%;
  height: 100%;
  background: var(--quinary-color);
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .card-pricing::after {
    right: -5px;
    top: 5px;
  }
}
.card-pricing__title {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 800;
  line-height: 42px;
  text-transform: capitalize;
  background: var(--HC, linear-gradient(90deg, #57498F 0%, #937FE2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-pricing__title {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
.card-pricing__title span {
  color: var(--secondary-color);
}
.card-pricing__desc {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 767px) {
  .card-pricing__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.card-pricing__price-bottom {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.card-pricing__price-amount {
  font-size: 60px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 40px;
  line-height: 60px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .card-pricing__price-amount {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.card-pricing__price-amount span {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .card-pricing__price-amount span {
    font-size: 40px;
  }
}
.card-pricing__features {
  border-radius: 10px;
  background: #F2ECFF;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .card-pricing__features {
    margin-bottom: 20px;
    padding: 16px 12px;
  }
}
.card-pricing__features li {
  font-size: 16px;
  color: #1A162B;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
.card-pricing__features li::before {
  content: url("../static/img/check_icon_2.svg");
  position: absolute;
  left: 0;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated=true] {
  overflow: hidden;
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.slider-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.slider-buttons button {
  border: 0;
  background: transparent;
  padding: 0;
  color: #8449D5;
}
#carouselTestimonials1 .slider-buttons button {
  color: #FF5E33;
}

.carousel {
  padding: 0 40px;
}

.modal {
  --bs-modal-width: 660px;
}
.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
}
.modal .modal-content {
  padding: 50px 30px;
  border-radius: 24px;
}
.modal .modal-body {
  padding: 0;
}
.modal__head {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.modal__head-1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--Instructive-Neutral-50, #463F64);
}
.modal__head-2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
  color: black;
}
.modal__desc {
  margin-bottom: 24px;
  color: var(--Instructive-Neutral-50, #463F64);
}
.modal .form-control {
  border-radius: 4px;
  border: 1px solid #9D96B2;
}
.modal .btn--primary {
  max-width: 560px;
  width: 100%;
}

.sponsors {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .sponsors {
    padding: 24px 0 0;
  }
}
.sponsors-wrap {
  display: flex;
  gap: 40px;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .sponsors-wrap {
    padding-top: 0;
    border-bottom: 1px solid #DADAFF;
  }
}
.sponsors__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsors__title {
    margin-bottom: 15px;
  }
}
.sponsors__border {
  width: 1px;
  height: 60px;
  background: #E6E6E6;
}
@media screen and (max-width: 767px) {
  .sponsors--v2 {
    background: #F1F1F1;
    margin-bottom: 0 !important;
  }
}
.sponsors__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sponsors__item {
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    overflow-x: scroll;
    scrollbar-color: var(--secondary-color) white; /* Firefox */
    scrollbar-width: thin; /* Firefox */
  }
  .sponsors__item::-webkit-scrollbar {
    height: 8px;
  }
  .sponsors__item::-webkit-scrollbar-track {
    background: var(--secondary-color);
  }
}
.sponsors__item > div {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sponsors__item > div > div:nth-child(1) {
    white-space: nowrap;
  }
}
.sponsors__item:nth-child(2), .sponsors__item:nth-child(4) {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.general-statistic {
  padding: 4px 0 164px;
}
@media screen and (max-width: 767px) {
  .general-statistic {
    padding: 40px 0 0;
    background: #F9F5FF;
  }
}
.general-statistic__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .general-statistic__item {
    margin-bottom: 48px;
  }
}
.general-statistic__percent {
  font-size: 100px;
  font-weight: 800;
  text-transform: capitalize;
  background: linear-gradient(90deg, #57498F 0%, #937FE2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .general-statistic__percent {
    font-size: 64px;
  }
}
.general-statistic__toptext {
  font-size: 24px;
  font-weight: 700;
  line-height: 0px;
}
.general-statistic__text {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  line-height: 34px;
}
.general-statistic__text span {
  font-weight: 400;
}

.comparison {
  background: linear-gradient(90deg, #57498F 0%, #937FE2 100%);
  padding: 98px 0 113px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .comparison .general-title {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.comparison__content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding: 38px 48px 44px 41px;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .comparison__content {
    padding: 24px 20px;
    flex-direction: column;
    gap: 24px;
  }
}
.comparison__content-item {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .comparison__content-item {
    font-size: 16px;
  }
}
.comparison__content-item h6 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .comparison__content-item h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.comparison__item {
  border-radius: 20px;
  background: #F3F3F3;
  max-width: 1151px;
  margin: 0 auto;
  margin-top: 57px;
}
@media screen and (max-width: 991px) {
  .comparison__item {
    margin-top: 20px;
  }
}
.comparison__item h3 {
  margin-bottom: 0;
}
.comparison__item-top {
  padding: 21px 0;
  background: #937FE2;
  border-radius: 20px 20px 0 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .comparison__item-top {
    font-size: 22px;
    font-weight: 800;
  }
}
.comparison__btn {
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .comparison__btn {
    display: none;
  }
}
.comparison .general-headline,
.comparison .general-title,
.comparison .general-desc {
  color: #FFFFFF;
}
.comparison .general-headline {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .comparison .general-headline {
    margin-top: 16px;
  }
}
.comparison .general-desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .comparison .general-desc {
    font-size: 18px;
    max-width: 281px;
    margin: 0 auto;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .comparison {
    padding: 50px 0;
  }
}
.comparison__mobile-table {
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .comparison__mobile-table {
    padding-left: 10px;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
}
.comparison__mobile-table > div {
  width: 700px;
}

.offers {
  padding: 106px 0 57px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .offers {
    padding-bottom: 0;
    margin-bottom: 48px;
  }
}
.offers--pricing {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 83px;
}
.offers--pricing .general-desc {
  margin-bottom: 40px !important;
}
.offers--pricing::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  left: 0;
  top: 0;
  z-index: -1;
}
.offers--pricing .offers__item {
  border: 1px solid #000;
  padding: 12px 33px 35px;
}
.offers--pricing .offers__item-body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .offers--pricing .offers__item-body {
    font-size: 32px;
  }
}
.offers--pricing .offers__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.offers--pricing .offers__item--green::after {
  background: var(--secondary-color);
}
.offers--pricing .offers__item--blue::after {
  background: #42EAF6;
}
.offers--pricing .offers__item--yellow::after {
  background: #FFD000;
}
.offers__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  top: -45px;
  left: -12px;
  font-size: 28px;
  font-weight: 700;
  background-color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .offers__badge {
    font-size: 16px;
    width: 90px;
    height: 90px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.offers__badge span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .offers__badge span {
    font-size: 15px;
  }
}
.offers__fox {
  position: absolute;
  bottom: -50px;
  left: -105px;
}
@media screen and (max-width: 767px) {
  .offers__fox {
    position: absolute;
    bottom: -105px;
    left: -30px;
  }
  .offers__fox img {
    max-width: 108px;
  }
}
.offers__headline {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.offers .general-desc {
  max-width: 697px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.offers__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.offers__title span {
  font-size: 36px;
}
.offers__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .offers__heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .offers__heading.offers__heading--annual {
    margin-bottom: 60px;
  }
  .offers__heading img {
    width: 40px;
    height: 40px;
  }
}
.offers .btn--primary:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.offers__price {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .offers__price {
    font-size: 32px;
  }
}
.offers__text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .offers__text {
    margin-bottom: 25px;
  }
}
.offers__desc {
  font-size: 16px;
  font-weight: 400;
  max-width: 372px;
  margin: 23px auto;
  margin-bottom: 40px;
}
.offers__list {
  border-radius: 16px;
  background: var(--primary-color);
  padding: 20px 35px 18px;
}
.offers__list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding-left: 32px;
  margin-bottom: 10px;
  list-style-type: none;
}
.offers__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../static/img/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.offers__text2 {
  font-size: 36px;
  font-weight: 700;
}
.offers__head {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
.offers__head-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.offers__head-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 306px;
}
.offers__stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.offers__item {
  border-radius: 24px;
  border: 1px solid var(--primary-color);
  background: #FFF;
  padding: 39px 28px 45px;
  position: relative;
  min-height: auto;
}
.offers__item .btn {
  min-width: 118px;
}
.offers__item--individual {
  border: 1px solid #000;
  padding: 26px 42px;
}
.offers__item--individual::after {
  background: #E6E6E6 !important;
}
@media screen and (max-width: 767px) {
  .offers__item {
    padding: 64px 19px 20px 19px;
  }
}
.offers__item::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 24px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .offers__item::after {
    right: -9px;
    top: 9px;
  }
}

.general-info {
  background: linear-gradient(0deg, #205D79 0%, #003C57 100%);
  padding: 89px 0 111px;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .general-info {
    padding-bottom: 0;
  }
}
.general-info__fox {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.general-info__fox--left {
  right: auto;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .general-info__fox {
    position: static;
    margin-top: 32px;
    text-align: center;
  }
}
.general-info__title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  max-width: 937px;
}
.general-info__title span {
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .general-info__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.general-info__wrap {
  max-width: 937px;
  margin: 0 auto;
}

.case-studies {
  padding: 108px 0 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .case-studies {
    padding-bottom: 48px;
  }
}
.case-studies__companies {
  margin-top: 121px;
}
@media screen and (max-width: 767px) {
  .case-studies__companies {
    border-top: 1px solid black;
    margin-top: 5px;
    padding-top: 40px;
  }
}
.case-studies__companies-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.case-studies__companies-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  max-width: 60%;
  align-items: center;
  gap: 11px;
  margin: 0 auto;
  text-align: center;
}
.case-studies .general-desc {
  max-width: 528px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.case-studies .general-desc a {
  color: #000;
}
.case-studies__badge {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 4.5px 19px;
}
.case-studies__title {
  font-size: 100px;
  font-weight: 300;
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .case-studies__title {
    font-size: 64px;
  }
}
.case-studies__text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.case-studies p {
  font-size: 14px;
  font-weight: 400;
}
.case-studies__item {
  max-width: 554px;
}
@media screen and (max-width: 767px) {
  .case-studies__item {
    margin-bottom: 40px;
  }
}
.case-studies__item--v2 .case-studies__item-top {
  background-image: url(../static/img/case_studies_2.jpg);
}
.case-studies__item-top {
  background-image: url(../static/img/case_studies_1.jpg);
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .case-studies__item-top {
    margin-bottom: 24px;
  }
}
.case-studies__item-body {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 22px;
  font-weight: 700;
}

.happy-customers {
  background: var(--quaternary-color);
  color: white;
  padding: 93px 0 118px 0;
}
@media screen and (max-width: 767px) {
  .happy-customers .testimonials-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .happy-customers__logo {
    width: 164px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .happy-customers {
    padding: 50px 0 40px 0;
  }
}
.happy-customers .general-title, .happy-customers .general-subtitle {
  color: white;
}
.happy-customers .general-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .happy-customers .general-title {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.happy-customers .general-subtitle {
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .happy-customers .general-subtitle {
    max-width: 281px;
    margin: 0 auto;
    margin-bottom: 33px;
  }
}

.talk-to-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 60%;
  right: 20px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #FFF;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.25));
  font-size: 14px;
  font-weight: 700;
  color: #003C57;
  z-index: 10;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .talk-to-us {
    top: 80%;
  }
}
.talk-to-us:hover {
  color: #003C57;
}

.general-form {
  padding: 103px 0;
  background: #5E4D9B;
}
@media screen and (max-width: 767px) {
  .general-form img {
    width: 165px;
    height: auto;
  }
}
.general-form .form-control, .general-form .form-select {
  font-size: 14px;
  color: #1A162B;
}
.general-form .general-title {
  margin-top: 20px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .general-form .general-title {
    font-size: 30px;
    max-width: 275px;
    margin: 16px auto;
  }
}
.general-form .general-title span {
  color: #B49FFF;
}
@media screen and (max-width: 767px) {
  .general-form {
    padding: 40px 0;
  }
}
.general-form--grey {
  background: #F1F1F1;
}
.general-form--grey .primary-form {
  border-color: transparent;
  padding-top: 0;
  background: transparent;
}
.general-form--grey .primary-form .gen-form .form-control::placeholder {
  color: #1A162B;
}
.general-form .general-desc {
  color: #FFF;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .general-form .general-desc {
    margin-bottom: 24px;
  }
}

.why_servicestar {
  padding-bottom: 91px;
}
@media screen and (max-width: 767px) {
  .why_servicestar {
    padding-bottom: 20px;
  }
}
.why_servicestar__item {
  display: flex;
  gap: 35px;
  background: #F1F1F1;
  border-radius: 20px;
  transition: 0.3s;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .why_servicestar__item {
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .why_servicestar__item > img {
    order: 1;
  }
}
.why_servicestar__item:hover {
  background: var(--secondary-color);
  color: #FFF;
}
.why_servicestar__item:hover .why_servicestar__title, .why_servicestar__item:hover .why_servicestar__item-right p {
  color: #FFF;
}
.why_servicestar__item-right {
  padding: 25px 30px 25px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .why_servicestar__item-right {
    order: 2;
    padding: 20px;
  }
}
.why_servicestar__item-right p {
  font-size: 16px;
  font-weight: 400;
  color: #1A162B;
}
@media screen and (max-width: 767px) {
  .why_servicestar__item-right p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.why_servicestar__title {
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.contact_us {
  padding-top: 132px;
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .contact_us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact_us .general-desc {
  max-width: 735px;
  margin: 0 auto;
  margin-bottom: 52px;
}
.contact_us__item {
  padding: 30px 11px 21px 35px;
  border-radius: 20px;
  background: #F1F1F1;
  max-width: 512px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .contact_us__item {
    margin-top: 16px;
    padding: 16px;
  }
}
.contact_us__item a {
  font-size: 16px;
  font-weight: 700;
  color: #1A162B;
  text-decoration: none;
}
.contact_us__wrap {
  max-width: 1073px;
  margin: 0 auto;
}
.contact_us__title {
  font-size: 28px;
  font-weight: 700;
  color: #1A162B;
}
@media screen and (max-width: 767px) {
  .contact_us__title {
    font-size: 24px;
  }
}
.contact_us__address {
  font-size: 16px;
  font-weight: 400;
  color: #1A162B;
  max-width: 212px;
  margin-bottom: 19px;
}

.consultation {
  background: #5E4D9B;
  padding: 73px 0 0;
}
@media screen and (max-width: 767px) {
  .consultation {
    padding: 40px 0px;
  }
}
.consultation__wrap {
  max-width: 1067px;
  margin: 0 auto;
}
.consultation__title {
  font-size: 36px;
  font-weight: 600;
  color: #FFF;
  line-height: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .consultation__title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.consultation__title span {
  color: #B49FFF;
}

.our-process {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .our-process {
    background: linear-gradient(0deg, rgba(41, 46, 54, 0.05) 0%, rgba(41, 46, 54, 0.05) 100%), var(--Sections-Section_BG_Default, #FFF);
    padding-top: 40px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .our-process .general-title {
    max-width: 314px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.our-process__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .our-process__item {
    margin-bottom: 32px;
  }
}
.our-process__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FFF;
  background: #FF9200;
  border-radius: 50%;
}
.our-process__headline--blue {
  background: #1D91E5;
}
.our-process__headline--green {
  background: #5DD089;
}
.our-process__headline--violet {
  background: #5E4D9B;
}
.our-process__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 15px 0 20px;
  max-width: 246px;
}
@media screen and (max-width: 767px) {
  .our-process__title {
    line-height: 30px;
  }
}
.our-process__desc {
  font-size: 16px;
  font-weight: 300;
}

.carousel__testimonial {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .carousel__testimonial {
    display: block;
  }
}
.carousel__testimonial .pricing__item-text {
  margin-top: 8px;
}
.carousel__testimonial .carousel-control-next, .carousel__testimonial .carousel-control-prev {
  top: auto;
  width: 85%;
}
.carousel__testimonial .carousel-control-next-icon {
  background-image: url(../static/img/arrow_next.svg);
}
.carousel__testimonial .carousel-control-prev-icon {
  background-image: url(../static/img/arrow_prev.svg);
}

.our-services {
  margin-bottom: 121px;
}
@media screen and (max-width: 991px) {
  .our-services {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.our-services .general-title {
  max-width: 826px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .our-services .general-title {
    max-width: 342px;
    margin-bottom: 16px;
  }
}
.our-services .general-desc {
  max-width: 826px;
  margin: 0 auto;
  margin-bottom: 41px;
}
@media screen and (max-width: 991px) {
  .our-services .general-desc {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.our-services__items {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}
.our-services__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 20px;
  border: 1px solid #937FE2;
  background: #F9F5FF;
  padding: 39px 34px 47px;
  min-height: 422px;
}
@media screen and (max-width: 767px) {
  .our-services__item {
    flex: 100%;
    padding: 20px;
  }
}
.our-services__item .btn {
  margin-top: auto;
}
.our-services__item p {
  padding-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .our-services__item p {
    padding-top: 20px;
    font-weight: 500;
  }
}
.our-services__item--pink {
  border: 1px solid #FF9AAE;
  background: #FFEFF2;
}
.our-services__item--pink .our-services__desc {
  border-bottom: 1px solid #FF9AAE;
}
.our-services__item--yellow {
  border: 1px solid #D2E5A3;
  background: #FDFFF8;
}
.our-services__item--yellow .our-services__desc {
  border-bottom: 1px solid #D2E5A3;
}
.our-services__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .our-services__title {
    margin: 20px 0;
  }
}
.our-services__desc {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
  border-bottom: 1px solid #937FE2;
}
@media screen and (max-width: 991px) {
  .our-services__desc {
    padding-bottom: 20px;
  }
}
.our-services__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .our-services__list {
    margin-bottom: 20px;
  }
}
.our-services__list li {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .our-services__list li {
    margin-bottom: 8px;
  }
  .our-services__list li:last-child {
    margin-bottom: 0;
  }
}

.book-consultation {
  padding: 50px 0 95px;
  border-radius: 24px;
  background: #F2ECFF;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 131px;
  margin-bottom: 100px;
}
.book-consultation .general-title {
  margin-top: 28px;
}
.book-consultation .general-desc {
  max-width: 601px;
  margin: 0 auto;
}

body {
  color: var(--primary-color);
  font-size: 16px;
  font-family: "Rethink Sans", sans-serif;
  overflow-x: hidden;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  padding: 15.5px 48px;
  border-radius: 40px;
  height: auto;
  transition: 0.3s;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 13.5px 48px;
    font-size: 16px;
  }
}
.btn:hover {
  background-color: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: #FFF;
}
.btn--secondary {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #FFF;
}
.btn--tertiary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #FFFFFF;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
.mw-816 {
  max-width: 816px;
}

.w-484 {
  width: 484px;
}
@media screen and (max-width: 767px) {
  .w-484 {
    width: auto;
  }
}

.general-headline {
  font-size: 20px;
  font-weight: 700;
  color: var(--quaternary-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .general-headline {
    font-size: 16px;
  }
}
.general-headline--medium {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .general-headline--medium {
    font-size: 14px;
  }
}

.mw-515 {
  max-width: 515px;
}

.w-343 {
  width: 343px;
}
@media screen and (max-width: 767px) {
  .w-343 {
    width: auto;
  }
}

.gap-16 {
  gap: 16px;
}

.gap-10 {
  gap: 10px;
}

.mw-697 {
  max-width: 697px;
  margin: 0 auto;
}

.mw-370 {
  max-width: 370px;
}

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

.general-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 26px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .general-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
.general-title--medium {
  font-size: 24px;
}
.general-title span {
  color: var(--tertiary-color);
}

.general-desc {
  font-size: 16px;
  font-weight: 400;
  color: #1A162B;
}

.general-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

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

.primary-form {
  font-family: "Open Sans", sans-serif;
  position: relative;
  border-radius: 20px;
  padding: 48px 65px 50px 71px;
  max-width: 664px;
  margin: 0 auto;
}
.primary-form .form-check {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
.primary-form .form-check .form-check-input {
  width: 21px;
  height: 21px;
}
.primary-form .btn {
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .primary-form {
    padding: 0;
  }
}
.primary-form .elfsight-custom-form button {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #FFF !important;
  padding: 14px 25px !important;
  border-radius: 50px !important;
  height: auto !important;
  transition: 0.3s !important;
  border: 1px solid var(--tertiary-color) !important;
  background-color: var(--tertiary-color) !important;
  text-transform: capitalize !important;
  width: 100% !important;
}
.primary-form .elfsight-custom-form button > span {
  padding: 0 !important;
}
.primary-form .elfsight-custom-form button:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #FFF;
}
.primary-form .elfsight-custom-form div[class*=TextControlBase__TextControlBaseContainer] {
  background: #FFF !important;
  border: 1px solid #860108 !important;
  border-radius: 2px !important;
}
.primary-form .gen-form__text {
  font-size: 12px;
  font-weight: 400;
  color: #1A162B;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .primary-form .gen-form__text {
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.primary-form .gen-form .btn {
  font-weight: 400;
  font-size: 16px;
}
.primary-form .gen-form .form-control, .primary-form .gen-form .form-select {
  padding: 15px 28px;
  border-radius: 2px;
  border: 1px solid #1A162B;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .primary-form .gen-form .form-control, .primary-form .gen-form .form-select {
    padding: 10.5px 28px;
  }
}
.primary-form .gen-form .form-control:focus, .primary-form .gen-form .form-select:focus {
  border: 1px solid var(--secondary-color);
  box-shadow: none;
}
.primary-form .gen-form .form-control::placeholder, .primary-form .gen-form .form-select::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #BABABA;
}
.primary-form .gen-form .form-select__wrap.date .form-control {
  background-image: url("../static/img/calendar_icon.svg");
  padding-left: 45px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.primary-form .gen-form .form-select__wrap .form-select {
  background-image: url("../static/img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 2.5rem;
  appearance: none;
}
.primary-form__avatars {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 253px;
}
.primary-form__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #202020;
  margin: 20px 0;
}
.primary-form__list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .primary-form__list {
    margin: 20px 0;
  }
}
.primary-form__list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--quaternary-color);
  padding-left: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .primary-form__list li {
    font-size: 12px;
  }
}
.primary-form__list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../static/img/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.general-toptitle {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .general-toptitle {
    font-size: 18px;
  }
}

.custom-block {
  padding: 35px 0;
}
.custom-block__title {
  color: #202020;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}
.custom-block small {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #1A162B;
  margin-top: 12px;
}
.custom-block .btn {
  min-width: 279px;
}
.custom-block p {
  font-size: 16px;
  font-weight: 400;
  color: #1A162B;
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mobile-full-width {
    min-width: 100% !important;
  }
}/*# sourceMappingURL=main.css.map */