/*The css for menu-drawer-nav*/
@-webkit-keyframes menu-drawer-slide {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes menu-drawer-slide {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-drawer-slide-rtl {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes menu-drawer-slide-rtl {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.menu-drawer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  outline: none;
}
.menu-drawer__header-mobile {
  flex-shrink: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-drawer__nav {
  flex-grow: 1;
  width: 230px;
  margin-top: 36px;
  padding-bottom: 16px;
  background-color: #fff;
  will-change: transform;
  -webkit-animation: menu-drawer-slide 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: menu-drawer-slide 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.menu-drawer__category-list {
  display: block;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.menu-drawer__category-item {
  margin-bottom: 20px;
  padding: 0;
}
.menu-drawer__category-item:last-child {
  margin-bottom: 0;
}
.menu-drawer__category-name {
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #253137;
}
.menu-drawer__category-name_link {
  text-decoration: underline;
  color: #253137;
}
.menu-drawer__category-name_alone {
  padding-left: 15px;
}
.menu-drawer__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-drawer__item {
  padding: 0;
  margin-top: 14px;
}
.menu-drawer__item-link {
  display: block;
  padding: 0 15px;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 400;
  color: #253137;
}
.menu-drawer__item-link_language {
  direction: ltr;
}
.menu-drawer__languages {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #dce2e5;
}
.menu-drawer_rtl {
  direction: rtl;
}
.menu-drawer_rtl .menu-drawer__nav {
  -webkit-animation-name: menu-drawer-slide-rtl;
  animation-name: menu-drawer-slide-rtl;
}
.menu-drawer_rtl .menu-drawer__category-name_alone {
  padding-left: 0;
  padding-right: 15px;
}
@supports (position: -webkit-sticky) {
  .menu-drawer__header-mobile {
    position: -webkit-sticky;
  }
  .menu-drawer__nav {
    margin-top: 0;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .menu-drawer__header-mobile {
    position: -webkit-sticky;
    position: sticky;
  }
  .menu-drawer__nav {
    margin-top: 0;
  }
}

.tog {
  position: fixed;
}
.nav-links {
  position: fixed;
  top: 20;
  left: 0;
  z-index: 2;
  height: 100vh;
  width: 230px;
  background: #f2f2f2;
  transform: translateX(-250px);
  transition: transform 0.3s;
  overflow: hidden;
}

.nav-link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
  padding: 12px 15px;
  color: #253137;
}
.nav-open {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#snav {
  width: 100%;
  height: 40px;
  background: #fabf2c;
  align-items: center;
  justify-content: center;
  display: flex;
}
#snav span {
  appearance: none;
  cursor: pointer;
  opacity: 0.9;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.3s, color 0.3s;
  color: black;
}
#snav a {
  text-decoration: none;
}
#snav span:hover {
  background-color: #253137;
  color: #fff;
  opacity: 1;
}
#containerBud {
  margin-top: 20px;
  /* 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("Img/kanchanara-7E3QGntO66M-unsplash.jpg")
    padding-left:;
	padding-right:;
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5), url("Img/kanchanara-7E3QGntO66M-unsplash.jpg"))
    */
  display: flex;
  justify-content: space-around;
}
#btnStart {
  color: #000;
  padding-left: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 16px;
  border-radius: 8px;
  background: #fabf2c;
  outline: none;
  font-weight: 500;
  margin-bottom: 30px;
}
a#btnStart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
}
a#btnStart:hover {
  background: #f2b723;
}
.intro {
  width: 480px;
}
.intro h1 {
  font-size: 48px;
  margin-left: -10px;
}
.intro p {
  font-size: 21px;
  font-weight: 500;
}
#Start h1,
#benefit h1 {
  margin-top: 10%;
  margin-left: 30%;
  font-size: 42px;
}

@media (min-width: 900px) {
  #benefit {
    margin-bottom: 50px;
  }
  #benefit h3,
  #benefit p {
    margin-left: 40px;
  }
  #benefit .ind {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 0.7rem;
    color: #727277;
  }
  #benefit img {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    opacity: 0.85;
  }
  .row1,
  .row2 {
    display: flex;
    justify-content: space-around;
    /* padding-left: 60px;
    padding-right: 60px; */
  }
  .row1 > div,
  .row2 > div {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #f3f3f3;
    width: 370px;
    height: 290px;
    border-bottom: 4px solid #253137;
    border-radius: 10px;
    transition: all 0.3s ease-in;
  }
  #flexbox {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
  }
  #flexbox > div {
    background: #f3f3f3;
    width: 300px;
    height: 280px;
    border-bottom: 6px solid #253137;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    transition: all 0.2s ease-in;
  }
  #flexbox #span {
    position: relative;
    top: 15px;
    left: 20px;
    width: 20px;
    height: 20px;
    padding: 8px;
    border-radius: 50%;
    background: #60508d;
  }
  #flexbox img {
    width: 65px;
    height: 50px;
  }
}
#flexbox > div:hover {
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  /* background: #2d2052;
    color:#fff; */
}
.row1 > div:hover,
.row2 > div:hover {
  background: #2d2052;
  /* background: #332a4b;*/
  color: #fff;
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
}
.row1 p,
.row2 p {
  /* position: relative;
  right:20px; */
  font-weight: 600;
  color: rgb(116, 109, 109);
}
text {
  color: grey;
  font-size: 20px;
}
#Features {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
}
#Sponsors {
  display: flex;
  overflow-x: hidden;
  width: 82vw;
  margin-top: -50px;
  margin-left: 80px;
  margin-bottom: 15px;
}
/* .floatimg img{
 top:320px;
} */
#Sponsors img {
  width: 190px;
  height: 110px;
  margin-left: 20px;
  opacity: 0.7;
}
#Sponsors div:nth-child(6),
#Sponsors div:nth-child(7) {
  margin-right: 37px;
  margin-left: 15px;
}
#faq h1 {
  margin-top: 7%;
  margin-left: 7%;
  font-size: 28px;
}
#faq h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 0.7rem;
  color: #727277;
  margin-left: 7%;
}

