@charset "UTF-8";
/* CSS Document */
body.disable-scroll {
  overflow: hidden;
  height: 100%;
}

:root {
  color-scheme: only light;
}
/* fonts */
/* BentonSans Font */
/* BENTONSANS LIGHT (100) */
@font-face {
  font-family: BentonSansLt;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansLt.woff')
    format('woff');
}

/* BENTONSANS BOOK (300)  */
@font-face {
  font-family: BentonSansBook;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBook.woff')
    format('woff');
}

/* BENTONSANS (400)  */
@font-face {
  font-family: BentonSans;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSans.woff')
    format('woff');
}

/* BENTONSANS MD (500)  */
@font-face {
  font-family: BentonSansMd;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansMd.woff')
    format('woff');
}

/* BENTONSANS BOLD (600)  */
@font-face {
  font-family: BentonSansBold;
  font-font-style: normal;
  font-display: swap;
  src: url('https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBold.woff')
    format('woff');
}

/* BentonSanCond Font */
@font-face {
  font-family: 'BentonSans-CondMd';
  src: local('Benton Sans Condensed Medium');
  src: url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot');
  src: url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot?')
      format('embedded-opentype'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-3.woff')
      format('woff'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-1.ttf')
      format('truetype'),
    url('https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-4.svg#web')
      format('svg');
  font-style: normal;
  font-weight: normal;
}

/* Normalization start */

a.link-underlined {
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.noPadding {
  padding: 0 !important;
}

.mobile-off {
  display: block !important;
}

/* over-riding default color */
.dls-bright-blue {
  color: #66a9e2 !important;
  fill: #66a9e2 !important;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #B5D7F4;
}

.btn-secondary a {
  max-width: 320px;
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 10px;
}

/* changing the position and color of the icon for different state */
[data-dls-icon][data-dls-icon-size='md'] svg {
  height: 21px !important;
  width: 21px !important;
  vertical-align: -2.5px;
}

i {
  padding: 0 !important;
}

html {
  overscroll-behavior: none;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.col,
[class*=' col-'],
[class^='col-'] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container {
  max-width: 100%;
  padding: 0 !important;
}

ul,
li {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style-type: none;
}

/* Normalization end */
#heroModule {
  max-width: 100%;
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin: 0 auto;
  background: #ffffff;
  background: linear-gradient(
    10deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(181, 215, 244, 1) 100%
  );
  background-repeat: no-repeat;
}

#heroContentContainer {
  max-width: 1280px;
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
}

#mainNav {
  width: 100%;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#mainNav img {
  width: 82px;
  height: auto;
}

#mainNav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#mainNav ul:first-child {
  width: 480px;
}

#mainNav ul:last-child {
  width: 150px;
}

#mainNav ul li a {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #262626 !important;
  padding: 0;
}

#mainNav ul:last-child li:last-child a {
  border: solid 1px #262626;
  border-radius: 5px;
  padding: 8px 19px;
}

#mainNav > ul > li > a > span > i {
  display: none;
}

#heroCopiesIllustrations {
  padding: 0 30px 0 60px;
}

#heroCopies {
  /* margin: -28px 0 0 0; */
}

h1 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 30px 0;
}

#heroCopiesIllustrations p {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #595959;
  padding: 0 0 30px 0;
}

#heroCopiesIllustrations p.terms {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}

/* Align both the text and the illustration in the hero section to vertically center them. */
#heroCopiesIllustrations > div.container > div > div {
  display: flex;
  align-items: center;
}

/* Filter Styles */
#blueBackgroundContainer {
  width: 100%;
  padding: 0px;
  background: #0258bb;
  background: linear-gradient(
    135deg,
    rgba(2, 88, 187, 1) 0%,
    rgba(0, 111, 207, 1) 100%
  );
  overflow: hidden;
}

#blueBackgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -10px 0 0 0;
}

.filterBackground {
  position: absolute;
  width: 100%;
}

#whiteBox img {
  width: 100%;
}

#gradientUpperLeft {
  width: 1400px;
  height: 1000px;
  border-radius: 9999px;
  top: -280px;
  right: -340px;
  background: #001558;
  filter: blur(150px);
}

#gradientLowerRight {
  width: 1280px;
  height: 1000px;
  border-radius: 9999px;
  bottom: -360px;
  left: -340px;
  background: #001558;
  filter: blur(200px);
}
/* .filterBackground {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */

