.fz-76 {
  font-size: 76px;
  font-weight: 700;
  line-height: 120%;
}
.fz-56 {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}
.fz-48 {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}
.fz-32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.fz-24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.fz-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.fz-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
article {
  width: 100%;
}
article section {
  max-width: 1300px;
  margin: 0 auto;
}
.btn-primary {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #fcc001;
  max-width: fit-content;
}
.btn-outline {
  color: #fcc001;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  border: 1.5px solid #fcc001;
  background: transparent;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  color: #151515;
  background: #fcc001;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
#ast-scroll-top {
  display: none !important;
}
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  max-height: 900px;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.hero video.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero section {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
}
.hero section h1 {
  max-width: 768px;
  text-align: center;
  background: linear-gradient(92deg, #ffb800 55.57%, #ff00fb 113.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oneprime-logo {
  width: auto;
  height: 37px;
}
.empowering {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  max-height: 900px;
}
.empowering::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  pointer-events: none;
}
.empowering__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.empowering__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  padding: 0 24px;
}
.empowering__logo {
  width: auto;
  height: 45px;
}
.empowering__heading {
  max-width: 820px;
  background: linear-gradient(92deg, #ffb800 55.57%, #ff00fb 113.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.empowering__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.empowering__cta {
  min-width: 180px;
}
.asic {
  background: #151515;
  padding: 112px 0 70px;
}
.asic section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  max-width: 1000px;
}
.asic p {
  background: linear-gradient(128deg, #ffb800 20.82%, #ff00fb 126.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.asic .tooltip {
  color: #fdfff0;
}
.why-oneprime {
  background: #151515;
  padding: 70px 0 112px;
  color: #fdfff0;
}
.why-oneprime section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  width: 100%;
}
.why-oneprime__eyebrow {
  color: rgba(253, 255, 240, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.why-oneprime__heading {
  background: linear-gradient(92deg, #ffb800 55.57%, #ff00fb 113.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.why-oneprime__description {
  color: #fdfff0;
  opacity: 0.7;
  max-width: 768px;
}
.why-oneprime__content {
  display: grid;
  gap: 40px;
  width: 100%;
}
.why-oneprime__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.why-oneprime__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.why-oneprime__grid {
  display: grid;
  gap: 24px;
}
.why-oneprime__item {
  text-align: left;
}
.why-oneprime__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
}
.why-oneprime__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why-oneprime__text .fz-24 {
  color: #fdfff0;
}
.why-oneprime__text .fz-16 {
  color: #fdfff0;
  opacity: 0.7;
}
.multi-asset {
  background: #151515;
  padding: 142px 0 172px;
  color: #fdfff0;
}
.multi-asset section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.multi-asset__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.multi-asset__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 780px;
  margin: 40px auto 0;
}
.multi-asset__eyebrow {
  color: #fdfff0;
  font-size: 16px;
  font-weight: 600;
}
.multi-asset__heading {
  background: linear-gradient(92deg, #ffb800 55.57%, #ff00fb 113.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.multi-asset__description {
  color: rgba(253, 255, 240, 0.78);
  max-width: 660px;
  text-align: center;
}
.multi-asset__row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.multi-asset__card {
  --base-offset: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-height: 320px;
  border-radius: 28px;
  transform: translate3d(0, var(--base-offset, 0px), 0);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
  width: 300px;
}
.multi-asset__card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  border-radius: 18px;
}
.multi-asset__card:hover {
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.55);
  filter: brightness(1.02);
}
.multi-asset__card--offset-up {
  --base-offset: -40px;
}
.multi-asset__card--offset-down {
  --base-offset: 40px;
}
.multi-asset__tag {
  position: absolute;
  top: 40px;
  left: 18px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #fff;
  color: #070707;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 14px;
}
.advanced-technology {
  background: #151515;
  padding: 112px 0;
  color: #fdfff0;
}
.advanced-technology section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  text-align: center;
}
.advanced-technology__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 820px;
}
.advanced-technology__eyebrow {
  color: #fcc001;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.advanced-technology__heading {
  background: linear-gradient(92deg, #ffb800 55.57%, #ff00fb 113.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advanced-technology__description {
  color: #fdfff0;
  max-width: 730px;
}
.advanced-technology__grid {
  display: grid;
  width: 100%;
  gap: 40px 32px;
}
.advanced-technology__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 24px 18px;
}
.advanced-technology__card h3 {
  color: #fdfff0;
}
.advanced-technology__card p {
  color: rgba(253, 255, 240, 0.75);
}
.advanced-technology__icon {
  width: 48px;
  height: 48px;
}
.advanced-technology__cta {
  margin-top: 8px;
}
[data-parallax-section] {
  position: relative;
  perspective: 1000px;
}
[data-parallax-item] {
  transform-style: preserve-3d;
}
.operates {
  background: linear-gradient(135deg, #fcd33c 0%, #f8a106 100%);
  padding: 120px 0;
  color: #151515;
  position: relative;
}
.operates::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.3;
  pointer-events: none;
}
.operates section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  text-align: center;
}
.operates__eyebrow {
  font-weight: 600;
}
.operates__heading {
  margin-top: 50px;
  max-width: 950px;
  color: #000;
}
.operates__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.operates__logos img {
  height: 27px;
  width: auto;
}
.about-oneroyal {
  position: relative;
  padding: 160px 0 140px;
  color: #fff;
  background: url("../images/about-oneprime.webp") center/cover no-repeat;
  overflow: hidden;
}
.about-oneroyal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
.about-oneroyal section {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
.about-oneroyal__content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.about-oneroyal h2 {
  font-weight: 700;
  color: #fdfff0;
}
.about-oneroyal p {
  color: #fdfff0;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 0;
}
.about-oneroyal__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
}
.about-oneroyal__tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdfff0;
  color: #000;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}
