/*CSS which is common across breakpoints will be wrriten here*/

/* ================= BANNER HERO ================= */

.banner-hero {
  display: grid;
  grid-template-columns:  59.1% 40.9%;
  min-height: 420px;
  background: #ffffff;
  overflow: hidden;
}
.banner-hero__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.banner-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 100% center;
  clip-path: polygon(0 0, 100% 0, 63.6% 100%, 0 100%);
}

.banner-hero__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  padding: 40px 120px 40px 40px;
  overflow: hidden;
}

.banner-hero__content::before {
  content: "";
  position: absolute;
  right: 72px;
  top: 38px;
  bottom: 38px;
  width: 52%;
  z-index: 0;
  pointer-events: none;
}

.banner-hero__accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  height: 390px;
  background: #2f6fed;
  clip-path: polygon(0% 100%, 100% 0, 100% 100%, 70% 100%);
  z-index: 1;
}

.banner-hero__content-inner {
  max-width: 474px;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 2;
  font-family: "forma-djr-micro" !important;
}

.banner-hero__content-inner,
.banner-hero__content-inner * {
  box-shadow: none !important;
}

.banner-hero__content-inner > :first-child,
.banner-hero__content-inner > :first-child * {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 32px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  color: #212121 !important;
  background: transparent !important;
  border: 0 !important;
}

.banner-hero__content-inner > :nth-child(2),
.banner-hero__content-inner > :nth-child(2) * {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
}

.banner-hero__content-inner .btn,
.banner-hero__content-inner .custom-btn,
.banner-hero__content-inner button,
.banner-hero__content-inner a.btn {
  margin: 0 !important;
  background: #0063d1 !important;
  border-color: #0063d1 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.banner-hero__content-inner .btn:hover,
.banner-hero__content-inner .custom-btn:hover,
.banner-hero__content-inner button:hover,
.banner-hero__content-inner a.btn:hover {
  background: #004ea8 !important;
  border-color: #004ea8 !important;
  color: #ffffff !important;
}

/* Desktop refinements */
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .banner-hero,
  .banner-hero__media,
  .banner-hero__content {
    min-height: 537px;
  }

  .banner-hero__img {
    object-position: 70% center;
   clip-path: polygon(0 0, 100% 0, 63% 100%, 0 100%);
   object-fit: cover;
  }

  .banner-hero__content {
    padding: 36px 56px 36px 0px;
  }

  .banner-hero__content::before {
    right: 48px;
    top: 34px;
    bottom: 34px;
    width: 48%;
  }

  .banner-hero__content-inner {
     max-width: 474px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .banner-hero,
  .banner-hero__media,
  .banner-hero__content {
    min-height: 537px;
  }

  .banner-hero__img {
    object-position: 70% center;
  clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
  object-fit: cover;
  }

  .banner-hero__content {
    padding: 40px 72px 40px 0px;
  }

  .banner-hero__content::before {
    right: 58px;
    width: 50%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .banner-hero,
  .banner-hero__media {
    min-height: 537px;
  }

  .banner-hero__img {
    object-position: 80% center;
    object-fit: cover;
   clip-path: polygon(0 0, 100% 0, 67% 100%, 0 100%)
  }

  .banner-hero__content {
   padding: 40px 40px 40px 0;
  }

  .banner-hero__content::before {
    right: 64px;
    width: 52%;
  }
}

@media only screen and (min-width: 1920px) {

  .banner-hero__img {
    object-position: 100% center;
   clip-path: polygon(0 0, 100% 0, 72.5% 100%, 0 100%)
  }
}

@media only screen and (min-width: 1921px) {
  .banner-hero {
    grid-template-columns: 59.1% 40.9%;
  }

  .banner-hero,
  .banner-hero__media,
  .banner-hero__content {
    min-height: 537px;
  }

  .banner-hero__img {
    object-position: 100% center;
   clip-path: polygon(0 0, 100% 0, 72.5% 100%, 0 100%);
   object-fit: cover;
  }

  .banner-hero__content {
    padding: 48px 96px 48px 0px;
  }

  .banner-hero__content::before {
    right: 76px;
    top: 42px;
    bottom: 42px;
    width: 52%;
  }
}

/* Mobile / tablet */
@media only screen and (max-width: 1023px) {
  .banner-hero {
    display: none;
  }
  .mobile-card-wrapper {
    display: flex !important; 
  }
  .banner-hero__img {
    object-position: 57% 0;
 clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%)
  }
}

/* Language Dropdown CSS Begins Here */
.language-heading {
  font-family: Forma DJR UI, Arial, sans-serif;
}

.language-container {
  columns: 2;
  column-gap: 1px;
}
/* Language Dropdown CSS Ends Here */
/* CSS Changes completed till here  */

/* Secondary Header CSS Starts Here */
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #ffffff;
  opacity: 1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #d6e8e8;
  pointer-events: none;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  opacity: var(--bs-btn-disabled-opacity);
  padding: 10px 25px;
  color: #a7a7a7;
}

