.footer__List_Disc ul li,
.footer__List__item a {
  transition: var(--transition);
}
footer {
  background-image: url(../assets/images/footer-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 104px;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  display: block;
  width: 334px;
  height: 294px;
  background: url(../assets/images/footer-vector.svg) center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
footer::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url(../assets/images/circle-vector.svg) center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#wrap.tabid-56 footer {
  margin-top: var(--main-space);
}
.footer__List {
  width: fit-content;
}
.footer__Desc.footer__List {
  flex: 0 0 30%;
}
.footer__Desc__Logo {
  margin-bottom: 2rem;
}
.footer__List__ContactUs {
  margin-right: 0 !important;
}
.footer__List > ul:not(.footer__List__Socials_List) {
  display: flex;
  margin-right: 1rem;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
  margin-top: 18px;
  --icon: 1.5rem;
  --icon-ml: 0.5rem;
}
.footer__List:nth-child(2) {
  /* max-height: 350px; */
  /* overflow: auto; */
}
.footer__List:nth-child(2)::-webkit-scrollbar {
  width: 2px;
}
.footer__List:nth-child(2)::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.footer__List:nth-child(2)::-webkit-scrollbar-thumb {
  background: var(--mc1-fade-2);
}
.footer__List__item.footer__ContactUs p {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.footer__List_Disc ul li {
  color: var(--tc3);
}
.footer__List__Socials_List_Mobile {
  display: none;
}
@media (max-width: 991px) {
  .footer_Call {
    margin-bottom: 0 !important;
  }
  .footer__List__Socials_List {
    display: none !important;
  }
  .footer__List__Socials_List_Mobile {
    display: flex !important;
  }
  #wrap:not(.tabid-21) footer {
    margin-top: 2rem;
  }
  footer {
    padding-top: 94px !important;
    background-position: 40%;
  }
  .footer__Desc.footer__List {
    flex: 0 0 100% !important;
  }
  .footer__Desc__Logo {
    text-align: center !important;
    margin-bottom: 1.5rem !important;
  }
  .footer__Desc__Logo img {
    width: 100px !important;
    height: auto !important;
  }
  .footer__List:nth-child(2),
  .footer__List:nth-child(3) {
    flex: 0 0 50%;
  }
  .footer__List__Arrow {
    display: none;
    transition: var(--transition) !important;
    transform: rotate(-90deg) !important;
  }
  .footer__List:not(:last-child) {
    position: relative !important;
    width: 100% !important;
  }
  .footer_About {
    margin-bottom: 40px;
  }
  .footer__List_Contact {
    margin-top: 1rem;
  }
  .footer__List__item.footer__ContactUs p {
    align-items: start;
  }
  .copyright {
    padding-top: 24px !important;
  }
  .copyright__Inner {
    font-size: 10px !important;
  }
  .footer__List:not(:last-child)::before {
    display: none !important;
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
    width: 80px !important;
    border-bottom: 1px solid var(--mc1) !important;
  }
  .footer__List.footer__List_Disc:nth-child(2)::before {
    display: none !important;
  }
  .footer__List > ul {
    margin-top: 24px !important;
  }
  .footer__List_Disc .footer__List__Header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .footer__List__Header.active .footer__List__Arrow {
    transform: rotate(90deg) !important;
  }
  footer::after {
    bottom: auto;
    top: 0;
  }
}
.copyright {
  padding-top: 70px;
}
.copyright__Inner {
  text-align: center;
  padding-bottom: 1.75rem;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, #fff0 0%, #fff 50%, #fff0 100%) 1;
  padding-top: 1.125rem;
}
footer .footer__Socials a .ezIcon {
  --icon: 1.5rem;
  background: #fff;
}
footer .footer__Socials a .ezIcon:hover {
  background: #0bb7a3;
}
.footer__List_Disc_Wrapper {
  position: relative;
  width: fit-content;
}
.scroll_Buttons {
  display: none;
  position: absolute;
  left: 1.5rem;
  z-index: 1;
}
.scroll_Buttons.top {
  top: 1rem;
}
.scroll_Buttons.bottom {
  bottom: 1rem;
}
.scroll_Buttons button {
  background: #fff0;
  border: none;
  outline: none;
}
.scroll_Down .ezIcon {
  transform: rotate(180deg);
}
.scroll_Buttons .ezIcon {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--mc2);
}
@media (max-width: 991px) {
  .footer_Main_Wrapper {
    margin-top: 24px;
  }
  .scroll_Buttons {
    display: block;
  }
  .mobile_Version {
    display: none;
  }
  .footer__List_Disc_Wrapper:nth-child(5) {
    margin-top: 58px;
  }
  .footer__List_Disc_Wrapper:nth-child(4),
  .footer__List_Disc_Wrapper:nth-child(5) {
    flex: 50%;
  }
  .footer__List_Disc_Wrapper:nth-child(4) {
    margin-block: 24px;
  }
}
@media (min-width: 417px) {
  .footer__List_Disc_Wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 991px) {
  .mobile_Version {
    display: none !important;
  }
  .footer__List_Disc_Wrapper {
    flex: unset;
  }
}
.footer__ContactUs .ezIcon {
  --icon: 16px;
  mask: var(--icon-url) no-repeat center/contain !important;
}
.footer__List__item.footer__ContactUs p:hover .ezIcon {
  animation: iconBounce 1s infinite;
}
@keyframes iconBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.footer__List__item {
  position: relative;
}
ul:not(
    .footer__List__ContactUs,
    .footer__List__Socials_List,
    .footer__List__Socials_List_Mobile
  )
  .footer__List__item::before {
  content: "";
  position: absolute;
  --icon-url: url(../assets/icons/chevDown.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  mask: var(--icon-url) no-repeat center/contain !important;
  right: -20px;
  transition: var(--transition);
  background: #fff;
}
.footer__List__item:hover::before {
  transform: translate(6px, -50%) rotate(-90deg) !important;
}
.footer_About {
  width: fit-content;
}
.footer_About_Txt {
  max-width: 300px;
  margin-block: 2rem 1.5rem;
}
.footer_Call {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 2rem;
  color: var(--mc2);
  width: fit-content;
  margin-bottom: 38px;
  transition: var(--transition);
  font-weight: 600;
}
.footer_Call:hover {
  background: #0bb7a3;
  color: #fff !important;
}
.footer_Call .ezIcon {
  --icon: 1rem;
}
.footer_Call:hover .ezIcon {
  transform: rotateY(180deg);
  background: #fff;
}
.contact_Wrapper {
  position: relative;
  height: 240px;
  margin-bottom: 100px;
}
.wave_wrapper .wave {
  background: url(/portals/_default/skins/ez-skin/assets/images/wave-white.svg);
  background-size: cover;
  position: absolute;
  width: 100vw !important;
  height: 132px;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(180deg);
  top: 0;
  left: 0 !important;
  z-index: 1;
}
@keyframes wave {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 130px;
}
.contact_Cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
  width: 100%;
  gap: 32px;
}
@media (max-width: 992px) {
  .contact_Cards {
    flex-direction: column;
    margin-top: 0;
  }
  .contact,
  .contact_Wrapper {
    height: unset !important;
  }
  .contact_Card {
    width: 90%;
  }
  .contactUs {
    margin-bottom: 40px;
  }
}
.contact_Card {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 40px;
  padding: 32px;
  border-radius: 12px;
  transition: var(--transition);
  box-shadow: 0 16px 32px 0 rgb(18 18 18 / 0.1);
  z-index: 2;
  /* flex: 0 0 calc(25% - 32px); */
}
.contact_Card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  z-index: -1;
  opacity: 1;
  transition: var(--transition);
}
.contact_Card:hover::before {
  opacity: 0;
}
.contact_Card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0%, #0bb7a3 85.89%)
  );
  box-shadow: 0 16px 32px 0 rgb(18 18 18 / 0.1);
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.contact_Card:hover::after {
  opacity: 1;
}
.contact_Card_Content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: 70px;
}
.contact_Card_Content h4 {
  color: var(--Gray-30);
  transition: var(--transition);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.contact_Card_Content p {
  text-align: center;
  color: var(--Gray-50);
  transition: var(--transition);
  font-size: 14px;
}
.contact_Card:hover h4,
.contact_Card:hover p {
  color: #fff;
}
.contact_Card_Img {
  display: flex;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--mc1-fade-5);
  border-radius: 12px;
  text-align: center;
  transition: var(--transition);
}
.contact_Card:hover .contact_Card_Img {
  background: #fff0;
}
.contact_Card_Img .ezIcon {
  --icon: 48px;
  object-fit: cover;
  margin-top: 8px;
  transition: var(--transition);
}
.contact_Card:hover .ezIcon {
  background: #fff;
  margin-top: 0;
}
.wave_wrapper {
  position: relative;
  background: linear-gradient(180deg, #d7d7d7 -3.68%, #fff0 100%);
  opacity: 0.3;
  height: calc(1146px + 160px);
  z-index: -2;
  margin-bottom: calc((1146px + 160px) * -1);
}
.wave_wrapper.seo_Wave,
.wave_wrapper.about_Wave,
.wave_wrapper.blue_Wave {
  background: linear-gradient(180deg, #e7f0ff -3.68%, #fff0 100%);
  opacity: 0.6;
}
.wave_wrapper.blue_Wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#6ca3fd 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.2;
}
.wave_wrapper.blue_Wave::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #fff 100%);
  opacity: 0.8;
}
.contact_Form .LiveForm.Default ul.page-break-section {
  display: flex !important;
  flex-direction: column !important;
}
.contact_Form .LiveForm.Default .thank-you {
  grid-template-columns: repeat(1, 1fr) !important;
}
.contact_Form .LiveForm.Default .contact_TextBox .Field-Container-Wide,
.contact_Form
  .LiveForm.Default
  .contact_TextBox
  .Field-Container-Wide
  textarea {
  min-height: 120px !important;
}
body:not(.personabar-visible) .LiveForm.Default .contact_TextBox.Field label {
  top: 24px !important;
  opacity: 1;
  transition: var(--transition);
}
.contact_Form h1 {
  margin-bottom: 8px !important;
}
.contact_Form .contactUs__Txt {
  width: 100% !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  border: none !important;
  transition: var(--transition);
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea):focus {
  border: 1px solid var(--Gray-80) !important;
}
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="submit"],
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="button"] {
  width: unset !important;
}
.contact_Map_Wrapper {
  width: 100%;
}
.contact_Map_bg {
  background-image: url(/portals/_default/skins/ez-skin/assets/images/mapbg.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: -38px;
  height: 404px;
  width: 40%;
  border-radius: 16px;
}
.contact_Map_bg_Data {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline-start: 32px;
  padding-top: 32px;
}
.contact_Map_bg_Data .ezIcon {
  background: #fff;
}
.contact_Map_bg_Text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 992px) {
  .contact_Map_bg_Text {
    font-size: 20px;
  }
}
.contact_Map {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 90px);
  transform: translateY(90px);
  margin-bottom: -90px;
  padding-inline-start: 144px;
}
.contact_Map iframe {
  width: 100%;
  max-height: 100%;
  border-radius: 16px;
  border: none !important;
}
@media (max-width: 992px) {
  .contact_Map_bg_Data {
    transform: translateX(0) !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .sub_Container {
    padding: 0;
  }
  .sub_Contact {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .contact_Map_bg {
    right: -40px !important;
    height: 314px !important;
    padding: 2rem !important;
    width: 500px;
    top: 610px;
  }
  .contact_Map {
    transform: unset !important;
    margin-bottom: 0 !important;
    margin-top: 146px;
    padding-top: 0;
    padding-inline-start: 0;
  }
  .contact_Map iframe {
    height: 343px;
  }
  .footer__List__Socials_List_Mobile {
    justify-content: center;
    margin-block: 56px 8px !important;
  }
  .footer__List__item p,
  .footer__List__item span {
    font-size: 12px !important;
  }
  .footer__List__Header {
    font-size: 18px !important;
  }
  .contact_Map_bg_Data .ezIcon {
    --icon: 32px;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    :is(input:not([type="submit"], [type="file"]), textarea) {
    border: 1px solid var(--Gray-99) !important;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    .Submit-Align-Right {
    text-align: right !important;
  }
}
.map-pane {
  position: relative;
}
.contact_Social_Wrapper {
  position: relative;
  margin-block: 120px;
}
.contact_Social_Wrapper.home_Customers::before {
  top: -500px;
}
.contact_Social_Wrapper.home_Customers::after {
  left: -80px;
  transform: translate(20%, var(--pseudo-y, 0));
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}
.contact_Social_Wrapper.home_Customers::after {
  --icon-url: url(/portals/_default/skins/ez-skin/assets/icons/diamond-vector.svg);
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  top: -150px;
  background: rgb(157 193 254 / 50%);
  mask: var(--icon-url) no-repeat center / cover;
  position: absolute;
  display: block;
  content: "";
  -webkit-mask: var(--icon-url) no-repeat center / cover;
  transition: transform 0.1s linear;
}
.contact_Social_Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contact_Social_Top h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 64px;
  color: var(--mc2);
}
.contact_Social_Top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--Gray-40);
}
.contact_Social_Bottom {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-block: 40px;
}
@media (max-width: 992px) {
  .contact_Social_Bottom {
    gap: 8px;
  }
  .contact_social_item {
    padding: 6px;
  }
  .contact_Social_Wrapper.home_Customers::after,
  .contact_Social_Wrapper.home_Customers::before {
    display: none;
  }
  .contactUs.home_Customers::after {
    display: none;
  }
  .contactUs.home_Customers::before {
    left: 0 !important;
    top: -150px !important;
  }
}
.contact_social_item {
  --icon: 32px;
  border: 1px solid var(--Gray-95);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  position: relative;
}
.contact_social_item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 100%;
  left: -1px;
  top: 0;
  transform: translateX(-100%);
  background: #fff;
  pointer-events: none;
}
.contact_social_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 100%;
  right: -1px;
  top: 0;
  transform: translateX(100%);
  background: #fff;
  pointer-events: none;
}
.contact_Social_Bottom {
  position: relative;
}
.contact_Social_Bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: var(--mc1);
  width: 100%;
  opacity: 0.2;
}
.contact_Social_Bottom .ezIcon {
  transition: var(--transition);
}
.contact_social_item:hover .ezIcon {
  background: #0bb7a3;
}
.contact_social_item {
  position: relative;
}
.contactUs.home_Customers::before {
  left: -120px;
  right: unset;
  top: -50px;
}
@media (max-width: 992px) {
  .main_Image {
    padding-right: 0 !important;
  }
  .main_Image::after,
  .main_Image::before {
    width: 260px !important;
    height: 100px !important;
  }
  .main_Image::after {
    right: 26px !important;
  }
  .main_Image::before {
    left: 26px !important;
  }
  .seo_Cards {
    transform: translateY(180px) !important;
  }
  .seo_Banner .landing_Cta .row {
    flex-direction: column;
  }
  .home__Banner.seo_Banner .home__Banner__Ttl {
    margin-bottom: 16px !important;
    text-align: right;
    font-weight: 600 !important;
  }
  .seo_Banner .home__Banner_content {
    margin-bottom: 36px !important;
  }
  .home__Banner.seo_Banner {
    padding-top: 0 !important;
    margin-bottom: -66px;
  }
  .seo_Top {
    gap: 2rem !important;
    margin-bottom: 40px;
  }
  .seo_Top h2 {
    text-align: center !important;
  }
}
.main_Image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-right: 44px;
}
.main_Image img {
  transition: all var(--transition);
}
.main_Image img:hover {
  box-shadow: 0 4px 32px 0 rgb(18 18 18 / 0.1);
}
.main_Image::after,
.main_Image::before {
  display: block;
  width: 410px;
  height: 186px;
  border-radius: 16px;
  z-index: -1;
  transform: rotate(5deg);
  content: "";
}
.main_Image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 24px;
  background: #b7d2fe;
  transition: all var(--transition);
}
.main_Image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 66px;
  background: #b7d2fe;
  transition: all var(--transition);
}
.main_Image:hover::before {
  transform: rotate(8deg) scale(1.05);
  background: var(--mc1);
}
.main_Image:hover::after {
  transform: rotate(8deg) scale(1.05);
  background: var(--mc1);
}
.main_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.home__Banner__Btns .ezIcon {
  rotate: 45deg;
  --icon: 20px;
}
.home__Banner__Btns .openConsultationModal:hover .ezIcon {
  rotate: 0deg;
}
.seo_Banner .home__Banner__Btns {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .seo_Banner .landing_Cta {
    margin-bottom: 350px;
  }

  .learn_Banner .seo_Banner .landing_Cta {
    margin-bottom: 80px !important;
  }

  .portal_Banner .seo_Banner .landing_Cta {
    margin-bottom: 120px !important;
  }
  .seo_Cards.contact_Wrapper {
    margin-bottom: -160px;
  }
}
.seo_Cards .contact,
.seo_Cards.contact_Wrapper {
  height: unset;
}
.seo_Cards .contact_Card {
  padding: 56px 48px;
}
.seo_Cards .contact_Card_Content {
  height: unset;
}
.seo_Cards .contact_Card_Content p {
  height: 112px;
  text-align: justify;
  text-align-last: center;
  line-height: 28px;
}
.seo_Cards {
  transform: translateY(-184px);
}
.seo_Cards.home_Customers::before {
  top: -100px;
}
.seo_Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.seo_Top h2 {
  color: var(--mc2);
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
}
.seo_Top p {
  color: var(--Gray-40);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 992px) {
  .seo_Why_Wrapper {
    margin-block: 0 !important;
    margin-top: 280px !important;
    flex-direction: column;
    margin-bottom: 100px !important;
  }
  .seo_Why_Left {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem !important;
  }
  .seo_Why_Left_Item {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .seo_Why_Right p {
    padding-inline-end: 24px;
  }
}
.seo_Why_Wrapper {
  display: flex;
  align-items: center;
  margin-block: 144px;
}
.seo_Why_Right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.seo_Why_Right .ezIcon {
  --icon: 20px;
  transition: var(--transition);
  rotate: 45deg;
}
.seo_Why_Right .openConsultationModal:hover .ezIcon {
  rotate: 0deg;
}
.seo_Why_Right h3 {
  color: var(--mc2);
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.seo_Why_Right p {
  color: var(--Gray-40);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 34px;
}
.seo_Why_Left {
  display: flex;
  gap: 32px;
  justify-content: space-around;
}
.seo_Why_Left_Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid var(--Gray-G99, #f2f2f2);
  background: var(--Gray-G100, #fff);
  padding: 24px;
  flex: 1;
  transition: var(--transition);
  box-shadow: none;
  position: relative;
}
.seo_Why_Left_Item:hover {
  box-shadow: 0 16px 32px 0 rgb(18 18 18 / 0.1);
}
.seo_Why_Left_Item::before {
  content: "";
  position: absolute;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(277deg, #0a65fc 0%, #0bb7a3 85.89%);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.seo_Why_Left_Item:hover::before {
  opacity: 1;
}
.seo_Why_Left_Item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: var(--Gray-20);
}
.seo_Why_Left_Item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: var(--Gray-40);
}
.home__Why__Cards.seo_What .home__Why__Card:nth-child(5) {
  grid-area: 3/1/5/2;
}
.home__Why__Cards.seo_What .home__Why__Card:nth-child(6) {
  grid-area: 3/2/5/3;
}
.seo_What .home__Why__Card_Blue {
  grid-area: 1/3/5/5;
  padding: 30px 24px 0 24px !important;
}
.seo_What_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.seo_What_Top h3 {
  color: var(--mc2);
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
}
.seo_What_Top p {
  color: var(--Gray-40);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.seo_What .home__Why__Card_Blue h3 {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 64px !important;
}
.seo_What .home__Why__Card_Blue p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}
.seo_What .home__Why__Card__Img {
  margin-inline: auto;
}
.company_What .home__Why__Card__Img {
  margin-inline: unset !important;
}

.company_What {
  margin-bottom: 0 !important;
  grid-template-rows: repeat(2, 1fr) !important;
}

.company_What .home__Why__Card_Blue {
  gap: 54px !important;
}

.company_What .home__Why__Card {
  height: fit-content !important;
}

@media (max-width: 992px) {
  .seo_What .home__Why__Card__Img img {
    min-height: fit-content !important;
    max-width: 226px !important;
    width: 100% !important;
    margin-inline: auto;
  }
}
.seo_What .home__Why__Card__Img img {
  min-height: 436px;
  object-fit: cover;
  width: 406px;
}
.company_What .home__Why__Card__Img img {
  min-height: 364px;
  object-fit: cover;
  width: 340px;
}
.seo_What .home__Why__Card__Icon {
  align-items: unset;
  flex-direction: column;
  gap: 8px;
}
.seo_What .home__Why__Card:not(:last-child) {
  padding: 16px !important;
  height: 212px;
}
.seo_What .home__Why__Card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.seo_What .home__Why__Card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.seo_What {
  margin-bottom: 150px;
}
.seo_What .home__Why__Card__Icon .ezIcon {
  background: var(--mc1) !important;
}
@media (min-width: 992px) {
  .seo_Cards.seo-EzWeb {
    margin-bottom: 0;
  }
}
.seo_Cards.seo-EzWeb {
  transform: unset;
  margin-top: 250px;
}
.wave_wrapper.seo_Wave-1 {
  background: linear-gradient(180deg, #6ca3fd -5.93%, #fff0 60.55%);
  opacity: 0.08;
}
.seo_Grid_Blue_Wrapper {
  padding: 64px 112px;
  background-color: var(--mc1);
  align-items: center;
  margin-top: 150px;
}
.seo_Grid_Blue_Wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
.seo_Grid_Blue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.seo_Grid_Blue_Item:nth-child(1),
.seo_Grid_Blue_Item:nth-child(2),
.seo_Grid_Blue_Item:nth-child(3) {
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.seo_Grid_Blue_Item:nth-child(1),
.seo_Grid_Blue_Item:nth-child(2),
.seo_Grid_Blue_Item:nth-child(4),
.seo_Grid_Blue_Item:nth-child(5) {
  border-left: 1px solid rgb(255 255 255 / 0.1);
}
.seo_Grid_Blue_Item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  transition: var(--transition);
  position: relative;
}
.seo_Grid_Blue_Item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.seo_Grid_Blue_Item:hover::before {
  opacity: 1;
  z-index: 1;
}
.seo_Grid_Blue_Item:hover h3 {
  color: var(--mc1);
}
.seo_Grid_Blue_Item:hover p {
  color: var(--Gray-40);
}
.seo_Grid_Blue_Item:hover .ezIcon {
  background: var(--mc1);
}
.seo_Grid_Blue_Item .ezIcon {
  --icon: 40px;
  background: #fff;
  z-index: 2;
}
.seo_Grid_Blue_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.seo_Grid_Blue_Item_Content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  z-index: 2;
  transition: var(--transition);
}
.seo_Grid_Blue_Item_Content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-align: center;
  z-index: 2;
  transition: var(--transition);
}
.seo_Grid_Wrapper {
  padding: 64px 112px;
  align-items: center;
  margin-top: 56px;
}
.seo_Grid_Wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: var(--mc2);
  margin-bottom: 48px;
}
.seo_Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.seo_Grid_Item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 32px;
  transition: var(--transition);
  position: relative;
  background-color: #f7f7f8;
  border-radius: 16px;
}
.seo_Grid_Item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0%, #0bb7a3 85.89%)
  );
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.seo_Grid_Item:last-child {
  background-color: var(--mc1);
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.seo_Grid_Item:last-child .ezIcon {
  background: #fff !important;
  rotate: 45deg;
  transition: var(--transition);
}
.seo_Grid_Item:last-child:hover .ezIcon {
  rotate: 0deg;
  z-index: 2;
}
.seo_Grid_Item:last-child span {
  display: inline;
}
.seo_Grid_Item:last-child {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 40px !important;
  overflow: hidden;
}
.seo_Grid_Item:last-child:hover {
  color: #fff !important;
}
.seo_Grid_Item:last-child::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 120px;
  height: 106px;
  background-image: url(/portals/_default/skins/ez-skin/assets/icons/person-seo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 1;
}
.seo_Grid_Item:hover::before {
  opacity: 1;
  z-index: 1;
}
.seo_Grid_Item:hover h3 {
  color: #fff;
  z-index: 2;
}
.seo_Grid_Item:hover p {
  color: #fff;
  z-index: 2;
}
.seo_Grid_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seo_Grid_Item_Content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: var(--mc2);
  z-index: 2;
  text-align: right;
  transition: var(--transition);
}
.seo_Grid_Item_Content p {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 28px;
  color: var(--Gray-40);
  z-index: 2;
  transition: var(--transition);
}
.seo_steps_Container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.seo_steps_Container_Title {
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
  color: var(--mc2);
}
.seo_steps_Container_Content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 112px;
  row-gap: 48px;
  justify-content: center;
  margin-top: 78px;
}
.seo_steps_Container_Item {
  display: flex;
  gap: 32px;
  flex: 0 0 44%;
}
.seo_steps_Container_Item_Num {
  font-size: 80px;
  font-weight: 700;
  color: var(--tc2);
  line-height: 80px;
}
.seo_Steps_Item_Left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seo_steps_Container_Item_Title {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: var(--Gray-10);
}
.seo_steps_Container_Item_Text {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--Gray-40);
}
.seo_steps .home_Blog_Container::before {
  background: unset !important;
}
.seo_Contracts_Wrapper {
  padding: 34px 48px;
  display: flex;
  gap: 56px;
  background-color: #f7f7f8;
  border-radius: 24px;
  margin-bottom: 128px;
}
.seo_Contracts_Right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seo_Contracts_Right h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 56px;
  color: var(--mc2);
}
.seo_Contracts_Right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--Gray-50);
}
.seo_Contracts_Left {
  width: 50%;
}
.seo_Contracts_Left img {
  width: 100%;
}
.price_Wrapper {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-block: 160px;
}
@media (max-width: 768px) {
  .price_Wrapper {
    flex-direction: column;
    align-items: center;
    margin-block: 120px;
  }
  .price_Left {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .price_Card {
    width: 100%;
    flex: 0 0 100% !important;
    box-shadow: 0 16px 72px 0 rgb(18 18 18 / 0.1);
    background-color: #fff;
    padding: 24px;
  }
}
.price_Right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 32%;
}
.price_Right h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
  color: var(--Gray-30);
}
.price_Right h2 span {
  color: var(--mc1);
}
.price_Right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--Gray-50);
}
.price_Right .ezIcon {
  rotate: 45deg;
  transition: var(--transition);
  --icon: 20px;
}
.price_Right .openConsultationModal:hover .ezIcon {
  rotate: 0deg;
}
.price_Left {
  display: flex;
  flex: 0 0 60%;
  gap: 24px;
  flex: 0 0 64%;
}
.price_Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 16px 16px 28px;
  border-radius: 16px;
  background-color: #fff;
  flex: 1;
  transition: var(--transition);
  position: relative;
}
.price_Card:hover {
  box-shadow: 0 16px 72px 0 rgb(18 18 18 / 0.1);
  background-color: #fff;
}
.price_Card.exclusive::before {
  content: "";
  position: absolute;
  background: var(
    --Gradiant,
    linear-gradient(277deg, #0a65fc 0%, #0bb7a3 85.89%)
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: var(--transition);
}
.price_Card:hover::before {
  opacity: 1;
}
.price_Card.exclusive h3 {
  color: var(--mc1);
}
.price_Card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 64px;
  color: var(--Gray-20);
  border-bottom: solid 1px #e4e4e4;
  width: 100%;
  text-align: center;
}
.price_Card_Details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.price_Card_Detail {
  padding-inline-start: 26px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--Gray-50);
}
.price_Card_Detail::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(/portals/_default/skins/ez-skin/assets/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.price_Card_Detail.excluded::before {
  background-image: url(/portals/_default/skins/ez-skin/assets/icons/cancel.svg);
}
.main_Price {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: var(--mc2);
  position: relative;
}
.main_Price::before {
  content: "ماهانه";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--Gray-20);
}
.main_Price::after {
  content: "تومان";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: var(--Gray-70);
}
@media (max-width: 768px) {
  .price_Card_Price {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .main_Price {
    padding-inline-end: 38px;
    width: 152px;
    width: 100%;
    text-align: left;
  }
  .main_Price::before {
    right: 0;
  }
  .main_Price::after {
    left: 0;
  }
  .price_Right h2 {
    font-size: 24px;
    line-height: 48px;
  }
  .price_Right p {
    font-size: 14px;
    line-height: 28px;
  }
  .price_Right .btnStyle_Primary {
    width: 100%;
    padding: 16px 34px;
    font-size: 16px;
  }
}
.price_Right .btnStyle_Primary {
  font-size: 16px;
}
.price_Card.exclusive .main_Price {
  color: var(--mc1);
}
.ModBenvisFAQC {
  width: 100%;
}
.services__Web__Faq__Cards {
  display: flex;
  flex-direction: column;
}
.services__Web__Faq__Card {
  transition: var(--transition);
  border-radius: 0;
  border-bottom: solid 1px #e4e4e4;
}
.services__Web__Faq__Card.active {
  border-radius: 8px;
}
.services__Web__Faq__Card__Header {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 1rem;
  cursor: pointer;
  gap: 16px;
  position: relative;
  padding-inline-start: 42px;
}
.services__Web__Faq__Card__Header::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 16px;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-color: var(--mc1);
}
.services__Web__Faq__Card.active .services__Web__Faq__Card__Header::before {
  opacity: 0;
}
.services__Web__Faq__Card__Header::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 23.5px;
  background-color: var(--mc1);
  border-radius: 1rem;
  rotate: 0deg;
  transition: var(--transition-cubic);
}
.services__Web__Faq__Card.active .services__Web__Faq__Card__Header::after {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
}
.services__Web__Faq__Card__Header .ezIcon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--mc1);
}
.services__Web__Faq__Card.active .ezIcon {
  transform: rotate(0);
  background-color: #fff;
}
.services__Web__Faq__Card.active h3,
.services__Web__Faq__Card.active p {
  color: #fff !important;
}
.services__Web__Faq__Card__Content {
  padding-bottom: 1rem;
  padding-inline: 1.5rem;
}
.services__Web__Faq__Card.active {
  background-color: var(--mc1);
}
.home_Blog__Wrapper.seo_Faq::before {
  background-image: linear-gradient(180deg, #f5fcfb -3.31%, #fff0 80%);
  z-index: 1;
}
.home_Blog__Wrapper.seo_Faq::after {
  background-image: linear-gradient(180deg, #9dc1fe -3.31%, #fff 80%);
  opacity: 0.06;
}
.seo_Faq .home_Blog_Container::before {
  background-image: unset !important;
}
.home_Blog__Wrapper.seo_Faq {
  padding-top: 20px !important;
}
.seo_Faq_Left img {
  width: 60%;
}
.seo_Faq_Left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.seo_Faq_Left h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: var(--mc2);
}
.seo_Faq_Right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 16px;
}
.services__Web__Faq {
  margin-top: 20px;
}
.services__Web__Faq__Ttl {
  margin-bottom: 2.75rem;
}
.seo_Faq_Moving {
  position: relative;
}
.seo_Faq_Moving::before {
  --icon-url: url(/portals/_default/skins/ez-skin/assets/icons/moving-element.svg);
  top: 0;
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  background: rgb(10 103 252 / 0.712);
  mask: var(--icon-url) no-repeat center / cover;
  position: absolute;
  display: block;
  content: "";
  -webkit-mask: var(--icon-url) no-repeat center / cover;
  transition: transform 0.1s linear;
  right: 0;
  transform: translate(40%, var(--pseudo-y, 0));
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}

