/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Footer/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
footer {
  padding-top: 2rem;
  padding-bottom: 8.1rem;
  background: #3b6970;
  border-radius: 8rem 8rem 0 0;
  position: relative;
}
footer > img {
  position: absolute;
  bottom: 0;
  height: 60rem;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
footer .footerTop .container {
  display: flex;
}
footer .footerTop .container .footerLeft {
  width: 25%;
  border-right: 1px solid #487a83;
  padding-bottom: 4.1rem;
  padding-top: 9.7rem;
}
footer .footerTop .container .footerLeft .footerLogo {
  margin-bottom: 3rem;
}
footer .footerTop .container .footerLeft p {
  color: #a3b3c5;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.028rem;
  width: 70%;
  margin-bottom: 4rem;
}
footer .footerTop .container .footerLeft .lang button {
  color: #cbd1d8;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.026rem;
  transition: all 0.3s var(--animationStyle);
}
footer .footerTop .container .footerLeft .lang button:hover {
  color: #ffffff;
}
footer .footerTop .container .footerLeft .lang span {
  color: #cbd1d8;
}
footer .footerTop .container .footerRight {
  padding-left: 7rem;
  padding-top: 9.5rem;
  padding-bottom: 8rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15rem;
  row-gap: 8.5rem;
  width: 75%;
}
footer .footerTop .container .footerRight > div > a {
  color: #f6f7f9;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.044rem;
  margin-bottom: 5.2rem;
  transition: all 0.3s var(--animationStyle);
  position: relative;
}
footer .footerTop .container .footerRight > div > a::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  width: 2.6rem;
  height: 0.3rem;
  background: #c4968f;
  transition: all 0.3s var(--animationStyle);
}
footer .footerTop .container .footerRight > div > a:hover {
  color: #ffffff;
}
footer .footerTop .container .footerRight > div > a:hover::after {
  width: 4rem;
}
footer .footerTop .container .footerRight > div ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  max-height: 27rem;
  flex-wrap: wrap;
  column-gap: 11rem;
  list-style: none;
}
footer .footerTop .container .footerRight > div ul li a {
  color: #d9dde3;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.032rem;
  transition: all 0.3s var(--animationStyle);
  position: relative;
}
footer .footerTop .container .footerRight > div ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #23abc5;
  border-radius: 50%;
  transition: all 0.3s var(--animationStyle);
  opacity: 0;
}
footer .footerTop .container .footerRight > div ul li a:hover {
  color: #ffffff;
  transform: translateX(1.75rem);
}
footer .footerTop .container .footerRight > div ul li a:hover::after {
  opacity: 1;
  transform: translate(-1.75rem, -50%);
}
footer .footerBottom {
  border-top: 1px solid #487a83;
  padding-top: 2.4rem;
}
footer .footerBottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerBottom .container > div:first-child {
  display: flex;
  align-items: center;
  column-gap: 5.6rem;
}
footer .footerBottom .container > div:first-child > :not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2.8rem);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.8rem;
  background: #cbd1d8;
  opacity: 0.2;
}
footer .footerBottom .container > div:first-child a {
  color: #cbd1d8;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.014rem;
  transition: all 0.3s var(--animationStyle);
  position: relative;
}
footer .footerBottom .container > div:first-child a:hover {
  color: #ffffff;
}
footer .footerBottom .container > div:first-child span {
  color: #cbd1d8;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.014rem;
}
footer .footerBottom .container > div:first-child span a {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.014rem;
  transition: all 0.3s var(--animationStyle);
  position: relative;
}
footer .footerBottom .container > div:last-child {
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
  justify-content: flex-end;
}
footer .footerBottom .container > div:last-child span {
  color: rgba(203, 209, 216, 0.5);
  font-family: "Euclid Galactic";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.014rem;
}
footer .footerBottom .container > div:last-child a {
  color: #cbd1d8;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.014rem;
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
  transition: all 0.3s var(--animationStyle);
}
footer .footerBottom .container > div:last-child a:hover {
  color: #ffffff;
}
footer .footerBottom .container > div:last-child a:hover span {
  transform: scale(1.03);
}
footer .footerBottom .container > div:last-child a span {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: #3c818d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}

.youtube + footer {
  margin-top: -20rem;
}

.contactInfo .contacts {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 13.7rem;
}
.contactInfo .contacts > a,
.contactInfo .contacts div {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.contactInfo .contacts > a span:first-child,
.contactInfo .contacts div span:first-child {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #497d86;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}
.contactInfo .contacts > a span:last-child,
.contactInfo .contacts div span:last-child {
  color: #d9dde3;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.032rem;
  transition: all 0.3s var(--animationStyle);
}
.contactInfo .contacts > div span:last-child {
  color: #cbd1d8;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.026rem;
}
.contactInfo .contacts a:nth-child(3) {
  margin-bottom: 3rem;
}
.contactInfo .contacts a:hover span:first-child {
  background: #4a7e87;
  border-color: #4a7e87;
}
.contactInfo .contacts a:hover span:last-child {
  color: #ffffff;
}
.contactInfo .socials {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 4.5rem;
}
.contactInfo .socials a {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #497d86;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}
.contactInfo .socials a:hover {
  background: #4a7e87;
  border-color: #4a7e87;
}

@media screen and (max-width: 767.9px) {
  footer {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  footer .footerTop {
    border-bottom: 1px solid #497d86;
    padding-bottom: 4.2rem;
  }
  footer .footerTop .container {
    flex-direction: column;
  }
  footer .footerTop .container .footerLeft {
    width: 100%;
    border-right: none;
    padding-bottom: 4rem;
    padding-top: 0;
    margin-bottom: 4rem;
    border-bottom: 1px solid #497d86;
  }
  footer .footerTop .container .footerLeft p {
    width: 100%;
  }
  footer .footerTop .container .footerLeft .lang {
    column-gap: 0.6rem;
  }
  footer .footerTop .container .footerLeft .lang button {
    font-size: 1.6rem;
  }
  footer .footerTop .container .footerLeft .lang span {
    font-size: 1.6rem;
  }
  footer .footerTop .container .footerRight {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    column-gap: 0;
  }
  footer .footerTop .container .footerRight > div {
    width: 50%;
  }
  footer .footerTop .container .footerRight > div:nth-child(2) {
    order: 1;
    width: 100%;
  }
  footer .footerTop .container .footerRight > div:nth-child(1) {
    order: 2;
  }
  footer .footerTop .container .footerRight > div:nth-child(3) {
    order: 3;
  }
  footer .footerTop .container .footerRight > div:nth-child(4) {
    order: 6;
  }
  footer .footerTop .container .footerRight > div:nth-child(5) {
    order: 4;
  }
  footer .footerTop .container .footerRight > div:nth-child(6) {
    order: 5;
  }
  footer .footerTop .container .footerRight > div:nth-child(7) {
    order: 7;
  }
  footer .footerTop .container .footerRight > div ul {
    column-gap: 0;
  }
  footer .footerBottom .container {
    flex-direction: column;
    row-gap: 2rem;
  }
  footer .footerBottom .container > div:first-child {
    flex-wrap: wrap;
  }
  footer .footerBottom .container > div:first-child > a {
    margin-bottom: 2rem;
  }
  footer .footerBottom .container > div:first-child span {
    text-align: center;
  }
  footer .footerBottom .container > div:last-child {
    justify-content: flex-start;
    width: 100%;
  }
  footer .footerBottom .container > div:last-child > a {
    margin-bottom: 0;
  }
  .contactInfo .contacts {
    margin-bottom: 1.8rem;
  }
  .contactInfo .contacts a:nth-child(3) {
    margin-bottom: 1rem;
  }
  .contactInfo .socials {
    margin-bottom: 4rem;
    column-gap: 3.6rem;
  }
  .contactInfo .socials a {
    width: 5.1rem;
    height: 5.1rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Header/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100dvw;
  z-index: 10;
}
header .container .headerTop {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
}
header .container .headerBottom {
  display: flex;
  align-items: center;
}
header .container .headerBottom nav > ul {
  display: flex;
  column-gap: 2.6rem;
}
header .container .headerBottom nav > ul > li {
  position: relative;
  cursor: default;
}
header .container .headerBottom nav > ul > li > a,
header .container .headerBottom nav > ul > li > span {
  color: #116676;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}
header .container .headerBottom nav > ul > li > a .svg,
header .container .headerBottom nav > ul > li > span .svg {
  content: url("/icons/chevronDown.svg");
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom nav > ul > li > .subMenu {
  position: absolute;
  top: 100%;
  padding-top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s var(--animationStyle);
  visibility: hidden;
  opacity: 0;
}
header .container .headerBottom nav > ul > li > .subMenu ul {
  background-color: #fff;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  min-width: 10rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
}
header .container .headerBottom nav > ul > li > .subMenu ul li > a {
  color: #116676;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
  padding: 0.6rem 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  transition: all 0.3s var(--animationStyle);
  border-radius: 0.4rem;
  width: 100%;
  word-wrap: nowrap;
  white-space: nowrap;
}
header .container .headerBottom nav > ul > li > .subMenu ul li > a:hover {
  background-color: rgba(35, 171, 197, 0.1);
  color: #23abc5;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a {
  display: flex;
  column-gap: 1rem;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a > div:first-child {
  width: 5rem;
  min-width: 5rem;
  height: 7rem;
  border-radius: 0.2rem;
  background-color: #e1dee6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a > div:last-child {
  display: flex;
  flex-direction: column;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a > div:last-child span:first-child {
  color: #116676;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:not(:last-child) a > div:last-child span:last-child {
  color: #2c8292;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03rem;
  opacity: 0.8;
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li {
  opacity: 0;
  transform: translateY(0.4rem);
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom nav > ul > li .doctorsMenu > ul li:last-child {
  transition: all 0.3s 0.7s var(--animationStyle);
}
header .container .headerBottom nav > ul > li .doctorsMenu .seeMoreParent {
  width: fit-content;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .container .headerBottom nav > ul > li:hover > .subMenu {
  visibility: visible;
  opacity: 1;
  padding-top: 1rem;
}
header .container .headerBottom nav > ul > li:hover > .subMenu li {
  opacity: 1;
  transform: translateY(0);
}
header .container .headerBottom nav > ul > li:hover > span > .svg {
  transform: rotate(180deg);
}
header .container .headerBottom .headerLeft {
  display: flex;
  align-items: center;
  column-gap: 3.1rem;
  width: 40%;
}
header .container .headerBottom .headerLeft .menuBtn {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  border-radius: 2rem;
  border: 1px solid #cae3e7;
  height: 4.8rem;
  padding: 0 1.8rem 0 1.4rem;
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom .headerLeft .menuBtn:hover {
  background-color: rgba(35, 171, 197, 0.1);
}
header .container .headerBottom .headerLeft .menuBtn:hover span:last-child {
  color: #23abc5;
}
header .container .headerBottom .headerLeft .menuBtn span:last-child {
  color: #116676;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom .headerMid {
  display: flex;
  justify-content: center;
  width: 20%;
}
header .container .headerBottom .headerMid .logo {
  width: 14.3rem;
}
header .container .headerBottom .headerRight {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 2.3rem;
}
header .container .headerBottom .headerRight > div {
  display: flex;
  align-items: center;
  column-gap: 0.9rem;
}
header .container .headerBottom .headerRight > div .eServicesLink {
  color: #2c8292;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
  height: 4.8rem;
  padding: 0 2.2rem;
  border-radius: 2rem;
  border: 1px solid #e1dee6;
  background: #bddfe5;
  display: flex;
  align-items: center;
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom .headerRight > div .eServicesLink:hover {
  background-color: #ece8e8;
}
header .container .headerBottom .headerRight > div .searchBtn {
  border-radius: 5.3rem;
  border: 1px solid #e1dee6;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom .headerRight > div .searchBtn:hover {
  background-color: var(--btnHoverColor);
}
header .container .headerBottom .headerRight > div .searchBtn span {
  content: url("/icons/search.svg");
}
header .container .headerBottom .headerRight > div .alo {
  border-radius: 2rem;
  border: 1px solid #e1dee6;
  height: 4.8rem;
  padding: 0 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}
header .container .headerBottom .headerRight > div .alo span {
  content: url("/icons/alo.svg");
}
header .container .headerBottom .headerRight > div .alo:hover {
  background-color: var(--btnHoverColor);
}

@media screen and (max-width: 767.9px) {
  header {
    backdrop-filter: blur(10px);
    padding-bottom: 1.6rem;
  }
  header .container .headerBottom .headerLeft {
    width: 30%;
  }
  header .container .headerBottom .headerLeft .menuBtn {
    width: 4.8rem;
    min-width: 4.8rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .container .headerBottom .headerLeft .menuBtn span:last-child {
    display: none;
  }
  header .container .headerBottom .headerLeft nav {
    display: none;
  }
  header .container .headerBottom .headerMid {
    width: 40%;
    display: flex;
    justify-content: center;
  }
  header .container .headerBottom .headerMid .logo {
    width: 13.5rem;
  }
  header .container .headerBottom .headerRight {
    width: 30%;
    justify-content: flex-end;
  }
  header .container .headerBottom .headerRight nav {
    display: none;
  }
  header .container .headerBottom .headerRight > div .eServicesLink {
    display: none;
  }
  header .container .headerBottom .headerRight > div .searchBtn {
    display: none;
  }
  header .container .headerBottom .headerRight > div .alo {
    padding: 0 1.1rem;
  }
  header .container .headerBottom .headerRight > div .alo > span {
    width: 6rem;
  }
  .mobileSearchBtn {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    border: 1px solid #e1dee6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 1.6rem;
    background-color: #dee9eb;
    bottom: 1.6rem;
    z-index: 9;
  }
  .mobileSearchBtn img {
    transform: scale(1.5);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Header/Lang/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lang {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.lang button,
.lang span {
  color: #6c7d90;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.026rem;
  background-color: transparent;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lang button:disabled,
.lang span:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.lang button.loading,
.lang span.loading {
  opacity: 0.7;
  transform: scale(0.95);
  position: relative;
}
.lang button.loading::after,
.lang span.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border: 1px solid #6c7d90;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Header/Menu/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
html, body {
  width: 100%;
  height: 100%;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title], abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'], input[type='password'], input[type='number'], textarea {
  -webkit-appearance: none;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre, code, kbd, samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a, area, button, [role='button'], input:not([type='range']), label, select, summary, textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input, button, select, optgroup, textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'], input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.ant-collapse-custom {
  background: transparent;
  border: none;
}
.ant-collapse-custom .ant-collapse-item {
  border-bottom: 1px solid #126c7d;
  margin-bottom: 0;
  padding-bottom: 2rem;
  width: calc(100% - 2rem);
  padding-inline: 0.45rem 0.85rem;
}
.ant-collapse-custom .ant-collapse-item:not(:first-child) .ant-collapse-header {
  padding-top: 1.5rem;
}
.ant-collapse-custom .ant-collapse-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-left: 2rem !important;
  padding-bottom: 1.5rem !important;
  color: #e0e9f5 !important;
  font-size: 1.8rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: -0.036rem !important;
}
.ant-collapse-custom .ant-collapse-header a {
  color: #e0e9f5;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.036rem;
}
.ant-collapse-custom .ant-collapse-header .ant-collapse-expand-icon {
  order: 2;
  padding-right: 0 !important;
  flex-shrink: 0;
}
.ant-collapse-custom .ant-collapse-content {
  background: transparent;
  border-top: none;
}
.ant-collapse-custom .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.ant-collapse-custom .ant-collapse-content .ant-collapse-content-box .menuItemContent {
  border-radius: 2.25rem;
  background: #0f5c6b;
  padding: 3.6rem 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.ant-collapse-custom .ant-collapse-content .ant-collapse-content-box .menuItemContent a {
  color: #e0e9f5;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s var(--animationStyle);
  opacity: 0.8;
}
.ant-collapse-custom .ant-collapse-content .ant-collapse-content-box .menuItemContent a:hover {
  color: #e0e9f5;
  opacity: 1;
}
.ant-collapse-custom .collapseButton {
  flex-shrink: 0;
}
.ant-collapse-custom .collapseButton.active img {
  transform: rotate(180deg);
}
.ant-collapse-custom .collapseButton img {
  transition: transform 0.3s ease;
}
.menu {
  height: 100dvh;
  width: 38rem;
  padding: 4rem 2.6rem;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #116676;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 0.7s var(--animationStyle);
  overflow: hidden;
}
.menu .menuTop {
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}
.menu .menuTop button {
  border-radius: 2rem;
  border: 1px solid rgba(202, 227, 231, 0.2);
  height: 4.8rem;
  display: flex;
  column-gap: 0.7rem;
  align-items: center;
  padding-inline: 1.8rem;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
}
.menu.active {
  transform: translateX(0);
}
.menuBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(17, 103, 118, 0.5);
  backdrop-filter: blur(8px);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s var(--animationStyle);
}
.menuBg.active {
  visibility: visible;
  opacity: 1;
}
.menuList {
  height: calc(100dvh - 4rem - 4.8rem - 10rem);
  overflow: auto;
}
.menuList::-webkit-scrollbar {
  width: 0.6rem;
}
.menuList::-webkit-scrollbar-thumb {
  background-color: #126c7d;
  border-radius: 1rem;
}
.menuList::-webkit-scrollbar-track {
  background-color: transparent;
}
.menuList::-webkit-scrollbar-corner {
  background-color: transparent;
}
.menuList .menuItem {
  width: calc(100% - 2rem);
  padding-inline: 0.45rem 0.85rem;
  border-bottom: 1px solid #126c7d;
  padding-bottom: 0 !important;
}
.menuList .menuItem .menuItemHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuList .menuItem .menuItemHeader a {
  color: #e0e9f5;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.036rem;
}
.menuList .menuItem .menuItemHeader button {
  flex-shrink: 0;
}
.menuList .menuItem .menuItemContent {
  border-radius: 2.25rem;
  background: #0f5c6b;
  padding: 3.6rem 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.menuList .menuItem .menuItemContent a {
  color: #e0e9f5;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.menuList .menuItem .menuItemContent a:hover {
  color: #e0e9f5;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .menu {
    width: calc(100dvw - 6rem);
    overflow: auto;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Search/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.search {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f9fafb;
  padding-top: 4.6rem;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.search.open {
  visibility: visible;
  opacity: 1;
}
.search .container {
  padding-inline: 25.2rem;
  padding-bottom: 4rem;
}
.search .container > span {
  color: #2b6a76;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: -0.094rem;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
.search .container .inputGroup {
  position: relative;
  margin-bottom: 3rem;
}
.search .container .inputGroup input {
  border-radius: 2rem;
  background: #deeaec;
  height: 8.6rem;
  padding-inline: 8.3rem 25rem;
  width: 100%;
  color: #00384c;
  font-family: "Euclid Galactic";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.8rem;
  letter-spacing: -0.036rem;
  border: none;
  outline: none;
}
.search .container .inputGroup input::placeholder {
  color: rgba(0, 56, 76, 0.65);
}
.search .container .inputGroup span.svg {
  position: absolute;
  left: 4.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: url("/icons/search-dark.svg");
}
.search .container .inputGroup .category-select {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  height: 4.8rem;
}
.search .container .inputGroup .category-select .ant-select-selector {
  border-radius: 1.5rem;
  border: 1px solid #b2cdd1;
  background: #fff;
  height: 4.8rem;
}
.search .container .inputGroup .category-select .ant-select-selector .ant-select-selection-placeholder,
.search .container .inputGroup .category-select .ant-select-selector .ant-select-selection-item {
  color: #2b6a76;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4.6rem;
}
.search .container .inputGroup .category-select .ant-select-arrow {
  color: #2b6a76;
}
.search .container .search-loading {
  text-align: center;
  padding: 2rem;
}
.search .container .search-loading span {
  color: #2b6a76;
  font-size: 1.6rem;
  font-weight: 500;
}
.search .container .search-results {
  margin-top: 2rem;
}
.search .container .search-results .search-category {
  margin-bottom: 3rem;
}
.search .container .search-results .search-category .category-title {
  color: #2b6a76;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #deeaec;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search .container .search-results .search-category .category-title .result-count {
  color: #6b7280;
  font-size: 1.6rem;
  font-weight: 400;
}
.search .container .search-results .search-category .category-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search .container .search-results .search-category .category-results .search-result-item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
.search .container .search-results .search-category .category-results .search-result-item:hover {
  border-color: #2b6a76;
  box-shadow: 0 4px 12px rgba(43, 106, 118, 0.15);
  transform: translateY(-2px);
}
.search .container .search-results .search-category .category-results .search-result-item .result-content .result-title {
  color: #2b6a76;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.search .container .search-results .search-category .category-results .search-result-item .result-content .result-description {
  color: #6b7280;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.search .container .search-results .search-category .category-results .search-result-item .result-content .result-meta {
  color: #9ca3af;
  font-size: 1.2rem;
  font-weight: 500;
  background: #f3f4f6;
  padding: 0.4rem 1rem;
  border-radius: 0.8rem;
  display: inline-block;
}
.search .container .no-results {
  text-align: center;
  padding: 4rem 2rem;
}
.search .container .no-results span {
  color: #6b7280;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .search .container {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .search {
    padding-top: 6.4rem;
  }
  .search > button {
    top: 7rem !important;
    right: 3.5rem !important;
  }
  .search .container {
    padding-inline: 2rem;
  }
  .search .container > span {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .search .container .inputGroup input {
    height: 6rem;
    font-size: 1.6rem;
    padding-inline: 4rem 10rem;
  }
  .search .container .inputGroup span.svg {
    left: 2rem;
  }
  .search .container .inputGroup .category-select {
    width: 130px !important;
    right: 1rem;
    transform: translateY(-44%);
  }
  .search .container .inputGroup .category-select .ant-select-selector {
    height: 4rem;
  }
  .search .container .inputGroup .category-select .ant-select-selector .ant-select-selection-placeholder,
  .search .container .inputGroup .category-select .ant-select-selector .ant-select-selection-item {
    font-size: 1.2rem;
    line-height: 3.8rem;
  }
  .search .container .search-results .search-category .category-title {
    font-size: 2rem;
  }
  .search .container .search-results .search-category .category-results .search-result-item {
    padding: 1.5rem;
  }
  .search .container .search-results .search-category .category-results .search-result-item .result-content .result-title {
    font-size: 1.6rem;
  }
  .search .container .search-results .search-category .category-results .search-result-item .result-content .result-description {
    font-size: 1.3rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Loader/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loaderWrapper {
  margin: 0 auto;
  width: fit-content;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #2b6a76;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/SeeMore/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.seeMoreParent .seeMore {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  color: #116676;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85rem;
  letter-spacing: -0.042rem;
  transition: all 0.3s var(--animationStyle);
}
.seeMoreParent .seeMore > span {
  width: 2.2738rem;
  height: 2.9928rem;
  transform: rotate(31.664deg) translateY(-0.2rem);
  border: 1px solid #cbe5ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--animationStyle);
}
.seeMoreParent .seeMore > span span {
  content: url("/icons/arrow-right.svg");
  transform: rotate(-31.664deg);
  transition: all 0.3s var(--animationStyle);
}
.seeMoreParent .seeMore:hover {
  color: #23abc5;
}
.seeMoreParent .seeMore:hover > span span {
  transform: rotate(-31.664deg) translateX(1.2rem);
}
