@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
*, body{
    font-family: 'Lato', Dutum, Tahoma, "Malgun Gothic", Apple-Gothic, NanumGothic, sans-serif;
}
.toggleWrapper{padding: 150px 0px 60px;position: relative;margin-top: -230px;background: linear-gradient(180deg,rgba(255,255,255,.37) 0%,#FFFFFF 40.5%);position: relative;left: -5px;}
.toggleDiv{ width: 200px;text-align: center;border: 1px solid #113dcd;padding: 8px 20px;display: table;margin: 0 auto;color: #113dcd;border-radius: 20px;position: absolute;left: 0;right: 0;top: 100px;cursor: pointer;background: white;}
.toggleShow{display: none;}
.dis{display: contents !important;}
.progressBar {
    height: 2px;
    background-color: #ddd;
    position: relative;
    width: 100%;
    border-radius: 30px;
}
.progress-bar-inner {
    height: 100%;
    background: linear-gradient(to right,rgba(17,61,205,.3),#113dcd);
    width: 0;
}
.cta-white{
    background-color: #fff;
    color: #113dcd;
    border-radius: 34px;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-white:hover, .cta-white:active, .cta-white:focus{
    box-shadow: 0 30px 22px -20px #788ace;
    text-decoration: none;
    color: #113dcd;
}
.arrow{background: url(../assets/images/white-arrow.svg) no-repeat;width: 16px;height: 16px;display: inline-block;margin:0px 0px 4px 8px;vertical-align: middle;}
.banner-img-wrap{background: url(../assets/images/purple-bg.png) no-repeat 69px 10px;}
.cta-primary{
    background-color: #113dcd;
    border-radius: 34px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-primary:hover, .cta-primary:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 30px 22px -20px #788ace;
}

.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
.relative{
    position: relative;
}
.mx-4{
    margin-left: 16px;
    margin-right: 16px;
}
.ml-8{
    margin-left: 32px;
}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-10{
    margin-bottom: 40px;
}
.mt-7\.5{
    margin-top: 30px;
}
.w-1\/4{
    width: 25%;
}
.btn-primary{
    background-color: #113DCD;
    color: #fff;
    border: 1px solid #113DCD;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0 60px;
    min-width: auto;
    transition: all .4s ease;
}
.btn-primary:hover{
    color: #fff;
    background: rgb(1 23 107);
    text-decoration: none;
}
.section-heading{
    font-size: 30px;
    line-height: 46px;
    font-weight: bold;
}
.sub-text {
    font-size: 16px;
    line-height: 24px;
}
.bg-mid-grey{
    background-color: #fbfbfe;
}
.bg-white{
    background-color: #ffffff;
}
.text-red{
    color: #CA3A30;
}
.text-green{
    color: #4CA053;
}
.holder-md{
    width: 80%;
    margin: 0 auto;
}
.top-banner{
    padding: 60px 0;
    background: #ffffff;
}
.top-banner .list-items{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.top-banner .list-items li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
}
.top-banner .list-items li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    background-image: url(../assets/images/checkcircle.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
/* container */
.process-flow {
    padding: 60px 0;
  }

  /* flex row for steps */
  .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0; /* spacing handled by padding in .step */
  }

  /* Each step: equal width */
  .step {
    flex: 1 1 0;        /* grow, shrink, base */
    min-width: 0;       /* prevents overflow of content */
    position: relative; /* for arrow pseudo elements */
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
  }

  /* Circle icon */
  .step .icon-wrap {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #8B5CF6;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.step-details{
    display: flex;
    flex-direction: column;
}
  .step .step-number {
    font-size: 16px;
    color: #999999;
    margin-bottom: 6px;
    font-weight: 700;
  }

  .step .step-title {
    font-size: 16px;
    font-weight: 700;
    color: #123D80;
    margin-bottom: 10px;
  }

  .step .step-desc {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin: 0 auto;
    max-width: 247px;
  }
 
  .step:not(:last-child)::before {
    content: "";
    background: url('../assets/images/step-arrow.svg') no-repeat center center;
    width: 95px;
    height: 6px;
    position: absolute;
    top: 44px;
    transform: translateX(100%);
    color: #9ee0d7;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
  }

  @media (min-width: 992px) {
    .step:not(:last-child)::after { width: 40px; transform: translateX(0); right: -40px; }
    .step:not(:last-child)::before { right: -44px; transform: translateX(0); }
  }

  @media (max-width: 767px) {
    .btn-primary{
        width: 100%;
    }
   .holder-md{
        width: 100%;
   }
   .sm\:flex-col{
        flex-direction: column;   
    }
    .sm\:gap-20{
        gap: 20px;
    }
    .steps {
      flex-direction: column;
      align-items: center;
    }
    .step {
        width: 100%;
        padding: 18px 16px;
        text-align: center;
        flex-direction: row;
        display: flex;
        gap: 20px;
    }
    .step .step-desc { 
        max-width: 320px; 
        text-align: left;
    }
    .step:not(:last-child)::after,
    .step:not(:last-child)::before {
      display: none;
    }
    .step .icon-wrap {
      width: 60px;
      height: 60px;
      margin: 0;
    }
    .step .icon-wrap img {
      width: 45%;
      height: auto;
    }
    .step-details{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
  }

  .icon-wrap { z-index: 2; position: relative; }

  .process-flow .step-number { margin-top: 6px; }
  .process-flow .step-title { margin-top: 6px; margin-bottom: 8px; }
  .process-flow .step-desc { margin-top: 0; }

  .compare-section-bg {
    background:#ECE9FC;  
    padding: 50px 15px;
    text-align: center;
}

.compare-box {
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    text-align: left;
    border: 1px solid #CBD5E1;
}

/* Heading row with icon */
.box-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.box-heading img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.box-heading h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    color: #051E57;
}

/* Subtitle under heading */
.box-sub {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #051E57;
    margin-top: 4px;
    display: block;
}

/* Bullet list */
.compare-box ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.compare-box ul {
    margin-bottom: 0;
}
.compare-box ul li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
.compare-box ul.check-list li::before {
    background-image: url(../assets/images/check-icon.svg);
}
.compare-box ul.error-list li::before {
    background-image: url(../assets/images/error-icon.svg);
}

@media (max-width: 767px) {
    .compare-box {
        margin-bottom: 20px;
    }
}

.three-in-one-service {
    padding: 40px 15px;
}

.three-in-one-service .service-card {
    background: #ECE9FC;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    border: 1px solid #D8E0EE;
}
.three-in-one-service .service-card img{
    margin-bottom: 12px;
}

.three-in-one-service .service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.three-in-one-service .service-card .desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 96px;
}
.three-in-one-service .service-card .cta{
    color: #113DCD;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
.three-in-one-service .service-card .cta:hover{
    color: #113DCD;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .service-card {
        display: flex;
        flex-direction: column;
    }
}
.format-samples-section{
    background-color: #EFF2FB;
    padding: 60px 0;
}
.samples-box{
    box-shadow: 0px 4px 20px 0px #00000026;
    background-color: #FFFFFF;
    scroll-margin-top: 126px;
}
.format-samples-section .nav {
    text-align: center;
    background-color: #9CA3AF;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  .format-samples-section .tab-content {
    text-align: center;
    padding: 20px;
  }
  
  .format-samples-section .tab-pill.nav-pills > li.active > a,
  .format-samples-section .tab-pill.nav-pills > li.active > a:focus,
  .format-samples-section .tab-pill.nav-pills > li.active > a:hover {
    background-color: #fff;
    color: #113DCD;
    font-size: 14px;
    font-weight: 700;
    border-radius:0;
    padding: 10px;
    width: auto;
  }
  .format-samples-section .tab-pill.nav > li{
    width: 100%;
  }
  
  .format-samples-section .tab-pill.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 0;
    margin: 0;
    width: auto;
    text-align: center;
    background-color: #E8E8F2;
    font-size: 14px;
    font-weight: 700;
    color: #4B5563;
    border: none;
  }
  
  .format-samples-section .list li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    list-style-type: disc;
    font-weight: 600;
  }
  
  .format-samples-section .sample-btn {
    background: #fff;
    color: #0b8cbe;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    line-height: 24px;
    border-radius: 4px;
    padding: 15px 50px;
    border: 1px solid #0b8cbe;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .why-section {
    padding: 60px 0;
}

.why-section .inline-icon {
    width: 18px;
    margin-right: 5px;
}
.why-section .why-item {
    margin-bottom: 30px;
}

.why-section .why-icon {
    font-size: 22px;
    margin-right: 6px;
}

.why-section .why-item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-section .why-item-text {
    font-size: 16px;
    line-height: 24px;
}

.why-section .why-img {
    border-radius: 20px;
    width: 100%;
}

.why-section .mobile-img {
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .why-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .why-item {
        margin-bottom: 25px;
    }

    .why-img {
        border-radius: 15px;
    }
}

.services-provided {
    background-color: #DBE3FF;
    padding: 60px 0;
  }
  
  .services-provided .cards-container {
    display: flex;
    gap: 24px;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: auto;
    padding: 20px 0;
  }
  
  .services-provided .card {
    position: relative;
    flex: 0 0 90%;
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
  }
  
  .services-provided .card-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #EFF2FB;
    width: 73px;
    height: 73px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    color: #9CA3AF;
  }
  
  .services-provided .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 24px;
    width: 86%;
    line-height: 24px;
    min-height: 52px;
  }
  
  .services-provided .card-text {
    font-size: 14px;
    line-height: 21px;
    color: #262626;
  }
  
  @media (min-width: 992px) {
    .services-provided {
      overflow: visible;
      padding: 60px 0;
    }
  
    .services-provided .cards-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      justify-content: center;
      padding: 0;
    }
  
    .services-provided .card {
      flex: 0 0 calc(34% - 24px);
    }
  }

