.elementor-226 .elementor-element.elementor-element-93fd968{--display:flex;}.elementor-226 .elementor-element.elementor-element-a5534bf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-226 .elementor-element.elementor-element-61cddd8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-226 .elementor-element.elementor-element-52ba14f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-226 .elementor-element.elementor-element-cc67735{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2dd73b2 */.gmb-register-hero,
.gmb-register-hero *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-register-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:170px 0 110px;
  background:#020711;
  color:#ffffff !important;
}

.gmb-register-hero__bg{
  position:absolute;
  inset:0;
  background-image:url('http://gmb4u.com/wp-content/uploads/2026/05/illuminated-earth-map-black-background_266732-5191.avif');
  background-size:cover;
  background-position:center;
  filter:brightness(.22);
  transform:scale(1.05);
}

.gmb-register-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(0,174,239,.18), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(245,178,48,.14), transparent 30%),
    linear-gradient(135deg, rgba(2,7,17,.96), rgba(5,15,35,.92), rgba(1,4,10,.98));
}

.gmb-register-hero__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.16;
}

.gmb-register-hero__wrap{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:60px;
  align-items:center;
}

/* LEFT */
.gmb-register-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#f5b230 !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:22px;
}

.gmb-register-hero__eyebrow::before{
  content:"";
  width:48px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#f5b230);
}

.gmb-register-hero h1{
  margin:0;
  max-width:760px;
  color:#ffffff !important;
  font-size:clamp(48px,6vw,92px);
  line-height:.98;
  letter-spacing:-.05em;
  font-weight:700 !important;
}

.gmb-register-hero h1 span{
  display:block;
  margin-top:8px;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#f5b230 82%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-register-hero__content p{
  max-width:700px;
  margin:28px 0 0;
  color:rgba(255,255,255,.76) !important;
  font-size:16px;
  line-height:1.9;
}

.gmb-register-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:38px;
}

.gmb-register-hero__btn{
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800 !important;
  transition:.28s ease;
}

.gmb-register-hero__btn:hover{
  transform:translateY(-4px);
}

.gmb-register-hero__btn--gold{
  color:#06101d !important;
  background:linear-gradient(135deg,#ffe08a,#f5b230,#ff9f1c);
  box-shadow:
    0 18px 42px rgba(245,178,48,.24),
    0 0 18px rgba(0,174,239,.10);
}

.gmb-register-hero__btn--outline{
  color:#ffffff !important;
  border:1px solid rgba(0,174,239,.42);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
}

/* RIGHT CARD */
.gmb-register-hero__card{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:
    radial-gradient(circle at 90% 0%, rgba(0,174,239,.14), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
  border:1px solid rgba(0,174,239,.22);
  backdrop-filter:blur(18px);
  box-shadow:
    0 34px 90px rgba(0,0,0,.36),
    0 0 28px rgba(0,174,239,.08);
}

.gmb-register-hero__card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  padding:1px;
  background:linear-gradient(135deg, rgba(0,174,239,.45), rgba(245,178,48,.18));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.gmb-register-hero__card-top{
  padding:34px 34px 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.gmb-register-hero__card-top span{
  display:inline-flex;
  color:#00aeef !important;
  font-size:12px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:12px;
}

.gmb-register-hero__card-top strong{
  display:block;
  color:#ffffff !important;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-register-hero__list{
  display:grid;
  gap:18px;
  padding:30px 34px;
}

.gmb-register-hero__item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  align-items:flex-start;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  transition:.25s ease;
}

.gmb-register-hero__item:hover{
  transform:translateY(-4px);
  border-color:rgba(0,174,239,.32);
}

.gmb-register-hero__item span{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#06101d !important;
  background:linear-gradient(135deg,#ffe08a,#f5b230,#ff9f1c);
  font-size:15px;
  font-weight:800 !important;
}

.gmb-register-hero__item strong{
  display:block;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.3;
  font-weight:700 !important;
}

.gmb-register-hero__item p{
  margin:8px 0 0;
  color:rgba(255,255,255,.70) !important;
  font-size:14px;
  line-height:1.7;
}

.gmb-register-hero__bottom{
  padding:26px 34px;
  border-top:1px solid rgba(255,255,255,.08);
}

.gmb-register-hero__bottom strong{
  color:#f5b230 !important;
  font-size:12px;
  letter-spacing:.24em;
  font-weight:700 !important;
}

/* RESPONSIVE */
@media(max-width:980px){

  .gmb-register-hero{
    min-height:auto;
    padding:150px 0 90px;
  }

  .gmb-register-hero__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .gmb-register-hero h1{
    max-width:100%;
  }
}

@media(max-width:640px){

  .gmb-register-hero{
    padding:125px 0 75px;
  }

  .gmb-register-hero__wrap{
    width:90%;
  }

  .gmb-register-hero h1{
    font-size:44px;
    line-height:1.02;
  }

  .gmb-register-hero__content p{
    font-size:15px;
    line-height:1.8;
  }

  .gmb-register-hero__buttons{
    flex-direction:column;
  }

  .gmb-register-hero__btn{
    width:100%;
  }

  .gmb-register-hero__card{
    border-radius:28px;
  }

  .gmb-register-hero__card-top{
    padding:26px 24px 22px;
  }

  .gmb-register-hero__card-top strong{
    font-size:28px;
  }

  .gmb-register-hero__list{
    padding:24px;
  }

  .gmb-register-hero__item{
    grid-template-columns:1fr;
  }

  .gmb-register-hero__bottom{
    padding:22px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ab2223 */.gmb-register-cta,
.gmb-register-cta *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-register-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:100px 0;
  background:#020711;
  color:#ffffff !important;
}

.gmb-register-cta__bg{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.22);
  transform:scale(1.05);
}

.gmb-register-cta__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 25%, rgba(0,174,239,.18), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(245,178,48,.16), transparent 30%),
    linear-gradient(135deg, rgba(2,7,17,.97), rgba(5,15,35,.92), rgba(1,4,10,.98));
}

.gmb-register-cta__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.15;
}

