@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin-top: 0 !important;
}
p {
  line-height: 1.3;
}
html[lang="he-IL"] a,
html[lang="he-IL"] body,
html[lang="he-IL"] label,
html[lang="he-IL"] input,
html[lang="he-IL"] button,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] a.font1,
html[lang="he-IL"] body.font1,
html[lang="he-IL"] label.font1,
html[lang="he-IL"] input.font1,
html[lang="he-IL"] button.font1,
html[lang="he-IL"] select.font1,
html[lang="he-IL"] textarea.font1 {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] a.font2,
html[lang="he-IL"] body.font2,
html[lang="he-IL"] label.font2,
html[lang="he-IL"] input.font2,
html[lang="he-IL"] button.font2,
html[lang="he-IL"] select.font2,
html[lang="he-IL"] textarea.font2 {
  font-family: 'TheYoungTechnay', sans-serif;
}
html[lang="he-IL"] a.font3,
html[lang="he-IL"] body.font3,
html[lang="he-IL"] label.font3,
html[lang="he-IL"] input.font3,
html[lang="he-IL"] button.font3,
html[lang="he-IL"] select.font3,
html[lang="he-IL"] textarea.font3 {
  font-family: 'Rubik', sans-serif;
}
html[lang="he-IL"] .font1 {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] .font2 {
  font-family: 'TheYoungTechnay', sans-serif;
}
html[lang="he-IL"] .font3 {
  font-family: 'Rubik', sans-serif;
}
html[lang="he-IL"] ::-webkit-input-placeholder {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] :-moz-placeholder {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] ::-moz-placeholder {
  font-family: 'Tigrisibiri', sans-serif;
}
html[lang="he-IL"] :-ms-input-placeholder {
  font-family: 'Tigrisibiri', sans-serif;
}
html:not([lang="he-IL"]) a,
html:not([lang="he-IL"]) body,
html:not([lang="he-IL"]) label,
html:not([lang="he-IL"]) input,
html:not([lang="he-IL"]) button,
html:not([lang="he-IL"]) select,
html:not([lang="he-IL"]) textarea {
  font-family: 'Rubik', sans-serif;
}
html:not([lang="he-IL"]) ::-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
}
html:not([lang="he-IL"]) :-moz-placeholder {
  font-family: 'Rubik', sans-serif;
}
html:not([lang="he-IL"]) ::-moz-placeholder {
  font-family: 'Rubik', sans-serif;
}
html:not([lang="he-IL"]) :-ms-input-placeholder {
  font-family: 'Rubik', sans-serif;
}
span.enle {
  font-family: 'Rubik', sans-serif;
  display: contents !important;
}
body {
  font-size: 18px;
  color: #000;
}
img,
iframe,
picture {
  max-width: 100%;
}
img.max_w_fitc,
iframe.max_w_fitc,
picture.max_w_fitc {
  max-width: fit-content;
}
button {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  background-color: transparent;
}
button {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  background-color: transparent;
}
.ycolor {
  color: #FEC71B;
}
.fcolor {
  color: #FFFFFF;
}
.green_color {
  color: #217D63;
}
.green_bg {
  background: #217D63;
}
.gray2_bg {
  background: #575757;
}
.gray_bg {
  background: #F5F5F5;
}
.f_bg {
  background: #FFFFFF;
}
.transparent_bg {
  background: transparent;
}
input *,
button * {
  user-select: none;
  pointer-events: none;
}
input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
  background-color: #999 !important;
}
textarea {
  resize: none;
}
.btn_f {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 12px 20px;
  background: #217D63;
  color: #FFFFFF;
}
.btn_f svg path {
  stroke: #FFFFFF;
}
.btn_f .icon {
  margin-bottom: -5px;
}
.btn_f:hover,
.btn_f:focus-within {
  background: #1a644f;
}
a.btn_f {
  display: inline-block;
}
.btn_st_green {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 12px 20px;
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #217D63;
}
.btn_st_green svg path {
  stroke: #FFFFFF;
}
.btn_st_green:disabled {
  opacity: 0.3;
}
.btn_st_green .icon {
  margin-bottom: -5px;
}
.btn_st_green:hover:not(:disabled),
.btn_st_green:focus-within:not(:disabled) {
  color: #217D63;
  background: transparent;
  border: 1px solid #217D63;
}
.btn_st_green:hover:not(:disabled) svg path,
.btn_st_green:focus-within:not(:disabled) svg path {
  stroke: #217D63;
}
a.btn_st_green {
  display: inline-block;
}
.btn_st {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 12px 20px;
  color: #217D63;
  border: 1px solid #217D63;
}
.btn_st:disabled {
  opacity: 0.3;
}
.btn_st .icon {
  margin-bottom: -5px;
}
.btn_st:not(.trans) {
  background: #FFFFFF;
}
.btn_st:hover:not(:disabled),
.btn_st:focus-within:not(:disabled) {
  color: #FFFFFF;
  background: #217D63;
}
.btn_st:hover:not(:disabled) svg path,
.btn_st:focus-within:not(:disabled) svg path {
  stroke: #FFFFFF;
}
a.btn_st {
  display: inline-block;
}
a.btn_st_trans {
  display: inline-block;
}
.btn_st_trans {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 10px 20px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .btn_st_trans {
    color: #53BBB3;
    border-color: #53BBB3;
  }
}
a.btn_fff_trans {
  display: inline-block;
}
.btn_fff_trans {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 10px 20px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
.oberh {
  overflow: hidden;
}
.hfs14 {
  font-size: 14px;
}
.hfs15 {
  font-size: 15px;
  font-size: calc(14px + 0.052vw);
}
.hfs16 {
  font-size: 16px;
  font-size: calc(14px + 0.104vw);
}
.hfs17 {
  font-size: 17px;
  font-size: calc(14px + 0.156vw);
}
.hfs18 {
  font-size: 18px;
  font-size: calc(14px + 0.208vw);
}
.hfs19 {
  font-size: 19px;
  font-size: calc(14px + 0.260vw);
}
.hfs20 {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
.hfs21 {
  font-size: 21px;
  font-size: calc(14px + 0.364vw);
}
.hfs22 {
  font-size: 22px;
  font-size: calc(14px + 0.416vw);
}
.hfs23 {
  font-size: 23px;
  font-size: calc(14px + 0.468vw);
}
.hfs24 {
  font-size: 24px;
  font-size: calc(14px + 0.520vw);
}
.hfs25 {
  font-size: 25px;
  font-size: calc(14px + 0.572vw);
}
.hfs26 {
  font-size: 27px;
  font-size: calc(14px + 0.624vw);
}
.hfs27 {
  font-size: 27px;
  font-size: calc(14px + 0.676vw);
}
.hfs28 {
  font-size: 28px;
  font-size: calc(14px + 0.728vw);
}
.hfs29 {
  font-size: 29px;
  font-size: calc(14px + 0.780vw);
}
.hfs30 {
  font-size: 30px;
  font-size: calc(14px + 0.832vw);
}
.hfs31 {
  font-size: 31px;
  font-size: calc(14px + 0.884vw);
}
.hfs32 {
  font-size: 32px;
  font-size: calc(14px + 0.936vw);
}
.hfs33 {
  font-size: 33px;
  font-size: calc(14px + 0.988vw);
}
.hfs34 {
  font-size: 34px;
  font-size: calc(14px + 1.04vw);
}
.hfs35 {
  font-size: 35px;
  font-size: calc(14px + 1.092vw);
}
.hfs36 {
  font-size: 36px;
  font-size: calc(14px + 1.144vw);
}
.hfs37 {
  font-size: 37px;
  font-size: calc(14px + 1.196vw);
}
.hfs38 {
  font-size: 38px;
  font-size: calc(14px + 1.248vw);
}
.hfs39 {
  font-size: 39px;
  font-size: calc(14px + 1.300vw);
}
.hfs40 {
  font-size: 40px;
  font-size: calc(14px + 1.352vw);
}
.hfs45 {
  font-size: 45px;
  font-size: calc(14px + (45 - 14) * 0.052vw);
}
.hfs48 {
  font-size: 48px;
  font-size: calc(14px + (48 - 14) * 0.052vw);
}
.hfs50 {
  font-size: 50px;
  font-size: calc(14px + (50 - 14) * 0.052vw);
}
.hfs55 {
  font-size: 55px;
  font-size: calc(14px + (55 - 14) * 0.052vw);
}
.hfs60 {
  font-size: 60px;
  font-size: calc(14px + (60 - 14) * 0.052vw);
}
.hfs70 {
  font-size: 70px;
  font-size: calc(14px + (70 - 14) * 0.052vw);
}
.hfs75 {
  font-size: 75px;
  font-size: calc(14px + (75 - 14) * 0.052vw);
}
.hfs90 {
  font-size: 90px;
  font-size: calc(14px + (90 - 14) * 0.052vw);
}
.hfs120 {
  font-size: 120px;
  font-size: calc(14px + (120 - 14) * 0.052vw);
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs32 {
  font-size: 32px;
}
.fs48 {
  font-size: 48px;
}
.fs60 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .mhfs36 {
    font-size: 36px;
    font-size: calc(14px + 1.144vw);
  }
  .mfs18 {
    font-size: 18px;
  }
  .mfs24 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sminrowf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .smbb1solid {
    border-bottom: 1px solid #D3D3D3;
  }
  .smfont2 {
    font-family: 'TheYoungTechnay', sans-serif;
  }
  .smgreen_color {
    color: #217D63;
  }
  .smfs16 {
    font-size: 16px !important;
  }
  .smfs18 {
    font-size: 18px !important;
  }
  .smhfs18 {
    font-size: 18px;
    font-size: calc(14px + 0.208vw);
  }
  .smfs20 {
    font-size: 20px !important;
  }
  .smfs20 {
    font-size: 22px !important;
  }
  .smfs24 {
    font-size: 24px;
  }
  .smfs30 {
    font-size: 30px;
  }
  .smfs36 {
    font-size: 36px;
  }
  .smfs46 {
    font-size: 46px;
  }
}
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
}
.container.c8 {
  max-width: 860px;
}
.container.c9 {
  max-width: 945px;
}
.container.c11 {
  max-width: 1100px;
}
.container.c12 {
  max-width: 1200px;
}
.container.c13 {
  max-width: 1300px;
}
.container.c14 {
  max-width: 1415px;
}
.container.c15 {
  max-width: 1500px;
}
.container.c16 {
  max-width: 1630px;
}
.container.c16i {
  max-width: 1650px;
}
.container.c17 {
  max-width: 1730px;
}
.container.c18 {
  max-width: 1800px;
}
.container.c90 {
  width: calc(100% - 80px);
  max-width: none;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.texe_left {
  text-align: left;
}
.underline {
  text-decoration: underline;
}
.capitalize {
  text-transform: capitalize;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
html[dir=rtl] .alignleft {
  margin-right: 20px;
}
html[dir=rtl] .alignright {
  margin-left: 20px;
}
html[dir=ltr] .alignleft {
  margin-left: 20px;
}
html[dir=ltr] .alignright {
  margin-right: 20px;
}
.lh08 {
  line-height: 0.8;
}
.lh1 {
  line-height: 1;
}
.lh11 {
  line-height: 1.1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.lh14 {
  line-height: 1.4;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
.lh19 {
  line-height: 1.9;
}
.lh2 {
  line-height: 2;
}
.fs-i {
  font-style: italic;
}
.td-u {
  text-decoration: underline;
}
.td-ua {
  position: relative;
}
.td-ua:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.wsnw {
  white-space: nowrap;
}
.fw-100 {
  font-weight: 100;
}
.fw-light,
.fw-300 {
  font-weight: 300;
}
.fw-normal,
.fw-400 {
  font-weight: 400;
}
.fw-medium,
.fw-500 {
  font-weight: 500;
}
.fw-sbold,
.fw-600 {
  font-weight: 600;
}
.fw-bold,
.fw-700 {
  font-weight: 700;
}
.fw-ebold,
.fw-800 {
  font-weight: 800;
}
.fw-black,
.fw-900 {
  font-weight: 900;
}
.bgimg,
.bgcimg {
  background-repeat: no-repeat;
  background-position: center center;
}
.bgimg {
  background-size: cover;
}
.bgcimg {
  background-size: contain;
}
.overh {
  overflow: hidden;
}
.overun {
  overflow: unset !important;
}
.overauto {
  overflow: auto;
}
.imgfix {
  line-height: 0;
}
.dnone {
  display: none;
}
.dnonei {
  display: none !important;
}
.dblock {
  display: block;
}
.dinline {
  display: inline !important;
}
.diblock {
  display: inline-block;
}
.fixedbg {
  background-attachment: fixed;
}
.notouch {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0px;
}
.top-45 {
  top: -45px;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.circlebox {
  border-radius: 50%;
}
.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cp,
.clickbtn,
.videopop,
button,
input[type=submit] {
  cursor: pointer;
}
svg,
svg *,
.anim,
.clickbtn,
button,
input[type=submit] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vbox iframe {
  width: 100%;
  height: 100%;
}
.scaleX-1 {
  transform: scaleX(-1);
}
.fg0 {
  flex-grow: 0;
}
.flex1 {
  flex: 1;
}
.grid-list_mx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  /* Adjust gap between items as needed */
}
.f1,
.fg1 {
  flex-grow: 1;
}
.fb0 {
  flex-basis: 0;
}
.f1,
.fb1 {
  flex-basis: 1;
}
.fcc,
.flex,
.inrowf,
.columf {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fcc,
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ace {
  align-content: end;
}
.jcsb,
.inrowf,
.columf {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jcsa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.fcc,
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fdc,
.columf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fdcr {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fdr {
  flex-direction: row;
}
.fdrr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fw,
.inrowf {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.br15 {
  border-radius: 15px;
}
.br24 {
  border-radius: 24px;
}
.br36 {
  border-radius: 36px;
}
.br16 {
  border-radius: 16px;
}
.wmax {
  width: max-content;
}
.w100,
.acf-map,
.col1 {
  width: 100%;
}
.w16 {
  width: 16px;
}
.w767px {
  width: 767px;
}
.w940px {
  width: 940px;
}
.rest_w940px {
  width: calc(100% - 940px);
}
.w90 {
  width: 90%;
}
.wfit-c {
  width: fit-content;
}
.wmax-c {
  width: max-content;
}
.h100 {
  height: 100%;
}
.w100px {
  width: 100px;
}
.w120px {
  width: 120px;
}
.w140px {
  width: 140px;
}
.max_w200 {
  max-width: 200px;
}
.max_w700 {
  max-width: 700px;
}
.max_w767 {
  max-width: 767px;
}
.max_w940 {
  max-width: 940px;
}
.min_h150px_8vh {
  min-height: calc(150px + 8vh);
}
.min_w150 {
  min-width: 150px;
}
.min_w200 {
  min-width: 200px;
}
.min_w450 {
  min-width: 450px;
}
.max_w450 {
  max-width: 450px;
}
.max_w500 {
  max-width: 500px;
}
.max_w630 {
  max-width: 630px;
}
.min_h600 {
  min-height: 600px;
}
.min_h200 {
  min-height: 200px;
}
.min_h60vh {
  min-height: 60vh;
}
.min_h230 {
  min-height: 230px;
}
.min_h350 {
  min-height: 350px;
}
.h40 {
  height: 40px;
}
.h25 {
  height: 25px;
}
.h125 {
  height: 125px;
}
.min_h400 {
  min-height: 400px;
}
.min_h450 {
  min-height: 450px;
}
.h450 {
  height: 450px;
}
.max_h600 {
  max-height: 600px;
}
.max_h230 {
  max-height: 230px;
}
.max_h350 {
  max-height: 350px;
}
.max_h400 {
  max-height: 400px;
}
.max_h450 {
  max-height: 450px;
}
.w50,
.col2 {
  width: 50%;
}
.col2s10 {
  width: calc(50% - 5px);
}
.col2s20 {
  width: calc(50% - 10px);
}
.col2s30 {
  width: calc(50% - 15px);
}
.col2s40 {
  width: calc(50% - 20px);
}
.col2s50 {
  width: calc(50% - 25px);
}
.col2s50-gap {
  column-gap: 05px;
}
.col3 {
  width: calc(100%/3);
}
.col3s10 {
  width: calc(100%/3 - 5px);
}
.col3s20 {
  width: calc(100%/3 - 10px);
}
.col3s30 {
  width: calc(100%/3 - 15px);
}
.col3s30-gap {
  column-gap: 15px;
}
.col3s40 {
  width: calc(100%/3 - 20px);
}
.col3s50 {
  width: calc(100%/3 - 25px);
}
.col3s50-gap {
  column-gap: 37px;
}
.col4 {
  width: 25%;
}
.col5 {
  width: 20%;
}
.col6 {
  width: 16.6%;
}
.col4s10 {
  width: calc(25% - 5px);
}
.col4s20 {
  width: calc(25% - 10px);
}
.col4s30 {
  width: calc(25% - 15px);
}
.col4s40 {
  width: calc(25% - 20px);
}
.col4s50 {
  width: calc(25% - 25px);
}
.col4s50-gap {
  column-gap: 33px;
}
.col5 {
  width: 20%;
}
.col5s10 {
  width: calc(20% - 5px);
}
.col5s10-gap {
  column-gap: 5px;
}
.col5s20 {
  width: calc(20% - 10px);
}
.col5s20-gap {
  column-gap: 10px;
}
.col5s30 {
  width: calc(20% - 15px);
}
.col5s30-gap {
  column-gap: 15px;
}
.col5s40 {
  width: calc(20% - 20px);
}
.col5s40-gap {
  column-gap: 40px;
}
.col5s50 {
  width: calc(20% - 25px);
}
.col5s50-gap {
  column-gap: 31px;
}
.col6 {
  width: calc(100%/6);
}
.col6s10 {
  width: calc(100%/6 - 5px);
}
.col6s20 {
  width: calc(100%/6 - 10px);
}
.col6s30 {
  width: calc(100%/6 - 15px);
}
.col6s40 {
  width: calc(100%/6 - 20px);
}
.col6s50 {
  width: calc(100%/6 - 25px);
}
.col6s50-gap {
  column-gap: 30px;
}
.col7s50 {
  width: calc(100%/7 - 25px);
}
.col7s50-gap {
  column-gap: 28px;
}
.col8s50 {
  width: calc(100%/8 - 25px);
}
.col8s50-gap {
  column-gap: 28px;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.vp5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.vp10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vp15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vp20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vp25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.vp30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vp35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.vp40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.vp402vw {
  padding-top: calc(40px + 2vw);
  padding-bottom: calc(40px + 2vw);
}
.vp45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.vp50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vp55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.hp5 {
  padding-right: 5px;
  padding-left: 5px;
}
.hp10 {
  padding-right: 10px;
  padding-left: 10px;
}
.hp15 {
  padding-right: 15px;
  padding-left: 15px;
}
.hp20 {
  padding-right: 20px;
  padding-left: 20px;
}
.hp25 {
  padding-right: 25px;
  padding-left: 25px;
}
.hp30 {
  padding-right: 30px;
  padding-left: 30px;
}
.hp35 {
  padding-right: 35px;
  padding-left: 35px;
}
.hp40 {
  padding-right: 40px;
  padding-left: 40px;
}
.hp45 {
  padding-right: 45px;
  padding-left: 45px;
}
.hp50 {
  padding-right: 50px;
  padding-left: 50px;
}
.hp55 {
  padding-right: 55px;
  padding-left: 55px;
}
.hp65 {
  padding-right: 65px;
  padding-left: 65px;
}
.mauto {
  margin-right: auto;
  margin-left: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.gap15 {
  gap: 15px;
}
.mt-auto {
  margin-top: auto;
}
.mt125 {
  margin-top: 125px;
}
.vm5,
.mt5 {
  margin-top: 5px;
}
.vm10,
.mt10 {
  margin-top: 10px;
}
.vm15,
.mt15 {
  margin-top: 15px;
}
.vm20,
.mt20 {
  margin-top: 20px;
}
.vm25,
.mt25 {
  margin-top: 25px;
}
.vm30,
.mt30 {
  margin-top: 30px;
}
.vm35,
.mt35 {
  margin-top: 35px;
}
.vm40,
.mt40 {
  margin-top: 40px;
}
.vm45,
.mt45 {
  margin-top: 45px;
}
.vm50,
.mt50 {
  margin-top: 50px;
}
.vm5,
.mb5 {
  margin-bottom: 5px;
}
.vm10,
.mb10 {
  margin-bottom: 10px;
}
.vm15,
.mb15 {
  margin-bottom: 15px;
}
.vm20,
.mb20 {
  margin-bottom: 20px;
}
.vm25,
.mb25 {
  margin-bottom: 25px;
}
.vm30,
.mb30 {
  margin-bottom: 30px;
}
.vm35,
.mb35 {
  margin-bottom: 35px;
}
.vm40,
.mb40 {
  margin-bottom: 40px;
}
.vm45,
.mb45 {
  margin-bottom: 45px;
}
.vm50,
.mb50 {
  margin-bottom: 50px;
}
.vm60,
.mb60 {
  margin-bottom: 60px;
}
.vm70,
.mb70 {
  margin-bottom: 70px;
}
.paddef50 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: calc(21px + 1.5vw);
  padding-bottom: calc(21px + 1.5vw);
}
.defpadd {
  padding-top: calc(20px + 2vw);
  padding-bottom: calc(20px + 2vw);
}
.defpaddB {
  padding-top: calc(35px + 3vw);
  padding-bottom: calc(35px + 3vw);
}
.pt0 {
  padding-top: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt125 {
  padding-top: 125px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
html[dir=rtl] .floatLeft {
  float: left;
}
html[dir=rtl] .ml-auto {
  margin-left: auto;
}
html[dir=rtl] .ml0 {
  margin-left: 0;
}
html[dir=rtl] .ml5pre {
  margin-left: 5%;
}
html[dir=rtl] .hm5,
html[dir=rtl] .ml5 {
  margin-left: 5px;
}
html[dir=rtl] .hm10,
html[dir=rtl] .ml10 {
  margin-left: 10px;
}
html[dir=rtl] .hm15,
html[dir=rtl] .ml15 {
  margin-left: 15px;
}
html[dir=rtl] .hm20,
html[dir=rtl] .ml20 {
  margin-left: 20px;
}
html[dir=rtl] .hm25,
html[dir=rtl] .ml25 {
  margin-left: 25px;
}
html[dir=rtl] .hm30,
html[dir=rtl] .ml30 {
  margin-left: 30px;
}
html[dir=rtl] .hm35,
html[dir=rtl] .ml35 {
  margin-left: 35px;
}
html[dir=rtl] .hm40,
html[dir=rtl] .ml40 {
  margin-left: 40px;
}
html[dir=rtl] .mr-auto {
  margin-right: auto;
}
html[dir=rtl] .hm5,
html[dir=rtl] .mr5 {
  margin-right: 5px;
}
html[dir=rtl] .mr5pre {
  margin-right: 5%;
}
html[dir=rtl] .hm10,
html[dir=rtl] .mr10 {
  margin-right: 10px;
}
html[dir=rtl] .hm15,
html[dir=rtl] .mr15 {
  margin-right: 15px;
}
html[dir=rtl] .hm20,
html[dir=rtl] .mr20 {
  margin-right: 20px;
}
html[dir=rtl] .hm25,
html[dir=rtl] .mr25 {
  margin-right: 25px;
}
html[dir=rtl] .hm30,
html[dir=rtl] .mr30 {
  margin-right: 30px;
}
html[dir=rtl] .hm35,
html[dir=rtl] .mr35 {
  margin-right: 35px;
}
html[dir=rtl] .hm40,
html[dir=rtl] .mr40 {
  margin-right: 40px;
}
html[dir=rtl] .mr50 {
  margin-right: 50px;
}
html[dir=rtl] .pr0 {
  padding-right: 0px;
}
html[dir=rtl] .pr5 {
  padding-right: 5px;
}
html[dir=rtl] .pr5pre {
  padding-right: 5%;
}
html[dir=rtl] .pr10 {
  padding-right: 10px;
}
html[dir=rtl] .pr15 {
  padding-right: 15px;
}
html[dir=rtl] .pr20 {
  padding-right: 20px;
}
html[dir=rtl] .pr25 {
  padding-right: 25px;
}
html[dir=rtl] .pr30 {
  padding-right: 30px;
}
html[dir=rtl] .pr40 {
  padding-right: 40px;
}
html[dir=rtl] .pl0 {
  padding-left: 0px;
}
html[dir=rtl] .pl5 {
  padding-left: 5px;
}
html[dir=rtl] .pl5pre {
  padding-left: 5%;
}
html[dir=rtl] .pl10 {
  padding-left: 10px;
}
html[dir=rtl] .pl15 {
  padding-left: 15px;
}
html[dir=rtl] .pl20 {
  padding-left: 20px;
}
html[dir=rtl] .pl25 {
  padding-left: 25px;
}
html[dir=rtl] .pl30 {
  padding-left: 30px;
}
html[dir=rtl] .pl40 {
  padding-left: 40px;
}
html[dir=ltr] .floatLeft {
  float: right;
}
html[dir=ltr] .mr5pre {
  margin-left: 5%;
}
html[dir=ltr] .ml-auto {
  margin-right: auto;
}
html[dir=ltr] .ml5pre {
  margin-right: 5%;
}
html[dir=ltr] .hm5,
html[dir=ltr] .ml5 {
  margin-right: 5px;
}
html[dir=ltr] .hm10,
html[dir=ltr] .ml10 {
  margin-right: 10px;
}
html[dir=ltr] .hm15,
html[dir=ltr] .ml15 {
  margin-right: 15px;
}
html[dir=ltr] .hm20,
html[dir=ltr] .ml20 {
  margin-right: 20px;
}
html[dir=ltr] .hm25,
html[dir=ltr] .ml25 {
  margin-right: 25px;
}
html[dir=ltr] .hm30,
html[dir=ltr] .ml30 {
  margin-right: 30px;
}
html[dir=ltr] .hm35,
html[dir=ltr] .ml35 {
  margin-right: 35px;
}
html[dir=ltr] .hm40,
html[dir=ltr] .ml40 {
  margin-right: 40px;
}
html[dir=ltr] .mr-auto {
  margin-left: auto;
}
html[dir=ltr] .hm5,
html[dir=ltr] .mr5 {
  margin-left: 5px;
}
html[dir=ltr] .hm10,
html[dir=ltr] .mr10 {
  margin-left: 10px;
}
html[dir=ltr] .hm15,
html[dir=ltr] .mr15 {
  margin-left: 15px;
}
html[dir=ltr] .hm20,
html[dir=ltr] .mr20 {
  margin-left: 20px;
}
html[dir=ltr] .hm25,
html[dir=ltr] .mr25 {
  margin-left: 25px;
}
html[dir=ltr] .hm30,
html[dir=ltr] .mr30 {
  margin-left: 30px;
}
html[dir=ltr] .hm35,
html[dir=ltr] .mr35 {
  margin-left: 35px;
}
html[dir=ltr] .hm40,
html[dir=ltr] .mr40 {
  margin-left: 40px;
}
html[dir=ltr] .mr50 {
  margin-left: 50px;
}
html[dir=ltr] .pr0 {
  padding-left: 0px;
}
html[dir=ltr] .pr5 {
  padding-left: 5px;
}
html[dir=ltr] .pr5pre {
  padding-left: 5%;
}
html[dir=ltr] .pr10 {
  padding-left: 10px;
}
html[dir=ltr] .pr15 {
  padding-left: 15px;
}
html[dir=ltr] .pr20 {
  padding-left: 20px;
}
html[dir=ltr] .pr25 {
  padding-left: 25px;
}
html[dir=ltr] .pr30 {
  padding-left: 30px;
}
html[dir=ltr] .pr40 {
  padding-left: 40px;
}
html[dir=ltr] .pl0 {
  padding-right: 0px;
}
html[dir=ltr] .pl5 {
  padding-right: 5px;
}
html[dir=ltr] .pl5pre {
  padding-right: 5%;
}
html[dir=ltr] .pl10 {
  padding-right: 10px;
}
html[dir=ltr] .pl15 {
  padding-right: 15px;
}
html[dir=ltr] .pl20 {
  padding-right: 20px;
}
html[dir=ltr] .pl25 {
  padding-right: 25px;
}
html[dir=ltr] .pl30 {
  padding-right: 30px;
}
html[dir=ltr] .pl40 {
  padding-right: 40px;
}
div.wpcf7 .ajax-loader,
div.wpcf7-response-output {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.entry {
  line-height: 1.2;
}
.entry:after {
  display: block;
  content: '';
  clear: both;
}
.entry.notClear:after {
  display: none;
}
.entry.ulboltlist ul {
  list-style: disc;
  margin-right: 20px;
}
.entry h4 {
  font-size: 32px;
  font-size: calc(14px + 0.936vw);
  font-weight: 700;
  margin-bottom: 5px;
}
.entry.ulvlist h4,
.entry.ulvlist h5,
.entry.ulvlist h6 {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
.entry.ulvlistpp p {
  padding-bottom: 15px;
}
.entry.ulvlistpp ul li {
  margin-bottom: 5px;
}
.entry.ulvlistpp0 p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.entry.ulvlistpp0 ul li {
  margin-bottom: 0px;
}
.entry.ulvlistpp15 p {
  padding-bottom: 15px;
}
.entry.ulvlistpp15 ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .entry h4 {
    font-size: 18px;
  }
  .entry.ulvlist p {
    padding-bottom: 15px;
  }
}
.entry * {
  max-width: 100%;
}
.entry br {
  content: "";
  display: block;
  height: 5px;
}
.entry p {
  line-height: 1.3;
  padding: 1px;
}
.entry .wp-post-image {
  margin-bottom: 40px;
}
.entry img {
  height: auto;
}
.entry img.aligncenter {
  display: block;
  margin: 0 auto;
}
.entry ul,
.entry ol {
  list-style-position: inside;
}
.entry ol {
  padding-inline-start: 15px;
}
.entry ul {
  margin: 0 20px;
  margin-bottom: 10px;
  list-style: inherit;
}
.entry table {
  border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
  text-align: center;
}
.entry table td {
  border: 1px solid #000;
  padding: 5px;
}
.entry p {
  margin-bottom: 10px;
}
.entry * + p:last-of-type {
  margin-bottom: 0;
}
.entry a {
  text-decoration: underline;
  color: #217D63;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 0 0;
}
ul {
  margin: 0 0 0 0;
  list-style: none;
}
#Wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}
.LangsSelect {
  pointer-events: all;
  text-transform: uppercase;
  height: auto;
  position: relative;
}
.LangsSelect .LangGlobal {
  color: #ffffff;
  font-weight: 100;
}
.LangsSelect > svg {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.LangsSelect img {
  width: 24px;
  height: auto;
  min-width: 24px;
  margin-bottom: -2px;
}
.LangsSelect .langs_list:not(.dropped) {
  height: 0 !important;
  visibility: hidden;
  pointer-events: none;
}
.LangsSelect .langs_list.dropped {
  background: #fff;
  border-radius: 6px;
  padding: 5px 2px 5px 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.LangsSelect .langs_list.dropped li a {
  font-size: 18px;
  font-size: calc(14px + 0.208vw);
  display: flex;
  align-items: center;
}
.LangsSelect ul {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 99;
}
.LangsSelect ul li,
.LangsSelect ul li a {
  width: 100%;
  font-weight: 400;
}
.LangsSelect ul li a {
  font-size: 20px;
  color: #3FA9F5;
  padding: 0 7px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 30px !important;
}
.LangsSelect ul li a span {
  display: inline-block;
}
.LangsSelect ul li a:hover {
  color: #52AA5E;
}
html[dir=ltr] .LangsSelect > svg {
  left: 4px;
}
/* Contact form style Start */
div.wpcf7 .ajax-loader,
div.wpcf7-response-output {
  display: none !important;
}
span.wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Red Ballons CSS */
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  color: #bb0000;
  font-size: 16px;
  white-space: nowrap;
  -webkit-animation: formerror 400ms;
  animation: formerror 400ms;
  text-align: left;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.wpcf7 form.invalid .visible-only-if-invalid span {
  display: block;
}
/* Red Ballons CSS */
span.wpcf7-not-valid-tip,
.visible-only-if-invalid {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 2px;
  color: #bb0000;
  font-size: 16px;
  white-space: nowrap;
  -webkit-animation: formerror 400ms;
  animation: formerror 400ms;
}
span.wpcf7-not-valid-tip.tip_out,
.visible-only-if-invalid.tip_out {
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form textarea {
  height: 100px;
}
.wpcf7-form input[type=submit] {
  border: 0;
}
.wpcf7-form .g-recaptcha-response {
  position: absolute;
}
.wpcf7-form input[type="file"] {
  opacity: 0;
}
.notyBox {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 112;
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notyBox .notyClose {
  cursor: pointer;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notyBox .notyClose svg {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  pointer-events: none;
}
.notyBox .notyClose:hover {
  transform: rotate(180deg) scale(1.2);
}
.notyBox span {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
  margin: 0 15px;
  padding-bottom: 2px;
}
.notyBox.show {
  transform: translateY(0);
}
.labelsform .cfi,
.labelsform .cft,
.labelsform .cfs,
.labelsform .cfb {
  position: relative;
}
.labelsform .cfi.focus label,
.labelsform .cft.focus label,
.labelsform .cfs.focus label,
.labelsform .cfb.focus label {
  font-size: 14px;
  top: 0;
  padding: 0;
  -webkit-transform: translateY(calc(-100% - 5px));
  transform: translateY(calc(-100% - 5px));
}
.labelsform label {
  font-size: 22px;
  font-size: calc(14px + 0.416vw);
  z-index: 5;
  position: absolute;
  display: inline-block;
  top: 50%;
  line-height: 1;
  font-weight: 300;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 20px;
}
.labelsform .cft label {
  top: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.labelsform input,
.labelsform textarea {
  font-size: 18px;
  font-size: calc(14px + 0.208vw);
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 14px 18px;
  border-radius: 0;
}
.labelsform.roundedInputs .cfi label,
.labelsform.roundedInputs .cft label,
.labelsform.roundedInputs .cfs label,
.labelsform.roundedInputs .cfb label {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
.labelsform.roundedInputs .cfi.focus label,
.labelsform.roundedInputs .cft.focus label,
.labelsform.roundedInputs .cfs.focus label,
.labelsform.roundedInputs .cfb.focus label {
  font-size: 16px;
}
.labelsform.roundedInputs input,
.labelsform.roundedInputs textarea {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
  border-radius: 50px;
  border: 1px solid #131113;
}
/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: initial;
  -webkit-text-fill-color: initial;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.TabsHead {
  position: relative;
}
.TabsHead button {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #00aced;
}
.TabsHead button:hover,
.TabsHead button.active {
  color: #fff;
  background-color: #00aced;
}
.TabsHolder {
  position: relative;
  overflow: hidden;
}
.TabsHolder .tabbox {
  padding: 10px;
}
.TabsHolder .tabbox:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.TabsNav button {
  font-size: 0;
}
.TabsNav button svg path {
  fill: #00aced;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.TabsNav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.TabsNav button:not(.disabled):hover svg path {
  fill: #398f14;
}
.reselbox input {
  cursor: pointer;
}
.reselbox span {
  display: block;
}
.reselbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.reselbox .reset {
  line-height: 0;
  position: absolute;
  top: 9px;
  width: 30px;
  height: 30px;
}
.reselbox .reset:hover svg path {
  stroke: #da502d;
}
.reselbox.hasVal .ib > svg,
.reselbox:not(.hasVal) .reset {
  opacity: 0;
  visibility: hidden;
}
.reselbox .dropbox {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 90;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  height: 0;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #333;
  box-shadow: 0px 3px 6px #658fb280;
  border-top: 0;
  border-radius: 15px;
}
.reselbox .dropbox .sbox {
  font-size: 16px;
  font-size: calc(14px + 0.104vw);
  padding: 5px;
  background-color: #ededed;
}
.reselbox .dropbox ul {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
}
.reselbox .dropbox ul li {
  color: #333;
  padding: 5px;
  cursor: pointer;
  font-weight: 300;
  padding: 10px 15px;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.reselbox .dropbox ul li:hover {
  background-color: #52DE52;
}
.reselbox .dropbox ul li.selected {
  background-color: #52DE52;
}
.reselbox .dropbox ul li span {
  user-select: none;
  pointer-events: none;
}
.reselbox .dropbox ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.reselbox .dropbox .sk-circle {
  display: none;
}
.reselbox .dropbox.searching ul li:not(.finded) {
  display: none;
}
.reselbox .dropbox.searching:not(.hfinded) .sk-circle {
  display: block;
}
.reselbox.dropped .dropbox {
  opacity: 1;
  visibility: visible;
}
.reselbox .iw svg {
  position: absolute;
  top: calc(50% - 10px/2);
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
}
.reselbox .iw svg path {
  fill: #333;
}
.reselbox .iw:hover svg path {
  fill: #00aced;
}
.reselbox.focus #pInfo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html[dir=rtl] .reselbox .reset {
  left: 0;
}
html[dir=ltr] .reselbox .reset {
  right: 0;
}
.fileupbox .float {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.fileupbox input {
  cursor: pointer;
}
.fileupbox span {
  display: block;
}
.fileupbox .iw::after {
  background-image: url(images/plus.svg);
}
.fileupbox:hover .iw::after {
  border-color: #ccc;
  background-image: url(images/plush.svg);
}
.reselbox .iw::after,
.fileupbox .iw::after {
  content: '';
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reselbox .iw:hover::after,
.fileupbox .iw:hover::after {
  border-color: #ccc;
}
.FAQsBlock li h3 {
  cursor: pointer;
  color: #333;
  padding: 10px 15px;
  line-height: 1;
  border: 1px solid #333;
}
.FAQsBlock li h3 svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.FAQsBlock li h3 svg path {
  fill: #333;
}
.FAQsBlock li h3:hover {
  color: #fff;
  background-color: #00aced;
}
.FAQsBlock li h3:hover svg path {
  fill: #fff;
}
.FAQsBlock li .answrap {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.FAQsBlock li .answrap .sizer {
  border: 1px solid #333;
  border-top: 0;
  padding: 10px 15px;
}
.FAQsBlock li.active .answrap {
  opacity: 1;
  visibility: visible;
}
.FAQsBlock li.active h3 {
  color: #fff;
  background-color: #00aced;
}
.FAQsBlock li.active h3 svg path {
  fill: #fff;
}
.CHeckWrap {
  display: inline-block;
}
.CHeckWrap label {
  font-size: 18px;
  font-size: calc(14px + 0.208vw);
  color: #333;
  cursor: pointer;
  padding: 0;
  position: relative;
  transform: none;
  line-height: 1;
  pointer-events: all !important;
}
.CHeckWrap .checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  overflow: hidden;
  border: 1px solid #333;
}
.CHeckWrap .checkbox input {
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  opacity: 0;
}
.CHeckWrap .checkbox input:checked + span {
  opacity: 1;
  visibility: visible;
}
.CHeckWrap .checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.CHeckWrap .checkbox span svg {
  fill: #00aced;
  width: 80%;
  height: 80%;
}
.CHeckWrap .checkbox:hover span {
  opacity: 0.5;
  visibility: visible;
}
html[dir=rtl] .reselbox .iw svg,
html[dir=rtl] .fileupbox .iw svg {
  left: 10px;
}
html[dir=rtl] .reselbox .iw input[type=text],
html[dir=rtl] .fileupbox .iw input[type=text] {
  padding-left: 35px;
}
html[dir=rtl] .FAQsBlock li h3 span {
  margin-left: 15px;
}
html[dir=ltr] .reselbox .iw svg,
html[dir=ltr] .fileupbox .iw svg {
  right: 10px;
}
html[dir=ltr] .reselbox .iw input[type=text],
html[dir=ltr] .fileupbox .iw input[type=text] {
  padding-right: 35px;
}
html[dir=ltr] .FAQsBlock li h3 span {
  margin-right: 15px;
}
/* Circle Loader Style */
.sk-circle {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #00aced;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Circle Loader Style End */
#BackToTop {
  position: fixed;
  bottom: -60px;
  right: 40px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#BackToTop svg {
  width: 50px;
  height: 50px;
  fill: #00aced;
}
#BackToTop:hover svg {
  fill: #398f14;
}
#BackToTop.show {
  bottom: 10%;
  opacity: 1;
  visibility: visible;
}
/* New Style v3 */
.stdbtn {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 11px 20px;
  overflow: hidden;
  line-height: 1;
}
.stdbtn.mw200 {
  min-width: 200px;
}
.stdbtn.mw210 {
  min-width: 210px;
}
.stdbtn.big {
  padding: 18px 20px 14px 20px;
}
.stdbtn.blong {
  padding: 18px calc(15px + 1vw) 14px calc(15px + 1vw);
}
.stdbtn.lb {
  color: #fff;
  background-color: #a3a3a3;
}
.stdbtn.d5,
.stdbtn.d5h:hover,
.stdbtn.d5h.current {
  color: #fff;
  background-color: #0a62d5;
}
.stdbtn.bb {
  border-color: #0a62d5;
}
.stdbtn.aq {
  color: #8D703A;
  background-color: #00b1b7;
}
.stdbtn.wborder {
  border: 1px solid #fff;
}
.stdbtn,
.stdbtn:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.stdbtn,
.stdbtn i,
.stdbtn > span {
  position: relative;
}
.stdbtn i,
.stdbtn > span {
  z-index: 1;
}
.stdbtn.b1 {
  border-width: 1px;
  border-style: solid;
}
.stdbtn.b2 {
  border-width: 2px;
  border-style: solid;
}
.stdbtn.b3 {
  border-width: 3px;
  border-style: solid;
}
.stdbtn.br {
  border-radius: 4px;
}
.stdbtn.br8,
.stdbtn.br8.hov-rev:before {
  border-radius: 8px;
}
.stdbtn.br10,
.stdbtn.br10.hov-rev:before {
  border-radius: 10px;
}
.stdbtn.br12,
.stdbtn.br12.hov-rev:before {
  border-radius: 12px;
}
.stdbtn.br14,
.stdbtn.br14.hov-rev:before {
  border-radius: 14px;
}
.stdbtn.br15,
.stdbtn.br15.hov-rev:before {
  border-radius: 15px;
}
.stdbtn.br18,
.stdbtn.br18.hov-rev:before {
  border-radius: 18px;
}
.stdbtn.br20,
.stdbtn.br20.hov-rev:before {
  border-radius: 20px;
}
.stdbtn.def,
.stdbtn.def .loadLayer {
  background-color: #0096d3;
}
.stdbtn .loadLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.stdbtn .bloader,
.stdbtn .bloader:before,
.stdbtn .bloader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 2s infinite ease-in-out;
  animation: load7 2s infinite ease-in-out;
}
.stdbtn .bloader {
  color: #ffffff;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.stdbtn .bloader:before,
.stdbtn .bloader:after {
  content: "";
  position: absolute;
  top: 0;
}
.stdbtn .bloader:before {
  left: -2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.stdbtn .bloader:after {
  left: 2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 -1.5em;
  }
  40% {
    box-shadow: 0 0 0.5em 1px;
    background-color: #fff;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 -1.5em;
  }
  40% {
    box-shadow: 0 0 0.5em 1px;
    background-color: #fff;
  }
}
.stdbtn.loading .loadLayer {
  opacity: 1;
  visibility: visible;
}
.stdbtn.hov-str:before,
.stdbtn.hov-stl:before,
.stdbtn.hov-stb:before,
.stdbtn.hov-stt:before,
.stdbtn.hov-soh:before,
.stdbtn.hov-sov:before,
.stdbtn.hov-ufl:before,
.stdbtn.hov-ufc:before,
.stdbtn.hov-ufr:before,
.stdbtn.hov-ofl:before,
.stdbtn.hov-ofc:before,
.stdbtn.hov-ofr:before,
.stdbtn.hov-urev:before,
.stdbtn.hov-orev:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.stdbtn.hov-str.def:before,
.stdbtn.hov-stl.def:before,
.stdbtn.hov-stb.def:before,
.stdbtn.hov-stt.def:before,
.stdbtn.hov-soh.def:before,
.stdbtn.hov-sov.def:before,
.stdbtn.hov-ufl.def:before,
.stdbtn.hov-ufc.def:before,
.stdbtn.hov-ufr.def:before,
.stdbtn.hov-ofl.def:before,
.stdbtn.hov-ofc.def:before,
.stdbtn.hov-ofr.def:before,
.stdbtn.hov-urev.def:before,
.stdbtn.hov-orev.def:before {
  background-color: #138a20;
}
.stdbtn.hov-rev:before,
.stdbtn.hov-sih:before,
.stdbtn.hov-siv:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.stdbtn.hov-sih.def,
.stdbtn.hov-siv.def {
  background-color: #138a20;
}
.stdbtn.hov-sih.def:before,
.stdbtn.hov-siv.def:before {
  background-color: #0096d3;
}
.stdbtn.hov-rev:before {
  border: 0px solid #138a20;
}
.stdbtn.hov-ofl:before,
.stdbtn.hov-ofc:before,
.stdbtn.hov-ofr:before,
.stdbtn.hov-ufl:before,
.stdbtn.hov-ufc:before,
.stdbtn.hov-ufr:before {
  width: 0;
  height: 4px;
}
.stdbtn.hov-str:before,
.stdbtn.hov-stl:before,
.stdbtn.hov-soh:before {
  width: 0;
  height: 100%;
}
.stdbtn.hov-siv:before,
.stdbtn.hov-sih:before,
.stdbtn.hov-rev:before {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.stdbtn.hov-sov:before,
.stdbtn.hov-stb:before,
.stdbtn.hov-stt:before,
.stdbtn.hov-urev:before,
.stdbtn.hov-orev:before {
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.stdbtn.hov-soh:before,
.stdbtn.hov-ufc:before,
.stdbtn.hov-ofc:before {
  left: 50%;
  transform: translateX(-50%);
}
.stdbtn.hov-sov:before {
  top: 50%;
  transform: translateY(-50%);
}
.stdbtn.hov-stt:before,
.stdbtn.hov-ufl:before,
.stdbtn.hov-ufc:before,
.stdbtn.hov-ufr:before,
.stdbtn.hov-urev:before {
  bottom: 0;
}
.stdbtn.hov-str:before,
.stdbtn.hov-stl:before,
.stdbtn.hov-stb:before,
.stdbtn.hov-ofl:before,
.stdbtn.hov-ofc:before,
.stdbtn.hov-ofr:before,
.stdbtn.hov-orev:before {
  top: 0;
}
.stdbtn.hov-str:before,
.stdbtn.hov-ufl:before,
.stdbtn.hov-ofl:before {
  left: 0;
}
.stdbtn.hov-stl:before,
.stdbtn.hov-ufr:before,
.stdbtn.hov-ofr:before {
  right: 0;
}
.stdbtn.hov-bf {
  border-color: #0096d3;
}
.stdbtn.hov-holl {
  border-color: #0096d3;
}
.stdbtn:hover.aqh {
  background-color: #00b1b7;
}
.stdbtn:hover.hov-urev:before,
.stdbtn:hover.hov-orev:before {
  height: 4px;
}
.stdbtn:hover.hov-bf {
  border-color: #138a20;
}
.stdbtn:hover.fade.def,
.stdbtn:hover.hov-holl.def {
  background-color: #138a20;
}
.stdbtn:hover.hov-rev:before {
  border: 4px solid #138a20;
}
.stdbtn:hover.hov-str:before,
.stdbtn:hover.hov-stl:before,
.stdbtn:hover.hov-soh:before,
.stdbtn:hover.hov-ofl:before,
.stdbtn:hover.hov-ofc:before,
.stdbtn:hover.hov-ofr:before,
.stdbtn:hover.hov-ufl:before,
.stdbtn:hover.hov-ufc:before,
.stdbtn:hover.hov-ufr:before {
  width: 100%;
}
.stdbtn:hover.hov-stb:before,
.stdbtn:hover.hov-stt:before,
.stdbtn:hover.hov-sov:before {
  height: 100%;
}
.stdbtn:hover.hov-sih:before {
  transform: scaleX(0);
}
.stdbtn:hover.hov-siv:before {
  transform: scaleY(0);
}
.stdbtn.loading {
  cursor: wait;
}
.stdbtn:disabled,
.stdbtn[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
.stdbtn:disabled,
.stdbtn[disabled],
.stdbtn:disabled .loadLayer,
.stdbtn[disabled] .loadLayer {
  background-color: #aaa !important;
}
/* End New Style v3 */
#toggleDir {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 5px;
  color: #fff;
  background-color: #00aced;
}
/* Multilang settings */
html[dir=rtl] .rtl-scaleX-1 {
  transform: scaleX(-1);
}
html[dir=rtl] .rtl-fdrr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
html[dir=ltr] .ltr-scaleX-1 {
  transform: scaleX(-1);
}
html[dir=ltr] .ltr-fdrr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* START Responsive fonst  */
@media (min-width: 1980px) {
  .hfs15 {
    font-size: 15px;
  }
  .hfs16 {
    font-size: 16px;
  }
  .hfs17 {
    font-size: 17px;
  }
  .hfs18 {
    font-size: 18px;
  }
  .hfs19 {
    font-size: 19px;
  }
  .hfs20 {
    font-size: 20px;
  }
  .hfs21 {
    font-size: 21px;
  }
  .hfs22 {
    font-size: 22px;
  }
  .hfs23 {
    font-size: 23px;
  }
  .hfs24 {
    font-size: 24px;
  }
  .hfs25 {
    font-size: 25px;
  }
  .hfs26 {
    font-size: 26px;
  }
  .hfs27 {
    font-size: 27px;
  }
  .hfs28 {
    font-size: 28px;
  }
  .hfs30 {
    font-size: 30px;
  }
  .hfs35 {
    font-size: 35px;
  }
  .hfs37 {
    font-size: 37px;
  }
  .hfs40 {
    font-size: 40px;
  }
  .hfs45 {
    font-size: 45px;
  }
  .hfs48 {
    font-size: 48px;
  }
  .hfs50 {
    font-size: 50px;
  }
  .hfs55 {
    font-size: 55px;
  }
  .hfs60 {
    font-size: 60px;
  }
  .hfs65 {
    font-size: 65px;
  }
  .hfs70 {
    font-size: 70px;
  }
  .hfs75 {
    font-size: 75px;
  }
  .hfs80 {
    font-size: 80px;
  }
  .hfs85 {
    font-size: 85px;
  }
  .hfs90 {
    font-size: 90px;
  }
  .hfs95 {
    font-size: 95px;
  }
  .hfs100 {
    font-size: 100px;
  }
  .hfs105 {
    font-size: 105px;
  }
  .hfs110 {
    font-size: 110px;
  }
  .hfs150 {
    font-size: 150px;
  }
  .hfs180 {
    font-size: 180px;
  }
}
/* END Responsive fonst */
/* START Responsive SideMenu   */
@media (min-width: 1024px) {
  .nopc,
  .MobNavBtn {
    display: none;
  }
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul ul,
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul ul {
    border-radius: 0.4rem;
    opacity: 0;
    position: absolute;
    left: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
  }
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children:focus ul,
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children:hover ul,
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children.active ul {
    top: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
    width: max-content;
    height: auto !important;
  }
  .nav.main_nav div.header-menu ul button.arrow {
    transition: none;
    height: 100%;
    display: block;
    height: 0.7rem;
    position: relative;
    pointer-events: none;
    transform: rotate(45deg);
    width: 1.3rem;
    top: -2px;
  }
  .nav.main_nav div.header-menu ul button.arrow.back {
    display: none !important;
  }
  .nav.main_nav div.header-menu ul button.arrow::before,
  .nav.main_nav div.header-menu ul button.arrow::after {
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    right: 0;
  }
  .nav.main_nav div.header-menu ul button.arrow::before {
    height: 9px;
    width: 1px;
  }
  .nav.main_nav div.header-menu ul button.arrow::after {
    height: 1px;
    width: 9px;
  }
  .nav.main_nav div.header-menu ul button.arrow svg {
    display: none;
  }
  .nav.main_nav div.header-menu ul button.arrow svg polygon {
    fill: #000;
  }
  .nav.main_nav div.header-menu ul.menu > li ul.sub-menu a,
  .nav.main_nav div.header-menu ul.menu > li ul.sub-menu span {
    width: 100%;
    display: block;
    padding: 10px 25px;
  }
  .nav.main_nav div.header-menu ul.menu li ul.sub-menu li:hover:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .nav.main_nav div.header-menu ul.menu li ul.sub-menu li:hover:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .nav.main_nav div.header-menu ul.menu > li > ul.sub-menu {
    width: max-content;
  }
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children:focus ul,
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children:hover ul {
    width: max-content;
  }
  .nav.main_nav div.header-menu > ul ul > li > span > button.arrow,
  .nav.main_nav div.header-menu > ul ul > li > a > button.arrow {
    transform: rotate(135deg);
  }
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before,
  .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: auto;
    top: 0;
    width: 25px;
  }
  html[dir="rtl"] .nav.main_nav div.header-menu ul.menu > li ul.sub-menu a,
  html[dir="rtl"] .nav.main_nav div.header-menu ul.menu > li ul.sub-menu span {
    text-align: right;
  }
  html[dir="rtl"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul,
  html[dir="rtl"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul {
    right: calc(100% + 15px);
  }
  html[dir="rtl"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before,
  html[dir="rtl"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before {
    left: auto;
    right: -15px;
  }
  html[dir="rtl"] .nav.main_nav div.header-menu > ul ul > li > span > button.arrow,
  html[dir="rtl"] .nav.main_nav div.header-menu > ul ul > li > a > button.arrow {
    transform: rotate(135deg);
    left: 5px;
  }
  html[dir="rtl"] .nav.main_nav div.header-menu ul button.arrow {
    left: 0;
  }
  html[dir="ltr"] .nav.main_nav div.header-menu ul.menu > li ul.sub-menu a,
  html[dir="ltr"] .nav.main_nav div.header-menu ul.menu > li ul.sub-menu span {
    text-align: left;
  }
  html[dir="ltr"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul,
  html[dir="ltr"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul {
    left: calc(100% + 15px);
  }
  html[dir="ltr"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before,
  html[dir="ltr"] .nav.main_nav div.header-menu > ul > li.menu-item-has-children > ul li.menu-item-has-children ul:before {
    left: -15px;
    right: auto;
  }
  html[dir="ltr"] .nav.main_nav div.header-menu > ul ul > li > span > button.arrow,
  html[dir="ltr"] .nav.main_nav div.header-menu > ul ul > li > a > button.arrow {
    transform: rotate(-45deg);
    top: 50%;
    right: 5px;
  }
  html[dir="ltr"] .nav.main_nav div.header-menu ul button.arrow {
    right: 12px;
  }
  .nav div.header-menu > ul > li > a {
    color: #ffffff;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    padding: 10px calc(3px + 1vw);
    font-weight: 100;
  }
  .nav div.header-menu ul li.current-menu-item > a,
  .nav div.header-menu ul.menu > li:hover > a,
  .nav div.header-menu ul li a:hover {
    color: #ccc;
  }
  .nav div.header-menu {
    height: 100%;
  }
  .nav div.header-menu ul.menu {
    height: 100%;
  }
  .nav div.header-menu ul.menu > li {
    height: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .nav div.header-menu ul.menu > li ul.sub-menu a {
    font-size: 18px;
    font-size: calc(14px + 0.208vw);
    font-weight: 300;
  }
  .nav div.header-menu ul.menu > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 30;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav div.header-menu ul.menu > li:hover > ul.sub-menu,
  .nav div.header-menu ul.menu > li.active > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    white-space: normal;
    overflow: visible;
    height: auto !important;
  }
  .nav div.header-menu ul.menu > li:hover > ul.sub-menu {
    height: auto !important;
  }
  .nav div.header-menu ul.menu > li > a {
    padding: 15px calc(3px + 0.5vw);
  }
  .onlymDesktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .showOnlyMobile,
  .onlysmDesktop {
    display: none;
  }
}
/* END Responsive  SideMenu  */
/* Responsive */
@media (max-width: 1024px), (max-device-width: 1024px) {
  .mmin_h150px_8vh {
    min-height: calc(150px + 8vh);
  }
  .mmin_h350 {
    min-height: 350px;
  }
  .mmax_h350 {
    max-height: 350px;
  }
  .mfg0 {
    flex-grow: 0;
  }
  .mfg1 {
    flex-grow: 1;
  }
  .mfb0 {
    flex-basis: 0;
  }
  .mfb1 {
    flex-basis: 1;
  }
  .mfw {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mfdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .maife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .mjcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mjcsa {
    -webkit-box-pack: space-around;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .mjcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mjcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mfdcr {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mfdr {
    flex-direction: row;
  }
  .mfdrr {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mfcc,
  .maic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mfcc,
  .mjcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .mfcc,
  .mflex {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .mcenter {
    text-align: center !important;
  }
  .minitxt {
    text-align: initial !important;
  }
  .nomobile {
    display: none !important;
  }
  .mrelative {
    position: relative !important;
  }
  .mvp15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mvp20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mvp25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mbb1solid {
    border-bottom: 1px solid #DFDFDF;
  }
  .mbb1trans {
    border-bottom: 1px solid transparent !important;
  }
  .mgap0 {
    gap: 0;
  }
  .mmt0 {
    margin-top: 0px;
  }
  .mmt5 {
    margin-top: 5px;
  }
  .mmt10 {
    margin-top: 10px;
  }
  .mmt15 {
    margin-top: 15px;
  }
  .mmt20 {
    margin-top: 20px;
  }
  .mmt25 {
    margin-top: 25px;
  }
  .mmt30 {
    margin-top: 30px;
  }
  .mmb0 {
    margin-bottom: 0px;
  }
  .mmb5 {
    margin-bottom: 5px;
  }
  .mmb10 {
    margin-bottom: 10px;
  }
  .mmb15 {
    margin-bottom: 15px;
  }
  .mmb20 {
    margin-bottom: 20px;
  }
  .mmb25 {
    margin-bottom: 25px;
  }
  .mmb30 {
    margin-bottom: 30px;
  }
  .mpt0 {
    padding-top: 0px;
  }
  .mpt5 {
    padding-top: 5px;
  }
  .mpt10 {
    padding-top: 10px;
  }
  .mpt15 {
    padding-top: 15px;
  }
  .mpt20 {
    padding-top: 20px;
  }
  .mpt25 {
    padding-top: 25px;
  }
  .mpt30 {
    padding-top: 30px;
  }
  .mpb0 {
    padding-bottom: 0px;
  }
  .mpb5 {
    padding-bottom: 5px;
  }
  .mpb10 {
    padding-bottom: 10px;
  }
  .mpb15 {
    padding-bottom: 15px;
  }
  .mpb20 {
    padding-bottom: 20px;
  }
  .mpb25 {
    padding-bottom: 25px;
  }
  .mpb30 {
    padding-bottom: 30px;
  }
  html[dir=rtl] .mhm0,
  html[dir=rtl] .mmr0 {
    margin-right: 0px;
  }
  html[dir=rtl] .mmr-auto {
    margin-right: auto;
  }
  html[dir=rtl] .mmr5 {
    margin-right: 5px;
  }
  html[dir=rtl] .mmr10 {
    margin-right: 10px;
  }
  html[dir=rtl] .mmr15 {
    margin-right: 15px;
  }
  html[dir=rtl] .mmr20 {
    margin-right: 20px;
  }
  html[dir=rtl] .mmr25 {
    margin-right: 25px;
  }
  html[dir=rtl] .mmr30 {
    margin-right: 30px;
  }
  html[dir=rtl] .mhm0,
  html[dir=rtl] .mml0 {
    margin-left: 0px;
  }
  html[dir=rtl] .mml-auto {
    margin-left: auto;
  }
  html[dir=rtl] .mml5 {
    margin-left: 5px;
  }
  html[dir=rtl] .mml10 {
    margin-left: 10px;
  }
  html[dir=rtl] .mml15 {
    margin-left: 15px;
  }
  html[dir=rtl] .mml20 {
    margin-left: 20px;
  }
  html[dir=rtl] .mml25 {
    margin-left: 25px;
  }
  html[dir=rtl] .mml30 {
    margin-left: 30px;
  }
  html[dir=rtl] .mpr0 {
    padding-right: 0px;
  }
  html[dir=rtl] .mpr5pre {
    padding-right: 5%;
  }
  html[dir=rtl] .mpr5 {
    padding-right: 5px;
  }
  html[dir=rtl] .mpr10 {
    padding-right: 10px;
  }
  html[dir=rtl] .mpr15 {
    padding-right: 15px;
  }
  html[dir=rtl] .mpr20 {
    padding-right: 20px;
  }
  html[dir=rtl] .mpr25 {
    padding-right: 25px;
  }
  html[dir=rtl] .mpr30 {
    padding-right: 30px;
  }
  html[dir=rtl] .mpl0 {
    padding-left: 0px;
  }
  html[dir=rtl] .mpl5pre {
    padding-left: 5%;
  }
  html[dir=rtl] .mpl5 {
    padding-left: 5px;
  }
  html[dir=rtl] .mpl10 {
    padding-left: 10px;
  }
  html[dir=rtl] .mpl15 {
    padding-left: 15px;
  }
  html[dir=rtl] .mpl20 {
    padding-left: 20px;
  }
  html[dir=rtl] .mpl25 {
    padding-left: 25px;
  }
  html[dir=rtl] .mpl30 {
    padding-left: 30px;
  }
  html[dir=ltr] .mhm0,
  html[dir=ltr] .mmr0 {
    margin-left: 0px;
  }
  html[dir=ltr] .mmr-auto {
    margin-left: auto;
  }
  html[dir=ltr] .mmr5 {
    margin-left: 5px;
  }
  html[dir=ltr] .mmr10 {
    margin-left: 10px;
  }
  html[dir=ltr] .mmr15 {
    margin-left: 15px;
  }
  html[dir=ltr] .mmr20 {
    margin-left: 20px;
  }
  html[dir=ltr] .mmr25 {
    margin-left: 25px;
  }
  html[dir=ltr] .mmr30 {
    margin-left: 30px;
  }
  html[dir=ltr] .mhm0,
  html[dir=ltr] .mml0 {
    margin-right: 0px;
  }
  html[dir=ltr] .mml-auto {
    margin-right: auto;
  }
  html[dir=ltr] .mml5 {
    margin-right: 5px;
  }
  html[dir=ltr] .mml10 {
    margin-right: 10px;
  }
  html[dir=ltr] .mml15 {
    margin-right: 15px;
  }
  html[dir=ltr] .mml20 {
    margin-right: 20px;
  }
  html[dir=ltr] .mml25 {
    margin-right: 25px;
  }
  html[dir=ltr] .mml30 {
    margin-right: 30px;
  }
  html[dir=ltr] .mpr0 {
    padding-left: 0px;
  }
  html[dir=ltr] .mpr5pre {
    padding-left: 5%;
  }
  html[dir=ltr] .mpr5 {
    padding-left: 5px;
  }
  html[dir=ltr] .mpr10 {
    padding-left: 10px;
  }
  html[dir=ltr] .mpr15 {
    padding-left: 15px;
  }
  html[dir=ltr] .mpr20 {
    padding-left: 20px;
  }
  html[dir=ltr] .mpr25 {
    padding-left: 25px;
  }
  html[dir=ltr] .mpr30 {
    padding-left: 30px;
  }
  html[dir=ltr] .mpl0 {
    padding-right: 0px;
  }
  html[dir=ltr] .mpl5pre {
    padding-right: 5%;
  }
  html[dir=ltr] .mpl5 {
    padding-right: 5px;
  }
  html[dir=ltr] .mpl10 {
    padding-right: 10px;
  }
  html[dir=ltr] .mpl15 {
    padding-right: 15px;
  }
  html[dir=ltr] .mpl20 {
    padding-right: 20px;
  }
  html[dir=ltr] .mpl25 {
    padding-right: 25px;
  }
  html[dir=ltr] .mpl30 {
    padding-right: 30px;
  }
  .mcontainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .m_gray_bg {
    background: #F5F5F5;
  }
  .m_f_bg {
    background: #FFFFFF;
  }
  .m_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .mgreen_color {
    color: #217D63;
  }
  .mbr0 {
    border-radius: 0;
  }
  .mdnone {
    display: none;
  }
  .mw25 {
    width: 25%;
  }
  .mdinline {
    display: inline;
  }
  .mw30 {
    width: 30%;
  }
  .mw40 {
    width: 40%;
  }
  .mw60 {
    width: 60%;
  }
  .mw70 {
    width: 70%;
  }
  .mw50 {
    width: 50%;
  }
  .mw-auto {
    width: auto;
  }
  .mw100 {
    width: 100%;
  }
  .mw100-gap {
    column-gap: 0px;
  }
  .mmw90 {
    max-width: 100%;
  }
  .mmw100 {
    max-width: 100%;
  }
  .mcol2s10 {
    width: calc(50% - 5px);
  }
  .mcol2s10-gap {
    column-gap: 5px;
  }
  .mcol2s15 {
    width: calc(50% - 7.5px);
  }
  .mcol2s15-gap {
    column-gap: 7.5px;
  }
  .mcol2s20 {
    width: calc(50% - 10px);
  }
  .mcol2s20-gap {
    column-gap: 18px;
  }
  .mcol2s30 {
    width: calc(50% - 15px);
  }
  .mcol2s30-gap {
    column-gap: 15px;
  }
  .mcol2s50 {
    width: calc(100%/2 - 25px);
  }
  .mcol3s10 {
    width: calc(100%/3 - 5px);
  }
  .mcol3s10-gap {
    column-gap: 5px;
  }
  .mcol3s15 {
    width: calc(100%/3 - 7.5px);
  }
  .mcol3s15-gap {
    column-gap: 7.5px;
  }
  .mcol3s20 {
    width: calc(100%/3 - 10px);
  }
  .mcol3s20-gap {
    column-gap: 15px;
  }
  .mcol3s20X2 {
    width: calc((100% / 3) * 2);
  }
  .mcol3s20-gap {
    column-gap: 15px;
  }
  .mcol3s30 {
    width: calc(100%/3 - 15px);
  }
  .mcol3s30-gap {
    column-gap: 15px;
  }
  .mcol3s30 {
    width: calc(100%/3 - 25px);
  }
  .mcol4 {
    width: 25%;
  }
  .mcol4s10 {
    width: calc(25% - 5px);
  }
  .mcol4s20 {
    width: calc(25% - 10px);
  }
  .mcol4s20-gap {
    column-gap: 15px;
  }
  .mcol4s30 {
    width: calc(25% - 15px);
  }
  .MobNavBtn {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
  }
  .MobNavBtn span {
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
  .MobNavBtn span:nth-child(1) {
    -webkit-transform: translate(-50%, -340%);
    transform: translate(-50%, -340%);
  }
  .MobNavBtn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .MobNavBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, 240%);
    transform: translate(-50%, 240%);
  }
  .MobNavBtn.active span {
    height: 1px;
  }
  .MobNavBtn.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .MobNavBtn.active span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .MobNavBtn.active span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .MobNavBtn span {
    background-color: #fff;
  }
  .WPML-lngs {
    top: 40px;
  }
  .WPML-lngs .LangsSelect ul {
    min-width: 80px;
  }
  .nav {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    color: #464444;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding: 80px 15px 30px 15px;
    z-index: 8;
    overflow: scroll;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav.active {
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
  }
  .nav .main_menu {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav ul button {
    width: 10%;
  }
  .nav ul button svg {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    pointer-events: none;
  }
  .nav ul.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav ul.menu > li:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .nav ul.menu li {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .nav ul.menu li > a,
  .nav ul.menu li > span {
    position: relative;
    padding: 14px 10px 14px 10px;
    font-size: 20px;
    width: 90%;
  }
  .nav ul.menu li ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .nav ul.menu li:not(.active) ul {
    height: 0 !important;
  }
  .nav ul.menu li.active > a,
  .nav ul.menu li.active > span {
    font-weight: 600;
  }
  .nav ul.menu li.active > a button svg,
  .nav ul.menu li.active > span button svg {
    transform: rotate(-90deg);
  }
  .nav ul.menu li.active > ul {
    opacity: 1;
    visibility: visible;
    border-top: 2px solid #e2e2e2;
  }
  .nav ul li {
    margin: 0;
    text-align: initial;
  }
  .nav ul li a,
  .nav ul li span {
    display: block;
    text-align: initial;
  }
  .nav ul.sub-menu {
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .nav ul.sub-menu a,
  .nav ul.sub-menu span {
    padding: 10px;
    position: relative;
    padding: 15px 10px 18px 10px;
  }
  nav div.header-menu > ul > li > a {
    color: #ffffff;
  }
  table {
    width: 100%;
  }
  table th,
  table thead {
    display: none;
  }
  table th,
  table tr,
  table td {
    width: 100% !important;
    height: auto !important;
  }
  table tr:nth-of-type(2n) {
    background-color: inherit;
  }
  table tr td {
    display: block;
    text-align: center;
  }
  table tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }
  table tr td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  html[dir="rtl"] .nav ul ul button {
    right: -80px;
  }
  html[dir="rtl"] .WPML-lngs {
    left: 15px;
  }
  html[dir="rtl"] .WPML-lngs .LangsSelect ul {
    left: 0;
  }
  html[dir="ltr"] .nav ul ul button {
    left: -80px;
  }
  html[dir="ltr"] .WPML-lngs {
    right: 15px;
  }
  html[dir="ltr"] .WPML-lngs .LangsSelect ul {
    right: 0;
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .container.c90 {
    width: calc(100% - 10%);
  }
  .sm_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sm_gray_bg {
    background: #F5F5F5;
  }
  .sm_f_bg {
    background: #FFFFFF;
  }
  .smfg0 {
    flex-grow: 0;
  }
  .smfg1 {
    flex-grow: 1;
  }
  .smflexunset {
    flex: unset;
  }
  .smfb0 {
    flex-basis: 0;
  }
  .smfb1 {
    flex-basis: 1;
  }
  .smfw {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .smfdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .smaifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .smaife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .smjcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .smjcsa {
    -webkit-box-pack: space-around;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .smjcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .smjcse {
    justify-content: space-evenly;
  }
  .smjcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .smfdcr {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .smfdrr {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .smfcc,
  .smaic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .smfcc,
  .smjcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .smfcc,
  .smflex {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .smcenter {
    text-align: center !important;
  }
  .sminitxt {
    text-align: initial !important;
  }
  .nosmobile {
    display: none !important;
  }
  .smrelative {
    position: relative !important;
  }
  .smvm15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .smvm0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .smvm20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .smvm25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .smvp15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .smvp20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .smvp25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .smmt0 {
    margin-top: 0px;
  }
  .smmt5 {
    margin-top: 5px;
  }
  .smmt10 {
    margin-top: 10px;
  }
  .smmt15 {
    margin-top: 15px;
  }
  .smmt20 {
    margin-top: 20px;
  }
  .smmt25 {
    margin-top: 25px;
  }
  .smmt30 {
    margin-top: 30px;
  }
  .smmb0 {
    margin-bottom: 0px;
  }
  .smmb5 {
    margin-bottom: 5px;
  }
  .smmb10 {
    margin-bottom: 10px;
  }
  .smmb15 {
    margin-bottom: 15px;
  }
  .smmb20 {
    margin-bottom: 20px;
  }
  .smmb25 {
    margin-bottom: 25px;
  }
  .smmb30 {
    margin-bottom: 30px;
  }
  .smvp15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .smvp20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .smvp25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .smpt0 {
    padding-top: 0px;
  }
  .smpt5 {
    padding-top: 5px;
  }
  .smpt10 {
    padding-top: 10px;
  }
  .smpt15 {
    padding-top: 15px;
  }
  .smpt20 {
    padding-top: 20px;
  }
  .smpt25 {
    padding-top: 25px;
  }
  .smpt30 {
    padding-top: 30px;
  }
  .smpb0 {
    padding-bottom: 0px;
  }
  .smpb5 {
    padding-bottom: 5px;
  }
  .smpb10 {
    padding-bottom: 10px;
  }
  .smpb15 {
    padding-bottom: 15px;
  }
  .smpb20 {
    padding-bottom: 20px;
  }
  .smpb25 {
    padding-bottom: 25px;
  }
  .smpb30 {
    padding-bottom: 30px;
  }
  html[dir=rtl] .smmr-auto {
    margin-right: auto;
  }
  html[dir=rtl] .smhm0,
  html[dir=rtl] .smmr0 {
    margin-right: 0px;
  }
  html[dir=rtl] .smmr5 {
    margin-right: 5px;
  }
  html[dir=rtl] .smmr10 {
    margin-right: 10px;
  }
  html[dir=rtl] .smmr15 {
    margin-right: 15px;
  }
  html[dir=rtl] .smmr20 {
    margin-right: 20px;
  }
  html[dir=rtl] .smmr25 {
    margin-right: 25px;
  }
  html[dir=rtl] .smmr30 {
    margin-right: 30px;
  }
  html[dir=rtl] .smml-auto {
    margin-left: auto;
  }
  html[dir=rtl] .smhm0,
  html[dir=rtl] .smml0 {
    margin-left: 0px;
  }
  html[dir=rtl] .smml5 {
    margin-left: 5px;
  }
  html[dir=rtl] .smml10 {
    margin-left: 10px;
  }
  html[dir=rtl] .smml15 {
    margin-left: 15px;
  }
  html[dir=rtl] .smml20 {
    margin-left: 20px;
  }
  html[dir=rtl] .smml25 {
    margin-left: 25px;
  }
  html[dir=rtl] .smml30 {
    margin-left: 30px;
  }
  html[dir=rtl] .smpr0 {
    padding-right: 0px;
  }
  html[dir=rtl] .smpr5pre {
    padding-right: 5%;
  }
  html[dir=rtl] .smpr5 {
    padding-right: 5px;
  }
  html[dir=rtl] .smpr10 {
    padding-right: 10px;
  }
  html[dir=rtl] .smpr15 {
    padding-right: 15px;
  }
  html[dir=rtl] .smpr20 {
    padding-right: 20px;
  }
  html[dir=rtl] .smpr25 {
    padding-right: 25px;
  }
  html[dir=rtl] .smpr30 {
    padding-right: 30px;
  }
  html[dir=rtl] .smpl0 {
    padding-left: 0px;
  }
  html[dir=rtl] .smpl5 {
    padding-left: 5px;
  }
  html[dir=rtl] .smpl10 {
    padding-left: 10px;
  }
  html[dir=rtl] .smpl15 {
    padding-left: 15px;
  }
  html[dir=rtl] .smpl20 {
    padding-left: 20px;
  }
  html[dir=rtl] .smpl25 {
    padding-left: 25px;
  }
  html[dir=rtl] .smpl30 {
    padding-left: 30px;
  }
  html[dir=rtl] .smpl0 {
    padding-left: 0px;
  }
  html[dir=rtl] .smpl5pre {
    padding-left: 5%;
  }
  html[dir=rtl] .smpl5 {
    padding-left: 5px;
  }
  html[dir=rtl] .smpl10 {
    padding-left: 10px;
  }
  html[dir=rtl] .smpl15 {
    padding-left: 15px;
  }
  html[dir=rtl] .smpl20 {
    padding-left: 20px;
  }
  html[dir=rtl] .smpl25 {
    padding-left: 25px;
  }
  html[dir=rtl] .smpl30 {
    padding-left: 30px;
  }
  html[dir=ltr] .smmr-auto {
    margin-left: auto;
  }
  html[dir=ltr] .smhm0,
  html[dir=ltr] .smmr0 {
    margin-left: 0px;
  }
  html[dir=ltr] .smmr5 {
    margin-left: 5px;
  }
  html[dir=ltr] .smmr10 {
    margin-left: 10px;
  }
  html[dir=ltr] .smmr15 {
    margin-left: 15px;
  }
  html[dir=ltr] .smmr20 {
    margin-left: 20px;
  }
  html[dir=ltr] .smmr25 {
    margin-left: 25px;
  }
  html[dir=ltr] .smmr30 {
    margin-left: 30px;
  }
  html[dir=ltr] .smml-auto {
    margin-right: auto;
  }
  html[dir=ltr] .smhm0,
  html[dir=ltr] .smml0 {
    margin-right: 0px;
  }
  html[dir=ltr] .smml5 {
    margin-right: 5px;
  }
  html[dir=ltr] .smml10 {
    margin-right: 10px;
  }
  html[dir=ltr] .smml15 {
    margin-right: 15px;
  }
  html[dir=ltr] .smml20 {
    margin-right: 20px;
  }
  html[dir=ltr] .smml25 {
    margin-right: 25px;
  }
  html[dir=ltr] .smml30 {
    margin-right: 30px;
  }
  html[dir=ltr] .smpr0 {
    padding-left: 0px;
  }
  html[dir=ltr] .smpr5pre {
    padding-left: 5%;
  }
  html[dir=ltr] .smpr5 {
    padding-left: 5px;
  }
  html[dir=ltr] .smpr10 {
    padding-left: 10px;
  }
  html[dir=ltr] .smpr15 {
    padding-left: 15px;
  }
  html[dir=ltr] .smpr20 {
    padding-left: 20px;
  }
  html[dir=ltr] .smpr25 {
    padding-left: 25px;
  }
  html[dir=ltr] .smpr30 {
    padding-left: 30px;
  }
  html[dir=ltr] .smml0 {
    padding-right: 0px;
  }
  html[dir=ltr] .smml5 {
    padding-right: 5px;
  }
  html[dir=ltr] .smml10 {
    padding-right: 10px;
  }
  html[dir=ltr] .smml15 {
    padding-right: 15px;
  }
  html[dir=ltr] .smml20 {
    padding-right: 20px;
  }
  html[dir=ltr] .smml25 {
    padding-right: 25px;
  }
  html[dir=ltr] .smml30 {
    padding-right: 30px;
  }
  html[dir=ltr] .smpl0 {
    padding-right: 0px;
  }
  html[dir=ltr] .smpl5pre {
    padding-right: 5%;
  }
  html[dir=ltr] .smpl5 {
    padding-right: 5px;
  }
  html[dir=ltr] .smpl10 {
    padding-right: 10px;
  }
  html[dir=ltr] .smpl15 {
    padding-right: 15px;
  }
  html[dir=ltr] .smpl20 {
    padding-right: 20px;
  }
  html[dir=ltr] .smpl25 {
    padding-right: 25px;
  }
  html[dir=ltr] .smpl30 {
    padding-right: 30px;
  }
  .smfw-normal {
    font-weight: normal;
  }
  .smfw-900 {
    font-weight: 900;
  }
  .sm-font-nur {
    font-family: 'Tigrisibiri', sans-serif !important;
  }
  .smbr0 {
    border-radius: 0;
  }
  .smbr20 {
    border-radius: 20px;
  }
  .smbr24 {
    border-radius: 24px;
  }
  .smdnone {
    display: none;
  }
  .smdblock {
    display: block;
  }
  .smdinline {
    display: inline;
  }
  .smminw-auto {
    min-width: auto;
  }
  .smmin_h200 {
    min-height: 200px;
  }
  .smh-auto {
    height: auto;
  }
  .smw-auto {
    width: auto;
  }
  .smwm100 {
    max-width: 100%;
  }
  .smw25 {
    width: 25% !important;
  }
  .smw50 {
    width: 50% !important;
  }
  .smw100 {
    width: 100% !important;
  }
  .smw100-gap {
    column-gap: 0px;
  }
  .smw90 {
    width: 90% !important;
  }
  .smmw100 {
    max-width: 100% !important;
  }
  .smcol2s10 {
    width: calc(50% - 5px);
  }
  .smcol2s10-gap {
    column-gap: 10px;
  }
  .smcol2s15 {
    width: calc(50% - 7.5px);
  }
  .smcol2s20 {
    width: calc(50% - 10px);
  }
  .smcol2s30 {
    width: calc(50% - 15px);
  }
  .smcol3s10 {
    width: calc(100%/3 - 5px);
  }
  .smcol3s10-gap {
    column-gap: 7px;
  }
  .smcol3s15 {
    width: calc(100%/3 - 7.5px);
  }
  .smcol3s20 {
    width: calc(100%/3 - 10px);
  }
  .smcol3s30 {
    width: calc(100%/3 - 15px);
  }
  .smcol4s30 {
    width: calc(25% - 15px);
  }
  .smcol4s40 {
    width: calc(25% - 20px);
  }
  .TabsHead .thbox {
    background-color: #fff;
  }
  .TabsHead .thbox,
  .TabsHead .thbox button {
    width: 100%;
  }
  .TabsHead .thbox {
    position: relative;
    overflow: hidden;
    z-index: 20;
  }
  .TabsHead.dropped .thbox {
    position: absolute;
    top: 0;
  }
  .TabsHead:not(.dropped) button:not(:first-child) {
    position: absolute;
    top: 100%;
  }
}
.topSrch {
  position: relative;
  pointer-events: all;
  min-height: 45px;
}
.topSrch .cfi label {
  opacity: 0;
  visibility: hidden;
}
.topSrch .cfi input {
  min-height: 45px;
  width: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  border: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topSrch .cfb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topSrch .cfb button {
  display: flex;
  font-size: inherit;
  font-weight: inherit;
  min-width: unset;
  padding: inherit;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.topSrch.active {
  position: relative;
}
.topSrch.active:after {
  width: 100%;
}
.topSrch.active .cfi.focus label {
  top: 15px;
  transform: translateY(-100%);
  font-size: 15px;
  font-size: calc(14px + 0.052vw);
}
.topSrch.active .cfi label {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.topSrch.active .cfi input {
  width: calc(100px + 10vw);
  opacity: 1;
  visibility: visible;
  max-width: 60vw;
  border: 1px solid;
  border-radius: 23px;
  font-size: 18px;
  font-size: calc(14px + 0.208vw);
  border: 1px solid #fff;
  color: #FFFFFF;
}
.topSrch.active .cfi input:focus {
  outline: 2px solid #ffffff70;
}
.topSrch.active .cfb {
  pointer-events: all;
  height: 100%;
  border-radius: 23px;
}
.topSrch.active .cfb button {
  opacity: 1;
  visibility: visible;
  padding: 5px 10px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .topSrch.active .cfi input {
    width: 100%;
    max-width: inherit;
  }
}
html[dir=rtl] .topSrch.active .cfi input {
  padding-right: 45px;
}
html[dir=ltr] .topSrch.active .cfi input {
  padding-left: 45px;
}
.ymx_tabs [role="tab"] {
  position: relative;
  z-index: 2;
  top: 2px;
  border: 1px solid hsl(219, 1%, 72%);
  border-bottom: 2px solid hsl(219, 1%, 72%);
  border-radius: 5px 5px 0 0;
  background: hsl(220, 20%, 94%);
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.ymx_tabs [role="tab"][aria-selected="true"] {
  border-bottom-color: hsl(220, 43%, 99%);
  background: hsl(220, 43%, 99%);
}
.ymx_tabs [role="tab"][aria-selected="false"] {
  border-bottom: 1px solid hsl(219, 1%, 72%);
}
.ymx_tabs [role="tab"] .focusEl {
  display: inline-block;
}
.ymx_tabs [role="tab"]:hover .focusEl,
.ymx_tabs [role="tab"]:focus .focusEl,
.ymx_tabs [role="tab"]:active .focusEl {
  padding: 2px 4px;
  border: 2px solid #2474d6;
  border-radius: 3px;
}
.ymx_tabs [role="tabpanel"] {
  padding: 5px;
  border: 2px solid hsl(219, 1%, 72%);
  border-radius: 0 5px 5px;
  background: hsl(220, 43%, 99%);
  min-height: 10em;
  overflow: hidden;
}
.ymx_tabs [role="tabpanel"]:not(.container) {
  width: 100%;
}
.ymx_tabs [role="tabpanel"].is-hidden {
  display: none;
}
html[lang="he-IL"] .en {
  display: none;
}
html[lang="en-US"] .he {
  display: none;
}
.wpcf7 .required {
  color: #E20A45;
}
.wpcf7 .cftsc .wpcf7-form-control-wrap {
  width: auto;
  display: block;
}
.wpcf7 .cftsc .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: none;
}
.wpcf7 .cftsc a {
  font-weight: 700;
  text-decoration: underline;
}
.wpcf7 input[type="checkbox"] {
  width: 19px;
  padding: 0 !important;
  height: 19px;
  max-height: 19px;
  min-height: 19px;
  max-width: 19px;
  border-radius: 7px !important;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #333;
}
.wpcf7 input[type="checkbox"]:after {
  background-image: url(images/v.svg);
  background-size: 15px 13px;
  display: inline-block;
  width: 15px;
  height: 13px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7 input[type="checkbox"]:checked:after,
.wpcf7 input[type="checkbox"]:hover:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 .wpcf7-form textarea {
  height: 150px;
}
.wpcf7 .labelsform .cfb {
  position: relative;
}
.wpcf7 .labelsform .cfb .wpcf7-spinner {
  top: 0;
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  border-radius: 50px;
  height: 100%;
}
.wpcf7 .labelsform .cfb input {
  background: #403D3D;
  border-radius: 50px;
  font-size: 20px;
  border: 0;
  padding: 14px 18px;
  color: #ffffff;
  font-weight: 700;
}
.wpcf7 .labelsform .cfb.green input {
  background: #217D63;
}
.wpcf7 .labelsform input,
.wpcf7 .labelsform textarea {
  border-radius: 50px;
  border: 1px solid #131113;
}
.logo .logo_icon_g,
.logo .text_logo_g {
  display: none;
}
#TopWrap:not(.withPagesTop) #HeadFix {
  position: absolute;
}
#TopWrap:not(.withPagesTop) #HeadFix header {
  border-bottom: 1px solid #e7e7e7;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_a {
  border-bottom-color: #dfdfdf;
  background: #cce2d5;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_a .btn_st_trans {
  color: #217D63;
  border-color: #217D63;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_a .globalSearchButton svg path {
  stroke: #217D63;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_a .topSrch.active .cfi input {
  border-color: #217D63;
  color: #217D63;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_b {
  color: #000000;
  background: #FFFFFF;
}
#TopWrap:not(.withPagesTop) #HeadFix header .header_b .nav.main_nav div.header-menu ul button.arrow::before,
#TopWrap:not(.withPagesTop) #HeadFix header .header_b .nav.main_nav div.header-menu ul button.arrow::after {
  background-color: #000000;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  #TopWrap:not(.withPagesTop) #HeadFix header .header_b .nav.main_nav div.header-menu > ul > li > a {
    color: #000000;
  }
  #TopWrap:not(.withPagesTop) #HeadFix header .header_b .LangsSelect .LangGlobal {
    color: #000000;
  }
  #TopWrap:not(.withPagesTop) #HeadFix header .header_b .LangsSelect svg path {
    fill: #000000;
  }
  #TopWrap:not(.withPagesTop) #HeadFix header .header_b .globalSearchButton svg path {
    stroke: #000000;
  }
  #TopWrap:not(.withPagesTop) #HeadFix header .header_b .topSrch.active .cfi input {
    border-color: #000000;
    color: #000000;
  }
}
#TopWrap:not(.withPagesTop) #HeadFix header .MobNavBtn span {
  background-color: #217D63;
}
#TopWrap:not(.withPagesTop) #HeadFix header .MobNavBtn.active span {
  background-color: #FFFFFF;
}
#TopWrap:not(.withPagesTop) #HeadFix header .logo .icon,
#TopWrap:not(.withPagesTop) #HeadFix header .logo .text_logo {
  display: none;
}
#TopWrap:not(.withPagesTop) #HeadFix header .logo .logo_icon_g {
  display: inherit;
}
#TopWrap:not(.withPagesTop) #HeadFix header .site_logo.h_logo .icon {
  border-color: #217D63;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  #TopWrap:not(.withPagesTop) #HeadFix header .logo .text_logo_g {
    display: inherit;
  }
}
#FlotHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#HeadFix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
#HeadFix header.stiky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-bottom: 1px solid #e7e7e7;
}
#HeadFix header.stiky .header_a {
  border-bottom-color: #dfdfdf;
  background: #cce2d5;
}
#HeadFix header.stiky .header_a .btn_st_trans {
  color: #217D63;
  border-color: #217D63;
}
#HeadFix header.stiky .header_a .globalSearchButton svg path {
  stroke: #217D63;
}
#HeadFix header.stiky .header_a .topSrch.active .cfi input {
  border-color: #217D63;
  color: #217D63;
}
#HeadFix header.stiky .header_b {
  color: #000000;
  background: #FFFFFF;
}
#HeadFix header.stiky .header_b .nav.main_nav div.header-menu ul button.arrow::before,
#HeadFix header.stiky .header_b .nav.main_nav div.header-menu ul button.arrow::after {
  background-color: #000000;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  #HeadFix header.stiky .header_b .nav.main_nav div.header-menu > ul > li > a {
    color: #000000;
  }
  #HeadFix header.stiky .header_b .LangsSelect .LangGlobal {
    color: #000000;
  }
  #HeadFix header.stiky .header_b .LangsSelect svg path {
    fill: #000000;
  }
  #HeadFix header.stiky .header_b .globalSearchButton svg path {
    stroke: #000000;
  }
  #HeadFix header.stiky .header_b .topSrch.active .cfi input {
    border-color: #000000;
    color: #000000;
  }
}
#HeadFix header.stiky .MobNavBtn span {
  background-color: #217D63;
}
#HeadFix header.stiky .MobNavBtn.active span {
  background-color: #FFFFFF;
}
#HeadFix header.stiky .logo .icon,
#HeadFix header.stiky .logo .text_logo {
  display: none;
}
#HeadFix header.stiky .logo .logo_icon_g {
  display: inherit;
}
#HeadFix header.stiky .site_logo.h_logo .icon {
  border-color: #217D63;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  #HeadFix header.stiky .logo .text_logo_g {
    display: inherit;
  }
}
@-webkit-keyframes nav {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nav {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header .header_a {
  border-bottom: 1px solid #66707c;
}
header .header_a .logo {
  height: 80px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  header .header_a {
    border-bottom: 0px solid #66707c;
  }
  header .header_a .logo {
    height: inherit;
    order: 2;
  }
  header .header_a .topSrch {
    order: 1;
  }
}
#PagesTop {
  background-size: cover;
  background-repeat: no-repeat;
}
#PagesTop .overBlack {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#PagesTop .mobilePTimage {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 0;
  margin-bottom: calc(-21px + 1.5vw);
  top: 0;
}
#PagesTop.show .inrowf .sWrap {
  z-index: 160;
}
#PagesTop.ready .vbtnsBox {
  opacity: 1;
  visibility: visible;
}
#PagesTop video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#PagesTop video.ready {
  opacity: 1;
  visibility: visible;
}
#PagesTop .zi {
  position: relative;
}
#PagesTop.front {
  min-height: 100vh;
}
#PagesTop.lp_page {
  min-height: 80vh;
}
#PagesTop.mobi:not(.front) .overlay,
#PagesTop.inner .overlay {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: calc(21px + 1.5vw);
  padding-bottom: calc(21px + 1.5vw);
}
#PagesTop.inner {
  min-height: calc(280px + 6vw);
}
#PageMainCap {
  background-size: cover;
  background-repeat: no-repeat;
}
#PageMainCap .overBlack {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#PageMainCap .mobilePTimage {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 0;
  margin-bottom: calc(-21px + 1.5vw);
  top: 0;
}
#PageMainCap.show .inrowf .sWrap {
  z-index: 160;
}
#PageMainCap.ready .vbtnsBox {
  opacity: 1;
  visibility: visible;
}
#PageMainCap video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#PageMainCap video.ready {
  opacity: 1;
  visibility: visible;
}
#PageMainCap .zi {
  position: relative;
}
#PageMainCap.front {
  min-height: 60vh;
}
#PageMainCap.mobi:not(.front) .overlay,
#PageMainCap.inner .overlay {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: calc(21px + 1.5vw);
  padding-bottom: calc(21px + 1.5vw);
}
#PageMainCap.inner {
  min-height: calc(280px + 6vw);
}
#PageMainCap .panelText > div {
  color: #FFFFFF;
  display: inline-block;
}
@media (min-width: 1025x), (min-device-width: 1025px) {
  #PageMainCap .main_vid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #PageMainCap .main_vid .panelText {
    flex: 1;
  }
}
@media (max-width: 1024x), (max-device-width: 1024px) {
  #PageMainCap .panelText > div {
    color: #000000;
    background: #FEC71B;
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 12px;
  }
}
.vbtnsBox {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vbtnsBox #videoBTN,
.vbtnsBox #vmuteBTN,
.vbtnsBox #fullScrBTN {
  position: relative;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}
