/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/app/keycontact/page.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Poppins");
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 85.4px;
  text-align: left;
}

h1.bold {
  font-family: "Poppins", sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 85.4px;
  text-align: left;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 68.6px;
  text-align: left;
}

h2.bold {
  font-family: "Poppins", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 68.6px;
  text-align: left;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 54.6px;
  text-align: left;
}

.h3-bold {
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 54.6px;
  text-align: left;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 43.4px;
  text-align: left;
}

h4.bold {
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}

h5.bold {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

h6.bold {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

title.bold {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}

body.bold {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18.2px;
  text-align: left;
}

.caption {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

caption.bold {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
}

.error-text {
  color: red;
}

.breadcrumbs {
  padding-top: 45px;
  padding-left: 77px;
}

.activeAdmin {
  background-color: #5C60EE;
  color: white;
  border-radius: 10px;
}
.activeAdmin:hover {
  background-color: #5C60EE;
}

body {
  background-color: #f3f2f4;
}

.navbar-logo img {
  width: 186px;
  height: 35px;
  top: 20px;
  left: 100px;
  gap: 0px;
  opacity: 0px;
  position: absolute;
  z-index: 10;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

.title-section {
  position: absolute;
  width: 100%;
  height: 17.5rem;
  background: linear-gradient(100.05deg, #4B4193 3.35%, #393D79 80.85%);
  display: flex;
  justify-content: center;
  color: white;
  flex-direction: column;
  gap: 21px;
  top: 0;
  z-index: -1;
  padding-top: 80px;
}
.title-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}
.title-section-description {
  margin-top: 21px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.leadership-contact-section {
  margin-top: 180px;
}
.leadership-contact-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}
.leadership-contact-section-body {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.leadership-contact-section-body-card {
  width: 32%;
  min-height: 84px;
  background-color: white;
  display: flex;
  padding: 11px 22px;
  gap: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.leadership-contact-section-body-card-thumbnail-circle {
  width: 61px;
  height: 61px;
  background-color: #393D79;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership-contact-section-body-card-thumbnail-circle svg {
  width: 30px;
  height: 30px;
}
.leadership-contact-section-body-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadership-contact-section-body-card-content-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #000000;
}
.leadership-contact-section-body-card-content-contact {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  color: #B2AEAE;
}

.other-contact-section {
  margin-top: 27px;
}
.other-contact-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}
.other-contact-section-body {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.other-contact-section-body-card {
  width: 312px;
  min-height: 211px;
  background-color: white;
  border-radius: 15px;
  position: relative;
}
.other-contact-section-body-card-header {
  height: 57px;
  background-color: #393D79;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-contact-section-body-card-header-thumbnail {
  display: flex;
  width: 58px;
  height: 58px;
  border: 1px solid #D9D9D9;
  margin-top: 58px;
  border-radius: 50px;
  background-color: white;
  align-items: center;
  justify-content: center;
  color: #393D79;
}
.other-contact-section-body-card-header-thumbnail svg {
  width: 30px;
  height: 30px;
}
.other-contact-section-body-card-profile {
  margin-top: 40px;
  border-bottom: 0.5px solid #B2AEAE;
  padding-bottom: 23px;
}
.other-contact-section-body-card-profile-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-align: center;
  padding: 0px 15px;
}
.other-contact-section-body-card-profile-contact {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #B2AEAE;
  padding: 0px 15px;
}
.other-contact-section-body-card-body {
  margin-top: 14px;
  padding: 0px 0px 25px 15px;
}
.other-contact-section-body-card-body-area-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
.other-contact-section-body-card-body-area-items {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.other-contact-section-body-card-body-area-items svg {
  width: 21px;
  height: 21px;
}
.other-contact-section-body-card-body-area-items ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding: 0px 5px 0px 0px;
}

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
  color: #393D79 !important;
}

.MuiTabs-indicator {
  background-color: #393D79 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/Components/Website/Footer/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Poppins");
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 85.4px;
  text-align: left;
}

h1.bold {
  font-family: "Poppins", sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 85.4px;
  text-align: left;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 68.6px;
  text-align: left;
}

h2.bold {
  font-family: "Poppins", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 68.6px;
  text-align: left;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 54.6px;
  text-align: left;
}

.h3-bold {
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 54.6px;
  text-align: left;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 43.4px;
  text-align: left;
}

h4.bold {
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}

h5.bold {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

h6.bold {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

title.bold {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}

body.bold {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18.2px;
  text-align: left;
}

.caption {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

caption.bold {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
}

.error-text {
  color: red;
}

.breadcrumbs {
  padding-top: 45px;
  padding-left: 77px;
}

.activeAdmin {
  background-color: #5C60EE;
  color: white;
  border-radius: 10px;
}
.activeAdmin:hover {
  background-color: #5C60EE;
}

.footer {
  height: 40px;
  background: linear-gradient(90.08deg, #4B4193 -3.45%, #393D79 76.92%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  color: white;
  z-index: 1000;
}
