* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 16px;
}

body {
  font-weight: 400;
  font-family: Circular pro, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.container {
  padding-left: 48px;
  padding-right: 48px;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header__top {
  background-color: rgb(50, 0, 126);
  height: 80px;
}
.header__top .container {
  height: 100%;
}

.header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav__left {
  display: flex;
  align-items: center;
  gap: 48px;
}

.logo {
  display: flex;
  width: 150px;
}
.logo svg {
  width: 100%;
}
.logo svg path {
  fill: #fff;
}

.menu {
  padding-left: 16px;
  padding-right: 16px;
  gap: 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(218, 210, 255);
  font-weight: 400;
}
.menu li:nth-child(1) a {
  color: #fff;
  border-bottom: 1px solid #ffca30;
}

.header__nav__right {
  display: flex;
  align-items: center;
}
.header__nav__right a:nth-child(1) {
  font-size: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  color: #fff;
}
.header__nav__right a:nth-child(2) {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(60, 0, 152, var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgb(12, 208, 205, var(--tw-bg-opacity, 1));
  border-radius: 100px;
  border-bottom: 6px solid rgba(0, 0, 0, 0.3019607843);
  margin-right: 40px;
}
.header__nav__right a:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: rgb(218, 210, 255, var(--tw-text-opacity, 1));
  font-weight: 400;
}
.header__nav__right a:nth-child(3) svg {
  width: 40px;
  height: 40px;
}
.header__nav__right a:nth-child(3) svg path {
  fill: #fff;
}

.header__bot {
  background-color: rgb(60, 0, 152, var(--tw-bg-opacity, 1));
  height: 98px;
}
.header__bot .container {
  height: 100%;
}

.header__bot__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__bot__nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__bot__nav ul li:nth-child(2) a {
  background: #fff;
}
.header__bot__nav ul li:nth-child(2) a svg path {
  fill: rgb(76, 0, 194, var(--tw-text-opacity, 1));
}
.header__bot__nav ul li a {
  border-radius: 12px;
  background-color: rgb(76, 0, 194, var(--tw-bg-opacity, 1));
  height: 47px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  gap: 4px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 0px 4px 4px rgba(19, 0, 49, 0.2);
}
.header__bot__nav ul li a svg {
  width: 24px;
  height: 24px;
}

.slider {
  background-color: rgb(60, 0, 152, var(--tw-bg-opacity, 1));
  padding-bottom: 2.5rem;
  padding-top: 1rem;
}

.slides {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  width: calc(100% + 48px);
  padding-right: 48px;
}
.slides::-webkit-scrollbar {
  display: none;
}

.slide {
  width: 100%;
}

.banner {
  position: relative;
  display: flex;
  height: 544px;
  width: 100%;
}

.banner__left {
  width: calc(33vw - 4rem);
  height: 100%;
  padding: 3rem;
  position: relative;
  border-radius: 1.5rem 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.banner__left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 0, 126, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.banner__left img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(-1) scaleY(1);
}

.banner__right {
  height: 100%;
  width: calc(66vw - 4rem);
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}
.banner__right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__left__top {
  position: relative;
  z-index: 2;
}
.banner__left__top p {
  color: #fff;
}
.banner__left__top p:nth-child(1) {
  opacity: 0.6;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 0.75rem;
}
.banner__left__top p:nth-child(2) {
  font-size: 80px;
  letter-spacing: -8.5px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 1rem;
  line-height: 1;
}
.banner__left__top p:nth-child(3) {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner__left__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 6px solid rgba(19, 0, 49, 0.1019607843);
  font-weight: 700;
  font-size: 16px;
  padding-left: 2rem;
  padding-right: 2rem;
  color: rgb(76, 0, 194);
  border-radius: 9999px;
  background: #fff;
  height: 52px;
}

.slide__text {
  color: rgb(218, 210, 255);
  font-size: 10px;
  padding-top: 0.5rem;
}

.imgs {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: rgb(239, 242, 244, var(--tw-bg-opacity, 1));
}

.imgs__title {
  letter-spacing: -0.5px;
  font-size: 25px;
  font-weight: 700;
  color: rgb(76, 0, 194, var(--tw-text-opacity, 1));
  gap: 8px;
  display: flex;
  align-items: center;
}
.imgs__title img {
  width: 32px;
  height: 32px;
}

.imgs__list {
  margin-top: 24px;
  gap: 16px;
  display: flex;
  overflow-x: auto;
  width: calc(100% + 48px);
  padding-right: 48px;
}
.imgs__list::-webkit-scrollbar {
  display: none;
}
.imgs__list a {
  aspect-ratio: 1/1;
  width: 248px;
  min-width: 248px;
}
.imgs__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

.content {
  padding: 40px 0;
  position: relative;
  background-color: rgb(60, 0, 152, var(--tw-bg-opacity, 1));
}

.content__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

footer {
  background-color: rgb(239, 242, 244, var(--tw-bg-opacity, 1));
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}

.footer__lg {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(121, 130, 145, var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 14px;
}
.footer__lg img {
  border-radius: 0.5rem;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating {
  width: 24px;
  height: 24px;
}

.footer__centre {
  border-top: 1px solid rgb(211, 216, 225, var(--tw-divide-opacity, 1));
  padding-top: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.footer__centre img {
  width: 125px;
}
.footer__centre p {
  color: rgb(121, 130, 145, var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 400;
}

.footer__bot {
  border-top: 1px solid rgb(211, 216, 225, var(--tw-divide-opacity, 1));
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__bot img:nth-child(1) {
  width: 247px;
}
.footer__bot img:nth-child(2) {
  width: 49px;
}
.footer__bot img:nth-child(3) {
  width: 34px;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1919px) {
  .banner {
    height: 436px;
  }
  .banner__left__top p:nth-child(2) {
    font-size: 52px;
    letter-spacing: -5.5px;
  }
  .banner__left__top p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 1025px) {
  .banner__left {
    padding: 2rem;
    width: calc(37.5vw - 4rem);
  }
  .banner__right {
    width: calc(62.5vw - 4rem);
  }
  .banner__left__top p:nth-child(2) {
    font-size: 32px;
    letter-spacing: -3.5px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;
  }
  .header__nav__right {
    display: none;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__top {
    height: 64px;
    background-color: rgb(60, 0, 152, var(--tw-bg-opacity, 1));
  }
  .logo {
    width: 100px;
  }
  .header__nav__left {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .header__bot {
    height: 74px;
    border-top: 1px solid rgb(88, 39, 167);
  }
  .menu {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .header__bot__nav {
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
  }
  .header__bot__nav::-webkit-scrollbar {
    display: none;
  }
  .header__bot__nav ul li a {
    height: 39px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
  .slides {
    gap: 0.5rem;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .banner {
    height: 432px;
    flex-direction: column;
  }
  .banner__right {
    width: calc(100vw - 5.5rem);
    border-radius: 0;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    height: 260px;
  }
  .banner__left {
    order: 1;
    width: calc(100vw - 5.5rem);
    border-radius: 0;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 1.5rem;
    height: 171px;
    position: relative;
  }
  .banner__left__top p:nth-child(3) {
    font-size: 14px;
    width: 100px;
  }
  .banner__left__link {
    position: absolute;
    height: 41px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 14px;
    right: 1.5rem;
    bottom: 30px;
  }
  .imgs {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: rgb(239, 242, 244, var(--tw-bg-opacity, 1));
  }
  .imgs__title {
    font-size: 20px;
  }
  .imgs__title img {
    width: 24px;
    height: 24px;
  }
  .imgs__list {
    margin-top: 16px;
    gap: 8px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .imgs__list a {
    width: 156px;
    min-width: 156px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .content__table {
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
  }
  .content__table::-webkit-scrollbar {
    display: none;
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgb(50, 0, 126, var(--tw-bg-opacity, 1));
    width: 100%;
    height: 64px;
  }
  .mobile-menu a:nth-child(1) {
    font-weight: 700;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
  }
  .mobile-menu a:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
    height: 41px;
    font-size: 12px;
    margin-left: 8px;
    font-weight: 400;
  }
  .mobile-menu a:nth-child(3) {
    background-image: url(../images/mob-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px auto;
  }
  .mobile-menu a:nth-child(3) svg {
    width: 32px;
    height: 32px;
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(1) {
    fill: rgb(0, 155, 153);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(2) {
    fill: rgb(12, 208, 205);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(3) {
    fill: rgb(0, 155, 153);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(4) {
    fill: rgb(12, 208, 205);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(5) {
    fill: rgb(0, 155, 153);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(6) {
    fill: rgb(12, 208, 205);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(7) {
    fill: rgb(0, 155, 153);
  }
  .mobile-menu a:nth-child(3) svg path:nth-child(8) {
    fill: rgb(0, 255, 251);
  }
  .mobile-menu a:nth-child(4) {
    color: rgb(218, 210, 255, var(--tw-text-opacity, 1));
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin: 0 25px 6px;
  }
  .mobile-menu a:nth-child(4) svg {
    width: 32px;
    height: 32px;
  }
  .mobile-menu a:nth-child(4) svg path {
    fill: #fff;
  }
}/*# sourceMappingURL=styles.css.map */