/*!
Theme Name: headway
Theme URI: https://github.com/seniorcat/headway
Author: Seniorcat
Author URI: seniorcat.ru
Description: Description
Version: 2.0.137
Tested up to: 8.1
Requires PHP: 8.1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

headway is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
  summary::-webkit-details-marker {
    display: none; }
  summary::-moz-list-bullet {
    list-style-type: none; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

a {
  color: inherit; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #262119;
  font-family: Satoshi, sans-serif;
  line-height: 1.5; }

:lang(ja) body,
:lang(ja) button,
:lang(ja) input,
:lang(ja) select,
:lang(ja) optgroup,
:lang(ja) textarea {
  font-family: "Noto Sans JP", sans-serif; }

:lang(th) body,
:lang(th) button,
:lang(th) input,
:lang(th) select,
:lang(th) optgroup,
:lang(th) textarea {
  font-family: "Kanit", sans-serif; }

:lang(vi) body,
:lang(vi) button,
:lang(vi) input,
:lang(vi) select,
:lang(vi) optgroup,
:lang(vi) textarea {
  font-family: "Fira+Sans", sans-serif; }

:lang(ar) body,
:lang(ar) button,
:lang(ar) input,
:lang(ar) select,
:lang(ar) optgroup,
:lang(ar) textarea {
  color: #262119;
  font-family: "Almarai", sans-serif;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0; }

h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 88px; }

h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 67px; }

h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px; }

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px; }

h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px; }

h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px; }

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px; }
  h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
  h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px; }
  h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; }
  h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; }
  h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px; } }

p {
  margin: 0 0 17px 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Roboto", sans-serif; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #F5F5F5;
  font-style: normal; }

.site {
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto; }

.site-main {
  display: grid;
  gap: 16px;
  grid-template-columns: 1296px; }

@media only screen and (max-width: 1024px) {
  .site {
    max-width: none; }
  .site-main {
    grid-template-columns: 100%; } }

@media only screen and (max-width: 768px) {
  .site {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    gap: 8px;
    padding: 8px; }
  .site-main {
    display: grid;
    gap: 8px;
    grid-template-columns: 100%; } }

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.header {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 8px 8px;
  color: #262119;
  margin-bottom: 16px;
  padding: 12px 24px;
  height: 64px; }
  .header__choice {
    position: relative;
    background-image: url("img/langiage-switcher-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    width: 256px;
    margin-top: -4px;
    height: 48px;
    padding: 12px 15px 12px 15px; }
  .header__choice_ar {
    background-image: url("img/languages/ar.png"); }
  .header__choice_en {
    background-image: url("img/languages/en.png"); }
  .header__choice_es {
    background-image: url("img/languages/es.png"); }
  .header__choice_fr {
    background-image: url("img/languages/fr.png"); }
  .header__choice_id {
    background-image: url("img/languages/id.png"); }
  .header__choice_ja {
    background-image: url("img/languages/ja.png"); }
  .header__choice_ms {
    background-image: url("img/languages/ms.png"); }
  .header__choice_pt-br {
    background-image: url("img/languages/pt-br.png"); }
  .header__choice_th {
    background-image: url("img/languages/th.png"); }
  .header__choice_vi {
    background-image: url("img/languages/vi.png"); }
  .header_sticky {
    position: sticky;
    top: 0;
    z-index: 100; }
  .header .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto; }

.header__choice-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.header__content {
  display: none;
  width: 359px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 4px; }

.select2 {
  width: 100% !important; }

.header__content.active {
  position: absolute;
  display: block;
  top: 52px;
  left: 0;
  z-index: 1000; }

.toggled_block {
  width: 200px;
  height: 50px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: none; }

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.logo {
  display: inline-block;
  margin-left: 30px; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1; }

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }

.nav__list-right {
  margin-right: auto; }

.nav__link, .sub-nav__link {
  font-size: 16px;
  line-height: 22px;
  color: #262119; }
  .nav__link-icon, .sub-nav__link-icon {
    padding-right: 24px;
    background-image: url("img/icons/crown.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 18px; }

.sub-nav__list {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  min-width: 200px; }

.sub-nav__item {
  padding: 10px 0; }

.nav__item {
  padding: 8px 16px; }

.nav__item:not(:last-child) {
  margin-left: 16px; }

.nav__item-drop {
  position: relative; }
  .nav__item-drop:hover .sub-nav__list {
    display: block; }
  .nav__item-drop:hover .arrow {
    transform: rotate(-180deg); }

.nav__link-drop {
  position: relative;
  padding-left: 15px;
  cursor: pointer; }

.arrow {
  position: absolute;
  width: 10px;
  height: 5px;
  top: 17px;
  left: 14px;
  background-image: url("img/icons/drop.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 5px;
  transition: all .3s ease; }

.burger {
  position: relative;
  width: 32px;
  height: 32px;
  display: none;
  border: none;
  cursor: pointer;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 8px 6px; }

.burger__line {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #B38344;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  border-radius: 4px; }

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #B38344;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  border-radius: 4px; }

.burger::before {
  top: 8px; }

.burger::after {
  bottom: 8px; }

.burger--active .burger__line {
  opacity: 0; }

.burger--active::before {
  top: 50%;
  transform: rotate(-45deg); }

.burger--active::after {
  bottom: auto;
  top: 50%;
  transform: rotate(45deg); }

.stop-scroll {
  overflow: hidden; }

.header__right-item {
  margin-left: 30px;
  padding: 8px 20px;
  width: 170px; }

.ar .header__right-item, .fr .header__right-item, .vi .header__right-item, .ja .header__right-item, .ms .header__right-item {
  width: 200px; }

.select2-container--open .select2-dropdown {
  top: 4px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.08)) drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
  background: #FFFFFF;
  border-radius: 4px; }

.select2-dropdown {
  border: none;
  border-radius: 0; }

.select2-container .select2-selection--single {
  height: auto; }

.js-region__wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 0;
  background-image: url("img/icons/region.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
  text-overflow: initial; }
  .js-region__wrap .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
    display: none; }

.js-language__wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 1px solid #DFDEDE;
  border-radius: 4px;
  padding: 10px; }

.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #E2C588;
  border-radius: 4px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px; }

.select2-container--default .img-flag {
  margin-left: 8px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 20px;
  color: #262119; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #DFDEDE;
  border-radius: 4px; }
  .select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:hover, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
    outline-offset: 0;
    border: 1px solid #E2C588; }

.select2-search--dropdown {
  padding: 24px 24px 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 311px;
  border-radius: 4px; }

.select2-results__option {
  padding: 10px 24px 10px; }

.select2-results__options::-webkit-scrollbar {
  width: 4px; }

.select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px; }

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 100px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.js-region__wrap {
  margin-bottom: 16px; }

.js-language__wrap {
  margin-bottom: 24px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-color: transparent;
  border-style: initial;
  border-width: initial;
  position: absolute;
  width: 11px;
  height: 7px;
  background-image: url(img/icons/drop.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  right: auto;
  left: 12px;
  margin-right: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg); }

.js-language__wrap .select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center; }

.header__choice-region, .header__choice-language {
  font-size: 16px;
  line-height: 20px;
  color: #262119; }

.header__choice-region {
  position: relative;
  padding: 0 20px 0 0;
  background-image: url(img/icons/region.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
  text-overflow: initial;
  margin-left: 8px;
  padding-left: 12px; }
  .header__choice-region::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #504535; }

.header__choice-language {
  position: relative;
  display: flex;
  align-items: center;
  width: 47px; }
  .header__choice-language .img-flag {
    width: 16px;
    height: 12px;
    margin-left: 4px; }
  .header__choice-language::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 4px;
    background-image: url(img/icons/drop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 95%;
    top: 50%;
    transform: translateY(-50%); }

.header__content-title {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666; }

.header__content-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer; }

@media (max-width: 1025px) {
  .header__content-btn {
    display: block; }
  .header__choice {
    position: initial;
    width: 97%;
    border-radius: 0 0 8px 8px;
    margin: auto 8px 88px; }
  .header__choice-language::after {
    top: 40%;
    transform: rotate(90deg); }
  .header__content.active {
    top: 0;
    height: 100vh;
    right: 0;
    width: 100%; }
  .nav__list-right {
    margin-left: auto;
    margin-right: 26px;
    margin-top: 25px;
    margin-bottom: 20px; }
  .logo {
    width: 152px;
    height: 25px; }
  .header {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    height: 56px;
    background-color: #FFFFFF;
    z-index: 100; }
  .header__right {
    display: none; }
  .burger {
    display: block;
    z-index: 999; }
  .nav {
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
    top: 48px;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 68px);
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    max-width: none;
    padding: 14px 0 24px;
    margin: 8px 0 0; }
    .nav .btn__mob {
      display: inline-block;
      margin-right: auto;
      margin-left: 8px;
      padding: 5px 12px;
      height: 32px;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px; }
  .btn__mob {
    display: inline-block !important;
    margin-right: auto;
    margin-left: 24px;
    padding: 5px 12px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap; }
  .nav--visible {
    opacity: 1;
    visibility: visible; }
  .nav__list {
    flex-direction: column; }
  .nav__item {
    width: 100%; }
  .nav__item:not(:last-child) {
    margin-left: 0; }
  .nav__link {
    display: inline-block;
    width: 100%;
    font-size: 18px; }
  .arrow {
    left: 35px; }
  .sub-nav__list {
    position: initial;
    top: 0; }
  .sub-nav__link {
    font-weight: 400; }
  .header__right {
    margin-top: auto;
    margin-bottom: 112px;
    width: 100%;
    border-radius: 0 0 8px 8px; }
  .nav__list-left {
    padding-top: 0px;
    padding-right: 10px; }
  .header__right-item {
    display: none; }
  .nav__item a, .nav__item > div {
    font-weight: 500; }
  .sub-nav__list .nav__item a {
    font-weight: 400; }
  .sub-nav__list {
    padding: 0; } }

.site-footer {
  background-color: #FFFFFF;
  grid-area: footer;
  border-radius: 8px;
  padding: 32px 24px 24px 24px;
  margin: 16px 0 16px 0;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px; }
  .site-footer p {
    margin: 0; }
  .site-footer .footer__row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    color: #666666; }
    .site-footer .footer__row-mb {
      margin-bottom: 40px; }
    .site-footer .footer__row-bt {
      border-top: 1px solid #DFDEDE;
      padding-top: 16px;
      justify-content: space-between;
      margin-top: 10px; }
  .site-footer .site-navigation {
    flex: 68%; }
    .site-footer .site-navigation .menu .menu-item a {
      display: inline-block;
      font-weight: 500;
      font-size: 18px;
      color: #01011B;
      line-height: 24px;
      margin-bottom: 8px; }
    .site-footer .site-navigation .menu .menu-item .sub-menu .menu-item {
      margin-bottom: 0; }
      .site-footer .site-navigation .menu .menu-item .sub-menu .menu-item a {
        font-weight: 400;
        color: #666666;
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
        margin-bottom: 0; }
  .site-footer .footer__right {
    flex: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 158px; }
    .site-footer .footer__right .social__list {
      display: flex;
      gap: 16px; }
    .site-footer .footer__right .social__header {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      color: #01011B;
      margin-bottom: 16px; }
    .site-footer .footer__right p {
      max-width: 60%; }
  .site-footer .site-info__subhead {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 8px; }
  .site-footer .site-info__regulation, .site-footer .site-info__risk {
    flex-basis: 50%;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #666;
    margin-bottom: 7px; }
  .site-footer .site-info__regulation p {
    max-width: 95%; }
  .site-footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; }
  .site-footer .menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0; }
    .site-footer .menu li {
      margin: 0;
      list-style: none;
      font-weight: 700; }
    .site-footer .menu .sub-menu {
      margin: 0;
      padding: 0; }
      .site-footer .menu .sub-menu > li {
        font-weight: 400; }

@media only screen and (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    flex-wrap: nowrap; }
    .site-footer .footer__row {
      flex-direction: column; }
    .site-footer .menu {
      grid-template-columns: repeat(2, 1fr);
      padding: 0 0 40px 0;
      gap: 32px; }
    .site-footer .social {
      margin-bottom: 24px; }
    .site-footer .site-info__regulation {
      margin-top: 8px; }
    .site-footer .site-info__risk .site-info__subhead {
      margin-top: 0; }
    .site-footer .footer__right p {
      max-width: 90%; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 3em 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a, a:visited {
  color: #262119; }

.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5; }

.link-blue, .link_color-blue {
  color: #007AFF; }
  .link-blue a, .link_color-blue a {
    color: #007AFF; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #F5F5F5;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 6px;
  border: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa; }

a, a:visited, a:hover, a:active {
  text-decoration: none; }

.button {
  padding: 12px;
  font-size: 18px;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #262119;
  cursor: pointer; }

.button_inline {
  display: inline; }

.button_float-right {
  float: left; }

/* Buttons color */
.button_theme-primary {
  background-color: #DBB454; }
  .button_theme-primary:hover {
    background-color: #D0AB50; }
  .button_theme-primary:active {
    background-color: #C5A24C; }
  .button_theme-primary:disabled {
    background-color: #EAD5AD; }

.button_theme-secondary {
  background-color: #FFFFFF;
  color: #262119; }
  .button_theme-secondary:hover {
    background-color: #F5F5F5; }
  .button_theme-secondary:active {
    background-color: #FAFAFA; }
  .button_theme-secondary:disabled {
    background-color: #FFFFFF; }

.button_theme-ghost {
  background-color: #FFFFFF66; }

.button_theme-borderless {
  background-color: transparent; }

.button_theme-gray {
  background-color: #F5F5F5; }

/* Buttons color end*/
/* Buttons sizes */
.button_size-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px; }

.button_size-md {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 8px; }

.button_size-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 12px; }

.button__bonus {
  max-width: 240px;
  margin: auto; }

.button__bonus-med {
  min-width: 300px;
  margin-right: auto; }

.button__bonus-sm {
  max-width: 238px; }

.btn__mob {
  display: none;
  border-radius: 8px; }

.header__content-btn {
  cursor: pointer;
  width: 100%;
  font-size: 16px; }

.button_menu-mob {
  background-color: #DBB454; }

@media (max-width: 768px) {
  .btn__mob {
    display: inline-block;
    margin-right: auto;
    margin-left: 8px;
    padding: 5px 12px;
    height: 32px;
    font-size: 16px;
    font-weight: 500; }
  .button_menu-mob {
    display: inline-block;
    padding: 9px 12px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 4px;
    background-color: #DBB454;
    color: #262119;
    height: auto; }
    .button_menu-mob:hover {
      background-color: #D0AB50; }
    .button_menu-mob:active {
      background-color: #D0AB50; }
    .button_menu-mob:disabled {
      background-color: #D0AB50; }
  .ar .btn__mob {
    padding: 5px 5px; } }

@media (max-width: 500px) {
  .ar .btn__mob {
    padding: 5px 2px; }
  .ar .logo {
    margin-right: 0; }
  .button_size-lg {
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
  .btn__mob {
    display: inline-block;
    margin-right: auto;
    margin-left: 8px;
    padding: 5px 12px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 330px) {
  .btn__mob {
    padding: 5px 4px; } }

/* Buttons sizes end*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.banner {
  position: relative; }

.banner__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  z-index: 1; }

.banner_color-white {
  color: #FFFFFF; }

.banner_overlay-dark {
  background: linear-gradient(-180deg, #000000 -51.07%, rgba(0, 0, 0, 0) 66.82%);
  height: 316px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }

@media only screen and (max-width: 768px) {
  .banner__image {
    width: 100%; }
  .banner__content {
    padding: 12px; } }

.block {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px; }

.block__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.block__head_with_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 160px;
  padding: 24px; }

.block p {
  margin: 0; }

.block ul {
  margin: 0;
  padding-right: 28px; }

.block_theme-gray {
  background-color: #F5F5F5; }

.block_with_thumbnail {
  flex-direction: row; }

.block__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  max-width: 80%; }

.block__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  max-width: 80%; }

.block__title_main {
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
  text-align: right;
  margin: 18px 18px 35px 18px; }

.block__description_main {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-right: 18px;
  margin-bottom: 32px; }

.block__thumbnail {
  float: left;
  flex-basis: 65%; }

.block__title_full {
  max-width: 100%; }

@media only screen and (max-width: 768px) {
  .block {
    padding: 12px;
    gap: 16px; }
  .block p {
    margin: 0; }
  .block ul {
    margin: 0;
    padding-right: 28px; }
  .block__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .block_with_thumbnail {
    flex-direction: column; }
  .block__title_main {
    margin-right: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    max-width: 100%;
    margin-bottom: 14px; }
  .block__description_main {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 90%;
    margin-bottom: 32px; }
  .block__header {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; } }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.home .site {
  display: grid;
  grid-template-columns: 1296px;
  grid-template-areas: "header" "main" "footer"; }

@media only screen and (max-width: 1024px) {
  .home .site {
    grid-template-columns: 100%; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: right;
      position: absolute;
      top: 100%;
      right: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        right: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        right: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      right: auto; }
  .main-navigation li {
    position: relative;
    padding: 10px 0 0 55px;
    height: 40px; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle .burger-line {
  width: 35px;
  height: 5px;
  background-color: #000000;
  margin: 6px 0; }

.comment-navigation .site-main,
.posts-navigation .site-main,
.post-navigation .site-main {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

@media (min-width: 1000px) {
  .main-navigation {
    display: block; }
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  .breadcrumbs > span {
    display: flex;
    align-items: center;
    gap: 4px; }

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 32px; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.news {
  margin-top: 16px;
  display: block; }

.news__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }

.news__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.news__item {
  width: 33%;
  background-color: #FAFAFA;
  height: auto !important;
  position: relative; }

.news__thumbnail img {
  max-height: 240px;
  width: 100%; }

.news__item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 24px;
  margin: 24px 0 0 0; }

.news__date {
  padding-right: 24px;
  margin-top: 8px;
  padding-bottom: 16px; }

.news__overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; }

@media only screen and (max-width: 768px) {
  .news__body {
    flex-direction: column; }
  .news__item {
    height: auto;
    padding-bottom: 24px; } }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Accordion
--------------------------------------------- */
.accordion__item {
  list-style-type: none; }

.accordion__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .accordion__header::after {
    flex-shrink: 0;
    width: 12px;
    height: 7px;
    margin-right: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M6.29385 4.52589L2.17644 0.409212C1.85098 0.0838041 1.32334 0.083851 0.997932 0.409317C0.672524 0.734782 0.672571 1.26242 0.998036 1.58783L6.29396 6.88281L11.589 1.58778C11.9144 1.26234 11.9144 0.734702 11.589 0.409265C11.2636 0.0838282 10.7359 0.0838282 10.4105 0.409265L6.29385 4.52589Z' fill='%23262119'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    transition: transform 0.2s ease-out; }

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(180deg); }

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none; }

/* Spoiler
--------------------------------------------- */
.spoiler__item:not(.spoiler__item_show) .spoiler__details {
  display: none; }

.spoiler__button_open:after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.40483 6.30027C3.68083 5.95526 4.18427 5.89933 4.52928 6.17533L8.02952 8.97553L11.5298 6.17533C11.8748 5.89933 12.3782 5.95526 12.6542 6.30027C12.9302 6.64528 12.8743 7.14872 12.5293 7.42472L8.52928 10.6247C8.2371 10.8585 7.82194 10.8585 7.52977 10.6247L3.52977 7.42472C3.18476 7.14872 3.12882 6.64528 3.40483 6.30027Z' fill='%23262119'/%3E%3C/svg%3E%0A"); }

.spoiler__button_close:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.853 9.69973C12.577 10.0447 12.0735 10.1007 11.7285 9.82467L8.22829 7.02447L4.72805 9.82466C4.38304 10.1007 3.8796 10.0447 3.6036 9.69973C3.32759 9.35472 3.38353 8.85128 3.72853 8.57527L7.72854 5.37527C8.02071 5.14154 8.43587 5.14154 8.72805 5.37527L12.728 8.57528C13.0731 8.85128 13.129 9.35472 12.853 9.69973Z' fill='%23262119'/%3E%3C/svg%3E%0A"); }

.spoiler__button_close,
.spoiler__button_open {
  transition: all 500ms ease; }

.spoiler__item .spoiler__button_open {
  display: flex; }

.spoiler__item .spoiler__button_close {
  display: none; }

.spoiler__item_show .spoiler__button_open {
  display: none; }

.spoiler__item_show .spoiler__button_close {
  display: flex; }

.spoiler__item_show .spoiler__details {
  margin-top: 28px; }

.spoiler__button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-content: center; }
  .spoiler__button:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block; }

.main-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-height: 609px; }

.main-slider__left {
  border-radius: 8px;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  overflow: hidden;
  max-width: 636px;
  flex-basis: 50%; }

.main-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 609px; }

.main-slider__first {
  border-radius: 8px;
  padding: 42px 24px 24px;
  background-color: #FFFFFF;
  max-width: 644px;
  grid-column: 2 / 3;
  grid-row: 1 / 2; }

.main-slider__button {
  margin-top: 52px;
  max-width: 275px;
  width: 100%; }

.main-slider__header {
  font-weight: 500;
  font-size: 80px;
  line-height: 110%;
  margin: 0 0 17px 0; }

.main-slider__description {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  max-width: 66%; }

.main-slider__second {
  border-radius: 8px;
  padding: 24px 24px 24px 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background-repeat: no-repeat;
  background-size: cover; }

.main-slider__title {
  width: 50%;
  padding-top: 90px;
  margin: 0; }

.ar .main-slider__title {
  width: 50%;
  padding-top: 0; }

.ar .main-slider__button_second {
  transform: rotateY(-180deg); }

.id .main-slider__title {
  width: 90%;
  padding-top: 0; }

.id .main-slider__header {
  font-size: 64px; }

.id .main-slider__description {
  max-width: 90%; }

.ja .main-slider__title {
  width: 90%;
  padding-top: 0; }

.ja .main-slider__description {
  max-width: 90%; }

.ja .main-slider__button {
  margin-top: 16px; }

.ms .main-slider__header {
  font-size: 64px; }

.ms .main-slider__title {
  width: 90%;
  padding-top: 0; }

.ms .main-slider__description {
  max-width: 90%; }

.ms .main-slider__button {
  margin-top: 16px; }

.th .main-slider__header {
  font-size: 60px; }

.fr .main-slider__title, .vi .main-slider__title, .th .main-slider__title, .es .main-slider__title, .pt-br .main-slider__title {
  width: 90%;
  padding-top: 0; }

.fr .main-slider__description, .vi .main-slider__description, .th .main-slider__description, .es .main-slider__description, .pt-br .main-slider__description {
  max-width: 90%; }

.fr .main-slider__button, .vi .main-slider__button, .th .main-slider__button, .es .main-slider__button, .pt-br .main-slider__button {
  margin-top: 16px; }

.fr .main-slider__header, .pt-br .main-slider__header, .vi .main-slider__header, .es .main-slider__header {
  font-size: 64px; }

@media only screen and (max-width: 1024px) {
  .main-slider__header {
    font-size: 60px; }
  .main-slider__title {
    padding-top: 30px; } }

@media only screen and (max-width: 768px) {
  .ar .main-slider__header, .fr .main-slider__header, .id .main-slider__header, .ja .main-slider__header, .ms .main-slider__header, .pt-br .main-slider__header, .es .main-slider__header, .th .main-slider__header, .vi .main-slider__header {
    font-size: 36px; }
  .main-slider {
    grid-template-columns: 1fr;
    gap: 8px;
    grid-template-rows: auto;
    max-height: none; }
  .main-slider__left {
    grid-row: 2 / 3;
    height: 264px;
    max-width: 100%;
    grid-column: 1 / 2; }
  .main-slider__first {
    max-width: 100%;
    padding: 12px;
    grid-row: 1 / 2;
    grid-column: 1 / 2; }
    .main-slider__first .button {
      margin-top: 28px;
      max-width: 200px; }
  .main-slider__header {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 16px;
    width: 100%; }
  .main-slider__description {
    max-width: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 80%;
    margin-bottom: 48px; }
  .main-slider__button {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px; }
  .main-slider__second {
    padding: 12px;
    align-items: flex-start;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    max-height: 158px;
    background-size: cover; }
    .main-slider__second .main-slider__title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px; }
  .main-slider__img {
    object-position: 100% 0; }
  .main-slider__title {
    font-size: 24px;
    padding: 0;
    width: 70%;
    height: 158px;
    line-height: 120%; } }

.benefits {
  border-radius: 8px;
  padding: 24px 24px 48px 24px;
  background-image: url("img/bg-glass.png");
  background-size: cover;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "body"; }

.benefits__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .benefits__header .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }

.benefits__body {
  grid-area: body;
  display: grid;
  grid-template-columns: 3fr 7fr;
  padding: 40px 19px 50px;
  gap: 16px;
  grid-template-areas: "header list" "button list"; }
  .benefits__body .column {
    display: flex;
    flex-direction: column;
    grid-area: header; }
    .benefits__body .column .button {
      max-width: 240px; }
    .benefits__body .column .benefits__title {
      font-size: 32px;
      font-weight: 500;
      line-height: 38px; }
    .benefits__body .column .item .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      margin: 0 0 8px; }
    .benefits__body .column .item .description {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      max-width: 80%; }
  .benefits__body .benefits__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 48px;
    grid-area: list; }
    .benefits__body .benefits__list .item {
      flex-basis: 45%; }
  .benefits__body .benefits__button {
    grid-area: button;
    justify-content: center; }

.fr .benefits__list {
  column-gap: 16px; }

.id .benefits__list {
  column-gap: 16px; }

@media only screen and (max-width: 768px) {
  .benefits {
    grid-template-columns: 1fr;
    padding: 24px 12px; }
  .benefits__body {
    grid-template-columns: 1fr;
    padding: 24px 0 0;
    gap: 32px;
    grid-template-areas: "header" "list" "button"; }
    .benefits__body .column {
      align-items: center; }
      .benefits__body .column .benefits__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px; }
    .benefits__body .benefits__list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 24px;
      margin-right: 42px;
      margin-top: 15px; }
      .benefits__body .benefits__list .item {
        flex-basis: 100%; }
        .benefits__body .benefits__list .item .title {
          font-size: 18px;
          font-weight: 500;
          line-height: 24px;
          margin-bottom: 8px; }
        .benefits__body .benefits__list .item .description {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          max-width: 91%; }
    .benefits__body .benefits__button .button {
      width: 240px;
      padding: 10px 24px;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px; }
  .ar .benefits__body .benefits__list {
    margin-left: 24px; } }

.accounts {
  border-radius: 8px;
  padding: 34px 24px 32px 24px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "body"; }

.accounts__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.accounts__title {
  font-size: 18px; }

.accounts__body {
  grid-area: body;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 30px 0 0 0; }

.accounts__banner {
  border-radius: 8px;
  padding: 32px 24px 24px 24px;
  display: flex;
  height: 480px;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat; }

.accounts__banner__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin: 0; }

.accounts__banner__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 24px;
  max-width: 79%; }

.accounts__buttons {
  display: flex;
  margin-bottom: 8px; }
  .accounts__buttons .accounts__button {
    margin-left: 8px; }
    .accounts__buttons .accounts__button .button {
      padding: 8px 12px;
      max-width: 149px; }

.fr .accounts__buttons .accounts__button .button, .ja .accounts__buttons .accounts__button .button {
  max-width: 210px; }

@media only screen and (max-width: 1024px) {
  .accounts__button:first-child {
    flex-basis: 45%; } }

@media only screen and (max-width: 768px) {
  .accounts {
    padding: 24px 8px;
    gap: 24px; }
  .accounts__header {
    margin-right: 4px; }
  .accounts__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
  .accounts__body {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 8px; }
  .accounts__banner {
    height: 240px;
    padding: 12px; }
  .accounts__button .button {
    padding: 8px 14px; }
  .accounts__banner__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
  .accounts__banner__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px; } }