.gmb-register-cta__wrap{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:44px;
  align-items:center;
  padding:52px;
  border-radius:42px;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.028));
  border:1px solid rgba(0,174,239,.20);
  backdrop-filter:blur(18px);
  box-shadow:0 34px 90px rgba(0,0,0,.36);
}

.gmb-register-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#f5b230 !important;
  font-size:13px;
  font-weight:800 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:20px;
}

.gmb-register-cta__eyebrow::before{
  content:"";
  width:48px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#f5b230);
}

.gmb-register-cta h2{
  margin:0;
  max-width:760px;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-register-cta h2 span{
  display:block;
  margin-top:6px;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#f5b230 82%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-register-cta__content p{
  margin:24px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.76) !important;
  font-size:16px;
  line-height:1.85;
}

.gmb-register-cta__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.gmb-register-cta__btn{
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800 !important;
  transition:.28s ease;
}

.gmb-register-cta__btn:hover{
  transform:translateY(-4px);
}

.gmb-register-cta__btn--gold{
  color:#06101d !important;
  background:linear-gradient(135deg,#ffe08a,#f5b230,#ff9f1c);
  box-shadow:0 18px 42px rgba(245,178,48,.24);
}

.gmb-register-cta__btn--outline{
  color:#ffffff !important;
  border:1px solid rgba(0,174,239,.42);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
}

/* SUMMARY */
.gmb-register-cta__summary{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-register-cta__summary::before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(0,174,239,.16);
  filter:blur(10px);
}

.gmb-register-cta__summary-head{
  position:relative;
  z-index:2;
  margin-bottom:22px;
}

.gmb-register-cta__summary-head strong{
  display:block;
  color:#ffffff !important;
  font-size:26px;
  line-height:1.2;
  font-weight:800 !important;
  margin-bottom:6px;
}

.gmb-register-cta__summary-head span{
  color:#f5b230 !important;
  font-size:13px;
  font-weight:800 !important;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.gmb-register-cta__summary ul{
  position:relative;
  z-index:2;
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.gmb-register-cta__summary li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.74) !important;
  font-size:14.5px;
  line-height:1.65;
}

.gmb-register-cta__summary li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:11px;
  height:11px;
  border-radius:50%;
  background:linear-gradient(135deg,#00aeef,#f5b230);
  box-shadow:0 0 14px rgba(0,174,239,.32);
}

@media(max-width:900px){
  .gmb-register-cta__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .gmb-register-cta{
    padding:75px 0;
  }

  .gmb-register-cta__wrap{
    width:90%;
    padding:30px 22px;
    border-radius:28px;
  }

  .gmb-register-cta h2{
    font-size:34px;
  }

  .gmb-register-cta__content p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-register-cta__buttons{
    flex-direction:column;
  }

  .gmb-register-cta__btn{
    width:100%;
  }

  .gmb-register-cta__summary{
    padding:24px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4613ed */.gmb-pro-footer,
.gmb-pro-footer *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-pro-footer{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(0,174,239,.22), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(245,178,48,.18), transparent 30%),
    linear-gradient(135deg,#020711 0%,#061426 48%,#010409 100%);
  color:#ffffff !important;
  padding:90px 0 0;
  border-top:2px solid rgba(0,174,239,.55);
}

.gmb-pro-footer__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.16;
}

.gmb-pro-footer__glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(100px);
  opacity:.28;
  pointer-events:none;
}

.gmb-pro-footer__glow--blue{
  left:-160px;
  top:80px;
  background:#00aeef;
}

.gmb-pro-footer__glow--gold{
  right:-160px;
  bottom:-80px;
  background:#f5b230;
}

.gmb-pro-footer__wrap{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.45fr .9fr;
  gap:60px;
  padding-bottom:64px;
}

.gmb-pro-footer__brand img{
  width:260px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 18px rgba(0,174,239,.28));
}