#faq {
  max-width: 752px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
#imageitem {
  position: absolute;
  left: 1000px;
  top: 10%;
}
#imageitem img {
  width: 220px;
  height: 220px;
  opacity: 0.6;
}
.faq_list {
  padding: 4.25rem 0 1.5rem;
  margin-left: 50px;
  margin-top: -35px;
}

.faq_list .faq_item {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(70, 86, 104, 0.2);
}
.faq_list .faq_item:last-child {
  border-bottom: none;
}
.faq_list .faq_item .faq_item_title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  cursor: pointer;
  padding-right: 11px;
  transition: 0.3s;
}
.faq_list .faq_item span {
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.activ {
  transform: rotate(180deg);
}
.faq_list .faq_item .faq_item_info {
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
  max-height: 0;
  font-size: 1rem;
  line-height: 1.75;
  padding-top: 0;
}
.faq_list .faq_item .faq_item_info.active {
  visibility: visible;
  opacity: 1;
  max-height: 700px;
  padding-top: 8px;
}

.btn-landing {
  display: inline-block;
  padding: 0 37px;
}
.faq_list .faq_item .faq_item_info span.rotate {
  transform: rotate(180deg);
}

.footer {
  position: relative;
  padding: 0 0 70px;
  background: #1a1b1d;
}

.footer__background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  pointer-events: none;
}

.footer__wrap {
  padding: 30px 0;
  background-color: #253136;
}

.footer__row {
  padding: 40px 0;
  overflow: hidden;
}

