@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1500px) {
  html {
    font-size: 89%;
  }
}

@media (max-width: 1500px) {
  .container {
    width: 75% !important;
  }
}

.trans,
.button {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.wrap {
  max-width: calc(1200px + 6%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.border_none {
  border: none !important;
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}
@media (max-width: 700px) {
  .w_50 {
    width: 100%;
  }
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.z_10 {
  z-index: 10;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_center {
  align-items: center;
}

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

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.image_res {
  max-width: 100%;
  display: block;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px !important;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .pt_65 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .pt_85 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .pb_85 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .pt_95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_95 {
    padding-top: 46px;
  }
}

.pb_95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .pb_95 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_95 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1024px) {
  .pt_220 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.max_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

:global(body.rtl) .ml_auto {
  margin-left: 0;
  margin-right: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 15px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 35px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .mt_150 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mt_150 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .mt_150 {
    margin-top: 100px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

html {
  font-size: 100%;
}
@media (max-width: 1500px) {
  html {
    font-size: 89%;
  }
}

@media (max-width: 1500px) {
  .container {
    width: 75% !important;
  }
}

.trans,
.button {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.wrap {
  max-width: calc(1200px + 6%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.border_none {
  border: none !important;
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}
@media (max-width: 700px) {
  .w_50 {
    width: 100%;
  }
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.z_10 {
  z-index: 10;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_center {
  align-items: center;
}

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

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.image_res {
  max-width: 100%;
  display: block;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px !important;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .pt_65 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .pt_85 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .pb_85 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .pt_95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_95 {
    padding-top: 46px;
  }
}

.pb_95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .pb_95 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_95 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1024px) {
  .pt_220 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.max_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

:global(body.rtl) .ml_auto {
  margin-left: 0;
  margin-right: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 15px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 35px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .mt_150 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mt_150 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .mt_150 {
    margin-top: 100px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.tab_show {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .tab_show {
    display: block !important;
  }
}

.tab_hide {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tab_hide {
    display: none;
  }
}

.desk_hide {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .desk_hide {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .tab_sm_hide {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .tab_sm_show {
    display: none !important;
  }
}

@media only screen and (max-width: 700px) {
  .mob_hide {
    display: none !important;
  }
}

@media only screen and (min-width: 701px) {
  .mob_show {
    display: none !important;
  }
}

.input-default {
  border: 0;
  background-color: transparent;
}
.input-default::-moz-placeholder {
  color: inherit;
}
.input-default::placeholder {
  color: inherit;
}

.btn-default {
  border: 0;
  background-color: transparent;
}
.btn-default:focus {
  outline: none;
}
.btn-default:focus-visible {
  outline: none;
}

.common-list > li {
  position: relative;
  padding-left: 25px;
}
.common-list > li:before {
  content: "";
  position: absolute;
  background: url("../images/icon/tick-icon.svg") no-repeat center center;
  left: 0;
  top: 5px;
  background-size: 100%;
  height: auto;
  width: 15px;
  aspect-ratio: 1/1;
}
.common-list > li ul li {
  list-style: disc;
}
.common-list.tick_icon li {
  padding-left: 35px;
}
.common-list.tick_icon li:before {
  top: 13px;
  background: url(../images/icon/tick-icon1.svg) no-repeat center center;
  background-size: 100%;
  width: 25px;
}
@media only screen and (max-width: 700px) {
  .common-list.tick_icon li:before {
    width: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .common-list.tick_icon li {
    padding-left: 30px;
  }
}
.common-list.custom_list_text li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.common-list.custom_list_text li:last-child {
  border-bottom: 0;
}

.bg_color {
  background-color: var(--color-bg);
}

.bg_primary {
  background-color: var(--color-primary);
}

.color_primary {
  color: var(--color-primary);
}

.color_white {
  color: white !important;
}

.weight_400 {
  font-weight: 400;
}

.padding_top_5 {
  padding-top: 5px !important;
}

.custom_title span {
  transform: rotate(-5deg);
  display: inline-block;
  font-family: inherit;
  padding: 0 10px;
  font-size: inherit;
}
@media only screen and (max-width: 768px) {
  .custom_title span {
    padding: 0 6px;
  }
}

.default_input {
  width: 100%;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 0 30px;
  font-size: 16px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .default_input {
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .default_input {
    height: 45px;
    font-size: 15px;
    padding: 0 20px;
  }
}

.default_textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 30px 30px;
  font-size: 16px;
}
.default_textarea.min_height_210 {
  min-height: 210px;
}
.default_textarea.border_radius_25 {
  border-radius: 25px;
}
@media only screen and (max-width: 1024px) {
  .default_textarea.border_radius_25 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .default_textarea {
    font-size: 15px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .default_textarea {
    padding: 20px 20px;
  }
}

.default_select {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #bababa;
  height: 100%;
  padding: 0 5%;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon/down-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  font-size: inherit;
  color: #9f9f9f;
  min-height: 45px;
}

.default_upload_file {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #bababa;
  height: 100%;
  padding: 2px;
  padding-left: 5%;
  cursor: pointer;
  min-height: 45px;
}
.default_upload_file input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  padding-left: 0%;
}
.default_upload_file .file-label {
  flex: 1;
  color: #999;
  font-size: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.default_upload_file .browse-btn {
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9%;
  height: 100%;
  border-radius: 50px;
  font-family: var(--font-heading);
  color: #fff;
}
.default_upload_file .browse-btn:hover {
  background: #d41445;
}

.default_btn {
  background-color: var(--color-primary);
  min-height: 64px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  color: white;
  font-family: var(--font-heading);
  transition: all 0.3s ease;
}
.default_btn.min_width_150 {
  min-width: 150px;
}
@media only screen and (max-width: 768px) {
  .default_btn.min_width_150 {
    min-width: 130px;
  }
}
@media only screen and (max-width: 700px) {
  .default_btn.min_width_150 {
    min-width: 110px;
  }
}
@media only screen and (max-width: 1024px) {
  .default_btn {
    min-height: 50px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .default_btn {
    min-height: 35px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .default_btn {
    min-height: 30px;
    padding: 5px 15px;
    min-width: 100px;
  }
}
.default_btn:hover {
  background: #d41445;
}
.default_btn.default_btn_invert {
  background-color: white;
  color: var(--color-primary);
}

.primary_card_block .img_block {
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid hsla(344, 86%, 51%, 0.2);
}
.primary_card_block .img_block.yellow_border {
  border: 4px solid #fdefe1;
}
.primary_card_block .img_block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.primary_card_block .img_block:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .primary_card_block .img_block {
    border-radius: 15px;
    border: 2px solid hsla(344, 86%, 51%, 0.2);
  }
}

.swiper_button_sec {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper_button_sec .slider_btn {
  background: var(--color-primary);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper_button_sec .slider_btn .btn_icon {
  width: 50%;
}
.swiper_button_sec .slider_btn:hover {
  transform: scale(1.02);
}
.swiper_button_sec .slider_btn.prev_btn {
  transform: scaleX(-1);
}
.swiper_button_sec .slider_btn.prev_btn:hover {
  transform: scaleX(-1) scale(1.02);
}
.swiper_button_sec .slider_btn.swiper-button-disabled {
  background: #a2a2a2;
  cursor: not-allowed;
}
.swiper_button_sec .slider_btn.swiper-button-disabled img {
  filter: contrast(0.8);
}
@media only screen and (max-width: 1024px) {
  .swiper_button_sec .slider_btn {
    width: 45px;
  }
}
@media only screen and (max-width: 700px) {
  .swiper_button_sec .slider_btn {
    width: 40px;
  }
}

.overview_max_675 {
  max-width: 675px;
  width: 95%;
}

.custom_radio_list {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  margin-right: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: relative;
}
.custom_radio_list input {
  position: absolute;
  opacity: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.custom_radio_list .radio-mark {
  height: auto;
  width: 20px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-top: 3px;
}
.custom_radio_list .radio-mark::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background: #6395ee;
}
.custom_radio_list .radio-mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(319deg);
  width: 55%;
  height: 25%;
  z-index: 1;
  border-left: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media only screen and (max-width: 768px) {
  .custom_radio_list .radio-mark {
    width: 18px;
  }
}
.custom_radio_list input:checked ~ .radio-mark::after, .custom_radio_list input:checked ~ .radio-mark::before {
  opacity: 1;
}
.custom_radio_list p {
  margin: 0;
}

.overview_max_920 {
  max-width: 920px;
  width: 95%;
}

.custom_list_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom_list_tab li {
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  padding: 5px 20px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(253, 239, 225, 0.2549019608);
}
.custom_list_tab li * {
  font-family: inherit;
}
.custom_list_tab li .rating_sec {
  display: flex;
  gap: 3px;
}
.custom_list_tab li .rating_sec img {
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .custom_list_tab li {
    padding: 5px 15px;
    height: 30px;
    font-size: 14px;
  }
}

.custom_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.custom_tabs li {
  flex-shrink: 0;
}
.custom_tabs li .tab_btn {
  background: hsla(30, 88%, 94%, 0.3);
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-family: inherit;
  font-weight: 500;
  min-height: 35px;
  border: 1px solid var(--color-primary);
}
.custom_tabs li .tab_btn.active {
  background: var(--color-primary);
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .custom_tabs li .tab_btn {
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .custom_tabs li .tab_btn {
    padding: 5px 7px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom_tabs {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  .custom_tabs {
    gap: 7px;
  }
}

.custom_tab_content .tab_content {
  display: none;
}
.custom_tab_content .tab_content.active {
  display: block;
}

:lang(ar) .swiper_button_sec,
body.rtl .swiper_button_sec {
  flex-direction: row-reverse;
}
:lang(ar) .common-list li,
body.rtl .common-list li {
  padding-left: unset !important;
  padding-right: 25px;
}
:lang(ar) .common-list li:before,
body.rtl .common-list li:before {
  left: unset;
  right: 0;
}
:lang(ar) .default_btn,
body.rtl .default_btn {
  font-family: var(--font-arabic);
}
:lang(ar) .custom_title span,
body.rtl .custom_title span {
  transform: rotate(5deg);
}

.po-relative {
  position: relative;
}

.pagination_block {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.swiper.swiper-cards {
  position: relative;
}

.pagination_block .swiper-pagination {
  display: flex;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer_section {
  background: url("../images/footer/footer-bg.png");
  background-size: cover;
  background-color: var(--color-primary);
  font-family: var(--font-default);
}
.footer_section .newsletter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  gap: 15px;
}
.footer_section .newsletter-section .newsletter-left-block {
  max-width: 500px;
  width: 50%;
}
.footer_section .newsletter-section .newsletter-left-block .newsletter-description {
  color: #ffffff;
  font-family: var(--font-default-medium);
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .footer_section .newsletter-section .newsletter-left-block .newsletter-description {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .newsletter-section .newsletter-left-block .newsletter-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer_section .newsletter-section .newsletter-left-block {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .newsletter-section .newsletter-left-block {
    width: 100%;
    max-width: 100%;
  }
}
.footer_section .newsletter-section .newsletter-form {
  max-width: 570px;
  max-height: 55px;
  width: 50%;
  border-bottom: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer_section .newsletter-section .newsletter-form input {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.8;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .footer_section .newsletter-section .newsletter-form input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_section .newsletter-section .newsletter-form input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .newsletter-section .newsletter-form input {
    font-size: 16px;
  }
}
.footer_section .newsletter-section .newsletter-form .newsletter-btn {
  flex-shrink: 0;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .footer_section .newsletter-section .newsletter-form .newsletter-btn {
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .newsletter-section .newsletter-form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .newsletter-section {
    border-width: 0px;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .newsletter-section {
    padding-bottom: 10px !important;
  }
}
.footer_section .footer-brand-links-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_section .footer-brand-links-section .footer-links-section {
  max-width: 770px;
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer_section .footer-brand-links-section .footer-links-section .link-column {
  color: #ffffff;
}
.footer_section .footer-brand-links-section .footer-links-section .link-column .column-title {
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .footer_section .footer-brand-links-section .footer-links-section .link-column .column-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .footer-brand-links-section .footer-links-section .link-column .column-title {
    font-size: 1.25rem;
  }
}
.footer_section .footer-brand-links-section .footer-links-section .link-column .link-list li {
  padding-bottom: 10px;
}
.footer_section .footer-brand-links-section .footer-links-section .link-column .link-list li a {
  font-size: 16px;
  color: inherit;
}
.footer_section .footer-brand-links-section .footer-links-section .link-column .link-list li a:hover {
  color: #e7e7e7;
}
@media only screen and (max-width: 1280px) {
  .footer_section .footer-brand-links-section .footer-links-section .link-column .link-list li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .footer-brand-links-section .footer-links-section .link-column .link-list li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .footer-brand-links-section .footer-links-section {
    width: 100%;
    max-width: 100%;
  }
}
.footer_section .footer-copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_section .footer-copyright-section p {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  .footer_section .footer-copyright-section p {
    font-size: 13px;
  }
}
.footer_section .footer-copyright-section .privacy-policy-sec {
  display: flex;
}
.footer_section .footer-copyright-section .privacy-policy-sec a {
  padding: 0 10px;
  color: white;
  border-right: 1px solid rgb(255, 255, 255);
}
.footer_section .footer-copyright-section .privacy-policy-sec a:last-child {
  border: 0;
  padding-right: 0;
}
@media only screen and (max-width: 700px) {
  .footer_section .footer-copyright-section .privacy-policy-sec a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_section .footer-copyright-section {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_section .footer-copyright-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }
}
.footer_section .footer-brand {
  max-width: 250px;
}
.footer_section .footer-brand .footer-brand-logo {
  height: auto;
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 1024px) {
  .footer_section .footer-brand .footer-brand-logo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .footer-brand .footer-brand-logo {
    max-width: 150px;
  }
}
.footer_section .footer-brand .social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer_section .footer-brand .social-links a {
  height: auto;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer_section .footer-brand .social-links a img {
  height: 100%;
  width: 100%;
  max-width: 35%;
  max-height: 35%;
}
.footer_section .footer-brand .social-links a:hover {
  background-color: #e7e7e7;
}
@media only screen and (max-width: 1024px) {
  .footer_section .footer-brand .social-links a {
    width: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .footer_section .footer-brand .social-links a {
    width: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_section .footer-brand .social-links {
    gap: 5px;
  }
}

:lang(ar) .newsletter-form .newsletter-btn,
body.rtl .newsletter-form .newsletter-btn {
  transform: scaleX(-1);
}

.header-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  padding-top: 20px;
  transition: all 0.3s ease;
}
.header-container.header-scroll-active {
  padding-top: 0;
  background-color: var(--color-primary);
  padding-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .header-container.header-scroll-active {
    padding-bottom: 5px;
  }
}
.header-container.header-scroll-active .top-bar {
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header-container.header-scroll-active .main-logo-image .default {
  display: none;
}
.header-container.header-scroll-active .main-logo-image .on-scroll {
  display: block;
}
.header-container.header-scroll-active .nav-menu {
  border-color: #ffffff;
}
.header-container.header-scroll-active .nav-menu .nav-link > a,
.header-container.header-scroll-active .nav-menu li > a {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .header-container.header-scroll-active .nav-menu .nav-link > a,
  .header-container.header-scroll-active .nav-menu li > a {
    color: var(--color-text);
  }
}
.header-container.header-scroll-active .nav-menu .nav-link > a .dropdown-arrow .default,
.header-container.header-scroll-active .nav-menu li > a .dropdown-arrow .default {
  display: none;
}
.header-container.header-scroll-active .nav-menu .nav-link > a .dropdown-arrow .on-scroll,
.header-container.header-scroll-active .nav-menu li > a .dropdown-arrow .on-scroll {
  display: block;
}
.header-container.header-scroll-active .nav-menu .nav-link > a:hover,
.header-container.header-scroll-active .nav-menu li > a:hover {
  color: #000000;
}
.header-container.header-scroll-active .nav-menu .nav-link:hover a,
.header-container.header-scroll-active .nav-menu li:hover a {
  color: #000000;
}
.header-container.header-scroll-active .nav-menu .nav-link.menu-item-has-children a,
.header-container.header-scroll-active .nav-menu li.menu-item-has-children a {
  background-image: url("../images/icon/down-arrow-white.svg");
}
@media only screen and (max-width: 1024px) {
  .header-container.header-scroll-active .nav-menu .nav-link.menu-item-has-children,
  .header-container.header-scroll-active .nav-menu li.menu-item-has-children {
    background-image: url("../images/icon/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
  }
}
.header-container.header-scroll-active .nav-menu .nav-link .dropdown,
.header-container.header-scroll-active .nav-menu .nav-link .sub-menu,
.header-container.header-scroll-active .nav-menu li .dropdown,
.header-container.header-scroll-active .nav-menu li .sub-menu {
  border: 1px solid var(--color-primary);
  background-color: white;
}
.header-container.header-scroll-active .nav-menu .nav-link .dropdown a,
.header-container.header-scroll-active .nav-menu .nav-link .sub-menu a,
.header-container.header-scroll-active .nav-menu li .dropdown a,
.header-container.header-scroll-active .nav-menu li .sub-menu a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .header-container.header-scroll-active .nav-menu {
    border-color: var(--color-text);
  }
}
.header-container.header-scroll-active .language-toggle {
  color: #ffffff;
}
.header-container.header-scroll-active .language-toggle:hover {
  color: rgb(0, 0, 0);
}
.header-container.header-scroll-active .search-btn {
  border-color: white;
}
.header-container.header-scroll-active .search-btn:hover {
  background-color: rgba(255, 255, 255, 0.068);
}
.header-container.header-scroll-active .search-btn .search_icon .default {
  display: none;
}
.header-container.header-scroll-active .search-btn .search_icon .on-scroll {
  display: block;
}
.header-container.header-scroll-active .mobile-menu-btn.menu_toggler {
  border-color: white;
  transform: scale(0.8);
}
.header-container.header-scroll-active .mobile-menu-btn.menu_toggler span {
  background-color: white;
}

.top-bar {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.top-bar .top-bar-language-toggle {
  font-size: 16px;
  font-family: var(--font-arabic);
  cursor: pointer;
}

.social-links {
  margin-left: auto;
  display: flex;
  gap: 15px;
  width: auto;
}
.social-links .social-media-icons {
  height: auto;
  width: auto;
  max-height: 15px;
  max-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-links .social-media-icons:hover {
  transform: scale(1.2);
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .main-header {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.main-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.main-logo-image {
  width: 220px;
  height: auto;
}
.main-logo-image .on-scroll {
  display: none;
}
.main-logo-image.mobile-logo {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .main-logo-image {
    width: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-logo-image {
    width: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-logo-image {
    width: 150px;
  }
  .main-logo-image.desktop-logo {
    display: none;
  }
  .main-logo-image.mobile-logo {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main-logo-image {
    width: 130px;
  }
}
@media only screen and (max-width: 700px) {
  .main-logo-image {
    width: 115px;
  }
}

.main-logo img {
  width: 100%;
  height: auto;
}

.nav-menu {
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 840px;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  position: relative;
}
.nav-menu::before {
  pointer-events: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: inherit;
}
@media only screen and (max-width: 1366px) {
  .nav-menu {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-menu {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.3s ease;
    border-radius: 30px;
    width: unset;
    max-width: unset;
    background: rgba(255, 255, 255, 0.3764705882);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .nav-menu.active {
    pointer-events: all;
    opacity: 1;
    top: 110%;
    background: #ffffff;
  }
}

.nav-item {
  position: relative;
}

.nav-menu > .nav-link,
.nav-menu > li {
  position: relative;
}
.nav-menu > .nav-link a,
.nav-menu > li a {
  text-decoration: none;
  color: var(--color-text);
  font-weight: 500;
  font-size: 16px;
  padding: 20px 18px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-menu > .nav-link a:hover,
.nav-menu > li a:hover {
  color: black;
}
@media only screen and (max-width: 1366px) {
  .nav-menu > .nav-link a,
  .nav-menu > li a {
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-menu > .nav-link a,
  .nav-menu > li a {
    padding: 15px 8px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-menu > .nav-link a,
  .nav-menu > li a {
    font-size: 14px;
    padding: 14px 10px;
  }
}
.nav-menu > .nav-link.menu-item-has-children > a,
.nav-menu > li.menu-item-has-children > a {
  padding-right: 15px;
  background-image: url("../images/icon/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-menu > .nav-link.menu-item-has-children > a:hover,
.nav-menu > li.menu-item-has-children > a:hover {
  background-image: url("../images/icon/down-arrow-black.svg");
}
@media only screen and (max-width: 1024px) {
  .nav-menu > .nav-link.menu-item-has-children > a,
  .nav-menu > li.menu-item-has-children > a {
    justify-content: center;
    padding: 14px 15px;
  }
}
.nav-menu > .nav-link:hover a,
.nav-menu > li:hover a {
  color: black;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.dropdown-arrow .on-scroll {
  display: none;
}

.dropdown,
.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid var(--color-primary);
  min-width: 290px;
  border-radius: 20px;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  transform: translateY(-10px) translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 30px 15%;
  background: rgba(255, 255, 255, 0.1568627451);
}
.dropdown::after,
.sub-menu::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4784313725);
}
@media only screen and (max-width: 1024px) {
  .dropdown::after,
  .sub-menu::after {
    display: none;
  }
}
.dropdown li:last-child a,
.sub-menu li:last-child a {
  border: 0;
}
.dropdown li a,
.sub-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5137254902);
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .dropdown li a,
  .sub-menu li a {
    text-align: center;
    border-color: rgba(0, 0, 0, 0.1294117647);
  }
}
.dropdown li a:hover,
.sub-menu li a:hover {
  color: var(--color-text);
}
@media only screen and (max-width: 1024px) {
  .dropdown,
  .sub-menu {
    background: unset;
    position: unset;
    min-width: unset;
    height: 0;
    overflow: hidden;
    padding: 0;
    transform: unset;
    border-color: rgba(0, 0, 0, 0.185);
  }
}

.nav-link:hover .dropdown,
.nav-link:hover .sub-menu,
li:hover .dropdown,
li:hover .sub-menu {
  transform: translateY(10px) translateX(-50%);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .nav-link:hover .dropdown,
  .nav-link:hover .sub-menu,
  li:hover .dropdown,
  li:hover .sub-menu {
    transform: unset;
    height: auto;
    min-width: unset;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
}

.dropdown .dropdown_active {
  position: relative;
}

.dropdown-arrow {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.language-search {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1440px) {
  .language-search {
    gap: 10px;
  }
}

.language-toggle {
  padding: 8px 15px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: var(--font-arabic);
}
.language-toggle:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 1200px) {
  .language-toggle {
    padding: 8px 10px;
  }
}

.search-btn {
  border: 1px solid var(--color-primary);
  background-color: transparent;
  border-radius: 50%;
  width: 55px;
  aspect-ratio: 1/1;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn .search_icon {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn .search_icon > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.search-btn .search_icon .on-scroll {
  display: none;
}
.search-btn:hover {
  background-color: rgb(240, 240, 240);
}
@media only screen and (max-width: 1200px) {
  .search-btn {
    width: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-btn {
    display: none;
  }
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #1b0b09;
  cursor: pointer;
}
.mobile-menu-btn.menu_toggler {
  border-radius: 50%;
  width: 62px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu-btn.menu_toggler {
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-menu-btn.menu_toggler {
    width: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .mobile-menu-btn.menu_toggler {
    width: 45px;
  }
}
.mobile-menu-btn.menu_toggler span {
  width: 30%;
  height: 2px;
  background-color: var(--color-text);
  position: relative;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.mobile-menu-btn.menu_toggler span::after, .mobile-menu-btn.menu_toggler span::before {
  height: inherit;
  width: 30px;
  position: absolute;
  background-color: inherit;
  content: "";
  transition: inherit;
  left: 50%;
  border-radius: inherit;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .mobile-menu-btn.menu_toggler span::after, .mobile-menu-btn.menu_toggler span::before {
    width: 25px;
  }
}
.mobile-menu-btn.menu_toggler span::after {
  top: -10px;
}
@media only screen and (max-width: 700px) {
  .mobile-menu-btn.menu_toggler span::after {
    top: -8px;
  }
}
.mobile-menu-btn.menu_toggler span::before {
  bottom: -10px;
}
@media only screen and (max-width: 700px) {
  .mobile-menu-btn.menu_toggler span::before {
    bottom: -8px;
  }
}
.mobile-menu-btn.menu_toggler.active span {
  width: 0;
}
.mobile-menu-btn.menu_toggler.active span::after {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.mobile-menu-btn.menu_toggler.active span::before {
  bottom: 0;
  transform: translateX(-50%) rotate(-45deg);
}

:lang(ar) .nav-menu > .nav-link.menu-item-has-children,
:lang(ar) .nav-menu > li.menu-item-has-children,
body.rtl .nav-menu > .nav-link.menu-item-has-children,
body.rtl .nav-menu > li.menu-item-has-children {
  padding-right: unset;
  padding-left: 8px;
  background-position: left center;
}
:lang(ar) .language-toggle,
body.rtl .language-toggle {
  font-family: var(--font-default) !important;
}
:lang(ar) .top-bar .top-bar-language-toggle,
body.rtl .top-bar .top-bar-language-toggle {
  font-family: var(--font-default) !important;
}
:lang(ar) .social-links,
body.rtl .social-links {
  margin-left: unset;
  margin-right: auto;
}

.inner_banner_section {
  overflow: hidden;
  background-image: url("../images/banner/inner-banner-bg.png");
  min-height: 400px;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .inner_banner_section {
    min-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .inner_banner_section {
    min-height: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .inner_banner_section {
    min-height: 250px;
    padding-bottom: 30px;
  }
}
.inner_banner_section::after {
  /* background-color: #FDF3F0; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  pointer-events: none;
}

.inner_banner_content {
  position: relative;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.inner_banner_content .inner_banner_title {
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-family: var(--font-heading);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.inner_banner_content .inner_banner_title span {
  margin: 0 10px;
  font-family: inherit;
  line-height: inherit;
  background-color: var(--color-primary);
  color: white;
  display: block;
  padding: 0 15px;
  transform-origin: 0 0;
  transform: rotate(-3deg) scale(1, 1);
}
@media only screen and (max-width: 1280px) {
  .inner_banner_content .inner_banner_title span {
    padding: 0 10px;
  }
}

:lang(ar) .inner_banner_content .inner_banner_title span,
body.rtl .inner_banner_content .inner_banner_title span {
  transform: rotate(3deg) scale(1, 1);
}

html {
  font-size: 100%;
}
@media (max-width: 1500px) {
  html {
    font-size: 89%;
  }
}

@media (max-width: 1500px) {
  .container {
    width: 75% !important;
  }
}

.trans,
.button {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.wrap {
  max-width: calc(1200px + 6%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.border_none {
  border: none !important;
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}
@media (max-width: 700px) {
  .w_50 {
    width: 100%;
  }
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.z_10 {
  z-index: 10;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_center {
  align-items: center;
}

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

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.image_res {
  max-width: 100%;
  display: block;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px !important;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .pt_65 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .pt_85 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .pb_85 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .pt_95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_95 {
    padding-top: 46px;
  }
}

.pb_95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .pb_95 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_95 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1024px) {
  .pt_220 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.max_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

:global(body.rtl) .ml_auto {
  margin-left: 0;
  margin-right: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 15px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 35px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .mt_150 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mt_150 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .mt_150 {
    margin-top: 100px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.map_sec .map_container_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map_sec .map_container_sec h4 {
  font-weight: 400;
  line-height: 1.1;
}
.map_sec .map-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.map_sec .map-container gmp-internal-camera-control {
  display: none !important;
}
.map_sec .map-container .gm-control-active.gm-fullscreen-control {
  top: 30px !important;
  right: 20px !important;
}
@media only screen and (max-width: 768px) {
  .map_sec .map-container .gm-control-active.gm-fullscreen-control {
    top: 20px !important;
    right: 0px !important;
    height: auto !important;
    width: 30px !important;
    aspect-ratio: 1/1 !important;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .map-container .gm-control-active.gm-fullscreen-control {
    top: 60px !important;
  }
}
.map_sec .map-container .search_bar {
  width: 85%;
  position: absolute;
  top: 35px;
  left: 40%;
  transform: translateX(-40%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
  border: 1px solid #D8D8D8;
  height: 50px;
  background: #ffffff;
}
.map_sec .map-container .search_bar::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid var(--color-primary);
  border-radius: inherit;
}
@media only screen and (max-width: 1024px) {
  .map_sec .map-container .search_bar::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
.map_sec .map-container .search_bar .search_input {
  border: 0;
  border-radius: 0px;
  height: inherit;
  padding: 0 10px;
}
.map_sec .map-container .search_bar .search_btn {
  height: inherit;
  width: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_sec .map-container .search_bar .search_btn img {
  width: 50%;
  transition: all 0.3s ease;
}
.map_sec .map-container .search_bar .search_btn:hover img {
  filter: contrast(0.1);
}
@media only screen and (max-width: 1024px) {
  .map_sec .map-container .search_bar {
    height: 45px;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .map-container .search_bar {
    height: 40px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.map_sec .snazzy-map {
  width: 100%;
  height: 100%;
  position: relative;
  height: 650px;
}
@media only screen and (max-width: 1024px) {
  .map_sec .snazzy-map {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .snazzy-map {
    height: 450px;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .snazzy-map {
    height: 550px;
  }
}
.map_sec #snazzy-map {
  width: 100%;
  height: 100%;
}
.map_sec .our_office_block {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
  height: 80%;
  width: 50%;
  max-width: 380px;
  background: rgba(253, 239, 225, 0.3);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--color-primary);
  padding: 20px 3%;
  font-family: var(--font-default);
  overflow: hidden;
}
.map_sec .our_office_block h4 {
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.map_sec .our_office_block .country-select {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon/down-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
}
@media only screen and (max-width: 1024px) {
  .map_sec .our_office_block .country-select {
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .our_office_block .country-select {
    height: 40px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .our_office_block .country-select {
    height: 35px;
    padding: 0 10px;
  }
}
.map_sec .our_office_block .office_list {
  display: flex;
  flex-direction: column;
  max-height: 60%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.map_sec .our_office_block .office_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1843137255);
  padding: 15px 0;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
}
.map_sec .our_office_block .office_list li:hover {
  color: var(--color-text);
}
.map_sec .our_office_block .office_list li:last-child {
  border: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .map_sec .our_office_block .office_list li {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .our_office_block .office_list li {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .our_office_block .office_list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .our_office_block .office_list {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .map_sec .our_office_block {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .our_office_block {
    max-width: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .map_sec .our_office_block {
    max-width: unset;
    border-radius: 15px;
    left: 50%;
    top: unset;
    bottom: 20px;
    transform: translateX(-50%);
    width: 90%;
    max-height: 250px;
    padding: 20px 5%;
    padding-bottom: 50px;
  }
}
.map_sec .gm-style .gm-style-iw-c {
  padding: 0 !important;
}
.map_sec .gm-style-iw-chr {
  display: none !important;
}
.map_sec .gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
  max-height: unset !important;
}
.map_sec .gm-style-iw-tc {
  display: none !important;
}
.map_sec .gm-style .gm-style-iw-c {
  padding: 0 !important;
  margin: 0 !important;
  background-color: unset !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}
.map_sec .gm-style .gm-style-iw {
  padding: 0 !important;
  max-height: unset !important;
  margin: 0 !important;
}
.map_sec .gm-style .gm-style-iw-d > div {
  padding: 0 !important;
  margin: 0 !important;
  max-height: unset !important;
}
.map_sec .map_marker_window .office-details .office-type,
.map_sec .map_marker_window .office-details .office-city {
  font-size: 12px;
  color: #666;
  margin: 5px 0;
}
.map_sec .map_marker_window .office-details .office-stats {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.map_sec .map_marker_window .office-details .office-stats .stat-item {
  font-size: 11px;
  color: #888;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 12px;
}
.map_sec .map_marker_window .office-details .office-description {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}
.map_sec .map_marker_window .office-details .contact-details .phone,
.map_sec .map_marker_window .office-details .contact-details .email {
  font-size: 11px;
  color: #666;
  margin: 3px 0;
}
.map_sec .map_marker_window {
  padding: 25px;
  min-width: 120px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.322);
  border: 1px solid var(--color-primary);
}
.map_sec .map_marker_window h4 {
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.map_sec .map_marker_window .maker_address {
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .map_sec .map_marker_window .maker_address {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .map_sec .map_marker_window .maker_address {
    font-size: 14px;
  }
}
.map_sec .map_marker_window .marker-footer .direction-btn {
  font-family: var(--font-heading);
  color: #ffffff;
}
@media only screen and (max-width: 700px) {
  .map_sec .map_marker_window {
    padding: 20px;
  }
}

body.rtl .map_sec .our_office_block {
  left: unset !important;
  right: 25px !important;
}
body.rtl .map_sec .our_office_block .country-select {
  background-position: left 20px center !important;
}
@media only screen and (max-width: 700px) {
  body.rtl .map_sec .our_office_block {
    right: 50% !important;
    transform: translateX(50%);
  }
}

.btn-primary {
  font-size: 1.25rem;
  background-color: #ED164F;
  color: white;
  padding: 14px 30px;
  border-radius: 40px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

.white-btn {
  background-color: #fff;
  color: var(--color-primary);
}

.text_style {
  color: #ED164F;
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 300;
}
.text_style span {
  -webkit-text-stroke: 2px #ED164F;
  text-stroke: 2px #ED164F;
  color: transparent;
  font-family: var(--font-heading);
}

.badge {
  background: #fffde7;
  width: -moz-fit-content;
  width: fit-content;
  border-style: solid;
  border-color: transparent;
  border-width: 10px;
  padding: 5px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(-5deg) scale(1, 1);
  margin: 0 auto;
}
.badge h3 {
  color: #ED164F;
  text-align: center;
  font-size: 5rem;
  line-height: 80%;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.yakult-main-banner {
  background: #FDEFE1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 250px 0 75px 0;
  position: relative;
  overflow: hidden;
}

.banner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  gap: 60px;
}

.banner-main-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.banner-main-content .banner-title {
  position: relative;
  overflow: visible;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(0) scale(1) translateZ(0);
  opacity: 1;
}
.banner-main-content .banner-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: left center;
  animation: centerSplitReveal 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1.5s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
}
.banner-main-content .banner-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: right center;
  animation: centerSplitRevealLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1.5s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
}
.banner-main-content .banner-subtitle {
  position: relative;
  overflow: visible;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(0) scale(1) translateZ(0) rotate(0);
  opacity: 1;
}
.banner-main-content .banner-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: left center;
  animation: centerSplitReveal 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1.8s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
}
.banner-main-content .banner-subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: right center;
  animation: centerSplitRevealLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1.8s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
}

.banner-title {
  font-size: 8.6875rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -2px;
  text-align: center;
}

.title-line-1 {
  display: block;
  margin-bottom: 10px;
}

.banner-subtitle {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.banner-subtitle {
  background-color: #ED164F;
  display: block;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-subtitle h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  font-size: 8.6875rem;
  line-height: 1;
}

.banner-description-center {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  transform: translateY(25px) translateZ(0);
  animation: fadeInUp 0.7s ease-out 2.2s forwards;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.banner-buttons-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: visible;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(0) scale(1) translateZ(0);
  opacity: 1;
}
.banner-buttons-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: left center;
  animation: centerSplitReveal 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 2.1s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
  z-index: 1;
}
.banner-buttons-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #FDEFE1;
  z-index: 2;
  transform-origin: right center;
  animation: centerSplitRevealLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 2.1s;
  opacity: 1;
  transform: translateX(0) scaleX(1) translateZ(0);
}

.button-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.button-column:last-child {
  text-align: right;
}
.button-column p,
.button-column .banner-btn {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.button-column p {
  font-size: 1.125rem;
  line-height: 26px;
  margin: 0;
  font-family: var(--font-default-medium);
}

.btn-secondary {
  background-color: transparent;
  color: #ED164F;
  border: 2px solid #ED164F;
}
.btn-secondary:hover {
  background-color: #ED164F;
  color: white;
}

.banner-image-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: 290px;
  z-index: 9;
}

.yakult-bottle {
  max-width: 290px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateY(100vh) rotate(12deg) translateX(20px) translateZ(0);
  animation: bottleEntrance 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, bottleCurve 0.6s ease-out 1.2s forwards, bottleFloat 3s ease-in-out 2s infinite;
}

@keyframes bottleEntrance {
  0% {
    transform: translateY(100vh) rotate(12deg) translateX(20px) translateZ(0);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0) rotate(4deg) translateX(10px) translateZ(0);
    opacity: 1;
  }
}
@keyframes bottleCurve {
  0% {
    transform: translateY(0) rotate(4deg) translateX(10px) translateZ(0);
  }
  25% {
    transform: translateY(-8px) rotate(-3deg) translateX(-5px) translateZ(0);
  }
  50% {
    transform: translateY(-12px) rotate(-8deg) translateX(-12px) translateZ(0);
  }
  75% {
    transform: translateY(-8px) rotate(-12deg) translateX(-20px) translateZ(0);
  }
  100% {
    transform: translateY(0) rotate(-10deg) translateX(-18px) translateZ(0);
  }
}
@keyframes bottleFloat {
  0%, 100% {
    transform: translateY(0) rotate(-10deg) translateX(-18px) translateZ(0);
  }
  50% {
    transform: translateY(-10px) rotate(-10deg) translateX(-18px) translateZ(0);
  }
}
@keyframes textSlideIn {
  0% {
    transform: translateY(20px) scale(0.95) translateZ(0) rotate(-2deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1) translateZ(0) rotate(-2deg);
    opacity: 1;
  }
}
@keyframes centerSplitReveal {
  0% {
    transform: translateX(0) scaleX(1) translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) scaleX(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes centerSplitRevealLeft {
  0% {
    transform: translateX(0) scaleX(1) translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) scaleX(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes bannerSubtitleRotate {
  0% {
    transform: translateY(0) scale(1) translateZ(0) rotate(0);
  }
  100% {
    transform: translateY(0) scale(1) translateZ(0) rotate(-2deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}
.yakult-main-banner.animate-in .banner-subtitle {
  animation: bannerSubtitleRotate 0.5s ease-out forwards;
  animation-delay: 2.8s;
}
.yakult-main-banner.animate-in .banner-subtitle::before {
  animation-delay: 1.8s;
}
.yakult-main-banner.animate-in .banner-subtitle::after {
  animation-delay: 1.8s;
}

[dir=rtl] .banner-main-content {
  direction: rtl;
}
[dir=rtl] .banner-buttons-section {
  direction: rtl;
}

.marquee-section {
  background: #FDEFE1;
  padding: 160px 0 150px 0;
  position: relative;
  overflow: hidden;
}

.marquee-container {
  position: relative;
  max-width: 100%;
  padding: 0;
}

.marquee-bottles {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1065px;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.marquee-bottle {
  opacity: 0;
  transform: translateY(-200px);
}
.marquee-bottle img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
.marquee-bottle.marquee-bottle-1 {
  position: relative;
  right: -85px;
}
.marquee-bottle.marquee-bottle-2 {
  position: relative;
  z-index: 1;
}
.marquee-bottle.marquee-bottle-3 {
  position: relative;
  left: -85px;
  top: 10px;
}

.marquee-section.start-animations .marquee-bottle {
  animation: bottleDropAndCombine 2s ease-out forwards;
}
.marquee-section.start-animations .marquee-bottle.marquee-bottle-1 {
  animation-delay: 1s;
  animation-name: bottleDropAndCombineLeft;
}
.marquee-section.start-animations .marquee-bottle.marquee-bottle-2 {
  animation-delay: 1s;
  animation-name: bottleDropAndCombineCenter;
}
.marquee-section.start-animations .marquee-bottle.marquee-bottle-3 {
  animation-delay: 1s;
  animation-name: bottleDropAndCombineRight;
}

.marquee-content {
  max-width: 790px;
  margin: 0 auto;
  margin-top: 100px;
}
.marquee-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(80px);
}
.marquee-content p:last-child {
  margin-bottom: 0;
}

.marquee-section.start-animations .marquee-content p {
  animation: marqueeContentSlideUp 2s ease-out forwards;
  animation-delay: 1s;
}
.marquee-section.start-animations .marquee-content p:nth-child(2) {
  animation-delay: 1.3s;
}

.marquee-text-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: rotate(-5deg);
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.marquee-line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-swiper-1,
.marquee-swiper-2,
.marquee-swiper-3 {
  width: 100%;
  height: auto;
  overflow: visible;
}
.marquee-swiper-1 .swiper-wrapper,
.marquee-swiper-2 .swiper-wrapper,
.marquee-swiper-3 .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.marquee-swiper-1 .swiper-slide,
.marquee-swiper-2 .swiper-slide,
.marquee-swiper-3 .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.marquee-content-wrapper {
  display: inline-flex;
  white-space: nowrap;
  gap: 100px;
  width: -moz-max-content;
  width: max-content;
}

.marquee-text-item {
  font-size: 9.375rem;
  line-height: 140px;
  font-family: var(--font-heading);
  font-weight: 300;
  color: #ed164f;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  animation: marqueeTextSlideUp 1.5s ease-out forwards;
}
.marquee-text-item span {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #ed164f;
  font-family: var(--font-heading);
}

.marquee-line-1 .marquee-text-item {
  animation-delay: 0.5s;
}

.marquee-line-2 .marquee-text-item {
  animation-delay: 0.8s;
}

.marquee-line-3 .marquee-text-item {
  animation-delay: 1.1s;
}

.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
  animation-fill-mode: both;
}

@keyframes marqueeContentSlideUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-8px);
  }
  80% {
    opacity: 0.9;
    transform: translateY(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marqueeTextSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-10px);
  }
  80% {
    opacity: 0.9;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottleDropAndCombineLeft {
  0% {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
  }
  60% {
    transform: translateY(10px) scale(1.05);
  }
  80% {
    transform: translateY(-5px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bottleDropAndCombineCenter {
  0% {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
  }
  60% {
    transform: translateY(10px) scale(1.05);
  }
  80% {
    transform: translateY(-5px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bottleDropAndCombineRight {
  0% {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
  }
  60% {
    transform: translateY(10px) scale(1.05);
  }
  80% {
    transform: translateY(-5px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-content-wrapper {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
@media print {
  .marquee-section {
    background: white !important;
    padding: 20px 0;
  }
  .marquee-content-wrapper {
    animation: none;
    transform: translateX(0);
  }
}
.trust-section {
  background-color: #ED164F;
  background-image: url("../images/home/trust_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}

.trust-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.trust-content {
  text-align: center;
  color: white;
}

.trust-header {
  margin-bottom: 80px;
}

.trust-badge {
  background: white;
  color: #ED164F;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  transform: rotate(-2deg);
}
.trust-badge h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-title {
  font-size: 5rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}

.trust-stats {
  max-width: 1000px;
  margin: 0 auto;
}

.stat-item {
  flex: 1;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  width: 45%;
}
.stat-item:nth-child(2n+2) {
  margin-left: auto;
  padding-top: 40px;
}

.stat-number {
  font-size: 4.6875rem;
  margin-bottom: 10px;
  line-height: 1;
  font-family: var(--font-heading);
}

.news-marquee-section {
  background: #FDEFE1;
  padding: 13px 0 12px 0;
  position: relative;
  overflow: hidden;
}

.news-marquee-container {
  max-width: 100%;
  overflow: hidden;
}

.news-marquee-swiper {
  width: 100%;
  overflow: visible;
}

.news-marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
}

.news-marquee-swiper .swiper-slide {
  width: auto;
  padding: 0;
  margin: 0;
}

.news-marquee-swiper h3 {
  font-size: 1.5625rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #202020;
  white-space: nowrap;
  padding: 0 10px;
  font-family: var(--font-heading);
  position: relative;
}
.news-marquee-swiper h3::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -3px;
  width: 6px;
  height: 6px;
  background: #202020;
  border-radius: 50%;
}

.fallback-marquee .news-marquee-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.fallback-marquee .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  animation: fallbackMarquee 20s linear infinite;
}

@keyframes fallbackMarquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.products-section {
  background: #fff;
  padding: 120px 0;
  position: relative;
}
.products-section.bg_color {
  background-color: var(--color-bg);
}

.products-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
  gap: 30px;
}

.products-title {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.title-part-1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}

.title-part-2 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  background: #ED164F;
  padding: 15px 25px;
  border-radius: 8px;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
.title-part-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ED164F;
  border-radius: 8px;
  transform: rotate(2deg);
  z-index: -1;
}

.discover-btn {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  background: #ED164F;
  color: #fff;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.discover-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(237, 22, 79, 0.3);
}

.main_title {
  font-size: 5rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 90%;
  position: relative;
  font-family: var(--font-heading);
  display: flex;
  align-items: center;
}
.main_title span {
  background: #ED164F;
  color: #fff;
  padding: 10px 20px 3px 20px;
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  margin-left: 20px;
  margin-top: -20px;
  width: -moz-fit-content;
  width: fit-content;
}
.main_title.color-white {
  color: #fff;
}
.main_title.color-white span {
  background: #FFFDE7;
  color: #ED164F;
}
.main_title.d_block {
  flex-direction: column;
}
.main_title.d_block span {
  margin-top: 25px;
  margin-left: 0;
}

.our-products-slider {
  position: relative;
}

.our-products-swiper {
  padding: 20px 0;
}

.our-products-swiper .swiper-slide {
  height: auto;
}

.product-card {
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card::after {
  content: "";
  width: 111px;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease;
}
.product-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 91px;
  height: 136px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease;
}
.product-card:hover .product-img {
  transform: rotate(15deg);
}
.product-card:hover .product-link {
  right: 20px;
}
.product-card:hover::after {
  width: 122px;
  height: 170px;
}
.product-card:hover::before {
  width: 117px;
  height: 155px;
}

.our-products-swiper .swiper-slide:nth-child(1) .product-card {
  background: linear-gradient(180deg, rgb(248, 202, 190) 0%, rgb(255, 222, 213) 100%);
}
.our-products-swiper .swiper-slide:nth-child(1) .product-card::after {
  background-image: url("../images/home/og_1.png");
}
.our-products-swiper .swiper-slide:nth-child(1) .product-card::before {
  background-image: url("../images/home/og_2.png");
}

.our-products-swiper .swiper-slide:nth-child(2) .product-card {
  background: linear-gradient(135deg, #E5F4FF 0%, #D6EBFF 100%);
}
.our-products-swiper .swiper-slide:nth-child(2) .product-card::after {
  background-image: url("../images/home/light_1.png");
}
.our-products-swiper .swiper-slide:nth-child(2) .product-card::before {
  background-image: url("../images/home/light_2.png");
}

.our-products-swiper .swiper-slide:nth-child(3) .product-card {
  background: linear-gradient(135deg, #FFF8E5 0%, #FFF2D6 100%);
}
.our-products-swiper .swiper-slide:nth-child(3) .product-card::after {
  background-image: url("../images/home/gold_1.png");
}
.our-products-swiper .swiper-slide:nth-child(3) .product-card::before {
  background-image: url("../images/home/gold_2.png");
}

.product-link {
  position: absolute;
  top: 20px;
  right: -70px;
  width: 47px;
  height: 47px;
  background-color: #ED164F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.product-link img {
  width: auto;
}

.product-image {
  position: relative;
  z-index: 2;
}

.product-img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.product-info {
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.product-info p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  font-family: var(--font-default-medium);
  padding: 0 40px;
}

.product-name {
  font-size: 2.8125rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
  line-height: 1.2;
}

.our-products-swiper .swiper-button-next,
.our-products-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ED164F;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.our-products-swiper .swiper-button-next::after,
.our-products-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.our-products-swiper .swiper-button-next:hover,
.our-products-swiper .swiper-button-prev:hover {
  background: rgb(193.0836653386, 14.9163346614, 62.1513944223);
  transform: scale(1.1);
}

.our-products-swiper .swiper-button-next {
  right: -25px;
}

.our-products-swiper .swiper-button-prev {
  left: -25px;
}

.experts-section {
  background: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.experts-section .container {
  position: relative;
}

.experts-line {
  max-width: 70px;
  position: absolute;
  top: 165px;
  right: 115px;
}
.experts-line .experts-line-img {
  margin-top: 15px;
  margin-left: 10px;
}
.experts-line .experts-line-img img {
  width: auto;
}
.experts-line .experts-line-text {
  transform: rotate(20deg);
}
.experts-line p {
  color: #ED164F;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}

.experts-header {
  text-align: center;
  margin-bottom: 80px;
}

.experts-title {
  font-size: 5rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 20px 0;
  font-family: var(--font-heading);
}

.experts-subtitle {
  background: #ED164F;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  transform: rotate(-2deg);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-heading);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3.75rem;
}

.experts-slider {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}
.experts-slider .experts-swiper {
  margin-top: 100px;
  max-height: 500px;
}

.experts-swiper {
  padding: 20px 0;
}

.experts-slider .swiper-cards .swiper-slide {
  overflow: visible;
}

.testimonial-card {
  border-radius: 25px;
  padding: 60px 40px;
  position: relative;
  overflow: visible;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.experts-swiper .swiper-slide:nth-child(3n+1) .testimonial-card {
  background: #F8CABE;
  border: 4px solid #FFC3B3;
}

.experts-swiper .swiper-slide:nth-child(3n+2) .testimonial-card {
  background: #DFF5FF;
  border: 4px solid #C2EBFF;
}

.experts-swiper .swiper-slide:nth-child(3n+3) .testimonial-card {
  background: #FFFDE7;
  border: 4px solid #FFFAC0;
}

.swiper-3d .swiper-slide-shadow {
  background: none !important;
}

.quote-icon img {
  width: auto;
}

.testimonial-text {
  margin-bottom: 30px;
}
.testimonial-text p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ED164F;
}
.author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.experts-swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
  width: auto !important;
}

.experts-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #FFD6E7;
  opacity: 1;
  border-radius: 6px;
  transition: all 0.3s ease;
  transform: initial !important;
}

.experts-swiper .swiper-pagination-bullet-active {
  background: #ED164F;
  width: 40px;
}

.promotional-banner-section {
  position: relative;
  overflow: hidden;
}
.promotional-banner-section .swiper_btn_container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.promotional-banner {
  min-height: 900px;
}

.promotional-banner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.promotional-banner-swiper {
  padding: 20px 0;
}

.promotional-banner-swiper .swiper-slide {
  height: auto;
}

.promotional-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 900px;
  display: flex;
  align-items: center;
  --bg-desktop: url("../images/home/slider_bg.jpg");
  --bg-mobile: url("../images/home/slider_bg_mob.jpg");
  --gradient-desktop: linear-gradient(to bottom, #fee1cd, #feeee0);
  --gradient-mobile: linear-gradient(to bottom, #fee1cd, #feeee0);
  --gradient-alt-desktop: linear-gradient(to bottom, #fee1cd, #feeee0);
  --gradient-alt-mobile: linear-gradient(to bottom, #fee1cd, #feeee0);
  --gradient-radial-desktop: linear-gradient(to bottom, #fee1cd, #feeee0);
  --gradient-radial-mobile: linear-gradient(to bottom, #fee1cd, #feeee0);
  background-image: var(--bg-desktop), var(--gradient-radial-desktop);
}

.promotional-banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  gap: 60px;
}

.promotional-banner-left {
  flex: 0 0 auto;
}

.promotional-banner-section .container {
  min-height: 900px;
  display: flex;
  align-items: center;
}

.product-bottle {
  max-width: 300px;
  position: relative;
}
.product-bottle img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}

.promotional-banner-right {
  display: flex;
  flex-direction: column;
  height: 760px;
  justify-content: space-between;
  padding-top: 60px;
  width: 57%;
  align-items: flex-end;
}

.banner-headline {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.promotional-banner-headline .main_title {
  display: block;
}

.promotional-banner-headline .main_title span {
  margin-top: 15px;
}

.headline-text {
  font-size: 3.75rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-heading);
}

.highlight-box {
  background: #ED164F;
  padding: 15px 30px;
  border-radius: 8px;
  transform: rotate(-2deg);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.highlight-box span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.product-label {
  background: var(--color-primary);
  padding: 8px 20px;
  border-radius: 25px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 1.875rem;
  font-family: var(--font-heading);
  color: #F6E2C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 85px;
}

.product-details {
  margin-bottom: 25px;
  background-color: var(--color-primary);
  padding: 38px;
  border-radius: 100px;
  border: 10px solid #f69b9d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.probiotic-strain {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px 0;
  opacity: 0.9;
}

.product-details-content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-content h3 {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--font-heading);
  color: #fff;
}

.probiotic-count {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-heading);
}

.nutrition-btn {
  background: #fff;
  color: #ED164F;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}
.nutrition-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.promotional-banner-swiper .swiper-button-next,
.promotional-banner-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ED164F;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.promotional-banner-swiper .swiper-button-next::after,
.promotional-banner-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.promotional-banner-swiper .swiper-button-next:hover,
.promotional-banner-swiper .swiper-button-prev:hover {
  background: rgb(193.0836653386, 14.9163346614, 62.1513944223);
  transform: scale(1.1);
}

.promotional-banner-swiper .swiper-button-next {
  right: -25px;
}

.promotional-banner-swiper .swiper-button-prev {
  left: -25px;
}

.why-drink-section {
  background-color: #ED164F;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-drink-section::before {
  content: "";
  background-image: url("../images/home/bacteria.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
}

.why-drink-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.why-drink-content .main_title {
  justify-content: center;
  margin-bottom: 40px;
}
.why-drink-content .btn-primary {
  margin-top: 40px;
}

.why-drink-headline {
  font-size: 5rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 40px 0;
  font-family: var(--font-heading);
}
.why-drink-headline .highlight-yakult {
  background: #F6E2C7;
  color: #ED164F;
  padding: 10px 25px 5px 25px;
  border-radius: 8px;
  transform: rotate(-2deg);
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 2px solid #ED164F;
  margin-left: 15px;
}

.why-drink-text {
  margin-bottom: 40px;
  max-width: 920px;
  margin: 0 auto;
}
.why-drink-text p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
.why-drink-text p:last-child {
  margin-bottom: 0;
}

.why-drink-section .discover-btn {
  background: #fff;
  color: #ED164F;
  padding: 15px 35px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.why-drink-section .discover-btn:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.events-section {
  background: #FDEFE1;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.events-swiper {
  padding: 50px !important;
  margin: -50px !important;
}

.events-header {
  text-align: center;
  margin-bottom: 80px;
}
.events-header .main_title {
  margin-bottom: 0;
  justify-content: center;
}

.events-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.events-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FDEFE1;
  position: absolute;
  top: 0;
  right: -101%;
  z-index: 5;
}
.events-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FDEFE1;
  position: absolute;
  top: 0;
  left: -101%;
  z-index: 5;
}

.events-swiper {
  padding: 20px 0;
}

.events-swiper .swiper-slide {
  height: auto;
}

.event-card {
  transition: all 0.3s ease;
}
.event-card:hover {
  transform: rotate(0deg) !important;
}

.events-swiper .swiper-slide:nth-child(1) .event-card {
  transform: rotate(-3deg);
}

.events-swiper .swiper-slide:nth-child(2n+2) .event-card {
  transform: rotate(1deg);
}

.events-swiper .swiper-slide:nth-child(3n+3) .event-card {
  transform: rotate(-1deg);
}

.event-image {
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid rgba(237, 22, 79, 0.2);
}
.event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.event-content {
  padding: 30px 0;
}

.event-date {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-bottom: 15px;
  font-family: var(--font-default);
}

.event-title {
  font-size: 1.75rem;
  font-weight: 300;
  color: #000;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font-heading);
}

.events-section .events-button {
  text-align: center;
  margin-top: 40px;
}

.events-section .swiper-button-next,
.events-section .swiper-button-prev {
  top: 38% !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  background: #ED164F;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0 !important;
  font-weight: bold;
  background-image: url("../images/home/slide_arw.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  transition: all 0.3s ease;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  transform: translateX(2px);
}
@media only screen and (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 55px !important;
  }
}
@media only screen and (max-width: 700px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 45px !important;
  }
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}
.swiper-button-prev:hover::after {
  transform: rotate(180deg) translateX(2px);
}

.events-section .swiper-button-next {
  right: -30px;
}
@media only screen and (max-width: 768px) {
  .events-section .swiper-button-next {
    right: 0px;
  }
}

.events-section .swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .events-section .swiper-button-prev {
    left: 0px;
  }
}

.culture-section {
  background: #fff;
  padding: 120px 0 100px 0;
  position: relative;
  overflow: hidden;
}

.culture-header {
  text-align: center;
  margin-bottom: 80px;
}
.culture-header .main_title {
  margin-bottom: 0;
  justify-content: center;
}

.culture-slider {
  position: relative;
}

.culture-swiper {
  padding: 15px 0 200px 0 !important;
  overflow: visible !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.culture-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.culture-card {
  background: #fff;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
  will-change: transform, top;
}

.culture-swiper .swiper-slide {
  transform: rotate(-25deg) scale(0.85) translateY(250px) !important;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  opacity: 0.4;
  z-index: 1;
  transform-origin: center center;
  will-change: transform, opacity;
}

.culture-swiper .swiper-slide-active {
  transform: rotate(0deg) scale(1) translateY(0px) !important;
  opacity: 1;
  z-index: 3;
}

.culture-swiper .swiper-slide-prev {
  transform: rotate(-8deg) scale(0.95) translateY(30px) !important;
  opacity: 0.8;
  z-index: 2;
}

.culture-swiper .swiper-slide-next {
  transform: rotate(8deg) scale(0.95) translateY(30px) !important;
  opacity: 0.8;
  z-index: 2;
}

.culture-swiper .swiper-slide.behind-next {
  transform: rotate(18deg) scale(0.9) translateY(150px) !important;
  opacity: 0.5;
  z-index: 1;
}

.culture-swiper .swiper-slide.behind-prev {
  transform: rotate(-18deg) scale(0.9) translateY(150px) !important;
  opacity: 0.5;
  z-index: 1;
}

.culture-image {
  width: 350px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 25px;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.culture-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.culture-image img:hover {
  transform: scale(1.05) translateZ(0);
}

.culture-content {
  padding: 30px;
  text-align: center;
}

.culture-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-heading);
}

.culture-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
}

.culture-swiper .swiper-button-next,
.culture-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ED164F;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.culture-swiper .swiper-button-next::after,
.culture-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.culture-swiper .swiper-button-next:hover,
.culture-swiper .swiper-button-prev:hover {
  background: rgb(193.0836653386, 14.9163346614, 62.1513944223);
  transform: scale(1.1);
}

.culture-swiper .swiper-button-next {
  right: -25px;
}

.culture-swiper .swiper-button-prev {
  left: -25px;
}

@media only screen and (max-width: 768px) {
  .culture-swiper {
    padding: 20px 0 120px 0 !important;
  }
  .culture-swiper .swiper-slide {
    transform: rotate(-12deg) scale(0.9) translateY(80px) !important;
  }
  .culture-swiper .swiper-slide-active {
    transform: rotate(0deg) scale(1) translateY(0px) !important;
  }
  .culture-swiper .swiper-slide-prev,
  .culture-swiper .swiper-slide-next {
    transform: rotate(0deg) scale(0.95) translateY(15px) !important;
  }
  .culture-swiper .swiper-slide.behind-next,
  .culture-swiper .swiper-slide.behind-prev {
    transform: rotate(0deg) scale(0.85) translateY(60px) !important;
  }
  .culture-image {
    width: 280px;
    height: 380px;
  }
}
.video-section {
  background: #fff;
  min-height: 845px;
  position: relative;
  overflow: hidden;
}

.video-container {
  margin: 0 auto;
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .banner-title {
    font-size: 3.5rem;
  }
  .title-line-2 {
    font-size: 3rem;
  }
  .subtitle-bg {
    font-size: 1.8rem;
  }
  .yakult-bottle {
    max-width: 280px;
  }
  .banner-buttons-section {
    gap: 40px;
  }
  .marquee-text-item {
    font-size: 4rem;
    line-height: 50px;
  }
  .marquee-text-container {
    height: 350px;
    gap: 15px;
  }
  .marquee-content {
    margin-top: 80px;
  }
  .trust-title {
    font-size: 4rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .trust-stats {
    gap: 40px;
  }
  .title-part-1,
  .title-part-2 {
    font-size: 2.5rem;
  }
  .product-card {
    padding: 30px 20px;
  }
  .experts-title {
    font-size: 3.5rem;
  }
  .experts-subtitle {
    font-size: 2.5rem;
    padding: 12px 25px;
  }
  .testimonial-card {
    padding: 50px 30px;
    min-height: 350px;
  }
  .testimonial-card::before {
    top: 6px;
    left: -6px;
    right: 6px;
    bottom: -6px;
  }
  .testimonial-card::after {
    top: 12px;
    left: -12px;
    right: 12px;
    bottom: -12px;
  }
  .quote-icon {
    font-size: 100px;
  }
  .testimonial-text p {
    font-size: 16px;
  }
  .promotional-banner {
    padding: 50px 30px;
    min-height: 450px;
  }
  .headline-text {
    font-size: 2.5rem;
  }
  .highlight-box span {
    font-size: 2rem;
  }
  .product-bottle {
    max-width: 250px;
  }
  .why-drink-headline {
    font-size: 3.5rem;
  }
  .why-drink-text p {
    font-size: 16px;
  }
  .events-section {
    padding: 100px 0;
  }
  .events-slider {
    max-width: 1000px;
  }
  .culture-section {
    padding: 100px 0;
  }
  .culture-slider {
    max-width: 1000px;
  }
  .video-container {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  .banner-content {
    gap: 40px;
  }
  .banner-buttons-section {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
  }
  .yakult-bottle {
    max-width: 250px;
  }
  .marquee-text-container {
    height: 300px;
    gap: 12px;
  }
  .marquee-content {
    margin-top: 60px;
  }
  .marquee-bottles {
    max-width: 80%;
  }
  .marquee-bottle.marquee-bottle-1 {
    right: -40px;
  }
  .marquee-bottle.marquee-bottle-3 {
    left: -40px;
  }
  .trust-title {
    font-size: 3.5rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .trust-stats {
    flex-direction: column;
    gap: 50px;
  }
  .title-part-1,
  .title-part-2 {
    font-size: 2rem;
  }
  .product-card {
    padding: 25px 15px;
  }
  .experts-section {
    padding: 100px 0;
  }
  .experts-title {
    font-size: 3rem;
  }
  .experts-subtitle {
    font-size: 1.8rem;
    padding: 8px 15px;
  }
  .experts-header {
    margin-bottom: 60px;
  }
  .testimonial-card {
    padding: 40px 25px;
    min-height: 300px;
  }
  .testimonial-card::before {
    top: 5px;
    left: -5px;
    right: 5px;
    bottom: -5px;
  }
  .testimonial-card::after {
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
  }
  .quote-icon {
    font-size: 80px;
  }
  .testimonial-text p {
    font-size: 15px;
  }
  .banner-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .promotional-banner {
    padding: 40px 25px;
    min-height: 400px;
  }
  .headline-text {
    font-size: 2rem;
  }
  .highlight-box span {
    font-size: 1.8rem;
  }
  .product-info-box {
    padding: 25px;
  }
  .why-drink-section {
    padding: 100px 0;
  }
  .why-drink-headline {
    font-size: 3rem;
  }
  .why-drink-headline .highlight-yakult {
    margin-left: 10px;
    padding: 8px 20px 4px 20px;
  }
  .events-section {
    padding: 80px 0;
  }
  .events-header {
    margin-bottom: 50px;
  }
  .event-content {
    padding: 25px;
  }
  .culture-section {
    padding: 80px 0;
  }
  .culture-header {
    margin-bottom: 50px;
  }
  .culture-content {
    padding: 25px;
  }
  .culture-content h3 {
    font-size: 20px;
  }
  .video-container {
    max-width: 700px;
  }
  .experts-slider {
    max-width: 70%;
  }
  .quote-icon img {
    width: 60px;
  }
  .event-image {
    height: 360px;
  }
  .event-title {
    font-size: 1.5rem;
  }
  .event-date {
    margin-bottom: 10px;
  }
  .culture-image {
    height: 445px;
  }
  .culture-swiper {
    padding: 20px 0 115px 0 !important;
  }
}
@media (max-width: 992px) {
  .yakult-main-banner {
    min-height: auto;
    padding: 190px 0 40px 0;
  }
  .banner-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .banner-title {
    font-size: 2.5rem;
    order: 2;
  }
  .title-line-2 {
    font-size: 2.5rem;
  }
  .subtitle-bg {
    font-size: 1.4rem;
    padding: 6px 15px;
  }
  .banner-main-content .banner-subtitle {
    order: 3;
  }
  .banner-image-center {
    order: 1;
    position: initial;
    margin-bottom: 50px;
  }
  .banner-subtitle h2 {
    font-size: 3rem;
  }
  .banner-main-content {
    gap: 0;
  }
  .yakult-bottle {
    max-width: 200px;
    margin: 0 auto;
  }
  .banner-buttons-section {
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .banner-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  .banner-main-content .banner-title::before, .banner-main-content .banner-title::after,
  .banner-main-content .banner-subtitle::before,
  .banner-main-content .banner-subtitle::after {
    animation-duration: 0.8s;
  }
  .button-column p {
    font-size: 1rem;
    line-height: 22px;
    min-height: 66px;
  }
  .marquee-section {
    padding: 100px 0 70px 0;
  }
  .marquee-text-container {
    height: 250px;
    gap: 10px;
  }
  .marquee-content {
    margin-top: 60px;
    max-width: 80%;
  }
  .marquee-content p {
    font-size: 16px;
  }
  .marquee-content-wrapper {
    gap: 80px;
  }
  .badge h3 {
    font-size: 3rem;
  }
  .main_title {
    font-size: 3rem;
  }
  .trust-section {
    padding: 80px 0;
  }
  .trust-title {
    font-size: 3rem;
  }
  .stat-number {
    font-size: 1.8rem;
  }
  .trust-header {
    margin-bottom: 60px;
  }
  .news-marquee-section {
    padding: 15px 0;
  }
  .news-marquee-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 20px;
  }
  .products-section {
    padding: 80px 0;
  }
  .products-header {
    margin-bottom: 50px;
  }
  .title-part-1,
  .title-part-2 {
    font-size: 1.8rem;
  }
  .product-card {
    padding: 20px 10px;
  }
  .experts-section {
    padding: 80px 0;
  }
  .experts-title {
    font-size: 2.5rem;
  }
  .experts-subtitle {
    font-size: 1.5rem;
    padding: 6px 12px;
  }
  .experts-header {
    margin-bottom: 50px;
  }
  .testimonial-card {
    padding: 30px 20px;
    min-height: 250px;
  }
  .testimonial-card::before {
    top: 4px;
    left: -4px;
    right: 4px;
    bottom: -4px;
  }
  .testimonial-card::after {
    top: 8px;
    left: -8px;
    right: 8px;
    bottom: -8px;
  }
  .quote-icon {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .testimonial-text {
    margin-bottom: 25px;
  }
  .testimonial-text p {
    font-size: 14px;
  }
  .author-image {
    width: 50px;
    height: 50px;
    border: 2px solid #ED164F;
  }
  .author-info h4 {
    font-size: 14px;
  }
  .promotional-banner {
    padding: 30px 20px;
    min-height: 350px;
    background-image: var(--bg-mobile), var(--gradient-radial-mobile) !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .promotional-banner-right {
    height: 100%;
  }
  .promotional-banner-section .container {
    height: 1180px;
  }
  .promotional-banner-content {
    justify-content: center;
    height: 100%;
  }
  .promotional-banner-swiper .swiper-button-next {
    right: 25px;
  }
  .promotional-banner-swiper .swiper-button-prev {
    left: 25px;
  }
  .promotional-banner-right {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .headline-text {
    font-size: 1.8rem;
  }
  .highlight-box span {
    font-size: 1.6rem;
  }
  .product-info-box {
    padding: 20px;
  }
  .product-info-box h3 {
    font-size: 16px;
  }
  .product-info-box p {
    font-size: 13px;
  }
  .product-bottle {
    max-width: 200px;
  }
  .why-drink-section {
    padding: 80px 0;
  }
  .why-drink-headline {
    font-size: 2.5rem;
  }
  .why-drink-text {
    margin-top: 30px;
  }
  .why-drink-text p {
    font-size: 15px;
  }
  .why-drink-section .discover-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  .events-section {
    padding: 60px 0;
  }
  .events-header {
    margin-bottom: 40px;
  }
  .event-content {
    padding: 15px;
  }
  .culture-section {
    padding: 60px 0;
  }
  .culture-header {
    margin-bottom: 40px;
  }
  .culture-content {
    padding: 20px;
  }
  .culture-content h3 {
    font-size: 18px;
  }
  .culture-content p {
    font-size: 14px;
  }
  .video-container {
    max-width: 500px;
  }
}
@media (max-width: 820px) {
  .yakult-main-banner {
    min-height: auto;
    padding: 150px 0 30px 0;
  }
  .banner-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  .title-line-2 {
    font-size: 2.2rem;
  }
  .subtitle-bg {
    font-size: 1.3rem;
    padding: 5px 14px;
  }
  .yakult-bottle {
    max-width: 180px;
  }
  .banner-buttons-section {
    gap: 15px;
  }
  .banner-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .marquee-text-item {
    font-size: 2.8rem;
  }
  .marquee-text-container {
    height: 200px;
    gap: 8px;
  }
  .marquee-content p {
    font-size: 14px;
  }
  .marquee-content-wrapper {
    gap: 60px;
  }
  .badge h3 {
    font-size: 2.5rem;
  }
  .main_title {
    font-size: 2.5rem;
  }
  .trust-section {
    padding: 60px 0;
  }
  .trust-title {
    font-size: 2.5rem;
  }
  .stat-number {
    font-size: 1.8rem;
  }
  .trust-header {
    margin-bottom: 50px;
  }
  .news-marquee-section {
    padding: 12px 0;
  }
  .news-marquee-text {
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 0 15px;
  }
  .products-section {
    padding: 60px 0;
  }
  .products-header {
    margin-bottom: 40px;
  }
  .title-part-1,
  .title-part-2 {
    font-size: 1.5rem;
    padding: 8px 12px;
  }
  .product-card {
    padding: 15px 8px;
  }
  .product-name {
    font-size: 2rem;
  }
  .products-swiper .swiper-button-next,
  .products-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .products-swiper .swiper-button-next::after,
  .products-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
  .experts-section {
    padding: 60px 0;
  }
  .experts-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .experts-subtitle {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
  .experts-header {
    margin-bottom: 40px;
  }
  .testimonial-card {
    padding: 25px 15px;
  }
  .testimonial-card::before {
    top: 6px;
    right: -6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    transform: rotate(0deg);
  }
  .testimonial-card::after {
    top: 12px;
    right: -12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    transform: rotate(-1deg);
  }
  .quote-icon {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .testimonial-text {
    margin-bottom: 20px;
  }
  .testimonial-text p {
    font-size: 13px;
  }
  .testimonial-author {
    gap: 10px;
  }
  .author-image {
    width: 40px;
    height: 40px;
  }
  .author-info h4 {
    font-size: 12px;
  }
  .video-section {
    min-height: auto;
  }
  .promotional-banner {
    padding: 25px 15px;
    min-height: 300px;
  }
  .headline-text {
    font-size: 1.5rem;
  }
  .highlight-box span {
    font-size: 1.3rem;
  }
  .product-info-box {
    padding: 15px;
  }
  .product-info-box h3 {
    font-size: 14px;
  }
  .product-info-box p {
    font-size: 12px;
  }
  .product-bottle {
    max-width: 150px;
  }
  .why-drink-section {
    padding: 60px 0;
  }
  .why-drink-headline {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .why-drink-headline .highlight-yakult {
    margin-left: 5px;
    padding: 5px 12px 2px 12px;
    font-size: 1.8rem;
  }
  .why-drink-text {
    margin-top: 25px;
  }
  .why-drink-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .why-drink-section .discover-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .events-header {
    margin-bottom: 30px;
  }
  .event-content {
    padding: 12px;
  }
  .culture-header {
    margin-bottom: 30px;
  }
  .culture-content {
    padding: 15px;
  }
  .culture-content h3 {
    font-size: 16px;
  }
  .culture-content p {
    font-size: 13px;
  }
  .culture-swiper .swiper-button-next,
  .culture-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .culture-swiper .swiper-button-next::after,
  .culture-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
  .video-container {
    max-width: 100%;
  }
  .btn-primary {
    font-size: 1.15rem;
    padding: 10px 25px;
  }
  .product-image {
    max-width: 140px;
  }
  .product-info p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    min-height: 140px;
  }
  .product-img {
    max-height: 230px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yakult-bottle {
    animation: none !important;
    transform: translateY(0) rotate(-10deg) translateX(-18px) translateZ(0);
    opacity: 1;
  }
  .banner-main-content .banner-title,
  .banner-main-content .banner-subtitle,
  .banner-description-center,
  .banner-buttons-section,
  .button-column p,
  .button-column .banner-btn {
    animation: none !important;
  }
  .banner-main-content .banner-title {
    transform: translateY(0) scale(1) translateZ(0) !important;
    opacity: 1 !important;
  }
  .banner-main-content .banner-title::before, .banner-main-content .banner-title::after {
    display: none !important;
  }
  .banner-main-content .banner-subtitle {
    transform: translateY(0) scale(1) translateZ(0) rotate(-2deg) !important;
    opacity: 1 !important;
  }
  .banner-main-content .banner-subtitle::before, .banner-main-content .banner-subtitle::after {
    display: none !important;
  }
  .marquee-content-wrapper {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
@media print {
  .yakult-main-banner {
    background: white !important;
    min-height: auto;
    padding: 20px 0;
  }
  .yakult-bottle {
    transform: translateY(0) rotate(-10deg) translateX(-18px);
    opacity: 1;
  }
  .banner-main-content .banner-title,
  .banner-main-content .banner-subtitle,
  .banner-description-center,
  .banner-buttons-section,
  .button-column p,
  .button-column .banner-btn {
    animation: none;
  }
  .banner-main-content .banner-title {
    transform: translateY(0) scale(1) translateZ(0);
    opacity: 1;
  }
  .banner-main-content .banner-title::before, .banner-main-content .banner-title::after {
    display: none;
  }
  .banner-main-content .banner-subtitle {
    transform: translateY(0) scale(1) rotate(-2deg);
    opacity: 1;
  }
  .banner-main-content .banner-subtitle::before, .banner-main-content .banner-subtitle::after {
    display: none;
  }
  .marquee-section {
    background: white !important;
    padding: 20px 0;
  }
  .marquee-content-wrapper {
    animation: none !important;
    transform: translateX(0) !important;
  }
  .marquee-bottle {
    display: block;
  }
}
@media (max-width: 480px) {
  .yakult-main-banner {
    padding: 175px 0 30px 0;
  }
  .banner-image-center {
    margin-bottom: 35px;
  }
  .banner-title {
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
  .title-line-2 {
    font-size: 1.8rem;
  }
  .subtitle-bg {
    font-size: 1.1rem;
    padding: 4px 10px;
  }
  .yakult-bottle {
    max-width: 150px;
  }
  .banner-buttons-section {
    gap: 30px;
    flex-direction: column;
  }
  .button-column:last-child {
    text-align: center;
  }
  .button-column p {
    min-height: auto;
  }
  .button-column {
    gap: 10px;
  }
  .banner-btn {
    padding: 10px 25px;
    font-size: 15px !important;
    margin: 0 auto;
  }
  .marquee-bottles {
    padding: 0 5px;
    max-width: 100%;
  }
  .marquee-section {
    padding: 50px 0 70px 0;
  }
  .marquee-text-item {
    font-size: 3rem;
  }
  .marquee-text-container {
    height: 180px;
    gap: 6px;
  }
  .marquee-content {
    margin-top: 25px;
    max-width: 90%;
  }
  .badge h3 {
    font-size: 2.5rem;
  }
  .main_title {
    font-size: 2.5rem;
    flex-direction: column;
  }
  .main_title span {
    margin-left: 0;
    margin-top: 10px;
  }
  .why-drink-content .btn-primary {
    margin-top: 25px;
  }
  .main_title.d_block span {
    margin-top: 20px;
  }
  .experts-slider {
    max-width: 90%;
    margin-left: 20px;
  }
  .testimonial-card {
    border-radius: 15px;
  }
  .stat-item {
    width: 80%;
  }
  .stat-item:nth-child(2n+2) {
    margin-left: 0;
  }
  .trust-section {
    padding: 50px 0;
  }
  .trust-title {
    font-size: 2rem;
  }
  .stat-number {
    font-size: 2.44rem;
  }
  .trust-header {
    margin-bottom: 40px;
  }
  .news-marquee-section {
    padding: 10px 0;
  }
  .news-marquee-text {
    font-size: 11px;
    letter-spacing: 0.2px;
    padding: 0 12px;
  }
  .products-section {
    padding: 80px 0 50px 0;
  }
  .title-part-1,
  .title-part-2 {
    font-size: 1.3rem;
    padding: 6px 10px;
  }
  .product-card {
    padding: 12px 6px;
  }
  .products-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .product-card {
    border-radius: 10px;
  }
  .experts-section {
    padding: 50px 0 20px 0;
  }
  .experts-title {
    font-size: 1.8rem;
  }
  .experts-subtitle {
    font-size: 1.1rem;
    padding: 3px 8px;
  }
  .testimonial-card {
    padding: 20px 12px;
    min-height: 180px;
  }
  .quote-icon {
    font-size: 45px;
  }
  .author-image {
    width: 35px;
    height: 35px;
  }
  .author-info h4 {
    font-size: 11px;
  }
  .promotional-banner {
    padding: 20px 12px;
    min-height: 250px;
  }
  .headline-text {
    font-size: 1.3rem;
  }
  .highlight-box span {
    font-size: 1.1rem;
  }
  .product-info-box {
    padding: 12px;
  }
  .product-info-box h3 {
    font-size: 25px;
  }
  .product-info-box p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .product-bottle {
    max-width: 120px;
  }
  .product-details {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
    border: 5px solid #f69b9d;
  }
  .product-details .btn-primary {
    margin-top: 15px;
  }
  .promotional-banner-right {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .product-label {
    padding: 5px 15px 0 15px;
    border-radius: 10px;
    font-size: 1.1rem;
    margin-right: 30px;
  }
  .promotional-banner-section .container {
    height: 900px;
  }
  .promotional-banner-content {
    justify-content: center;
    height: 100%;
  }
  .promotional-banner-swiper .swiper-button-prev {
    left: 15px;
  }
  .promotional-banner-swiper .swiper-button-next {
    right: 15px;
  }
  .why-drink-section {
    padding: 50px 0;
  }
  .why-drink-headline {
    font-size: 1.8rem;
  }
  .why-drink-headline .highlight-yakult {
    margin-left: 3px;
    padding: 4px 10px 2px 10px;
    font-size: 1.6rem;
  }
  .why-drink-section .discover-btn {
    padding: 8px 16px;
    font-size: 11px;
  }
  .events-header {
    margin-bottom: 25px;
  }
  .event-content {
    padding: 10px;
  }
  .culture-section {
    padding: 60px 0 0 0;
  }
  .culture-header {
    margin-bottom: 25px;
  }
  .culture-image {
    height: 400px;
    width: 305px;
  }
  .culture-image img {
    border-radius: 15px;
  }
  .culture-content {
    padding: 12px;
  }
  .culture-content h3 {
    font-size: 14px;
  }
  .culture-content p {
    font-size: 12px;
  }
  .banner-subtitle h2 {
    font-size: 1.8rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
  .events-section .swiper-button-next {
    right: 0;
  }
  .events-section .swiper-button-prev {
    left: 0;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1500px) {
  html {
    font-size: 89%;
  }
}

@media (max-width: 1500px) {
  .container {
    width: 75% !important;
  }
}

.trans,
.button {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.wrap {
  max-width: calc(1200px + 6%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.border_none {
  border: none !important;
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}
@media (max-width: 700px) {
  .w_50 {
    width: 100%;
  }
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.z_10 {
  z-index: 10;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_center {
  align-items: center;
}

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

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.image_res {
  max-width: 100%;
  display: block;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px !important;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .pt_65 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .pt_85 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .pb_85 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .pt_95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_95 {
    padding-top: 46px;
  }
}

.pb_95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .pb_95 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_95 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1024px) {
  .pt_220 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.max_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

:global(body.rtl) .ml_auto {
  margin-left: 0;
  margin-right: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 15px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 35px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .mt_150 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mt_150 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .mt_150 {
    margin-top: 100px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.breadcrumb_section {
  width: 100%;
  top: 0;
  left: 0;
}
.breadcrumb_section ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb_section ul li {
  position: relative;
  padding-left: 25px;
}
.breadcrumb_section ul li::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: auto;
  aspect-ratio: 1/1;
  width: 12px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 700px) {
  .breadcrumb_section ul li::after {
    width: 10px;
  }
}
.breadcrumb_section ul li .home_icon {
  height: auto;
  width: 20px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 700px) {
  .breadcrumb_section ul li .home_icon {
    width: 18px;
  }
}
.breadcrumb_section ul li a {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb_section ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb_section ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .breadcrumb_section ul li a {
    font-size: 14px;
  }
}
.breadcrumb_section ul li:first-child {
  background-image: unset;
  padding-left: 0;
}
.breadcrumb_section ul li:first-child::after {
  display: none;
}
.breadcrumb_section ul li:last-child a {
  color: var(--color-primary);
  font-weight: 600;
}
.breadcrumb_section ul li:last-child::after {
  background-image: url("../images/icon/breadcrumb-arrow-color.svg");
}
@media only screen and (max-width: 1200px) {
  .breadcrumb_section ul li {
    padding-left: 20px;
    background-position: 8px 5px;
    background-size: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb_section ul li {
    background-position: 8px center;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumb_section {
    position: unset !important;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb_section {
    padding-top: 20px;
  }
}

.image-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.image-title-block .img-sec {
  width: 50%;
  max-width: 520px;
  flex-shrink: 1;
}
.image-title-block .img-sec .img-wrap {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 820px) {
  .image-title-block .img-sec .img-wrap {
    border-radius: 15px;
    max-height: 400px;
  }
}
.image-title-block .img-sec .img-wrap.border_red {
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 820px) {
  .image-title-block .img-sec {
    width: 100%;
    max-width: unset;
  }
}
.image-title-block .text-sec {
  width: 49%;
}
.image-title-block .text-sec .title_h2 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
.image-title-block .text-sec p span {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 820px) {
  .image-title-block .text-sec {
    width: 100%;
    max-width: unset;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .image-title-block .text-sec {
    padding-top: 20px;
  }
}
.image-title-block.reverse-dir {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 820px) {
  .image-title-block {
    flex-wrap: wrap;
  }
}

.mission-commitment-section .mission-commitment-container {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .mission-commitment-section .mission-commitment-container {
    flex-wrap: wrap;
  }
}
.mission-commitment-section .mission-common-block {
  background: var(--color-bg);
  border-radius: 40px;
  border: 7px solid #fff;
  min-height: 430px;
  padding: 50px 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  max-width: 660px;
  flex-shrink: 0;
  transform: rotate(-7deg);
}
.mission-commitment-section .mission-common-block h3 {
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
}
.mission-commitment-section .mission-common-block:last-child {
  position: absolute;
  bottom: 0;
  transform: rotate(5deg);
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .mission-commitment-section .mission-common-block {
    width: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .mission-commitment-section .mission-common-block {
    min-height: 350px;
    padding: 40px 5%;
  }
}
@media only screen and (max-width: 700px) {
  .mission-commitment-section .mission-common-block {
    min-height: 230px;
    padding: 30px 5%;
    width: 100%;
    transform: unset !important;
    position: unset !important;
    gap: 15px;
    margin-bottom: 10px;
    border-radius: 25px;
  }
}

.vision-section {
  background: #fdefe1;
}
.vision-section .vision-container {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vision-section .vision-container h4 {
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
.vision-section .vision-container p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.title_desc_content_block_1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.title_desc_content_block_1 h2 {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.title_desc_content_block_1 p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  max-width: 725px;
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .title_desc_content_block_1 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .title_desc_content_block_1 p {
    font-size: 14px;
  }
}

.history_slider_section .slider_card_block {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  height: auto;
  width: 100%;
}
.history_slider_section .slider_card_block .img {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.history_slider_section .slider_card_block .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .history_slider_section .slider_card_block .img {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .history_slider_section .slider_card_block .img {
    height: 200px;
    border-radius: 15px;
  }
}
.history_slider_section .slider_card_block .year_block {
  color: #000000;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .history_slider_section .slider_card_block .year_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.history_slider_section .slider_card_block .dot_timeline {
  height: auto;
  width: 10px;
  aspect-ratio: 1/1;
  background: var(--color-primary);
  border-radius: 50%;
  position: relative;
}
.history_slider_section .slider_card_block .dot_timeline::after {
  pointer-events: none;
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, rgba(157, 157, 157, 0.0823529412), rgba(157, 157, 157, 0.3843137255), rgba(157, 157, 157, 0.0823529412));
  height: 1px;
  width: 10000%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.history_slider_section .slider_card_block p {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.history_slider_section .swiper-slide {
  opacity: 0.5;
  transition: inherit;
  height: auto !important;
  display: flex;
  align-items: stretch;
}
.history_slider_section .swiper-slide-active {
  opacity: 1;
}
.history_slider_section .button_sec {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.history_slider_section .button_sec .slider_btn {
  background: var(--color-primary);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.history_slider_section .button_sec .slider_btn .btn_icon {
  width: 50%;
}
.history_slider_section .button_sec .slider_btn:hover {
  transform: scale(1.02);
}
.history_slider_section .button_sec .slider_btn.prev_btn {
  transform: scaleX(-1);
}
.history_slider_section .button_sec .slider_btn.prev_btn:hover {
  transform: scaleX(-1) scale(1.02);
}
.history_slider_section .button_sec .slider_btn.swiper-button-disabled {
  background: #a2a2a2;
  cursor: not-allowed;
}
.history_slider_section .button_sec .slider_btn.swiper-button-disabled img {
  filter: contrast(0.8);
}
@media only screen and (max-width: 1024px) {
  .history_slider_section .button_sec .slider_btn {
    width: 45px;
  }
}
@media only screen and (max-width: 700px) {
  .history_slider_section .button_sec .slider_btn {
    width: 40px;
  }
}

.key-highlights-section {
  /* light beige */
  text-align: center;
}
.key-highlights-section .highlight-title {
  font-weight: 400;
}
.key-highlights-section .highlight-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.key-highlights-section .highlight-cards.extra_height_cards {
  min-height: 330px;
}
@media only screen and (max-width: 1024px) {
  .key-highlights-section .highlight-cards.extra_height_cards {
    min-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .key-highlights-section .highlight-cards.extra_height_cards {
    min-height: 200px;
  }
}
.key-highlights-section .highlight-cards .card {
  width: 30%;
  max-width: 375px;
  min-height: 280px;
  padding: 40px 3%;
  border-radius: 40px;
  border: 4px solid transparent;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Colors */
}
.key-highlights-section .highlight-cards .card .icon-sec {
  max-width: 65px;
  max-height: 70px;
  margin-bottom: 15px;
}
.key-highlights-section .highlight-cards .card .icon-sec .icon {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.key-highlights-section .highlight-cards .card p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .key-highlights-section .highlight-cards .card p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .key-highlights-section .highlight-cards .card p {
    font-size: 14px;
  }
}
.key-highlights-section .highlight-cards .card h3 {
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.1;
  margin-top: auto;
}
.key-highlights-section .highlight-cards .card span {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .key-highlights-section .highlight-cards .card span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .key-highlights-section .highlight-cards .card span {
    font-size: 14px;
  }
}
.key-highlights-section .highlight-cards .card.red {
  background: #f8cabe;
  border-color: #ffbaa8;
  transform: rotate(-5deg);
}
.key-highlights-section .highlight-cards .card.blue {
  background: #ffffff;
  border-color: #c2ebff;
  transform: rotate(5deg);
}
.key-highlights-section .highlight-cards .card.blue.dark_blue {
  background: #dff5ff;
}
.key-highlights-section .highlight-cards .card.yellow {
  background: #fffde7;
  border-color: #fffac0;
  transform: rotate(-5deg);
}
.key-highlights-section .highlight-cards .card.yellow.rev_rotate {
  transform: rotate(5deg);
}
@media only screen and (max-width: 700px) {
  .key-highlights-section .highlight-cards .card.order_5 {
    order: 5;
  }
}
@media only screen and (max-width: 1024px) {
  .key-highlights-section .highlight-cards .card {
    border-radius: 30px;
    padding: 20px 3%;
  }
}
@media only screen and (max-width: 768px) {
  .key-highlights-section .highlight-cards .card {
    min-height: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .key-highlights-section .highlight-cards .card {
    transform: unset !important;
    width: 100%;
    min-height: 150px;
    max-width: unset;
    padding: 20px 5%;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .key-highlights-section .highlight-cards {
    gap: 15px;
  }
}

.title_video_section {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title_video_section .title_video_container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title_video_section .title_video_container h2 {
  font-weight: 400;
}
.title_video_section .title_video_container p {
  max-width: 745px;
  text-align: center;
}
.title_video_section .video_round_sec {
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 1s ease;
}
.title_video_section .video_round_sec video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.title_video_section .video_round_sec .play_btn {
  height: auto;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200px;
  max-height: 200px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.171);
  border: 1px solid var(--color-primary);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-image: url("../images/icon/play-icon.svg");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 20%;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1024px) {
  .title_video_section .video_round_sec .play_btn {
    max-width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .title_video_section .video_round_sec .play_btn {
    max-width: 100px;
  }
}
.title_video_section .video_round_sec.video_playing {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  border-radius: 0;
  margin-bottom: 0;
}
.title_video_section .video_round_sec.video_playing .play_btn {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .title_video_section .video_round_sec {
    width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .title_video_section .video_round_sec {
    width: 100px;
  }
}

.four_column_section .four_column_container {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  background: hsla(0, 100%, 3%, 0.15);
  justify-content: space-between;
}
.four_column_section .four_column_container .card {
  background: var(--color-bg);
  width: calc(50% - 0.5px);
  min-height: 270px;
}
.four_column_section .four_column_container .card h4 {
  font-weight: 400;
  line-height: 1.2;
}
.four_column_section .four_column_container .card:first-child {
  position: relative;
}
.four_column_section .four_column_container .card:first-child::after {
  position: absolute;
  content: "";
  background: var(--color-bg);
  height: 20%;
  width: 10%;
  bottom: -10%;
  right: -5%;
  z-index: 1;
  transition: all 0.3s ease;
}
.four_column_section .four_column_container .card:nth-child(2n) {
  padding-left: 8%;
}
.four_column_section .four_column_container .card:nth-child(2n+1) {
  padding-right: 8%;
}
@media only screen and (max-width: 1024px) {
  .four_column_section .four_column_container .card {
    min-height: unset;
  }
}
@media only screen and (max-width: 700px) {
  .four_column_section .four_column_container .card {
    width: 100%;
    padding: 15px 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .four_column_section .four_column_container {
    gap: 0;
  }
}

.product_slider_section .product_card {
  width: 100%;
  transition: all 0.3s ease;
}
.product_slider_section .product_card .img_block {
  border-radius: 25px;
  overflow: hidden;
  border: 4px solid rgba(237, 22, 79, 0.2);
  aspect-ratio: 3.5/4;
}
.product_slider_section .product_card .img_block img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_slider_section .swiper-slide {
  padding: 0% 15px;
}
.product_slider_section .swiper-slide:nth-child(2n+1) .product_card {
  transform: rotate(2deg);
}
@media only screen and (max-width: 700px) {
  .product_slider_section .swiper-slide:nth-child(2n+1) .product_card {
    transform: rotate(0deg);
  }
}
.product_slider_section .swiper-slide:nth-child(2n+1) .product_card:hover {
  transform: rotate(0deg);
}
.product_slider_section .swiper-slide:nth-child(2n) .product_card {
  transform: rotate(-2deg);
}
@media only screen and (max-width: 700px) {
  .product_slider_section .swiper-slide:nth-child(2n) .product_card {
    transform: rotate(0deg);
  }
}
.product_slider_section .swiper-slide:nth-child(2n) .product_card:hover {
  transform: rotate(0deg);
}
@media only screen and (max-width: 700px) {
  .product_slider_section .swiper-slide {
    padding: 0% 7px;
  }
}

.zigzag-cards-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.zigzag-cards-section.min_height_260 .key-research-card {
  min-height: 260px;
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section.min_height_260 .key-research-card {
    min-height: 220px;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section.min_height_260 .key-research-card {
    min-height: 150px;
  }
}
.zigzag-cards-section.card_bg_white .key-research-card {
  background: #ffffff;
  border-color: #fdefe1;
}
.zigzag-cards-section .key-research-card {
  min-height: 320px;
  width: 50%;
  background: #fdeee3;
  border-radius: 40px;
  padding: 50px 5%;
  transform-origin: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 7px solid white;
}
.zigzag-cards-section .key-research-card h3 {
  margin-top: auto;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}
.zigzag-cards-section .key-research-card p {
  font-size: 18px;
  line-height: 1.4;
  max-width: 80%;
}
@media only screen and (max-width: 1280px) {
  .zigzag-cards-section .key-research-card p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section .key-research-card p {
    font-size: 14px;
  }
}
.zigzag-cards-section .key-research-card .number {
  line-height: 1.1;
  font-weight: 400;
  color: #ed164f;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media only screen and (max-width: 1280px) {
  .zigzag-cards-section .key-research-card .number {
    right: 7%;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section .key-research-card .number {
    top: 30px;
  }
}
.zigzag-cards-section .key-research-card.card1 {
  position: relative;
  left: 5%;
  transform: rotate(-7deg);
}
.zigzag-cards-section .key-research-card.card2 {
  position: relative;
  top: 150px;
  transform: rotate(5deg);
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section .key-research-card.card2 {
    top: 120px;
  }
}
.zigzag-cards-section .key-research-card.card3 {
  position: relative;
  left: 5%;
  top: 50px;
  transform: rotate(-1deg);
}
.zigzag-cards-section .key-research-card.card4 {
  top: 180px;
  position: relative;
  transform: rotate(-7deg);
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section .key-research-card.card4 {
    top: 150px;
  }
}
.zigzag-cards-section .key-research-card.card5 {
  top: 100px;
  position: relative;
  left: 5%;
  transform: rotate(5deg);
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section .key-research-card.card5 {
    top: 80px;
  }
}
.zigzag-cards-section .key-research-card.px_3 {
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section .key-research-card {
    min-height: 250px;
    border: 5px solid white;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section .key-research-card {
    min-height: 150px;
    border-radius: 20px;
    padding: 30px 5%;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    width: 100%;
  }
}
.zigzag-cards-section.country_card_section {
  margin-bottom: 180px;
}
.zigzag-cards-section.country_card_section .country_card {
  background: white;
  border: 7px solid #fdeee3;
}
.zigzag-cards-section.country_card_section .country_card .flag_icon {
  height: auto;
  aspect-ratio: 1/1;
  width: 55px;
}
.zigzag-cards-section.country_card_section .country_card .flag_icon img {
  max-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .zigzag-cards-section.country_card_section {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section.country_card_section {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .zigzag-cards-section {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .zigzag-cards-section {
    margin-bottom: 10px;
  }
}

.zig_zag_swiper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.zig_zag_swiper .title .button_sec {
  display: flex;
  gap: 20px;
}
.zig_zag_swiper .recipeSwiper {
  overflow: visible;
}
.zig_zag_swiper .recipeSwiper .swiper-slide .card_block {
  transform: rotate(2deg);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 700px) {
  .zig_zag_swiper .recipeSwiper .swiper-slide .card_block {
    transform: rotate(0deg);
  }
}
.zig_zag_swiper .recipeSwiper .swiper-slide:nth-child(2n) .card_block {
  transform: rotate(-2deg);
}
@media only screen and (max-width: 700px) {
  .zig_zag_swiper .recipeSwiper .swiper-slide:nth-child(2n) .card_block {
    transform: rotate(0deg);
  }
}
.zig_zag_swiper .recipeSwiper .swiper-slide:hover .card_block {
  transform: rotate(0deg);
}

.certifications_section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.certifications_section.bg_faded .cert-card {
  background: rgba(253, 239, 225, 0.3);
}
.certifications_section .cert-card {
  border-radius: 20px;
  padding: 30px 3%;
  width: 100%;
  text-align: center;
  border: 1px solid var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.certifications_section .cert-card.img_120 img {
  max-width: 180px;
  min-height: 120px;
}
.certifications_section .cert-card img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
  mix-blend-mode: darken;
}
@media only screen and (max-width: 1280px) {
  .certifications_section .cert-card img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .certifications_section .cert-card img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .certifications_section .cert-card img {
    max-width: 60px;
  }
}
.certifications_section .cert-card p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.certifications_section .cert-card.research_card {
  padding: 25px;
  align-items: flex-start;
  text-align: start;
}
.certifications_section .cert-card.research_card .download_icon {
  height: auto;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  background: rgba(237, 22, 79, 0.1019607843);
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.certifications_section .cert-card.research_card .download_icon img {
  width: 60%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .certifications_section .cert-card.research_card .download_icon {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .certifications_section .cert-card.research_card .download_icon {
    width: 55px;
  }
}
@media only screen and (max-width: 700px) {
  .certifications_section .cert-card.research_card .download_icon {
    width: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .certifications_section .cert-card.research_card {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .certifications_section .cert-card {
    padding: 25px 3%;
  }
}
@media only screen and (max-width: 700px) {
  .certifications_section .cert-card {
    border-radius: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .certifications_section {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .certifications_section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .certifications_section {
    grid-template-columns: repeat(1, 1fr);
  }
}

.factory-tour {
  background: var(--color-primary);
  /* Bright pinkish red background */
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.factory-tour.bg_changes {
  background-color: var(--color-bg);
}
.factory-tour.bg_changes .custom_title {
  color: #000;
}
.factory-tour.bg_changes .custom_title span {
  color: var(--color-bg);
  background-color: var(--color-primary);
}
.factory-tour.bg_changes .custom_title span.color-white {
  color: #fff;
}
.factory-tour.bg_changes p {
  color: #000;
}
.factory-tour p {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  width: 100%;
}
.factory-tour p.max_width_500 {
  max-width: 500px;
}

.contact_form {
  width: 100%;
}
.contact_form ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_form ul li {
  width: calc(50% - 10px);
}
.contact_form ul li textarea {
  min-height: 210px;
}
@media only screen and (max-width: 1024px) {
  .contact_form ul li textarea {
    min-height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form ul li textarea {
    min-height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form ul {
    gap: 15px;
  }
}

.three_column_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.three_column_grid .primary_card_block {
  transform: rotate(2deg);
}
.three_column_grid .primary_card_block:nth-child(2n+1) {
  transform: rotate(-2deg);
}
@media only screen and (max-width: 500px) {
  .three_column_grid .primary_card_block:nth-child(2n+1) {
    transform: rotate(0deg);
  }
}
.three_column_grid .primary_card_block.no_rotate {
  transform: rotate(0deg);
}
@media only screen and (max-width: 500px) {
  .three_column_grid .primary_card_block {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 1024px) {
  .three_column_grid {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .three_column_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .three_column_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-details-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-details-section .product_details_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-details-section .product_details_container .product_detail_sec {
  max-width: 550px;
  width: 50%;
}
.product-details-section .product_details_container .product_detail_sec h3 {
  line-height: 1.1;
}
.product-details-section .product_details_container .product_detail_sec ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-details-section .product_details_container .product_detail_sec ul li {
  display: flex;
  justify-content: space-between;
  font-size: inherit;
  padding: 10px 0;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
}
.product-details-section .product_details_container .product_detail_sec ul li.title {
  font-weight: bold;
}
.product-details-section .product_details_container .product_detail_sec ul li:last-child {
  border-bottom: 0;
}
.product-details-section .product_details_container .product_detail_sec .descriptions_sec h3 {
  font-family: var(--font-text-medium);
}
@media only screen and (max-width: 768px) {
  .product-details-section .product_details_container .product_detail_sec {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-details-section .product_details_container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .product-details-section {
    background-image: unset !important;
  }
}

.accordion_section .accordion_item {
  border-bottom: 1px solid #ddd;
}
.accordion_section .accordion_item .accordion_header {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.accordion_section .accordion_item .accordion_header:focus {
  outline: none;
}
.accordion_section .accordion_item .accordion_header .icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .accordion_section .accordion_item .accordion_header .icon {
    width: 12px;
  }
}
.accordion_section .accordion_item .accordion_header.active .icon {
  transform: rotate(45deg);
  /* plus → cross */
}
@media only screen and (max-width: 1024px) {
  .accordion_section .accordion_item .accordion_header {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  .accordion_section .accordion_item .accordion_header {
    padding: 10px 0;
  }
}
.accordion_section .accordion_item .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 0;
}
.accordion_section .accordion_item .accordion_content p {
  padding: 10px 0;
  margin: 0;
  padding-top: 0;
}
.accordion_section .accordion_item.active .accordion_content {
  opacity: 1;
}
.accordion_section .accordion_item.border_dark {
  border-color: rgba(44, 44, 44, 0.3568627451);
}

.careers_list_sec {
  display: flex;
  flex-direction: column;
}
.careers_list_sec li {
  width: 100%;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding: 25px 3%;
  margin-bottom: 20px;
  position: relative;
}
.careers_list_sec li .icon_sec {
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 116px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.careers_list_sec li .icon_sec .img_icon {
  width: 40%;
}
@media only screen and (max-width: 1280px) {
  .careers_list_sec li .icon_sec {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers_list_sec li .icon_sec {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .careers_list_sec li .icon_sec {
    width: 50px;
  }
}
.careers_list_sec li .time_designation_sec {
  width: 100%;
  max-width: 250px;
}
.careers_list_sec li .time_designation_sec span {
  font-size: 18px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .careers_list_sec li .time_designation_sec span {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .careers_list_sec li .time_designation_sec span {
    padding-bottom: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .careers_list_sec li .time_designation_sec {
    max-width: 100%;
  }
}
.careers_list_sec li .desc_sec {
  width: 100%;
  max-width: 500px;
}
.careers_list_sec li .button_sec {
  flex-shrink: 0;
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  border-radius: 50%;
}
.careers_list_sec li .button_sec .btn_icon {
  width: 35%;
  margin-left: 2px;
}
@media only screen and (max-width: 1024px) {
  .careers_list_sec li .button_sec {
    width: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .careers_list_sec li .button_sec {
    width: 35px;
    position: absolute;
    right: 4%;
    top: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers_list_sec li {
    margin-bottom: 15px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .careers_list_sec li {
    margin-bottom: 10px;
    padding: 25px 4%;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.feedback_form > li {
  margin-bottom: 40px;
}
.feedback_form > li h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.feedback_form > li h5.no_border {
  border-bottom: none;
}
.feedback_form > li ul > li {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .feedback_form > li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .feedback_form > li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .feedback_form > li {
    margin-bottom: 250x;
  }
}

.location_list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.location_list > li {
  display: flex;
}
.location_list > li.extra_width {
  grid-column: span 2;
}
.location_list > li.extra_width .location_list_office_card {
  display: flex;
  gap: 5%;
  row-gap: 20px;
  flex-wrap: wrap;
}
.location_list > li.extra_width .location_list_office_card h3 {
  width: 45%;
}
@media only screen and (max-width: 700px) {
  .location_list > li.extra_width .location_list_office_card h3 {
    width: 100%;
  }
}
.location_list > li.extra_width .location_list_office_card .office-info {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .location_list > li.extra_width .location_list_office_card .office-info {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .location_list > li {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 820px) {
  .location_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.location_list_office_card {
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  padding: 35px 30px;
  background: hsla(30, 88%, 94%, 0.3);
}
.location_list_office_card h3 {
  color: #000000;
  width: 100%;
}
.location_list_office_card h3 span {
  margin-top: 10px;
  font-weight: 400;
  color: #535353;
  font-family: inherit;
}
.location_list_office_card .office-info {
  width: 100%;
}
.location_list_office_card .office-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #333;
  gap: 10px;
  align-items: flex-start;
}
.location_list_office_card .office-info li .icon_block {
  margin-top: 3px;
  max-width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .location_list_office_card {
    padding: 25px 30px;
  }
}

.events_card .date_block {
  color: #b3b3b3;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .events_card .date_block {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .events_card .date_block {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .events_card .date_block {
    font-size: 14px;
  }
}
.events_card .location_block {
  color: #808080;
  font-size: 18px;
}
.events_card .location_block strong {
  color: #3b3b3b;
}
@media only screen and (max-width: 1024px) {
  .events_card .location_block {
    font-size: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .events_card .location_block {
    font-size: 16px;
  }
}

.table_section {
  background: hsla(30, 88%, 94%, 0.3);
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  padding: 0 25px;
  overflow-x: auto;
}
.table_section table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}
.table_section table th,
.table_section table td {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2392156863);
  font-size: 20px;
  color: #444;
  text-align: start;
}
@media only screen and (max-width: 1024px) {
  .table_section table th,
  .table_section table td {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .table_section table th,
  .table_section table td {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 700px) {
  .table_section table th,
  .table_section table td {
    min-width: 180px;
    padding: 15px 8px;
  }
}
.table_section table th {
  font-weight: 600;
  border-bottom: 1px solid var(--color-primary);
  font-size: 25px;
}
@media only screen and (max-width: 1280px) {
  .table_section table th {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .table_section table th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .table_section table th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .table_section table th {
    font-size: 15px;
  }
}
.table_section table tr:last-child td {
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .table_section {
    padding: 10px 15px;
  }
}

.video_section .video_block {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.video_section .video_block video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_section .video_block .play_btn {
  height: auto;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 116px;
  max-height: 116px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.171);
  border: 1px solid var(--color-primary);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-image: url("../images/icon/play-icon.svg");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 20%;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1024px) {
  .video_section .video_block .play_btn {
    max-width: 90px;
    background-position: 51% center;
  }
}
@media only screen and (max-width: 700px) {
  .video_section .video_block .play_btn {
    max-width: 60px;
  }
}
.video_section .video_block.video_playing .play_btn {
  opacity: 0;
}

.masonry_gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.masonry_gallery li {
  overflow: hidden;
  border-radius: 25px;
  width: calc(33.3333% - 14px);
  display: flex;
  flex-direction: column;
  gap: inherit;
}
.masonry_gallery li img,
.masonry_gallery li video {
  border-radius: inherit;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.masonry_gallery li:nth-child(2) {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .masonry_gallery li:nth-child(2) {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 700px) {
  .masonry_gallery li:nth-child(2) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .masonry_gallery li {
    border-radius: 15px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 700px) {
  .masonry_gallery {
    gap: 15px;
  }
}

.news_detail_sec .detail_img {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .news_detail_sec .detail_img {
    border-radius: 15px;
  }
}
.news_detail_sec .content_detail_sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.news_detail_sec .content_detail_sec .share_sec {
  max-width: 260px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.news_detail_sec .content_detail_sec .share_sec ul {
  display: flex;
  gap: 10px;
}
.news_detail_sec .content_detail_sec .share_sec ul li a {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(27, 27, 27, 0.1725490196);
}
.news_detail_sec .content_detail_sec .share_sec ul li a img {
  max-width: 40%;
  max-height: 40%;
  filter: contrast(0.1);
}
.news_detail_sec .content_detail_sec .share_sec ul li a:hover {
  background: rgba(235, 235, 235, 0.3215686275);
}
.news_detail_sec .content_detail_sec .share_sec ul li a:hover img {
  filter: contrast(1);
}
@media only screen and (max-width: 700px) {
  .news_detail_sec .content_detail_sec .share_sec ul li a {
    width: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_detail_sec .content_detail_sec .share_sec {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .news_detail_sec .content_detail_sec .share_sec {
    gap: 10px;
  }
}
.news_detail_sec .content_detail_sec .content_sec {
  max-width: 710px;
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .news_detail_sec .content_detail_sec .content_sec {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .news_detail_sec .content_detail_sec {
    gap: 15px;
  }
}

.event_details_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.event_details_sec .left_sec,
.event_details_sec .right_sec {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .event_details_sec .left_sec,
  .event_details_sec .right_sec {
    width: 100%;
  }
}
.event_details_sec .map_sec {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  .event_details_sec .map_sec {
    border-radius: 15px;
  }
}

.location_list_grid {
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .location_list_grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .location_list_grid {
    gap: 20px;
  }
}

.location_card {
  min-height: 270px;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  background: rgba(253, 239, 225, 0.3411764706);
  padding: 20px 25px;
  position: relative;
}
.location_card .location_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.location_card .location_header .location_address {
  color: #555;
}
.location_card .location_header .location_logo {
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_card .location_header .location_logo img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location_card .description_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 10px;
}
.location_card .description_sec p {
  color: #333;
}
.location_card .description_sec .icon_sec {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.location_card .description_sec .icon_sec img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location_card .location_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.location_card .location_footer .phone {
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
}
.location_card .location_footer .phone i {
  margin-right: 6px;
  color: #ed164f;
}
.location_card .location_footer .direftion_btn {
  min-height: 43px;
}
@media only screen and (max-width: 768px) {
  .location_card .location_footer .direftion_btn {
    min-height: 35px;
  }
}
@media only screen and (max-width: 700px) {
  .location_card {
    min-height: unset;
  }
}

:lang(ar) .mission-commitment-section .mission-common-block,
body.rtl .mission-commitment-section .mission-common-block {
  transform: rotate(7deg);
}
:lang(ar) .mission-commitment-section .mission-common-block:last-child,
body.rtl .mission-commitment-section .mission-common-block:last-child {
  transform: rotate(-5deg);
  right: unset;
  left: 0;
}
:lang(ar) .history_slider_section .button_sec,
body.rtl .history_slider_section .button_sec {
  flex-direction: row-reverse;
}
:lang(ar) .four_column_section .four_column_container .card:first-child,
body.rtl .four_column_section .four_column_container .card:first-child {
  position: relative;
}
:lang(ar) .four_column_section .four_column_container .card:first-child::after,
body.rtl .four_column_section .four_column_container .card:first-child::after {
  right: unset !important;
  left: -5%;
}
:lang(ar) .four_column_section .four_column_container .card:nth-child(2n),
body.rtl .four_column_section .four_column_container .card:nth-child(2n) {
  padding-left: unset !important;
  padding-right: 8%;
}
:lang(ar) .four_column_section .four_column_container .card:nth-child(2n+1),
body.rtl .four_column_section .four_column_container .card:nth-child(2n+1) {
  padding-right: unset !important;
  padding-left: 8%;
}
:lang(ar) .zigzag-cards-section .key-research-card .number,
body.rtl .zigzag-cards-section .key-research-card .number {
  right: unset !important;
  left: 50px;
}
@media only screen and (max-width: 1280px) {
  :lang(ar) .zigzag-cards-section .key-research-card .number,
  body.rtl .zigzag-cards-section .key-research-card .number {
    left: 7%;
  }
}
:lang(ar) .zigzag-cards-section .key-research-card.card1,
body.rtl .zigzag-cards-section .key-research-card.card1 {
  left: unset !important;
  right: 5%;
  transform: rotate(7deg);
}
:lang(ar) .zigzag-cards-section .key-research-card.card2,
body.rtl .zigzag-cards-section .key-research-card.card2 {
  transform: rotate(-5deg);
}
:lang(ar) .zigzag-cards-section .key-research-card.card3,
body.rtl .zigzag-cards-section .key-research-card.card3 {
  left: unset !important;
  right: 5%;
  transform: rotate(1deg);
}
:lang(ar) .zigzag-cards-section .key-research-card.card4,
body.rtl .zigzag-cards-section .key-research-card.card4 {
  transform: rotate(7deg);
}
@media only screen and (max-width: 700px) {
  :lang(ar) .zigzag-cards-section .key-research-card,
  body.rtl .zigzag-cards-section .key-research-card {
    right: unset !important;
  }
}
:lang(ar) .breadcrumb_section ul li,
body.rtl .breadcrumb_section ul li {
  padding-right: 25px;
  padding-left: unset;
}
:lang(ar) .breadcrumb_section ul li::after,
body.rtl .breadcrumb_section ul li::after {
  transform: translateY(-50%) scaleX(-1);
  left: unset;
  right: 5px;
}
:lang(ar) .breadcrumb_section ul li:first-child,
body.rtl .breadcrumb_section ul li:first-child {
  background-image: unset;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  :lang(ar) .breadcrumb_section ul li,
  body.rtl .breadcrumb_section ul li {
    padding-right: 20px;
    background-position: 8px center;
  }
}
:lang(ar) .careers_list_sec li .button_sec,
body.rtl .careers_list_sec li .button_sec {
  transform: scaleX(-1);
}
@media only screen and (max-width: 700px) {
  :lang(ar) .careers_list_sec li .button_sec,
  body.rtl .careers_list_sec li .button_sec {
    position: absolute;
    right: unset;
    left: 4%;
  }
}

.about-tabs-section {
  position: sticky;
  background: rgba(255, 236, 217, 0.6);
  margin-left: auto;
  margin-right: auto;
  max-width: 1315px;
  height: 72px;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
  top: 110px;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 90%;
}
.about-tabs-section ul {
  width: 100%;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  justify-content: space-between;
  align-items: center;
  scrollbar-width: thin;
}
.about-tabs-section ul li {
  flex-shrink: 0;
}
.about-tabs-section ul li a {
  padding: 0 10px;
  color: var(--color-text);
  transition: all 0.3s ease;
}
.about-tabs-section ul li a.active {
  font-weight: 600;
}
.about-tabs-section ul li a:hover {
  color: black;
}
@media only screen and (max-width: 1366px) {
  .about-tabs-section ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .about-tabs-section {
    height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-tabs-section {
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .about-tabs-section {
    top: 90px;
  }
}
@media only screen and (max-width: 700px) {
  .about-tabs-section {
    height: unset;
  }
}
.about-tabs-section.product-tabs-section {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Koulen";
  src: url("../fonts/Koulen-Regular.woff2") format("woff2"), url("../fonts/Koulen-Regular.woff") format("woff"), url("../fonts/Koulen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-Regular.woff2") format("woff2"), url("../fonts/NotoSansArabic-Regular.woff") format("woff"), url("../fonts/NotoSansArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-arabic: "Noto Sans Arabic", sans-serif;
  --font-heading: "Koulen", sans-serif;
  --font-default: "Gilroy", sans-serif;
  --font-default-medium: "Gilroy-Medium", sans-serif;
  --font-default-bold: "Gilroy-Bold", sans-serif;
  --color-primary: #ed164f;
  --color-text: #bd0000;
  --color-bg: #fdefe1;
}

html,
main {
  overflow-x: hidden;
}

main {
  font-family: var(--font-default);
  overflow: hidden;
}

.rtl main {
  font-family: var(--font-arabic);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.container-header {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
  display: block;
  font-family: var(--font-heading);
}

span,
a,
p,
img,
input,
label,
button,
textarea {
  display: block;
  font-family: var(--font-default);
}

.font-medium {
  font-family: var(--font-default-medium);
}

.font-bold {
  font-family: var(--font-default-bold);
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}

.btn-default-bg {
  background-color: var(--color-primary);
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  height: 42px;
  padding: 0px 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .btn-default-bg {
    height: 38px;
    font-size: 15px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-default-bg {
    height: 35px;
    padding: 0px 10px;
    font-size: 14px;
  }
}

.font_head {
  font-family: var(--font-heading);
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ul li {
  list-style: none;
}

p {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 1280px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  p {
    font-size: 14px;
  }
}

.font-100 {
  font-size: 6.25rem;
}
@media only screen and (max-width: 1440px) {
  .font-100 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .font-100 {
    font-size: 4.375rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1024px) {
  .font-100 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-100 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-100 {
    font-size: 2.5rem;
  }
}

.font-80 {
  font-size: 5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .font-80 {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1280px) {
  .font-80 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-80 {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-80 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-80 {
    font-size: 2.1875rem;
  }
}

.font-60 {
  font-size: 3.75rem;
}
@media only screen and (max-width: 1440px) {
  .font-60 {
    font-size: 3.4375rem;
  }
}
@media only screen and (max-width: 1280px) {
  .font-60 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-60 {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-60 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-60 {
    font-size: 1.875rem;
  }
}

.font-55 {
  font-size: 3.4375rem;
}
@media only screen and (max-width: 1280px) {
  .font-55 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-55 {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-55 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-55 {
    font-size: 1.875rem;
  }
}

.font-45 {
  font-size: 2.8125rem;
}
@media only screen and (max-width: 1440px) {
  .font-45 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-45 {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-45 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-45 {
    font-size: 1.5625rem;
  }
}

.font-40 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1440px) {
  .font-40 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-40 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-40 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-40 {
    font-size: 1.125rem;
  }
}

.font-35 {
  font-size: 2.1875rem;
}
@media only screen and (max-width: 1024px) {
  .font-35 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-35 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-35 {
    font-size: 1.25rem;
  }
}

.font-30 {
  font-size: 1.875rem;
}
@media only screen and (max-width: 1440px) {
  .font-30 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-30 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-30 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-30 {
    font-size: 1.125rem;
  }
}

.font-28 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  .font-28 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-28 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-28 {
    font-size: 1.125rem;
  }
}

.font-25 {
  font-size: 1.5625rem;
}
@media only screen and (max-width: 1440px) {
  .font-25 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .font-25 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-25 {
    font-size: 1.0625rem;
  }
}

.font-22 {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  .font-22 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-22 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 700px) {
  .font-22 {
    font-size: 1rem;
  }
}

.font-20 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .font-20 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-20 {
    font-size: 1rem;
  }
}

.font-18 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 1024px) {
  .font-18 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .font-18 {
    font-size: 0.875rem;
  }
}

:lang(ar) h1,
:lang(ar) h2,
:lang(ar) h3,
:lang(ar) h4,
:lang(ar) h5,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5 {
  font-family: var(--font-arabic);
  line-height: 1.3;
}
:lang(ar) span,
:lang(ar) a,
:lang(ar) p,
:lang(ar) img,
:lang(ar) input,
:lang(ar) label,
:lang(ar) button,
:lang(ar) textarea,
body.rtl span,
body.rtl a,
body.rtl p,
body.rtl img,
body.rtl input,
body.rtl label,
body.rtl button,
body.rtl textarea {
  line-height: 1.3;
  font-family: var(--font-arabic);
}/*# sourceMappingURL=main.css.map */