:root {
  --swiper-wrapper-transition-timing-function: linear;
}

.ae-domain-page .page-content .section-container {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .section-container {
    height: auto;
    min-height: 600px;
  }
}
.ae-domain-page .page-content .search-input-w {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  position: relative;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .search-input-w {
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
  }
}
.ae-domain-page .page-content .search-input-w .input-select-wrapper {
  position: relative;
  width: 100%;
}
.ae-domain-page .page-content .search-input-w .input-select-wrapper .search-domain-input-wrapper {
  cursor: text;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  border-radius: 6px;
  padding: 10px;
  transition: ease 0.3s;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 1.3rem;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .search-input-w .input-select-wrapper .search-domain-input-wrapper {
    height: 70px;
    font-size: 18px;
  }
}
.ae-domain-page .page-content .search-input-w .input-select-wrapper .search-domain-input-wrapper .my-input {
  background-color: transparent;
  border: 0;
  color: #000;
  height: 20px;
  width: auto;
  padding: 0;
  transition: unset;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .search-input-w .input-select-wrapper .search-domain-input-wrapper .my-input {
    height: 20px;
    font-size: 18px;
  }
}
.ae-domain-page .page-content .search-input-w .input-select-wrapper .search-domain-input-wrapper .my-input:focus {
  outline: none;
  box-shadow: none;
}
.ae-domain-page .page-content .search-input-w .input-select-wrapper .error {
  position: absolute;
  top: calc(100% + 2px);
  left: 2px;
  color: #ff0000;
  font-size: 12px;
}
.ae-domain-page .page-content .search-input-w .my-btn {
  height: 50px;
  font-size: 1.3rem;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .search-input-w .my-btn {
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
}
.ae-domain-page .page-content .search-input-w .input-note {
  position: absolute;
  left: 3px;
  top: calc(100% + 4px);
  font-size: 11px;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .search-input-w .input-note {
    top: calc(100% + 6px);
    font-size: 12px;
  }
}
.ae-domain-page .page-content .hero-section {
  background: radial-gradient(108.86% 192.2% at 98.32% 6.5%, #0193FC 0%, #D5D5D5 100%);
  padding: 0 60px 0 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1060px) {
  .ae-domain-page .page-content .hero-section {
    padding: 0 60px 0 50px;
  }
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section {
    padding: 0 50px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section {
    padding: 0 20px;
  }
}
.ae-domain-page .page-content .hero-section .h-ad-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  mix-blend-mode: Screen;
  opacity: 0.15;
}
.ae-domain-page .page-content .hero-section .section-content {
  max-width: 1445px;
  margin: 0 auto;
  padding: 50px 0;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content {
    padding-top: 20px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .logo {
  width: auto;
  height: 41px;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .ad-header-container .logo {
    height: 30px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links a:hover {
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links {
    display: none;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 999;
    padding: 10px 14px;
  }
  .ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links.show {
    display: flex;
  }
  .ae-domain-page .page-content .hero-section .section-content .ad-header-container .header-links a {
    color: #000000;
  }
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .burger-icon {
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 6px;
  display: none;
}
@media (max-width: 1180px) {
  .ae-domain-page .page-content .hero-section .section-content .ad-header-container .burger-icon {
    display: flex;
  }
}
.ae-domain-page .page-content .hero-section .section-content .ad-header-container .burger-icon span {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
.ae-domain-page .page-content .hero-section .section-content .row-c {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c {
    flex-direction: column;
    margin-top: 50px;
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c {
    margin-top: 30px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col {
  flex: 1;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col {
    width: 100%;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 {
  font-weight: 600;
  font-size: 91.13px;
  line-height: 96.2px;
  white-space: pre-line;
  position: relative;
  z-index: 1;
}
@media (max-width: 1344px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 {
    font-size: 41px;
    line-height: 45px;
    text-align: center;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span {
  color: #fff;
  font-weight: 700;
  font-size: 120.31px;
  line-height: 96.2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1344px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span {
    font-size: 80px;
    line-height: 72px;
  }
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span {
    font-size: 64px;
    line-height: 56px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span {
    font-size: 48px;
    line-height: 40px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span::after {
  content: "";
  background-image: url("/storage/app/media/images/domain-ae/hero.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 70%;
  width: 0;
  position: absolute;
  top: 22%;
  left: -2px;
  z-index: -1;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span::after {
    left: -6px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left h1 span.play::after {
  animation: expandWidth 800ms ease-in-out;
  width: calc(100% + 20px);
}
@keyframes expandWidth {
  0% {
    -webkit-clip-path: polygon(0 0, 7% 0, 6% 100%, 0% 100%);
            clip-path: polygon(0 0, 7% 0, 6% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 19.13px;
  line-height: 26.2px;
  white-space: pre-line;
}
@media (max-width: 1344px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1220px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-description {
    text-align: center;
    white-space: normal;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-statistics {
  background: linear-gradient(270.05deg, #59BAFF -3.79%, #007FDA 99.29%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  max-width: 400px;
  text-align: center;
  padding: 16px 24px;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-statistics {
    max-width: 100%;
    width: 100%;
    padding: 16px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-statistics .count {
  font-weight: 700;
  font-size: 3rem;
  color: #FFFFFF;
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.left .hero-statistics .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.left .search-input-w {
    margin-top: 30px;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper {
  max-width: 500px;
  height: auto;
}
@media (max-width: 1344px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper {
    max-width: 500px;
  }
}
@media (max-width: 1220px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper {
    max-width: 60%;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper {
    max-width: 70%;
  }
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: visible;
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .brand-logo {
  opacity: 1;
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow {
  display: none;
}
.ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide .brand-logo {
  border-radius: 20px;
  box-shadow: 0px 4px 23px 17px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide .brand-logo {
    width: 150px;
    height: 150px;
    left: -75px;
  }
}
@media (max-width: 600px) {
  .ae-domain-page .page-content .hero-section .section-content .row-c .col.right .swiper .swiper-wrapper .swiper-slide .brand-logo {
    width: 120px;
    height: 120px;
    left: -60px;
  }
}
.ae-domain-page .page-content .marquee-message-container {
  background: #007FDA;
  color: #FFFFFF;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .marquee-message-container {
    padding: 30px 0px;
  }
}
.ae-domain-page .page-content .marquee-message-container .marquee-wrapper {
  display: flex;
  align-items: center;
}
.ae-domain-page .page-content .marquee-message-container .marquee-wrapper .extra {
  display: flex;
  align-items: center;
}
.ae-domain-page .page-content .marquee-message-container .marquee-text {
  font-weight: 500;
  font-size: 46.39px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .marquee-message-container .marquee-text {
    font-size: 24px;
    line-height: 28px;
  }
}
.ae-domain-page .page-content .marquee-message-container .marquee-text .b-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  padding-bottom: 10px;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .marquee-message-container .marquee-text .b-text {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 3px;
  }
}
.ae-domain-page .page-content .marquee-message-container .marquee-text img {
  margin: 0 30px;
  width: 50px;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .marquee-message-container .marquee-text img {
    margin: 0 20px;
    width: 40px;
  }
}
.ae-domain-page .page-content .statistics-section {
  background: linear-gradient(0deg, #000000, #000000);
  border-radius: 1rem;
  color: var(--white);
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 1rem;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .statistics-section {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section {
    padding: 4rem 0;
  }
}
.ae-domain-page .page-content .statistics-section .s-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: screen;
  opacity: 0.05;
  object-fit: cover;
}
.ae-domain-page .page-content .statistics-section .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1445px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content {
    flex-direction: column;
  }
}
.ae-domain-page .page-content .statistics-section .section-content .left-side {
  flex: 1;
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content .left-side {
    padding: 0 6rem;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .statistics-section .section-content .left-side {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content .right-side {
    margin-top: 30px;
  }
}
.ae-domain-page .page-content .statistics-section .section-content .section-title {
  font-weight: 500;
  font-size: 80.34px;
  line-height: 95.24px;
  white-space: pre-line;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    white-space: normal;
  }
}
.ae-domain-page .page-content .statistics-section .section-content .section-title strong {
  color: var(--primary);
  font-weight: 700;
}
.ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
  display: inline-block;
  width: 327px;
  text-align: center;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 150px;
  }
}
.ae-domain-page .page-content .statistics-section .section-content .section-desc {
  font-weight: 400;
  font-size: 22.13px;
  line-height: 26.2px;
  white-space: pre-line;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .statistics-section .section-content .section-desc {
    white-space: normal;
  }
}
@media (max-width: 1600px) {
  .ae-domain-page .page-content .statistics-section .section-content {
    max-width: 1290px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 72px;
    line-height: 86px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 292px;
  }
}
@media (max-width: 1400px) {
  .ae-domain-page .page-content .statistics-section .section-content {
    max-width: 1140px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 64px;
    line-height: 76px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 258px;
  }
}
@media (max-width: 1200px) {
  .ae-domain-page .page-content .statistics-section .section-content {
    max-width: 960px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 56px;
    line-height: 68px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title .stat-count-w {
    white-space: nowrap;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 227px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .statistics-section .section-content {
    display: block;
    max-width: 100%;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title strong {
    font-size: 45px;
  }
  .ae-domain-page .page-content .statistics-section .section-content .section-title #statCount {
    width: 124px;
  }
}
.ae-domain-page .page-content .statistics-section .btn-container {
  margin-top: 34px;
}
.ae-domain-page .page-content .statistics-section .btn-container .my-btn {
  font-size: 14px;
  height: 50px;
}
.ae-domain-page .page-content .big-brands-section {
  background: radial-gradient(166.38% 166.38% at 50% 50%, #FFFFFF 0%, #015896 100%);
  border-radius: 1rem;
  margin: 1rem;
  height: auto;
  padding: 4rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  min-height: auto;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section {
    padding: 3rem 0;
  }
}
.ae-domain-page .page-content .big-brands-section .section-content .section-title {
  font-weight: 600;
  font-size: 80.34px;
  line-height: 95.24px;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 1600px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title {
    font-size: 72px;
    line-height: 86px;
  }
}
@media (max-width: 1400px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (max-width: 1200px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title {
    font-size: 36px;
    line-height: 40px;
    white-space: normal;
    padding: 0 2rem;
  }
}
.ae-domain-page .page-content .big-brands-section .section-content .section-title span {
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.ae-domain-page .page-content .big-brands-section .section-content .section-title span::after {
  content: "";
  background-image: url("/storage/app/media/images/domain-ae/hero.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 0;
  position: absolute;
  top: 7%;
  left: -17px;
  z-index: -1;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title span::after {
    left: -11px;
  }
}
.ae-domain-page .page-content .big-brands-section .section-content .section-title span.play::after {
  animation: expandWidth 800ms ease-in-out;
  width: calc(100% + 50px);
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section .section-content .section-title span.play::after {
    width: calc(100% + 30px);
  }
}
@keyframes expandWidth {
  0% {
    -webkit-clip-path: polygon(0 0, 7% 0, 6% 100%, 0% 100%);
            clip-path: polygon(0 0, 7% 0, 6% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.ae-domain-page .page-content .big-brands-section .brands-container {
  margin-top: 4rem;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section .brands-container {
    margin-top: 2rem;
  }
}
.ae-domain-page .page-content .big-brands-section .brands-container .brands-wrapper {
  display: flex;
  align-items: stretch;
}
.ae-domain-page .page-content .big-brands-section .brands-container .brands-wrapper img {
  width: auto;
  height: 100%;
  margin: 1rem 1.5rem;
}
@media (max-width: 800px) {
  .ae-domain-page .page-content .big-brands-section .brands-container .brands-wrapper img {
    max-height: 420px;
  }
}
.ae-domain-page .page-content .big-brands-section .brands-container .brands-wrapper .extra {
  position: relative;
  height: 100%;
}
.ae-domain-page .get-ae-section {
  background: radial-gradient(166.38% 166.38% at 50% 50%, #0193FC 0%, #015896 100%);
  border-radius: 1rem;
  color: #FFFFFF;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  margin: 1rem;
  margin-bottom: 0;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .ae-domain-page .get-ae-section {
    padding: 50px 20px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section {
    padding: 0 20px;
  }
}
.ae-domain-page .get-ae-section .bg-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  transform: scale(2);
}
.ae-domain-page .get-ae-section .bg-arrow.play {
  transform: scale(1.2);
}
.ae-domain-page .get-ae-section .bg-arrow.play.one {
  animation: bounceArrows 2s ease-in-out;
}
.ae-domain-page .get-ae-section .bg-arrow.play.two {
  animation: bounceArrows 1s ease-in-out;
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section .bg-arrow.normal {
    display: none;
  }
}
.ae-domain-page .get-ae-section .bg-arrow.flipped {
  display: none;
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section .bg-arrow.flipped {
    display: block;
  }
}
@keyframes bounceArrows {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1.2);
  }
}
.ae-domain-page .get-ae-section .section-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ae-domain-page .get-ae-section .section-content .section-title {
  font-weight: 500;
  font-size: 80.34px;
  line-height: 95.24px;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 1000px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.ae-domain-page .get-ae-section .section-content .section-title strong {
  font-weight: 700;
  text-align: center;
}
.ae-domain-page .get-ae-section .section-content .section-title span {
    position: relative;
    color: rgba(255, 255, 255, 0);
    user-select: none;
}
.ae-domain-page .get-ae-section .section-content .section-title span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/storage/app/media/images/flag-ae.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 72px;
    line-height: 86px;
  }
}
@media (max-width: 1400px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (max-width: 1200px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (max-width: 992px) {
  .ae-domain-page .get-ae-section .section-content .section-title {
    font-size: 48px;
    line-height: 58px;
  }
}
.ae-domain-page .get-ae-section .section-content .search-input-w {
  color: #000;
  margin-top: 1.4rem;
}
.ae-domain-page .get-ae-section .section-content .search-input-w .input-note {
  color: #fff;
  opacity: 0.6;
}
.ae-domain-page .get-ae-section .section-content .search-input-w .input-note strong {
  word-break: break-all;
}
.ae-domain-page .get-ae-section .section-content .my-btn {
  background: rgb(0, 88, 171);
}
.ae-domain-page .get-ae-section .section-content .registrar-info-c {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section .section-content .registrar-info-c {
    margin-top: 6rem;
  }
}
.ae-domain-page .get-ae-section .section-content .registrar-info-c img {
  margin-top: 1rem;
}
@media (max-width: 800px) {
  .ae-domain-page .get-ae-section .section-content .registrar-info-c img {
    width: 80%;
  }
}
.ae-domain-page .brand-logo-section {
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .ae-domain-page .brand-logo-section {
    padding: 40px 0;
  }
}
.ae-domain-page .brand-logo-section .brand-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ae-domain-page .brand-logo-section .brand-logo-wrapper img {
  height: 50px;
  width: auto;
}
.ae-domain-page .brand-logo-section .brand-logo-wrapper .extra {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ae-domain-page .programs-section {
  padding: 0 1rem;
}
.ae-domain-page .programs-section .row-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1100px) {
  .ae-domain-page .programs-section .row-content {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.ae-domain-page .programs-section .row-content .col {
  flex: 1;
  border-radius: 20px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 1100px) {
  .ae-domain-page .programs-section .row-content .col {
    flex: none;
    gap: 30px;
    width: 100%;
    padding: 20px;
  }
}
.ae-domain-page .programs-section .row-content .col.left {
  background: linear-gradient(183.89deg, #FFFFFF -10.86%, rgba(1, 147, 252, 0.5) 122.63%);
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left {
    justify-content: center;
  }
}
.ae-domain-page .programs-section .row-content .col.left .bg-icon {
  position: absolute;
  top: 20px;
  left: -300px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0.1;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .bg-icon {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.ae-domain-page .programs-section .row-content .col.left .domain-icons {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  padding-top: 5%;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .domain-icons {
    display: none;
    max-width: 500px;
  }
}
.ae-domain-page .programs-section .row-content .col.left .col-content {
  position: relative;
  z-index: 1;
}
.ae-domain-page .programs-section .row-content .col.left .col-content .col-title {
  font-weight: 700;
  font-size: 50.56px;
  line-height: 63.2px;
  white-space: pre-line;
}
@media (max-width: 1460px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .col-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .col-title {
    white-space: normal;
    text-align: center;
  }
}
.ae-domain-page .programs-section .row-content .col.left .col-content .col-desc {
  font-weight: 500;
  font-size: 35.54px;
  line-height: 38.98px;
  margin-top: 16px;
}
@media (max-width: 1460px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .col-desc {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .col-desc {
    text-align: center;
  }
}
.ae-domain-page .programs-section .row-content .col.left .col-content .btn-container {
  margin-top: 26px;
  display: flex;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .btn-container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.left .col-content .btn-container .my-btn {
    height: 50px;
    font-size: 14px;
  }
}
.ae-domain-page .programs-section .row-content .col.right {
  background: linear-gradient(128.87deg, #F2F2F2 -82.68%, #FFFFFF 103.11%);
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.right {
    align-items: start;
    padding-top: 8%;
    padding-left: 8%;
  }
}
.ae-domain-page .programs-section .row-content .col.right .uae-business-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  padding-top: 5%;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.right .uae-business-img {
    bottom: 0;
    right: -15%;
    top: unset;
    height: 85%;
  }
}
@media (max-width: 500px) {
  .ae-domain-page .programs-section .row-content .col.right .uae-business-img {
    height: 70%;
  }
}
.ae-domain-page .programs-section .row-content .col.right .col-content {
  position: relative;
  z-index: 1;
}
.ae-domain-page .programs-section .row-content .col.right .col-content .highlight {
  color: var(--primary);
}
.ae-domain-page .programs-section .row-content .col.right .col-content .col-title {
  font-weight: 700;
  font-size: 52.81px;
  line-height: 57.91px;
  white-space: pre-line;
}
@media (max-width: 1460px) {
  .ae-domain-page .programs-section .row-content .col.right .col-content .col-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.right .col-content .col-title {
    font-size: 2rem;
    line-height: 2.4rem;
    white-space: normal;
    margin-bottom: 30px;
  }
}
.ae-domain-page .programs-section .row-content .col.right .col-content .col-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 25.9px;
  margin-top: 20px;
  white-space: pre-line;
}
@media (max-width: 1460px) {
  .ae-domain-page .programs-section .row-content .col.right .col-content .col-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.right .col-content .col-desc {
    margin-top: 20px;
    white-space: normal;
    max-width: 157px;
  }
  .ae-domain-page .programs-section .row-content .col.right .col-content .col-desc.first {
    max-width: 212px;
  }
}
.ae-domain-page .programs-section .row-content .col.right .col-content .yourdomain {
  font-weight: 600;
  font-size: 29.18px;
  line-height: 37.79px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .ae-domain-page .programs-section .row-content .col.right .col-content .yourdomain {
    font-size: 1.8rem;
    line-height: 32px;
    margin-top: 146px;
  }
}

.testimonial-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0;
  max-height: 800px;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .testimonial-wrapper {
    flex-direction: row;
  }
}
.testimonial-wrapper .extra {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .testimonial-wrapper .extra {
    flex-direction: row;
  }
}

.testimonial-card {
  min-height: 178px;
  width: 100%;
  max-width: 380px;
  padding: 30px 15px 22px 30px;
  color: #758185;
  border-radius: 15px;
  background: linear-gradient(180deg, #DEF1FF 0%, #C7DDED 100%);
  margin: 8px;
}
@media (max-width: 992px) {
  .testimonial-card {
    max-width: 330px;
  }
}
@media (max-width: 992px) {
  .testimonial-card {
    min-width: 380px;
  }
}

.testimonial-card .testimonial-quote {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
}

.testimonial-card .testimonial-author .testimonial-author-img img {
  height: 30px;
  min-width: 30px;
  width: 30px;
  border-radius: 50%;
}

.testimonial-card .testimonial-author .testimonial-author-info {
  width: 100%;
}

.testimonial-card .testimonial-author .testimonial-author-info .info-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-card .testimonial-author .testimonial-author-info .info-main .name {
  font-size: 11px;
  color: var(--black);
  font-weight: 600;
}

.testimonial-card .testimonial-author .testimonial-author-info .info-main .testimonial-author-tag {
    align-self: flex-start;
    background-color: #fff;
    border-radius: 4px;
    color: var(--white);
    font-size: 10px;
    letter-spacing: 0.1px;
    padding: 4px 6px;
}

.testimonial-card .testimonial-author .testimonial-author-info .info-main .testimonial-author-tag .active {
    color: #f7b603;
}

.testimonial-card .testimonial-author .testimonial-author-info .url {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.65;
  color: #758185;
}/*# sourceMappingURL=main.css.map */

.ae-domain-page .page-content .faqs-section {
    background-color: var(--white);
}

.ae-domain-page .page-content .statistics-section .testimonial-section {
    margin-bottom: 0;
    width: 100%;
}

.ae-domain-page .page-content .statistics-section .testimonial-section .testimonial-pagination-wrapper {
    display: none;
}