.language-section {
  margin-top: 7px;
}

#mb-language-btn-1 {
  background: #0076ad0d;
  border: none;
  margin-top: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-left: 9px;
}

ul.r-second__menu-nav {
  display: flex;
  padding: 0;
}

.main-title {
  list-style: none;
  padding-right: 12px;
}

.SeconHhederBorderRight {
  border-left: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}

li#myrequests-l-second_menu-item,
li#myservices-l-second_menu-item {
  list-style: none;
}

.needhelpBorder {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 !important;
}

#config-service-title {
  font-size: calc(8px + 1.33vw) !important;
}

.secondHeaderTitle {
  font-size: calc(7px + 1.33vw);
}

@media (min-width: 1200px) {
  #config-service-title {
    font-size: 16px !important;
  }
  .secondHeaderTitle,
  #language {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  #config-service-title {
    font-size: calc(10px + 0.5vw) !important;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: calc(10px + 0.5vw);
  }
  .l-second__menu-nav {
    flex-direction: unset !important;
  }
}

@media (min-width: 768px) {
  #config-service-title {
    font-size: calc(8px + 0.5vw) !important;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: calc(6px + 0.5vw);
  }
}

@media (min-width: 992px) {
  #config-service-title {
    font-size: 16px !important;
    min-width: auto;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: 16px;
  }
  .needhelpBorder {
    min-width: 106px;
  }
}
/* Secondary Header css ends here */

/* Modal Need Help CSS Starts here */
.btn-close {
  background: 0 2 !important;
}

.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: #ffffff;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.form-control:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.arr .no-arrow {
  -moz-appearance: textfield;
}

.arr .no-arrow::-webkit-inner-spin-button {
  display: none;
}

input.middle:focus {
  outline-width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-body textarea {
  border: 1px solid #949494;
}

.model-content-style {
  width: 600px;
}

.modal-header-style {
  font-family: Forma DJR Micro Regular;
  flex: auto;
}

.modal-body-custom-style {
  width: 500px;
  margin: 1em auto;
}

.input-text-custom {
  border-radius: 12px;
  height: 48px !important;
  border: 1px solid #666666 !important;
}

.input-label-custom {
  font-size: 12px !important;
  padding-top: 12px !important;
  color: #212121 !important;
}

.text-area-custom {
  min-height: 112px !important;
  resize: vertical !important;
  border-radius: 12px;
  border: 1px solid #666666 !important;
}

.icon-custom {
  font-size: 20px !important;
  color: #737373 !important;
  vertical-align: sub;
}

.info-span-custom {
  color: #212121 !important;
}

.custom-footer-style {
  width: 500px;
  margin: 2.5em auto 2em auto;
}

.need-help-custom {
  width: 100px;
  height: 48px;
  padding: 0.5em 1em !important;
  border-radius: 8px;
  font-size: 16px !important;
}

.submit-button-custom {
  border-color: transparent !important;
  background-color: #0076ad !important;
}

.submit-button-custom:disabled {
  background-color: #e8e8e8 !important;
  color: #a3a3a3;
}

.cancel-button-custom {
  color: #0076ad !important;
  border-color: #0076ad !important;
}

.cancel-button-custom:hover {
  background: transparent !important;
}

.close-btn {
  margin-bottom: 2em !important;
  color: #666666 !important;
}
/* Modal Need Help CSS Ends here  */

#yui-gen0 {
  display: none;
}

