﻿:root {
  --basic-color-white: #fff;
  --Yellow-main-color: #edff00;
}
* {
  box-sizing: border-box;
}

.heroWrap {
  background: url('https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/about/background-small_zcbabj.png')
    no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  position: relative;
}

.mirror-image {
  transform: scaleX(-1);
}

.heroWrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #17364b -3.16%, rgba(23, 54, 75, 0) 87.71%);
  z-index: 0;
  background-blend-mode: color;
}

.heroWrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  bottom: 0;
  background: linear-gradient(90deg, #17364b 0%, #0f181f 100%);
  background-blend-mode: color;
  z-index: 0;
}

.overlayGradient {
  padding: 145px 24px 0;
  height: 852px;
  position: relative;
  z-index: 9;
  max-width: 500px;
  margin: 0 auto;
  width: 100vw;
}

.heroWrap h2 {
  color: var(--Yellow-main-color, #edff00);
  font-size: 59px;
  font-weight: 500;
  line-height: 63px; /* 106.78% */
  letter-spacing: -4.13px;
  font-family: 'Space Grotesk', sans-serif;
}

.trustedTitle {
  margin-top: 32px;
  color: var(--basic-color-white, #fff);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
}

.ourTeamWrap {
  display: flex;
  gap: 22px;
  margin-top: 32px;
  align-items: flex-start;
}

.ourTeamWrap img {
  width: 71px;
  height: auto;
  object-fit: initial;
}

.ourTeam {
  color: var(--basic-color-white, #fff);
  font-family: Commissioner;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  max-width: 229px;
}

@media (min-width: 1024px) {
  .heroWrap {
    background-image: url('https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/about/background-1024_mrjeqw.png');
  }
  .overlayGradient {
    height: 1094px;
    max-width: 1024px;
    padding-top: 245px;
    padding-left: 96px;
  }
  .heroWrap h2 {
    font-size: 90px;
    line-height: 95px;
    letter-spacing: -6.3px;
  }
  .trustedTitle {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -1.4px;
    margin-top: 52px;
    max-width: 500px;
  }
  .ourTeamWrap {
    gap: 40px;
  }
  .ourTeamWrap img {
    width: 120px;
  }
  .ourTeam {
    font-size: 22px;
    max-width: 320px;
    margin-top: 20px;
  }
}

@media (min-width: 1366px) {
  .heroWrap {
    background-image: url('https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/about/background-1366_h4ux3l.png');
  }
  .overlayGradient {
    height: 1025px;
    max-width: 1366px;
    padding-left: 182px;
    padding-right: 40px;
  }
  .ourTeam {
    max-width: 353px;
    margin-top: 16px;
  }
}

@media (min-width: 1920px) {
  .heroWrap {
    background-image: url('https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/about/background-1920_ugeqgl');
  }
  .overlayGradient {
    height: 1079px;
    max-width: 1920px;
    padding-left: 246px;
  }
  .heroWrap h2 {
    font-size: 96px;
    line-height: 100px;
    letter-spacing: -6.72px;
  }
  .trustedTitle {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: -1.5px;
    max-width: 532px;
  }
  .ourTeamWrap {
    gap: 36px;
    margin-top: 40px;
  }
  .ourTeam {
    font-size: 24px;
    max-width: 381px;
  }
}

/* ------ Leadership Section ------- */

.leadershipWrap {
  padding: 64px 24px;
}

.leadershipGridHeader {
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.59px;
  line-height: normal;
  margin-top: 64px;
  text-align: center;
}

.leadershipGrid {
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px auto 0;
  max-width: 550px;
  row-gap: 0px;
}

.leaderProfileWrap {
  cursor: default;
  display: block;
  padding-top: 48px;
  width: calc(50% - 8px);
}

.leaderProfileWrap .tabletProfileImg {
  display: none;
}

.imgWrap {
  align-items: flex-end;
  border-radius: 28px;
  display: flex;
  /* min-height: 208px; */
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.imgWrap::after {
  background-color: rgba(206, 207, 209, 0.2);
  border-radius: 28px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}

.imgWrap::before {
  border-bottom: 4px solid #edff00;
  bottom: 0px;
  content: '';
  left: 15px;
  position: absolute;
  transition: all 0.3s ease;
  width: calc(100% - 30px);
  z-index: 3;
}

.imgWrap:hover::before {
  border-bottom: 1px solid #387da0;
}

.imgWrap:hover::after {
  background-color: rgba(56, 125, 160, 0.15);
  border-color: #387da0;
}

.leaderProfileWrap.no-hover .imgWrap:hover::after {
  background-color: rgba(206, 207, 209, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.imgWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.imgWrap .modal_profile_img {
  display: none;
}

.leaderName {
  color: #17364b;
  font-family: Commissioner;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 26px;
  text-align: center;
}

.leaderTitle {
  color: #17364b;
  font-family: Commissioner;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 13px;
  text-align: center;
}

@media (min-width: 1024px) {
  .leadershipWrap {
    padding-left: 94px;
    padding-right: 94px;
    padding-top: 0;
  }
  .leadershipGridHeader {
    font-size: 70px;
    letter-spacing: -4.9px;
    margin-top: 130px;
  }
  .leadershipGrid {
    column-gap: 20px;
    justify-content: center;
    margin-top: 52px;
    max-width: 1024px;
  }
  .leaderProfileWrap {
    display: block;
    max-width: 264px;
    padding-top: 64px;
    position: relative;
    width: 100%;
  }

  .leaderProfileWrap.no-hover {
    cursor: default;
    border: none;
  }

  .leaderProfileWrap.no-hover .imgWrap:hover::before {
    border-bottom: 4px solid #edff00;
  }
  .imgWrap {
    height: 335px;
    min-height: 335px;
    padding-top: 0;
    border-radius: 20px;
  }
  .imgWrap::after {
    border-radius: 20px;
  }
  .leaderProfileWrap .mobileProfileImg {
    display: none;
  }
  .leaderProfileWrap .tabletProfileImg {
    display: block;
  }
  .leaderName {
    font-size: 22px;
  }
}

@media (min-width: 1366px) {
  .leadershipWrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .leadershipGridHeader {
    margin-top: 157px;
  }
  .leadershipGrid {
    column-gap: 27px;
    max-width: 1366px;
    margin-top: 60px;
    padding-left: 170px;
    padding-right: 170px;
  }
  .leaderProfileWrap {
    max-width: 317px;
  }
  .imgWrap {
    height: 405px;
    min-height: 405px;
    padding-top: 0;
  }
  .leaderName {
    font-size: 24px;
  }
  .leaderTitle {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .leadershipGridHeader {
    font-size: 79px;
    letter-spacing: -5.53px;
    margin-top: 164px;
  }
  .leadershipGrid {
    column-gap: 36px;
    margin-top: 64px;
    max-width: 1920px;
    padding-left: 430px;
    padding-right: 430px;
  }
  .leaderProfileWrap {
    max-width: 326px;
    padding-top: 82px;
  }
  .imgWrap {
    height: 428px;
    min-height: 428px;
  }
  .leaderName {
    margin-top: 20px;
  }
  .leaderTitle {
    margin-top: 10px;
  }
}

/* <img class="tabProfileImg" src="" alt="" />
            <img class="landscapeProfileImg" src="" alt="" />
            <img class="dtProfileImg" src="" alt="" /> */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Black with transparency */
  padding: 40px;
  justify-content: center;
  align-items: center;
}

.custom_modal_content {
  background-color: #e9f1f5;
  border-radius: 40px;
  width: 92vw;
  color: #17364b;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.custom_modal_content .custom-modal-img {
  max-width: 800px;
  bottom: -18px;
  left: 0;
  max-height: 100%;
  /* object-fit: cover; */
  width: auto;
}

.custom_modal_content .default-modal-img {
  border: 3px solid blue;
}

.close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 36px;
  top: 36px;
  width: auto;
}

.close svg {
  height: 20px;
  width: 20px;
}

.close path {
  transition: fill 0.13s ease-in-out;
}

.close:hover path {
  fill: #387da0;
}

#modalDetails {
  color: #17364b;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 56px 52px 40px 0px;
  width: calc(100% - 390px);
}

.custom_modal_content img {
  width: 360px;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: -18px;
  left: -32px;
}

.custom_modal_content h2 {
  color: #387da0 !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  letter-spacing: -2.75px !important;
  line-height: 1.1 !important;
}
.custom_modal_content p {
  color: #387da0;
  font-family: Commissioner;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 13px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.custom_modal_content b {
  font-weight: 600;
}

.modal_right_side {
  width: 100%;
  max-width: 460px;
  color: #000;
}

.custom_modal_content .modal-description {
  color: #17364b;
  font-family: Commissioner;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .custom_modal_content .custom-modal-img {
    max-width: 510px;
    width: 100%;
    left: -50px;
  }
}

@media (min-width: 1366px) {
  .custom_modal_content {
    max-width: 1210px;
  }

  /* .custom_modal_content .miriam-stern */
  #modalDetails {
    padding: 94px 102px 60px 0px;
    max-width: 700px;
  }
  .custom_modal_content img {
    max-width: 460px;
    width: 100%;
  }
  .custom_modal_content h2 {
    font-size: 42px !important;
    letter-spacing: -3.5px !important;
    line-height: 1.1 !important;
  }
  .custom_modal_content p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 56px;
  }
  .custom_modal_content .modal-description {
    font-size: 16px;
    line-height: 1.5;
  }
  .close {
    right: 40px;
    top: 40px;
  }
  .custom_modal_content .custom-modal-img {
    max-width: 600px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .custom_modal_content {
    max-width: 1704px;
    min-height: 678px;
  }
  #modalDetails {
    max-width: 980px;
    /* min-height: 781px; */
    padding: 90px 150px 80px 0px;
  }
  .custom_modal_content img {
    max-width: 600px;
    left: 0px;
    bottom: -40px;
  }
  .custom_modal_content .custom-modal-img {
    max-width: 780px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .custom_modal_content h2 {
    font-size: 79px !important;
    letter-spacing: -3.95px !important;
  }
  .custom_modal_content p {
    margin-bottom: 80px;
  }
}

/* ======= pillars section ======= */

.madisonPillarsSectionWrap {
  color: var(--blue-1-main-color, #0f181f);
  font-family: Commissioner;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 auto;
  max-width: 500px;
  padding: 64px 24px 100px;
}

.pillarsSectionHeader {
  color: var(--blue-2-main-color, #17364b);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.59px;
}

.pillarSection {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  align-items: flex-start;
  border-bottom: 1px solid #9fd0e2;
  justify-content: center;
}

.boxHeader {
  color: var(--blue-2-main-color, #17364b);
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1 0 82px;
}

.boxContainer {
  width: 66%;
  max-width: 280px;
}

.boxContainer .header-nvdfnvdfv {
  color: var(--blue-4-main-color, #9fd0e2);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.3px;
}

.boxContainer .text-nvdfnv {
  color: var(--blue-1-main-color, #0f181f);
  font-family: Commissioner;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
}

.boxContainer .text-nvdfnv:not(:first-child) {
  margin-top: 8px;
}

.bulletWrap-rtge {
  border-top: 1px solid #9fd0e2;
  padding-top: 16px;
}

@media (min-width: 1024px) {
  .madisonPillarsSectionWrap {
    padding-left: 94px;
    padding-right: 94px;
    max-width: 1024px;
  }
  .pillarsSectionHeader {
    font-size: 70px;
    letter-spacing: -4.9px;
    margin-top: 130px;
  }
  .tabletPillarsWrap {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
  }
  .pillarSection {
    gap: 0px;
    flex-direction: column;
    border-bottom: none;
    margin-top: 0;
  }
  .boxHeader {
    font-size: 28px;
    flex: none;
    border-bottom: 1px solid #9fd0e2;
    padding-bottom: 24px;
    width: 100%;
  }
  .boxContainer {
    width: 100%;
    max-width: none;
    /* padding-right: 20px; */
  }
  .boxContainer > div {
    padding-right: 20px;
  }
  .boxContainer > div:first-of-type {
    height: 140px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .boxContainer .bulletWrap-rtge:nth-child(2) {
    height: 133px;
  }

  .boxContainer .bulletWrap-rtge:nth-child(3) {
    height: 150px;
  }
  .boxContainer .header-nvdfnvdfv {
    font-size: 45px;
    letter-spacing: -2.25px;
  }
}

@media (min-width: 1366px) {
  .madisonPillarsSectionWrap {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 110px;
    padding: 110px 100px 150px;
    max-width: 1366px;
  }
  .pillarsSectionHeader {
    margin: 0px auto;
    max-width: 1002px;
  }
  .tabletPillarsWrap {
    max-width: 1002px;
    margin: 96px auto 40px;
  }
  .boxHeader {
    font-size: 32px;
    padding-bottom: 32px;
  }
  .boxContainer .text-nvdfnv {
    font-size: 16px;
  }
  .boxContainer .text-nvdfnv:not(:first-child) {
    margin-top: 16px;
  }
  .boxContainer > div {
    padding-right: 24px;
  }
  .boxContainer > div:first-of-type {
    height: 162px;
  }
  .boxContainer .bulletWrap-rtge:nth-child(2) {
    height: 160px;
  }
  .boxContainer .bulletWrap-rtge:nth-child(3) {
    padding-top: 40px;
  }
}

@media (min-width: 1920px) {
  .madisonPillarsSectionWrap {
    max-width: 1920px;
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .pillarsSectionHeader {
    max-width: 1412px;
    font-size: 79px;
    letter-spacing: -5.53px;
  }
  .tabletPillarsWrap {
    margin-top: 112px;
    max-width: 1412px;
  }
  .boxHeader {
    font-size: 48px;
    padding-bottom: 40px;
    line-height: 46px;
  }
  .boxContainer .header-nvdfnvdfv {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .boxContainer .text-nvdfnv {
    font-size: 18px;
  }
  .boxContainer .text-nvdfnv:not(:first-child) {
    margin-top: 8px;
  }
  .boxContainer > div:first-of-type {
    height: 180px;
  }
  .boxContainer > div {
    padding-right: 72px;
  }
  .boxContainer .bulletWrap-rtge:nth-child(2) {
    height: 180px;
    padding-top: 40px;
  }
  .boxContainer .bulletWrap-rtge:nth-child(3) {
    padding-top: 40px;
  }
}
