.contentBody html {
    width: 100%;
}

.contentBody body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contentBody input,
.contentBody select,
.contentBody textarea {
    width: 100%;
    border: 1px solid #999999;
    padding: 4px;
    border-radius: 4px 4px 4px 4px;
}

.contentBody .carousel-control-prev-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    width: 40px;
    height: 40px;
}

.contentBody .carousel-control-next-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .contentBody body {
        padding-left: 0;
        padding-right: 0;
    }
    .contentBody {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.contentBody table {
    border-spacing: 0.5rem;
    border-collapse: collapse;
}

.contentBody > ul, ol {
    list-style-type: disc;
    padding-left: 40px;
}

.contentBody h2, .contentBody h3, .contentBody h4, .contentBody h5, .contentBody h6 {
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.contentBody h6 {
    font-size: 1rem;
}

.contentBody h5 {
    font-size: 1.2rem;
}

.contentBody h4 {
    font-size: 1.4rem;
}


.contentBody h1 {
    margin: 8px;
}

.contentBody > a {
    color: #096df2;
    text-decoration: underline;
}

.contentBody > strong > a {
    color: #096df2;
    text-decoration: underline;
}

.contentBody > span > a {
    color: #096df2;
    text-decoration: underline;
}

.contentBody > h3 > a {
    color: #096df2;
    text-decoration: underline;
}

.contentBody > .moreBtn {
    color: #fff;
    text-decoration: none;
}

.contentBody a strong {
    color: #096df2;
    text-decoration: underline;
}

.contentBody u a {
    color: #096df2;
    text-decoration: underline;
}

.contentBody a:not(.app-btn) {
    color: #096df2;
    text-decoration: underline;
}

.contentBody {
    max-width: 1000px;
    margin: 2rem auto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.02rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.contentBody .marginHere {
    margin-bottom: 6rem;
}

.contentBody th {
    font-weight: bold;
    padding: 0.25rem;
}

.contentBody td {
    padding: 0.4rem;
}

/* WordPress Core
-------------------------------------------------------------- */
.contentBody .alignnone {
    margin: 5px 20px 20px 0;
}

.contentBody .aligncenter,
.contentBody div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.contentBody .alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.contentBody .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.contentBody a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.contentBody a img.alignnone {
    margin: 5px 20px 20px 0;
}

.contentBody a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.contentBody a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contentBody .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.contentBody .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.contentBody .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.contentBody .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.contentBody .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.contentBody .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.contentBody .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.contentBody .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

 /* ---------------------- My added Wordpress equivalents -------------------------- */

.contentBody img.size-full {
    max-width: 100%;
    /* Make sure the image doesn't exceed its container */
    height: auto;
    /* Maintain the image's aspect ratio */
    /* Add any other styles you want to apply */
}


.contentBody btn-primary {
    background: #000;
    color: #fff;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contentBody img {
    height: auto; 
    max-width: 100%; 
    max-height: 100%; 
    padding: 2rem;
}

 @media only screen and (max-width: 786px) {
    img {
        width: 100%;
        height: auto;
    }
}

.contentBody p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.contentBody button:not(.dropbtn):not(.newsBtn) {
    display: inline-block;
    text-align: center;
    border-radius: 6.1875rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    background: var(--button-primary-background);
    color: var(--button-primary-textColor);
    transition: box-shadow 0.5s var(--transition-easeOutSin);
    padding: 1rem;
}

.contentBody br {
    display: block;
    content: "";
    margin-top: 4px;
}

.contentBody tr {
    border-bottom: 1px solid #ddd;
}



/* ---------------------- Added Newslettef CSS -------------------------- */
.ERPLY-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.ERPLY-newsletter .div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.ERPLY-newsletter .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.ERPLY-newsletter .image {
  position: relative;
  width: 74px;
  height: 29px;
  background-image: url(./img/image-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.ERPLY-newsletter .text {
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  text-align: right;
  line-height: 20px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .image-text-split-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.ERPLY-newsletter .image-2 {
  height: 200px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(./img/image-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .column-for-content {
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ERPLY-newsletter .text-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.ERPLY-newsletter .p {
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .div-3 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.ERPLY-newsletter .text-3 {
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .spacer {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 4px;
}

.ERPLY-newsletter .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 60px;
  overflow: hidden;
}

.ERPLY-newsletter .learn-more {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
}

.ERPLY-newsletter .data-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ERPLY-newsletter .data-table-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ERPLY-newsletter .img {
  position: relative;
  flex: 0 0 auto;
}

.ERPLY-newsletter .text-4 {
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 28px;
  line-height: 31.9px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .div-4 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eeeeee;
}

.ERPLY-newsletter .image-3 {
  height: 300px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url(./img/image-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .column-for-content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.ERPLY-newsletter .split-icon-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eeeeee;
}

.ERPLY-newsletter .div-wrapper {
  width: 55px;
  align-items: center;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ERPLY-newsletter .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: normal;
}

.ERPLY-newsletter .text-5 {
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .span {
  font-weight: 700;
}

.ERPLY-newsletter .text-wrapper-3 {
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
}

.ERPLY-newsletter .background-image {
  display: flex;
  flex-direction: column;
  height: 400px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34.53%);
  background-image: url(./img/background-image-hero-row.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .text-6 {
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #131313;
  font-size: 50px;
  text-align: center;
  line-height: normal;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .text-7 {
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #363636;
  font-size: 16px;
  text-align: center;
  line-height: 22.1px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .learn-more-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 60px;
  overflow: hidden;
}

.ERPLY-newsletter .data-table-row-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ERPLY-newsletter .column-for-content-3 {
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  flex: 1;
  flex-grow: 1;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ERPLY-newsletter .image-4 {
  position: relative;
  width: 74px;
  height: 29px;
  background-image: url(./img/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .text-8 {
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  line-height: 16.9px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .column-for-content-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eeeeee;
}

.ERPLY-newsletter .column-for-content-4 {
  align-items: center;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ERPLY-newsletter .image-5 {
  position: relative;
  width: 74px;
  height: 29px;
  background-image: url(./img/image-5.png);
  background-size: cover;
  background-position: 50% 50%;
}

.ERPLY-newsletter .text-9 {
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 11px;
  text-align: center;
  line-height: normal;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.ERPLY-newsletter .navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.ERPLY-newsletter .link {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
}
/* ---------------------- Added Newslettef CSS -------------------------- */