.sec-nav-title:hover,
.l-second__menu-item:hover {
  cursor: pointer;
}

.custom-container.second-nav-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.second-header {
  background: var(--white);
  width: 100%;
  height: 56px;
}

.second-header-border {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.second-nav-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 30px;
}

.second-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-nav-items {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  text-transform: capitalize;
}

.l-second__menu-nav {
  list-style: none;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
}

.sec-nav-title {
  display: flex;
  font-size: 18px;
}

.main-title {
  font-size: 20px !important;
  height: auto;
  min-height: 38px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #212121;
}

.l-second__menu-item {
  height: 56px;
  position: relative;
}

#config-service-title::after {
  width: 100%;
}

#contactus-l-second_menu-item:hover > a::after {
  content: "";
  background-color: var(--denim) !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.1s ease-in;
  width: 100%;
  height: 4px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#account-l-second_menu-item:hover > a > span > p,
#myrequests-l-second_menu-item:hover > a > span > p,
#myservices-l-second_menu-item:hover > a > span > p,
#resource-l-second_menu-item:hover > a > span > p,
#needhelp-l-second_menu-item:hover > span > p {
  background-color: rgba(0, 118, 173, 0.05);
  border-radius: 8px;
  color: #024466;
}

.active-menu-item > a > span > p,
#needhelp-l-second_menu-item:active > span > p {
  background-color: rgba(0, 118, 173, 0.1);
  border-radius: 8px;
  color: #0076ad;
}

.contextual-dropdown-menu > .active > a,
.contextual-dropdown-menu > .active > a:focus,
.contextual-dropdown-menu > .active > a:hover,
.contextual-dropdown-menu > li > a,
.contextual-dropdown-menu > li > a:focus,
.contextual-dropdown-menu > li > a:hover {
  padding: 4px 16px;
}

/* Changes */
.l-second_menu-link {
  text-decoration: none !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--woodsmoke) !important;
}

#needhelp-l-second_menu-item {
  display: flex;
  align-items: center;
}

/* Changes New*/
.l-second_menu-link > span > p,
#needhelp-l-second_menu-item > span > p {
  margin: 0 !important;
  padding: 8px 12px 8px 12px;
  line-height: 1;
}

.second-nav-align {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.second-nav-sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.padding-left-30 {
  padding-left: 30px;
}



.request-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    background: var(--wildsand);
    margin: 0
}

.request-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.request-view-all-link {
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
}

.request-card-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 8px;
}

.request-card-id {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 8px;
}

.request-card-date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6b6b6b;
}

.request-grid-section {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  gap: 16px;
}

.request-grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  width: 100%;
  flex-basis: 100%;
  order: 3;
}

.request-grid {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 80px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 16px;
  background: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  box-sizing: border-box;
  box-shadow: none;
  font-family: "forma-djr-micro" !important;
}

.request-grid:hover {
  cursor: pointer;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.view-all-grid {
  display: none !important;
}

.style-asset-icon {
  display: none;
}

.request-grid-title {
  text-align: left !important;
  margin-top: 24px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #404040;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "forma-djr-micro" !important;
}

.view-all-grid {
  display: none !important;
}

.request-grid .withoutKey {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0;
}

.request-grid .font--style-h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #6b6b6b;
  margin: 0;
}

.view-all-large {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #024AD8B3;
  padding-top: 0;
}

.view-all-large a {
  color: #024AD8B3 !important;
  text-decoration: none !important;
}



.view-all-mobile {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  flex-shrink: 0;
}