/* #whiteBox {
  background: src("/content/dam/amex/en-us/business/sync/partner-directory/images/1711800_white_slanted_box.png") no-repeat center top;
} */

#filterModule {
  width: 100%;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}

#filterModule > .container {
  max-width: 1200px;
  /* width: 100%; */
  min-height: 530px;
  margin: 0 40px 40px;
  padding: 40px !important;
  background-color: #fbfbfb;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
}

#filterModule h2 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #262626;
  text-align: left;
  padding: 0 0 11px 0;
}

/* Dropdown Styles */
#filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  margin: 0 0 10px 0;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.03), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

#filter > span {
  width: 100%;
  max-width: calc(100% - 108px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 49%;
}

.dropbtn {
  color: black;
  padding: 10px 13px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: #FBFBFB url(/content/dam/amex/en-us/business/sync/partner-directory/images/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
  border: solid 1px #8C8C8C;
  border-radius: 8px;

  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3D3D3D;
}

.dropdown-content{
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.03), 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 100;
  overflow-y: auto;
  background: #ffffff;
}

.dropdown-content  label {
  position: relative;
  top: -6px;
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3D3D3D
}


.dropdown-content > div {
  text-align: right;
}

/* .dropdown:hover .dropdown-content {
  display: block;
} */

input[type='checkbox'] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

.dropdown-content button {
  width: 92px;
  margin: 0;
  padding: 10px 0;
  background: #005DAE;
  border: solid 1px #005DAE;
  border-radius: 8px;

  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

.dropdown-content button:hover {
  background: #005DAE !important;
}

.dropdown-content button:disabled {
  background-color: #E0E0E0; /* A lighter background color */
  border: solid 1px #E0E0E0;
  color: #8C8C8C;             /* A muted text color */
  cursor: not-allowed;        /* Changes the mouse cursor to a "not allowed" symbol */
  opacity: 0.6;               /* Adds some transparency */
  pointer-events: none;       /* Prevents click events in some cases */
}



/* Optional: Ensure hover effects don't apply to disabled buttons */
.dropdown-content button:hover:not(:disabled) {
  background-color: #E0E0E0;
}

.dropdown-content button:hover {
  color: #FFFFFF;
  background: #005DAE;
}

#commandBtnContaner {
  width: 100%;
  max-width: 92px;
}

#commandBtnContainer button {
  width: 92px;
  margin: 0 0 0 16px;
  padding: 10px 0;
  background: #FFFFFF;
  border: solid 1px #B5D7F4;
  border-radius: 8px;

  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0066BE;
}

#commandBtnContainer button:disabled {
  background-color: #E0E0E0; /* A lighter background color */
  border: solid 1px #E0E0E0;
  color: #8C8C8C;             /* A muted text color */
  cursor: not-allowed;        /* Changes the mouse cursor to a "not allowed" symbol */
  opacity: 0.6;               /* Adds some transparency */
  pointer-events: none;       /* Prevents click events in some cases */
}

#commandBtnContainer button:hover {
  background-color: #f2f2f2; /* A lighter background color */
  transition-duration: 0.5s;
}


/* #commandBtnContainer button:hover {
  background: #E0E0E0;
} */

#filterContainer > div:nth-child(2) {
  position: relative;
}

#filterOverflowArrowLeft {
  position: absolute;
  width: 44px;
  height: auto;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 10;
}

#filterOverflowArrowRight {
  position: absolute;
  width: 44px;
  height: auto;
  top: 0px;
  right: 0px;
  display: none;
  z-index: 10;
}

#filterSelectionContainer {
  display: block;
  min-height: 32px;
  height: 100%;
  padding: 10px 0 0 0;
  overflow-x: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
  position: relative;
}

#filterSelectionContainer::-webkit-scrollbar {
  display: none;
}

#filterSelectionPills {
  width: max-content;
}

#btnFiltersContainer {
  
  text-align: center;
}

#btnFilters {
  /* display: block; */
  width: 100%;
  border: solid 1px #006FCF;
  border-radius: 8px;
  padding: 6px 0 10px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #006FCF;
}

#btnFilters > i > svg {
  height: 24px !important;
  width: 24px !important;
  vertical-align: -2.5px;
  fill: #FFFFFF;
}

#btnFilters:hover {
  background-color: #005DAE;
  border: solid 1px #005DAE;
  transition-duration: 0.5s;
}

#btnFilters > i {
  display: inline-block;
  position: relative;
  top: 6px;
  margin: 0 0 0 8px;
}