.vbtnsBox #videoBTN span,
.vbtnsBox #vmuteBTN span,
.vbtnsBox #fullScrBTN span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vbtnsBox #videoBTN svg,
.vbtnsBox #vmuteBTN svg,
.vbtnsBox #fullScrBTN svg {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  user-select: none;
  pointer-events: none;
}
.vbtnsBox #videoBTN .play svg,
.vbtnsBox #vmuteBTN .play svg,
.vbtnsBox #fullScrBTN .play svg {
  transform: translateX(10%);
}
.vbtnsBox #videoBTN.pause .pause,
.vbtnsBox #vmuteBTN.pause .pause,
.vbtnsBox #fullScrBTN.pause .pause,
.vbtnsBox #videoBTN:not(.pause) .play,
.vbtnsBox #vmuteBTN:not(.pause) .play,
.vbtnsBox #fullScrBTN:not(.pause) .play,
.vbtnsBox #videoBTN.unmuted .unmute,
.vbtnsBox #vmuteBTN.unmuted .unmute,
.vbtnsBox #fullScrBTN.unmuted .unmute,
.vbtnsBox #videoBTN:not(.unmuted) .mute,
.vbtnsBox #vmuteBTN:not(.unmuted) .mute,
.vbtnsBox #fullScrBTN:not(.unmuted) .mute {
  opacity: 0;
  visibility: hidden;
}
.vbtnsBox #videoBTN:hover,
.vbtnsBox #vmuteBTN:hover,
.vbtnsBox #fullScrBTN:hover {
  background-color: #FEC71B;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .vbtnsBox #videoBTN,
  .vbtnsBox #vmuteBTN,
  .vbtnsBox #fullScrBTN {
    width: 32px;
    height: 32px;
  }
  .vbtnsBox #videoBTN svg,
  .vbtnsBox #vmuteBTN svg,
  .vbtnsBox #fullScrBTN svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    user-select: none;
    pointer-events: none;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  #PagesTop.front,
  #PagesTop.hv,
  #PagesTop.cap_mob {
    max-height: auto;
    min-height: 50vh;
  }
  #PagesTop.front {
    max-height: auto;
    min-height: 80vh;
  }
}
.publish_at {
  color: #676767;
}
.footer_wrap {
  background: #1e1e1e;
  color: #fff;
}
.footer_wrap .part_a .part_a1 {
  background: #238368;
}
.footer_wrap .part_a .part_a2 {
  background: #24725C;
}
.footer_wrap .part_b {
  background: #575757;
}
.footer_wrap ul.socials_menu {
  column-gap: 13px;
}
.footer_wrap ul.socials_menu li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer_wrap ul.socials_menu li a:hover,
.footer_wrap ul.socials_menu li a:focus-within {
  transform: scale(1.1);
}
.footer_wrap ul.socials_menu li:last-child a {
  padding-left: 0;
}
.footer_wrap ul.socials_menu li:first-child a {
  padding-right: 0;
}
.footer_wrap .footer-menu > ul > li {
  padding: 0 15px;
  position: relative;
}
.footer_wrap .footer-menu > ul > li:after {
  content: '';
  background: #FEC71B;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.footer_wrap .footer-menu > ul > li:last-child:after {
  content: none;
}
.footer_wrap .footer-menu > ul > li > a:hover,
.footer_wrap .footer-menu > ul > li > h4:hover,
.footer_wrap .footer-menu > ul > li > a:focus-within,
.footer_wrap .footer-menu > ul > li > h4:focus-within {
  font-weight: 700;
}
.footer_wrap .footer-menu-big ul li {
  margin-bottom: 15px;
}
.footer_wrap .footer-menu-big ul li.menu-item-has-children {
  font-weight: 700;
  font-size: 24px;
  width: calc(25% - 10px);
}
@media (max-width: 767px), (max-device-width: 767px) {
  .footer_wrap .footer-menu-big ul li.menu-item-has-children {
    font-size: 18px;
  }
}
.footer_wrap .footer-menu-big ul li.menu-item-has-children a {
  margin-bottom: 15px;
  display: block;
}
.footer_wrap .footer-menu-big ul li:not(.menu-item-has-children) {
  font-weight: 300;
  font-size: 20px;
}
.footer_wrap .footer-menu-big ul li:not(.menu-item-has-children):hover a {
  -webkit-text-stroke: 1px white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .footer_wrap .footer-menu-big ul li:not(.menu-item-has-children) {
    font-size: 18px;
  }
}
.footer_wrap .footer-menu-big ul .fack_eihc {
  width: calc(25% - 10px);
}
.footer_wrap .allrights {
  color: #fff;
}
html[dir=ltr] .footer_wrap .part_a .part_a1 {
  border-right: 1px solid #FFFFFF;
}
html[dir=ltr] .footer_wrap .part_a2 .ex_link {
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}
html[dir=ltr] .footer-menu > ul > li:after {
  right: 0;
}
html[dir=ltr] .footer-menu > ul > li:first-child {
  padding-left: 0;
}
html[dir=rtl] .footer_wrap .part_a .part_a1 {
  border-left: 1px solid #FFFFFF;
}
html[dir=rtl] .footer_wrap .part_a2 .ex_link {
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}
html[dir=rtl] .footer-menu > ul > li:after {
  left: 0;
}
html[dir=rtl] .footer-menu > ul > li:first-child {
  padding-right: 0;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  html[dir=rtl] .footer_wrap .part_a .part_a1,
  html[dir=ltr] .footer_wrap .part_a .part_a1 {
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
  }
  .footer_wrap .part_a .part_a1 {
    background: #676767;
    order: 1;
  }
  .footer_wrap .part_a .part_a1 .logo {
    order: 1;
  }
  .footer_wrap ul.socials_menu li img {
    width: 25px;
    height: 25px;
  }
  .footer_wrap .site_logo.f_logo .text {
    display: none;
  }
}
html[dir=ltr] .footer_wrap .footer-menu-big > ul > li {
  padding-right: 15px;
}
html[dir=rtl] .footer_wrap .footer-menu-big > ul > li {
  padding-left: 15px;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .footer_wrap .part_a .part_a2 {
    background: #217D63;
  }
  .footer_wrap .part_a .part_a2 .ex_link {
    order: 0;
  }
  .footer_wrap .part_a .part_a2 .menu_a2 {
    order: 1;
    background: #676767;
  }
  .footer_wrap .footer-menu > ul > li {
    padding: 15px;
  }
  .footer_wrap .footer-menu-big > ul > li.menu-item-has-children {
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .footer_wrap .footer-menu-big > ul > li .fack_eihc {
    width: calc(50% - 10px);
  }
}
html[dir=ltr] .wp-menu-img-before img {
  margin-right: 10px;
  margin-left: 0px;
}
html[dir=rtl] .wp-menu-img-before img {
  margin-right: 0px;
  margin-left: 10px;
}
.nav.main_nav div.header-menu ul li a {
  display: flex;
  align-items: center;
}
.nav.main_nav div.header-menu > ul > li > a {
  font-weight: 100;
  color: #ffffff;
  font-size: 20px;
}
.nav.main_nav div.header-menu ul.menu > li ul.sub-menu a {
  font-weight: 100;
  color: #ffffff;
  font-size: 20px;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  #PagesTop .overBlack {
    background-size: 100%;
  }
  .nav.main_nav .wp-menu-img-before img {
    display: none;
  }
  .nav.main_nav div.header-menu li ul.sub-menu {
    background: transparent !important;
    background-color: transparent !important;
    position: relative;
    padding: 50px 25px 30px;
  }
  .nav.main_nav div.header-menu li ul.sub-menu a {
    padding: 0px 0px 25px 15px !important;
  }
  .nav.main_nav div.header-menu li ul.sub-menu .barr {
    content: '';
    position: absolute;
    right: 42%;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    clear: both;
  }
  .nav.main_nav div.header-menu li ul.sub-menu:after {
    transition-duration: 0ms;
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 15px);
    display: block;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
  }
  .nav.main_nav div.header-menu li > ul {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(auto, 230px));
  }
  .nav.main_nav div.header-menu li > ul > li {
    max-width: 250px;
  }
  .nav.main_nav div.header-menu li > ul > li a {
    padding: 0;
  }
  .nav.main_nav div.header-menu ul.menu li.current-menu-ancestor button.arrow:before,
  .nav.main_nav div.header-menu ul.menu li.active button.arrow:before,
  .nav.main_nav div.header-menu ul.menu li.current-menu-item button.arrow:before,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li:hover > a button.arrow:before,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li > a:focus-within button.arrow:before,
  .nav.main_nav div.header-menu ul.menu li.current-menu-ancestor button.arrow:after,
  .nav.main_nav div.header-menu ul.menu li.active button.arrow:after,
  .nav.main_nav div.header-menu ul.menu li.current-menu-item button.arrow:after,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li:hover > a button.arrow:after,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li > a:focus-within button.arrow:after {
    background-color: #FEC71B !important;
  }
  .nav.main_nav div.header-menu ul.menu li.current-menu-ancestor > a,
  .nav.main_nav div.header-menu ul.menu li.active > a,
  .nav.main_nav div.header-menu ul.menu li.current-menu-item > a,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li:hover > a > a,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li > a:focus-within > a {
    font-weight: 700;
    color: #FEC71B !important;
  }
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li:hover > a,
  .nav.main_nav div.header-menu ul.menu ul.sub-menu li > a:focus-within {
    color: #FEC71B !important;
    -webkit-text-stroke: 1px #FEC71B;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav.main_nav div.header-menu ul.menu > li:hover > a,
  .nav.main_nav div.header-menu ul.menu > li > a:focus-within {
    color: #217D63 !important;
    -webkit-text-stroke: 1px #217D63;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav.main_nav div.header-menu ul.menu > li:hover button.arrow:before,
  .nav.main_nav div.header-menu ul.menu > li:hover button.arrow:after {
    background-color: #217D63 !important;
  }
  html[dir="rtl"] .nav.main_nav div.header-menu li ul.sub-menu {
    right: 0;
  }
  html[dir="ltr"] .nav.main_nav div.header-menu li ul.sub-menu {
    left: 0;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .nav.main_nav {
    padding: 15px 20px;
  }
  .nav.main_nav .wp-menu-img-before img {
    width: 15px;
    height: 15px;
  }
  .nav.main_nav ul.menu li.active > ul,
  .nav.main_nav ul.menu > li:first-child {
    border-top: 0px solid #e2e2e2;
  }
  .nav.main_nav ul.menu li {
    border-bottom: 1px solid #424242;
  }
  .nav.main_nav ul.menu li.current-menu-item > a,
  .nav.main_nav ul.menu > li.active > a {
    color: #FEC71B !important;
    font-family: 'TheYoungTechnay', sans-serif;
    font-weight: 500;
  }
  .nav.main_nav ul.menu li .back {
    display: none;
  }
  .nav.main_nav ul.menu.menuOpen > li.active .to {
    display: none;
  }
  .nav.main_nav ul.menu.menuOpen > li.active .back {
    display: block;
  }
  .nav.main_nav ul.menu.menuOpen > li.active img {
    display: none;
  }
  .nav.main_nav ul.menu.menuOpen > li:not(.active) {
    display: none;
  }
}
.slideOver .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.slideOver .swiper-button.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.slideOver .swiper-button.white_sircel {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
}
.slideOver .swiper-button.white_sircel svg path {
  stroke: #000000;
}
html[dir="rtl"] .slideOver .swiper-button.next {
  left: 4.3%;
}
html[dir="rtl"] .slideOver .swiper-button.prev {
  right: 4.3%;
}
html[dir="ltr"] .slideOver .swiper-button.next {
  right: 4.3%;
}
html[dir="ltr"] .slideOver .swiper-button.next svg {
  transform: scaleX(-1);
}
html[dir="ltr"] .slideOver .swiper-button.prev {
  left: 4.3%;
}
html[dir="ltr"] .slideOver .swiper-button.prev svg {
  transform: scaleX(-1);
}
.ppBTN {
  border: 1px solid #fff;
  line-height: 0;
  border-radius: 50%;
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: all;
}
.ppBTN.s45 {
  width: 45px;
  height: 45px;
}
.ppBTN.s33 {
  width: 33px;
  height: 33px;
}
.ppBTN svg {
  position: absolute;
  width: 42%;
  height: 42%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ppBTN svg.play {
  left: calc(50% + 2px);
}
.ppBTN svg path[fill] {
  fill: #fff;
}
.ppBTN svg path[stroke] {
  stroke: #fff;
}
.ppBTN.play .play,
.ppBTN:not(.play) .pause {
  opacity: 0;
  visibility: hidden;
}
.ppBTN:hover {
  border-color: #217D63;
  background-color: transparent;
}
.ppBTN:hover svg path[fill] {
  fill: #217D63;
}
.ppBTN:hover svg path[stroke] {
  stroke: #217D63;
}
#skiplinks a {
  position: fixed;
  opacity: 0;
  z-index: -1;
}
#skiplinks a:focus {
  opacity: 1;
  background-color: #eee;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site_logo.f_logo .icon {
  width: 51px;
  height: 60px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .site_logo.h_logo .icon img {
    width: 48px;
    height: 48px;
  }
  .site_logo.h_logo .text {
    display: none;
  }
}
#Page404 .bgimg {
  height: 400px;
}
.x_button {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
.x_button span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #fff;
}
.x_button span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.x_button span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.x_button span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.fcf_container:not(.open) .fcf_form input,
.fcf_container:not(.open) .fcf_form a,
.fcf_container:not(.open) .fcf_form button {
  display: none;
}
.fcf_container .fcf_btn {
  position: fixed;
  z-index: 1111;
}
.fcf_container .fcf_form {
  position: fixed;
  z-index: 1111;
}
.fcf_container .wpcf7 .labelsform input,
.fcf_container .wpcf7 .labelsform textarea {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.fcf_container .fcf_btn {
  background: linear-gradient(271deg, #217D63 -26.09%, #61AF38 200.55%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  color: #FFFFFF;
}
.fcf_container .fcf_btn:hover,
.fcf_container .fcf_btn:focus {
  background: linear-gradient(271deg, #61AF38 -15.07%, #217D63 120.68%);
}
.fcf_container .fcf_form {
  color: #FFFFFF;
  padding: 28px;
}
.fcf_container .fcf_form .cf7Form {
  color: #000000;
}
.fcf_container .fcf_form .cf7Form .cftsc {
  color: #FFFFFF;
}
footer {
  position: relative;
  z-index: 98;
}
@media (min-width: 767px), (min-device-width: 767px) {
  .fcf_btn,
  .fcf_form {
    bottom: 115px;
  }
  .fcf_btn {
    border: 1px solid #FFF;
  }
  html[dir="rtl"] .fcf_btn {
    left: 0;
    border-radius: 0px 80px 80px 0px;
  }
  html[dir="rtl"] .fcf_form {
    left: -100%;
    border-radius: 0px 40px 40px 0px;
  }
  html[dir="rtl"] .fcf_container.open .fcf_form {
    left: 0;
  }
  html[dir="ltr"] .fcf_btn {
    right: 0;
    border-radius: 80px 0px 0px 80px;
  }
  html[dir="ltr"] .fcf_form {
    right: -100%;
    border-radius: 40px 0px 0px 40px;
  }
  html[dir="ltr"] .fcf_container.open .fcf_form {
    right: 0;
  }
  .fcf_form {
    max-width: 400px;
    background: linear-gradient(271deg, #217D63 -26.09%, #61AF38 200.55%);
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .fcf_btn,
  .fcf_form {
    bottom: 0px;
  }
  .fcf_btn {
    left: 0;
    width: 100%;
  }
  .fcf_form {
    background: linear-gradient(211deg, #29835D 2.81%, #44984B 99.42%);
    bottom: -100%;
  }
  .fcf_container.open .fcf_form {
    bottom: 0;
  }
}
.search_wrap {
  box-shadow: 0px 4px 12px #0000001f;
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(17.5px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.search_wrap.labelsform input {
  border: 0 !important;
  background: transparent;
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px 20px;
}
.search_wrap.labelsform label {
  padding: 0;
  color: #FFFFFF;
}
.search_wrap.labelsform .search_icon svg path {
  stroke: #FFFFFF;
}
html[dir="rtl"] .search_wrap.labelsform label {
  right: 20px;
}
html[dir="ltr"] .search_wrap.labelsform label {
  left: 20px;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .search_wrap {
    border: 1px solid #000000;
  }
  .search_wrap.labelsform input {
    color: #000000;
    font-size: 18px;
  }
  .search_wrap.labelsform label {
    color: #000000;
  }
  .search_wrap.labelsform .search_icon svg path {
    stroke: #000000;
  }
}
.onVideoFront {
  padding-bottom: 180px;
}
.onVideoFront.lp {
  padding-bottom: 50px;
}
.onVideoFront .search_wrap {
  margin-bottom: 4vw;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .onVideoFront {
    padding-bottom: 35px;
  }
  .onVideoFront .search_wrap {
    margin-bottom: 0vw;
  }
}
.degreeTabs .ymx_tabs [role="tablist"] [role="tab"] {
  background: #ffffff;
  border: none;
  position: static;
  border-radius: 0;
  color: #000000;
}
.degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
.degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover,
.degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus,
.degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active {
  font-weight: bold;
}
.degreeTabs .ymx_tabs [role="tabpanel"] {
  background: #F4F4F4;
  border-width: 0px;
  padding: 25px;
  min-height: auto;
}
html[dir="rtl"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:not(:last-child) {
  border-left: 1px solid #E2E2E2;
}
html[dir="ltr"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
@media (min-width: 767px), (min-device-width: 767px) {
  .degreeTabs {
    position: relative;
    top: -150px;
    z-index: 5;
    margin-bottom: -150px;
  }
  .degreeTabs .ymx_tabs {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    overflow: hidden;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] {
    height: 180px;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i {
    position: relative;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i .tab_icon .icon_h {
    display: none;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active {
    background: #217D63;
    color: #ffffff;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"] .tab_i:after,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover .tab_i:after,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus .tab_i:after,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active .tab_i:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #F4F4F4;
    clear: both;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"] .tab_i .tab_icon .icon_h,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover .tab_i .tab_icon .icon_h,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus .tab_i .tab_icon .icon_h,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active .tab_i .tab_icon .icon_h {
    display: inherit;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"] .tab_i .tab_icon .icon_n,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover .tab_i .tab_icon .icon_n,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus .tab_i .tab_icon .icon_n,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active .tab_i .tab_icon .icon_n {
    display: none;
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] {
    padding: 5px 15px;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i .tab_icon .icon_h {
    display: none;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i img {
    max-width: 37px;
    max-height: 37px;
  }
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus,
  .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active {
    background: #F4F4F4;
  }
  .degreeTabs .ymx_tabs [role="tabpanel"] {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  html[dir="rtl"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
  html[dir="rtl"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover,
  html[dir="rtl"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus,
  html[dir="rtl"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active {
    border-top-left-radius: 24px;
  }
  html[dir="ltr"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
  html[dir="ltr"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:hover,
  html[dir="ltr"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:focus,
  html[dir="ltr"] .degreeTabs .ymx_tabs [role="tablist"] [role="tab"]:active {
    border-top-right-radius: 24px;
  }
}
.nTabs .ymx_tabs .tablist {
  overflow: auto;
  position: relative;
}
.nTabs .ymx_tabs .tablist::-webkit-scrollbar {
  height: 5px;
  background-color: #F5F5F5;
}
.nTabs .ymx_tabs .tablist::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #217D63;
}
.nTabs .ymx_tabs .tablist::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #E9E8E8;
}
.nTabs .ymx_tabs .tablist:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #131113;
  position: absolute;
  bottom: 0;
}
.nTabs .ymx_tabs .tablist .tablist_in {
  width: max-content;
}
.nTabs .ymx_tabs [role="tab"] {
  background: #ffffff;
  border: none;
  position: static;
  border-radius: 0;
  padding: 15px 25px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  width: max-content;
}
.nTabs .ymx_tabs [role="tab"][aria-selected="true"] {
  color: #217D63;
  border-bottom: 3px solid #217D63;
  font-weight: 600;
}
.nTabs .ymx_tabs [role="tab"][aria-selected="false"] {
  border-color: transparent;
  border-bottom: 1px solid #131113;
}
.nTabs .ymx_tabs [role="tabpanel"] {
  padding: 0px;
  border: none;
  border-radius: 0;
  background: transparent;
  min-height: 10em;
}
.nTabs.myTabW .ymx_tabs .tablist .tablist_in {
  width: -webkit-fill-available;
}
.nTabs.myTabW .ymx_tabs [role="tab"] {
  width: -webkit-fill-available;
}
.nTabs.myTabW .ymx_tabs [role="tabpanel"] {
  padding-top: 15px;
  padding-bottom: 0px;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .nTabs .ymx_tabs [role="tabpanel"] {
    padding: 0px;
  }
}
.s_cip {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #131113;
  color: #131113;
  margin-bottom: 15px;
}
.s_cip.s_cipNIB {
  display: inline;
  line-height: 60px;
}
.s_cip:hover {
  border-color: #1a644f;
  color: #1a644f;
}
.s_cip.s_cip_opp {
  border: 1px solid #217D63;
  color: #217D63;
}
.s_cip.s_cip_opp:hover {
  border-color: #131113;
  color: #131113;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .s_cip:not(.big) {
    padding: 7px 10px;
  }
}
.s_degree_p {
  background: #FFFFFF;
  border-radius: 24px;
}
.s_degree_p .know_more {
  min-width: 125px;
  position: relative;
}
.accordion {
  margin: 0;
  padding: 0;
  border: 2px solid hsl(0, 0%, 52%);
  border-radius: 7px;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion .accordionBtnTitle {
  margin: 0;
  padding: 0;
}
.accordion:focus-within {
  border-color: hsl(216, 94%, 43%);
}
.accordion:focus-within .accordionBtnTitle {
  background-color: hsl(0, 0%, 97%);
}
.accordion > * + * {
  border-top: 1px solid hsl(0, 0%, 52%);
}
.accordion .accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion .accordion-trigger {
  background: none;
  color: hsl(0, 0%, 13%);
  display: block;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  width: 100%;
  outline: none;
}
.accordion .accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion .accordion-trigger:focus,
.accordion .accordion-trigger:hover {
  /*  background: hsl(216deg 94% 94%);*/
}
.accordion .accordion-trigger:focus .accordion-icon,
.accordion .accordion-trigger:hover .accordion-icon {
  border-color: hsl(216, 94%, 43%);
}
.accordion .accordion-trigger:focus {
  outline: 4px solid transparent;
}
.accordion .accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}
.accordion .accordion-panel[hidden] {
  display: none;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .ymx_accordion.ymxAcCon.noBgIcon .isName {
    margin: 0;
  }
  .ymx_accordion.ymxAcCon.noBgIcon .isIcon {
    margin-left: 0 !important;
  }
}
.ymx_accordion .accordion {
  border: 0px solid hsl(0, 0%, 52%);
  border-radius: 0px;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.ymx_accordion .accordion .accordionBtnTitle {
  margin: 0;
  padding: 0;
}
.ymx_accordion .accordion:focus-within {
  border-color: transparent;
}
.ymx_accordion .accordion:focus-within .accordionBtnTitle {
  background-color: transparent;
}
.ymx_accordion .accordion > * + * {
  border: none;
}
.ymx_accordion .accordion .accordion-icon {
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #FEC71B;
  transform: none;
  position: static;
}
.ymx_accordion .accordion .accordion-trigger {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 25px;
  text-align: inherit;
  font-weight: normal;
}
.ymx_accordion .accordion .accordion-trigger .min {
  display: none;
}
.ymx_accordion .accordion .accordion-trigger[aria-expanded="true"] {
  background: #F5F5F5;
  font-weight: 600;
}
.ymx_accordion .accordion .accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: none;
}
.ymx_accordion .accordion .accordion-trigger[aria-expanded="true"] .accordion-icon .plus {
  display: none;
}
.ymx_accordion .accordion .accordion-trigger[aria-expanded="true"] .accordion-icon .min {
  display: inherit;
}
.ymx_accordion .accordion .accordion-trigger:focus .accordion-icon,
.ymx_accordion .accordion .accordion-trigger:hover .accordion-icon {
  border-color: transparent;
}
.ymx_accordion .accordion .accordion-trigger:focus {
  outline: 1px solid #cdcdcd;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  .ymx_accordion .accordion .accordion-trigger {
    padding: 25px;
  }
}
.ymx_accordion .accordion .accordion-panel {
  background: #F5F5F5;
  margin: 0;
  padding: 15px 25px;
  border-bottom: 1px solid #DCDCDC;
}
.ymx_accordion .accordion .accordion-panel[hidden] {
  display: none;
}
.ymx_accordion.noBgIcon .accordion .accordion-icon {
  background: transparent;
  margin-left: 15px;
  margin-right: 15px;
}
.ymx_accordion.type2 .accordion-trigger {
  font-size: 20px;
  padding: 15px 0;
}
.ymx_accordion.type2 .accordion-trigger[aria-expanded="true"] {
  background: inherit;
}
.ymx_accordion.type2 .accordion-panel {
  background: inherit;
}
.ymx_accordion.type_small .accordion-trigger {
  font-size: 20px;
  padding: 15px;
}
.ymx_accordion.selectedGray_bg .accordion .accordion-panel {
  background: #F5F5F5;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.ymx_accordion.selectedGray_bg .accordion .accordion-trigger[aria-expanded="true"] {
  background: #F5F5F5;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.ymx_accordion.selectedGray_bg .accordion .accordion-trigger:focus {
  outline: none;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .ymx_accordion.selectedGray_bg_not_mobile .accordion .accordion-panel {
    background: inherit;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .ymx_accordion.selectedGray_bg_not_mobile .accordion .accordion-trigger {
    padding: 15px 0;
  }
  .ymx_accordion.selectedGray_bg_not_mobile .accordion .accordion-trigger[aria-expanded="true"] {
    background: inherit;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .ymx_accordion.selectedGray_bg_not_mobile .accordion .accordion-trigger:focus {
    outline: inherit;
  }
}
.ymx_accordion.typeSingle .accordion-trigger {
  padding: 0;
  border-bottom: 0px;
  font-size: 20px;
}
.ymx_accordion.typeSingle .accordion-trigger .accordion-title {
  font-weight: bold;
}
.ymx_accordion.typeSingle .accordion-trigger .accordion-title .flex1 {
  flex: 0;
  margin: 0;
}
.ymx_accordion.typeSingle .accordion-trigger .accordion-title .accordion-icon {
  margin: 0;
}
.ymx_accordion.typeSingle .accordion-trigger .accordion-title .accordion-icon svg path {
  stroke: #000000;
}
.ymx_accordion.typeSingle .accordion-panel {
  padding: 15px 0px;
  border-bottom: 0px;
}
.ymx_accordion.typeSingle2 .accordion-trigger {
  padding: 15px 0;
  border-bottom: 0px;
}
.ymx_accordion.typeSingle2 .accordion-trigger .accordion-title {
  font-weight: bold;
}
.ymx_accordion.typeSingle2 .accordion-trigger .accordion-title .flex1 {
  margin: 0;
}
.ymx_accordion.typeSingle2 .accordion-trigger .accordion-title .accordion-icon {
  margin: 0;
}
.ymx_accordion.typeSingle2 .accordion-trigger .accordion-title .accordion-icon svg path {
  stroke: #000000;
}
.ymx_accordion.typeSingle2 .accordion-panel {
  padding: 15px 0px;
  border-bottom: 0px;
  background: transparent;
}
.ymx_accordion.withPadd .accordion-trigger {
  padding: 15px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .ymx_accordion.mw_no__hp .accordion-trigger {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ymx_accordion.nosidePadd .accordion-trigger {
  padding: 25px 0px;
}
.ymx_accordion.nosidePadd .accordion-trigger[aria-expanded="true"] {
  background: inherit;
}
.ymx_accordion.nosidePadd .accordion-panel {
  background: inherit;
}
.ymx_accordion_open_op .ymx_accordion .accordion .accordion-panel {
  background: #ffffff;
}
.ymx_accordion.transparent .accordion .accordion-trigger[aria-expanded="true"],
.ymx_accordion.transparent .accordion .accordion-panel {
  background: transparent;
}
@media (min-width: 767px), (min-device-width: 767px) {
  .faq_ymx_accordion .accordion-panel {
    border-radius: 0px 0 24px 24px;
  }
  .faq_ymx_accordion .accordion-trigger[aria-expanded="true"] {
    border-radius: 24px 24px 0px 0;
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .ymx_accordion_sm_fff .ymx_accordion .accordion .accordion-panel,
  .ymx_accordion_sm_fff .ymx_accordion .accordion .accordion-trigger[aria-expanded="true"] {
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc00;
  }
  .ymx_accordion_sm_fff .ymx_accordion .accordion .accordion-trigger:focus,
  .ymx_accordion_sm_fff .ymx_accordion .accordion .accordion-trigger:hover {
    outline: 1px solid #dcdcdc00;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .ymx_accordion.type2 .accordion-trigger {
    font-size: 18px;
  }
}
#TaxDegree .faculty_icon {
  max-width: 150px;
}
.news_list .s_new :hover .bgimg {
  transform: scale(1.1);
}
.news_list .box {
  min-width: calc(100px + 7vw);
}
.news_list .s_new_image {
  border-radius: 200px;
  height: 152px;
  max-height: 152px;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .news_list .s_new:nth-last-child(n+1):not(:last-of-type) {
    border-left: 0px solid #ebebeb !important;
    border-right: 0px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb;
  }
  .news_list .s_new_image {
    height: 50px;
    max-height: 50px;
  }
}
html[dir=rtl] .news_list .s_new:nth-last-child(n+1):not(:last-of-type) {
  border-left: 1px solid #ebebeb;
}
html[dir=ltr] .news_list .s_new:nth-last-child(n+1):not(:last-of-type) {
  border-right: 1px solid #ebebeb;
}
.official_list .s_official :hover .bgimg {
  transform: scale(1.1);
}
.official_list .s_official .cf_fe_ul .cf_fe_li {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
}
.official_list .box .s_official_image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .official_list .box .s_official_image {
    height: 50px;
    max-height: 50px;
    border-radius: 50%;
    width: 50px;
  }
}
.icon16 {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
}
.icon100 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.s_lecturer_icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.lecturers_list.wp_cons .s_lecturer_icon {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  max-width: 54px;
  max-height: 54px;
}
.lecturers_list.wp_cons .moreOn {
  margin-top: 15px;
}
.s_lecturer_icon2 {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  max-width: 54px;
  max-height: 54px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .s_lecturer_icon {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
  }
}
.lecturers_list li.s_lecturers {
  position: relative;
}
.lecturers_list li.s_lecturers:not(:last-of-type):after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #ebebeb;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  .lecturers_list li.s_lecturers:not(:last-of-type):nth-child(5n):after {
    content: none;
  }
}
.lecturers_list .s_lecturer_icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .lecturers_list .s_lecturer_icon {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
  }
  .lecturers_list li.s_lecturers:not(:last-of-type):after {
    left: 0px;
  }
  .lecturers_list li.s_lecturers:not(:last-of-type):nth-child(2n):after {
    content: none;
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .lecturers_list li.s_lecturers:not(:last-of-type) {
    border-bottom: 1px solid #ebebeb;
  }
  .lecturers_list li.s_lecturers:not(:last-of-type):after {
    content: none;
  }
}
html[dir=rtl] .lecturers_list li.s_lecturers:not(:last-of-type):after {
  left: -15px;
}
html[dir=ltr] .lecturers_list li.s_lecturers:not(:last-of-type):after {
  right: -15px;
}
.s_post,
.s_event,
.s_dice {
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_post .thumb,
.s_event .thumb,
.s_dice .thumb {
  height: 300px;
}
.s_post .thumb .bgimg,
.s_event .thumb .bgimg,
.s_dice .thumb .bgimg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_post .badg,
.s_event .badg,
.s_dice .badg {
  background: #FEC71B;
  padding: 10px 15px;
  position: absolute;
  top: 0;
}
.s_post .clock,
.s_event .clock,
.s_dice .clock {
  min-height: 15px;
}
.s_post .clock .icon,
.s_event .clock .icon,
.s_dice .clock .icon,
.s_post .badg .icon,
.s_event .badg .icon,
.s_dice .badg .icon {
  margin-top: 3px;
}
.s_post .clock span,
.s_event .clock span,
.s_dice .clock span,
.s_post .badg span,
.s_event .badg span,
.s_dice .badg span {
  line-height: 0;
}
.s_post:hover,
.s_event:hover,
.s_dice:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.s_post:hover .thumb .bgimg,
.s_event:hover .thumb .bgimg,
.s_dice:hover .thumb .bgimg {
  transform: scale(1.1);
}
.s_dice,
.s_post {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px), (max-device-width: 767px) {
  .s_event .thumb,
  .s_post .thumb,
  .s_dice .thumb {
    height: 150px;
  }
}
html[dir=rtl] .s_event .badg {
  border-radius: 24px 0px;
}
html[dir=ltr] .s_event .badg {
  border-radius: 0px 24px;
}
.oneTypeSlide .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: initial;
}
.oneTypeSlide .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 0.8;
  margin: 0 5px !important;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.oneTypeSlide .swiper-pagination .swiper-pagination-bullet:hover,
.oneTypeSlide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.oneTypeSlide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  margin: 0 !important;
  border-radius: 30px;
  background-color: #217D63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallerySlider .s_slide {
  min-height: 380px;
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .gallerySlider .s_slide {
    border-radius: 20px;
    min-height: 200px;
  }
}
.gallerySlider2 .s_slide {
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .gallerySlider2 .s_slide {
    border-radius: 20px;
    min-height: 200px;
  }
}
.gallerySliderSmall .s_slide {
  min-height: 300px;
  border-radius: 36px;
  overflow: hidden;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .gallerySliderSmall .s_slide {
    border-radius: 20px;
    min-height: 200px;
  }
}
.sliderZoomCont {
  position: relative;
}
.sliderZoomCont .sliderZoom .swiper-slide > div {
  min-height: 550px;
  border-radius: 36px;
  overflow: hidden;
}
.sliderZoomCont .s_zoom_content {
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .sliderZoomCont .sliderZoom .swiper-container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .sliderZoomCont .sliderZoom .swiper-slide {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sliderZoomCont .sliderZoom .swiper-slide > div .slide_backdrop {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.03%, rgba(0, 0, 0, 0.8) 100%);
  }
  .sliderZoomCont .sliderZoom .swiper-slide:not(.swiper-slide-active) > div {
    transform: scale(0.85) translateX(-10%);
  }
  .sliderZoomCont .sliderZoom .swiper-slide.swiper-slide-next > div,
  .sliderZoomCont .sliderZoom .swiper-slide.swiper-slide-prev > div {
    transform: scale(0.85) !important;
  }
  .sliderZoomCont .sliderZoom .swiper-slide.swiper-slide-next ~ li > div {
    transform: scale(0.85) translateX(10%) !important;
  }
  .sliderZoomCont .sliderZoom .swiper-slide.swiper-slide-active > div {
    box-shadow: 1px 0px 12px 9px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .sliderZoomCont .sliderZoomTitle {
    z-index: 3;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }
  .sliderZoomCont .sliderZoom {
    position: relative;
  }
  .sliderZoomCont .sliderZoom .swiper-slide > div {
    border-radius: 0px;
    min-height: 450px;
  }
  .sliderZoomCont .sliderZoom .swiper-slide > div .slide_backdrop {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 2.89%, rgba(0, 0, 0, 0) 23.89%);
  }
  .sliderZoomCont .sliderZoom .swiper-pagination {
    margin: 0 auto;
    padding: 15px 5px;
    justify-content: space-around;
  }
  .sliderZoomCont .sliderZoom .swiper-pagination .swiper-pagination-bullet {
    width: -webkit-fill-available;
    height: 4px;
    background-color: #FFFFFF66;
    border-radius: 4px;
  }
  .sliderZoomCont .sliderZoom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
  }
  .sliderZoomCont .s_zoom_content .title {
    color: #000000;
    padding: 15px;
    border-radius: 12px;
    background: #FEC71B;
    margin-bottom: 25px;
  }
  .sliderZoomCont .s_zoom_content .soundBTN {
    height: 60px;
    display: flex;
    align-items: self-end;
  }
  .sliderZoomCont .s_zoom_content .soundBTN svg {
    min-height: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    width: 45px !important;
  }
  .sliderZoomCont .tax_facu .s_zoom_content .title {
    background: #67B434;
  }
  .sliderZoomCont .pg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  .sliderZoomCont .ppBTN {
    position: absolute;
    bottom: 30px;
    z-index: 1;
  }
  .sm_ppBTN {
    position: absolute;
    bottom: 15px;
    z-index: 1;
  }
  html[dir=ltr] .sliderZoomCont .ppBTN {
    right: 0;
  }
  html[dir=rtl] .sliderZoomCont .ppBTN {
    left: 0;
  }
}
.cu_sectionIn .img img,
.hpsbsi .img img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50vw;
  height: fit-content;
}
html[dir=ltr] .cu_sectionIn .img img,
html[dir=ltr] .hpsbsi .img img {
  left: unset;
  right: 0;
}
.hpsbsi .hpsbsi_ul li {
  border-radius: 100px;
  border: 1px solid #217D63;
}
.hpsbsi .hpsbsi_ul li .afirst {
  padding: 16px;
}
.hpsbsi .hpsbsi_ul li .afirst svg {
  width: 68px;
  height: 48px;
}
@media (min-width: 1024px) {
  .cu_sectionIn {
    border-radius: 80px;
    background: #F5F5F5;
  }
}
@media (max-width: 767px) {
  .hpsbsi .hpsbsi_ul li .afirst svg path {
    stroke: #217D63;
  }
}
@media (min-width: 1024px) {
  .hpsbsi .hpsbsi_ul li .afirst {
    padding: 16px;
  }
}
@media (min-width: 767px) {
  .hpsbsi {
    border-radius: 80px;
    background: linear-gradient(90deg, #43984D 0.09%, #217D63 52.19%);
    color: #FFFFFF;
  }
  .hpsbsi .hpsbsi_ul li {
    border-radius: 50px;
    border-color: #FFFFFF;
  }
  .hpsbsi .hpsbsi_ul li .afirst {
    padding: 16px 48px;
  }
}
#SingleLecturer .mainImage,
#SingleOfficial .mainImage {
  max-width: 330px;
}
html[dir=rtl] #SingleLecturer .cu_fe,
html[dir=rtl] #SingleOfficial .cu_fe {
  border-right: 1px solid #DFDFDF;
}
html[dir=ltr] #SingleLecturer .cu_fe,
html[dir=ltr] #SingleOfficial .cu_fe {
  border-left: 1px solid #DFDFDF;
}
@media (max-width: 767px) {
  #SingleLecturer .cu_fe,
  #SingleOfficial .cu_fe {
    border-right: none;
    border-left: none;
  }
}
ul.ui-autocomplete {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 3px 6px #658fb280;
  border-top: 0;
  border-radius: 15px;
  z-index: 999999;
  background: white;
}
ul.ui-autocomplete::-webkit-scrollbar {
  width: 5px;
  margin-bottom: 10px;
}
ul.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #0000004d;
  background-color: #9bf39b;
}
ul.ui-autocomplete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #0000004d;
  background-color: #e9e8e8;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 10px;
}
ul.ui-autocomplete.ui-menu .ui-menu-item {
  border: none !important;
  border-bottom: 1px solid #333 !important;
  color: #333;
  padding: 10px 15px !important;
  margin: 0px !important;
  cursor: pointer !important;
}
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  background: #52DE52 !important;
  border: none;
  border-bottom: 1px solid #333;
}
ul.ui-autocomplete.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.paginationMX {
  direction: ltr;
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
  align-items: center;
  display: flex;
}
.paginationMX .page-numbers {
  font-size: 20px;
  font-size: calc(14px + 0.312vw);
  align-items: center;
  display: flex;
  padding: 3px;
}
.paginationMX .page-numbers.current {
  font-size: 22px;
  font-size: calc(14px + 0.416vw);
  font-weight: 700;
}
.paginationMX .prevPag,
.paginationMX .nextPag {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.paginationMX .prevPag svg path,
.paginationMX .nextPag svg path {
  stroke: #217D63;
}
.d_fillter fieldset {
  border: 0;
}
.fake_radioboxes a {
  background: #EDEDED;
  border-radius: 23px;
  width: max-content;
  position: relative;
  padding: 14px 18px;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #000000;
  font-weight: 300;
}
.fake_radioboxes a:hover,
.fake_radioboxes a:focus-within {
  font-weight: bold;
  background: #217D63;
  color: #FFFFFF;
}
.radioboxes [type="radio"] {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.radioboxes [type="radio"] + label {
  background: #EDEDED;
  border-radius: 23px;
  width: max-content;
  position: relative;
  padding: 14px 18px;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #000000;
  font-weight: 300;
}
.radioboxes [type="radio"]:hover + label,
.radioboxes [type="radio"]:checked + label {
  font-weight: bold;
  background: #217D63;
  color: #FFFFFF;
}
.loaderWrap {
  min-height: 250px;
}
.loaderWrap .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #217D63;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spinloader 2s linear infinite;
}
@keyframes spinloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bb1solid {
  border-bottom: 1px solid #D3D3D3;
}
html[dir=rtl] .br1solid {
  border-right: 1px solid #DFDFDF;
}
html[dir=rtl] .bl1solid {
  border-left: 1px solid #ebebeb;
}
html[dir=ltr] .br1solid {
  border-left: 1px solid #DFDFDF;
}
html[dir=ltr] .bl1solid {
  border-right: 1px solid #ebebeb;
}
.locapp a.locapp_i img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.locapp a.locapp_i:hover img {
  transform: scale(1.2);
}
.htg_section .htg-pannel .bb1solid {
  border-bottom: 1px solid #D3D3D3;
}
.htg_section .mobileapps_links {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.htg_section .acf-map {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .htg_section .htg-pannel {
    position: relative;
    border-radius: 60px;
    background: #FFF;
    padding: 50px 40px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
  }
  .htg_section .overflowHidden {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .htg_section .acf-map {
    height: 75vh;
    min-height: 75vh;
  }
  html[dir=rtl] .mnotbr1solid {
    border-right: 1px solid transparent;
  }
  html[dir=rtl] .mnotbl1solid {
    border-left: 1px solid transparent;
  }
  html[dir=ltr] .mnotbr1solid {
    border-left: 1px solid transparent;
  }
  html[dir=ltr] .mnotbl1solid {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1024px) {
  .dnonedesktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .dnonemobile {
    display: none;
  }
}
.locapp .locapp_i {
  background: #FAFAFA;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.locapp.s_size .locapp_i {
  width: 45px;
  height: 45px;
}
.locapp.s_size .locapp_i img {
  height: 25px;
}
#ShuttlePage .acf-map {
  min-height: 540px;
}
.fromtContainer.show_regular_ro .upside_ro {
  display: none;
}
.fromtContainer.show_upside_ro .regular_ro {
  display: none;
}
.tbl_cell {
  height: 50px;
}
.re_mevi .s_re_mevi .s_re_mevi_mc .triangle {
  transform: translate(-7px, 2px);
  z-index: -1;
  position: relative;
}
.re_mevi .s_re_mevi .s_re_mevi_mc .main_cont {
  border-radius: 16px;
  border-bottom-right-radius: 0;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.first .main_cont {
  background: #217D63;
  color: #FFFFFF;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.first .triangle svg path {
  fill: #217D63;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.second .main_cont {
  background: #DFDFDF;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.second .triangle svg path {
  fill: #DFDFDF;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.third .main_cont {
  background: #FEC71B;
}
.re_mevi .s_re_mevi .s_re_mevi_mc.third .triangle svg path {
  fill: #FEC71B;
}
.re_mevi .s_re_mevi .s_re_mevi_ne .s_re_icon_con {
  padding-left: 15px;
}
.re_mevi .s_re_mevi .s_re_mevi_ne .s_re_icon_con .s_re_icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .re_mevi .s_re_mevi .s_re_mevi_ne .s_re_icon_con .s_re_icon {
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .re_mevi .s_re_mevi:nth-child(2n) .s_re_mevi_mc {
    flex-direction: row-reverse;
  }
  .re_mevi .s_re_mevi:nth-child(2n) .s_re_mevi_mc .main_cont {
    border-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .re_mevi .s_re_mevi:nth-child(2n) .s_re_mevi_mc .triangle {
    transform: rotateY(180deg) translate(-7px, 2px);
  }
  .re_mevi .s_re_mevi:nth-child(2n) .s_re_mevi_ne {
    flex-direction: row-reverse;
  }
  .re_mevi .s_re_mevi:nth-child(2n) .s_re_mevi_ne .s_re_icon_con {
    padding-right: 15px;
    padding-left: 0;
  }
}
.official_list .official_icon {
  height: 100px;
  max-height: 100px;
  border-radius: 50%;
  width: 100px;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .official_list .official_icon {
    height: 50px;
    max-height: 50px;
    width: 50px;
  }
}
.tm90 {
  transform: rotate(-90deg);
}
.s_job.inn {
  background: #ffffff;
  border-radius: 16px;
}
.inputws .icon_s {
  top: 50%;
  transform: translateY(-50%);
}
.inputws .icon_s svg path {
  stroke: #000000;
}
html[dir=rtl] .inputws .icon_s {
  left: 15px;
}
html[dir=ltr] .inputws .icon_s {
  right: 15px;
}
.hp_pannel_text .overBlack {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, rgba(19, 17, 19, 0) 0%, #131113 100.22%);
}
@media (max-width: 767px), (max-device-width: 767px) {
  .hp_pannel_text .overBlack {
    background: linear-gradient(180deg, rgba(19, 17, 19, 0.18) 21.27%, #131113 70.19%);
  }
}
.playCenter {
  position: absolute;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playCenter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playCenter span svg {
  transform: translateX(10%);
}
.playVideoPop {
  position: relative;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}
.playVideoPop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playVideoPop span svg {
  transform: translateX(10%);
}
.single-admission h1 {
  max-width: 940px;
}
.single-admission .entry.ulvlist a {
  text-decoration: underline;
  color: #217D63;
  font-weight: bold;
}
.single-admission .entry.ulvlist p {
  padding-bottom: 0px;
}
.reg_boxes .b_box {
  min-height: 200px;
}
.reg_boxes .num {
  border-radius: 50%;
  background: #FEC71B;
  width: 40px;
  line-height: 20px;
  height: 40px;
}
.reg_boxes .dots {
  position: relative;
  background-image: radial-gradient(black 1px, transparent 0);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: repeat-x;
}
@media (min-width: 1024px), (min-device-width: 1024px) {
  .reg_boxes .dotdkDot .dots {
    display: none;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  .reg_boxes .b_box {
    min-height: auto;
  }
  .reg_boxes .num {
    width: 30px;
    height: 30px;
  }
  .reg_boxes .num.iconEnds {
    position: absolute;
    top: -15px;
    right: 30px;
  }
  .reg_boxes .col2lidots {
    background-image: radial-gradient(black 1px, transparent 0);
    background-size: 10px 10px;
    background-position: center;
    background-repeat: repeat-x;
    width: 90%;
    height: 30px;
    top: 50%;
    position: absolute;
    transform: translate(-15px, -50%);
  }
  .reg_boxes .dots {
    background-repeat: repeat-y;
  }
  .reg_boxes .dots.dots1 {
    width: 30px;
  }
  .reg_boxes .dots.dots1.dotfirst {
    height: 50%;
    flex: none;
  }
  .reg_boxes .dots.dots1.dotlast {
    flex: none;
  }
}
.pointer {
  cursor: pointer;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.swiper-button:not(.swiper-button-disabled) {
  cursor: pointer;
}
.inR_con .imgBox.inR3,
.GalleryStyle .imgBox.inR3,
.inR_con .sImg.inR3,
.GalleryStyle .sImg.inR3 {
  aspect-ratio: 4/2.2;
}
.inR_con .imgBox.inR4_3,
.GalleryStyle .imgBox.inR4_3,
.inR_con .sImg.inR4_3,
.GalleryStyle .sImg.inR4_3 {
  aspect-ratio: 4/3;
}
.inR_con .imgBox.inR4,
.GalleryStyle .imgBox.inR4,
.inR_con .sImg.inR4,
.GalleryStyle .sImg.inR4 {
  aspect-ratio: 4/2.3;
}
.inR_con .imgBox.inR4_4,
.GalleryStyle .imgBox.inR4_4,
.inR_con .sImg.inR4_4,
.GalleryStyle .sImg.inR4_4 {
  aspect-ratio: 4/4;
}
.inR_con .imgBox img,
.GalleryStyle .imgBox img,
.inR_con .sImg img,
.GalleryStyle .sImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.inR_con .imgBox .Cap,
.GalleryStyle .imgBox .Cap,
.inR_con .sImg .Cap,
.GalleryStyle .sImg .Cap {
  position: absolute;
  bottom: 0;
  padding: 12px 15px;
  z-index: 2;
}
.inR_con .imgBox:not(.not_hover):hover img,
.GalleryStyle .imgBox:not(.not_hover):hover img,
.inR_con .sImg:not(.not_hover):hover img,
.GalleryStyle .sImg:not(.not_hover):hover img {
  transform: scale(1.1);
}
.globalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.8);
}
.globalOverlay .clsBTN {
  top: 15px;
  left: 15px;
  padding: 12px;
  z-index: 10;
  line-height: 0;
  border-radius: 50%;
  background-color: #fff;
}
.globalOverlay .clsBTN:hover {
  background-color: RED;
}
.globalOverlay .clsBTN:hover svg line {
  stroke: #fff;
}
.globalOverlay:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.globalOverlay:not(.show) .wpff-ICS-BOX {
  transform: scale(0.001);
}
@media (max-width: 767px), (max-device-width: 767px) {
  .globalOverlay .clsBTN {
    top: 7px;
    left: 7px;
    padding: 10px;
  }
  .globalOverlay .clsBTN svg {
    width: 11px;
    height: 11px;
  }
}
#wpff-sliderGallery .sBox,
.sliderGallery .sBox {
  max-width: 991px;
}
#wpff-sliderGallery .sBox .imgBox,
.sliderGallery .sBox .imgBox {
  aspect-ratio: 10/5.5;
  background-color: #6d6d6d;
}
#wpff-sliderGallery .sBox .Cap,
.sliderGallery .sBox .Cap {
  margin-top: 15px;
}
#wpff-sliderGallery .swiper-button:hover svg path,
.sliderGallery .swiper-button:hover svg path {
  stroke: #fa4244;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"] {
  background: #ffffff;
  border: none;
  position: static;
  border-radius: 0;
  padding: 15px 25px;
  cursor: pointer;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i {
  position: relative;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"] .tab_i .tab_icon .icon_h {
  display: none;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"],
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:hover:not(:disabled),
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:focus:not(:disabled),
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:active:not(:disabled) {
  background: #217D63;
  color: #ffffff;
  font-weight: bold;
  border-radius: 24px 24px 0px 0px;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"] .tab_i .tab_icon .icon_h,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:hover:not(:disabled) .tab_i .tab_icon .icon_h,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:focus:not(:disabled) .tab_i .tab_icon .icon_h,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:active:not(:disabled) .tab_i .tab_icon .icon_h {
  display: inherit;
}
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"] .tab_i .tab_icon .icon_n,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:hover:not(:disabled) .tab_i .tab_icon .icon_n,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:focus:not(:disabled) .tab_i .tab_icon .icon_n,
.roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:active:not(:disabled) .tab_i .tab_icon .icon_n {
  display: none;
}
.roundedFullTabs .ymx_tabs [role="tabpanel"] {
  background: #F4F4F4;
  border-width: 0px;
  padding: 25px;
  min-height: auto;
}
.roundedFullTabs .cip {
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #217D63;
  color: #217D63;
}
.roundedFullTabs .cip:hover,
.roundedFullTabs .cip:active,
.roundedFullTabs .cip.selected {
  border: 1px solid #217D63;
  color: #F4F4F4;
  background: #217D63;
}
@media (min-width: 767px), (min-device-width: 767px) {
  .roundedFullTabs .ymx_tabs {
    overflow: hidden;
  }
  .roundedFullTabs .ymx_tabs .tablist .tablist_in {
    width: max-content;
  }
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"] {
    width: max-content;
  }
  .roundedFullTabs .ymx_tabs [role="tabpanel"] {
    border-radius: 0px 0px 24px 24px;
  }
}
@media (max-width: 767px), (max-device-width: 767px) {
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"] {
    padding: 15px;
  }
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:not(:last-child) {
    border-left: 1px solid #E2E2E2;
  }
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"]:first-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:hover:first-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:focus:first-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:active:first-child {
    border-top-right-radius: 0;
  }
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"][aria-selected="true"]:last-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:hover:last-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:focus:last-child,
  .roundedFullTabs .ymx_tabs [role="tablist"] [role="tab"]:active:last-child {
    border-top-left-radius: 0;
  }
  .roundedFullTabs .ymx_tabs [role="tabpanel"] {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
#SingleEvent .details .s_detail {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
#SingleEvent .details .s_detail:first-of-type {
  padding-right: 0px;
}
#SingleEvent .details .s_detail:last-of-type {
  padding-left: 0px;
}
#SingleEvent .details .s_detail:not(:last-of-type):after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0px;
}
@media (max-width: 767px), (max-device-width: 767px) {
  #SingleEvent .details .s_detail {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #DFDFDF;
  }
  #SingleEvent .details .s_detail:after {
    display: none !important;
  }
}
.artists_list .s_artist :hover .bgimg {
  transform: scale(1.1);
}
.artists_list .s_artist_image .bgimg {
  border-radius: 16px;
  height: 125px;
  width: 125px;
}
@media (min-width: 1420px), (min-device-width: 1420px) {
  .artists_list .s_artist .pe_mob {
    display: none;
  }
}
@media (max-width: 1420px), (max-device-width: 1420px) {
  .artists_list .main_artist {
    flex-wrap: wrap;
  }
  .artists_list .s_artist_image .bgimg {
    height: 77px;
    width: 77px;
  }
  .artists_list .s_artist {
    width: calc(50% - 15px);
  }
  .artists_list .s_artist .pe_dp {
    display: none;
  }
}
#SingleArtists .name_lang {
  max-width: none;
}
#SingleArtists .cu_fe {
  border-right: 1px solid #DFDFDF;
}
#SingleArtists #Gallery .s_slide {
  border-radius: 0px 0px 24px 24px;
}
html[dir=ltr] #SingleArtists .cu_fe {
  border-right: 0px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
@media (max-width: 767px) {
  #SingleArtists #Gallery .s_slide {
    background: #ffffff;
  }
  #SingleArtists #Gallery .s_slide .ff_figcaption {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .mnot_bbr {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .s_slide {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .s_slide .mobile_figcaption_bg {
    padding: 25px 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  #SingleArtists .name_lang {
    max-width: auto;
  }
  #SingleArtists .cu_fe {
    border-right: none;
  }
}
.hautoi {
  height: auto !important;
}
.page-template-landingPage header .header_a {
  border: none;
}
.page-template-landingPage #PagesTop .overBlack {
  display: none;
}
@media (min-width: 1200px) {
  ul.lpBoxes .lpBox {
    border: 1px solid #DFDFDF;
    border-left: 1px solid transparent;
  }
  ul.lpBoxes .lpBox:first-of-type,
  ul.lpBoxes .lpBox:nth-child(5n+5) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  ul.lpBoxes .lpBox:nth-child(4n+4),
  ul.lpBoxes .lpBox:last-of-type {
    border-left: 1px solid #DFDFDF;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}
@media (max-width: 1200px) {
  ul.lpBoxes {
    border: 1px solid #DFDFDF;
    border-radius: 24px;
  }
  ul.lpBoxes .lpBox {
    width: 50%;
  }
  ul.lpBoxes .lpBox:first-of-type,
  ul.lpBoxes .lpBox:nth-child(5n+5) {
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
  }
  ul.lpBoxes .lpBox:nth-child(2n):not(:last-of-type) {
    border-bottom: 1px solid #DFDFDF;
  }
  ul.lpBoxes .lpBox:nth-child(3n) {
    border-left: 1px solid #DFDFDF;
  }
}
@media (max-width: 767px) {
  #LobbyEvents .radioboxes [type="radio"] + label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }
}
@media (max-width: 400px) {
  #LobbyEvents .radioboxes [type="radio"] + label {
    font-size: 15px;
  }
}
#ArchiveSearch .searchForm .searchBtn {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#ArchiveSearch .searchForm .searchBtn svg path {
  stroke: #000000;
}
#ArchiveSearch .total {
  color: #676767;
}
.paginationMX {
  direction: ltr;
}
.paginationMX .prevPag:disabled,
.paginationMX .nextPag:disabled {
  cursor: not-allowed;
}
.paginationMX .page-numbers-wrap {
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.paginationMX .page-numbers-wrap.many {
  width: calc(20px * 3);
}
.paginationMX .page-numbers-wrap button.page-numbers {
  width: 20px;
  height: 20px;
  position: relative;
}
.paginationMX .page-numbers-wrap button.page-numbers:not(.current) {
  cursor: pointer;
}
.paginationMX .page-numbers-wrap button.page-numbers.current {
  font-size: 22px;
  font-size: calc(14px + 0.416vw);
}
.paginationMX .numberPag {
  padding: 5px;
}
.paginationMX .numberPag.current {
  font-size: 22px;
  font-size: calc(14px + 0.416vw);
}
.pageWrapPagination {
  position: relative;
}
.pageWrapPagination .page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.pageWrapPagination .page:not(.current) {
  pointer-events: none;
}
.pageWrapPagination .page:not(.current) * {
  display: none;
}
.pageWrapPagination .page.current {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#OpenWhatsapp {
  position: fixed;
  z-index: 97;
  left: 7px;
  bottom: 35px;
}
#OpenWhatsapp a {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  #OpenWhatsapp {
    left: 0px;
    bottom: 60px;
  }
  #OpenWhatsapp a {
    height: 56px;
    width: 56px;
    border-radius: 0 50% 50% 0;
  }
}
@media (max-width: 1024px), (max-device-width: 1024px) {
  body #PagesTop.cap_mob {
    min-height: 35vh;
  }
}
#WhatIyouPage .card {
  height: calc(350px + 15vh);
  border-radius: 36px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.32);
}
#WhatIyouPage .card .backdrop {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.15%, rgba(10, 10, 11, 0.1) 34.55%, rgba(28, 27, 31, 0.8) 69.32%);
}
#WhatIyouPage .field_mob_box {
  height: 75px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}
