@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.home_flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 1024px) {
  .home_flex {
    flex-direction: column;
  }
}
.home_flex .content_wrapper {
  flex: 1;
}

.advertise_wrapper {
  width: 100%;
  max-width: 140px;
}
.advertise_wrapper.mobile {
  margin-bottom: 32px;
}
.advertise_wrapper.mobile p {
  text-align: center;
  color: #30505D;
  margin-bottom: 8px;
}
.advertise_wrapper.mobile a {
  display: block;
}
.advertise_wrapper.mobile a img {
  width: 100%;
}
@media (min-width: 992px) {
  .advertise_wrapper.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .advertise_wrapper.desktop {
    display: none;
  }
}

.advertise_section {
  padding: clamp(18px, 1.667vw, 32px) 0 clamp(32px, 2.917vw, 56px) 0;
}
.advertise_section .advertise_header {
  text-align: center;
  padding-bottom: clamp(26px, 2.552vw, 98px);
}
.advertise_section .advertise_header h1 {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 38px;
  line-height: 130%;
  color: #240036;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .advertise_section .advertise_header h1 {
    padding: 0 20px;
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.advertise_section .advertise_header p {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #240036;
}
@media (max-width: 767px) {
  .advertise_section .advertise_header p {
    padding: 0 46px;
    font-size: 18px;
  }
}
.advertise_section .advertise_green_section {
  margin-bottom: clamp(26px, 2.917vw, 56px);
  background-color: #f3e8ff;
  border-radius: 12px;
  padding: 30px 40px 24px 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: clamp(20px, 4.167vw, 160px);
}
@media (max-width: 820px) {
  .advertise_section .advertise_green_section {
    flex-direction: column;
    padding: 32px 16px;
  }
}
@media (max-width: 767px) {
  .advertise_section .advertise_green_section {
    padding: 28px 16px;
    border-radius: 0;
  }
}
.advertise_section .advertise_green_section .ads_title {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  z-index: 99;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .advertise_section .advertise_green_section .ads_title {
    align-items: center;
  }
}
.advertise_section .advertise_green_section .ads_title h2 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  margin-bottom: 8px;
  color: #240036;
  font-family: "IBM Plex Sans";
  z-index: 9;
}
.advertise_section .advertise_green_section .ads_title p {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  font-size: 32px;
  font-family: "IBM Plex Sans";
  font-weight: 400 !important;
  color: #240036;
  z-index: 9;
}
.advertise_section .advertise_green_section .ads_title img {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
  border-bottom-left-radius: 12px;
}
@media (max-width: 1200px) {
  .advertise_section .advertise_green_section .ads_title img {
    position: relative;
    bottom: -24px;
    border-bottom-left-radius: 12px;
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  .advertise_section .advertise_green_section .ads_title img {
    position: relative;
    bottom: unset;
    margin-right: auto;
    left: -16px;
    border-bottom-left-radius: 0;
    margin-top: unset;
  }
}
.advertise_section .advertise_green_section #advertiserForm {
  max-width: 373px;
  width: 100%;
  padding: 24px;
  background-color: #30505D;
  border-radius: 12px;
}
@media (max-width: 820px) {
  .advertise_section .advertise_green_section #advertiserForm {
    max-width: 100%;
  }
}
.advertise_section .advertise_green_section #advertiserForm label span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
.advertise_section .common_grid_section .common_heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .advertise_section .common_grid_section .common_heading {
    padding: 0 27px;
  }
}
.advertise_section .common_grid_section .common_heading h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.advertise_section .common_grid_section .common_heading p {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  font-weight: 400;
}
.advertise_section .common_grid_section .grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media (max-width: 820px) {
  .advertise_section .common_grid_section .grid_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .advertise_section .common_grid_section .grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 640px) {
  .advertise_section .common_grid_section .grid_3 {
    grid-template-columns: repeat(1, 273px);
    gap: 32px;
    justify-content: center;
  }
}
.advertise_section .common_grid_section .grid_3 .grid_item_card .grid_item_img {
  text-align: center;
}
.advertise_section .common_grid_section .grid_3 .grid_item_card .grid_item_content {
  text-align: center;
}
.advertise_section .common_grid_section .grid_3 .grid_item_card .grid_item_content h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-size: 40px;
  font-weight: 700;
}
.advertise_section .common_grid_section .grid_3 .grid_item_card .grid_item_content p {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-weight: 400;
}
.advertise_section .common_grid_section.navy_section {
  margin-bottom: clamp(32px, 2.5vw, 96px);
  padding: clamp(22px, 1.979vw, 76px) clamp(20px, 1.667vw, 64px) clamp(20px, 1.667vw, 64px);
  border-radius: 12px;
  background-color: #30505D;
  color: #ffffff;
}
@media (max-width: 767px) {
  .advertise_section .common_grid_section.navy_section {
    border-radius: 0;
  }
}
.advertise_section .common_grid_section.navy_section .grid_3 {
  gap: 0;
}
.advertise_section .common_grid_section.navy_section .grid_3 .grid_item_img {
  text-align: center;
  margin-bottom: 22px;
}
.advertise_section .common_grid_section.navy_section .grid_3 .grid_item_img img {
  width: 205px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .advertise_section .common_grid_section.white_section {
    padding: 0 16px;
  }
  .advertise_section .common_grid_section.white_section .grid_3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.advertise_section .common_grid_section.white_section .grid_item_card {
  padding: 40px 16px 48px 16px;
  border-radius: 12px;
  border: 2px solid #E2E8F0;
}
.advertise_section .common_grid_section.white_section .grid_item_card .grid_item_content h3 {
  margin-bottom: 8px;
  color: #240036;
}
.advertise_section .cta_section {
  background-color: #f3e8ff;
  margin-top: clamp(32px, 2.917vw, 56px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 46px;
  gap: 20px;
}
@media (max-width: 820px) {
  .advertise_section .cta_section {
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
.advertise_section .cta_section .cta_content {
  width: 100%;
  max-width: clamp(400px, 29.688vw, 1140px);
  text-align: center;
}
.advertise_section .cta_section .cta_content h3 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 32px;
}
.advertise_section .cta_section .cta_content .cta_content_btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 33px !important;
}/*# sourceMappingURL=advertiser.css.map */