.about-oneroyal .btn-outline {
  border-color: #fcc001;
  color: #fcc001;
  border-radius: 12px;
  padding: 12px 24px;
}
.about-oneroyal .btn-outline:hover {
  color: #151515;
  background: #fcc001;
}
@media (min-width: 1260px) {
  .multi-asset__layout {
    max-width: 1120px;
  }
  .multi-asset__row {
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .why-oneprime section {
    gap: 64px;
  }
  .why-oneprime__grid {
    gap: 28px;
  }
  .multi-asset__row {
    gap: 48px;
  }
  .multi-asset__card {
    width: 300px;
  }
  .advanced-technology__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .operates__logos {
    gap: 96px;
  }
  .operates__logos img {
    height: 48px;
  }
  .about-oneroyal {
    padding: 140px 0 120px;
  }
  .about-oneroyal__content {
    gap: 28px;
  }
}
@media (min-width: 768px) {
  .why-oneprime__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
  }
  .why-oneprime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .advanced-technology__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .operates__heading {
    font-size: 32px;
  }
  .operates__logos {
    gap: 48px;
  }
  .operates__logos img {
    height: 40px;
  }
  .about-oneroyal {
    padding: 120px 0 110px;
  }
  .about-oneroyal__content {
    gap: 24px;
  }
  .about-oneroyal p {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .hero section .fz-76 {
    font-size: 40px;
  }
  .hero section .btn-primary {
    min-width: 100%;
  }
  .advanced-technology__grid {
    grid-template-columns: 1fr;
  }
  .operates {
    padding: 96px 0;
  }
  .operates__heading {
    font-size: 28px;
  }
  .operates__logos {
    flex-direction: column;
    gap: 32px;
  }
  .operates__logos img {
    height: 40px;
  }
  .about-oneroyal {
    padding: 96px 0;
  }
  .about-oneroyal__content {
    gap: 20px;
  }
  .about-oneroyal h2 {
    font-size: 36px;
  }
  .about-oneroyal__tags {
    gap: 8px;
  }
  .about-oneroyal__tags span {
    font-size: 14px;
    padding: 7px 14px;
  }
  .about-oneroyal .btn-outline {
    min-width: 100%;
  }
  .multi-asset {
    padding: 120px 0;
  }
  .multi-asset__layout {
    gap: 40px;
  }
  .multi-asset__card {
    width: min(100%, 320px);
  }
  .multi-asset .multi-asset__heading {
    font-size: 36px;
    text-align: center;
  }
  .multi-asset .multi-asset__description {
    font-size: 16px;
    text-align: center;
  }
  .asic section .fz-48 {
    font-size: 36px;
  }
  .why-oneprime section .fz-56 {
    font-size: 40px;
  }
  .why-oneprime section .fz-18 {
    font-size: 16px;
  }
  .why-oneprime .why-oneprime__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .why-oneprime .btn-primary {
    min-width: 100%;
  }
}
article {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 700px) {
  article {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .multi-asset {
    padding-top: 800px;
  }
  .multi-asset__row {
    position: relative;
    width: 100%;
  }
  .multi-asset__row .multi-asset__card {
    position: absolute;
    width: 40%;
  }
  .multi-asset__row:nth-child(1) .multi-asset__card:nth-child(1) {
    left: 0;
  }
  .multi-asset__row:nth-child(1) .multi-asset__card:nth-child(2) {
    transform: translateY(-90%) !important;
  }
  .multi-asset__row:nth-child(1) .multi-asset__card:nth-child(3) {
    right: 0;
  }
  .multi-asset__row:nth-child(3) .multi-asset__card:nth-child(1) {
    left: 0;
  }
  .multi-asset__row:nth-child(3) .multi-asset__card:nth-child(2) {
    transform: translateY(60%) !important;
  }
  .multi-asset__row:nth-child(3) .multi-asset__card:nth-child(3) {
    right: 0;
  }
  .multi-asset .multi-asset__intro {
    margin: -30px auto 380px;
  }
}
@media (max-width: 600px) {
  .multi-asset {
    padding-top: 300px;
  }
  .multi-asset__row {
    position: relative;
    width: 100%;
  }
  .multi-asset__row .multi-asset__card {
    position: absolute;
    width: 40%;
  }
  .multi-asset__row:nth-child(1) .multi-asset__card:nth-child(2) {
    transform: translateY(-55%) !important;
  }
  .multi-asset__row:nth-child(3) .multi-asset__card:nth-child(2) {
    transform: translateY(30%) !important;
  }
  .multi-asset .multi-asset__intro {
    margin: -60px auto 190px;
  }
  .advanced-technology section .fz-48 {
    font-size: 36px;
  }
  .advanced-technology section .fz-18 {
    font-size: 16px;
  }
  .advanced-technology section .fz-32 {
    font-size: 24px;
  }
  .operates section .fz-48 {
    font-size: 36px;
  }
  .operates section .operates__logos img {
    height: 26px;
  }
  .empowering section .fz-76 {
    font-size: 40px;
  }
  .empowering section .empowering__actions {
    min-width: 100%;
  }
  .empowering section .btn-primary {
    min-width: 100%;
    max-width: 100%;
  }
}
.contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}
.contact-modal.is-active {
  display: flex;
}
.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
}
.contact-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 28px;
  padding: 25px 20px 0;
  max-width: 440px;
  width: min(100%, 440px);
  max-height: min(90vh, 840px);
  overflow-y: auto;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2);
}
@media (max-width: 600px) {
  .contact-modal__dialog {
    max-height: 90%;
  }
}
.contact-modal__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.contact-modal__brand {
  display: flex;
  align-items: center;
}
.contact-modal__brand img {
  max-height: 28px;
  width: auto;
}
.contact-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #D1D5DB;
  background: none !important;
  box-shadow: none !important;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border: none;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.contact-modal__close span {
  display: inline-block;
  transform: translateY(-1px);
  color: #D1D5DB;
}
.contact-modal__close:hover, .contact-modal__close:focus {
  background: #0a4bb0;
}
.contact-modal__hero {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.contact-modal__hero img {
  display: block;
  width: 100%;
  max-width: 226px;
  height: auto;
  border-radius: 18px;
}
.contact-modal__content {
  text-align: center;
}
.contact-modal__title {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 24px;
}
.contact-modal__intro {
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.6;
  font-size: 14px;
}
.contact-modal__form {
  width: 100%;
}
.contact-modal__message {
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.6;
  margin-bottom: 8px;
}
.contact-modal__message:last-of-type {
  margin-bottom: 0;
}
.contact-modal__message-subtext {
  color: rgba(15, 23, 42, 0.56);
  margin-top: 8px;
}
.contact-modal__highlight {
  color: #0f172a;
  font-weight: 600;
}
.contact-modal--success .contact-modal__dialog {
  background: #f1f5f9;
  padding: 48px 40px 40px;
  max-width: 480px;
}
.contact-modal--success .contact-modal__brand {
  margin-bottom: 28px;
  justify-content: center;
}
.contact-modal--success .contact-modal__brand img {
  max-height: 32px;
}
.contact-modal--success .contact-modal__close {
  background: rgba(15, 23, 42, 0.06);
  color: #9ca3af;
}
.contact-modal--success .contact-modal__close span {
  color: inherit;
}
.contact-modal--success .contact-modal__close:hover, .contact-modal--success .contact-modal__close:focus {
  background: rgba(10, 75, 176, 0.12);
}
.contact-modal--success .contact-modal__hero {
  margin: 0 0 32px;
}
.contact-modal--success .contact-modal__hero img {
  max-width: 180px;
  border-radius: 0;
}
.contact-modal--success .contact-modal__title {
  font-size: 32px;
  margin-bottom: 16px;
}
.contact-modal--success .contact-modal__message {
  color: #1f2937;
  font-size: 18px;
}
.contact-modal--success .contact-modal__message-subtext {
  font-size: 16px;
  margin-top: 12px;
}
body.modal-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .contact-modal {
    padding: 16px;
  }
  .contact-modal__dialog {
    padding: 24px 20px 32px;
  }
  .contact-modal__close {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .contact-modal--success .contact-modal__dialog {
    padding: 40px 24px 32px;
  }
  .contact-modal--success .contact-modal__title {
    font-size: 28px;
  }
  .contact-modal--success .contact-modal__hero {
    margin-bottom: 24px;
  }
  .contact-modal--success .contact-modal__hero img {
    max-width: 150px;
  }
}
#wpcf7-f14-o1 label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#wpcf7-f14-o1 input {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  box-shadow: 0 1px 2px 0 rgba(18, 26, 43, 0.05);
  padding: 18px 12px;
}
#wpcf7-f14-o1 p {
  margin-bottom: 0;
}
#wpcf7-f14-o1 input.form-submit {
  width: 100%;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #482300;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  background: #FCC001;
  margin-top: 16px;
}
#wpcf7-f14-o1 .wpcf7-acceptance span {
  margin: 0;
}
#wpcf7-f14-o1 .wpcf7-acceptance label {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
#wpcf7-f14-o1 .wpcf7-acceptance .wpcf7-list-item-label {
  color: #4B5563 !important;
  display: flex;
  gap: 7px;
  margin-left: -10px;
}
#wpcf7-f14-o1 .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #4B5563 !important;
  text-decoration: underline;
  display: flex;
}
#wpcf7-f41-o1 input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #EDEFF7;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  padding: 0 !important;
  min-height: 22px;
  border-radius: 4px !important;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #fcc001;
  border-color: #fcc001;
}
.wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-intl_tel {
  padding-left: 50px !important;
}
.intl-tel-input {
  width: 100%;
}
