body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 360px;
  font-family: 'Inter', sans-serif;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #0f1217;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

header,
aside,
section,
footer {
  display: block;
}

::-webkit-input-placeholder {
  color: #949496;
}

::-moz-placeholder {
  color: #949496;
}

:-moz-placeholder {
  color: #949496;
}

:-ms-input-placeholder {
  color: #949496;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

a {
  color: #0047ff;
  text-decoration: none;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  line-height: 39px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

h1 span {
  color: #28d167;
}

h2 {
  line-height: 34px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

h2 span {
  color: #28d167;
}

h3 {
  line-height: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

h4 {
  line-height: 17px;
  font-size: 14px;
  font-weight: 700;
  color: $green;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wrapper {
  padding-top: 58px;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  margin-bottom: auto;
}

.box-center {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img-container {
  width: 100%;
  padding-top: 52.6%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-image {
  display: block;
}

.wp-block-image img {
  height: auto;
  display: block;
}

.header {
  width: 100%;
  height: 58px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #14171d;
  z-index: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .box-center {
  max-width: 1360px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo {
  width: 105px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__wrap {
  padding: 16px;
  width: 100%;
  height: calc(100vh - 58px);
  position: fixed;
  top: 58px;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0f1217;
  -webkit-transition: left 300ms;
  transition: left 300ms;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__wrap.open {
  left: 0;
}

.header__btn-group {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header__btn-group .btn--outline {
  margin-bottom: 20px;
}

html[lang=vi] .main-nav__list {
  gap: 15px;
}

html[lang=vi] .header__wrap {
  margin-left: 25px;
}

html[lang=ar] .btn-menu {
  right: auto;
  left: 20px;
}

html[lang=ar] .btn-mob-login {
  right: auto;
  left: 77px;
}

.btn-menu {
  width: 24px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-menu span {
  display: block;
  position: absolute;
  width: 50%;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.btn-menu span:first-child {
  top: 0;
  left: 0;
}

.btn-menu span:nth-child(2) {
  top: 0;
  left: 50%;
}

.btn-menu span:nth-child(3) {
  top: 8px;
  left: 0;
}

.btn-menu span:nth-child(4) {
  top: 8px;
  left: 50%;
}

.btn-menu span:nth-child(5) {
  bottom: 0;
  left: 0;
}

.btn-menu span:nth-child(6) {
  bottom: 0;
  left: 50%;
}

.btn-menu--open span:first-child,
.btn-menu--open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu--open span:nth-child(2),
.btn-menu--open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-menu--open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.btn-menu--open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.btn-menu--open span:first-child,
.btn-menu--open span:nth-child(2) {
  top: 3px;
}

.btn-menu--open span:nth-child(5),
.btn-menu--open span:nth-child(6) {
  bottom: 3px;
}

.main-nav__list .menu-item {
  position: relative;
}

.main-nav__list .menu-item:hover a {
  color: #fff;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.main-nav__list .menu-item .sub-menu {
  position: static;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
}

.main-nav__list .menu-item .sub-menu a {
  white-space: nowrap;
  padding: 20px;
}

.main-nav__list .menu-item .sub-menu a:after {
  display: none;
}

.main-nav .menu-item.menu-item-has-children {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-nav .menu-item.menu-item-has-children:before {
  content: '';
  position: absolute;
  top: 29px;
  right: 0;
  width: 10px;
  height: 6px;
  background: url("../img/svg/arr.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav .menu-item.menu-item-has-children.active:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.main-nav .menu-item.menu-item-has-children a {
  padding-right: 18px;
}

.main-nav .menu-item a {
  padding: 20px 0;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9da5b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-nav .menu-item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #38393c;
}

.btn {
  padding: 0 16px;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: 0;
  border-radius: 8px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn--white {
  color: #141921;
  background-color: #fff;
}

.btn--outline {
  color: #fff;
  border: 1px solid #a2a6ad;
}

.btn-mob-login {
  position: absolute;
  right: 77px;
  top: 50%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.lang {
  margin-top: 22px;
  margin-bottom: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 100%;
  position: relative;
}

.lang__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.lang__active .lang__list-item {
  padding: 0;
  border: 0;
}

.lang__active .lang__list-item.checked {
  padding-right: 0;
  background: none;
}

.lang__active .lang__list-item span {
  padding-right: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__active .lang__list-item span:before {
  content: '';
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 5px;
  background: url("../img/svg/arr.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang__active.open span:before {
  content: '';
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lang__list {
  padding-top: 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__list:before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: -10px;
  left: 0;
}

.lang__list-item {
  padding: 20px 0 20px 14px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #38393c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__list-item img {
  width: 23px;
}

.lang__list .lang-item {
  width: 100%;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.lang__list .lang-item.current-lang a {
  padding-right: 20px;
  background: url("../img/svg/check.svg") no-repeat right center;
}

.lang__list .lang-item a {
  padding: 20px 0 20px 14px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #38393c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__list .lang-item a img {
  width: 23px;
}

html[lang=ar] .lang__active .lang__list-item span {
  padding-right: 0;
  padding-left: 18px;
}

html[lang=ar] .lang__active .lang__list-item span:before {
  right: auto;
  left: 0;
}

html[lang=ar] .lang__list .lang-item a {
  padding: 20px 14px 20px 20px;
}

html[lang=ar] .lang__list .lang-item.current-lang a {
  background: url("../img/svg/check.svg") no-repeat left center;
}

.social {
  margin-bottom: 40px;
}

.social .wp-block-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.social h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.social__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}

.social__link {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.social__link:hover {
  background-color: rgba(255,255,255,0.2);
}

.social__link img {
  width: 19px;
  height: 19px;
  position: relative;
}

.home-banner {
  padding: 50px 0;
  width: 100%;
}

.home-banner__columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.home-banner__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home-banner__desc {
  margin-top: 20px;
  color: #9da5b0;
}

.home-banner__img {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.home-banner__list {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.home-banner__list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}

.home-banner__list-icn {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-banner .btn {
  margin: 30px auto 0;
  max-width: 198px;
  width: 100%;
  height: 52px;
}

html[lang=ms-MY] .home-banner .btn {
  max-width: 240px;
}

html[lang=vi] .home-banner .btn {
  max-width: 275px;
}

.partners {
  padding: 50px 0;
  width: 100%;
}

.partners h2 {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 330px;
  text-align: center;
  letter-spacing: 1.04px;
}

.partners__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.partners__list-item {
  padding: 36px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  background-color: #161a22;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__list-item h3 {
  text-align: center;
}

.partners__list-text {
  margin: 0 auto;
  max-width: 400px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.partners__list-text ul {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.partners__list-text li {
  padding-left: 15px;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__list-text li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #28d167;
}

.partners__list-link {
  margin-top: 40px;
  padding-right: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #25c660;
  font-weight: 600;
  position: relative;
}

.partners__list-link:hover {
  opacity: 0.6;
}

.partners__list-link:before {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partners__list-link:after {
  content: "";
  margin: -1px -2px 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__list-img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__list-img img {
  max-width: 100%;
  width: auto;
}

html[lang=ar] .partners__list-text h3 {
  text-align: right;
}

html[lang=ar] .partners__list-text li {
  padding: 0 15px 0 0;
}

html[lang=ar] .partners__list-text li:before {
  left: auto;
  right: 0;
}

html[lang=ar] .partners__list-item--emty h3 {
  text-align: center;
}

html[lang=ar] .partners__list-link {
  padding: 0 0 0 20px;
}

html[lang=ar] .partners__list-link:before,
html[lang=ar] .partners__list-link:after {
  right: auto;
  left: 0;
}

html[lang=ar] .partners__list-link:after {
  margin: -7px 0 0 -3px;
  -webkit-transform: rotate(-225deg) translateY(-50%);
  -ms-transform: rotate(-225deg) translateY(-50%);
  transform: rotate(-225deg) translateY(-50%);
}

.trade {
  margin-bottom: 50px;
  width: 100%;
}

.trade .box-center {
  max-width: 1352px;
}

.trade__item {
  padding: 32px 16px;
  width: 100%;
  position: relative;
  background-color: #161a22;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade__item-img {
  margin-bottom: 40px;
  width: 100%;
}

.trade__item-text {
  width: 100%;
}

.trade__item-text h2 {
  margin-bottom: 20px;
}

.trade__item-text ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
}

.trade__item-text ul li {
  padding-left: 38px;
  background: url("../img/svg/check-circle.svg") no-repeat left 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade__item-text .btn {
  margin: 30px auto 0;
  max-width: 198px;
  width: 100%;
  height: 52px;
}

html[lang=id-ID] .trade__item-text .btn {
  max-width: 198px;
}

html[lang=ar] .trade__item-text h2 {
  max-width: 460px;
}

html[lang=ar] .trade__item-text ul li {
  padding: 0 38px 0 0;
  background: url("../img/svg/check-circle.svg") no-repeat right 6px;
}

.master {
  margin-bottom: 50px;
  width: 100%;
}

.master .box-center {
  max-width: 1352px;
}

.master__item {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.master__item-img {
  width: 100%;
}

.master__item-text {
  margin: -20px auto 0;
  width: 100%;
  max-width: 600px;
}

.master__item-text h2 {
  margin-bottom: 20px;
  text-align: center;
}

.master__item-text p {
  line-height: 25px;
  color: #c4c4c4;
  text-align: center;
}

.master__item-text .btn {
  margin: 30px auto 0;
  max-width: 198px;
  width: 100%;
  height: 52px;
}

html[lang=ms-MY] .master__item-text .btn {
  max-width: 240px;
}

html[lang=vi] .master__item-text .btn {
  max-width: 270px;
}

.loyality {
  margin-bottom: 20px;
  width: 100%;
}

.loyality h2 {
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center;
}

.loyality .desc {
  margin: 0 auto;
  max-width: 600px;
  line-height: 25px;
  color: #c0cbd9;
  text-align: center;
}

.loyality__list {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.loyality__list-item {
  padding: 40px 30px 30px;
  max-width: 330px;
  width: 100%;
  background-color: #161a22;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loyality__list-item h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.loyality__list-tumbnail {
  margin: 0 auto 30px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loyality__list-tumbnail img {
  width: auto;
  height: 100%;
}

.loyality__list-tiket {
  margin: 0 auto 20px;
  width: 70px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  color: #25c660;
  font-weight: 500;
  background-color: rgba(111,140,122,0.26);
  border-radius: 10px;
}

.loyality__info {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.loyality__info-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 25px;
  color: #c0cbd9;
}

.loyality__info-label {
  width: 65%;
}

.loyality__info-val {
  width: 33%;
}

html[lang=ms-MY] .loyality h2,
html[lang=ms-MY] .loyality .desc {
  max-width: 660px;
}

html[lang=th] .loyality h2,
html[lang=th] .loyality .desc {
  max-width: 660px;
}

.our-partner {
  margin: 0 auto 50px;
  padding: 30px;
  width: calc(100% - 32px);
  max-width: 1230px;
  background-color: #161a22;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.our-partner h2 {
  margin: 0 auto 40px;
  max-width: 325px;
  text-align: center;
}

.our-partner .wp-block-group {
  width: 100%;
}

.our-partner .wp-block-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
}

.our-partner .wp-block-columns:before {
  content: "";
  width: 520px;
  height: 0;
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  border-bottom: 2px dashed #595d5e;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our-partner .wp-block-column {
  max-width: 225px;
  width: 100%;
  text-align: center;
}

.our-partner .wp-block-column h3 {
  margin-bottom: 8px;
}

.our-partner .wp-block-column p {
  line-height: 25px;
  color: #bdbdbd;
}

.our-partner .wp-block-image {
  margin: 0 auto 20px;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #1f2a37;
  -webkit-box-shadow: 0 0 0 15px #161a22;
  box-shadow: 0 0 0 15px #161a22;
  border-radius: 50%;
}

.our-partner .wp-block-image img {
  width: 30px;
}

.our-partner .btn {
  margin: 40px auto 0;
  max-width: 148px;
  height: 52px;
}

html[lang=ms-MY] .our-partner h2 {
  max-width: 670px;
}

html[lang=vi] .our-partner h2 {
  max-width: 670px;
}

html[lang=ar] .our-partner .btn {
  max-width: 180px;
}

.calculator {
  margin-bottom: 50px;
  width: 100%;
}

.calculator h2 {
  max-width: 600px;
}

.calculator .box-center {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 650px;
  width: 100%;
  gap: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.calculator__columns {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.calculator__column {
  width: 100%;
}

.calculator__column p {
  margin-top: 10px;
  line-height: 25px;
  color: #9da5b0;
}

.calculator__column p:first-child {
  margin-top: 0;
}

.calculator__column .btn {
  margin-top: 30px;
  width: 160px;
  height: 52px;
}

html[lang=ms-MY] .calculator h2 {
  max-width: 770px;
}

html[lang=ms-MY] .calculator__column .btn {
  width: 180px;
}

.range__box {
  padding: 45px 0 0;
  width: 100%;
  position: relative;
}

.range__box-field {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #28d167), color-stop(0, #28d167), color-stop(0, #fff), to(#fff));
  background: linear-gradient(to right, #28d167 0, #28d167 0, #fff 0, #fff 100%);
}

.range__box input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border-radius: 2px;
}

.range__box input[type=range]::-webkit-slider-thumb {
  background: #28d167;
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}

.range__box input[type=range]::-moz-slider-runnable-track {
  height: 4px;
  background: transparent;
  border-radius: 2px;
}

.range__box input[type=range]::-moz-range-thumb {
  background: #28d167;
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}

.range__marker {
  padding: 8px 0 7px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.range__marker p {
  margin: 0;
}

.range__marker.center {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.range__marker.right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.range__bottom {
  margin-top: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 32px;
  font-weight: 600;
}

.range__bottom-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

html[lang=ms-MY] .range__marker {
  width: 130px;
}

html[lang=ar] .range__marker {
  left: auto;
  right: 0;
}

html[lang=ar] .range__marker.center {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

html[lang=ar] .range__marker.right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.page__content {
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}

.page__content h1 {
  margin-bottom: 20px;
  text-align: center;
}

.page__content .btn {
  margin: 30px auto 0;
  width: 198px;
  height: 52px;
}

.page__desc {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #9da5b0;
  text-align: center;
}

.page__thumbnail {
  margin: 28px auto 0;
  max-width: 1088px;
  width: 100%;
}

.page-template-advantages .page__thumbnail {
  padding-top: 33%;
  position: relative;
}

.page-template-advantages .page__thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-44%);
  -ms-transform: translateX(-44%);
  transform: translateX(-44%);
}

.page-template-advantages .our-partner {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

.page-template-advantages .our-partner .wp-block-image {
  -webkit-box-shadow: 0 0 0 15px #0f1217;
  box-shadow: 0 0 0 15px #0f1217;
}

html[lang=vi] .page__content .btn {
  width: 275px;
}

.advantages__list {
  margin: 0 0 50px;
  width: 100%;
}

.advantages__list .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.advantages__list-item {
  padding: 30px 16px;
  width: 100%;
  background-color: #161a22;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages__list-item--bottom .advantages__list-tumbnail {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__list-item--bottom .advantages__list-tumbnail img {
  width: auto;
  max-width: 100%;
}

.advantages__list-item--bottom .advantages__list-text {
  margin: 0 auto;
  max-width: 500px;
}

.advantages__list-item--bottom .advantages__list-text h3 {
  text-align: left;
}

.advantages__list-item--bottom .advantages__list-desc {
  text-align: left;
}

.advantages__list-item--bottom .advantages__list-info-item {
  width: 100%;
}

.advantages__list-item h3 {
  margin-bottom: 20px;
  text-align: center;
}

.advantages__list-item h3 span {
  color: #28d167;
}

.advantages__list-item h4 {
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.advantages__list-tumbnail {
  margin: 0 auto 30px;
  width: 100px;
}

.advantages__list-text {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.advantages__list-desc {
  line-height: 25px;
  font-size: 18px;
  color: #9da5b0;
  text-align: center;
}

.advantages__list-info {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.advantages__list-info-desc {
  line-height: 22px;
  font-size: 16px;
  color: #9da5b0;
}

html[lang=ar] .advantages__list-item--bottom .advantages__list-text h3 {
  text-align: right;
}

html[lang=ar] .advantages__list-item--bottom .advantages__list-desc {
  text-align: right;
}

.footer {
  padding: 60px 0;
  width: 100%;
  background-color: #141921;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.footer-nav {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}

.footer-nav__item {
  width: 100%;
}

.footer-nav__item.active span:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.footer-nav__list-link,
.footer-nav span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #d9dbe1;
  display: block;
  position: relative;
}

.footer-nav__list-link:before,
.footer-nav span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/svg/menu-arr.svg") no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-nav .footer-nav__sublist {
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
}

.footer-nav .footer-nav__sublist-item:first-child {
  padding-top: 12px;
}

.footer-nav .footer-nav__sublist-item:hover .footer-nav__list-link {
  color: #fff;
}

.footer-nav .footer-nav__sublist-item.current-menu-item .footer-nav__list-link {
  color: #fff;
}

.footer-nav .footer-nav__sublist .footer-nav__list-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #d9dbe1;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.footer-nav .footer-nav__sublist .footer-nav__list-link:before {
  display: none;
}

.footer-text__wrap {
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.footer-text__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #38393c;
}

.footer-text__wrap p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 15px;
  color: #b9bbb9;
}

.footer-text__wrap p:last-child {
  margin-bottom: 0;
}

.footer-text__wrap p a {
  color: #25c660;
}

.payment-chanels__wrap {
  margin-bottom: 40px;
}

.payment-chanels__wrap h3 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: $white;
}

.payment-chanels__wrap .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.payment-chanels__list {
  width: 100%;
  max-width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.payment-chanels__list .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-chanels__list img {
  width: auto;
  height: auto;
  max-height: 40px;
}

.police-menu {
  width: 100%;
}

.police-menu__list {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px 0;
}

.police-menu__list li {
  padding: 0 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.police-menu__list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #b9bbb9;
}

.police-menu__list li:nth-child(odd):before {
  display: none;
}

.police-menu__list li:hover a {
  color: #fff;
}

.police-menu__list a {
  font-size: 12px;
  line-height: 15px;
  color: #b9bbb9;
  display: block;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

html[lang=ar] .police-menu__list {
  max-width: 280px;
}

html[lang=ar] .police-menu__list li:before {
  left: auto;
  right: 0;
}

@media (min-width: 470px) {
  .master__item-text {
    margin: -30px auto 0;
  }
}

@media (min-width: 580px) {
  .master__item-text {
    margin: -50px auto 0;
  }
}

@media (min-width: 650px) {
  .home-banner .btn {
    margin: 30px 0 0;
  }

  .partners__list-item {
    padding: 36px 50px;
  }

  .partners__list-item--emty {
    padding: 36px 16px;
    width: calc(50% - 15px);
  }

  .partners__list-item--emty .partners__list-img {
    height: 220px;
  }

  .partners__list-item--emty .partners__list-img img {
    width: auto;
    height: 100%;
  }

  .trade {
    margin-bottom: 70px;
  }

  .trade__item-text h2 {
    text-align: center;
  }

  .trade__item-text ul {
    margin: 0 auto;
    max-width: 590px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trade__item-text ul li {
    width: calc(50% - 10px);
    max-width: 285px;
  }

  html[lang=ms-MY] .trade__item-text ul {
    max-width: 630px;
  }

  html[lang=ms-MY] .trade__item-text ul li {
    max-width: inherit;
  }

  .master {
    margin-bottom: 70px;
  }

  .loyality {
    margin-bottom: 50px;
  }
}

@media (min-width: 680px) {
  .master__item-text {
    margin: -60px auto 0;
  }
}

@media (min-width: 690px) {
  .our-partner h2 {
    max-width: 100%;
  }

  .our-partner .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-partner .wp-block-columns:before {
    display: block;
  }
}

@media (min-width: 768px) {
  h1 {
    line-height: 58px;
    font-size: 46px;
  }

  h2 {
    line-height: 44px;
    font-size: 36px;
  }

  h3 {
    line-height: 32px;
    font-size: 21px;
  }

  h4 {
    line-height: 19px;
    font-size: 16px;
  }

  .box-center {
    padding: 0 60px;
  }

  .header__wrap {
    margin-left: 50px;
    padding: 0;
    width: calc(100% - 50px);
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: static;
    overflow: visible;
    background: none;
  }

  .header__btn-group {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: static;
    top: 9px;
    right: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .header__btn-group .btn {
    height: 36px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .header__btn-group .btn--white {
    width: 100px;
    display: none;
  }

  .header__btn-group .btn--outline {
    margin-bottom: 0;
    margin-right: 35px;
    width: 70px;
  }

  html[lang=ms-MY] .header__btn-group .btn--outline {
    width: 110px;
  }

  html[lang=ms-MY] .header__btn-group .btn--white {
    width: 130px;
  }

  html[lang=id-ID] .header__btn-group .btn--white {
    width: 130px;
  }

  html[lang=th] .header__btn-group .btn--outline {
    width: 100px;
  }

  html[lang=vi] .header__btn-group {
    margin-left: 10px;
  }

  html[lang=vi] .header__btn-group .btn--outline {
    width: 100px;
  }

  html[lang=ar] .header__wrap {
    margin-left: 0;
    margin-right: 60px;
  }

  html[lang=ar] .header__btn-group .btn--white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  html[lang=ar] .header__btn-group .btn--outline {
    width: 105px;
  }

  html[lang=ar] .main-nav {
    margin-right: 0;
    margin-left: auto;
  }

  html[lang=ar] .btn-menu {
    display: none;
  }

  html[lang=ar] .btn-mob-login {
    display: none;
  }

  .btn-menu {
    display: none;
  }

  .main-nav {
    margin-right: auto;
    height: 100%;
  }

  .main-nav__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 25px;
    height: 100%;
  }

  .main-nav__list .menu-item .sub-menu {
    min-width: 220px;
    position: absolute;
    top: 94%;
    left: 0;
    padding: 0 6px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.1), 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.1), 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-nav__list .menu-item .sub-menu .menu-item:first-child {
    padding-top: 6px;
  }

  .main-nav__list .menu-item .sub-menu .menu-item:last-child {
    padding-bottom: 6px;
  }

  .main-nav__list .menu-item .sub-menu a {
    padding: 7px 10px;
    color: #111928;
    border-radius: 6px;
  }

  .main-nav__list .menu-item .sub-menu a:hover {
    background-color: #f7f7f7;
  }

  .main-nav .menu-item.menu-item-has-children:before {
    top: 50%;
    right: 0;
  }

  .main-nav .menu-item a {
    padding: 0;
  }

  .main-nav .menu-item a:after {
    display: none;
  }

  .btn-mob-login {
    right: 120px;
  }

  .lang {
    margin: 0 0 0 20px;
    width: 40px;
  }

  .lang__active {
    height: 100%;
  }

  .lang__active .lang__list-item {
    gap: 0;
  }

  .lang__active .lang__list-item span {
    font-size: 0;
  }

  .lang__list {
    min-width: 220px;
    padding: 0 6px;
    position: absolute;
    top: 94%;
    right: -55px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.1), 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.1), 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 6px;
  }

  .lang__list-item {
    padding: 6px 20px 6px 6px;
    color: #111928;
    border: 0;
  }

  .lang__list .lang-item {
    border-radius: 6px;
  }

  .lang__list .lang-item:first-child {
    margin-top: 6px;
  }

  .lang__list .lang-item:last-child {
    margin-bottom: 6px;
    border-bottom: 0;
  }

  .lang__list .lang-item:hover {
    background-color: #f6f6f6;
  }

  .lang__list .lang-item a {
    padding: 6px 20px 6px 6px;
    color: #111928;
    border: 0;
  }

  .lang__list .lang-item.current-lang a {
    background: #f7f7f7 url("../img/svg/check.svg") no-repeat right center;
  }

  html[lang=ar] .lang {
    margin: 0 20px 0 0;
  }

  html[lang=ar] .lang__list {
    right: auto;
    left: -55px;
  }

  html[lang=ar] .lang__list .lang-item a {
    padding: 6px 6px 6px 20px;
  }

  html[lang=ar] .lang__list .lang-item.current-lang a {
    background: #f7f7f7 url("../img/svg/check.svg") no-repeat left center;
  }

  .social {
    margin-bottom: 0;
    width: calc((100% / 3) - 13px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .social .wp-block-columns {
    gap: 12px;
  }

  .social h3 {
    font-size: 20px;
  }

  .social__column {
    gap: 24px;
  }

  .home-banner {
    padding: 90px 0;
  }

  .home-banner h1 {
    line-height: 39px;
    font-size: 32px;
  }

  .home-banner__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }

  .home-banner__content {
    width: 60%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-banner__img {
    width: 40%;
    height: 400px;
  }

  .home-banner__img img {
    width: auto;
    height: 100%;
  }

  .partners {
    padding: 0 0 90px;
  }

  .partners h2 {
    max-width: 400px;
  }

  .partners__list-item {
    padding: 36px 16px;
    height: 374px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px 30px;
  }

  .partners__list-item:nth-child(odd) .partners__list-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .partners__list-item h3 {
    text-align: left;
  }

  .partners__list-item--emty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners__list-item--emty:nth-child(odd) .partners__list-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .partners__list-item--emty h3 {
    text-align: center;
  }

  .partners__list-item--emty .partners__list-img {
    width: 100%;
  }

  .partners__list-item--emty .partners__list-text {
    width: 100%;
  }

  .partners__list-text {
    margin: 0;
    max-width: 100%;
    width: calc(50% - 15px);
  }

  .partners__list-img {
    margin: 0;
    max-width: 100%;
    width: calc(50% - 15px);
  }

  .trade {
    margin-bottom: 90px;
  }

  .trade .box-center {
    padding: 0 16px;
  }

  .trade__item-img {
    margin: 0 auto 40px;
    max-width: 615px;
  }

  .trade__item-text h2 {
    margin-bottom: 30px;
  }

  .master {
    margin-bottom: 90px;
  }

  .master .box-center {
    padding: 0 16px;
  }

  .loyality .box-center {
    padding: 0 16px;
  }

  .loyality__list {
    margin-top: 40px;
  }

  .calculator {
    margin-bottom: 90px;
  }

  .calculator .box-center {
    max-width: 1300px;
    padding: 0 60px;
  }

  .calculator__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .calculator__column {
    width: calc(50% - 20px);
  }

  .calculator__column p {
    max-width: 390px;
  }

  .advantages__list {
    margin: 0 0 70px;
  }

  .advantages__list-item--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .advantages__list-item--bottom .advantages__list-tumbnail {
    margin: 0;
    max-width: 100%;
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .advantages__list-item--bottom .advantages__list-text {
    margin: 0;
    max-width: 100%;
    width: calc(50% - 15px);
  }

  .advantages__list-text {
    margin: 0;
    max-width: 100%;
  }

  .advantages__list-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__list-info-item {
    width: calc(50% - 10px);
  }

  .footer {
    padding: 60px 0 50px;
  }

  .footer .box-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav {
    margin-bottom: 44px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav__list {
    width: calc(100% / 3);
  }

  .footer-nav__list-link,
  .footer-nav span {
    font-size: 20px;
  }

  .footer-nav__list-link:before,
  .footer-nav span:before {
    display: none;
  }

  .footer-nav .footer-nav__sublist {
    max-height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-nav .footer-nav__sublist-item:first-child {
    padding-top: 24px;
  }

  .footer-text__wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .payment-chanels__wrap {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .payment-chanels__wrap h3 {
    font-size: 20px;
  }

  .police-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .police-menu__list {
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .police-menu__list li:nth-child(odd):before {
    display: block;
  }

  .police-menu__list li:first-child {
    padding-left: 0;
  }

  .police-menu__list li:first-child:before {
    display: none;
  }

  html[lang=ar] .police-menu__list {
    max-width: 100%;
  }

  html[lang=ar] .police-menu__list li:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .advantages__list-item--bottom {
    gap: 40px;
  }
}

@media (min-width: 960px) {
  h2 {
    font-size: 40px;
  }

  .header__btn-group .btn--white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn-group .btn--outline {
    margin-right: 0;
  }

  html[lang=vi] .header__btn-group .btn--white {
    width: 125px;
  }

  .btn-mob-login {
    display: none;
  }

  .social {
    width: calc((100% - 120px) / 4);
    position: absolute;
    top: 0;
    right: 60px;
  }

  html[lang=ar] .social {
    right: auto;
    left: 60px;
  }

  .home-banner {
    padding: 90px 0 120px;
  }

  .home-banner__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-banner__img {
    height: 600px;
  }

  .partners h2 {
    max-width: 500px;
  }

  .partners__list-item {
    padding: 36px 40px;
    height: 442px;
  }

  .partners__list-item:nth-child(odd) .partners__list-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .partners__list-item--emty:nth-child(odd) .partners__list-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners__list-item--emty .partners__list-img {
    height: 250px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners__list-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .calculator h2 {
    line-height: 60px;
  }

  .page__content {
    padding-top: 90px;
  }

  .footer .box-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav {
    margin-bottom: 0;
    width: 75%;
    gap: 0;
  }

  .payment-chanels__wrap {
    padding-top: 120px;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .btn--white:hover {
    background-color: #e7e8e9;
  }

  .lang__active .lang__list-item span:before:hover {
    -webkit-filter: invert(100%) sepia(4%) saturate(2245%) hue-rotate(175deg) brightness(87%) contrast(112%);
    filter: invert(100%) sepia(4%) saturate(2245%) hue-rotate(175deg) brightness(87%) contrast(112%);
  }

  .lang__list .lang-item a {
    padding: 6px 20px 6px 6px;
    color: #111928;
    border: 0;
  }

  .home-banner__content {
    width: 50%;
  }

  .home-banner__img {
    width: 50%;
  }

  .partners__list-item {
    padding: 36px 60px;
  }

  .trade__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .trade__item-img {
    margin: 0 0 0 auto;
    width: 50%;
    height: 510px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .trade__item-text {
    padding: 65px 0 0 70px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trade__item-text h2 {
    max-width: 440px;
    line-height: 54px;
    text-align: left;
  }

  .trade__item-text ul {
    margin: 0;
  }

  .trade__item-text ul li {
    width: 100%;
  }

  .trade__item-text .btn {
    margin: 30px 0 0;
    max-width: 140px;
  }

  html[lang=ms-MY] .trade__item-text {
    padding: 45px 0 0 70px;
  }

  html[lang=ms-MY] .trade__item-text .btn {
    max-width: 190px;
  }

  html[lang=ms-MY] .trade__item-text h2 {
    max-width: 490px;
  }

  html[lang=ms-MY] .trade__item-text ul li {
    max-width: 305px;
  }

  html[lang=ar] .trade__item-text {
    padding: 65px 70px 0 0;
  }

  html[lang=ar] .trade__item-text h2 {
    text-align: right;
  }

  html[lang=ar] .trade__item-img {
    margin: 0 auto 0 0;
  }

  html[lang=ar] .trade__item-img img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .master {
    margin-bottom: 0;
  }

  .master__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .master__item-img {
    margin: 0 0 0 auto;
    width: 50%;
    height: 735px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .master__item-text {
    padding: 65px 0 0 70px;
    width: 47%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .master__item-text h2 {
    text-align: left;
  }

  .master__item-text p {
    text-align: left;
  }

  .master__item-text .btn {
    margin: 30px 0 0;
  }

  html[lang=ar] .master__item-img {
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  html[lang=ar] .master__item-img img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  html[lang=ar] .master__item-text {
    padding: 65px 70px 0 0;
    left: auto;
    right: 0;
  }

  html[lang=ar] .master__item-text h2 {
    text-align: right;
  }

  .our-partner {
    margin: 0 auto 90px;
    padding: 65px 30px;
  }

  .advantages__list {
    margin: 0 0 90px;
  }

  .advantages__list-item {
    padding: 30px 60px;
  }

  .advantages__list-item--bottom .advantages__list-tumbnail {
    width: calc(50% - 20px);
  }

  .advantages__list-item--bottom .advantages__list-text {
    width: calc(50% - 20px);
  }

  .advantages__list-item--bottom .advantages__list-info-item {
    width: 100%;
    max-width: 100%;
  }

  .advantages__list-item h3 {
    font-size: 32px;
  }

  .advantages__list-item h4 {
    margin-bottom: 14px;
    line-height: 25px;
    font-size: 21px;
  }

  .advantages__list-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }

  .advantages__list-info-item {
    width: calc((100% - 80px) / 3);
    max-width: 275px;
  }
}

@media (min-width: 1200px) {
  .home-banner {
    padding: 90px 0 140px;
  }

  .home-banner h1 {
    line-height: 58px;
    font-size: 46px;
  }

  .home-banner__desc {
    line-height: 25px;
    font-size: 18px;
  }

  .home-banner__img {
    height: 796px;
  }

  .home-banner__list {
    margin-top: 158px;
    gap: 30px;
  }

  .home-banner__list-item {
    gap: 30px;
    line-height: 25px;
    font-size: 21px;
  }

  .partners__list-item {
    padding: 36px 80px;
  }

  .partners__list-item:nth-child(odd) .partners__list-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners__list-item h3 {
    line-height: 32px;
    font-size: 32px;
  }

  .partners__list-text li {
    padding-left: 20px;
    line-height: 25px;
    font-size: 16px;
  }

  .partners__list-text li:before {
    top: 12px;
  }

  .partners__list-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trade {
    margin-bottom: 120px;
  }

  .trade__item {
    padding: 34px 16px 46px;
  }

  .trade__item-text ul {
    max-width: 647px;
    gap: 20px 77px;
  }

  html[lang=ms-MY] .trade__item-text {
    padding: 65px 0 0 70px;
  }

  html[lang=ms-MY] .trade__item-text ul {
    max-width: 800px;
    gap: 20px 0;
  }

  html[lang=ms-MY] .trade__item-text ul li {
    max-width: inherit;
    width: 50%;
  }

  .master__item-text {
    width: 45%;
  }

  .our-partner h2 {
    line-height: 64px;
    font-size: 48px;
  }

  .our-partner .wp-block-columns {
    gap: 130px;
  }

  .our-partner .wp-block-columns:before {
    width: 630px;
  }

  .page-template-advantages .page__thumbnail {
    padding-top: 31%;
  }

  .advantages__list {
    margin: 0 0 130px;
  }

  .advantages__list-item {
    padding: 60px;
  }
}

@media (min-width: 1440px) {
  h1 {
    line-height: 58px;
    font-size: 52px;
  }

  .home-banner h1 {
    line-height: 58px;
    font-size: 52px;
  }

  .trade {
    margin-bottom: 170px;
  }

  .advantages__list-item {
    padding: 80px;
  }
}