.instruments {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  grid-template-areas: "left right"; }
  .instruments .left {
    border-radius: 8px;
    grid-area: left;
    background-color: #FFFFFF; }
  .instruments .right {
    grid-area: right; }

.instrument-list {
  padding: 24px 24px 24px 24px;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "body"; }

.instrument-list__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }
  .instrument-list__header .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }

.instrument-list__body {
  grid-area: body;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 0; }
  .instrument-list__body .item {
    position: relative;
    padding-right: 74px; }
    .instrument-list__body .item .title {
      font-size: 28px;
      margin-bottom: 0; }
    .instrument-list__body .item .description {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      margin: 0; }
  .instrument-list__body .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 17px; }
  .instrument-list__body .instruments-button {
    margin-top: 37px;
    background-size: cover;
    background: url("img/instrument-btn-bg.png") no-repeat center center;
    border-radius: 16px;
    text-align: right;
    padding: 15px 16px 19px;
    position: relative;
    display: flex;
    max-width: 316px;
    background-size: cover;
    justify-content: space-between; }
    .instrument-list__body .instruments-button .fa {
      margin-right: auto;
      margin-left: 0; }
    .instrument-list__body .instruments-button .instruments-button__title {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      max-width: 50%; }

.payments {
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #FFFFFF; }
  .payments .payments__tab div {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.5; }
  .payments .payments__tab .active {
    opacity: 1; }
  .payments .tabcontent {
    border-radius: 8px;
    display: none;
    padding: 32px 24px 45px 16px;
    background-color: #FAFAFA; }
    .payments .tabcontent.active {
      display: flex; }
    .payments .tabcontent .swiper-slide {
      width: 100% !important; }
    .payments .tabcontent .bank-swiper {
      position: relative;
      width: 100%;
      height: 200px; }
    .payments .tabcontent .crypto-swiper, .payments .tabcontent .cards-swiper {
      position: relative;
      width: 100%;
      height: 200px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 16px; }
    .payments .tabcontent .crypto-swiper img {
      width: 90px; }
    .payments .tabcontent .swiper-pagination-vertical.swiper-pagination-bullets, .payments .tabcontent .swiper-vertical > .swiper-pagination-bullets {
      left: 0;
      transform: translateY(-50%);
      height: fit-content; }
    .payments .tabcontent .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .payments .tabcontent .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin-right: auto;
      margin-left: 0; }
    .payments .tabcontent .swiper-pagination-vertical {
      position: absolute;
      left: 0;
      top: 50%; }
    .payments .tabcontent .bank-swiper-pagination {
      width: 10px; }
      .payments .tabcontent .bank-swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #262119; }
        .payments .tabcontent .bank-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
          margin-bottom: 8px; }