.quality-section {
    padding: 40px 0;
}

.quality-section .quality-row {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    display: flex;
}

.quality-section .quality-card {
    padding: 35px 28px;
    position: relative;
}

.quality-section .quality-card:not(:last-child) {
    border-right: 1px solid #E5E7EB;
}

.quality-section .icon-wrap {
    margin-bottom: 20px;
}

.quality-section .card-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
    min-height: 48px;
}

.quality-section .card-text {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .quality-section .quality-row {
        flex-direction: column;
        margin: 0 10px;
    }
    .quality-section .quality-card {
        border-right: none !important;
        border-bottom: 1px solid #E5E7EB;
        padding: 20px;
    }

    .quality-section .quality-card:last-child {
        border-bottom: none;
    }
}

.accelerate-section {
    background: #FFF7D6;
    padding: 50px 0;
}

/* Wrapper alignment */
.accelerate-wrapper {
    display: flex;
    align-items: center;
}

/* Content text */
.accelerate-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.accelerate-text {
    font-size: 15px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
    .accelerate-wrapper {
        display: block;
        text-align: center;
    }

    .accelerate-title {
        margin-top: 25px;
    }
}

.thesis-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* === Modal === */
  .thesis-popup-modal {
    position: relative;
  background: #fff;
  border-radius: 14px;
  max-width: 760px;
  width: 90%;
  padding:0 10px 20px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease;
  overflow: hidden; /* ensures curve stays inside */
  }
  .thesis-popup-modal::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 251px; /* adjust curve height as needed */