.footer__icp,
.footer__row,
.footer__top,
.footer__tos {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.footer__about,
.footer__menu,
.footer__socials .footer__caption {
  display: none;
}

.footer__join,
.footer_cn .footer__subscription {
  margin-bottom: 30px;
}
.footer-navigation {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -16px;
}
.footer-navigation__wrp {
  padding: 0 16px;
  box-sizing: border-box;
}
.footer-navigation__cap {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #798b95;
  font-weight: 700;
}
.footer-navigation__link:hover {
  color: #ffcd04;
}
.footer-navigation__link {
  font-size: 0.875rem;
  color: #fafafa;
  position: relative;
  display: block;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-navigation__list {
  display: block;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.footer-navigation__item {
  margin-bottom: 1px;
  padding: 6px 0;
  margin-bottom: 5px;
  list-style: none;
}
.footer-join-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fafafa;
  background: #1a1b1d;
  border-radius: 999px;
  padding: 10px;
  box-sizing: border-box;
}

.footer-join-us__text {
  font-weight: 600;
  font-size: 1rem;
  padding: 0 15px;
  line-height: 1.15;
  box-sizing: border-box;
  text-align: left;
}
.footer-join-us__button {
  font-size: 1.125rem;
  padding: 8px;
}
.footer-join-us__button {
  min-width: 140px;
}
.footer-join-us__button {
  background: #fabf2c;
  border-radius: 99px;
  padding: 9px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1b1d;
  min-width: 90px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease-out;
}
.footer-social-links__link[data-v-03fecace]:hover {
  text-decoration: none;
  background-color: transparent;
}
.footer-social-links__link[data-v-03fecace] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  background-color: #4a575d;
  border-radius: 50%;
  transition: 0.25s ease-out;
}

.footer-subscription-form__wrp[data-v-7d3222b2] {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.footer-join-us__button:hover {
  background: #2c3336;
  color: #fff;
}
.footer-join-us__button:hover {
  background: #2c3336;
  color: #fff;
}
.footer__caption {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #798b95;
  margin: 0 0 19px;
}

.footer__tos {
  font-size: 0.875rem;
  color: #d7dbde;
  line-height: 1.6;
}

.footer__terms a {
  color: inherit;
}

.footer__company {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #48565c;
}
.footer__about,
.footer__subscription {
  padding: 0 30px;
  box-sizing: border-box;
  width: 42%;
}
.footer__subscription {
  order: 1;
}
.footer-subscription-form__input[data-v-7d3222b2] {
  width: 100%;
  padding: 0 15px;
  color: #afbdc4;
  background: #253136;
  border-radius: 0;
}
.input {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.footer-social-links__list[data-v-03fecace] {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.footer-social-links__item[data-v-03fecace] {
  padding: 0 8px;
}

.footer-social-links__link[data-v-03fecace] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  background-color: #4a575d;
  border-radius: 50%;
  transition: 0.25s ease-out;
}

.footer-social-links__icon[data-v-03fecace] {
  display: block;
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .footer-social-links__list[data-v-03fecace] {
    margin: 0 -3px;
  }
  .footer-social-links__item[data-v-03fecace] {
    padding: 0 3px;
  }
}

@media (min-width: 992px) {
  .footer-social-links__list[data-v-03fecace] {
    margin: 0 -8px;
  }
  .footer-social-links__item[data-v-03fecace] {
    padding: 0 6px;
  }
}

@media (min-width: 1200px) {
  .footer-social-links__list[data-v-03fecace] {
    justify-content: flex-start;
  }
}

.footer-social-links_rtl[data-v-03fecace] {
  direction: rtl;
}

.icon-socials-rss[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M111.8 108.28A95.67 95.67 0 0019.72 16.2a3.41 3.41 0 00-3.52 3.42v10.26a3.43 3.43 0 003.3 3.41 78.54 78.54 0 0175.21 75.21 3.43 3.43 0 003.42 3.3h10.25a3.41 3.41 0 003.42-3.52zm-30.8-.06A64.91 64.91 0 0019.78 47a3.41 3.41 0 00-3.58 3.4v10.25a3.41 3.41 0 003.18 3.42 47.83 47.83 0 0144.55 44.55 3.41 3.41 0 003.42 3.18H77.6a3.41 3.41 0 003.4-3.58zM43.53 98.13a13.67 13.67 0 11-13.66-13.66 13.67 13.67 0 0113.66 13.66z' fill='%23253136'/%3E%3C/svg%3E");
}

.icon-socials-twitter[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23253136' d='M114.84 37.93c.08 1.14.08 2.27.08 3.41C114.92 76 88.53 116 40.28 116A74 74 0 010 104.2a52.81 52.81 0 006.33.33A52.5 52.5 0 0038.9 93.32a26.27 26.27 0 01-24.52-18.19 33.4 33.4 0 004.95.4 27.59 27.59 0 006.9-.89 26.24 26.24 0 01-21-25.75v-.32a26.36 26.36 0 0011.83 3.33 26.28 26.28 0 01-8.13-35.09A74.56 74.56 0 0063 44.26a29.34 29.34 0 01-.65-6 26.26 26.26 0 0145.4-17.95A51.62 51.62 0 00124.43 14a26.16 26.16 0 01-11.54 14.46A52.67 52.67 0 00128 24.37a56.48 56.48 0 01-13.16 13.56z'/%3E%3C/svg%3E");
}

.icon-socials-telegram[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23253136' d='M127.64 20.1l-19.32 91.09c-1.46 6.43-5.26 8-10.66 5L68.23 94.51 54 108.16c-1.57 1.58-2.89 2.89-5.92 2.89l2.12-30 54.55-49.29c2.37-2.12-.52-3.29-3.69-1.18l-67.4 42.5L4.62 64c-6.31-2-6.42-6.32 1.32-9.34L119.49 10.9c5.26-1.97 9.86 1.17 8.15 9.2z'/%3E%3C/svg%3E");
}

.icon-socials-youtube[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23253136' d='M50.91 83.12V45.06l33.45 19zm74.41-50A16.07 16.07 0 00114 21.69C104 19 64 19 64 19s-40 0-50 2.69A16.1 16.1 0 002.67 33.08C0 43.13 0 64.09 0 64.09s0 21 2.67 31A15.86 15.86 0 0014 106.31C24 109 64 109 64 109s40 0 50-2.69a15.83 15.83 0 0011.32-11.21c2.68-10 2.68-31 2.68-31s0-20.97-2.68-31.02z'/%3E%3C/svg%3E");
}

.icon-socials-facebook[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23253136' d='M50.17 128V70.75H31V48h19.17V30.07C50.17 10.6 62.08 0 79.45 0A159.65 159.65 0 0197 .9v20.35H85c-9.45 0-11.28 4.5-11.28 11.07V48H95l-2.92 22.75H73.67V128'/%3E%3C/svg%3E");
}

.icon-socials-line[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23253136' d='M91.51 54.64h-7.94v3.07h7.94a.81.81 0 01.81.81v2.92a.81.81 0 01-.81.81h-7.94v3.07h7.94a.81.81 0 01.81.81v2.93a.81.81 0 01-.81.81H79.84a.79.79 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.79.79 0 01.22-.56.79.79 0 01.56-.23h11.68a.82.82 0 01.81.82v2.92a.81.81 0 01-.81.78zM48.22 65.32a.82.82 0 01.81.81v2.93a.82.82 0 01-.81.81H36.54a.81.81 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.82.82 0 01.81-.82h2.92a.82.82 0 01.82.82v14.41zm27.16-15.23a.82.82 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.93a.64.64 0 01-.2 0 1.26 1.26 0 01-.2-.2l-8.59-11.39v10.78a.81.81 0 01-.81.81h-2.92a.82.82 0 01-.82-.81V50.9a.82.82 0 01.82-.81h3.31l.06.08 8.32 11.24V50.9a.82.82 0 01.81-.81zm-20.12 0a.81.81 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.92a.81.81 0 01-.81-.81V50.9a.81.81 0 01.81-.81zm50.13 9c0-18.64-18.69-33.81-41.66-33.81S22.06 40.46 22.06 59.1c0 16.72 14.82 30.71 34.85 33.36 1.35.29 3.2.9 3.67 2.06a8.53 8.53 0 01.13 3.76s-.49 2.94-.59 3.57c-.18 1.05-.84 4.12 3.61 2.24S87.72 90 96.46 79.91c6.04-6.63 8.93-13.34 8.93-20.81zM104.85 0A23.29 23.29 0 01128 23.33v81.52A23.29 23.29 0 01104.67 128H23.15A23.29 23.29 0 010 104.67V23.15A23.29 23.29 0 0123.33 0z'/%3E%3C/svg%3E");
}

.icon-socials-instagram[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='125' height='125' fill='%23253136' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 30.175c-17.574 0-31.85 14.251-31.85 31.85 0 17.598 14.252 31.849 31.85 31.849s31.85-14.251 31.85-31.85c0-17.598-14.252-31.849-31.85-31.849zm0 52.5c-11.42 0-20.675-9.255-20.675-20.675S50.58 41.325 62 41.325 82.675 50.58 82.675 62 73.42 82.675 62 82.675z' fill='current'/%3E%3Cpath d='M102.538 28.896a7.434 7.434 0 11-14.867-.001 7.434 7.434 0 0114.867 0z' fill='current'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 0C45.165 0 43.048.074 36.427.37c-6.596.295-11.1 1.353-15.038 2.879-4.086 1.575-7.532 3.716-10.978 7.162C6.965 13.857 4.85 17.328 3.25 21.39 1.723 25.327.665 29.83.369 36.452.074 43.048 0 45.165 0 62s.074 18.952.37 25.573c.295 6.596 1.353 11.1 2.879 15.063 1.575 4.086 3.716 7.532 7.162 10.977 3.446 3.446 6.917 5.563 10.978 7.163 3.938 1.526 8.442 2.584 15.063 2.879 6.62.296 8.713.37 25.573.37s18.952-.074 25.572-.37c6.597-.295 11.1-1.353 15.064-2.879 4.085-1.576 7.531-3.717 10.977-7.163 3.446-3.445 5.563-6.916 7.162-10.977 1.526-3.938 2.585-8.442 2.88-15.063.295-6.621.369-8.713.369-25.573s-.074-18.952-.369-25.573c-.295-6.596-1.354-11.1-2.88-15.063-1.575-4.086-3.716-7.532-7.162-10.977-3.446-3.446-6.916-5.563-10.977-7.163C98.722 1.698 94.218.64 87.597.344 80.953.075 78.835 0 62 0zm0 11.174c16.564 0 18.509.074 25.056.37 6.055.27 9.328 1.28 11.519 2.14 2.904 1.133 4.972 2.462 7.138 4.628 2.166 2.166 3.519 4.233 4.627 7.138.837 2.19 1.87 5.464 2.141 11.519.296 6.547.369 8.491.369 25.056 0 16.564-.073 18.509-.369 25.056-.271 6.054-1.28 9.328-2.141 11.518-1.132 2.905-2.461 4.972-4.627 7.138-2.166 2.166-4.234 3.52-7.138 4.627-2.19.837-5.464 1.871-11.519 2.142-6.547.295-8.492.369-25.056.369-16.565 0-18.509-.074-25.056-.369-6.055-.271-9.328-1.28-11.519-2.142-2.904-1.132-4.972-2.461-7.138-4.627-2.165-2.166-3.52-4.233-4.627-7.138-.837-2.19-1.87-5.464-2.141-11.518-.296-6.547-.37-8.492-.37-25.056 0-16.565.075-18.51.37-25.056.27-6.055 1.28-9.329 2.141-11.52 1.132-2.904 2.462-4.971 4.627-7.137 2.166-2.166 4.234-3.52 7.138-4.627 2.19-.837 5.464-1.87 11.519-2.142 6.547-.32 8.516-.369 25.056-.369z' fill='current'/%3E%3C/svg%3E");
}

.footer-social-links_dark .footer-social-links_rtl[data-v-03fecace] {
  direction: rtl;
}

.footer-social-links_dark .icon-socials-rss[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M111.8 108.28A95.67 95.67 0 0019.72 16.2a3.41 3.41 0 00-3.52 3.42v10.26a3.43 3.43 0 003.3 3.41 78.54 78.54 0 0175.21 75.21 3.43 3.43 0 003.42 3.3h10.25a3.41 3.41 0 003.42-3.52zm-30.8-.06A64.91 64.91 0 0019.78 47a3.41 3.41 0 00-3.58 3.4v10.25a3.41 3.41 0 003.18 3.42 47.83 47.83 0 0144.55 44.55 3.41 3.41 0 003.42 3.18H77.6a3.41 3.41 0 003.4-3.58zM43.53 98.13a13.67 13.67 0 11-13.66-13.66 13.67 13.67 0 0113.66 13.66z' fill='%231A1B1D'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-twitter[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%231A1B1D' d='M114.84 37.93c.08 1.14.08 2.27.08 3.41C114.92 76 88.53 116 40.28 116A74 74 0 010 104.2a52.81 52.81 0 006.33.33A52.5 52.5 0 0038.9 93.32a26.27 26.27 0 01-24.52-18.19 33.4 33.4 0 004.95.4 27.59 27.59 0 006.9-.89 26.24 26.24 0 01-21-25.75v-.32a26.36 26.36 0 0011.83 3.33 26.28 26.28 0 01-8.13-35.09A74.56 74.56 0 0063 44.26a29.34 29.34 0 01-.65-6 26.26 26.26 0 0145.4-17.95A51.62 51.62 0 00124.43 14a26.16 26.16 0 01-11.54 14.46A52.67 52.67 0 00128 24.37a56.48 56.48 0 01-13.16 13.56z'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-telegram[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%231A1B1D' d='M127.64 20.1l-19.32 91.09c-1.46 6.43-5.26 8-10.66 5L68.23 94.51 54 108.16c-1.57 1.58-2.89 2.89-5.92 2.89l2.12-30 54.55-49.29c2.37-2.12-.52-3.29-3.69-1.18l-67.4 42.5L4.62 64c-6.31-2-6.42-6.32 1.32-9.34L119.49 10.9c5.26-1.97 9.86 1.17 8.15 9.2z'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-youtube[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%231A1B1D' d='M50.91 83.12V45.06l33.45 19zm74.41-50A16.07 16.07 0 00114 21.69C104 19 64 19 64 19s-40 0-50 2.69A16.1 16.1 0 002.67 33.08C0 43.13 0 64.09 0 64.09s0 21 2.67 31A15.86 15.86 0 0014 106.31C24 109 64 109 64 109s40 0 50-2.69a15.83 15.83 0 0011.32-11.21c2.68-10 2.68-31 2.68-31s0-20.97-2.68-31.02z'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-facebook[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%231A1B1D' d='M50.17 128V70.75H31V48h19.17V30.07C50.17 10.6 62.08 0 79.45 0A159.65 159.65 0 0197 .9v20.35H85c-9.45 0-11.28 4.5-11.28 11.07V48H95l-2.92 22.75H73.67V128'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-line[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%231A1B1D' d='M91.51 54.64h-7.94v3.07h7.94a.81.81 0 01.81.81v2.92a.81.81 0 01-.81.81h-7.94v3.07h7.94a.81.81 0 01.81.81v2.93a.81.81 0 01-.81.81H79.84a.79.79 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.79.79 0 01.22-.56.79.79 0 01.56-.23h11.68a.82.82 0 01.81.82v2.92a.81.81 0 01-.81.78zM48.22 65.32a.82.82 0 01.81.81v2.93a.82.82 0 01-.81.81H36.54a.81.81 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.82.82 0 01.81-.82h2.92a.82.82 0 01.82.82v14.41zm27.16-15.23a.82.82 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.93a.64.64 0 01-.2 0 1.26 1.26 0 01-.2-.2l-8.59-11.39v10.78a.81.81 0 01-.81.81h-2.92a.82.82 0 01-.82-.81V50.9a.82.82 0 01.82-.81h3.31l.06.08 8.32 11.24V50.9a.82.82 0 01.81-.81zm-20.12 0a.81.81 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.92a.81.81 0 01-.81-.81V50.9a.81.81 0 01.81-.81zm50.13 9c0-18.64-18.69-33.81-41.66-33.81S22.06 40.46 22.06 59.1c0 16.72 14.82 30.71 34.85 33.36 1.35.29 3.2.9 3.67 2.06a8.53 8.53 0 01.13 3.76s-.49 2.94-.59 3.57c-.18 1.05-.84 4.12 3.61 2.24S87.72 90 96.46 79.91c6.04-6.63 8.93-13.34 8.93-20.81zM104.85 0A23.29 23.29 0 01128 23.33v81.52A23.29 23.29 0 01104.67 128H23.15A23.29 23.29 0 010 104.67V23.15A23.29 23.29 0 0123.33 0z'/%3E%3C/svg%3E");
}

.footer-social-links_dark .icon-socials-instagram[data-v-03fecace] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='125' height='125' fill='%231A1B1D' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 30.175c-17.574 0-31.85 14.251-31.85 31.85 0 17.598 14.252 31.849 31.85 31.849s31.85-14.251 31.85-31.85c0-17.598-14.252-31.849-31.85-31.849zm0 52.5c-11.42 0-20.675-9.255-20.675-20.675S50.58 41.325 62 41.325 82.675 50.58 82.675 62 73.42 82.675 62 82.675z' fill='current'/%3E%3Cpath d='M102.538 28.896a7.434 7.434 0 11-14.867-.001 7.434 7.434 0 0114.867 0z' fill='current'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 0C45.165 0 43.048.074 36.427.37c-6.596.295-11.1 1.353-15.038 2.879-4.086 1.575-7.532 3.716-10.978 7.162C6.965 13.857 4.85 17.328 3.25 21.39 1.723 25.327.665 29.83.369 36.452.074 43.048 0 45.165 0 62s.074 18.952.37 25.573c.295 6.596 1.353 11.1 2.879 15.063 1.575 4.086 3.716 7.532 7.162 10.977 3.446 3.446 6.917 5.563 10.978 7.163 3.938 1.526 8.442 2.584 15.063 2.879 6.62.296 8.713.37 25.573.37s18.952-.074 25.572-.37c6.597-.295 11.1-1.353 15.064-2.879 4.085-1.576 7.531-3.717 10.977-7.163 3.446-3.445 5.563-6.916 7.162-10.977 1.526-3.938 2.585-8.442 2.88-15.063.295-6.621.369-8.713.369-25.573s-.074-18.952-.369-25.573c-.295-6.596-1.354-11.1-2.88-15.063-1.575-4.086-3.716-7.532-7.162-10.977-3.446-3.446-6.916-5.563-10.977-7.163C98.722 1.698 94.218.64 87.597.344 80.953.075 78.835 0 62 0zm0 11.174c16.564 0 18.509.074 25.056.37 6.055.27 9.328 1.28 11.519 2.14 2.904 1.133 4.972 2.462 7.138 4.628 2.166 2.166 3.519 4.233 4.627 7.138.837 2.19 1.87 5.464 2.141 11.519.296 6.547.369 8.491.369 25.056 0 16.564-.073 18.509-.369 25.056-.271 6.054-1.28 9.328-2.141 11.518-1.132 2.905-2.461 4.972-4.627 7.138-2.166 2.166-4.234 3.52-7.138 4.627-2.19.837-5.464 1.871-11.519 2.142-6.547.295-8.492.369-25.056.369-16.565 0-18.509-.074-25.056-.369-6.055-.271-9.328-1.28-11.519-2.142-2.904-1.132-4.972-2.461-7.138-4.627-2.165-2.166-3.52-4.233-4.627-7.138-.837-2.19-1.87-5.464-2.141-11.518-.296-6.547-.37-8.492-.37-25.056 0-16.565.075-18.51.37-25.056.27-6.055 1.28-9.329 2.141-11.52 1.132-2.904 2.462-4.971 4.627-7.137 2.166-2.166 4.234-3.52 7.138-4.627 2.19-.837 5.464-1.87 11.519-2.142 6.547-.32 8.516-.369 25.056-.369z' fill='current'/%3E%3C/svg%3E");
}

@media (hover: hover) {
  .footer-social-links__link[data-v-03fecace]:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .footer-social-links__link:hover .icon-socials-rss[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M111.8 108.28A95.67 95.67 0 0019.72 16.2a3.41 3.41 0 00-3.52 3.42v10.26a3.43 3.43 0 003.3 3.41 78.54 78.54 0 0175.21 75.21 3.43 3.43 0 003.42 3.3h10.25a3.41 3.41 0 003.42-3.52zm-30.8-.06A64.91 64.91 0 0019.78 47a3.41 3.41 0 00-3.58 3.4v10.25a3.41 3.41 0 003.18 3.42 47.83 47.83 0 0144.55 44.55 3.41 3.41 0 003.42 3.18H77.6a3.41 3.41 0 003.4-3.58zM43.53 98.13a13.67 13.67 0 11-13.66-13.66 13.67 13.67 0 0113.66 13.66z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-twitter[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M114.84 37.93c.08 1.14.08 2.27.08 3.41C114.92 76 88.53 116 40.28 116A74 74 0 010 104.2a52.81 52.81 0 006.33.33A52.5 52.5 0 0038.9 93.32a26.27 26.27 0 01-24.52-18.19 33.4 33.4 0 004.95.4 27.59 27.59 0 006.9-.89 26.24 26.24 0 01-21-25.75v-.32a26.36 26.36 0 0011.83 3.33 26.28 26.28 0 01-8.13-35.09A74.56 74.56 0 0063 44.26a29.34 29.34 0 01-.65-6 26.26 26.26 0 0145.4-17.95A51.62 51.62 0 00124.43 14a26.16 26.16 0 01-11.54 14.46A52.67 52.67 0 00128 24.37a56.48 56.48 0 01-13.16 13.56z'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-telegram[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M127.64 20.1l-19.32 91.09c-1.46 6.43-5.26 8-10.66 5L68.23 94.51 54 108.16c-1.57 1.58-2.89 2.89-5.92 2.89l2.12-30 54.55-49.29c2.37-2.12-.52-3.29-3.69-1.18l-67.4 42.5L4.62 64c-6.31-2-6.42-6.32 1.32-9.34L119.49 10.9c5.26-1.97 9.86 1.17 8.15 9.2z'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-youtube[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M50.91 83.12V45.06l33.45 19zm74.41-50A16.07 16.07 0 00114 21.69C104 19 64 19 64 19s-40 0-50 2.69A16.1 16.1 0 002.67 33.08C0 43.13 0 64.09 0 64.09s0 21 2.67 31A15.86 15.86 0 0014 106.31C24 109 64 109 64 109s40 0 50-2.69a15.83 15.83 0 0011.32-11.21c2.68-10 2.68-31 2.68-31s0-20.97-2.68-31.02z'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-facebook[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M50.17 128V70.75H31V48h19.17V30.07C50.17 10.6 62.08 0 79.45 0A159.65 159.65 0 0197 .9v20.35H85c-9.45 0-11.28 4.5-11.28 11.07V48H95l-2.92 22.75H73.67V128'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-line[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M91.51 54.64h-7.94v3.07h7.94a.81.81 0 01.81.81v2.92a.81.81 0 01-.81.81h-7.94v3.07h7.94a.81.81 0 01.81.81v2.93a.81.81 0 01-.81.81H79.84a.79.79 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.79.79 0 01.22-.56.79.79 0 01.56-.23h11.68a.82.82 0 01.81.82v2.92a.81.81 0 01-.81.78zM48.22 65.32a.82.82 0 01.81.81v2.93a.82.82 0 01-.81.81H36.54a.81.81 0 01-.56-.23.81.81 0 01-.23-.56V50.91a.82.82 0 01.81-.82h2.92a.82.82 0 01.82.82v14.41zm27.16-15.23a.82.82 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.93a.64.64 0 01-.2 0 1.26 1.26 0 01-.2-.2l-8.59-11.39v10.78a.81.81 0 01-.81.81h-2.92a.82.82 0 01-.82-.81V50.9a.82.82 0 01.82-.81h3.31l.06.08 8.32 11.24V50.9a.82.82 0 01.81-.81zm-20.12 0a.81.81 0 01.81.81v18.16a.81.81 0 01-.81.81h-2.92a.81.81 0 01-.81-.81V50.9a.81.81 0 01.81-.81zm50.13 9c0-18.64-18.69-33.81-41.66-33.81S22.06 40.46 22.06 59.1c0 16.72 14.82 30.71 34.85 33.36 1.35.29 3.2.9 3.67 2.06a8.53 8.53 0 01.13 3.76s-.49 2.94-.59 3.57c-.18 1.05-.84 4.12 3.61 2.24S87.72 90 96.46 79.91c6.04-6.63 8.93-13.34 8.93-20.81zM104.85 0A23.29 23.29 0 01128 23.33v81.52A23.29 23.29 0 01104.67 128H23.15A23.29 23.29 0 010 104.67V23.15A23.29 23.29 0 0123.33 0z'/%3E%3C/svg%3E");
  }
  .footer-social-links__link:hover .icon-socials-instagram[data-v-03fecace] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='125' height='125' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 30.175c-17.574 0-31.85 14.251-31.85 31.85 0 17.598 14.252 31.849 31.85 31.849s31.85-14.251 31.85-31.85c0-17.598-14.252-31.849-31.85-31.849zm0 52.5c-11.42 0-20.675-9.255-20.675-20.675S50.58 41.325 62 41.325 82.675 50.58 82.675 62 73.42 82.675 62 82.675z' fill='current'/%3E%3Cpath d='M102.538 28.896a7.434 7.434 0 11-14.867-.001 7.434 7.434 0 0114.867 0z' fill='current'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62 0C45.165 0 43.048.074 36.427.37c-6.596.295-11.1 1.353-15.038 2.879-4.086 1.575-7.532 3.716-10.978 7.162C6.965 13.857 4.85 17.328 3.25 21.39 1.723 25.327.665 29.83.369 36.452.074 43.048 0 45.165 0 62s.074 18.952.37 25.573c.295 6.596 1.353 11.1 2.879 15.063 1.575 4.086 3.716 7.532 7.162 10.977 3.446 3.446 6.917 5.563 10.978 7.163 3.938 1.526 8.442 2.584 15.063 2.879 6.62.296 8.713.37 25.573.37s18.952-.074 25.572-.37c6.597-.295 11.1-1.353 15.064-2.879 4.085-1.576 7.531-3.717 10.977-7.163 3.446-3.445 5.563-6.916 7.162-10.977 1.526-3.938 2.585-8.442 2.88-15.063.295-6.621.369-8.713.369-25.573s-.074-18.952-.369-25.573c-.295-6.596-1.354-11.1-2.88-15.063-1.575-4.086-3.716-7.532-7.162-10.977-3.446-3.446-6.916-5.563-10.977-7.163C98.722 1.698 94.218.64 87.597.344 80.953.075 78.835 0 62 0zm0 11.174c16.564 0 18.509.074 25.056.37 6.055.27 9.328 1.28 11.519 2.14 2.904 1.133 4.972 2.462 7.138 4.628 2.166 2.166 3.519 4.233 4.627 7.138.837 2.19 1.87 5.464 2.141 11.519.296 6.547.369 8.491.369 25.056 0 16.564-.073 18.509-.369 25.056-.271 6.054-1.28 9.328-2.141 11.518-1.132 2.905-2.461 4.972-4.627 7.138-2.166 2.166-4.234 3.52-7.138 4.627-2.19.837-5.464 1.871-11.519 2.142-6.547.295-8.492.369-25.056.369-16.565 0-18.509-.074-25.056-.369-6.055-.271-9.328-1.28-11.519-2.142-2.904-1.132-4.972-2.461-7.138-4.627-2.165-2.166-3.52-4.233-4.627-7.138-.837-2.19-1.87-5.464-2.141-11.518-.296-6.547-.37-8.492-.37-25.056 0-16.565.075-18.51.37-25.056.27-6.055 1.28-9.329 2.141-11.52 1.132-2.904 2.462-4.971 4.627-7.137 2.166-2.166 4.234-3.52 7.138-4.627 2.19-.837 5.464-1.87 11.519-2.142 6.547-.32 8.516-.369 25.056-.369z' fill='current'/%3E%3C/svg%3E");
  }
}

.footer__icp,
.footer__row,
.footer__top,
.footer__tos {
  text-align: inherit;
}
.footer-subscription-form__btn[data-v-7d3222b2] {
  width: 110px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1b1d;
  background-color: #fabf2b;
  transition: 0.25s ease-out;
}
.footer-subscription-form__btn[data-v-7d3222b2]:hover {
  color: #fff;
  background-color: #253136;
}
.btn {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: inherit;
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.btn,
.input:focus {
  outline: none;
}
.footer__text {
  margin: 0;
  text-align: left;
}

.footer__icp {
  font-size: 0.875rem;
  color: #d7dbde;
}

.footer__icp a:link,
.footer__icp a:visited {
  color: inherit;
}

.footer__icp a:-webkit-any-link {
  color: inherit;
}

.footer__icp a:-moz-any-link {
  color: inherit;
}

.footer__icp a:any-link {
  color: inherit;
}

.footer_rtl {
  direction: rtl;
}

.footer__copyright br {
  display: none;
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__wrap {
    padding: 22px 0 40px;
  }
  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__join {
    width: 65%;
    margin: 0;
  }
  .footer-join-us__button {
    min-width: 140px;
  }
  .footer__icp,
  .footer__row,
  .footer__top,
  .footer__tos {
    max-width: none;
    text-align: inherit;
  }
  .footer__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 -15px;
    overflow: visible;
  }
  .footer__block {
    width: 50%;
    padding: 0 15px;
  }
  .footer__tos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__copyright {
    width: 100%;
  }
  .footer__about {
    display: block;
    order: -1;
    width: 65%;
  }
  .footer__caption {
    margin-bottom: 14px;
  }
  .footer__socials {
    margin-bottom: 10px;
  }
  .footer__socials .footer__caption {
    display: block;
    margin-bottom: 10px;
  }
  .footer__subscription {
    margin-bottom: 0;
    margin-right: auto;
  }
  .footer_cn .footer__subscription {
    margin-right: unset;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-bottom: 45px;
  }
  .footer__top {
    margin-top: 32px;
  }
  .footer__wrap {
    padding: 56px 0 40px;
  }
  .footer__menu {
    display: block;
  }
  .footer-join-us__text {
    padding: 0 28px;
    font-size: 1.125rem;
  }
  .footer__icp {
    text-align: right;
  }
  .footer__row {
    padding: 42px 0;
  }
  .footer__tos {
    flex-wrap: nowrap;
  }
  .footer__terms {
    width: 25%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .footer__about {
    order: 0;
    width: 45%;
  }
  .footer__copyright {
    width: 25%;
    text-align: right;
  }
  .footer__copyright br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 22px;
  }
  .footer__wrap {
    padding: 56px 0 40px;
  }
  .footer__top {
    margin-top: 50px;
  }
  .footer__join {
    width: 49%;
    margin: 0 auto;
  }
  .footer-navigation__wrp {
    max-width: 192px;
  }
  .footer__row,
  .footer__tos {
    justify-content: space-between;
    margin: 0 -30px;
    padding: 32px 0 23px;
  }
  .footer__icp {
    text-align: center;
  }
  .footer__caption {
    margin-bottom: 16px;
  }
  .footer__socials .footer__caption {
    margin-bottom: 21px;
  }
  .footer__socials {
    order: 2;
  }
  .footer__subscription {
    order: 1;
  }
  .footer-join-us__button {
    font-size: 1.125rem;
    padding: 8px;
  }
  .footer__row,
  .footer__tos {
    justify-content: space-between;
    margin: 0 -30px;
    padding: 32px 0 23px;
  }
  .footer__about,
  .footer__subscription {
    padding: 0 30px;
    box-sizing: border-box;
    width: 42%;
  }
  .footer__apps,
  .footer__copyright {
    width: 33%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .footer__socials,
  .footer__terms {
    width: 27%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .footer_with-icp .footer__tos {
    padding-bottom: 16px;
  }
  .footer_cn .footer__copyright br {
    display: none;
  }
  .footer_cn .footer__apps,
  .footer_cn .footer__copyright {
    width: 23%;
  }
  .footer_cn .footer__about,
  .footer_cn .footer__subscription {
    width: 58%;
  }
  .footer_cn .footer__socials,
  .footer_cn .footer__terms {
    width: 21%;
  }
  .footer_cn .footer__apps {
    text-align: right;
  }
  .footer_cn .footer__apps .footer__caption {
    text-align: left;
    padding-left: 38px;
    box-sizing: border-box;
  }
}
@media (min-width: 900px) {
  th {
    text-align: center;
    padding: 13px;
  }
  .table_data {
    margin-top: 70px;
  }
  .image img {
    width: 640px;
  }
  #faq h3 {
    line-height: 1.1em;
  }
  th {
    padding: 13px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #imageitem {
    display: none;
  }
  .intro .gif {
    display: none;
  }
  .image img {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .flex1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  .row1,
  .row2 {
    /* display:flex;
        justify-content: space-around;
        padding-left:60px ;
        padding-right:60px; */
    padding-left: 2px;
    padding-right: 2px;
  }
  .row1 h2,
  .row2 h2 {
    font-size: 0.8rem;
  }
  .row1 p,
  .row2 p {
    font-size: 0.6rem;
  }
  #benefit {
    margin-bottom: 25px;
  }
  #benefit h3,
  #benefit p {
    /* margin-left: 40px; */
  }
  /* #benefit .ind{
            font-weight: 700;
        font-size: 1.25rem;
        line-height: 0.7rem;
        color: #727277;
        } */
  #benefit img {
    width: 40px;
    height: 35px;
    margin-top: 15px;
    opacity: 0.85;
  }
  .row1 > div,
  .row2 > div {
    /*  text-align: center;
        justify-content: center;
        align-items: center; */
    margin-top: 20px;
    background: #f3f3f3;
    width: 170px;
    height: 200px;
    border-bottom: 4px solid #253137;
    border-radius: 10px;
    transition: all 0.3s ease-in;
  }
  #snav {
    display: none;
  }
  #containerBud {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
  }
  .header-mobile__menu-toggle-btn {
    width: 70px;
    height: 70px;
  }

  #benefit h3 {
    color: #253137;
    font-size: 15px;
    margin-left: 10px;
  }
  #Start h1,
  #faq h1 {
    font-size: 23px;
  }
  #faq h1 {
    margin-top: 150px;
    margin-left: 5px;
  }
  #benefit h1 {
    font-size: 5px;
  }
  #benefit .ind {
    font-size: 15px;
    margin-left: 5px;
  }
  #faq h3 {
    font-size: 15px;
  }
  #imageitem img {
    width: 80px;
    height: 80px;
  }
  #imageitem {
    top: -120px;
    left: 150px;
  }
  .intro {
    width: 400px;
    padding-left: 24px;
  }
  .intro h1 {
    font-size: 33px;
  }
  .intro p {
    font-size: 15px;
    font-weight: 500;
  }
  .intro .gif {
    width: 70px;
    height: 70px;
    margin-top: -30px;
    left: 20px;
  }
  .image img {
    margin-left: -25px;
    margin-top: 35px;
    width: 370px;
  }
  #flexbox {
    display: flex;
    margin-top: 5px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #flexbox img {
    width: 32px;
    height: 32px;
  }
  #flexbox > div {
    background: #f3f3f3;
    border-bottom: 6px solid #253137;
    text-align: center;
    border-radius: 10px;
    transition: all 0.2s ease-in;
    width: 170px;
    height: 190px;
  }
  #flexbox #span {
    font-size: 0.8rem;
    position: relative;
    top: 15px;
    left: 20px;
    width: 15px;
    height: 18px;
    padding: 6px;
    border-radius: 50%;
    background: #60508d;
  }
  #flexbox h2 {
    font-size: 0.8rem;
  }
  #flexbox p {
    font-size: 0.7rem;
  }
  /* #flexbox ,.dep,.inv,.cash{
        margin-top: 40px;
    } */
  .dep,
  .inv,
  .cash,
  .reg {
    margin-top: 35px;
  }
  #flexbox .cash {
    margin-bottom: 39px;
  }
  #benefit h1 {
    margin-top: 50px;
    margin-left: 10px;
    font-size: 21px;
  }
  #Start h1 {
    margin-top: 50px;
    margin-left: 6%;
    font-size: 21px;
  }
  #Features h1 {
    margin-bottom: 30px;
  }
  #Features {
    margin-top: 40px;
    font-size: 17px;
    flex-wrap: wrap;
  }
  #faq h3 {
    margin-left: 5px;
    line-height: 1.1em;
    margin-top: -5px;
  }
  #faq span {
    line-height: 0.4em;
  }
  /* .row1{
    flex-wrap:wrap;
	margin-left:2px
	} */
  .faq_list {
    margin-left: 9px;
  }
  /* .row2{
	
    flex-wrap: wrap;
	margin-top: 5px;
	margin-left:2px;
	} */
  #Sponsors {
    margin-left: 10px;
    margin-bottom: -90px;
    width: 96%;
  }
  #Sponsors img {
    width: 110px;
    height: 80px;
    opacity: 0.7;
  }
  .faq_list {
    padding: 1.5rem 0 0.25rem;
  }
  .layout__footer {
    margin-bottom: -17px;
  }
  .footer-subscription-form__input[data-v-7d3222b2] {
    margin-left: 100px;
    padding-left: -20px;
  }
  .footer-subscription-form__btn[data-v-7d3222b2] {
    width: 180px;
  }
  .footer-subscription-form__wrp[data-v-7d3222b2] {
    width: 400px;
    margin-left: -140px;
  }
  .footer-social-links__item[data-v-03fecace] {
    margin-top: 20px;
  }

  .footer__caption {
    width: 300px;
  }
  .footer-join-us {
    margin-left: -28px;
    width: 350px;
  }
  tr > td {
    padding: 7px;
  }
  th {
    text-align: center;
    padding: 10px;
  }
  .table_data {
    margin-top: 50px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table thead tr {
  background-color: #1a1b2b;
  color: #f2f2f2;
}

table img {
  margin-right: 5px;
}
td {
  text-align: center;
  padding: 5px;
}
tbody tr {
  border-bottom: 1px solid #d3cece;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