.view-all-mobile .primary-link {
  color: #024AD8B3!important;
  margin-top : 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.view-all-mobile .primary-link span {
  color: #2f6fed !important;
  font-weight: 400;
}

.view-all-large a:hover,
.view-all-mobile .primary-link:hover {
  text-decoration: none !important;
} 

.request-grid .font--style-h6 .separator {
  margin: 0 8px;
}

.chat-icon a {
  font-weight: bold;
}

.chat-icon a:hover {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

/* ===== HELP SECTION ===== */

.help-section-wrapper {
  display: flex;
  background: rgba(102, 102, 102, 0.05);
  justify-content: center;
  padding: 60px 240px;
}

.help-section-grid-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.help-section-title-container {
  margin: 0 0 24px 0;
  text-align: left;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 20px;
}

.help-section-title-container,
.help-section-title-container * {
  text-align: left !important;
}

.help-section-title-container > :first-child,
.help-section-title-container > :first-child * {
  margin: 0 0 16px 0 !important;
  font-size: 32px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
  color: #212121 !important;
  font-family: "forma-djr-micro", !important;
}

.help-section-title-container > :nth-child(2),
.help-section-title-container > :nth-child(2) * {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  color: #636363 !important;
  font-family: "forma-djr-micro",  !important;
  max-width: 1441px;
}

.help-section-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

.help-section-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  min-height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  box-sizing: border-box;
}

.help-section-card-container {
  position: relative;
  background: #ffffff;
  padding: 32px 24px;
  min-height: 96px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.help-section-card-container::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  background: #d9d9d9;
  border-radius: 999px;
}

.help-section-card-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #636363;
  font-family: "forma-djr-micro", !important;
  flex: 1 0 0;
}

.help-section-card-title,
.help-section-card-title * {
  margin: 0 !important;
  padding: 0 !important;
}

.help-section-card-subtitle {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-align: left;
  color: #212121 !important;
  border: none !important;
  font-family: "forma-djr-micro";
}