.filterSelection {
  display: inline-block;
  padding: 5px 16px 5px 32px;
  margin-right: 10px;
  border-radius: 100px;
  background: #006FCF url(/content/dam/amex/en-us/business/sync/partner-directory/images/filterSelectionCheck.png) no-repeat;
  background-size: 20px 20px;
  background-position: 12px 8px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

#filterContainer ul {
  max-width: 1120px;
  width: 100%;
  min-height: 430px;
  margin: 0 auto;
  padding: 0px 0px !important;
  list-style-type: none;
  display: grid;
  gap: 30px;
  grid-template-columns: 31.517857% 31.517857% 31.517857%;
  justify-content: space-around;
}

#filterContainer ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  background-image: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.03), 0 5px 20px 0 rgba(0, 0, 0, 0.05);  
}

.partner {
  width: 100%;
  min-height: 400px;
  background-color: #FFFFFF;
}

.partnerHeader {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 10px 15px;
  background: #F4F4F4;
}

.gradientBlue {
  background: linear-gradient(90deg, #F4F4F4 0%, #B5D7F4 100%) !important;
}

.partnerHeader h3 {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #3D3D3D;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.partnerBody {
  padding: 15px 15px 0 15px;
}

.partnerBody img {
  height: 45px;
  width: auto;
  margin-bottom: 14px;
}

.partnerBody > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 275px;
}

.partnerBody p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  padding-top: 14px;
  border-top: solid 1px #BDBDBD;
}

.btnsContainer {
  padding: 0 15px 15px;
}

.btnsContainer .links-item i {
  vertical-align: middle;
}

.btn {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  max-height: 48px;
  border-radius: 8px;
  padding: .8125rem 0px;
}

.btn a {
  color: #0066BE;
}

#extendFilterResultContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  height: 48px;
  margin: 0 auto;
  padding: 65px 0 23px 0;
}

#extendFilterResultContainer button {
  width: 194px;
  height: 48px;
  border-radius: 8px;
  padding: 10px 16px 10px 24px;
  background: #006FCF url(/content/dam/amex/en-us/business/sync/partner-directory/images/white_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;

  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}

#pagenation {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3D3D3D;
}

#powerOfAmexSync {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

#powerOfAmexSync > .container {
  max-width: 1200px;
  margin: 0 40px 40px;
  padding: 48px 64px 64px !important;
  background: #00175A;
  border-radius: 10px;
}

#powerOfAmexSync h2 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #fbfbfb;
  text-align: center;
  padding: 0 0 48px 0;
}

#powerofAmexSynContents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding: 40px 56px;
  border-radius: 10px;
}

#powerofAmexSynCopies {
  width: 100%;
  max-width: 470px;
}

#powerofAmexSynCopies h3 {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #006FCF;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

#powerofAmexSynCopies h4 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #262626;
  padding: 0 0 10px 0;
}

#powerofAmexSynCopies p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  padding: 0 0 10px 0;
}

#powerofAmexSynCopies ul {
  width: 100%;
  list-style-type: disc;
  padding: 0 0 18px 0;
}

#powerofAmexSynCopies ul li {
  margin: 0 0 0 24px;
}

#powerofAmexSynContents div img {
  width: 100%;
  max-width: 386px;
  height: auto;
}

#rm-CardOnDemandLearnMore {
  text-decoration: underline;
}

#startYourJourneyModule {
  width: 100%;
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(181, 215, 244, 1) 200%);
}

#startYourJourneyModule > .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 40px 73px !important;
}

#startYourJourneyModule svg {
  width: 56px;
}

#startYourJourneyModule p:nth-child(1) {
  padding: 0 0 14px 0 !important; 
}

#startYourJourneyModule h2 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #3D3D3D;
  text-align: center;
  padding: 0 0 10px 0;
}

#startYourJourneyModule p {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

#terms {
  width: 100%;
  background: #F4F4F4;
}

#terms > .container {
  width: 100%;
  max-width: 1280px;
  padding: 60px 50px !important;
}

#temsCopies p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #3D3D3D;
}

#temsCopies p:nth-child(1) {
  padding: 0 0 20px 0;
}

/* Mobile filter selected model style */
/* #filterSelectionContainerMobile {
  display: none;
  position: absolute;
  top: 0px;
  background: #FFFFFF;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: hidden;
} */

#filterSelectionContainerMobile {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed !important;
  z-index: 1300;
  display: none;
}

