* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
svg {
  height: 30px;
  width: 30px;
}
.container {
  margin: auto;
  width: 1213px;
  max-width: 100%;
}
.wrap-structure-7184 {
  display: flex;
  min-height: 100%;
  height: 100%;
  flex-direction: column;
}
html,
body {
  color: #000000;
  font-family: Arial, sans-serif;
  height: 100%;
  min-height: 100%;
}
.top-base-4856 {
  flex: 1 0 auto;
}
header,
footer {
  width: 100%;
}
.fellow-prog-2153 {
  flex: 0 0 auto;
}
a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 0 12px;
  }
}
footer {
  position: relative;
}
footer::before {
  content: "";
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  background: linear-gradient(125deg, #000000 0%, rgb(119, 155, 166) 100%);
  opacity: 0.95;
  right: 0;
}
.fellow-prog-2153 {
  padding: 60px 0;
  color: #ffffff;
  z-index: 2;
  position: relative;
  font-family: Arial, sans-serif;
}
.fellow-prog-2153 .container {
  display: flex;
  flex-wrap: wrap;
}
.fellow-prog-2153 .company_holder {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  flex: 0 0 100%;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 23px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.fellow-prog-2153 .company_holder h3 {
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-size: 31px;
}
.fellow-prog-2153 .support-cta-7438 {
  max-width: 80%;
  color: #ffffff;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
.fellow-prog-2153 .achieve-cta-8069 {
  flex: 0 0 100%;
  margin-top: 20px;
}
.fellow-prog-2153 .main-mainbar-6307 {
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.fellow-prog-2153 .main-info-4158 {
  flex: 0 0 calc(50% - 30px);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.05);
  max-width: calc(50% - 30px);
  transition: all 0.3s ease;
  padding: 20px;
}
.fellow-prog-2153 .main-info-4158:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.fellow-prog-2153 .main-info-4158 h5 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.fellow-prog-2153 .main-info-4158 .main-mainbar-6307 {
  gap: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.fellow-prog-2153 .main-info-4158 .main-mainbar-6307 a {
  border-radius: 10px;
  font-size: 13px;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}
.fellow-prog-2153 .main-info-4158 .main-mainbar-6307 a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.abuse-ctrl-0518 {
  padding: 20px 0;
  position: relative;
  margin-top: 40px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.abuse-ctrl-0518::before {
  content: "";
  right: 20%;
  opacity: 0.2;
  top: 0;
  left: 20%;
  position: absolute;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  height: 1px;
}
.abuse-ctrl-0518 .container {
  display: flex;
  justify-content: center;
}
.abuse-ctrl-0518 .syllabus-ref-6345 {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 768px) {
  .fellow-prog-2153 .main-mainbar-6307 {
    justify-content: space-between;
  }
  .fellow-prog-2153 .company_holder {
    text-align: left;
    flex: 0 0 30%;
  }
  .fellow-prog-2153 .achieve-cta-8069 {
    flex: 0 0 65%;
  }
  .fellow-prog-2153 .container {
    justify-content: space-between;
    align-items: flex-start;
  }
  .fellow-prog-2153 .support-cta-7438 {
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .fellow-prog-2153 .main-info-4158 {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
  .fellow-prog-2153 .company_holder {
    padding: 20px 15px;
  }
  .fellow-prog-2153 .support-cta-7438 {
    padding: 15px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .fellow-prog-2153 {
    padding: 40px 0;
  }
  .fellow-prog-2153 .company_holder h3 {
    font-size: calc(31px * 0.8);
  }
  .fellow-prog-2153 .main-info-4158 h5 {
    font-size: calc(18px * 0.9);
  }
  .fellow-prog-2153 .main-info-4158 .main-mainbar-6307 a {
    font-size: calc(13px * 0.95);
  }
}

@keyframes pulseLight {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}

footer::after {
  content: "";
  width: 100%;
  z-index: 1;
  height: 100%;
  background-size: 20px 20px;
  top: 0;
  left: 0;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  position: absolute;
}
.give-it-a-try-8390 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgb(119, 155, 166, 0.5) 0%, #ffffff 100%);
}
.give-it-a-try-8390::before {
  background: rgb(182, 185, 195, 0.5);
  top: -50%;
  content: "";
  position: absolute;
  z-index: 1;
  height: 200%;
  width: 80%;
  opacity: 0.1;
  transform: rotate(-15deg);
  right: -20%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.give-it-a-try-8390::after {
  opacity: 0.1;
  width: 60%;
  background: rgb(119, 155, 166, 0.5);
  left: -10%;
  position: absolute;
  bottom: -30%;
  content: "";
  height: 150%;
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  z-index: 1;
  transform: rotate(15deg);
}
.give-it-a-try-8390 .pro-program-9862 {
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
  flex-direction: column;
  z-index: 10;
}
.give-it-a-try-8390 .container p {
  line-height: 1.4;
  position: relative;
  margin: 0 0 60px 0;
  color: #000000;
  z-index: 5;
  font-size: 38px;
  text-align: center;
  border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
  padding: 40px 60px;
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  background: #ffffff;
}
.give-it-a-try-8390 .help-map-8625 {
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  transition: all 0.4s ease;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 5;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(182, 185, 195), rgb(119, 155, 166));
}
.give-it-a-try-8390 .help-map-8625::before {
  z-index: -1;
  width: 100%;
  opacity: 0;
  content: "";
  top: 0;
  background: linear-gradient(90deg, rgb(119, 155, 166), rgb(182, 185, 195));
  height: 100%;
  position: absolute;
  left: 0;
  transition: opacity 0.4s ease;
}
.give-it-a-try-8390 .help-map-8625:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px) scale(1.05);
}
.give-it-a-try-8390 .help-map-8625:hover::before {
  opacity: 1;
}
.give-it-a-try-8390 .container p::before {
  top: -10%;
  content: "";
  left: -20%;
  background: #ffffff;
  width: 140%;
  border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
  opacity: 0.4;
  z-index: -1;
  animation: morph 8s ease-in-out infinite;
  height: 120%;
  position: absolute;
}
.give-it-a-try-8390 .help-map-8625::after {
  top: 0;
  left: -100px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  animation: shine 6s infinite;
  transform: skewX(-15deg);
}

@keyframes morph {
  0%,
  100% {
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
  }
  50% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media (max-width: 991px) {
  .give-it-a-try-8390 {
    padding: 90px 0;
  }
  .give-it-a-try-8390 .container p {
    margin-bottom: 50px;
    padding: 35px 50px;
    font-size: calc(20px * 1.2);
  }
  .give-it-a-try-8390 .help-map-8625 {
    padding: 18px 40px;
  }
}

@media (max-width: 767px) {
  .give-it-a-try-8390 {
    padding: 70px 0;
  }
  .give-it-a-try-8390 .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .give-it-a-try-8390 .help-map-8625 {
    padding: 15px 35px;
  }
  .give-it-a-try-8390 .container p::before {
    animation: none;
  }
}

@media (max-width: 480px) {
  .give-it-a-try-8390 {
    padding: 50px 0;
  }
  .give-it-a-try-8390 .container p {
    border-radius: 30px;
    padding: 25px 30px;
    font-size: calc(18px * 1.2);
    margin-bottom: 30px;
  }
  .give-it-a-try-8390 .help-map-8625 {
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
  }
}
.offer-panel-2659 {
  background: rgb(225, 225, 229);
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.offer-panel-2659::before {
  content: "";
  z-index: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-color-rgb), 0.05) 0%,
    rgba(var(--secondary-color-rgb), 0.03) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
}
.offer-panel-2659 .container {
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
  max-width: 1400px;
}
.offer-panel-2659 .cert-plans-1234 {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr;
}
.offer-panel-2659 .fee-choices-7628 {
  opacity: 0;
  max-width: 800px;
  transform: translateY(20px);
  animation: fadeSlideUp 0.8s forwards 0.2s;
  text-align: center;
  margin: 0 auto;
}
.offer-panel-2659 .fee-choices-7628 h2 {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  position: relative;
  color: #000000;
}
.offer-panel-2659 .fee-choices-7628 h2::after {
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  height: 3px;
  bottom: -10px;
  position: absolute;
  background: linear-gradient(90deg, rgb(182, 185, 195), rgb(119, 155, 166));
  content: "";
}
.offer-panel-2659 .study-costs-1932 {
  font-size: calc(12px + 0.1rem);
  line-height: 1.6;
  color: #000000;
  margin-top: 30px;
}
.offer-panel-2659 .rate-options-2803 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  display: grid;
  animation: fadeSlideUp 0.8s forwards 0.4s;
  transform: translateY(30px);
  margin-top: 20px;
  opacity: 0;
  gap: 30px;
}
.offer-panel-2659 .access-plans-7135 {
  will-change: transform;
  text-decoration: none;
  z-index: 1;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: relative;
}
.offer-panel-2659 .access-plans-7135:hover {
  transform: translateY(-10px) scale(1.02);
}
.offer-panel-2659 .learn-offers-0269 {
  position: relative;
  border-radius: 30px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-height: 420px;
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
  background: #ffffff;
  overflow: hidden;
}
.offer-panel-2659 .access-plans-7135:hover .learn-offers-0269 {
  box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}
.offer-panel-2659 .access-plans-7135:nth-child(odd) .learn-offers-0269::before {
  background: rgb(182, 185, 195);
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  top: 0;
  width: 5px;
  position: absolute;
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
}
.offer-panel-2659
  .access-plans-7135:nth-child(even)
  .learn-offers-0269::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  right: 0;
  transform: scaleY(0);
  background: rgb(119, 155, 166);
  top: 0;
  width: 5px;
  transform-origin: bottom;
  content: "";
  position: absolute;
}
.offer-panel-2659 .access-plans-7135:hover .learn-offers-0269::before {
  transform: scaleY(1);
}
.offer-panel-2659 .tuition-table-2305 {
  z-index: 1;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}
.offer-panel-2659 .tuition-table-2305 h3 {
  margin-bottom: 15px;
  transition: color 0.3s ease;
  position: relative;
  font-size: calc(24px + 0.2rem);
  color: #000000;
  font-weight: 700;
  display: inline-block;
}
.offer-panel-2659 .access-plans-7135:hover .tuition-table-2305 h3 {
  color: rgb(182, 185, 195);
}
.offer-panel-2659
  .access-plans-7135:nth-child(even):hover
  .tuition-table-2305
  h3 {
  color: rgb(119, 155, 166);
}
.offer-panel-2659 .payment-plan-1038 {
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-block;
  margin: 10px 0 20px;
  font-size: calc(24px + 0.5rem);
  color: rgb(182, 185, 195);
  position: relative;
}
.offer-panel-2659 .access-plans-7135:nth-child(even) .payment-plan-1038 {
  color: rgb(119, 155, 166);
}
.offer-panel-2659 .payment-plan-1038::after {
  bottom: 0;
  position: absolute;
  height: 3px;
  left: 0;
  content: "";
  opacity: 0.6;
  background: currentColor;
  width: 40px;
}
.offer-panel-2659 .tuition-table-2305 p {
  margin-top: auto;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  color: #000000;
  line-height: 1.6;
  font-size: 12px;
  word-wrap: break-word;
}
.offer-panel-2659 .img-list-7965 {
  transform-origin: center;
  width: 100%;
  height: 200px;
  position: relative;
  transition: transform 0.5s ease;
}
.offer-panel-2659 .access-plans-7135:hover .img-list-7965 {
  transform: scale(1.05);
}
.offer-panel-2659 .img-list-7965::after {
  transition: opacity 0.4s ease;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  height: 40%;
  position: absolute;
}
.offer-panel-2659 .access-plans-7135:hover .img-list-7965::after {
  opacity: 1;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .offer-panel-2659 .cert-plans-1234 {
    grid-template-columns: 1fr;
  }
  .offer-panel-2659 .rate-options-2803 {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media (min-width: 992px) {
  .offer-panel-2659 {
    padding: 150px 0;
  }
  .offer-panel-2659 .cert-plans-1234 {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .offer-panel-2659 .rate-options-2803 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .offer-panel-2659 .learn-offers-0269 {
    min-height: 480px;
  }
}

@media (min-width: 1200px) {
  .offer-panel-2659 .rate-options-2803 {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .offer-panel-2659 {
    padding: 80px 0;
  }
  .offer-panel-2659 .fee-choices-7628 h2 {
    font-size: calc(34px - 0.4rem);
  }
  .offer-panel-2659 .study-costs-1932 {
    font-size: 12px;
  }
  .offer-panel-2659 .tuition-table-2305 {
    padding: 30px 20px;
  }
  .offer-panel-2659 .learn-offers-0269 {
    min-height: 400px;
  }
  .offer-panel-2659 .img-list-7965 {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .offer-panel-2659 {
    padding: 60px 0;
  }
  .offer-panel-2659 .cert-plans-1234 {
    gap: 40px;
  }
  .offer-panel-2659 .rate-options-2803 {
    gap: 25px;
  }
  .offer-panel-2659 .tuition-table-2305 h3 {
    font-size: 24px;
  }
  .offer-panel-2659 .payment-plan-1038 {
    font-size: 24px;
  }
  .offer-panel-2659 .tuition-table-2305 p {
    font-size: calc(12px - 0.1rem);
  }
}
.instructional-approach-3286 {
  background: linear-gradient(145deg, rgb(225, 225, 229) 40%, #ffffff 100%);
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.instructional-approach-3286::before {
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgb(182, 185, 195, 0.5) 0%,
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(119, 155, 166, 0.5) 0%,
      transparent 30%
    );
  height: 100%;
  opacity: 0.15;
  z-index: 0;
  animation: ambientGlow 20s infinite alternate ease-in-out;
  width: 100%;
  transform: translateZ(0);
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  content: "";
}
.instructional-approach-3286::after {
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
  width: 300px;
  background: linear-gradient(
    135deg,
    rgb(182, 185, 195, 0.5) 0%,
    rgb(119, 155, 166) 100%
  );
  opacity: 0.1;
  animation: floatElement 15s infinite alternate ease-in-out;
  right: -50px;
  position: absolute;
  top: -50px;
  filter: blur(50px);
  border-radius: 50%;
  height: 300px;
  content: "";
}
.instructional-approach-3286 .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.instructional-approach-3286 .pro-program-9862 {
  justify-content: center;
  display: flex;
  position: relative;
  perspective: 1000px;
  align-items: center;
}
.instructional-approach-3286 .pro-program-9862 > div {
  box-shadow:
    0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.7)
  );
  backdrop-filter: blur(10px);
  border-left: 4px solid rgb(182, 185, 195);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 50px 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  width: 100%;
  border-radius: 10px;
  max-width: 900px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateZ(0);
}
.instructional-approach-3286 .pro-program-9862 > div:hover {
  box-shadow:
    0 25px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
  transform: translateY(-5px) translateZ(10px);
}
.instructional-approach-3286 h3 {
  font-weight: 700;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: calc(31px * 0.9);
  transform: translateZ(0);
  padding-bottom: 15px;
  color: #000000;
  margin-bottom: 25px;
}
.instructional-approach-3286 h3::after {
  left: 0;
  transform: scaleX(1);
  height: 3px;
  background: linear-gradient(to right, rgb(182, 185, 195), rgb(119, 155, 166));
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  position: absolute;
  bottom: 0;
  transform-origin: left;
  width: 80px;
}
.instructional-approach-3286 .pro-program-9862 > div:hover h3::after {
  transform: scaleX(1.5);
}
.instructional-approach-3286 p {
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  color: #000000;
  line-height: 1.8;
  margin: 0;
  animation: fadeInText 0.8s forwards 0.3s ease-out;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.instructional-approach-3286 p span {
  display: block;
  position: relative;
}
.instructional-approach-3286 p span::before {
  font-size: 80px;
  opacity: 0.15;
  top: -30px;
  font-family: Georgia, serif;
  left: -10px;
  z-index: -1;
  position: absolute;
  color: rgb(182, 185, 195);
  content: "";
}
.instructional-approach-3286 .pro-program-9862 > div::before {
  opacity: 0.15;
  right: 15px;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateZ(0);
  background: linear-gradient(
    135deg,
    rgb(182, 185, 195) 0%,
    rgb(119, 155, 166) 100%
  );
  z-index: 0;
  border-radius: 50%;
  content: "";
  top: 15px;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambientGlow {
  0% {
    opacity: 0.15;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0.25;
    transform: scale(1.1) rotate(5deg);
  }
}

@keyframes floatElement {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(-10px, -10px);
  }
}

@media (max-width: 992px) {
  .instructional-approach-3286 {
    padding: 90px 0;
  }
  .instructional-approach-3286 .pro-program-9862 > div {
    padding: 40px 45px;
  }
  .instructional-approach-3286 h3 {
    font-size: calc(31px * 0.8);
  }
}

@media (max-width: 768px) {
  .instructional-approach-3286 {
    padding: 70px 0;
  }
  .instructional-approach-3286 .pro-program-9862 > div {
    padding: 35px 30px;
  }
  .instructional-approach-3286 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .instructional-approach-3286 h3::after {
    width: 60px;
  }
  .instructional-approach-3286::before,
  .instructional-approach-3286::after {
    opacity: 0.1;
  }
}

@media (max-width: 576px) {
  .instructional-approach-3286 {
    padding: 60px 0;
  }
  .instructional-approach-3286 .pro-program-9862 > div {
    padding: 30px 25px;
    padding-top: 80px !important;
  }
  .instructional-approach-3286 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.6);
  }
  .instructional-approach-3286 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
  }
  .instructional-approach-3286 h3::after {
    width: 50px;
    height: 2px;
  }
  .instructional-approach-3286 .pro-program-9862 > div::before {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.secure-fortification-3862 {
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  height: auto;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
.secure-fortification-3862::before {
  right: 10px;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  bottom: 10px;
}
.secure-fortification-3862 h1 {
  text-align: center;
  border-bottom: 2px solid rgb(182, 185, 195);
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 38px;
  margin-top: 30px;
  font-weight: 700;
  color: rgb(182, 185, 195);
  padding-bottom: 10px;
}
.secure-fortification-3862 h2 {
  padding-left: 15px;
  font-weight: 600;
  text-align: left;
  color: rgb(119, 155, 166);
  border-left: 4px solid rgb(119, 155, 166);
  font-family: Arial, sans-serif;
  font-size: 38px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.secure-fortification-3862 h3,
.secure-fortification-3862 h4,
.secure-fortification-3862 h5,
.secure-fortification-3862 h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: rgb(182, 185, 195);
}
.secure-fortification-3862 ul,
.secure-fortification-3862 ol {
  margin: 0;
  color: #ffffff;
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding-left: 0;
}
.secure-fortification-3862 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.secure-fortification-3862 li::before {
  font-size: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
  left: 0;
  line-height: 1em;
  color: rgb(182, 185, 195);
  position: absolute;
}
.secure-fortification-3862 section {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(119, 155, 166, 0.5);
  background: #000000;
  border-radius: 10px;
}
.secure-fortification-3862 p,
.secure-fortification-3862 span,
.secure-fortification-3862 div {
  margin-bottom: 20px;
  line-height: 1.6;
  padding-left: 15px;
  font-size: 16px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-left: 3px solid rgb(182, 185, 195);
}

@media only screen and (max-width: 800px) {
  .secure-fortification-3862 {
    width: 95%;
    padding: 20px;
    padding-top: 100px !important;
  }
  .secure-fortification-3862 h1 {
    margin-top: 20px;
    font-size: calc(24px - 6px);
    margin-bottom: 15px;
  }
  .secure-fortification-3862 h2 {
    margin-bottom: 10px;
    font-size: calc(24px - 6px);
    margin-top: 20px;
  }
  .secure-fortification-3862 ul,
  .secure-fortification-3862 ol {
    padding-left: 15px;
  }
  .secure-fortification-3862 li {
    padding-left: 20px;
  }
  .secure-fortification-3862 p,
  .secure-fortification-3862 span,
  .secure-fortification-3862 div {
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.title-board-4071 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.title-board-4071 .main-first-6485 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  padding: 6rem 2rem;
  box-sizing: border-box;
}
.title-board-4071 .main-first-6485::before {
  content: "";
  backdrop-filter: blur(5px) saturate(120%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  bottom: 0;
}
.title-board-4071 .main-first-6485::after {
  opacity: 0.15;
  height: 220px;
  background: linear-gradient(0deg, rgb(182, 185, 195) 0%, transparent 100%);
  right: -20px;
  left: -20px;
  z-index: 2;
  transform: skewY(-3deg);
  content: "";
  position: absolute;
  bottom: -20px;
}
.title-board-4071 .edu-commit-8756 {
  transform-style: preserve-3d;
  width: 100%;
  perspective: 1000px;
  padding: 3.5rem;
  z-index: 3;
  position: relative;
  max-width: 900px;
  animation: fadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.title-board-4071 .edu-commit-8756::before {
  right: 0;
  padding-top:100px !important;
  transform: translateZ(-10px);
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 50%,
    rgba(255, 255, 255, 0.01) 100%
  );
  z-index: -1;
  backdrop-filter: blur(10px);
  box-shadow:
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
  left: 0;
  border-radius: 12px;
  content: "";
}
.title-board-4071 h1 {
  opacity: 0;
  color: #ffffff;
  transform: translateZ(30px);
  animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}
.title-board-4071 h1::after {
  height: 5px;
  border-radius: 10px;
  transform: scaleX(0);
  animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  transform-origin: left;
  position: absolute;
  left: 0;
  bottom: -15px;
  background: linear-gradient(
    90deg,
    rgb(182, 185, 195),
    rgb(182, 185, 195, 0.5)
  );
  width: 120px;
  content: "";
}
.title-board-4071 h3 {
  opacity: 0.9;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  margin-top: 2rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  transform: translateZ(20px);
  animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0;
}
.title-board-4071 p {
  color: #ffffff;
  margin-top: 1.5rem;
  font-weight: 400;
  opacity: 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
  transform: translateZ(10px);
  padding-left: 20px;
  border-left: 3px solid rgb(119, 155, 166);
  line-height: 1.6;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--z, 30px));
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {
  .title-board-4071 .edu-commit-8756 {
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .title-board-4071 .main-first-6485 {
    align-items: flex-start;
    padding-top: 6rem;
    padding: 4rem 1.5rem;
  }
  .title-board-4071 .edu-commit-8756 {
    padding: 2rem;
  }
  .title-board-4071 h1 {
    margin-bottom: 1.2rem;
  }
  .title-board-4071 h1::after {
    bottom: -10px;
    height: 4px;
    width: 80px;
  }
  .title-board-4071 h3 {
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 576px) {
  .title-board-4071 .main-first-6485 {
    padding: 3rem 1rem;
    padding-top: 5rem;
  }
  .title-board-4071 .edu-commit-8756 {
    padding: 3.5rem;
  }
  .title-board-4071 h1 {
    margin-bottom: 1rem;
  }
  .title-board-4071 h1::after {
    bottom: -8px;
    height: 3px;
    width: 60px;
  }
  .title-board-4071 h3 {
    margin-bottom: 1rem;
    margin-top: 1.2rem;
  }
  .title-board-4071 p {
    border-left-width: 2px;
    padding-left: 15px;
  }
}

.title-board-4071 .edu-commit-8756:hover {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateZ(5px) scale(1.01);
}
.title-board-4071 .edu-commit-8756:hover h1::after {
  background: linear-gradient(90deg, rgb(119, 155, 166), rgb(182, 185, 195));
  transition: background 0.5s ease;
}
.program-overview-9712 {
  background: linear-gradient(135deg, rgb(225, 225, 229) 0%, #ffffff 100%);
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.program-overview-9712::before {
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  background: linear-gradient(
    45deg,
    rgb(182, 185, 195, 0.5) 0%,
    transparent 70%
  );
  top: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.program-overview-9712::after {
  top: -50px;
  position: absolute;
  content: "";
  filter: blur(50px);
  z-index: 0;
  transform: rotate(45deg);
  right: -50px;
  height: 200px;
  width: 200px;
  background: rgb(119, 155, 166, 0.5);
}
.program-overview-9712 .container {
  z-index: 2;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
.program-overview-9712 h2 {
  font-size: 34px;
  color: #000000;
  font-weight: 700;
  position: relative;
  transform: translateX(-10px);
  margin-bottom: 50px;
  animation: slideInTitle 0.8s 0.2s forwards;
  opacity: 0;
}
.program-overview-9712 h2::after {
  transform: scaleX(0);
  bottom: -15px;
  content: "";
  left: 0;
  background: rgb(182, 185, 195);
  position: absolute;
  width: 80px;
  height: 4px;
  transform-origin: left;
  animation: expandUnderline 1s 0.6s forwards;
}
.program-overview-9712 .training-flow-9703 {
  gap: 40px;
  animation: fadeInUp 0.8s 0.4s forwards;
  transform: translateY(30px);
  flex-direction: column;
  display: flex;
  opacity: 0;
}
.program-overview-9712 .img-list-7965 {
  border-radius: 10px;
  transition:
    transform 0.6s ease-out,
    box-shadow 0.6s ease-out;
  position: relative;
  width: 100%;
  height: 300px;
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
  z-index: 3;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.program-overview-9712 .img-list-7965::before {
  transition: opacity 0.5s ease;
  inset: 0;
  z-index: 2;
  content: "";
  border-radius: 10px;
  opacity: 0.5;
  background: linear-gradient(45deg, rgb(119, 155, 166, 0.5), transparent);
  position: absolute;
}
.program-overview-9712 .img-list-7965:hover {
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}
.program-overview-9712 .img-list-7965:hover::before {
  opacity: 0.3;
}
.program-overview-9712 .details-box-1840 {
  transform: translateY(0);
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  border-radius: 10px;
  z-index: 2;
  padding: 30px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.program-overview-9712 .details-box-1840::before {
  width: 4px;
  content: "";
  animation: expandVertical 1s 0.8s forwards;
  background: rgb(182, 185, 195);
  left: 0;
  position: absolute;
  top: 0;
  height: 0;
}
.program-overview-9712 .description {
  line-height: 1.7;
  color: #000000;
  transform: translateY(0);
  transition: transform 0.3s ease;
  font-size: calc(17px - 1px);
  margin-bottom: 20px;
  opacity: 0.95;
}
.program-overview-9712 .description:last-child {
  margin-bottom: 0;
}
.program-overview-9712 .description:nth-child(1) {
  opacity: 0;
  animation: fadeInText 0.8s 0.6s forwards;
}
.program-overview-9712 .description:nth-child(2) {
  animation: fadeInText 0.8s 0.8s forwards;
  opacity: 0;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes expandUnderline {
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInText {
  to {
    opacity: 0.95;
  }
}

@keyframes expandVertical {
  to {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .program-overview-9712 {
    padding: 150px 0;
  }
  .program-overview-9712 h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(34px + 0.5rem);
  }
  .program-overview-9712 h2::after {
    width: 120px;
  }
  .program-overview-9712 .training-flow-9703 {
    align-items: flex-start;
    flex-direction: row;
    gap: 60px;
  }
  .program-overview-9712 .img-list-7965 {
    flex: 0 0 45%;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    min-height: 500px;
    height: auto;
  }
  .program-overview-9712 .details-box-1840 {
    transform: translateY(30px);
    flex: 1;
    padding: 40px;
  }
  .program-overview-9712 .description {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .program-overview-9712 {
    padding: 180px 0;
  }
  .program-overview-9712 h2 {
    font-size: calc(34px + 0.8rem);
    max-width: 70%;
  }
  .program-overview-9712 .training-flow-9703 {
    gap: 80px;
  }
  .program-overview-9712 .img-list-7965 {
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
    min-height: 600px;
  }
  .program-overview-9712 .details-box-1840 {
    scrollbar-color: rgb(182, 185, 195) rgb(225, 225, 229);
    padding: 50px;
    transform: translateY(50px);
    overflow-y: auto;
    max-height: 600px;
    scrollbar-width: thin;
  }
  .program-overview-9712 .details-box-1840::-webkit-scrollbar {
    width: 6px;
  }
  .program-overview-9712 .details-box-1840::-webkit-scrollbar-track {
    background: rgb(225, 225, 229);
  }
  .program-overview-9712 .details-box-1840::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(182, 185, 195);
  }
}

@media (max-width: 767px) {
  .program-overview-9712 {
    padding: 80px 0;
  }
  .program-overview-9712 h2 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 40px;
  }
  .program-overview-9712 .img-list-7965 {
    height: 250px;
  }
  .program-overview-9712 .details-box-1840 {
    padding: 25px 20px;
  }
  .program-overview-9712 .description {
    line-height: 1.6;
    font-size: calc(17px - 2px);
  }
}
.newsletter-2056 {
  background: rgb(225, 225, 229);
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}
.newsletter-2056::before {
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgb(182, 185, 195) 0%,
    rgb(182, 185, 195, 0.5) 100%
  );
  content: "";
  animation: orbit 20s linear infinite;
  right: -100px;
  height: 250px;
  top: -100px;
  z-index: 1;
  position: absolute;
  width: 250px;
  opacity: 0.7;
}
.newsletter-2056::after {
  border-radius: 50%;
  left: -50px;
  bottom: -50px;
  width: 150px;
  animation: pulse-circle 15s ease-in-out infinite alternate;
  content: "";
  background: linear-gradient(
    45deg,
    rgb(119, 155, 166) 0%,
    rgb(119, 155, 166, 0.5) 100%
  );
  height: 150px;
  z-index: 1;
  opacity: 0.5;
  position: absolute;
}
.newsletter-2056 .pro-program-9862 {
  z-index: 2;
  grid-template-columns: 1fr 1.5fr;
  position: relative;
  display: grid;
  grid-template-areas:
    "text form"
    "text form";
  align-items: center;
  gap: 3rem;
}
.newsletter-2056 .pro-program-9862::before {
  width: 50px;
  border-radius: 50%;
  background: rgb(182, 185, 195, 0.5);
  position: absolute;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  left: 50%;
  filter: blur(10px);
  height: 50px;
  top: 50%;
  opacity: 0.2;
}
.newsletter-2056 p {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  grid-area: text;
  font-family: Arial, sans-serif;
  color: #000000;
  padding-left: 2rem;
  font-weight: 700;
}
.newsletter-2056 p::before {
  left: 0;
  background: linear-gradient(
    to bottom,
    rgb(182, 185, 195),
    rgb(119, 155, 166)
  );
  top: 0;
  border-radius: 10px;
  height: 100%;
  content: "";
  width: 4px;
  position: absolute;
}
.newsletter-2056 .input_holder {
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 1rem;
  grid-area: form;
}
.newsletter-2056 .input_holder::before {
  opacity: 0.5;
  border-radius: 50%;
  top: -15px;
  height: 80px;
  border: 2px dashed rgb(182, 185, 195, 0.5);
  z-index: -1;
  animation: rotate 30s linear infinite;
  position: absolute;
  width: 80px;
  content: "";
  right: -15px;
}
.newsletter-2056 .input_holder::after {
  content: "";
  left: 30%;
  position: absolute;
  height: 100px;
  bottom: -20px;
  opacity: 0.3;
  z-index: -1;
  border: 1px solid rgb(119, 155, 166, 0.5);
  width: 100px;
  animation: float-circle 12s ease-in-out infinite alternate;
  border-radius: 50%;
}
.newsletter-2056 .sub-deal-7029 {
  background: #ffffff;
  padding: 1.3rem 1.5rem;
  color: #000000;
  font-family: Arial, sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-size: 12px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.newsletter-2056 .sub-deal-7029:focus {
  outline: none;
  border-color: rgb(182, 185, 195, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.newsletter-2056 .sub-deal-7029::placeholder {
  color: #000000;
  opacity: 0.6;
}
.newsletter-2056 .mail-panel-7609 {
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-size: 20px;
  min-width: 150px;
  position: relative;
  width: auto;
  align-self: flex-end;
  background: rgb(182, 185, 195);
  font-family: Arial, sans-serif;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
}
.newsletter-2056 .mail-panel-7609::before {
  opacity: 0;
  z-index: -1;
  background: rgb(119, 155, 166);
  content: "";
  width: 100%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition:
    transform 0.5s ease,
    opacity 0.3s ease;
  height: 100%;
  left: 50%;
  position: absolute;
}
.newsletter-2056 .mail-panel-7609:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5);
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

@keyframes pulse-circle {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float-circle {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

@media (max-width: 768px) {
  .newsletter-2056 {
    padding: 3rem 1.5rem;
  }
  .newsletter-2056 .pro-program-9862 {
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }
  .newsletter-2056 p {
    font-size: 20px;
  }
  .newsletter-2056 .input_holder {
    gap: 1rem;
  }
  .newsletter-2056 .mail-panel-7609 {
    align-self: stretch;
    width: 100%;
  }
}
.cookieUsagePromptBar-5417 {
  z-index: 90;
  bottom: 0;
  width: 100%;
  position: fixed;
  border-top: 2px solid rgb(182, 185, 195);
  background: rgb(225, 225, 229);
}
.cookie-lock-0751 {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}
.cookieUsagePromptBar-5417 h5 {
  font-size: 22px;
  margin-bottom: 6px;
}
.cookieUsagePromptBar-5417 p {
  font-size: 18px;
}
.track-cookies-1926 {
  flex-shrink: 0;
  margin-right: 10px;
}
.track-cookies-1926 svg,
.track-cookies-1926 svg path,
.track-cookies-1926 img {
  fill: rgb(182, 185, 195);
  width: 100px;
  height: 100px;
}
.cookie-eductrl-9450 {
  white-space: nowrap;
  text-decoration: none;
  min-width: 120px;
  cursor: pointer;
  color: rgb(182, 185, 195);
  margin-left: 10px;
  border-bottom: 2px solid rgb(182, 185, 195);
  line-height: 35px;
  font-size: 24px;
  flex-shrink: 0;
  text-align: center;
}
.cookieUsagePromptBar-5417 p a {
  text-decoration: none;
  color: rgb(182, 185, 195);
}
@media only screen and (max-width: 1200px) {
  .cookieUsagePromptBar-5417 {
    padding: 20px;
  }
}
#dataPrivacyBanner-7612 {
  display: none;
}
#dataPrivacyBanner-7612:checked ~ .cookieUsagePromptBar-5417 {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 800px) {
  .track-cookies-1926 {
    display: none;
  }
  .cookie-lock-0751 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cookieUsagePromptBar-5417 h5 {
    text-align: center;
  }
  .cookieUsagePromptBar-5417 p {
    text-align: center;
  }
  .cookie-controls-0271 {
    margin-bottom: 20px;
  }
  body .wrap-structure-7184 .cookie-eductrl-9450 {
    margin-left: 0;
  }
}
.thxCard-2138 {
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgb(225, 225, 229) 0%,
    rgb(182, 185, 195, 0.5) 100%
  );
  padding: 120px 0;
  position: relative;
}
.thxCard-2138::before {
  top: -5%;
  opacity: 0.1;
  width: 40%;
  pointer-events: none;
  right: -10%;
  height: 60%;
  background: linear-gradient(225deg, rgb(119, 155, 166) 0%, transparent 70%);
  content: "";
  z-index: 1;
  position: absolute;
  transform: rotate(-15deg) skew(10deg);
}
.thxCard-2138::after {
  background: linear-gradient(45deg, rgb(182, 185, 195) 0%, transparent 80%);
  z-index: 1;
  transform: rotate(12deg) skew(-5deg);
  bottom: -5%;
  width: 45%;
  pointer-events: none;
  position: absolute;
  height: 65%;
  left: -10%;
  content: "";
  opacity: 0.1;
}
.thxCard-2138 .container {
  transform: perspective(1000px) rotateX(2deg);
  z-index: 5;
  max-width: 1200px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
.thxCard-2138 h2 {
  font-weight: 700;
  transform: translateX(-5%);
  position: relative;
  font-size: 38px;
  max-width: 90%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: rgb(182, 185, 195);
  margin-bottom: 35px;
  line-height: 1.3;
}
.thxCard-2138 h2::after {
  position: absolute;
  content: "";
  left: 0;
  transform: scaleX(1);
  width: 85px;
  transform-origin: left center;
  height: 3px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgb(119, 155, 166);
  bottom: -12px;
}
.thxCard-2138 .pro-program-9862 {
  transform: translateX(5%);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #ffffff;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 40px 50px 60px;
}
.thxCard-2138 .pro-program-9862::before {
  left: 0;
  width: 6px;
  top: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgb(182, 185, 195) 0%,
    rgb(119, 155, 166) 100%
  );
  height: 100%;
  content: "";
}
.thxCard-2138 .pro-program-9862::after {
  background: radial-gradient(
    circle,
    rgb(119, 155, 166, 0.5) 0%,
    transparent 70%
  );
  right: 20px;
  width: 100px;
  z-index: -1;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 100px;
  top: 20px;
  opacity: 0.3;
}
.thxCard-2138 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.thxCard-2138 li {
  position: relative;
  z-index: 2;
}
.thxCard-2138 li::before {
  line-height: 1;
  color: rgb(182, 185, 195);
  content: "";
  font-family: serif;
  z-index: -1;
  position: absolute;
  opacity: 0.1;
  top: -40px;
  left: -20px;
  font-size: 120px;
}
.thxCard-2138 li span {
  font-size: calc(14px + 0.1rem);
  line-height: 1.7;
  color: #000000;
  display: block;
  font-weight: 400;
  position: relative;
  max-width: 95%;
}
.thxCard-2138:hover .pro-program-9862 {
  transform: translateX(5%) translateY(-5px);
}
.thxCard-2138:hover h2::after {
  transform: scaleX(1.3);
}

@media (max-width: 991px) {
  .thxCard-2138 {
    padding: 90px 0;
  }
  .thxCard-2138 h2 {
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(38px - 0.2rem);
  }
  .thxCard-2138 .pro-program-9862 {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
  }
  .thxCard-2138:hover .pro-program-9862 {
    transform: translateX(0) translateY(-5px);
  }
}

@media (max-width: 767px) {
  .thxCard-2138 {
    padding: 70px 0;
  }
  .thxCard-2138::before,
  .thxCard-2138::after {
    height: 50%;
    width: 70%;
  }
  .thxCard-2138 h2 {
    font-size: calc(38px - 0.4rem);
    line-height: 1.35;
    padding-top: 100px !important;
    margin-bottom: 30px;
  }
  .thxCard-2138 .pro-program-9862 {
    padding: 35px 25px 35px 35px;
  }
  .thxCard-2138 li::before {
    top: -25px;
    left: -15px;
    font-size: 90px;
  }
  .thxCard-2138 li span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .thxCard-2138 {
    padding: 60px 0;
  }
  .thxCard-2138 .container {
    transform: perspective(1000px) rotateX(1deg);
  }
  .thxCard-2138 h2 {
    font-size: calc(38px - 0.5rem);
    margin-bottom: 25px;
  }
  .thxCard-2138 h2::after {
    width: 60px;
    height: 2px;
  }
  .thxCard-2138 .pro-program-9862 {
    padding: 25px 20px 25px 25px;
  }
  .thxCard-2138 .pro-program-9862::before {
    width: 4px;
  }
  .thxCard-2138 li::before {
    left: -10px;
    top: -20px;
    font-size: 70px;
  }
  .thxCard-2138 li span {
    font-size: calc(14px - 0.1rem);
    line-height: 1.6;
  }
}
.course-instructor-5906 {
  background: linear-gradient(170deg, rgb(225, 225, 229), #ffffff);
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
.course-instructor-5906::before {
  height: 500px;
  right: -200px;
  position: absolute;
  opacity: 0.1;
  border-radius: 50%;
  background-color: rgb(182, 185, 195, 0.5);
  content: "";
  top: -200px;
  width: 500px;
}
.course-instructor-5906 .container {
  padding: 0 15px;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.course-instructor-5906 .client-stories-4621 {
  border-radius: 14px;
  max-width: 800px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 auto;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 50px;
  background-color: #ffffff;
  flex-direction: column;
}
.course-instructor-5906 .client-stories-4621:hover {
  transform: translateY(-10px);
}
.course-instructor-5906 .client-stories-4621::before {
  background-color: rgb(119, 155, 166);
  content: "";
  height: 30px;
  left: 50px;
  width: 30px;
  position: absolute;
  transform: rotate(45deg);
  top: -15px;
  z-index: -1;
}
.course-instructor-5906 .client-stories-4621::after {
  content: "";
  bottom: -15px;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  right: 50px;
  z-index: -1;
  background-color: rgb(182, 185, 195);
  width: 30px;
}
.course-instructor-5906 .img-list-7965 {
  position: relative;
  align-self: center;
  overflow: hidden;
  height: 120px;
  border-radius: 50%;
  width: 120px;
  transition: transform 0.3s ease;
  border: 4px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.course-instructor-5906 .client-stories-4621:hover .img-list-7965 {
  transform: scale(1.05);
}
.course-instructor-5906 .img-list-7965::before {
  position: absolute;
  background: linear-gradient(45deg, transparent 40%, rgb(182, 185, 195, 0.5));
  transition: opacity 0.3s ease;
  opacity: 0;
  content: "";
  inset: 0;
}
.course-instructor-5906 .client-stories-4621:hover .img-list-7965::before {
  opacity: 1;
}
.course-instructor-5906 .experience-data-2673 {
  position: relative;
  color: #000000;
  border-radius: 14px;
  font-size: 16px;
  background-color: rgb(225, 225, 229);
  padding: 20px 30px;
  line-height: 1.8;
  margin: 25px 0 0;
  order: 3;
}
.course-instructor-5906 .experience-data-2673::before {
  content: "";
  border-bottom: 10px solid rgb(225, 225, 229);
  border-left: 10px solid transparent;
  top: -10px;
  left: 30px;
  border-right: 10px solid transparent;
  position: absolute;
}
.course-instructor-5906 .name {
  order: 1;
  margin: 5px 0;
  color: #000000;
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-size: 23px;
  text-align: center;
  font-weight: 700;
}
.course-instructor-5906 .name::after {
  left: 50%;
  bottom: 0;
  content: "";
  background-color: rgb(182, 185, 195);
  position: absolute;
  transition: width 0.3s ease;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
}
.course-instructor-5906 .client-stories-4621:hover .name::after {
  width: 80px;
}
.course-instructor-5906 span:not(.name) {
  order: 2;
  text-transform: uppercase;
  font-size: calc(16px * 0.9);
  margin-bottom: 15px;
  color: rgb(119, 155, 166);
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

@media (min-width: 768px) {
  .course-instructor-5906 .client-stories-4621 {
    grid-template-areas:
      "photo name"
      "photo job"
      "quote quote";
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px 30px;
  }
  .course-instructor-5906 .img-list-7965 {
    grid-area: photo;
    align-self: start;
    height: 180px;
    width: 180px;
    margin-bottom: 0;
  }
  .course-instructor-5906 .name {
    font-size: 37px;
    text-align: left;
    grid-area: name;
  }
  .course-instructor-5906 .name::after {
    left: 0;
    transform: none;
  }
  .course-instructor-5906 span:not(.name) {
    margin-bottom: 0;
    grid-area: job;
    text-align: left;
  }
  .course-instructor-5906 .experience-data-2673 {
    grid-area: quote;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .course-instructor-5906 {
    padding: 70px 0;
  }
  .course-instructor-5906 .client-stories-4621 {
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .course-instructor-5906 {
    padding: 50px 0;
  }
  .course-instructor-5906 .client-stories-4621 {
    padding: 30px 20px;
  }
  .course-instructor-5906 .experience-data-2673 {
    padding: 15px 20px;
    margin-top: 20px;
  }
}
header {
  transition: all 0.4s ease;
  top: 0;
  z-index: 1000;
  position: fixed;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #000000 0%, rgb(182, 185, 195) 100%);
  backdrop-filter: blur(8px);
  width: 100%;
  border-bottom: 1px solid rgb(182, 185, 195, 0.5);
  -webkit-backdrop-filter: blur(8px);
  left: 0;
}
header:before {
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195, 0.5),
    transparent
  );
  animation: shine 8s infinite linear;
  pointer-events: none;
  width: 100%;
  opacity: 0.4;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 200% 100%;
  left: 0;
}
header .main-core-5413 {
  width: 100%;
}
header .container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 20px;
}
header .header-mainbar-4750 {
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: flex;
}
header .main-info-4158 {
  position: relative;
  display: flex;
  gap: 25px;
}
header .main-info-4158:before {
  left: 0;
  content: "";
  transition: transform 0.6s ease;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195),
    transparent
  );
  bottom: -8px;
  position: absolute;
}
header .main-info-4158:hover:before {
  transform: scaleX(1);
}
header .nav-pagebar-4502 {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 8px 0;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.4s ease;
  font-family: Arial, sans-serif;
}
header .nav-pagebar-4502:after {
  transform: scaleX(0);
  background: rgb(182, 185, 195);
  height: 2px;
  content: "";
  transform-origin: right;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  left: 0;
  bottom: 0;
  width: 100%;
}
header .nav-pagebar-4502:before {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 4px;
  content: "";
  background: rgb(182, 185, 195);
  left: 50%;
  transition: all 0.3s ease;
  height: 4px;
  opacity: 0;
  border-radius: 50%;
}
header .nav-pagebar-4502:hover {
  text-shadow: 0 0 8px rgb(182, 185, 195, 0.5);
  color: rgb(182, 185, 195);
}
header .nav-pagebar-4502:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
header .nav-pagebar-4502:hover:before {
  opacity: 1;
}
header .header-wrap-3058 {
  position: relative;
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease;
  align-items: center;
}
header .header-wrap-3058 svg {
  width: auto;
  height: 40px;
  filter: drop-shadow(0 0 4px rgb(182, 185, 195, 0.5));
  transition: transform 0.5s ease;
}
header .header-wrap-3058:hover svg {
  transform: scale(1.05);
}
header .header-wrap-3058:after {
  bottom: -8px;
  transition: width 0.4s ease;
  width: 0;
  height: 1px;
  background: rgb(182, 185, 195);
  transform: translateX(-50%);
  content: "";
  left: 50%;
  position: absolute;
}
header .header-wrap-3058:hover:after {
  width: 100%;
}

@keyframes shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@media (max-width: 991px) {
  header .container {
    padding: 12px 15px;
  }
  header .main-info-4158 {
    gap: 15px;
  }
  header .nav-pagebar-4502 {
    font-size: calc(12px - 1px);
  }
  header .header-wrap-3058 svg {
    height: 35px;
  }
}

@media (max-width: 767px) {
  header .header-mainbar-4750 {
    flex-direction: column;
    gap: 8px;
  }
  header .main-info-4158 {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    position: relative;
    padding: 0 0 4px;
  }
  header .main-info-4158::-webkit-scrollbar {
    height: 3px;
  }
  header .main-info-4158::-webkit-scrollbar-thumb {
    background: rgb(182, 185, 195, 0.6);
    border-radius: 3px;
  }
  header .nav-pagebar-4502 {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
    padding: 8px 0;
    border-bottom: none;
  }
  header .main-info-4158:before {
    display: none;
  }
  header .header-wrap-3058 {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  header .container {
    padding: 10px;
  }
  header .header-wrap-3058 svg {
    height: 30px;
  }
}
.contact-us-7349 {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}
.contact-us-7349::before {
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-us-7349::after {
  top: -50%;
  background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 70%,
    transparent 75%
  );
  content: "";
  left: -50%;
  width: 200%;
  z-index: 2;
  height: 200%;
  position: absolute;
  animation: shine 8s linear infinite;
}
.contact-us-7349 .container {
  z-index: 3;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 0 15px;
}
.contact-us-7349 .feedback-links-6187 {
  flex-wrap: wrap;
  border-radius: 16px;
  gap: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.03),
    rgba(0, 0, 0, 0.3)
  );
  overflow: hidden;
  box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  padding: 2rem;
}
.contact-us-7349 .feedback-links-6187::before {
  position: absolute;
  content: "";
  width: 200%;
  left: -50%;
  top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195),
    transparent
  );
  height: 1px;
}
.contact-us-7349 .feedback-links-6187::after {
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(119, 155, 166),
    transparent
  );
  width: 200%;
  position: absolute;
  right: -50%;
  height: 1px;
  content: "";
}
.contact-us-7349 .request-query-4275 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgb(182, 185, 195, 0.5),
    rgba(0, 0, 0, 0.2)
  );
  transform: translateZ(0);
  flex: 1 1 300px;
  position: relative;
  backdrop-filter: blur(5px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contact-us-7349 .request-query-4275::before {
  left: -50%;
  animation: pulse 15s infinite linear;
  width: 200%;
  content: "";
  top: -50%;
  z-index: -1;
  position: absolute;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
}
.contact-us-7349 .request-query-4275 h3 {
  padding-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  margin-bottom: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.contact-us-7349 .request-query-4275 h3::after {
  width: 50px;
  position: absolute;
  height: 2px;
  content: "";
  box-shadow: 0 0 8px rgb(119, 155, 166);
  bottom: 0;
  left: 0;
  background: rgb(119, 155, 166);
}
.contact-us-7349 .request-query-4275 div {
  padding-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.contact-us-7349 .request-query-4275 div:hover {
  transform: translateX(5px);
}
.contact-us-7349 .request-query-4275 div::before {
  height: 0;
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  width: 3px;
  background: rgb(119, 155, 166);
  transition: height 0.3s ease;
}
.contact-us-7349 .request-query-4275 div:hover::before {
  top: 10%;
  height: 80%;
}
.contact-us-7349 .request-query-4275 div svg {
  margin-right: 15px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}
.contact-us-7349 .request-query-4275 div svg path {
  transition: all 0.3s ease;
  fill: rgb(119, 155, 166);
}
.contact-us-7349 .request-query-4275 div:hover svg path {
  fill: rgb(182, 185, 195);
  filter: drop-shadow(0 0 2px rgb(182, 185, 195));
}
.contact-us-7349 .request-query-4275 div span {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: calc(16px - 2px);
}
.contact-us-7349 .request-query-4275 div span a {
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contact-us-7349 .request-query-4275 div span a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  color: rgb(119, 155, 166);
}
.contact-us-7349 .message-inquiry-1580 {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.1)
  );
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  backdrop-filter: blur(8px);
  position: relative;
  flex: 1 1 400px;
}
.contact-us-7349 .message-inquiry-1580::before {
  content: "";
  background: radial-gradient(
    circle,
    rgb(182, 185, 195, 0.5) 0%,
    transparent 70%
  );
  right: -100px;
  opacity: 0.3;
  height: 200px;
  position: absolute;
  width: 200px;
  top: -100px;
  border-radius: 50%;
}
.contact-us-7349 .message-inquiry-1580 form {
  flex-direction: column;
  display: flex;
  gap: 1.2rem;
}
.contact-us-7349 .message-inquiry-1580 h3 {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 1.5rem;
}
.contact-us-7349 .message-inquiry-1580 h3::after {
  bottom: -10px;
  width: 50px;
  background: rgb(119, 155, 166);
  content: "";
  transform: translateX(-50%);
  position: absolute;
  height: 2px;
  box-shadow: 0 0 8px rgb(119, 155, 166);
  left: 50%;
}
.contact-us-7349 .message-inquiry-1580 input[type="text"],
.contact-us-7349 .message-inquiry-1580 input[type="email"] {
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #ffffff;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 12px 15px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contact-us-7349 .message-inquiry-1580 input[type="text"]:focus,
.contact-us-7349 .message-inquiry-1580 input[type="email"]:focus {
  border-color: rgb(182, 185, 195);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px rgb(182, 185, 195, 0.5);
}
.contact-us-7349 .message-inquiry-1580 input[type="text"]::placeholder,
.contact-us-7349 .message-inquiry-1580 input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 {
  margin: 0.5rem 0;
  gap: 10px;
  align-items: flex-start;
  display: flex;
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 input[type="checkbox"] {
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 3px;
  position: relative;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  width: 18px;
  cursor: pointer;
  appearance: none;
  height: 18px;
  background: rgba(0, 0, 0, 0.2);
}
.contact-us-7349
  .message-inquiry-1580
  .query-form-9865
  input[type="checkbox"]:checked {
  border-color: rgb(119, 155, 166);
  background: rgb(119, 155, 166);
}
.contact-us-7349
  .message-inquiry-1580
  .query-form-9865
  input[type="checkbox"]:checked::before {
  color: #ffffff;
  left: 50%;
  content: "✓";
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 label {
  line-height: 1.5;
  font-size: calc(16px - 2px);
  color: rgba(255, 255, 255, 0.8);
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 label a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgb(119, 155, 166);
  position: relative;
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 label a::after {
  background: rgb(119, 155, 166);
  content: "";
  transition: width 0.3s ease;
  height: 1px;
  left: 0;
  width: 0;
  position: absolute;
  bottom: -2px;
}
.contact-us-7349 .message-inquiry-1580 .query-form-9865 label a:hover::after {
  width: 100%;
}
.contact-us-7349 .message-inquiry-1580 .help-map-8625 {
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
  font-size: 15px;
  background: linear-gradient(135deg, rgb(182, 185, 195), rgb(119, 155, 166));
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 1rem;
}
.contact-us-7349 .message-inquiry-1580 .help-map-8625::before {
  transition: all 0.6s ease;
  width: 100%;
  position: absolute;
  left: -100%;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  top: 0;
  height: 100%;
}
.contact-us-7349 .message-inquiry-1580 .help-map-8625:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.contact-us-7349 .message-inquiry-1580 .help-map-8625:hover::before {
  left: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

@media screen and (max-width: 992px) {
  .contact-us-7349 {
    padding: 5rem 0;
  }
  .contact-us-7349 .feedback-links-6187 {
    gap: 2rem;
    flex-direction: column;
  }
  .contact-us-7349 .request-query-4275,
  .contact-us-7349 .message-inquiry-1580 {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-us-7349 {
    padding: 4rem 0;
  }
  .contact-us-7349 .feedback-links-6187 {
    padding: 1.5rem;
  }
  .contact-us-7349 .request-query-4275,
  .contact-us-7349 .message-inquiry-1580 {
    padding: 1.5rem;
  }
  .contact-us-7349 .request-query-4275 div svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
  }
  .contact-us-7349 .request-query-4275 h3,
  .contact-us-7349 .message-inquiry-1580 h3 {
    font-size: calc(21px - 2px);
  }
}

@media screen and (max-width: 576px) {
  .contact-us-7349 {
    padding: 3rem 0;
  }
  .contact-us-7349 .feedback-links-6187 {
    padding: 1rem;
    gap: 1.5rem;
  }
  .contact-us-7349 .request-query-4275,
  .contact-us-7349 .message-inquiry-1580 {
    padding: 1rem;
  }
  .contact-us-7349 .request-query-4275 div {
    margin-bottom: 1rem;
  }
  .contact-us-7349 .message-inquiry-1580 form {
    gap: 1rem;
  }
  .contact-us-7349 .message-inquiry-1580 input[type="text"],
  .contact-us-7349 .message-inquiry-1580 input[type="email"] {
    padding: 10px 12px;
  }
  .contact-us-7349 .message-inquiry-1580 .help-map-8625 {
    padding: 10px 16px;
  }
}
.company-overview-0423 {
  overflow: hidden;
  position: relative;
  background: rgb(225, 225, 229);
  padding: 140px 0;
  z-index: 1;
}
.company-overview-0423::before {
  width: 100%;
  left: 0;
  opacity: 0.15;
  z-index: -1;
  filter: blur(20px);
  transform-origin: center center;
  position: absolute;
  content: "";
  animation: gradientFlow 15s ease infinite;
  top: 0;
  height: 100%;
  background:
    linear-gradient(217deg, rgb(182, 185, 195, 0.5), transparent 70%),
    linear-gradient(127deg, rgb(119, 155, 166, 0.5), transparent 70%),
    linear-gradient(336deg, rgb(182, 185, 195, 0.5), transparent 70%);
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 0%;
    filter: blur(20px) brightness(1);
  }
  50% {
    background-position: 100% 100%;
    filter: blur(15px) brightness(1.1);
  }
  100% {
    background-position: 0% 0%;
    filter: blur(20px) brightness(1);
  }
}

.company-overview-0423::after {
  z-index: -2;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgb(182, 185, 195, 0.5) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(119, 155, 166, 0.5) 0%,
      transparent 50%
    );
  height: 100%;
  opacity: 0.2;
  position: absolute;
  animation: pulsateBackground 20s ease-in-out infinite alternate;
}
@keyframes pulsateBackground {
  0% {
    opacity: 0.1;
    background-size: 100% 100%;
  }
  50% {
    opacity: 0.2;
    background-size: 120% 120%;
  }
  100% {
    opacity: 0.1;
    background-size: 100% 100%;
  }
}

.company-overview-0423 .container {
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.company-overview-0423 .container::before {
  top: -100px;
  animation: float 15s ease-in-out infinite alternate;
  width: 200px;
  background: rgb(182, 185, 195, 0.5);
  right: -100px;
  filter: blur(80px);
  border-radius: 50%;
  height: 200px;
  position: absolute;
  opacity: 0.1;
  content: "";
}
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.company-overview-0423 .pro-program-9862 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.company-overview-0423 .pro-program-9862::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195),
    transparent
  );
  height: 1px;
  position: absolute;
  content: "";
  animation: scanline 4s ease-in-out infinite;
  width: 40%;
  opacity: 0.4;
  left: 30%;
  bottom: -30px;
}
@keyframes scanline {
  0% {
    opacity: 0;
    transform: scaleX(0.5);
  }
  50% {
    opacity: 0.4;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0.5);
  }
}

.company-overview-0423 .quick-studies-6593 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  flex: 0 0 40%;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 50px 35px;
  backdrop-filter: blur(15px);
  position: relative;
  transform-style: preserve-3d;
  border-radius: 17px;
  flex-direction: column;
  perspective: 1000px;
  display: flex;
  background: rgba(255, 255, 255, 0.02);
}
.company-overview-0423 .quick-studies-6593:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow:
    0 35px 60px rgba(0, 0, 0, 0.12),
    0 0 30px rgb(182, 185, 195, 0.5);
  border-color: rgb(182, 185, 195, 0.5);
}
.company-overview-0423 .quick-studies-6593::before {
  background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(182, 185, 195, 0.5) 100%
  );
  transition: opacity 0.4s ease;
  opacity: 0.07;
  z-index: -1;
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 17px;
}
.company-overview-0423 .quick-studies-6593:hover::before {
  opacity: 0.12;
}
.company-overview-0423 .quick-studies-6593::after {
  transition: opacity 0.4s ease;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195, 0.5),
    transparent
  );
  border-radius: calc(17px + 1px);
  z-index: -2;
  content: "";
  inset: -1px;
  position: absolute;
  animation: borderGlow 4s linear infinite;
}
@keyframes borderGlow {
  0% {
    opacity: 0;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.5;
    background-position: 100% 50%;
  }
  100% {
    opacity: 0;
    background-position: 0% 50%;
  }
}

.company-overview-0423 .quick-studies-6593:hover::after {
  opacity: 1;
}
.company-overview-0423 .img-list-7965 {
  height: 220px;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  border-radius: 50%;
  width: 220px;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}
.company-overview-0423 .img-list-7965::before {
  inset: -3px;
  -webkit-mask-composite: xor;
  opacity: 0.2;
  position: absolute;
  animation: rotate 8s linear infinite;
  background: conic-gradient(
    rgb(182, 185, 195),
    rgb(119, 155, 166),
    rgb(182, 185, 195)
  );
  content: "";
  border-radius: 50%;
  -webkit-mask:
    linear-gradient(rgb(119, 155, 166, 0.5)) content-box,
    linear-gradient(rgb(182, 185, 195, 0.5));
  padding: 3px;
  mask-composite: exclude;
}
.company-overview-0423 .img-list-7965::after {
  content: "";
  opacity: 0.2;
  inset: -10px;
  animation: rotateReverse 20s linear infinite;
  position: absolute;
  border: 1px dashed rgb(182, 185, 195, 0.5);
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateReverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.company-overview-0423 .pro-training-1896 {
  position: relative;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.company-overview-0423 .pro-training-1896::before {
  height: 2px;
  content: "";
  position: absolute;
  width: 70px;
  left: 50%;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(182, 185, 195),
    transparent
  );
  transform: translateX(-50%);
  opacity: 0.8;
  top: 0;
}
.company-overview-0423 .knowledge-lab-2083 {
  display: inline-block;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  color: #000000;
  font-size: calc(18px * 1.15);
}
.company-overview-0423 .knowledge-lab-2083::after {
  background: rgb(182, 185, 195);
  width: 0;
  transition: width 0.4s ease;
  bottom: -4px;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  height: 2px;
  left: 50%;
}
.company-overview-0423 .quick-studies-6593:hover .knowledge-lab-2083::after {
  width: 80%;
}
.company-overview-0423 .skill-boost-5173 {
  opacity: 0.9;
  transition: all 0.3s ease;
  color: rgb(182, 185, 195);
  font-weight: 600;
  margin-bottom: 0;
  font-size: calc(15px * 1.05);
  letter-spacing: 0.5px;
}
.company-overview-0423 .quick-studies-6593:hover .skill-boost-5173 {
  opacity: 1;
  color: rgb(119, 155, 166);
  transform: translateY(2px);
}
.company-overview-0423 .details-box-1840 {
  flex: 0 0 55%;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 50px 45px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.company-overview-0423 .details-box-1840:hover {
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.08),
    0 0 30px rgb(119, 155, 166, 0.5);
  transform: translateY(-10px);
  border-color: rgb(119, 155, 166, 0.5);
}
.company-overview-0423 .details-box-1840::before,
.company-overview-0423 .details-box-1840::after {
  opacity: 0.03;
  transition: all 0.8s ease;
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  filter: blur(60px);
  background: rgb(182, 185, 195, 0.5);
  z-index: -1;
  border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
  animation: blobAnimation 25s infinite alternate;
}
@keyframes blobAnimation {
  0% {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
    transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
  }
  66% {
    border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
    transform: translate(20px, -10px) rotate(120deg) scale(0.95);
  }
  100% {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    transform: translate(0, 0) rotate(180deg) scale(1);
  }
}

.company-overview-0423 .details-box-1840::before {
  top: -250px;
  right: -250px;
}
.company-overview-0423 .details-box-1840::after {
  left: -250px;
  background: rgb(119, 155, 166, 0.5);
  bottom: -250px;
  animation-delay: -15s;
}
.company-overview-0423 .details-box-1840:hover::before,
.company-overview-0423 .details-box-1840:hover::after {
  filter: blur(40px);
  opacity: 0.08;
}
.company-overview-0423 .pro-learn-5614 {
  font-size: calc(16px * 1.2);
  display: flex;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  color: rgb(182, 185, 195);
  margin-bottom: 25px;
  gap: 16px;
  align-items: center;
}
.company-overview-0423 .pro-learn-5614::after {
  bottom: -8px;
  transition: width 0.4s ease;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgb(182, 185, 195), transparent);
  content: "";
  width: 0;
  position: absolute;
}
.company-overview-0423 .details-box-1840:hover .pro-learn-5614::after {
  width: 50%;
}
.company-overview-0423 .pro-learn-5614 svg {
  transition: all 0.4s ease;
  fill: rgb(182, 185, 195);
  height: 48px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  width: 48px;
}
.company-overview-0423 .pro-learn-5614 svg path {
  transition: fill 0.4s ease;
}
.company-overview-0423 .details-box-1840 h2 {
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  color: #000000;
  margin-bottom: 30px;
  font-size: calc(33px * 1.1);
  font-weight: 700;
  position: relative;
  transition: all 0.4s ease;
}
.company-overview-0423 .details-box-1840 h2::after {
  content: "";
  border-radius: 10px;
  transition: width 0.5s ease;
  height: 3px;
  position: absolute;
  width: 100px;
  left: 0;
  background: linear-gradient(
    90deg,
    rgb(182, 185, 195),
    rgb(119, 155, 166, 0.5),
    transparent
  );
  bottom: 0;
}
.company-overview-0423 .details-box-1840 p {
  margin-bottom: 0;
  line-height: 1.9;
  transition: all 0.4s ease;
  position: relative;
  font-size: calc(15px * 1.05);
  color: #000000;
}
.company-overview-0423 .details-box-1840::before,
.company-overview-0423 .details-box-1840::after,
.company-overview-0423 .quick-studies-6593::before,
.company-overview-0423 .quick-studies-6593::after,
.company-overview-0423 .img-list-7965::before,
.company-overview-0423 .img-list-7965::after {
  pointer-events: none;
}
.company-overview-0423 .pro-program-9862::after {
  left: 0;
  background-size: 40px 40px;
  content: "";
  position: absolute;
  top: 0;
  background-image:
    radial-gradient(rgb(182, 185, 195, 0.5) 1px, transparent 1px),
    radial-gradient(rgb(119, 155, 166, 0.5) 1px, transparent 1px);
  background-position:
    0 0,
    20px 20px;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  opacity: 0.03;
  width: 100%;
}

@media (max-width: 1199px) {
  .company-overview-0423 {
    padding: 120px 0;
  }
  .company-overview-0423 .pro-program-9862 {
    gap: 50px;
  }
  .company-overview-0423 .details-box-1840 {
    padding: 40px 35px;
  }
  .company-overview-0423 .quick-studies-6593 {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .company-overview-0423 {
    padding: 100px 0;
  }
  .company-overview-0423 .pro-program-9862 {
    gap: 50px;
    flex-direction: column;
  }
  .company-overview-0423 .quick-studies-6593,
  .company-overview-0423 .details-box-1840 {
    flex: 0 0 100%;
    width: 100%;
  }
  .company-overview-0423 .details-box-1840 {
    padding: 40px 30px;
  }
  .company-overview-0423 .quick-studies-6593 {
    max-width: 500px;
    margin: 0 auto;
  }
  .company-overview-0423 .pro-program-9862::before {
    width: 60%;
    left: 20%;
  }
  .company-overview-0423 .details-box-1840 h2 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .company-overview-0423 {
    padding: 80px 0;
  }
  .company-overview-0423 .img-list-7965 {
    width: 180px;
    height: 180px;
  }
  .company-overview-0423 .quick-studies-6593 {
    padding: 35px 25px;
  }
  .company-overview-0423 .details-box-1840 {
    padding: 35px 25px;
  }
  .company-overview-0423 .details-box-1840 h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(33px * 0.9);
  }
  .company-overview-0423 .knowledge-lab-2083 {
    font-size: 18px;
  }
  .company-overview-0423 .skill-boost-5173 {
    font-size: 15px;
  }
  .company-overview-0423 .pro-learn-5614 {
    font-size: 16px;
  }
  .company-overview-0423 .pro-learn-5614 svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .company-overview-0423 {
    padding: 60px 0;
  }
  .company-overview-0423 .img-list-7965 {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
  }
  .company-overview-0423 .quick-studies-6593 {
    padding: 30px 20px;
  }
  .company-overview-0423 .details-box-1840 {
    padding: 30px 20px;
  }
  .company-overview-0423 .pro-learn-5614 {
    font-size: calc(16px * 0.95);
  }
  .company-overview-0423 .pro-learn-5614 svg {
    width: 35px;
    height: 35px;
  }
  .company-overview-0423 .details-box-1840 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
  }
  .company-overview-0423 .details-box-1840 p {
    line-height: 1.8;
    font-size: 15px;
  }
  .company-overview-0423 .knowledge-lab-2083 {
    font-size: calc(18px * 0.95);
  }
  .company-overview-0423 .skill-boost-5173 {
    font-size: calc(15px * 0.95);
  }
  .company-overview-0423 .pro-program-9862::before {
    left: 10%;
    width: 80%;
  }
}
.client-feedback-2368 {
  background: linear-gradient(
    135deg,
    rgb(225, 225, 229) 50%,
    rgb(182, 185, 195, 0.5) 50%
  );
  overflow: hidden;
  position: relative;
  padding: 6rem 0;
}
.client-feedback-2368::before {
  top: -5%;
  position: absolute;
  width: 200px;
  opacity: 0.7;
  content: "";
  z-index: 0;
  background: linear-gradient(
    45deg,
    rgb(119, 155, 166),
    rgb(182, 185, 195, 0.5)
  );
  right: -5%;
  height: 200px;
  border-radius: 50%;
  filter: blur(50px);
}
.client-feedback-2368::after {
  width: 250px;
  position: absolute;
  height: 250px;
  z-index: 0;
  opacity: 0.5;
  background: linear-gradient(
    135deg,
    rgb(182, 185, 195),
    rgb(119, 155, 166, 0.5)
  );
  bottom: -5%;
  filter: blur(60px);
  left: -5%;
  border-radius: 50%;
  content: "";
}
.client-feedback-2368 .container {
  position: relative;
  z-index: 1;
}
.client-feedback-2368 h2 {
  position: relative;
  transform: skewX(-5deg);
  display: inline-block;
  margin-bottom: 4rem;
  color: #000000;
  font-weight: 700;
  font-size: 37px;
}
.client-feedback-2368 h2::after {
  height: 4px;
  position: absolute;
  background: linear-gradient(90deg, rgb(119, 155, 166), transparent);
  bottom: -10px;
  content: "";
  width: 70%;
  transform: translateX(15%);
  left: 0;
}
.client-feedback-2368 .client-praises-2543 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  transform: rotate(-2deg);
  gap: 3rem;
}
.client-feedback-2368 .client-stories-4621 {
  transition: all 0.5s ease;
  background: #ffffff;
  position: relative;
  transform: rotate(2deg);
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding: 2rem;
  display: flex;
}
.client-feedback-2368 .client-stories-4621:nth-child(odd) {
  transform: rotate(4deg) translateY(-15px);
}
.client-feedback-2368 .client-stories-4621:nth-child(3n) {
  transform: rotate(-1deg) translateY(10px);
}
.client-feedback-2368 .client-stories-4621:hover {
  z-index: 2;
  transform: rotate(0) translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.client-feedback-2368 .client-stories-4621::before {
  top: 0;
  height: 5px;
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(90deg, rgb(119, 155, 166), rgb(182, 185, 195));
  left: 0;
}
.client-feedback-2368 .client-stories-4621 img {
  border: 3px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: 0 auto 1rem;
  border-radius: 50%;
  transition: all 0.5s ease;
  width: 80px;
  height: 80px;
  object-fit: cover;
  transform: translateY(-20px);
}
.client-feedback-2368 .client-stories-4621:hover img {
  transform: translateY(-20px) scale(1.1) rotate(360deg);
}
.client-feedback-2368 .client-stories-4621 p {
  font-size: calc(13px * 1.1);
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}
.client-feedback-2368 .client-stories-4621 .description {
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #000000;
}
.client-feedback-2368 .client-stories-4621 .description::before {
  color: rgb(119, 155, 166, 0.5);
  font-family: serif;
  position: absolute;
  left: 0;
  content: "";
  font-size: 4rem;
  z-index: -1;
  top: -20px;
}

@media (max-width: 992px) {
  .client-feedback-2368 .client-praises-2543 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .client-feedback-2368 {
    padding: 4rem 0;
    background: linear-gradient(
      135deg,
      rgb(225, 225, 229) 40%,
      rgb(182, 185, 195, 0.5) 60%
    );
  }
  .client-feedback-2368 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 3rem;
  }
  .client-feedback-2368 .client-praises-2543 {
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: rotate(0);
  }
  .client-feedback-2368 .client-stories-4621,
  .client-feedback-2368 .client-stories-4621:nth-child(odd),
  .client-feedback-2368 .client-stories-4621:nth-child(3n) {
    transform: rotate(0);
  }
  .client-feedback-2368 .client-stories-4621:hover {
    transform: translateY(-5px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}