.gmb-pro-footer__line{
  display:block;
  width:70px;
  height:3px;
  margin:30px 0 24px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__brand p{
  margin:0;
  max-width:420px;
  color:rgba(255,255,255,.76) !important;
  font-size:15px;
  line-height:1.9;
}

.gmb-pro-footer__links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.gmb-pro-footer h3{
  margin:0 0 24px;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.3;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.gmb-pro-footer h3::after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-top:12px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__links a{
  display:block;
  position:relative;
  color:rgba(255,255,255,.72) !important;
  text-decoration:none !important;
  font-size:14.5px;
  line-height:1.55;
  padding:0 0 15px 18px;
  transition:.25s ease;
}

.gmb-pro-footer__links a::before{
  content:">";
  position:absolute;
  left:0;
  top:0;
  color:#00aeef;
  font-weight:700;
}

.gmb-pro-footer__links a:hover{
  color:#f5b230 !important;
  transform:translateX(5px);
}

.gmb-pro-footer__contact{
  display:grid;
  align-content:start;
  gap:18px;
}

.gmb-pro-footer__info{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:flex-start;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(0,174,239,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-pro-footer__info span{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff !important;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg,#061426,#02101f);
  border:1px solid rgba(0,174,239,.55);
  box-shadow:0 0 22px rgba(0,174,239,.25);
  font-size:13px;
  font-weight:700 !important;
}

.gmb-pro-footer__info p,
.gmb-pro-footer__info a{
  margin:0;
  color:rgba(255,255,255,.74) !important;
  font-size:14px;
  line-height:1.75;
  text-decoration:none !important;
}

.gmb-pro-footer__info a:hover{
  color:#f5b230 !important;
}

.gmb-pro-footer__bottom{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  padding:26px 0;
  border-top:1px solid rgba(0,174,239,.22);
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}

.gmb-pro-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.55) !important;
  font-size:13px;
}

.gmb-pro-footer__bottom strong{
  color:#f5b230 !important;
  font-size:13px;
  font-weight:700 !important;
  letter-spacing:.28em;
}

@media(max-width:1050px){
  .gmb-pro-footer__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:720px){
  .gmb-pro-footer{
    padding-top:70px;
  }

  .gmb-pro-footer__wrap,
  .gmb-pro-footer__bottom{
    width:90%;
  }

  .gmb-pro-footer__brand img{
    width:210px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:1fr;
    gap:28px;
  }

  .gmb-pro-footer__info{
    grid-template-columns:1fr;
  }

  .gmb-pro-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .gmb-pro-footer__bottom strong{
    letter-spacing:.18em;
    line-height:1.7;
  }
}/* End custom CSS */