

/*rest*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Set up sensible defaults */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Body basics */
body {
  line-height: 1.5;
  font-family: var(--font-primary, sans-serif);
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: 1920px;
  margin: auto;
  direction: rtl;
}

/* Headings inherit font weight/size reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Remove bullets and list paddings */
ul,
ol {
  list-style: none;
}

/* Remove link decoration */
a {
  text-decoration: none;
  color: inherit;
}

/* Buttons and inputs inherit font styles */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

/* Fix images & media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove built-in form padding */
textarea {
  resize: vertical;
}

/* Remove animations/transitions for people who don’t like them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*colors*/
:root {
  /*primary colors*/
  --white: #ffffff;
  --E1P-1: #b9d5bf;
  --E1P-2: #2e6164;
  --E1P-3: #99b3c4;
  --E1P-4: #203353;
  --E1P-5: #1c3a3c;
  --E1P-6: #dcdcdc;
  --E1P-7: #272727;
  --E1P-8: #004999;
  --E1P-9: #fafafa;
  --E1P-10: #9e9e9e;

  --Black: #000000;

  --button-y: #dcbe5e;

  /*shadows & Gradient*/
  --hero-img: drop-shadow(-13.69px -13.69px 41.06px #0000001f)
    drop-shadow(13.69px 13.69px 41.06px #0000001f);

  --hero-grad: radial-gradient(
    50% 100.06% at 50% 50%,
    #b9d5bf 0%,
    rgba(185, 213, 191, 0) 100%
  );

  --hero-number: linear-gradient(
    179.73deg,
    #000000 -8.33%,
    #ffffff75 80%,
    #ffffff00 144.93%
  );

  --hero-number-resp: linear-gradient(
    179.73deg,
    #000000 -8.33%,
    #ffffff75 100%,
    #ffffff00 144.93%
  );
  --web-card-border: linear-gradient(
    180deg,
    #ccd9e2 20%,
    #82a0a2 49.04%,
    #ccd9e2 75%
  );

  --web-card-border-webkit: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  --harmonic-icon: 4px 4px 8px 0px #0000001f, -4px -4px 8px 0px #0000001f;

  --resp-grad: radial-gradient(
    168.51% 356.34% at 50.11% 50.08%,
    #d8ffe3 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(216, 243, 255, 0) 100%
  );

  --resp-card: 0px 0px 30px 0px #0000001a;

  --input-shadow: 0px 0px 0px 1px rgba(2, 44, 34, 0.13),
    0px 1px 2px 0px rgba(2, 44, 34, 0.08);

  --conus-back: linear-gradient(180deg, #f8fbff 0%, #e6f2ff 100%);
}

/*main css*/

body {
  font-family: "Vazir";
}

main {
  margin-top: 98px;
  overflow-x: clip;
}

/*global*/
.zr_justify_self_c {
  justify-self: center;
}

.zr_justify_self_e {
  justify-self: end;
  justify-self: flex-end;
}

.zr_z-index_5 {
  position: relative;
  z-index: 5;
}

.zr_pt_20 {
  padding-top: 5rem;
}

/*main*/
.zr_hero {
  gap: 3.25rem;
  padding: 3.75rem 5.75rem 0;
}

.zr_hero_img_right,
.zr_hero_img_left {
  max-width: 531px;
}

.zr_hero_texts {
  min-width: 544px;
}

.zr_hero_texts::after {
  position: absolute;
  top: 56%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  filter: blur(90px);
  border-radius: 224px;
  background: var(--hero-grad);
  width: 1139px;
  height: 448px;
  content: "";
}

.zr_hero_texts_top {
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.zr_hero_texts_top h1 {
  font-size: 2rem;
}

.zr_hero_texts_top p {
  max-width: 570px;
  font-size: 1.125rem;
  line-height: 2rem;
}

.zr_hero_texts_bottom {
  align-items: center;
  z-index: 5;
}

.zr_hero_texts_bottom p:first-child {
  /*background: var(--hero-number);
  -webkit-background-clip: text;*/
  font-size: 8.125rem;
  /*-webkit-text-fill-color: transparent;*/
  line-height: 83%;
  margin-bottom: 0.5rem;
}

.zr_hero_texts_bottom p:last-child {
  /*transform: translateY(-15px);*/
  max-width: 403px;
  font-size: 1.375rem;
  line-height: 2.5rem !important;
}

.zr_hero_img_left {
}

.zr_hero_img_right img,
.zr_hero_img_left img {
  filter: var(--hero-img);
  border-radius: 0.5rem;
  width: 100%;
  min-width: 300px;
  max-width: 431px;
  height: auto;
  object-fit: cover;
}

.zr_hero_img_right img:nth-child(2),
.zr_hero_img_left img:nth-child(2) {
  margin: 2.625rem 0;
}

.zr_web_cards {
  gap: 2rem;
  margin-top: 6.5rem;
}

.zr_web_cards_title {
  width: 100% !important;
  height: auto !important;
  color: var(--E1P-2);
  font-size: 2rem;
}

.zr_web_cards_box {
  align-items: center;
  margin: 0 auto;
}

.zr_web_cards_wrapper {
  gap: 2.5rem;
  margin: 0 2rem;
}

.zr_web_cards_wrapper > div {
  background-color: #ffffff66;
  width: 484px;
}

.zr_web_card {
  z-index: 0;
  border-radius: 24px;
}

.zr_web_card::before {
  position: absolute;
  -webkit-mask: var(--web-card-border-webkit);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  inset: 0;
  border-radius: inherit;
  background: var(--web-card-border);
  padding: 1px;
  pointer-events: none;
  content: "";
}

.zr_wcard_img img {
  border-radius: 1.5rem 1.5rem 0 0;
}

.zr_wcard_img p {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: var(--white);
  font-size: 2rem;
}

.zr_wcard_buttons {
  align-items: center;
  border-radius: 0 0 1.5rem 1.5rem;
  height: 82px;
}

.zr_wcard_buttons p {
  font-size: 1.25rem;
}

.zr_wcard_btns > button:first-child,
.zr_wcard_btns  a:first-child button{
  border-radius: 0.75rem;
  background-color: var(--button-y);
  width: 117px;
  height: 50px;
  color: var(--E1P-4);
  font-size: 0.875rem;
  border: none;
}

.zr_wcard_btns button:last-child,
.zr_wcard_btns > a:last-child button{
  border: 1px solid var(--E1P-3);
  border-radius: 0.75rem;
  width: 117px;
  height: 50px;
  color: var(--E1P-4);
  font-size: 0.875rem;
}

.zr_wcard_btns_disable {
  background-color: var(--E1P-10) !important;
  color: var(--white) !important;
}

.zr_wcard_btns_disable a,
.zr_link_disable a,
.zr_wcard_btns_disable,
.zr_link_disable{
  cursor: not-allowed !important;
}

.zr_link_disable{
  background-color: var(--gray60) !important;
  color: var(--white) !important;
  border: 1px solid var(--gray70) !important;
}

.zr_harmonic {
  gap: 2.5rem;
  margin-top: 12.5rem;
  margin-bottom: 13rem;
  max-width: 1536px !important;
}

.zr_harmonic::after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -35%);
  z-index: 0;
  filter: blur(100px);
  border-radius: 999px;
  background: var(--hero-grad);
  width: 1139px;
  height: 448px;
  content: "";
}

.zr_harm_title {
  color: var(--E1P-5);
  font-size: 2rem;
}

.zr_harm_wrapper {
  min-height: 450px;
}

.zr_harm_icons_right,
.zr_harm_icons_left {
  padding-bottom: 2.5rem;
  width: 22%;
  max-width: 336px;
}

.zr_harm_icons_right {
  align-items: end;
  align-items: flex-end;
}

.zr_harm_icons_left {
  align-items: start;
  align-items: flex-start;
}

.zr_harm_center {
  align-items: center;
  width: 56%;
  max-width: 864px;
}

.zr_harm_icon {
  align-items: center;
  gap: 1rem;
}

.zr_harm_icons_right div,
.zr_harm_icons_left div {
  max-width: 220px;
}

.zr_harm_icon img {
  box-shadow: var(--harmonic-icon);
  border-radius: 12px;
  max-width: 72px;
}

.zr_harm_icon p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.zr_harm_icons_right .zr_harm_icon:nth-child(2) {
  align-self: start;
  align-self: flex-start;
}

.zr_harm_icons_left .zr_harm_icon:nth-child(2) {
  align-self: end;
  align-self: flex-end;
}

.zr_resp {
  max-width: 1536px;
}

.zr_resp::after {
  position: absolute;
  top: 37%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  filter: blur(140px);
  border-radius: 224px;
  background: var(--resp-grad);
  width: 1118px;
  height: 454px;
  content: "";
}

.zr_resp_title {
  align-items: center;
  height: 72px;
}

.zr_resp_title p {
  color: var(--E1P-2);
  font-size: 2rem;
}

.zr_resp_top,
.zr_resp_bottom {
  gap: 2rem;
}

.zr_respt_text,
.zr_respb_text {
  gap: 1rem;
  padding: 120px 64px 0;
}

.zr_respt_text p:first-child,
.zr_respb_text p:first-child {
  color: var(--E1P-2);
  font-size: 1.5rem;
}

.zr_respt_text p:last-child,
.zr_respb_text p:last-child {
  max-width: 624px;
  font-size: 1rem;
  line-height: 2.5rem;
}

.zr_resp_cards {
  gap: 2rem;
  padding: 0 4rem;
  width: 100%;
  max-width: calc(1536px + 8rem);
}

.zr_resp_card {
  align-items: center;
  box-shadow: var(--resp-card);
  border: 1px solid var(--E1P-6);
  border-radius: 1.5rem;
  width: 100%;
}

.zr_resp_card img {
  border-radius: 1.5rem;
}

.zr_resp_card img:nth-child(2) {
  display: none !important;
}

.zr_resp_card p {
  bottom: 2em;
  margin: 0 11%;
  height: 59px;
  font-size: 1.125rem;
  text-align: center;
}

.zr_options_icon {
  gap: 4rem;
  margin: 9.5rem auto 11.25rem;
  width: 100%;
  max-width: 1536px;
}

.zr_options_title {
  align-items: center;
  width: 100%;
  height: 72px;
}

.zr_options_title p {
  color: var(--E1P-2);
  font-size: 2rem;
  line-height: 2.5rem;
}

.zr_options {
  gap: 4rem;
}

.zr_option_box {
  align-items: center;
  gap: 1rem;
  width: 256px;
  height: auto;
}

.zr_option_box img {
  box-shadow: var(--harmonic-icon);
  border-radius: 12px;
  width: 72px;
}

.zr_option_box p {
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
}

.zr_contact_us_box {
  margin-bottom: 7.5rem;
}

.zr_conus_wrapper {
  margin: 0 2rem;
  border-radius: 2rem;
  background: var(--conus-back);
  width: 100%;
  max-width: 1530px;
}

.zr_conus_img {
  border-radius: 2rem;
  padding: 3rem 0;
  width: 56.6%;
}

.zr_conus_img img {
  object-fit: contain;
}

.zr_conus_form {
  gap: 2rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  width: 43.4%;
  max-width: 424px;
}

.zr_conusf_title {
  gap: 1rem;
}

.zr_conusf_title p {
  text-align: center;
}

.zr_conusf_title p:first-child {
  font-size: 2rem;
}

.zr_conusf_title p:last-child {
  font-size: 1rem;
  line-height: 2rem;
}

.zr_conus_form form label {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  color: var(--E1P-7);
  font-size: 1rem;
}

.zr_conus_form form label:nth-child(3) {
  margin-top: 1.5rem;
}

.zr_conus_form form input:not(:last-child) {
  box-shadow: var(--input-shadow);
  border-radius: 12px;
  background-color: var(--white);
  padding-right: 1rem;
  width: 100%;
  height: 48px;
}

.zr_conus_form form input:last-child {
  margin-top: 2rem;
  border-radius: 200px;
  width: 100%;
  height: 48px;
  color: var(--white);
  font-size: 1.25rem;
  font-family: "Vazir" !important;
  /*platforn icon  reset*/
  padding-right: unset !important;
  background: unset !important;
  background-color: var(--dark) !important;
  background-repeat: no-repeat !important;
  background-position: right;
}

/*resp css*/
@media (max-width: 1440px) {
  .zr_resp_card:nth-child(2) p {
    bottom: 3rem;
  }
}

@media (max-width: 1280px) {
  .zr_hero {
    gap: 1.25rem;
    padding: 4.25rem 2rem 0;
  }

  .zr_hero_texts {
    margin-top: 2%;
    min-width: 330px;
  }

  .zr_hero_texts_top p {
    max-width: 406px;
    font-size: 1rem;
  }

  .zr_hero_texts_bottom p:first-child {
    font-size: 6.875rem;
  }

  .zr_hero_texts_bottom p:last-child {
    max-width: 336px;
    font-size: 1.125rem;
  }

  .zr_hero_img_right,
  .zr_hero_img_left {
    max-width: 445px;
  }

  .zr_hero_img_right img,
  .zr_hero_img_left img {
    min-width: unset;
    max-width: 288px;
  }

  .zr_hero_img_right img:nth-child(2),
  .zr_hero_img_left img:nth-child(2) {
    margin: 1.75rem 0;
  }

  .zr_harm_icons_right,
  .zr_harm_icons_left {
    padding: 0 !important;
  }

  .zr_hero_texts::after {
    filter: blur(120px);
  }

  .zr_web_cards {
    margin-top: 8.25rem;
  }

  .zr_web_cards_wrapper {
    gap: 2rem;
  }

  .zr_web_cards_wrapper > div {
    width: 41.5%;
  }

  .zr_wcard_buttons {
    height: 64px;
  }

  .zr_wcard_buttons p {
    font-size: 0.875rem;
  }

  .zr_wcard_btns button:first-child,
  .zr_wcard_btns button:last-child {
    width: 95px;
    height: 40px;
    font-size: 0.75rem;
  }

  .zr_wcard_btns button:last-child {
    margin-right: 0.5rem !important;
  }

  .zr_wcard_btns {
    /*max-width: 197px;*/
  }

  .zr_harmonic {
    gap: 4rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .zr_resp_title {
    height: unset;
  }

  .zr_resp {
    padding: 0 3.5rem;
  }

  .zr_respt_text p:first-child,
  .zr_respb_text p:first-child {
    font-size: 1.125rem;
  }

  .zr_respt_text p:last-child,
  .zr_respb_text p:last-child {
    max-width: 412px;
    font-size: 0.875rem;
  }

  .zr_respt_text,
  .zr_respb_text {
    padding: 2rem 2.5rem 0;
  }

  .zr_resp::after {
    filter: blur(170px);
  }

  .zr_resp_cards {
    gap: 1rem;
    margin-top: 4rem;
    padding: 0 2rem;
    max-width: 100%;
  }

  .zr_resp_card p {
    font-size: 0.875rem;
    bottom: 1rem;
  }

  .zr_resp_card:nth-child(2) p {
    bottom: 1rem;
  }

  .zr_options_icon {
    margin: 4rem auto 6rem;
  }

  .zr_conus_wrapper {
    overflow: clip;
  }

  .zr_conus_img {
    margin-right: -10%;
    width: 65%;
  }
}

@media (max-width: 1024px) {
  main {
    padding-top: 0;
  }

  .zr_hero_texts::after {
    top: 67%;
  }

  .zr_hero_img_right,
  .zr_hero_img_left {
    align-self: center;
    padding-top: 1rem;
  }

  .zr_hero_img_right img,
  .zr_hero_img_left img {
    min-width: 211px;
  }

  .zr_hero_texts_top h1 {
    font-size: 1.5rem;
  }

  .zr_hero_texts_top p {
    max-width: 403px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .zr_hero_texts_bottom p:last-child {
    /*transform: translateY(-25px);*/
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .zr_hero_img_left {
    padding-top: 1.5rem;
  }

  .zr_hero_img_left img:nth-child(2) {
    justify-self: flex-end;
    justify-self: end;
  }

  .zr_hero_img_left img:last-child {
    justify-self: flex-start;
    justify-self: start;
  }

  .zr_web_card::before {
    padding: 1.5px;
  }

  .zr_wcard_img p {
    font-size: 1.5rem;
  }

  .zr_harmonic {
    align-items: center;
  }

  .zr_harm_wrapper {
    align-items: center;
    min-height: unset;
  }

  .zr_harm_icons_right,
  .zr_harm_icons_left {
    align-items: center !important;
    gap: 1rem;
    width: 100%;
  }

  .zr_harm_icons_right div,
  .zr_harm_icons_left div {
    width: 100%;
  }

  .zr_harm_icon {
    padding: 1.5rem 0;
  }

  .zr_harm_icon p {
    font-size: 0.875rem;
  }

  .zr_harm_center {
    width: 240%;
    max-width: 700px;
  }

  .zr_options_icon {
    padding: 0 1rem;
  }

  .zr_conus_form {
    margin: 0 2rem;
  }

  .zr_options_icon {
    padding: 0;
  }

  .zr_resp_card:nth-child(2) p {
    bottom: 1.75rem;
  }
  
  .zr_wcard_btns button:last-child, .zr_wcard_btns > a:last-child button{
  	    width: 105px;
  }
  
}

@media (max-width: 920px) {
  .zr_hero {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 4.5rem;
  }

  .zr_hero_img_right img:nth-child(2),
  .zr_hero_img_left img:nth-child(2) {
    margin: 1rem 0;
  }

  .zr_hero_texts {
    margin: 0;
  }

  .zr_hero_texts_top h1 {
    font-size: 1.75rem;
  }

  .zr_hero_texts_top p {
    max-width: 780px;
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
    text-align-last: center;
  }

  .zr_hero_texts_bottom p:first-child {
    background: var(--hero-number-resp);
    -webkit-background-clip: text;
    font-size: 5.625rem;
  }

  .zr_hero_texts_bottom p:last-child {
    /*transform: translateY(-15px);*/
    max-width: 520px;
    line-height: 2.5rem;
  }

  .zr_hero_texts_top {
    margin-bottom: 2.5rem;
  }

  .zr_hero_img_left {
    padding: 0;
  }

  .zr_hero_texts::after {
    top: 0%;
    transform: rotate(90deg) translate(0%, -50%);
    filter: blur(200px);
    width: 1369px;
    height: 100%;
  }

  .zr_web_cards_wrapper > div {
    width: 47%;
  }

  .zr_wcard_buttons {
    height: 70px;
  }

  .zr_harmonic {
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .zr_harm_wrapper {
    flex-direction: column;
  }

  .zr_harm_icons_right .zr_harm_icon:nth-child(2),
  .zr_harm_icons_left .zr_harm_icon:nth-child(2) {
    align-self: unset;
  }

  .zr_harm_title {
    font-size: 1.75rem;
  }

  .zr_harm_icons_right div,
  .zr_harm_icons_left div {
    padding: 0;
  }

  .zr_harm_icons_right,
  .zr_harm_icons_left {
    gap: 2rem;
  }

  .zr_harm_icon p {
    width: 190px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .zr_harm_wrapper {
    gap: 1rem;
  }

  .zr_harm_center {
    width: 100%;
    max-width: 780px;
  }

  .zr_resp_top,
  .zr_resp_bottom {
    flex-direction: column-reverse;
  }

  .zr_respt_text,
  .zr_respt_img,
  .zr_respb_text,
  .zr_respb_img {
    width: 100% !important;
    max-width: 100%;
  }

  .zr_resp_top,
  .zr_resp_bottom {
    gap: 0;
  }

  .zr_respt_text,
  .zr_respb_text {
    padding: 0;
    text-align: center;
  }

  .zr_respt_text p:last-child,
  .zr_respb_text p:last-child {
    max-width: 656px;
  }

  .zr_respt_text,
  .zr_respb_text {
    align-items: center;
    margin-top: -10%;
  }

  .zr_respb_text {
    margin-top: -18%;
  }

  .zr_resp_bottom {
    margin-top: -10%;
  }

  .zr_resp::after {
    top: 75%;
    transform: translate(50%, -50%) rotate(-90deg);
    filter: blur(130px);
    width: 1661px;
    height: 566px;
  }

  .zr_resp_cards {
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    z-index: 5;
  }

  .zr_resp_card {
    max-width: 560px;
  }

  .zr_resp_card img:first-child {
    display: none !important;
  }

  .zr_resp_card img:nth-child(2) {
    display: block !important;
  }

  .zr_resp_card p {
    align-items: center;
    width: 329px;
    height: 58px;
    font-size: 1.125rem;
  }

  .zr_options_title p {
    font-size: 1.75rem;
  }

  .zr_options_icon {
    gap: 2rem;
  }

  .zr_options {
    gap: 4rem 2.75rem;
  }

  .zr_option_box p {
    font-size: 1rem;
  }

  .zr_conus_wrapper {
    flex-direction: column;
    max-width: 560px;
  }

  .zr_conus_img {
    margin-right: -22%;
    padding: 0;
    width: 120%;
  }

  .zr_conus_form {
    margin: 0;
    padding: 0 4.25rem 2rem;
    width: 100%;
    max-width: unset;
  }

  .zr_resp_card:nth-child(2) p {
    bottom: 1rem;
  }
}

@media (max-width: 780px) {
  .zr_hero_texts_top h1 {
    font-size: 1.5rem;
  }

  .zr_hero_texts_top p {
    max-width: 620px;
    font-size: 0.875rem;
  }

  .zr_web_cards_wrapper {
    margin: 0 2rem;
  }

  .zr_web_cards_wrapper > div {
    width: 100%;
    max-width: 560px;
  }

  .zr_hero_texts::after {
    height: 1431px;
    filter: blur(230px);
  }

  .zr_wcard_buttons {
    flex-direction: column;
    height: 127px;
  }

  .zr_wcard_btns {
    justify-content: end !important;
  }

  .zr_wcard_btns button:first-child,
  .zr_wcard_btns button:last-child {
    aspect-ratio: 2.4 / 1;
    width: 139px;
    height: auto;
    font-size: 1.125rem;
  }

  .zr_wcard_buttons p {
    font-size: 1.25rem;
  }

  .zr_harm_title {
    max-width: 312px;
    font-size: 1.25rem;
  }

  .zr_harm_icon p {
    width: 166px;
    font-size: 0.875rem;
  }

  .zr_harm_wrapper {
    gap: 1.5rem;
  }

  .zr_resp {
    padding: 0 2rem;
  }

  .zr_resp_title p {
    font-size: 1.5rem;
  }

  .zr_resp_bottom {
    margin-top: -7%;
  }

  .zr_respb_text {
    margin-top: -16%;
  }

  .zr_resp_cards {
    padding: 0 4rem;
  }

  .zr_options_title p {
    font-size: 1.5rem;
  }

  .zr_options {
    gap: 4rem 2rem;
  }

  .zr_options_icon {
    margin-bottom: 5rem;
  }

  .zr_conus_wrapper {
    align-items: center;
    max-width: 100%;
  }

  .zr_conus_img {
    margin-right: -20%;
    width: 120%;
  }

  .zr_conus_form {
    padding: 0 0 2rem;
    max-width: 424px;
  }

  .zr_wcard_btns {
    max-width: unset;
  }

  .zr_hero_texts_bottom p:first-child {
    font-size: 5rem;
  }
}

@media (max-width: 640px) {
  .zr_hero {
    padding: 1rem;
  }

  .zr_web_cards_wrapper {
    margin: 0 2rem;
  }

  .zr_wcard_btns button:first-child,
  .zr_wcard_btns button:last-child {
    width: 110px;
    font-size: 0.875rem;
  }

  .zr_harmonic::after {
    filter: blur(60px);
    width: 600px;
  }

  .zr_resp::after {
    filter: blur(230px);
  }

  .zr_resp_cards {
    padding: 0 1rem;
  }

  .zr_resp_card p {
    bottom: 0;
    margin: 0;
    width: 300px;
    height: 45px;
    font-size: 0.875rem;
  }

  .zr_option_box {
    width: 210px;
  }

  .zr_options {
    gap: 3rem 1rem;
  }

  .zr_conus_form {
    padding: 0 0.5rem 0.5rem;
  }

  .zr_conusf_title p:first-child {
    font-size: 1.5em;
  }

  .zr_conusf_title p:last-child {
    font-size: 0.875rem;
  }

  .zr_hero_texts_bottom p:last-child {
    max-width: 290px;
  }
}

@media (max-width: 360px) {
  .zr_hero_img_right img,
  .zr_hero_img_left img {
    max-width: 212px;
  }

  .zr_hero {
    padding: 0.5rem;
  }

  .zr_hero_img_right img:nth-child(2),
  .zr_hero_img_left img:nth-child(2) {
    margin: 0.75rem 0;
  }

  .zr_hero_texts_top {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .zr_hero_texts_top h1 {
    font-size: 1.25rem;
  }

  .zr_hero_texts_top p {
    line-height: 1.5rem;
    text-align: center;
  }

  .zr_hero_texts_bottom p:first-child {
    font-size: 4rem;
  }

  .zr_hero_texts_bottom p:last-child {
    transform: translateY(0px);
    margin-bottom: 2rem;
    line-height: 1.5rem;
  }

  .zr_web_cards_wrapper {
    margin: 0 1rem;
  }

  .zr_web_cards_wrapper > div {
    max-width: 328px;
  }

  .zr_wcard_buttons {
    height: 114px;
  }

  .zr_wcard_buttons p {
    font-size: 1rem;
  }

  .zr_wcard_btns {
    justify-content: center !important;
  }

  .zr_wcard_btns button:first-child,
  .zr_wcard_btns button:last-child {
    aspect-ratio: 3.5 / 1;
    width: 50%;
  }

  .zr_harmonic::after {
    height: 300px;
  }

  .zr_resp {
    padding: 0 1rem;
  }

  .zr_resp_title p {
    font-size: 1.25rem;
  }

  .zr_respt_text p:last-child,
  .zr_respb_text p:last-child {
    line-height: 1.75rem;
  }

  .zr_respt_text,
  .zr_respb_text,
  .zr_resp_bottom {
    margin-top: 0;
  }

  .zr_resp::after {
    filter: blur(300px);
  }

  .zr_resp_cards {
    gap: 1rem;
  }

  .zr_resp_card p {
    bottom: 0.5rem;
    font-size: 0.875rem;
  }

  .zr_resp_card {
    background-color: var(--E1P-9);
    height: 265px;
  }

  .zr_resp_card:first-child {
    background-color: var(--white);
  }

  .zr_options_title p {
    max-width: 226px;
    font-size: 1.25rem;
  }

  .zr_options {
    gap: 3rem 0.5rem;
  }

  .zr_option_box {
    width: 160px;
  }

  .zr_option_box p {
    font-size: 0.875rem;
  }

  .zr_options_icon {
    margin-bottom: 4rem;
  }

  .zr_conus_wrapper {
    gap: 1rem;
    margin: 0 1rem;
  }

  .zr_conusf_title p:first-child {
    font-size: 1.125rem;
  }

  .zr_conusf_title p:last-child {
    font-size: 0.75rem;
  }
}