.help-section-card-description {
  background: #ffffff;
  padding: 20px 24px 44px;
  min-height: 148px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

/* Subtitle inside card body — kill platform-injected borders with max specificity */
.help-section-wrapper .help-section-card-description .help-section-card-subtitle,
.help-section-wrapper .help-section-card-description .help-section-card-subtitle * {
  display: block;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  color: #000000 !important;
  font-family: "forma-djr-micro", !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Description text — Figma: Forma DJR UI Regular, 18px/24px, #000000, justified */
.help-section-desc,
.help-section-desc * {
  display: block;
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "forma-djr-micro", !important;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}

.help-btn-container {
  flex-shrink: 0;
  width: 164px;
  min-width: 164px;
  margin: 0;
  display: flex;
   align-items: center;
  justify-content: flex-end;
  gap: 0;
   align-self: stretch;
}

.learn-more-text {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400;
  color: #024ad8;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Forma DJR UI", sans-serif !important;
}

.help-btn-container .learn-more-text,
.help-btn-container .learn-more-text * {
  margin: 0 !important;
  padding: 0 !important;
}

.learn-more-text:hover {
  color: #024ad8;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.grid-yellow,
.grid-yellow-shade,
.grid-green,
.grid-green-shade,
.grid-purple,
.grid-purple-shade,
.grid-blue,
.grid-blue-shade,
.grid--yellow-shade {
  background: #ffffff !important;
}

/* ===== END HELP SECTION ===== */

.disclaimer-wrapper {
  height: auto;
  background: var(--wildsand);
  padding: 30px;
  position: relative;
  width: auto;
}

.disclaimers {
  min-height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  background: var(--white);
}

.disclaimer-padding {
  padding: 20px;
}

.start-now-btn {
  margin: 0 !important;
  margin-left: 16px !important;
  padding-top: 3px;
}

.help-btn-wrapper {
  height: 100%;
}

.additional-section {
  background: var(--additional-green);
  width: 100%;
  height: 200px;
}

.additional-section-align {
  align-items: center;
}

.additional-title {
  text-align: center;
  padding-top: 78px;
  padding-bottom: 8px;
  margin: 0px;
}

.additional-subtitle {
  text-align: center;
  margin: 0px;
}

.additiona-card-container {
  display: none;
  gap: 160px;
  padding-top: 40px;
}

.additional-card {
  text-align: center;
}

.padding-arrow-icon {
  padding-left: 8px;
  padding-top: 1px;
  bottom: 1px;
}

.view-all-small-text {
  font-size: 8px;
  top: -5px;
  position: relative;
  font-weight: bold;
  margin-left: 3px;
  color: #2f6fed;
}

.second-nav__bg {
  background: var(--black);
  display: block;
  opacity: 0.5;
  position: fixed;
  top: 202px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* Overrides Bootstrap */
.link-btn-padding {
  bottom: 0px !important;
  margin-top: 16px;
}

.sec-nav-title {
  align-self: center;
}

.sec-nav-btn {
  align-self: center;
  padding-top: 3px;
}

.accordion-close-btn__wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 20px;
}

.accordion-close-btn {
  background: var(--black);
  border-radius: 50%;
  text-align: center;
  width: 31px;
  height: 31px;
  cursor: pointer;
}

.accordion-close-icon {
  padding: 10px;
}

.m_show-accordion {
  display: none;
}

.second-nav-down-arrow {
  display: none;
}

.second-nav-up-arrow {
  display: none;
}

.view-all-large a:hover {
  color: #2f6fed;
  text-decoration: none !important;
  
}

#mb-lang-profile {
  display: none;
}

#mb-language-btn,
#mb-profile-btn {
  background-color: white;
  border: none;
  outline: 1px solid black;
}

.dropdown-menu-1 {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#mb-language-img,
#mb-user-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#mb-language-dropdown {
  display: none;
}

#mb-profile-dropdown {
  display: none;
  position: absolute;
  left: -66px;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

/* All [mobile] the media queries will be written at the bottom of the page */
@media only screen and (max-width: 767px) {
  .start-now-btn {
    padding-top: 4px;
  }

  .request-grid-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    gap: 12px;
    margin-top: 16px;
  }

  .request-grid-section {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .request-grid-title {
    margin: 12px 0;
    flex-basis: 100%;
  }

  .view-all-mobile {
    display: flex !important;
    flex-basis: 100%;
    margin: 12px 0;
  }

  .learn-more-text {
    padding-top: 0;
  }

  .request-grid {
    min-width: 260px;
    max-width: 260px;
    min-height: 118px;
  }

  .request-grid-header {
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .view-all-grid {
    display: none;
  }

  .request-wrapper {
    padding: 20px 0 24px;
  }

  .second-nav-container {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-left: 0;
    margin-right: 0;
    gap: 8px;
  }

  .second-nav-align {
    display: none;
  }

  .second-header {
    height: 83px;
  }

  .second-nav-wrapper {
    align-items: flex-start;
    padding: 0px 20px;
  }

  .sec-nav-title {
    align-self: baseline;
    padding-top: 8px;
    cursor: pointer;
  }

  .sec-nav-btn {
    width: 100%;
    padding-top: 3px;
  }

  .second-header__expand {
    height: 202px;
  }

  .l-second__menu-nav {
    list-style: none;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    gap: 0;
    flex-direction: column;
    padding-inline-start: 0;
    width: fit-content;
  }

  .second-nav-down-arrow {
    display: inline;
  }

  .help-section-grid-container {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
    margin: 0;
  }

  .help-section-card {
    min-height: auto;
  }

  .help-section-card-container,
  .help-section-card-description {
    min-height: auto;
  }

  .help-section-card-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .help-section-card-container::after {
    left: 24px;
    right: 24px;
  }

  .help-section-card-description {
    padding: 20px 24px 24px;
  }

  .help-btn-container {
    width: auto;
    justify-content: flex-start;
    align-self: auto;
  }

  .help-section-wrapper {
    padding: 40px 20px;
  }

  .help-section-title-container {
    padding: 0;
  }

  .request-grid-title {
    width: auto;
    margin: 0 20px;
    word-break: break-word;
  }

  .request-grid-container {
    padding: 0 20px;
  }

  .help-section-title-container {
    padding: 0 20px;
  }

  .additional-section {
    height: auto;
  }

  .additiona-card-container {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 48px;
  }

  .additional-section-align {
    padding: 0 20px;
  }

  .disclaimer-wrapper {
    padding: 20px;
  }

  .desktop-card-wrapper {
    display: none;
  }

  .mobile-card-wrapper {
    display: flex;
    position: relative;
    height: 100%;
    margin-bottom: 75px;
    text-align: left;
  }

  .help-section-title-container > :first-child,
  .help-section-title-container > :first-child * {
    font-size: 30px !important;
    line-height: 38px !important;
  }

  .navbar-right {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .start-now-btn {
    padding-top: 2px;
  }

  .request-grid-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    gap: 16px;
    margin-top: 16px;
  }

  .request-grid-section {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .request-grid-title {
    margin: 12px 0;
    flex-basis: 100%;
  }

  .view-all-mobile {
    display: flex !important;
    flex-basis: 100%;
    margin: 12px 0;
  }

  .request-grid {
    min-width: 280px;
    max-width: 280px;
  }

  .view-all-grid {
    display: none;
  }

  .request-wrapper {
    padding: 24px 0 28px;
  }

  .view-all-large {
    display: none !important;
  }

  .second-nav-container {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    gap: 8px;
  }

  .second-header {
    height: 83px;
  }

  .second-header__expand {
    height: 202px;
  }

  .l-second__menu-nav {
    list-style: none;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    gap: 10px;
    flex-direction: row;
    padding-inline-start: 0;
    width: fit-content;
  }

  .sec-nav-title {
    align-self: baseline;
    padding-top: 8px;
    cursor: pointer;
  }

  .sec-nav-btn {
    width: 100%;
    padding-top: 3px;
  }

  .second-nav-down-arrow {
    display: inline;
  }

  .second-nav-wrapper {
    align-items: flex-start;
    padding: 0px 20px;
  }

  .help-section-grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    margin: 0;
  }

  .help-section-card {
    min-height: auto;
  }

  .help-section-card-container,
  .help-section-card-description {
    min-height: auto;
  }

  .help-section-card-container {
    padding: 24px;
  }

  .help-section-card-container::after {
    left: 24px;
    right: 24px;
  }

  .help-section-card-description {
    padding: 20px 24px 24px;
  }

  .help-btn-container {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    justify-content: flex-start;
    width: auto;
  }

  .help-section-wrapper {
    padding: 40px 20px;
  }

  .help-section-title-container {
    padding: 0;
  }

  .request-grid-title {
    width: auto;
    margin: 0 20px;
    word-break: break-word;
  }

  .help-section-title-container {
    padding: 0 20px;
  }

  .additional-section {
    height: auto;
  }

  .additiona-card-container {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 48px;
  }

  .additional-section-align {
    padding: 0 30px;
  }

  .mobile-card-wrapper {
    display: flex;
    position: relative;
    height: 100%;
    margin-bottom: 75px;
    text-align: left;
    margin-bottom: 0px !important;
  }

  .request-grid-header {
    padding: 0 20px;
  }

  .desktop-card-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .banner-image-wrapper {
    min-height: 380px;
  }

  .banner-image,
  .custom-container.banner-image,
  .banner-image-container {
    min-height: 380px;
  }

  .banner-image-container {
    width: 52%;
    flex-basis: 52%;
    object-position: 68% 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }

  .custom-container.banner-image {
    width: 48%;
    flex-basis: 48%;
    padding-left: 36px;
    padding-right: 56px;
  }

  .desktop-card-wrapper {
    max-width: 360px;
  }

  .mobile-card-wrapper {
    display: none !important;
  }

  .banner-card {
    width: 100%;
    max-width: 420px;
    margin-left: 0;
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent !important;
  }

  #mb-lang-profile-1 {
    display: none;
  }

  .weblinks {
    display: block !important;
  }

  #mb-language-btn {
    display: block;
  }

  #mb-profile-btn {
    display: block;
    margin-left: 10px;
  }

  #mb-lang-profile {
    display: flex;
  }

  .request-grid-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .view-all-mobile {
    display: none;
  }

  .view-all-large {
    bottom: -3px !important;
    padding-top: 10px;
  }

  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }

  .help-section-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .help-section-wrapper {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {

  .banner-image-wrapper,
  .custom-container.banner-image,
  .banner-image-container {
    min-height: 440px;
  }

  .banner-image-container {
    width: 52%;
    flex-basis: 52%;
    object-position: right;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }

  .custom-container.banner-image {
    width: 48%;
    flex-basis: 48%;
    padding-left: 40px;
    padding-right: 72px;
  }

  .view-all-mobile {
    display: none;
  }

  .view-all-large {
    bottom: -3px !important;
    padding-top: 10px;
  }

  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }

  .help-section-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .help-section-wrapper {
    padding: 60px 120px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
 

  .view-all-mobile {
    display: none;
  }

  .view-all-large {
    color: #2f6fed;
    bottom: -3px !important;
    padding-top: 10px;
  }

  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }

  .help-section-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .help-section-wrapper {
    padding: 60px 180px;
  }
}