.payments__header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.payments__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.payments__tab {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 24px; }

.platfotms {
  border-radius: 8px;
  padding: 24px 24px 16px 24px;
  background-color: #FFFFFF; }
  .platfotms .item {
    background-color: #F5F5F5;
    margin-bottom: 4px;
    height: 52px;
    font-size: 24px;
    padding: 9px 16px;
    border-radius: 8px; }
    .platfotms .item a {
      display: flex;
      justify-content: space-between;
      align-items: center; }

.instruments__platforms__header {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between; }

.instruments__platforms__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.ar .instruments-button__button {
  transform: rotateY(180deg); }

.pt-br .instruments-button__title {
  max-width: 80%; }

@media only screen and (max-width: 1000px) {
  .instruments {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right"; } }

@media only screen and (max-width: 768px) {
  .instruments {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right"; }
  .instrument-list {
    padding: 24px 8px; }
  .instrument-list__header {
    padding: 0 4px;
    margin-bottom: 0; }
    .instrument-list__header .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 22px; }
  .instrument-list__body {
    grid-template-columns: 1fr;
    gap: 24px 0; }
    .instrument-list__body .item {
      padding-right: 64px; }
      .instrument-list__body .item .title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 21px;
        margin-bottom: 8px; }
      .instrument-list__body .item .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #666666;
        max-width: 91%; }
    .instrument-list__body .item-last {
      padding-right: 0; }
      .instrument-list__body .item-last .instruments-button {
        align-items: center;
        max-width: 100%;
        margin-top: 24px;
        background-size: cover;
        margin-right: 4px;
        margin-left: 4px; }
    .instrument-list__body .icon {
      right: 8px;
      top: 25px; }
  .payments .tabcontent {
    padding: 24px 24px 36px; }
  .payments__header {
    padding: 24px 12px; }
  .payments__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
  .payments__tab {
    gap: 16px; }
    .payments__tab .tablinks {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px; }
  .platfotms {
    padding: 24px 12px; }
    .platfotms .item {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px; }
  .instruments__platforms__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; } }