#WhatIyouPage .field_mob_box.current {
  border: 2px solid #217D63;
}
.page-template-selecte-fileds .breadcrumbs {
  display: none;
}
@media (min-width: 767px) {
  #StaffPage .lecturers_list .s_lecturers > div {
    padding-top: 45px;
    padding-bottom: 45px;
    justify-content: flex-start;
  }
  #StaffPage .lecturers_list .s_lecturers:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% + 40px);
    background: #ebebeb;
    top: unset;
    bottom: 0;
    left: unset;
  }
}
@media (min-width: 767px) and (max-width: 1450px) {
  .lecturers_list .s_lecturers {
    width: calc(50% - 15px);
  }
}
#lp_cf7 {
  background: linear-gradient(211deg, #29835D 2.81%, #44984B 99.42%);
}
#lp_cf7 .wpcf7 .labelsform .cfb input.wpcf7-submit {
  background: transparent;
  border: 2px solid #fff;
}
.s_podcast:hover .imgBox {
  transform: scale(1.1);
}
.s_podcast .podcast_start {
  justify-content: center;
  align-items: stretch;
  text-align: start;
}
.s_podcast .shadow {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 99.74%);
}
.s_podcast .videopop_fack {
  width: 59px;
  height: 59px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.s_podcast .videopop_fack span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_podcast .videopop_fack span svg {
  transform: translateX(10%);
}
.s_podcast .time {
  padding: 5px;
  border-radius: 4px;
  background: rgba(250, 250, 250, 0.8);
  color: #131113;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .s_podcast .videopop_fack {
    width: 32px;
    height: 32px;
  }
  .s_podcast .videopop_fack span svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
  }
}
.madeby {
  padding: 5px;
  background: #f5f5f594;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  z-index: 1;
  bottom: 20px;
}
html[dir=ltr] .madeby {
  right: 0;
}
html[dir=rtl] .madeby {
  left: 0;
}
.WPFF-Constructor {
  position: relative;
  overflow: hidden;
}
.WPFF-Constructor .slideOver .swiper-button {
  border-radius: 50%;
  background: #ffffffcc;
  padding: 15px;
  box-shadow: 2px -1px 11px 6px rgba(149, 149, 149, 0.81);
}
.WPFF-Constructor .slideOver .swiper-button svg path {
  stroke: #000000;
}
@media (max-width: 767px), (max-device-width: 767px) {
  .WPFF-Constructor .slideOver .swiper-button {
    padding: 10px;
  }
  .WPFF-Constructor .slideOver .swiper-button svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
  }
}
.htm_ci .htm_ci_con .WPFF-Constructor:last-child {
  padding-bottom: 0;
}
.s_workshops {
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_workshops .thumb {
  height: 300px;
}
.s_workshops .thumb .bgimg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_workshops:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.s_workshops:hover .thumb .bgimg {
  transform: scale(1.1);
}
.s_workshops:hover .fack_btn {
  color: #FFFFFF;
  background: #217D63;
}
.s_workshops:hover .fack_btn svg path {
  stroke: #FFFFFF;
}
.box_meterials {
  min-height: 140px;
}
.tenders_status {
  padding: 5px 10px;
  border-radius: 20px;
}
.tenders_status.open {
  background: #E0F5E9;
  color: #217D63;
}
.tenders_status.examining {
  background: #f5f2e0;
  color: #7d7521;
}
.tenders_status.ended {
  background: #f5e0e0;
  color: #7d2121;
}
.containerIframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
.containerIframe.w99 {
  width: 99%;
}
.containerIframe .responsiveIframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.border_none {
  border: none;
}
main#Content {
  min-height: 100vh;
}
#TopWrap:not(.withPagesTop) main#Content {
  padding-top: 132px;
}
@media (max-width: 767px) {
  #TopWrap:not(.withPagesTop) main#Content {
    padding-top: 79px;
  }
}
.s_slide_Midrasha {
  height: calc(20vw + 150px);
  border-radius: 36px;
  overflow: hidden;
}
#MavilixCookiesBox {
  position: fixed;
  color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