.webApp_Cms {
  margin-block: 120px;
}

.portal_Faq .home_Blog_Container {
  padding-bottom: 80px !important;
}

@media (max-width: 768px) {
  .services__Attrs__Card_Blue__Content {
    padding-inline: 12px;
  }
  .service__WebDesign__Tab__List .slick-arrow::before,
  .services__Attrs__Card__Icon .ezIcon {
    width: 32px !important;
    height: 32px !important;
  }
  .webApp_Cms_Wrapper {
    flex-direction: column;
    padding: 32px 16px !important;
  }
  .webApp_Cms_Content {
    max-width: 100%;
  }

  .webApp_Cms_Content p {
    text-align: justify;
  }
  .webApp_Cms_Img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .webApp_Usage_Wrapper {
    flex-direction: column;
    margin-top: 100px;
  }
  .webApp_Usage_Left {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
  }
  .webApp_Usage_More {
    display: none;
  }
  .webApp_Benefits_Cards {
    display: flex;
    flex-direction: column;
  }
  .webApp_Benefits_Card {
    width: 100%;
  }
  .webApp_Services {
    flex-direction: column;
    margin-top: 104px;
  }
  .webApp_Services_Content {
    width: 100%;
  }
  .webApp_Services_Img {
    width: 100%;
    text-align: center;
  }
  .webApp_Services_Img img {
    width: 100%;
  }
  .webApp_Blogs {
    flex-direction: column;
  }
  .webApp_Blogs_Content {
    width: 100% !important;
    max-width: unset !important;
  }
  .webApp_Blogs_Img {
    width: 100%;
    text-align: center;
  }
  .webApp_Blogs_Slider {
    width: 100%;
    max-width: unset !important;
  }
  .webApp_Blogs_Slider .slick-list {
    position: unset !important;
    padding-left: 4rem !important;
    transform: unset !important;
  }
  .webApp_testimonial_Wrapper {
    flex-direction: column;
  }
  .webApp_testimonial_Content {
    width: 100%;
    max-width: unset !important;
  }
  .webApp_testimonial_Slider .slick-list {
    position: unset !important;
    transform: unset !important;
    padding: 0 !important;
    padding-left: 4rem !important;
    margin: 0 !important;
    max-width: unset !important;
    width: calc(100% + 24px) !important;
  }
  .webApp_testimonial_Slider {
    width: 100%;
    max-width: unset !important;
  }
  .webApp_testimonial_Card {
    margin-left: 1rem !important;
    margin-right: 0 !important;
    padding: 16px !important;
  }
  .webApp_testimonial .container {
    overflow: visible !important;
  }
  .webApp_testimonial::before {
    right: -90px;
    height: 340px;
    width: 128%;
    top: 76%;
  }
  .webApp_testimonial_Card_Arrows {
    position: absolute;
    bottom: -36%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .webApp_testimonial_Wrapper::before {
    top: -16px;
    right: unset !important;
    bottom: unset !important;
    width: 72px !important;
    height: 72px !important;
    left: 0;
  }
}

.webApp_testimonial_Wrapper::before {
  content: "";
  position: absolute;
  bottom: -38px;
  right: 0;
  width: 122px;
  height: 122px;
  background: url(../assets/icons/quote-left.svg) no-repeat center / cover;
}

.portal_Banner {
  position: relative;
}
.portal_Banner::before {
  --icon-url: url(../assets/icons/diamond-vector-1.svg);
  right: -20px;
  transform: translate(20%, var(--pseudo-y, 0)) rotate(28deg);
  top: -100px;
  opacity: 0.5;
  width: 264px;
  height: 400px;
  background: var(--mc1);
  mask: var(--icon-url) no-repeat center / cover;
  position: absolute;
  display: block;
  content: "";
  -webkit-mask: var(--icon-url) no-repeat center / cover;
  transition: all var(--transition);
}

@media (max-width: 768px) {
  .portal_Banner::before {
    display: none;
  }
}

.portal_Portfolio {
  position: relative;
}

.portal_Portfolio::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: -60px;
  bottom: 60px;
  z-index: -1;
  opacity: 0.5;
  transform: translate(50%, var(--pseudo-y, 0))
    rotate(var(--pseudo-rotate, 0deg)) rotateY(180deg) !important;
  background: url(/portals/_default/skins/ez-skin/assets/images/circle-vector.svg)
    center center / cover no-repeat;
  transition: transform 0.1s linear;
}

.features_List_Header {
  flex: 100%;
  margin-bottom: 28px;
}

.store-Version.interanet_Features_Wrapper{
  margin-top: 144px;
}

.special_Ver .wordpress_Why_Right {
  flex: 0 0 60%;
}