.join-us {
  display: flex; }
  .join-us .banner {
    height: 655px;
    padding: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    flex-basis: 50%;
    overflow: hidden; }
    .join-us .banner .content {
      position: absolute;
      z-index: 10;
      display: flex;
      flex-direction: column; }
    .join-us .banner .entry-button {
      margin-top: 30px; }
    .join-us .banner .button {
      width: 200px; }
  .join-us .entry-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 67px;
    max-width: 80%; }

@media only screen and (max-width: 768px) {
  .join-us {
    display: flex; }
    .join-us .banner {
      height: 360px;
      padding: 24px 24px 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden; }
      .join-us .banner .content {
        height: 90%;
        justify-content: space-between; }
      .join-us .banner .button {
        width: 100%;
        max-width: 232px;
        padding: 10px 24px; }
    .join-us .entry-title {
      font-size: 32px;
      font-weight: 500;
      line-height: 38px; } }

.join-us-bottom {
  display: flex;
  height: 587px;
  border-radius: 8px;
  padding: 24px 32px 40px 32px;
  flex-direction: column;
  justify-content: space-between;
  background-position: 30% 0; }
  .join-us-bottom .entry-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 88px;
    text-align: right;
    max-width: 60%; }
  .join-us-bottom .button {
    max-width: 400px;
    height: 64px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center; }