#MavilixCookiesBox.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#MavilixCookiesBox .mx-cb-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
#MavilixCookiesBox .mx-cb-container .priv {
  padding: 7px 0;
  text-align: initial;
  font-weight: 300;
  line-height: 1.5;
  max-width: 1200px;
}
#MavilixCookiesBox .mx-cb-container .btn button {
  cursor: pointer;
  border: 0;
  line-height: 1;
  background-color: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#MavilixCookiesBox .mx-cb-container .btn button.Agree {
  color: white;
  margin: 0 20px;
  padding: 10px 25px;
  border: 2px solid white !important;
  font-size: 15px !important;
  border-radius: 42px;
}
#MavilixCookiesBox .mx-cb-container .btn button.Agree i {
  margin-bottom: 1px;
}
#MavilixCookiesBox .mx-cb-container .btn button.Agree svg {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
}
#MavilixCookiesBox .mx-cb-container .btn button.Agree svg path {
  fill: #fff;
}
#MavilixCookiesBox .mx-cb-container .btn button.Agree:hover {
  color: #000;
  background-color: white !important;
}
#MavilixCookiesBox .mx-cb-container .btn button.Close svg {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
#MavilixCookiesBox .mx-cb-container .btn button.Close svg path {
  fill: white !important;
}
#MavilixCookiesBox .mx-cb-container .btn button.Close:hover {
  transform: scale(1.2);
}
#MavilixCookiesBox h6 {
  color: white;
  font-weight: 500;
}
#MavilixCookiesBox hr {
  width: 1px;
  height: auto;
  border: 0;
  margin: 0 20px;
  margin: 0 calc(20px + 1vw);
  min-width: 1px;
  background-color: white;
}
#MavilixCookiesBox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html[dir=rtl] #MavilixCookiesBox {
  direction: rtl;
}
html[dir=ltr] #MavilixCookiesBox .lng-he,
html[dir=rtl] #MavilixCookiesBox .lng-en {
  display: none;
}
html[dir=ltr] #MavilixCookiesBox .mx-cb-container .btn button.Agree i {
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  #MavilixCookiesBox .mx-cb-container {
    flex-wrap: wrap;
  }
  #MavilixCookiesBox hr {
    margin: 0 10px;
  }
  #MavilixCookiesBox .btn,
  #MavilixCookiesBox .twrap {
    width: 100%;
  }
  #MavilixCookiesBox .twrap {
    margin-bottom: 10px;
  }
  #MavilixCookiesBox .text {
    align-items: flex-start;
  }
  #MavilixCookiesBox .text .priv {
    height: 3.9em;
    padding: 3px 0 0 0;
    line-height: 1.3em;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #MavilixCookiesBox .btn {
    justify-content: flex-end;
  }
}
@media (max-width: 760px) {
  #MavilixCookiesBox h6 {
    font-size: 17px;
  }
  #MavilixCookiesBox .text {
    font-size: 14px;
  }
  #MavilixCookiesBox .text .priv {
    padding: 0;
  }
  #MavilixCookiesBox .btn {
    justify-content: center;
  }
  #MavilixCookiesBox .mx-cb-container .btn button.Agree {
    padding: 7px 20px;
  }
  #MavilixCookiesBox .Close {
    position: absolute;
    top: 2px;
    right: 0;
    transform: translateX(50%);
  }
}
.recommendation_backdrop {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.03%, rgba(0, 0, 0, 0.8) 100%);
}
html[dir=rtl] .header_btns li:first-child {
  padding-left: 15px;
}
html[dir=ltr] .header_btns li:first-child {
  padding-right: 15px;
}
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.bgimg_reg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cleanFormBTN {
  text-decoration: underline;
  color: #217D63;
}
.cleanFormBTN:hover {
  font-weight: bold;
}
@media (max-width: 554px) {
  .footer_wrap .footer-menu > ul {
    column-gap: 10px;
  }
  .footer_wrap .footer-menu > ul > li {
    width: calc(50% - 7.5px);
    text-align: center;
    padding: 15px !important;
  }
  .footer_wrap .footer-menu > ul > li:last-child:after {
    content: '';
  }
  html[dir=rtl] .footer-menu > ul > li:after {
    right: 10px;
  }
  html[dir=ltr] .footer-menu > ul > li:after {
    left: 10px;
  }
}
.showa a {
  text-decoration: underline;
}
/*# sourceMappingURL=style.min.css.map */