background: linear-gradient(180deg, rgba(248, 226, 224, 0) -36.34%, #F8E2E0 63.66%);
clip-path: ellipse(65% 100% at 50% 0%);
z-index: 0;
  }
  .thesis-popup-modal .scroll-area{
    max-height: 500px;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;

  }
  .thesis-popup-modal .scroll-area::-webkit-scrollbar {
    width: 6px;
  }

  .thesis-popup-modal .scroll-area::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }

  .thesis-popup-modal .scroll-area::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ccc, #999);
    border-radius: 10px;
  }

  .thesis-popup-modal .scroll-area::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b5b5b5, #888);
  }

  /* Elegant Scrollbar — Firefox */
  .thesis-popup-modal .scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
  }
  /* === Close Button === */
  .thesis-popup-modal .popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #888;
    z-index: 2;
  }
  .thesis-popup-modal .popup-close:hover {
    color: #000;
  }

  /* === Header === */
  .thesis-popup-modal .popup-header {
    text-align: center;
    margin-bottom: 12px;
    background-color: transparent;
  }
  .thesis-popup-modal .popup-header h2 {
    font-size: 40px;
    margin: 8px 0;
    padding-top: 20px;
    color: #1133A4;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .thesis-popup-modal .popup-header h2::before,  .thesis-popup-modal .popup-header h2::after{
    content: '';
    display: block;
    width: 75px;
    height: 75px;

  }
  .thesis-popup-modal .popup-header h2::before{
    background: url('../../../images/camapign-img/offer-icon-left.png') no-repeat;

  }
  .thesis-popup-modal .popup-header h2::after{
    background: url('../../../images/camapign-img/offer-icon-right.png') no-repeat;
  }
  .thesis-popup-modal .popup-header p {
    font-size: 24px;
    line-height: 34px;
    color: #1F2937;
    margin: 0;
  }
  .thesis-popup-modal .highlight {
    color: #CA3A30;
    font-weight: 700;
  }
  .thesis-popup-modal .popup-footer {
    margin-top: 15px;
    text-align: center;
  }
  .thesis-popup-modal .dont-show-today {
    font-size: 12px;
    color:#1F2937 ;
    cursor: pointer;
    font-weight: normal;
  }
  .thesis-popup-modal .dont-show-today input{
    margin-top: 0;
  }


  /* === Coupon Box === */
  .thesis-popup-modal .popup-coupon-box {
  position: relative;
  width: 80%;   
  margin: 0 auto;
  background: #EFF2FB;
  border: 1px solid #7990E0;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #204eea;
  font-weight: bold;
  font-size: 22px;
  padding: 30px;
  }
  .thesis-popup-modal .popup-coupon-box::before,
  .thesis-popup-modal .popup-coupon-box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;       /* width of half circle */
    height: 10px;       /* half of width → makes half circle */
    border: 1px solid #7990E0;
    border-radius: 120px 120px 0 0;  /* Top half circle */
    z-index: 1;
}
.thesis-popup-modal .popup-coupon-box::before {
    top: -1px;
    border-top: none;
    border-radius: 0 0 120px 120px;
    background-color: #f8e2e0;
}