@media only screen and (max-width: 1024px) {
  .join-us-bottom .entry-title {
    font-size: 48px; } }

@media only screen and (max-width: 768px) {
  .join-us-bottom {
    height: 440px; }
    .join-us-bottom .entry-title {
      font-size: 36px;
      font-weight: 500;
      line-height: 43px;
      max-width: none;
      color: #FFFFFF; } }

.education {
  border-radius: 8px;
  padding: 24px 24px 16px 24px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "body"; }

.education__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.education__title {
  font-size: 18px; }

.education__links {
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 50px; }

.swiper-button-next-custom, .swiper-button-prev-custom {
  display: flex;
  align-items: center;
  cursor: pointer; }

.education__body {
  padding-top: 26px;
  grid-area: body;
  display: grid;
  gap: 16px;
  grid-template-columns: 405px 849px;
  grid-template-areas: "left right"; }
  .education__body div, .education__body img {
    border-radius: 8px; }
  .education__body .education__left {
    grid-area: left; }
    .education__body .education__left .banner__title {
      font-weight: 500;
      font-size: 32px;
      line-height: 120%; }
      .education__body .education__left .banner__title-black {
        color: #262119; }
      .education__body .education__left .banner__title-white {
        color: #FFFFFF; }
    .education__body .education__left .banner-content .entry-title {
      font-weight: 500;
      font-size: 28px;
      line-height: 120%; }
  .education__body .education__right {
    grid-area: right;
    border-radius: 0 8px 8px 0; }
    .education__body .education__right .swiper {
      border-radius: 0;
      margin-bottom: 16px; }
      .education__body .education__right .swiper .item {
        max-width: 290px;
        height: 394px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
        box-sizing: border-box;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        .education__body .education__right .swiper .item .entry-title {
          font-size: 24px;
          line-height: 120%; }
          .education__body .education__right .swiper .item .entry-title-black {
            color: #262119; }
          .education__body .education__right .swiper .item .entry-title-white {
            color: #FFFFFF; }
        .education__body .education__right .swiper .item .button {
          max-width: 92px; }
    .education__body .education__right .links {
      display: grid;
      padding: 24px 30px;
      background-color: #EFEFEF;
      grid-template-columns: 1fr 1fr 1fr;
      margin-left: 24px;
      gap: 40px; }
      .education__body .education__right .links .column__title {
        position: relative;
        padding-right: 28px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500; }
        .education__body .education__right .links .column__title .icon {
          position: absolute;
          width: 24px;
          height: 24px;
          right: 0;
          top: 0; }
      .education__body .education__right .links ul {
        margin: 0;
        padding: 0;
        margin-top: 16px; }
        .education__body .education__right .links ul li {
          list-style: none;
          font-size: 16px;
          line-height: 20px; }
          .education__body .education__right .links ul li a {
            color: #262119; }
          .education__body .education__right .links ul li:not(:last-child) {
            margin-bottom: 16px; }

.banner.white {
  color: #FFFFFF; }

.ar .swiper-button-prev-custom {
  transform: rotateY(180deg); }

.ar .swiper-button-next-custom {
  transform: rotateY(180deg); }

.vi .education__body .education__right .swiper .item .button {
  max-width: 150px; }

@media only screen and (max-width: 1024px) {
  .education__body {
    max-width: 1000px;
    grid-template-columns: 30% 66%; }
  .education__body .education__right .swiper {
    margin-left: -24px; }
  .education__body .education__right .links {
    margin-left: 0; } }

@media only screen and (max-width: 1000px) {
  .education {
    grid-template-columns: 100%;
    padding: 12px 12px;
    margin-top: 16px; }
    .education .education__body {
      padding-top: 16px;
      gap: 8px;
      grid-template-columns: 100%;
      grid-template-areas: "left" "right"; } }

@media only screen and (max-width: 768px) {
  .education {
    grid-template-columns: 100%;
    padding: 12px 12px;
    margin-top: 16px; }
    .education .education__body {
      padding-top: 16px;
      gap: 8px;
      grid-template-columns: 100%;
      grid-template-areas: "left" "right"; }
      .education .education__body .education__right .swiper {
        margin-left: 0; }
      .education .education__body .education__right .swiper .item {
        height: 240px; }
      .education .education__body .education__right .links {
        margin-left: 0;
        grid-template-columns: 100%; }
      .education .education__body .education__right .banner {
        padding: 12px; }
        .education .education__body .education__right .banner .entry-title {
          font-size: 18px;
          font-weight: 500;
          line-height: 24px; }
        .education .education__body .education__right .banner .title_white {
          color: #FFFFFF; }
    .education .education__left {
      height: 240px;
      overflow: hidden; }
      .education .education__left .banner__title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px; } }

.author {
  display: flex;
  gap: 8px;
  margin-top: 30px; }

.author__avatar img {
  border-radius: 50%;
  max-width: 48px; }

.author__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }

.author__post {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

.popup-gdpr {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999999;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5F5F5;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.06); }

.popup-gdpr__main {
  max-width: 1000px;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.popup-gdpr__info {
  display: flex;
  gap: 8px;
  flex-direction: column; }

.popup-gdpr__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #666666; }
  .popup-gdpr__text a {
    text-decoration: underline; }

.button__gdpr {
  align-items: center;
  padding: 8px 24px;
  background: #F1E1BB;
  border: 1px solid #E9D298;
  border-radius: 30px;
  height: 48px;
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .popup-gdpr {
    padding: 20px 10px;
    height: auto; }
  .popup-gdpr__main {
    flex-direction: column;
    width: 100%; }
  .popup-gdpr__info {
    align-items: center; }
  .popup-gdpr__header {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center; }
  .popup-gdpr__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center; }
  .popup-gdpr__button {
    margin-top: 16px; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* WPML Language switcher
--------------------------------------------- */
.wpml-ls-legacy-dropdown {
  width: auto; }

.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: none; }

.wpml-ls-sub-menu {
  background-color: #ffffff; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  right: auto;
  left: 0;
  width: 200%; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em; }