@media only screen and (min-width: 1921px) {
  .banner-image-wrapper,
  .custom-container.banner-image,
  .banner-image-container {
    min-height: 460px;
  }

  .banner-image-container {
    width: 50%;
    flex-basis: 50%;
    object-position: right;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  }

  .custom-container.banner-image {
    width: 50%;
    flex-basis: 50%;
    padding-left: 48px;
    padding-right: 96px;
  }

 
  .mobile-card-wrapper {
    display: none;
  }

  .additional-section {
    width: 100%;
    margin: 0 auto;
  }

  .view-all-mobile {
    display: none;
  }

  .request-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .second-header {
    height: 85px;
  }

  ul.l-second__menu-nav {
    margin-top: 13px;
  }

  button#contextual-menu {
    font-size: 16px;
  }

  .help-section-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .help-section-wrapper {
    padding: 60px 240px;
  }
}

.primary-link {
    color: #2f6fed;
}

.primary-link :hover {
    color: #2f6fed;
}

.help-btn-container .primary-link.learn-more-text {
  color: #024ad8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none !important;
}

.help-btn-container .primary-link.learn-more-text:hover {
  color: #245fd1;
  text-decoration: underline !important;
}
/* stop underline for all text inside help cards */
.help-section-wrapper a,
.help-section-wrapper a:hover,
.help-section-wrapper a:focus,
.help-section-wrapper a:active,
.help-section-wrapper .help-section-title-container *,
.help-section-wrapper .help-section-card-title *,
.help-section-wrapper .help-section-card-subtitle *,
.help-section-wrapper .help-section-card-description *,
.help-section-wrapper .help-section-desc * {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* keep only Learn More interactive */
.help-section-wrapper .help-btn-container .primary-link.learn-more-text,
.help-section-wrapper .help-btn-container .primary-link.learn-more-text:hover,
.help-section-wrapper .help-btn-container .primary-link.learn-more-text:focus,
.help-section-wrapper .help-btn-container .primary-link.learn-more-text:active {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.help-section-wrapper .help-btn-container .primary-link.learn-more-text:hover {
  text-decoration: underline !important;
}

a:has(> section.banner-hero), 
a:has(> section.banner-hero):hover,
a:has(> section.banner-hero) *,
a:has(> section.banner-hero):hover * {
  text-decoration: none !important;
}

@media only screen and (min-width: 1024px) {
  

  .request-grid-section.custom-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
    padding-bottom: 24px;
  }
}

.firstCard .help-section-card-subtitle  {
     border: 0px !important;
}
.apple .help-section-card-subtitle{
  border: none !important;
}