.thesis-popup-modal .popup-coupon-box::after {
    bottom: -1px;
    border-bottom: none;
    background-color: white;
}
.thesis-popup-modal .popup-coupon-box .button{
    width: 234px;
    height: 40px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-size: 16px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    text-decoration: none;
    margin-top: 12px;
  }
  .thesis-popup-modal .popup-coupon-code {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #113DCD;
    border: 1px dashed #9CA3AF;
    padding: 7px 16px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-right: 10px;
  }
  .thesis-popup-modal .popup-copy-btn {
    border: none;
    color: #113DCD;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    gap: 5px;
    align-items: center;
    background: none;
  }
  .thesis-popup-modal .popup-copy-btn::before{
    content: "";
    width:12px;
    height:12px;
    background: url('../../../images/camapign-img/copy-icon.svg') no-repeat
  }
  .thesis-popup-modal .popup-copy-btn:hover {
    text-decoration: underline;
  }

  /* === Description === */
  .thesis-popup-modal .popup-desc {
    font-size: 16px;
    color: #262626;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: normal;
  }
  .thesis-popup-modal .popup-subtext {
    color: #CA3A30;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .thesis-popup-modal .popup-content {
    position: relative;
    z-index: 1;
    padding: 0 55px;
  }

  /* === Terms List === */
  .thesis-popup-modal .popup-terms {
    margin-top: 10px;
    font-size: 12px;
    color: #1F2937;
    line-height: 24px;
    border-top: 1px solid #E77975;
    padding-top: 10px
  }
  .thesis-popup-modal .popup-terms li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  .thesis-popup-modal .popup-terms li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../../../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .copy-tooltip {
    position: fixed;
    transform: translateX(-50%);
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    opacity: 0.5;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .copy-tooltip.fade-out {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  .nb{
    display: none;
}

/* === Animation === */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .thesis-popup-modal .popup-coupon-box{
      width: 100%;
      padding: 20px 10px
  }
  .thesis-popup-modal{
      padding: 20px;
      overflow-y: scroll;
      max-height: 600px;
  }
  .thesis-popup-modal .popup-header h2{
      font-size: 30px;
  }
  .thesis-popup-modal::before{
      height: 352px;
      clip-path: ellipse(90% 100% at 50% 0%);
  }
  .thesis-popup-modal .popup-content{
      padding: 0;
      margin-right: 10px;
  }
  .thesis-popup-modal .popup-header{
      padding: 0;      
  }
  .nb{
      display: block;
  }
}

.primary-cta {
    background-color: rgba(17, 61, 205, 1);
    color: #fff !important;
    border: 1px solid rgba(17, 61, 205, 1);
}
.popup-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	flex-wrap:wrap;
    padding: 10px 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.popup-logo {
    height: 31px;
    width: auto;
}
.popup-logo1 {
    height: 33.5px;
    width: auto;
}
.popup-separator {
    font-size: 20px;
    color: #9CA3AF;
    font-weight: 400;
    margin: 0 4px;
}
.popup-brand-text {
    font-size: 24px;
    font-weight: 600;
    color: #1133A4;
    margin-left: 4px;
}
