* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.wrapping-container {
  min-height: 100%;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.page_top {
  flex: 1 0 auto;
}
.res_connect {
  flex: 0 0 auto;
}
header,
footer {
  width: 100%;
}
header {
  z-index: 1000;
  border-bottom: 1px solid rgb(135, 148, 138, 0.5);
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  position: fixed;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  background: linear-gradient(135deg, #000000 0%, rgb(135, 148, 138) 100%);
}
.newsletter_signup .pro_study {
  z-index: 1;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.newsletter_signup h3 {
  transform-origin: left;
  padding: 0;
  animation: fadeUp 0.8s forwards;
  position: relative;
  color: #000000;
  font-size: clamp(24px, 5vw, 38px);
  line-height: 1.1;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  font-weight: 700;
}
.newsletter_signup input[type="email"] {
  border: none;
  grid-column: 1 / -1;
  height: 4rem;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  color: #000000;
  background: transparent;
  transition: all 0.3s ease;
  padding: 0;
}
.newsletter_signup input[type="email"]::placeholder {
  transition: all 0.3s ease;
  transform: translateY(0);
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.5);
}
.newsletter_signup .updates_item::before {
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgb(135, 148, 138);
  top: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  left: 0;
  content: "";
  height: 100%;
}
.newsletter_signup .updates_item:hover {
  border-color: rgb(135, 148, 138);
}
.newsletter_signup .updates_item:hover::before {
  width: 100%;
}
.academic_expertise {
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(180, 188, 169) 0%,
    rgb(135, 148, 138, 0.5) 100%
  );
  overflow: hidden;
  padding: 6rem 2rem;
}
.academic_expertise::before {
  filter: blur(20px);
  position: absolute;
  content: "";
  background: rgb(95, 104, 96, 0.5);
  right: -5%;
  height: 30%;
  z-index: 0;
  width: 30%;
  transform: rotate(-15deg) translateZ(0);
  top: -5%;
}
.academic_expertise .container {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.academic_expertise .learner_review:hover {
  transform: perspective(1000px) rotateX(0deg);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.08);
}
.academic_expertise .learner_review > div:first-child {
  overflow: hidden;
  position: relative;
}
.academic_expertise .image_preview {
  transform: scale(1.05);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  height: 300px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.academic_expertise .learner_review > div:nth-child(2)::before {
  background: linear-gradient(to bottom, rgb(135, 148, 138), rgb(95, 104, 96));
  width: 4px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  height: 70%;
  content: "";
  left: 0;
}
.academic_expertise .learner_review:hover .name::after {
  width: 100%;
}
.academic_expertise .learner_review > div:nth-child(2) > div {
  font-weight: 600;
  opacity: 0.9;
  letter-spacing: 0.5px;
  font-size: calc(12px - 2px);
  color: rgb(95, 104, 96);
}
.academic_expertise .career_timeline {
  line-height: 1.7;
  border-left: 3px solid rgb(135, 148, 138, 0.5);
  padding: 1.5rem;
  background: linear-gradient(
    to right,
    rgba(rgb(180, 188, 169), 0.05),
    rgba(rgb(180, 188, 169), 0.02)
  );
  margin: 0;
  position: relative;
  font-size: 12px;
  color: #000000;
}
.course_overview::before {
  content: "";
  z-index: 0;
  width: 100%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgb(135, 148, 138, 0.5) 0%,
      transparent 20%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(95, 104, 96, 0.5) 0%,
      transparent 25%
    );
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.course_overview .container {
  z-index: 2;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.course_overview h2::after {
  content: "";
  height: 3px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgb(135, 148, 138);
  left: 0;
  transform-origin: left center;
  bottom: -15px;
  position: absolute;
  width: 80px;
  transform: scaleX(1);
}
.course_overview .image_preview::before {
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
  z-index: 1;
  position: absolute;
  content: "";
  right: 0;
}
.course_overview .image_preview:hover {
  transform: perspective(1000px) rotateY(0deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.course_overview .image_preview:hover::after {
  opacity: 0.1;
}
.course_overview .paragraph_box {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  position: relative;
  background: #ffffff;
}
.course_overview .paragraph_box:hover {
  transform: translateY(0);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.course_overview .description:last-child {
  margin-bottom: 0;
}
.course_overview .description::before {
  width: 5px;
  left: 0;
  content: "";
  border-radius: 50%;
  opacity: 0.7;
  top: 0.7em;
  position: absolute;
  height: 5px;
  background: rgb(135, 148, 138);
}
header .top_info {
  width: 100%;
}
header .container {
  max-width: 1200px;
  padding: 15px 20px;
  margin: 0 auto;
}
header .header_main {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
header .nav_pagewrap {
  gap: 25px;
  position: relative;
  display: flex;
}
header .nav_pagewrap:hover:before {
  transform: scaleX(1);
}
header .head_main {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 0;
}
header .head_main:before {
  transform: translateX(-50%);
  width: 4px;
  left: 50%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  background: rgb(135, 148, 138);
  height: 4px;
  opacity: 0;
  content: "";
  transition: all 0.3s ease;
}
header .head_main:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
header .top_edu {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
header .top_edu:hover svg {
  transform: scale(1.05);
}
header .top_edu:hover:after {
  width: 100%;
}
.training_method {
  overflow: hidden;
  min-height: 70vh;
  position: relative;
  padding: 6rem 2rem;
  display: flex;
  align-items: center;
  background: rgb(180, 188, 169);
}
.training_method::after {
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0.1;
  background:
    linear-gradient(
        45deg,
        transparent 48%,
        rgb(135, 148, 138, 0.5) 49%,
        rgb(135, 148, 138, 0.5) 51%,
        transparent 52%
      )
      0 0 / 30px 30px,
    linear-gradient(
        135deg,
        transparent 48%,
        rgb(95, 104, 96, 0.5) 49%,
        rgb(95, 104, 96, 0.5) 51%,
        transparent 52%
      )
      0 0 / 30px 30px;
  content: "";
  position: absolute;
}
.training_method .paragraph_box {
  max-width: 800px;
  padding: 3.5rem;
  background: rgb(180, 188, 169);
  width: 80%;
  box-shadow:
    12px 12px 24px rgba(0, 0, 0, 0.15),
    -12px -12px 24px rgba(255, 255, 255, 0.8);
  position: relative;
  border-radius: 19px;
  transition: all 0.4s ease;
}
.training_method .paragraph_box::after {
  position: absolute;
  animation: pulse 5s infinite alternate-reverse;
  z-index: -1;
  bottom: 20px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgb(95, 104, 96, 0.5),
    rgb(135, 148, 138, 0.5)
  );
  height: 40px;
  box-shadow:
    4px 4px 8px rgba(0, 0, 0, 0.1),
    -4px -4px 8px rgba(255, 255, 255, 0.9);
  left: 20px;
  width: 40px;
}
.training_method h2::before {
  background: linear-gradient(
    90deg,
    rgb(135, 148, 138, 0.5) 0%,
    rgb(95, 104, 96) 50%,
    rgb(135, 148, 138, 0.5) 100%
  );
  height: 5px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.training_method p {
  box-shadow:
    inset 3px 3px 6px rgba(0, 0, 0, 0.1),
    inset -3px -3px 6px rgba(255, 255, 255, 0.7);
  margin-top: 1.5rem;
  transition: all 0.3s ease;
  color: #000000;
  font-size: 14px;
  position: relative;
  padding: 1rem;
  line-height: 1.8;
  border-radius: 10px;
  background: rgb(180, 188, 169);
}
.contact_form_section {
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgb(180, 188, 169) 0%,
    rgba(0, 0, 0, 0.03) 100%
  );
  position: relative;
  padding: 80px 0;
}
.contact_form_section::after {
  background-image:
    linear-gradient(90deg, rgba(rgb(135, 148, 138), 0.03) 1px, transparent 1px),
    linear-gradient(rgba(rgb(135, 148, 138), 0.03) 1px, transparent 1px);
  position: absolute;
  opacity: 0.6;
  background-size: 20px 20px;
  z-index: 1;
  animation: gridMove 20s linear infinite;
  top: 0;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
}
.contact_form_section h2::after {
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgb(135, 148, 138),
    transparent
  );
  width: 70%;
  bottom: -15px;
  height: 3px;
  position: absolute;
  left: 15%;
}
.contact_form_section .help_section:hover {
  transform: translateY(-5px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(rgb(135, 148, 138), 0.1);
}
.contact_form_section .help_section::before {
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgb(135, 148, 138), rgb(95, 104, 96));
  content: "";
  left: 0;
  height: 100%;
  width: 5px;
}
.contact_form_section .image_preview::before {
  content: "";
  transform: rotate(45deg);
  top: -100px;
  animation: shine 6s infinite;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  width: 150%;
  height: 150px;
  left: -100px;
  position: absolute;
}
.contact_form_section .feedback_box {
  position: relative;
  padding: 50px 40px;
  width: 55%;
}
.contact_form_section form {
  position: relative;
  z-index: 2;
}
.contact_form_section form h3 {
  margin-bottom: 30px;
  position: relative;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  font-size: 19px;
}
.contact_form_section form input[type="text"],
.contact_form_section form input[type="tel"] {
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  border: 1px solid rgba(#000000, 0.1);
  padding: 15px 20px;
  color: #000000;
  transition: all 0.3s ease;
  background: rgba(#ffffff, 0.8);
  font-size: 12px;
  width: 100%;
}
.contact_form_section form input[type="text"]:focus::placeholder,
.contact_form_section form input[type="tel"]:focus::placeholder {
  opacity: 0.5;
  transform: translateX(5px);
}
.contact_form_section .request_help input[type="checkbox"] {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.contact_form_section .request_help label::before {
  background: rgba(#ffffff, 0.8);
  position: absolute;
  border: 1px solid rgba(#000000, 0.2);
  transition: all 0.3s ease;
  border-radius: 10px;
  height: 22px;
  width: 22px;
  left: 0;
  top: 0;
  content: "";
}
.contact_form_section
  .request_help
  input[type="checkbox"]:checked
  + label::after {
  height: 12px;
  position: absolute;
  width: 6px;
  left: 8px;
  border: solid #ffffff;
  top: 4px;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}
.contact_form_section .request_help label a:hover {
  color: rgb(95, 104, 96);
}
.contact_form_section .request_help label a:hover::after {
  transform: scaleX(1);
  background: rgb(95, 104, 96);
}
.contact_form_section .connect_box {
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, rgb(135, 148, 138), rgb(95, 104, 96));
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}
.contact_form_section .connect_box:active {
  transform: translateY(2px);
}
.contact_form_section svg path {
  transition: fill 0.3s ease;
  fill: rgb(135, 148, 138);
}
.contact_form_section form input {
  background: rgb(180, 188, 169);
}
.meet_us {
  overflow: hidden;
  background: rgb(180, 188, 169);
  position: relative;
  padding: 100px 0;
}
.meet_us .container {
  position: relative;
  z-index: 1;
}
.meet_us .pro_study {
  position: relative;
}
.meet_us h3 {
  font-size: 29px;
  font-weight: 700;
  transform: translateX(-50%);
  margin-bottom: 50px;
  left: 50%;
  text-align: center;
  position: relative;
  color: #000000;
  display: inline-block;
}
.meet_us .mission_block {
  margin-bottom: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.meet_us .mission_block p {
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  width: 60%;
}
.meet_us .mission_block .image_preview:hover {
  box-shadow: -20px 20px 0 rgb(135, 148, 138, 0.5);
  transform: translate(5px, -5px);
}
.meet_us .learn_culture {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 50px;
}
.meet_us .learn_culture p {
  color: #000000;
  font-size: 17px;
  width: 60%;
  line-height: 1.7;
  margin-left: auto;
  margin-bottom: 30px;
}
.meet_us .learn_culture .digital_education:hover {
  transform: translate(-5px, -5px);
  box-shadow: 20px 20px 0 rgb(95, 104, 96, 0.5);
}
.meet_us .pro_study::after {
  width: 150px;
  height: 150px;
  bottom: -75px;
  content: "";
  animation: rotate 20s infinite linear reverse;
  right: -75px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  border: 2px dashed rgb(95, 104, 96, 0.5);
}
.meet_us .mission_block svg {
  position: absolute;
  left: -45px;
  width: 30px;
  opacity: 0.7;
  color: rgb(135, 148, 138);
  top: 10px;
  height: 30px;
}
.meet_us .mission_block svg path {
  fill: rgb(135, 148, 138);
}
.meet_us .learn_culture svg path {
  fill: rgb(95, 104, 96);
}
.meet_us .container::before {
  height: 100%;
  opacity: 0.05;
  position: absolute;
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0px;
  width: 100%;
  background-image:
    linear-gradient(45deg, rgb(180, 188, 169) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(180, 188, 169) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(180, 188, 169) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(180, 188, 169) 75%);
  content: "";
  z-index: -1;
  background-size: 20px 20px;
}
footer .get_contactblock {
  margin-bottom: 60px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
footer .info_item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(135, 148, 138);
}
footer .info_item::after {
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 50%
  );
  width: 100%;
  z-index: -1;
  position: absolute;
}
footer .info_item svg {
  position: relative;
  margin-right: 12px;
  top: -1px;
  width: 20px;
  fill: rgb(135, 148, 138);
  height: 20px;
  vertical-align: middle;
}
footer .info_item a:hover {
  color: rgb(135, 148, 138);
}
footer .header_tutor {
  background-color: rgb(95, 104, 96, 0.5);
  position: relative;
  border-radius: 11px;
  padding: 30px;
}
footer .header_tutor svg {
  width: auto;
  display: block;
  height: 45px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
footer .equity_info {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
footer .nav_pagewrap h5 {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}
footer .nav_info {
  position: relative;
  margin-bottom: 25px;
}
footer .nav_info a::before {
  top: 0;
  width: 3px;
  content: "";
  transition: width 0.3s ease;
  background-color: rgb(135, 148, 138);
  position: absolute;
  left: 0;
  height: 100%;
}
footer .nav_info a:hover {
  color: #ffffff;
  background-color: rgb(135, 148, 138, 0.5);
  transform: translateX(5px);
}
footer .subscribe_holder::before {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  top: 15px;
  left: 15px;
  content: "";
  bottom: 15px;
  position: absolute;
  right: 15px;
  pointer-events: none;
  border-radius: calc(11px - 8px);
}
footer .subscribe_holder h5::before {
  left: 0;
  position: absolute;
  background-color: rgb(135, 148, 138);
  width: 3px;
  content: "";
  height: 100%;
  top: 0;
}
footer .input_holder input[type="email"] {
  font-size: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 16px;
  color: #ffffff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .updates_item {
  color: #ffffff;
  padding: 14px 20px;
  background-color: rgb(135, 148, 138);
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
footer .updates_item:hover {
  background-color: rgb(95, 104, 96);
}
footer .trust_badge::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  height: 1px;
  content: "";
  width: 50px;
  top: -25px;
}
.explore_now::before {
  z-index: 1;
  background: repeating-linear-gradient(
    45deg,
    rgb(95, 104, 96, 0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(95, 104, 96, 0.5) 12px
  );
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  content: "";
  width: 100%;
  transform: translateZ(-5px);
}
.explore_now .container {
  z-index: 2;
  margin: 0 auto;
  transform: translateZ(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  max-width: 1140px;
  justify-content: center;
  position: relative;
}
.explore_now div {
  transform: translateZ(30px);
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.explore_now span {
  display: inline-block;
  position: relative;
}
.explore_now .connect_box {
  display: inline-flex;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 0.9rem 2.5rem;
  color: rgb(95, 104, 96);
  align-items: center;
  background: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.explore_now .connect_box:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.explore_now .connect_box span {
  z-index: 1;
  pointer-events: none;
  position: relative;
}
.client_experience::before {
  top: 0;
  height: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  background-size: 60px 60px;
  background-image:
    linear-gradient(30deg, rgb(135, 148, 138, 0.5) 1px, transparent 1px),
    linear-gradient(120deg, rgb(135, 148, 138, 0.5) 1px, transparent 1px);
  width: 100%;
  opacity: 0.1;
}
.client_experience h2 {
  text-align: center;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
  opacity: 1;
  line-height: 1.3;
  transform: translateY(0);
  animation: fadeSlideUp 0.8s ease-out;
  font-size: 36px;
  color: #000000;
  z-index: 1;
}
.client_experience .container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  z-index: 2;
  padding: 0 1.5rem;
}
.client_experience .learner_review {
  padding: 1.75rem;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
  animation: fadeSlideUp 0.6s ease-out backwards;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  animation-delay: calc(0.1s * var(--i, 0));
  justify-content: space-between;
  display: flex;
  z-index: 1;
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s ease;
  height: 100%;
  transform: translateY(0);
}
.client_experience .learner_review::before {
  font-size: 8rem;
  line-height: 1;
  color: rgb(135, 148, 138);
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.15;
  font-family: Georgia, serif;
  top: -1.5rem;
  right: 1.5rem;
}
.client_experience .learner_review h3::before {
  width: 0.75rem;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  background: linear-gradient(
    135deg,
    rgb(135, 148, 138) 0%,
    rgb(95, 104, 96) 100%
  );
  height: 0.75rem;
  transform: translateY(-50%);
  content: "";
  left: 0;
}
.client_experience .learner_review div {
  justify-content: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
}
.client_experience .learner_review:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.2);
}
.welcome .pro_study {
  position: relative;
  gap: 2rem;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  padding: 2rem;
  max-width: 1400px;
  display: grid;
}
.welcome h1 {
  font-weight: 700;
  color: #000000;
  transform: translateY(0);
  margin-bottom: 1.5rem;
  font-size: 30px;
  position: relative;
  transition: transform 0.3s ease;
}
.welcome h1::after {
  width: 80px;
  height: 4px;
  bottom: -10px;
  background: linear-gradient(
    90deg,
    rgb(135, 148, 138) 0%,
    rgb(95, 104, 96) 100%
  );
  transform-origin: left;
  transition: transform 0.5s ease;
  left: 0;
  transform: scaleX(0.3);
  position: absolute;
  content: "";
}
.welcome .paragraph_box:hover svg {
  transform: rotate(2deg) scale(1.05);
}
.welcome svg path {
  transition: fill 0.4s ease;
  fill: rgb(135, 148, 138);
}
.welcome svg text {
  transition:
    fill 0.4s ease,
    transform 0.4s ease;
  font-family: Arial, sans-serif;
}
.welcome .master_zone p {
  transform: translateY(0);
  transition: transform 0.4s ease;
  font-size: calc(18px * 1.1);
  line-height: 1.6;
  position: relative;
  text-align: center;
  color: #000000;
}
.welcome ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin: 1.5rem 0 0;
}
.welcome ul li {
  animation: fadeInRight 0.8s ease-out forwards;
  animation-delay: 0.6s;
  margin: 0;
  opacity: 0;
  position: relative;
}
.welcome .connect_box::before {
  background: linear-gradient(
    135deg,
    rgb(95, 104, 96) 0%,
    rgb(135, 148, 138) 100%
  );
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
  left: -100%;
  top: 0;
  height: 100%;
  content: "";
  width: 100%;
}
.welcome .connect_box:hover {
  box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
  transform: translateY(-3px);
}
.welcome .image_preview {
  transition: transform 0.6s ease;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
  height: 350px;
  overflow: hidden;
  transform-style: preserve-3d;
  animation-delay: 0.3s;
  position: relative;
  transform: translateZ(30px) rotateX(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.welcome .image_preview:hover::before {
  opacity: 0.2;
}
.privacy_niche::before {
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  content: "";
  pointer-events: none;
  left: 0;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(rgb(135, 148, 138, 0.5), 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(rgb(95, 104, 96, 0.5), 0.04) 0%,
      transparent 50%
    );
}
.privacy_niche h1::after {
  animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  height: 3px;
  animation-delay: 0.2s;
  width: 80px;
  background: linear-gradient(
    90deg,
    rgb(135, 148, 138) 0%,
    rgb(95, 104, 96) 100%
  );
  position: absolute;
  opacity: 0;
  transform-origin: left;
  left: 0;
  content: "";
  bottom: -12px;
}
.privacy_niche h3 {
  font-weight: 600;
  position: relative;
  border-left: 2px solid rgb(95, 104, 96);
  font-size: calc(37px * 0.85);
  color: #000000;
  margin: 2.5rem 0 1.25rem;
  padding-left: 1rem;
}
.privacy_niche p {
  font-size: 17px;
  margin-bottom: 1.5rem;
  max-width: 90ch;
  color: #000000;
  line-height: 1.8;
  font-family: Arial, sans-serif;
  position: relative;
  transform: translateZ(0);
}
.privacy_niche ul {
  padding: 0;
  margin: 1.5rem 0 2rem 1.5rem;
  list-style-type: none;
}
.privacy_niche li {
  padding-left: 1.8rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 17px;
  position: relative;
}
.privacy_niche li:nth-child(2n)::before {
  background-color: rgb(95, 104, 96);
}
.privacy_niche h2:hover,
.privacy_niche h3:hover,
.privacy_niche h4:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease-out;
}
.thxField::before {
  position: absolute;
  content: "";
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(rgb(135, 148, 138, 0.5), 0.12) 0%,
      transparent 80%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(rgb(95, 104, 96, 0.5), 0.1) 0%,
      transparent 70%
    );
  z-index: 0;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.thxField .container {
  padding: 0 30px;
  max-width: 1200px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.thxField h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgb(135, 148, 138), rgb(95, 104, 96));
  bottom: -12px;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0.8);
  left: 0;
  height: 4px;
  width: 120px;
  border-radius: 10px;
  transform-origin: left;
}
.thxField .pro_study::before {
  content: "";
  left: 0;
  animation: gradientShift 6s ease infinite;
  top: 0;
  background: linear-gradient(
    90deg,
    rgb(135, 148, 138),
    rgb(95, 104, 96),
    rgb(135, 148, 138)
  );
  position: absolute;
  height: 5px;
  background-size: 200% 100%;
  width: 100%;
}
.thxField ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.thxField li {
  position: relative;
  padding: 10px 0 10px 20px;
  transition: transform 0.3s ease-out;
}
.thxField span {
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: Arial, sans-serif;
  transform: translateY(0);
  display: block;
  font-size: 18px;
  color: #000000;
}
.thxField .pro_study:hover {
  transform: translateY(-5px);
  box-shadow:
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -20px -20px 40px rgba(#ffffff, 0.9),
    inset 2px 2px 5px rgba(#ffffff, 0.1),
    inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}
.cookie_dialog_window {
  padding: 20px 0;
  animation: fadeInUp 0.5s ease-out;
  background-color: rgb(180, 188, 169);
  z-index: 1000;
  bottom: 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  border-top: 1px solid rgb(135, 148, 138);
}
.cookie_dialog_window .cookie_preference {
  flex-grow: 1;
}
.cookie_dialog_window .cookie_preference p {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  color: #000000;
}
.cookie_dialog_window .data_control:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.cookie_dialog_window .data_control:active {
  transform: translateY(1px);
  box-shadow: none;
}
#privacyTermsModal {
  display: none;
}
.pricing_wrapper {
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.pricing_wrapper::before {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
}
.pricing_wrapper h2 {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  color: #ffffff;
  font-size: 31px;
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(20px);
  font-weight: 700;
}
.pricing_wrapper .study_fees {
  width: 100%;
  gap: 30px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  padding: 0;
}
.pricing_wrapper .study_fees li:nth-child(1) {
  --li-index: 0;
}
.pricing_wrapper .study_fees li:nth-child(2) {
  --li-index: 1;
}
.pricing_wrapper .study_fees li:nth-child(4) {
  --li-index: 3;
}
.pricing_wrapper .discount_plan:hover {
  transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}
.pricing_wrapper .lesson_fees {
  transition: all 0.4s ease;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing_wrapper .discount_plan:hover .lesson_fees::before {
  opacity: 0.15;
  transform: rotate(-45deg) translateY(-20%);
}
.pricing_wrapper .cost_levels {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 30px;
  min-height: 280px;
}
.pricing_wrapper .cost_levels h4::after {
  bottom: 0;
  background: rgb(135, 148, 138);
  left: 0;
  transition: width 0.4s ease;
  content: "";
  position: absolute;
  height: 3px;
  width: 40px;
}
.pricing_wrapper .plan_deals {
  display: inline-block;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  align-self: flex-start;
  font-size: calc(21px * 1.2);
  color: rgb(135, 148, 138);
  border-radius: 4px;
}
.pricing_wrapper .discount_plan:hover .plan_deals::before {
  left: 100%;
}
::-webkit-scrollbar {
  padding: 5px;
  width: 15px;
  scroll-behavior: auto;
}
::-webkit-scrollbar-track {
  border-radius: 16px;
  box-shadow: inset -3px -3px 8px 5px rgba(0, 0, 0, 0.6);
  border: 1px dashed rgb(135, 148, 138);
  background: rgb(255, 255, 255, 0.5);
}
::-webkit-scrollbar-track:active {
  background: rgb(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb {
  box-shadow: 3px -3px 9px 8px rgba(0, 0, 0, 0.8);
  animation: pulse_scrollbar 5.8s ease-out 1;
  background: rgb(95, 104, 96, 0.5);
}
::-webkit-scrollbar-thumb:active {
  background: rgb(135, 148, 138, 0.5);
}
::-webkit-scrollbar-corner {
  background: rgb(180, 188, 169);
}
@media (min-width: 768px) {
  .academic_expertise {
    padding: 8rem 3rem;
  }
  .academic_expertise .learner_review {
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
  }
  .academic_expertise .learner_review > div:first-child {
    grid-row: span 2;
  }
  .academic_expertise .image_preview {
    height: 100%;
  }
  .academic_expertise .learner_review > div:nth-child(2) {
    padding-left: 3rem;
  }
  .academic_expertise .career_timeline {
    padding: 2rem;
    font-size: calc(12px + 1px);
  }
}
@media (max-width: 767px) {
  .academic_expertise {
    padding: 4rem 1.5rem;
  }
  .academic_expertise .learner_review {
    gap: 2rem;
    padding: 2rem;
  }
  .academic_expertise .image_preview {
    height: 250px;
  }
  .academic_expertise .name {
    font-size: calc(18px - 1px);
  }
  .academic_expertise .learner_review > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
  }
  .academic_expertise .career_timeline {
    padding: 1rem;
    font-size: calc(12px - 1px);
  }
}
@media (min-width: 768px) {
  .course_overview {
    padding: 120px 0;
  }
  .course_overview h2 {
    font-size: calc(38px * 1.1);
    max-width: 85%;
  }
  .course_overview .study_route {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 60px;
  }
  .course_overview .image_preview {
    height: 450px;
  }
  .course_overview .paragraph_box {
    overflow-y: auto;
    scrollbar-color: rgb(135, 148, 138, 0.5) rgba(0, 0, 0, 0.05);
    max-height: 450px;
    scrollbar-width: thin;
    padding: 40px 50px;
  }
  .course_overview .paragraph_box::-webkit-scrollbar {
    width: 6px;
  }
  .course_overview .paragraph_box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
  .course_overview .paragraph_box::-webkit-scrollbar-thumb {
    background-color: rgb(135, 148, 138, 0.5);
  }
}
@media (min-width: 1200px) {
  .course_overview h2 {
    margin-left: 50px;
  }
  .course_overview .study_route {
    gap: 100px;
  }
  .course_overview .image_preview {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
  }
  .course_overview .paragraph_box {
    transform: translateY(0) translateX(30px);
  }
}
@media (max-width: 767px) {
  .course_overview {
    padding: 60px 0;
  }
  .course_overview h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
  }
  .course_overview h2::after {
    width: 60px;
    bottom: -10px;
  }
  .course_overview .description {
    font-size: calc(12px * 0.95);
  }
  .course_overview .image_preview {
    height: 250px;
    margin-bottom: 20px;
  }
  .course_overview .paragraph_box {
    padding: 25px 20px;
  }
}
@media (max-width: 480px) {
  header .container {
    padding: 10px;
  }
  header .top_edu svg {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .training_method {
    padding: 4rem 1.5rem;
  }
  .training_method .paragraph_box {
    width: 90%;
    padding: 2.5rem;
  }
  .training_method h2 {
    font-size: calc(30px * 0.9);
  }
  .training_method p {
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  .training_method {
    min-height: auto;
    padding: 3rem 1rem;
  }
  .training_method .paragraph_box {
    padding: 2rem;
    width: 100%;
  }
  .training_method h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
  }
  .training_method p {
    font-size: calc(14px * 0.95);
    padding: 0.6rem;
  }
  .training_method .paragraph_box::before {
    width: 40px;
    right: 15px;
    height: 40px;
    top: 15px;
  }
  .training_method .paragraph_box::after {
    width: 30px;
    left: 15px;
    bottom: 15px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .contact_form_section {
    padding: 60px 0;
  }
  .contact_form_section .container {
    padding: 0 15px;
  }
  .contact_form_section h2 {
    margin-bottom: 40px;
  }
  .contact_form_section .feedback_box {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .contact_form_section {
    padding: 40px 0;
  }
  .contact_form_section h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
  }
  .contact_form_section .image_preview {
    height: 200px;
  }
  .contact_form_section .feedback_box {
    padding: 25px 20px;
  }
  .contact_form_section form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
  }
  .contact_form_section form input[type="text"],
  .contact_form_section form input[type="tel"] {
    margin-bottom: 12px;
    padding: 10px 12px;
  }
  .contact_form_section .request_help {
    margin-bottom: 20px;
  }
  .contact_form_section .request_help label {
    font-size: calc(14px * 0.9);
    padding-left: 30px;
  }
  .contact_form_section .request_help label::before {
    height: 18px;
    width: 18px;
  }
  .contact_form_section
    .request_help
    input[type="checkbox"]:checked
    + label::after {
    height: 10px;
    width: 5px;
    top: 3px;
    left: 6px;
  }
  .contact_form_section .connect_box {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .meet_us {
    padding: 60px 0;
  }
  .meet_us h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
  }
  .meet_us .mission_block {
    margin-bottom: 50px;
  }
  .meet_us .mission_block p,
  .meet_us .learn_culture p {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .meet_us .mission_block .image_preview,
  .meet_us .learn_culture .digital_education {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 220px;
    margin: 0 0 20px 0;
  }
  .meet_us .learn_culture {
    display: flex;
    flex-direction: column;
  }
  .meet_us .learn_culture .digital_education {
    order: -1;
  }
  .meet_us .mission_block::after {
    display: none;
  }
  .meet_us .mission_block svg,
  .meet_us .learn_culture svg {
    position: static;
    margin-bottom: 10px;
    display: block;
  }
}
@media (min-width: 768px) {
  footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .input_holder {
    flex-direction: row;
  }
  footer .updates_item {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  footer .res_connect {
    padding: 60px 0 30px;
  }
  footer .get_contactblock {
    margin-bottom: 40px;
  }
  footer .header_tutor,
  footer .subscribe_holder {
    padding: 25px 20px;
  }
  footer .nav_info a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
  }
  footer .trust_badge {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .explore_now {
    padding: 3.5rem 0;
  }
  .explore_now h6 {
    margin-bottom: 2rem;
    font-size: calc(20px + 0.1rem);
    max-width: 90%;
  }
  .explore_now .connect_box {
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 767px) {
  .explore_now {
    padding: 3rem 0;
  }
  .explore_now h6 {
    font-size: 20px;
    line-height: 1.5;
    max-width: 95%;
    margin-bottom: 1.8rem;
  }
  .explore_now .connect_box {
    padding: 0.75rem 1.8rem;
    font-size: calc(14px - 0.1rem);
  }
}
@media (hover: none) {
  .explore_now .connect_box:hover {
    transform: none;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  .explore_now .connect_box::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .client_experience {
    padding: 4rem 0;
  }
  .client_experience h2 {
    font-size: calc(36px * 0.85);
  }
  .client_experience .learner_review {
    padding: 1.5rem;
  }
  .client_experience .learner_feedback {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .client_experience {
    padding: 3rem 0;
  }
  .client_experience h2 {
    margin-bottom: 1.75rem;
    font-size: calc(36px * 0.75);
  }
  .client_experience .learner_review {
    padding: 1.25rem;
  }
  .client_experience .learner_review h3 {
    font-size: 22px;
  }
  .client_experience .learner_review .description {
    font-size: calc(17px * 0.95);
  }
}
@media (min-width: 992px) {
  .welcome .pro_study {
    gap: 4rem;
  }
  .welcome .paragraph_box {
    padding: 4rem;
  }
  .welcome .image_preview {
    height: 600px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .welcome h1 {
    font-size: calc(30px * 1.2);
  }
  .welcome .master_zone p {
    font-size: calc(18px * 1.2);
  }
  .welcome svg {
    height: 140px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .welcome {
    min-height: auto;
    padding: 4rem 0;
  }
  .welcome .pro_study {
    padding: 1.5rem;
  }
  .welcome .paragraph_box {
    padding: 2rem;
    margin-top: 5em;
  }
  .welcome h1 {
    font-size: calc(30px * 0.9);
  }
  .welcome .master_zone p {
    font-size: 18px;
  }
  .welcome svg {
    width: 90px;
    height: 90px;
  }
  .welcome .connect_box {
    padding: 0.8rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .privacy_niche {
    padding: 4rem 0;
    padding-top: calc(4rem + 110px);
  }
  .privacy_niche h1 {
    font-size: calc(44px * 0.9);
  }
  .privacy_niche h2 {
    font-size: calc(37px * 0.9);
  }
  .privacy_niche h3 {
    font-size: calc(37px * 0.8);
  }
  .privacy_niche h4 {
    font-size: calc(37px * 0.7);
  }
}
@media (max-width: 576px) {
  .privacy_niche {
    padding: 2.5rem 0;
    padding-top: calc(2.5rem + 160px);
  }
  .privacy_niche .container {
    padding: 0 1.25rem;
  }
  .privacy_niche h1 {
    font-size: calc(44px * 0.75);
    transform: translateX(0);
  }
  .privacy_niche h2 {
    font-size: calc(37px * 0.8);
    padding-left: 0.75rem;
  }
  .privacy_niche h3 {
    font-size: calc(37px * 0.7);
    padding-left: 0.75rem;
  }
  .privacy_niche h4 {
    font-size: calc(37px * 0.6);
    padding-left: 0.75rem;
  }
  .privacy_niche p,
  .privacy_niche span {
    font-size: calc(17px * 0.95);
  }
  .privacy_niche ul {
    margin-left: 0.5rem;
  }
  .privacy_niche li {
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
    font-size: calc(17px * 0.95);
  }
}
@media (max-width: 767px) {
  .thxField {
    padding: 80px 0;
  }
  .thxField .container {
    padding: 0 20px;
  }
  .thxField h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
  }
  .thxField .pro_study {
    padding: 30px 20px;
  }
  .thxField li {
    padding: 10px 0 10px 15px;
  }
  .thxField li::before {
    width: 6px;
    height: 6px;
  }
  .thxField span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .cookie_dialog_window .cookie_controls {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cookie_dialog_window .data_control {
    text-align: center;
    margin-left: 0;
    width: 48%;
  }
}
@media (max-width: 992px) {
  .pricing_wrapper {
    padding: 80px 0;
  }
  .pricing_wrapper h2 {
    font-size: calc(31px * 0.9);
  }
  .pricing_wrapper .study_fees {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
  .pricing_wrapper .cost_levels {
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .pricing_wrapper {
    padding: 60px 0;
  }
  .pricing_wrapper h2 {
    font-size: calc(31px * 0.7);
  }
  .pricing_wrapper .pay_plans {
    font-size: calc(18px * 0.9);
  }
  .pricing_wrapper .cost_levels {
    padding: 20px 15px;
  }
  .pricing_wrapper .cost_levels h4 {
    font-size: 21px;
  }
  .pricing_wrapper .cost_levels p {
    font-size: calc(18px * 0.85);
  }
  .pricing_wrapper .plan_deals {
    font-size: 21px;
    padding: 8px 15px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
@keyframes shine {
  0% {
    top: -100px;
    left: -100px;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}
@keyframes lightShift {
  0% {
    opacity: 0.1;
    transform: rotate(-30deg) translateX(0);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
    transform: rotate(-30deg) translateX(-10%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes logoScale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

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