/* #filterModalBackground {
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0px;
  position: fixed;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
} */

#filterModal {
  padding: 20px !important;
  /* border-radius: 0.5rem; */
  display: flex;
  flex-direction: column;
  min-width: 100vw;
  max-height: calc(-1rem + 90vh);
  max-width: calc(-1rem + 90vw);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}

#btnClose {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
}

#filterSelectionContainerMobile h2 {
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #262626;
  padding: 34px 0 10px 0;
}

#filterSelectionPillsMobile div.filterSelection {
  margin-bottom: 10px;
}

/* #applyNowContainer {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  text-align: center;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(181, 215, 244, 1) 200%
  );
  border-radius: 10px;
} */

/* #applyNowContainer > p > a {
  color: #0066be;
  text-decoration: underline !important;
}

#applyNowContainer .button {
  margin: 15px 0;
}

#applyNowContainer .button a {
  background: #001a60;
  background: linear-gradient(
    232deg,
    rgba(0, 26, 96, 1) 0%,
    rgba(1, 98, 195, 1) 35%,
    rgba(1, 98, 195, 1) 65%,
    rgba(0, 26, 96, 1) 100%
  );
  border-radius: 5px;
  font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 14px 30px;
}

.button a:hover {
  text-decoration: none !important;
} */

/* Adjusting margins based on varing widths */
@media (max-width: 1023px) {
  #heroCopiesIllustrations {
    padding: 0;
  }

  #filterModule > .container {
    margin: 0 20px 20px;
    padding: 30px !important;
  }

  #filterContainer ul {
    grid-template-columns: 47% 47%;
  }

  #powerOfAmexSync > .container {
    margin: 0 20px 20px;
    padding: 30px !important;
  }

  #powerofAmexSynContents {
    padding: 30px 10px 30px 30px;
  }

  #powerofAmexSynCopies h4 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* Adjusting margins and paddings based on varing widths */
@media (max-width: 767px) {
  #mainNav {
    padding-bottom: 20px;
  }

  #mainNav ul:first-child {
    width: 100px;
  }

  #mainNav ul:first-child li {
    display: none;
  }

  #mainNav ul:first-child li:first-child {
    display: block !important;
  }

  #heroCopies {
    margin: 4px 0 10px 0;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 15px 0;
  }

  #heroCopiesIllustrations p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 20px 0;
  }

  #filter {
    flex-direction: column;
  }

  #filterModule h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 0 11px 0;
  }

  #filterModule > .container {
    padding: 20px !important;
  }

  #filter > span {
    flex-direction: column;
    max-width: 100%;
  }

  .dropdown {
    max-width: 100%;
    margin-bottom: 20px;
  }

  #commandBtnContainer {
    /* margin: 0 auto; */
  }

  #commandBtnContainer button {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }

  #filterContainer ul {
    grid-template-columns: 100%;
    margin-top: 10px;
    gap: 38px;
  }

  #filterContainer ul li {
    min-height: initial;
  }

  #extendFilterResultContainer {
    flex-direction: column-reverse;
    width: 100% !important;
    height: 100px;
    padding: 10px 0 0 0;
  }

  #extendFilterResultContainer button {
    width: 295px !important;
    padding: 10px 60px;
  }

  #powerOfAmexSync {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
  }

  #powerOfAmexSync > .container {
    margin: 0;
    padding: 30px 20px !important;
    border-radius: 0px;
  }

  #powerOfAmexSync h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 10px 40px;
  }

  #powerofAmexSynContents {
    flex-direction: column-reverse;
    padding: 24px;
  }

  #powerofAmexSynCopies h4 {
    font-size: 20px;
    line-height: 28px;
  }

  /* #powerOfAmexSync p {
    padding: 0 0 40px 0;
  }

  #powerOfAmexSync ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #powerOfAmexSync ul li {
    max-width: 100%;
  } */

  #powerofAmexSynContents div img {
    width: 100%;
    max-width: 267px;
    height: auto;
    padding: 0 0 20px 0;
  }

  #startYourJourneyModule > .container {
    padding: 48px 20px !important;
  }

  #startYourJourneyModule h2 {
    font-size: 32px;
    line-height: 40px;
  }

  #terms > .container {
    padding: 50px 25px !important;
  }
}

/* @media (max-width: 374px) {
} */

@media (max-width: 375px) {

  #powerOfAmexSync h2 {
    max-width: 240px;
    margin: 0 auto;
  }
  


}
