html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#061C33;
--secondary:#F5BE02;
--primary:#102759;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.footer_contact {
 width: calc(100% - 6rem);
 max-width: 164.8rem;
 margin: 0px auto;
 overflow: hidden;
 border-radius: 4rem;
 background-color: rgb(232, 244, 249);
 padding: 10.6rem 0px 9.4rem;
 position: relative;
 z-index: 3;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.footer_contact {
 padding: 50px 0px;
 border-radius: 20px;
 }}
@media screen and (max-width: 576px){
.footer_contact {
 width: 100%;
 border-radius: 0px;
 padding: 30px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -3;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.footer_contact .flex {
 display: block;
 }}
.footer_contact .head {
 flex: 1 1 0%;
 max-width: 46.6rem;
 }
.syedittext .subtitle {
 color: rgb(133, 143, 158);
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 1.3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.syedittext .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.syedittext h2 {
 font-weight: 500;
 font-size: 5.2rem;
 line-height: 6.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-flex;
 vertical-align: top;
 position: relative;
 text-align: center;
 cursor: pointer;
 color: var(--title);
 font-size: 2rem;
 font-weight: 500;
 line-height: 6.2rem;
 background-color: transparent;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
@media screen and (max-width: 576px){
.footer_contact .btn {
 margin-top: 20px;
 }}
.btn span {
 padding: 0px 4.2rem;
 min-width: 20.4rem;
 transition: 0.3s;
 border-radius: 3.1rem;
 background-color: var(--secondary);
 }
.btn:hover span {
 color: rgb(255, 255, 255);
 background-color: var(--primary);
 border-radius: 3.1rem 0px 0px 3.1rem;
 }
@media screen and (max-width: 768px){
.btn span {
 padding: 0px 20px;
 line-height: 42px;
 min-width: 120px;
 }}
i, em {
 font-style: normal;
 }
.btn i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 6.2rem;
 height: 6.2rem;
 transition: 0.3s;
 margin-left: -1.2rem;
 border-radius: 3.1rem;
 background-color: var(--secondary);
 }
.btn i::after {
 content: "";
 display: block;
 width: 26%;
 height: 26%;
 transition: 0.3s;
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/about_8/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.btn:hover i {
 background-color: var(--primary);
 border-radius: 0px 3.1rem 3.1rem 0px;
 }
.btn:hover i::after {
 transform: translateX(-1.8rem);
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.btn i {
 width: 42px;
 height: 42px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}