@charset "UTF-8";
/* Reset */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul, ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

input {
  border: none;
  background: transparent;
}
input:focus {
  outline: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: unset;
  background-color: transparent;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

html {
  scroll-behavior: smooth;
}

.wrapper-container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 998px) {
  .wrapper-container {
    padding: 0 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-container {
    padding: 0 16px;
  }
}
.wrapper-container.active-js {
  overflow: hidden;
}
.wrapper-container.not-full {
  max-width: 964px;
}

.page-why-choose-us .wrapper-container {
  max-width: 964px;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 68px;
  }
}
body.active-js {
  overflow: hidden;
}

.section-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.5px;
  margin-bottom: 32px;
}

.margin-auto {
  margin: 0 auto;
}

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

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  font-size: 64px;
  color: transparent;
  background-clip: text;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translate(100px, 50px);
  transition: all 0.4s ease;
}
@media screen and (max-width: 998px) {
  #scrollToTop {
    bottom: 20px;
  }
}
#scrollToTop.active-js {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

@media screen and (max-width: 998px) {
  body:has(.sticky-bottom) #scrollToTop {
    bottom: 145px;
  }
}

.t-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 52, 54, 0.95);
  z-index: 99;
}

.fancybox__container {
  z-index: 99999999;
}

.content ol {
  margin-bottom: 1.45em;
  margin-left: 30px;
  list-style: decimal;
  counter-reset: num;
}
.content ol li {
  padding: 0 5px 5px;
  line-height: 1.65em;
  margin: 5px 0;
  position: relative;
  list-style-type: none;
  color: #2e3246;
}
.content ol li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  z-index: 2;
  top: 0;
  right: 100%;
  background-color: #ECF3FE;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  border-radius: 50%;
}
.content ol li:after {
  position: absolute;
  content: "";
  z-index: 3;
  right: calc(100% + 6px);
  top: 5px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 20px;
}

.logged-in.admin-bar {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .logged-in.admin-bar {
    padding: 55px 0 0;
  }
}
.logged-in.admin-bar .header-search.active-js .close-icon {
  top: 50px;
}
.logged-in.admin-bar .header {
  top: 32px;
}
.logged-in.admin-bar .t-br-banner-list {
  top: 110px;
}
@media screen and (max-width: 768px) {
  .logged-in.admin-bar .t-br-banner-list {
    top: 95px;
  }
}

.header__menu .header__menu-list .header__menu-item .header__menu-link {
  font-size: 19px !important;
}

@media screen and (max-width: 1160px) {
  .header__menu .header__menu-list .header__menu-item .header__menu-link {
    font-size: 16px !important;
  }
}
p {
  font-size: 19px !important;
}

.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter label {
  font-size: 19px !important;
}

.t-tabs-steps .tabs-box .tabs .tab {
  font-size: 19px !important;
}

.t-tabs .tabs-box .tabs .tab {
  font-size: 19px !important;
}

ol li, ul li {
  font-size: 19px !important;
}

.has-fixed-layout thead tr th {
  font-size: 18px !important;
}

.has-fixed-layout tbody tr td {
  font-size: 18px !important;
}

.footer__copyright p {
  font-size: 14px !important;
}

.footer .risk-warning-box .risk-warning-text p {
  font-size: 16px !important;
}

.bottom__button_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottom__button_desktop {
    display: none;
  }
  .bottom__button_mobile {
    display: block;
  }
}
.home-banner {
  position: relative;
  padding: 40px 0 80px;
}
.home-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}
.home-banner__wrapper {
  position: relative;
  padding: 0 0 50px 0;
}
.home-banner__wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42.19px;
  text-align: center;
  margin-bottom: 18px;
  color: #020674;
}
.home-banner__wrapper h1 span {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner__wrapper p {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  color: #2A2C33;
  padding: 0;
}
.home-banner__wrapper p:last-child {
  margin: 0 auto;
}

.home-banner-bottom {
  margin-top: -70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 998px) {
  .home-banner-bottom {
    padding-bottom: 50px;
  }
}
.home-banner-bottom__list {
  position: relative;
  padding: 0 82px 0;
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .home-banner-bottom__list {
    padding: 0;
  }
}
.home-banner-bottom__list a {
  padding: 24px 14px;
  border-radius: 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 12px;
  background: #fff;
  max-width: calc(12.5% - 8px);
  width: 100%;
  margin: 0 4px;
  transition: all 0.5s ease;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
}
@media screen and (max-width: 998px) {
  .home-banner-bottom__list a {
    max-width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .home-banner-bottom__list a {
    max-width: calc(50% - 12px);
  }
}
.home-banner-bottom__list a:hover {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
}
.home-banner-bottom__list a:hover img {
  filter: brightness(0) invert(1);
}
.home-banner-bottom__list a:hover span {
  color: #fff;
}
.home-banner-bottom__list a img {
  max-width: 53px;
  width: 100%;
  height: 46px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.home-banner-bottom__list a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  text-align: center;
  color: #000;
  transition: all 0.5s ease;
}

.blog .blog-post {
  padding: 62px 0;
  min-height: 70vh;
}

.blog-post {
  padding: 32px 0;
  background-color: #F0F0F0;
}
.blog-post__wrapper .blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
  row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .blog-post__wrapper .blog-list {
    margin: 0;
  }
}
.blog-post__wrapper .blog-list__item {
  max-width: calc(25% - 22px);
  width: 100%;
  margin: 0 11px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 998px) {
  .blog-post__wrapper .blog-list__item {
    max-width: calc(33.3333333333% - 22px);
  }
}
@media screen and (max-width: 768px) {
  .blog-post__wrapper .blog-list__item {
    max-width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .blog-post__wrapper .blog-list__item {
    max-width: 100%;
    margin: 0;
  }
}
.blog-post__wrapper .blog-list__item p:empty {
  display: none;
}
.blog-post__wrapper .blog-list__item .image-link {
  transition: all 0.3s ease;
  position: relative;
  height: 180px;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .blog-post__wrapper .blog-list__item .image-link {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
.blog-post__wrapper .blog-list__item .image-link:hover {
  opacity: 0.7;
}
.blog-post__wrapper .blog-list__item .image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.blog-post__wrapper .blog-list__item .image-link__title {
  margin: 14px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.blog-post__wrapper .blog-list__item .image-link__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 55%);
}
.blog-post__wrapper .blog-list__item p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 14px 0;
  padding: 0;
}
.blog-post__wrapper .blog-list__item .author {
  padding: 14px 0 18px;
  border-top: 1px solid #909397;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}
.blog-post__wrapper .blog-list__item .author span, .blog-post__wrapper .blog-list__item .author a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}
.blog-post__wrapper .blog-list__item .author span {
  color: #B7CAE5;
}
.blog-post__wrapper .blog-list__item .author a {
  color: #2B3582;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.blog-post__wrapper .blog-list__item .author a:hover {
  opacity: 0.7;
}
.blog-post__wrapper .blog-list__item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-post__wrapper .blog-list__item .bottom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #909397;
}
.blog-post__wrapper .blog-list__item .bottom span:nth-child(3) {
  display: none;
}
.blog-post__wrapper .t-btn {
  margin-top: 32px;
}

.brokers-block {
  padding: 50px 0 0;
}
.brokers-block__wrapper {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  padding: 30px 16px 30px 40px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .brokers-block__wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
}
.brokers-block__wrapper .main-logo {
  max-width: 289px;
  height: 170px;
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .brokers-block__wrapper .main-logo {
    height: 100px;
  }
}
.brokers-block__wrapper .main-logo:hover {
  transform: scale(0.9);
}
.brokers-block__wrapper .main-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brokers-block__wrapper .logo-list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
}
@media screen and (max-width: 1100px) {
  .brokers-block__wrapper .logo-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .brokers-block__wrapper .logo-list {
    grid-gap: 15px;
  }
}
.brokers-block__wrapper .logo-list .logo-item {
  flex: 1;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 32px;
  height: 170px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .brokers-block__wrapper .logo-list .logo-item {
    padding: 12px;
    height: 135px;
  }
}
.brokers-block__wrapper .logo-list .logo-item:hover {
  transform: scale(0.9);
}
.brokers-block__wrapper .logo-list .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brokers-block__notify {
  font-size: 18px;
  line-height: 1.65em;
  color: #999999;
  padding: 10px 0;
  font-style: italic;
}

.banner-join {
  padding: 85px 0;
  position: relative;
  background-color: #F3F3F5;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: -170px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .banner-join {
    background-position: -270px;
  }
}
@media screen and (max-width: 998px) {
  .banner-join {
    background-position: center left;
  }
}
.banner-join__overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 998px) {
  .banner-join__overlay {
    background: rgba(255, 255, 255, 0.5);
  }
}
.banner-join__wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .banner-join__wrapper {
    flex-flow: column;
  }
}
.banner-join__wrapper div {
  flex: 1;
}
.banner-join__info {
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner-join__info {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
.banner-join__info h2 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.5px;
  text-align: left;
  color: #020674;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .banner-join__info h2 {
    text-align: center;
  }
}
.banner-join__info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 32px;
  color: #2A2C33;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .banner-join__info p {
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

.logos-swiper {
  padding: 80px 0;
}
.logos-swiper__wrapper {
  position: relative;
}
.logos-swiper__wrapper .swiper-logos {
  height: 150px;
  max-width: 988px;
}
.logos-swiper__wrapper .swiper-logos .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-swiper__wrapper .swiper-logos .swiper-slide img {
  width: 100%;
  height: 56px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .logos-swiper__wrapper .swiper-logos .swiper-slide img {
    height: unset;
    width: unset;
  }
}
.logos-swiper__wrapper .swiper-pagination {
  margin-top: 32px;
  position: relative;
}
.logos-swiper__wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  transition: all 0.3s ease;
}
.logos-swiper__wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #020674 !important;
  opacity: 1;
}
.logos-swiper__wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #020674;
}
.logos-swiper__wrapper .swiper-button-prev, .logos-swiper__wrapper .swiper-button-next {
  position: absolute;
  left: unset;
  bottom: unset;
  right: unset;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.logos-swiper__wrapper .swiper-button-prev:hover, .logos-swiper__wrapper .swiper-button-next:hover {
  opacity: 0.4;
}
.logos-swiper__wrapper .swiper-button-prev:before, .logos-swiper__wrapper .swiper-button-next:before {
  position: absolute;
  content: url("../../images/fr/arrow-right-gradient.svg");
  width: 24px;
  height: 24px;
  top: 0;
}
.logos-swiper__wrapper .swiper-button-prev:after, .logos-swiper__wrapper .swiper-button-next:after {
  display: none;
}
.logos-swiper__wrapper .swiper-button-prev {
  transform: translateY(-50%) rotate(-180deg);
  left: 0;
}
.logos-swiper__wrapper .swiper-button-prev:before {
  transform: rotate(-180deg);
}
.logos-swiper__wrapper .swiper-button-next {
  right: 0;
}
.logos-swiper__wrapper .swiper-button-next:before {
  transform: rotate(-180deg);
}

.brokers-list-section .section-title {
  font-size: 28px;
}

.brokers-list {
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .brokers-list {
    bottom: 70px;
  }
}
.brokers-list__item {
  display: flex;
  flex-flow: column;
  position: relative;
}
.brokers-list__item.featured {
  padding-bottom: 0 !important;
}
.brokers-list__item.featured:before {
  content: "Featured Brokers";
  position: absolute;
  left: 30px;
  top: -20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #020674;
  padding: 6px 10px;
  border-radius: 10px;
  background-color: #DDDDDD;
  z-index: 2;
}
.brokers-list__item.featured .featured-img {
  min-width: 62px;
  max-width: 62px;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
.brokers-list__item.featured .brokers-list__column-box {
  padding: 40px 52px 18px 52px;
}
@media screen and (max-width: 1160px) {
  .brokers-list__item.featured .brokers-list__column-box {
    flex-flow: column;
    align-items: flex-start;
    padding: 40px 30px;
    gap: 32px;
  }
}
.brokers-list__item.featured .brokers-list__column {
  padding: 0 30px;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1160px) {
  .brokers-list__item.featured .brokers-list__column {
    width: 100%;
    justify-content: unset;
    padding: 0;
  }
  .brokers-list__item.featured .brokers-list__column:before {
    height: 1px;
    width: 100%;
    top: unset;
    bottom: -19px;
  }
}
@media screen and (max-width: 600px) {
  .brokers-list__item.featured .brokers-list__column {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
.brokers-list__item.featured .reviews-box {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .brokers-list__item.featured .reviews-box {
    align-items: center;
  }
}
.brokers-list__item.featured .reviews-box .rating-text {
  text-align: left;
  color: #020674;
  font-weight: 700;
  font-size: 18px;
  line-height: 140.19%;
  display: block;
  transition: 0.5s;
}
.brokers-list__item.featured .reviews-box span {
  font-size: 12px;
  line-height: 1.2;
  color: #2e3246;
}
@media screen and (max-width: 600px) {
  .brokers-list__item.featured .reviews-box span {
    text-align: center;
  }
}
.brokers-list__item.featured .reviews-box .rating-box {
  position: relative;
  max-width: 191px;
  width: 100%;
  padding: 0 70px 0 0;
  border: none;
  height: 20px;
}
.brokers-list__item.featured .reviews-box .rating-box .custom-rating {
  position: relative;
  width: 99px;
  height: 20px;
  display: block;
}
.brokers-list__item.featured .reviews-box .rating-box .custom-rating__width {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  height: 16px;
  display: block;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  z-index: 0;
}
.brokers-list__item.featured .reviews-box .rating-box .custom-rating:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: url("../../images/fr/rating-stars-clear.svg");
  width: 100%;
  height: 100%;
  display: block;
}
.brokers-list__item.featured .reviews-box .rating-box span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #111111;
}
.brokers-list__item.featured .button-box {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
@media screen and (max-width: 1160px) {
  .brokers-list__item.featured .button-box {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .brokers-list__item.featured .button-box {
    width: 100%;
  }
}
.brokers-list__item.featured .button-box .t-btn {
  height: 40px;
  min-width: 180px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 600px) {
  .brokers-list__item.featured .button-box .t-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .brokers-list__item.featured .button-box .t-btn {
    width: 100%;
  }
}
.brokers-list__item.active-js .brokers-list__column-box {
  border-radius: 16px 16px 0 0;
}
.brokers-list__item.active-js .hide-column-btn img {
  display: none;
}
.brokers-list__item.active-js .hide-column-btn span {
  display: block;
}
.brokers-list__column-box {
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 10px 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 998px) {
  .brokers-list__column-box {
    flex-flow: column;
    gap: 16px;
    padding: 16px;
  }
}
.brokers-list__column-hide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 6px;
  padding: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .brokers-list__column-hide {
    flex-flow: column;
  }
}
.brokers-list__column-hide.active-js {
  transform: translateY(0) !important;
  margin-bottom: 0 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: rgba(236, 243, 254, 0.5);
}
.brokers-list__column-hide.active-js .hide-column {
  opacity: 1;
  visibility: visible;
}
.brokers-list__column-hide .hide-column {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.brokers-list__column-hide .hide-column span {
  font-weight: 400;
}
.brokers-list .hide-column-btn {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  width: 100px;
  height: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background: rgba(236, 243, 254, 0.5);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.brokers-list .hide-column-btn:hover {
  opacity: 0.7;
}
.brokers-list .hide-column-btn img {
  transition: all 0.3s ease;
}
.brokers-list .hide-column-btn span {
  transform: rotate(45deg);
  width: fit-content;
  font-size: 22px;
  color: #020381;
  display: none;
  transition: all 0.3s ease;
}
.brokers-list__column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 998px) {
  .brokers-list__column {
    width: 100%;
  }
}
.brokers-list__column:last-child:before {
  display: none;
}
.brokers-list__column:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #d6d7db;
}
@media screen and (max-width: 998px) {
  .brokers-list__column:before {
    display: none;
  }
}
.brokers-list__column.image {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.brokers-list__column.image .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  border-radius: 100%;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  margin-right: auto;
}
@media screen and (max-width: 998px) {
  .brokers-list__column.image .number {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.brokers-list__column.image img {
  height: 120px;
  width: 120px;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
}
.brokers-list__column.image a {
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  .brokers-list__column.image a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 998px) {
  .brokers-list__column.image a {
    margin-right: 0;
  }
}
.brokers-list__column.social-rating {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 0 10px;
}
.brokers-list__column.social-rating .social-rating__item {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.brokers-list__column.social-rating .social-rating__item:hover {
  transform: scale(1.1);
}
.brokers-list__column.social-rating .social-rating__item .social-rating__text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000;
}
.brokers-list__column.rating {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.brokers-list__column.rating .rating-text {
  text-align: center;
  line-height: 1.65em;
  color: #2e3246;
  font-size: 16px;
  font-weight: 700;
}
.brokers-list__column.rating .rating-text.country-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.brokers-list__column.rating .rating-text.country-flags img {
  width: 24px;
  height: 22px;
  object-fit: contain;
}
.brokers-list__column.rating .rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F0F0F0;
  border-radius: 20px;
  padding: 8px 70px 11px 20px;
  max-width: 191px;
  width: 100%;
}
.brokers-list__column.rating .rating-box .custom-rating {
  position: relative;
  width: 99px;
  height: 20px;
  display: block;
}
.brokers-list__column.rating .rating-box .custom-rating__width {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  height: 16px;
  display: block;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  z-index: 0;
}
.brokers-list__column.rating .rating-box .custom-rating:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: url("../../images/fr/rating-stars.svg");
  width: 100%;
  height: 100%;
  display: block;
}
.brokers-list__column.rating .rating-box span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #111111;
}
.brokers-list__column.buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 6px;
}
.brokers-list__column.buttons:has(.just-text) {
  align-items: center;
}
.brokers-list__column.buttons .just-text {
  max-width: 230px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
}
.brokers-list__column.buttons .t-btn {
  height: 40px;
  min-width: 180px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.25em;
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 500px) {
  .brokers-list__column.buttons .t-btn {
    width: 100%;
  }
}
.brokers-list__column.buttons .t-btn .arrow-img {
  transform: rotate(180deg);
}
.brokers-list__column.buttons .t-btn.t-btn-gradient {
  color: #fff;
  text-decoration: none;
}
.brokers-list__column.buttons .t-btn.t-btn-gradient-border img {
  transform: rotate(180deg);
}

.filter-broker {
  margin-bottom: 40px;
}
.filter-broker h2 {
  max-width: 400px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: normal;
}
.filter-broker__wrapper {
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  padding: 20px 42px 32px;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper {
    padding: 24px;
  }
}
.filter-broker__wrapper .tabs-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  overflow-x: hidden;
}
@media screen and (max-width: 1160px) {
  .filter-broker__wrapper .tabs-box {
    flex-flow: column;
    align-items: flex-start;
  }
}
.filter-broker__wrapper .tabs-box .tabs {
  display: flex;
  flex: 1;
  gap: 16px;
  padding: 12px 6px;
}
@media screen and (max-width: 1160px) {
  .filter-broker__wrapper .tabs-box .tabs {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper .tabs-box .tabs {
    overflow: auto;
  }
}
.filter-broker__wrapper .tabs-box .tabs .tab {
  flex: 1;
  min-width: fit-content;
  width: 100%;
  cursor: pointer;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #00f, #00e8ff) border-box;
  border: 1px solid transparent;
}
.filter-broker__wrapper .tabs-box .tabs .tab:hover {
  opacity: 0.6;
}
.filter-broker__wrapper .tabs-box .tabs .tab.active {
  box-shadow: 0px -1px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border: none;
  border-bottom: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #00f, #00e8ff) border-box;
}
.filter-broker__wrapper .tabs-box .tabs .tab span {
  position: relative;
  color: #2e3246;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}
.filter-broker__wrapper .tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper .tab-content {
    flex-wrap: wrap;
    width: 100%;
    flex: unset;
    justify-content: center;
  }
}
.filter-broker__wrapper .tab-content .tab-next, .filter-broker__wrapper .tab-content .tab-prev {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper .tab-content .tab-next, .filter-broker__wrapper .tab-content .tab-prev {
    min-width: unset;
    max-width: 34%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
  .filter-broker__wrapper .tab-content .tab-next:before, .filter-broker__wrapper .tab-content .tab-prev:before {
    display: none;
  }
}
.filter-broker__wrapper .tab-content .tab-next:hover, .filter-broker__wrapper .tab-content .tab-prev:hover {
  opacity: 0.6;
}
.filter-broker__wrapper .tab-content .tab-next img, .filter-broker__wrapper .tab-content .tab-prev img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.filter-broker__wrapper .tab-content .tab-next img {
  transform: rotate(-180deg);
}
.filter-broker__wrapper .tab-content .tab-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -40px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper .tab-content .tab-item {
    margin: 0 -15px;
    width: 100%;
    flex: unset;
    order: 0;
  }
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  max-width: calc(20% - 80px);
  width: 100%;
  margin: 0 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .filter-broker__wrapper .tab-content .tab-item .filter-broker-label {
    max-width: calc(33.3333333333% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .filter-broker__wrapper .tab-content .tab-item .filter-broker-label {
    max-width: calc(50% - 30px);
    margin: 0 15px;
  }
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label:hover .image {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  border: 1px solid transparent;
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label:hover .image img {
  filter: brightness(0) invert(1);
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label input {
  display: none;
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label .image {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label .image img {
  width: 58px;
  height: 58px;
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label span {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #2A2C33;
  margin: 0;
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label input:checked + .image img {
  filter: brightness(0) invert(1);
}
.filter-broker__wrapper .tab-content .tab-item .filter-broker-label input:checked + .image {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
}

.home .wp-block-columns .wp-block-column ol li {
  font-family: "Inter", sans-serif;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.awards-banner {
  background-size: 100vw 130px;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
}
@media screen and (max-width: 800px) {
  .awards-banner {
    background-image: none !important;
    background: #1a2237 !important;
    height: auto;
  }
}
.awards-banner .wrapper-container {
  height: 100%;
}
.awards-banner__wrapper {
  padding: 1.9vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 998px) {
  .awards-banner__wrapper {
    padding: 3vw 0;
  }
}
@media screen and (max-width: 800px) {
  .awards-banner__wrapper {
    justify-content: center;
    align-items: center;
    padding: 32px 0;
  }
}
.awards-banner__wrapper h1 {
  max-width: 658px;
  text-align: center;
  font-size: 38px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1160px) {
  .awards-banner__wrapper h1 {
    max-width: 530px;
  }
}
@media screen and (max-width: 800px) {
  .awards-banner__wrapper h1 {
    max-width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 29px;
  }
}

.awards-content {
  padding: 40px 0 0;
}
.awards-content h3.wp-block-heading, .awards-content h3 {
  margin: 0 0 24px;
}
.awards-content h4.wp-block-heading, .awards-content h4 {
  margin: 0 0 24px;
}
.awards-content .has-fixed-layout {
  margin: 0;
}
.awards-content__wrapper {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper {
    flex-flow: column;
    gap: 44px;
  }
}
.awards-content__wrapper .sidebar {
  padding: 30px 20px;
  max-width: 270px;
  min-width: 270px;
  width: 100%;
  margin-bottom: 70px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #EDF2F8;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 100px;
  height: fit-content;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper .sidebar {
    position: relative;
    top: 0;
    margin-bottom: 0;
    max-width: 100%;
    padding: 20px 20px;
  }
}
.awards-content__wrapper .sidebar-title {
  display: none;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper .sidebar-title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .awards-content__wrapper .sidebar-title {
    font-size: 24px;
  }
}
.awards-content__wrapper .sidebar-title:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 38px;
  width: 28px;
  height: 28px;
  background-image: url("../../images/svg/filter-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper .sidebar-title:before {
    top: 24px;
  }
}
.awards-content__wrapper .sidebar .sidebar-list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper .sidebar .sidebar-list {
    transition: all 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
}
.awards-content__wrapper .sidebar .sidebar-list.active-js {
  display: flex !important;
}
@media screen and (max-width: 998px) {
  .awards-content__wrapper .sidebar .sidebar-list.active-js {
    transition: all 0.5s ease-in;
    padding-top: 24px;
    max-height: 2500px;
  }
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box {
  cursor: pointer;
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box.active .title-accordion:after {
  transform: rotate(0deg);
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box .title-accordion {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px;
  color: #000;
  padding: 0;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .awards-content__wrapper .sidebar .sidebar-list__item .title-box .title-accordion {
    font-size: 20px !important;
  }
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box .title-accordion:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 14px;
  right: 0;
  top: 30%;
  background-image: url("../../images/arrow-sidebar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg) translateY(-50%);
  transition: 0.3s;
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box .title-accordion.active-js {
  margin: 0 0 26px 0 !important;
}
.awards-content__wrapper .sidebar .sidebar-list__item .title-box .title-accordion.active-js:after {
  top: 35%;
  transform: rotate(0deg) translateY(-50%);
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box {
  display: flex;
  flex-flow: column;
  gap: 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box.active-js {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
  padding: 1px 0;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter {
  position: relative;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter label {
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  color: #000;
  padding-left: 30px;
  pointer-events: none;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter label:hover {
  color: #B7CAE5;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 50%;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter.active label {
  color: #B7CAE5;
}
.awards-content__wrapper .sidebar .sidebar-list__item .content-box .link-filter.active span:before {
  border: 1px solid #B7CAE5;
  background-image: url("../../images/checkbox-arrow.png");
}
.awards-content__wrapper .content {
  flex: 1;
  overflow-x: hidden;
  padding: 0 10px 50px;
  display: flex;
  flex-flow: column;
}
.awards-content__wrapper .content .sidebar .sidebar-list {
  padding-left: 0 !important;
  margin: 0 !important;
}
.awards-content__wrapper .content .sidebar .sidebar-list li {
  list-style: none !important;
}
.awards-content__wrapper .content .sidebar .link-filter {
  text-decoration: unset !important;
}
.awards-content__wrapper .content.content-awards {
  overflow: unset;
}
.awards-content__wrapper .content .brokers-list__title {
  padding: 0 0 16px 30px;
  position: relative;
  font-size: 1.6em;
  font-family: "Jost", sans-serif;
  color: #151515;
  line-height: 1.45em;
  font-weight: 700;
}
.awards-content__wrapper .content .brokers-list__title:before {
  content: "";
  z-index: 1;
  opacity: 0.8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 9px;
  background-color: #d63031;
}
.awards-content__wrapper .content .brokers-list__title:after {
  content: "";
  z-index: -1;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 17px;
  background-color: #636e72;
}
.awards-content__wrapper .content .t-search-wrapper {
  margin-bottom: 40px;
}
.awards-content__wrapper .content .brokers-list {
  padding: 0;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .awards-content__wrapper .content .brokers-list {
    gap: 70px;
  }
}
.awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box {
  padding: 10px 16px;
}
@media screen and (max-width: 1200px) {
  .awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box {
    flex-flow: column;
    gap: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box .brokers-list__column {
    width: 100%;
  }
  .awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box .brokers-list__column:before {
    display: none;
  }
}
.awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box .brokers-list__column.image a {
  margin: 0 12px 0 0 !important;
}
@media screen and (max-width: 1200px) {
  .awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box .brokers-list__column.image a {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .awards-content__wrapper .content .brokers-list .brokers-list__item .brokers-list__column-box .brokers-list__column.image .number {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.awards-content__wrapper .content p {
  padding-bottom: 1.45em;
  font-size: 18px;
  line-height: 1.65em;
  color: #2e3246;
}
.awards-content__wrapper .content p:last-child {
  padding-bottom: 0;
}
.awards-content__wrapper .content p a {
  text-decoration: underline;
  color: #020674;
  transition: all 0.3s ease;
}
.awards-content__wrapper .content p a:hover {
  color: #B7CAE5;
}
.awards-content__wrapper .content p + h2:first-of-type {
  margin-top: 0;
}
.awards-content__wrapper .content h2 {
  margin: 23px 0;
}
.awards-content__wrapper .content ul {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-bottom: 1.45em;
}
.awards-content__wrapper .content ul li {
  font-size: 18px;
  list-style: disc;
  line-height: 1.65em;
}
.awards-content__wrapper .content ul li a {
  text-decoration: underline;
  color: #020674;
  transition: all 0.3s ease;
}
.awards-content__wrapper .content ul li a:hover {
  color: #B7CAE5;
}

.author__buttons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .author__buttons {
    justify-content: flex-start;
  }
}
.author__buttons .t-btn {
  height: 30px;
  max-width: 166px;
  min-width: 166px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .author__buttons .t-btn-share {
    display: none;
  }
}

.author-wrapper {
  display: flex;
  flex-flow: column;
  gap: 12px;
  margin-bottom: 24px;
}
.author-wrapper .author-list {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .author-wrapper .author-list {
    flex-flow: column;
    align-items: unset;
  }
}
@media screen and (max-width: 768px) {
  .author-wrapper .author-list.author-one-js {
    flex-flow: column-reverse;
  }
}
.author-wrapper .author-list.author-one-js .author__buttons {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .author-wrapper .author-list.author-one-js .author__buttons {
    margin-bottom: 16px;
  }
}
.author-wrapper .author-list.author-one-js .author-item {
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .author-wrapper .author-list.author-one-js .author-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .author-wrapper .author-list.author-one-js .author-item__content {
    top: 134px;
  }
}
.author-wrapper .author-item {
  background: #F0F0F0;
  padding: 8px 24px;
  border-radius: 16px;
  flex: 1;
  transition: all 0.4s ease;
}
.author-wrapper .author-item:hover {
  background: #909397;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
}
.author-wrapper .author-item:hover .author-item__content {
  opacity: 1;
  visibility: visible;
}
.author-wrapper .author-item:hover .author-header:before {
  opacity: 1;
  visibility: visible;
}
.author-wrapper .author-item:hover .author-info__name a {
  color: #fff;
}
.author-wrapper .author-item:hover .author-info__name i {
  color: #fff;
}
.author-wrapper .author-item__content {
  position: absolute;
  top: 84px;
  left: 0;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  background: #F0F0F0;
  border: 2px solid #005BDC;
  width: 100%;
  z-index: 9;
  display: flex;
  flex-flow: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.author-wrapper .author-item__content p {
  padding: 0;
  font-size: 16px !important;
}
.author-wrapper .author-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}
.author-wrapper .author-header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 56px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 22px 21px;
  border-color: transparent transparent #005BDC transparent;
  transform: rotate(0deg) translateX(-50%);
  filter: drop-shadow(0px -13px 11px rgba(5, 27, 101, 0.1509803922));
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.author-wrapper .author-header__img {
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  min-width: 50px;
  max-width: 50px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #00f, #00e8ff) border-box;
  border: 1px solid transparent;
}
.author-wrapper .author-header .author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  flex: 1;
}
.author-wrapper .author-header .author-info__name a {
  color: #020674;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease;
}
.author-wrapper .author-header .author-info__name a:hover {
  opacity: 0.4;
}
.author-wrapper .author-header .author-info__name i {
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.3s ease;
}
.author-wrapper .author-body {
  line-height: 1.3;
  font-size: 14px;
  color: #2e3246;
}

.author-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  line-height: 1.3;
  font-size: 14px;
  color: #2e3246;
  flex-wrap: wrap;
}

.t-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px 15px;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 25px;
}
.t-metrics__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.t-metrics__img img {
  width: 55px;
  height: 60px;
  object-fit: contain;
}
.t-metrics__text {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.65em;
  color: #151515;
}

.t-essence {
  margin-bottom: 1.45em;
}
.t-essence__wrapper {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.t-essence__title {
  margin: 0 !important;
  font-size: 36px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .t-essence__title {
    font-size: 1.777em;
  }
}
.t-essence__list {
  position: relative;
  background: #EDF2F8;
  padding: 20px 10px 20px 20px;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin: 0;
  border-radius: 0 16px 16px 0;
}
.t-essence__list:before {
  border-radius: 2px;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.t-essence__list ul {
  margin: 0 !important;
}
.t-essence__item {
  list-style: unset !important;
  padding: 0 5px 0 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  color: #2e3246;
  position: relative;
}
.t-essence__item:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  left: 7px;
}

.t-note {
  padding: 24px;
  margin-bottom: 30px;
  margin-top: 6px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(#EDF2F8, #EDF2F8);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.t-note:after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.t-note.white {
  background: linear-gradient(#fff, #fff);
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}
.t-note.white:after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.t-note p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.65em;
  color: #2e3246;
}

.t-broker-component__first {
  background-color: #EDF2F8;
  padding: 16px 24px;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .t-broker-component__first {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .t-broker-component__first {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
  }
}
.t-broker-component__first .column {
  flex: 1;
  padding: 0 30px;
}
@media screen and (max-width: 560px) {
  .t-broker-component__first .column {
    padding: 0;
  }
}
.t-broker-component__first .column:first-child {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 560px) {
  .t-broker-component__first .column:first-child {
    padding: 0;
  }
}
.t-broker-component__first .column:last-child {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .t-broker-component__first .column:last-child {
    padding: 0;
  }
}
.t-broker-component__first .image {
  flex: none;
}
@media screen and (max-width: 560px) {
  .t-broker-component__first .image {
    flex-basis: 140px;
  }
}
.t-broker-component__first .image img {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.t-broker-component__first .info {
  border-right: 1px solid #B7CAE5;
  border-left: 1px solid #B7CAE5;
  display: flex;
  flex-flow: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .t-broker-component__first .info {
    border-right: none;
  }
}
@media screen and (max-width: 560px) {
  .t-broker-component__first .info {
    border-left: none;
    max-width: unset;
    flex-basis: calc(100% - 140px);
  }
}
.t-broker-component__first .info h2, .t-broker-component__first .info span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #2e3246;
  margin: 0 !important;
}
.t-broker-component__first .info p {
  font-size: 16px !important;
  line-height: normal;
  color: #000;
}
.t-broker-component__first .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-flow: column;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .t-broker-component__first .buttons {
    flex-flow: column;
    width: 100%;
  }
}
.t-broker-component__first .buttons .t-btn {
  height: 40px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  width: 175px;
}
@media screen and (max-width: 560px) {
  .t-broker-component__first .buttons .t-btn {
    width: 100%;
  }
}
.t-broker-component__first .buttons .full-info {
  font-size: 14px;
}

.t-broker-component__second {
  background-color: #EDF2F8;
  padding: 16px 24px;
}
@media screen and (max-width: 998px) {
  .t-broker-component__second {
    padding: 16px;
  }
}
.t-broker-component__second .rating-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 15px;
}
.t-broker-component__second .rating-items .rating-item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  gap: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.t-broker-component__second .rating-items .rating-item .image img {
  width: 118px;
  height: 29px;
  object-fit: contain;
}
.t-broker-component__second .rating-items .rating-item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.t-broker-component__second .rating-items .rating-item .rating-stars {
  width: 115px;
  height: 20px;
  background-color: #dcdce6;
}
.t-broker-component__second .rating-items .rating-item .rating-stars__light {
  height: 20px;
  position: relative;
}
.t-broker-component__second .rating-items .rating-item .rating-stars__light:before {
  left: 0;
  top: 0;
  content: "";
  width: 115px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../../images/svg/rating-stars-two.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.t-broker-component__third {
  background-color: #EDF2F8;
  padding: 16px 24px;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-bottom: 25px;
}
@media screen and (max-width: 998px) {
  .t-broker-component__third {
    padding: 0 16px 16px;
  }
}
.t-broker-component__third .tabs-box {
  width: 100%;
  border-top: 1px solid #B7CAE5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.t-broker-component__third .tabs-box .tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .t-broker-component__third .tabs-box .tabs {
    flex-flow: column;
  }
}
.t-broker-component__third .tabs-box .tabs .tab {
  flex: 1;
  border: 1px solid #020674;
  position: relative;
  padding: 15px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #020674;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.t-broker-component__third .tabs-box .tabs .tab:before {
  content: url("../../images/arrow-sidebar.png");
  transform: rotate(-180deg);
  position: absolute;
  top: calc(100% - 18px);
  display: none;
}
.t-broker-component__third .tabs-box .tabs .tab.active {
  display: flex;
  border: 1px solid transparent;
}
.t-broker-component__third .tabs-box .tabs .tab.active:before {
  display: block;
}
.t-broker-component__third .tab-content {
  width: 100%;
}
.t-broker-component__third .tab-content .tab-item {
  flex-flow: column;
}
.t-broker-component__third .tab-content .tab-item.active {
  display: flex;
  border-radius: 16px;
}
.t-broker-component__third .tab-content .trading-options {
  padding: 20px 30px 20px;
  background: #fff;
  border-radius: 10px;
}
.t-broker-component__third .tab-content .trading-options ul {
  display: flex;
  flex-flow: column;
  gap: 15px;
  padding-left: 0 !important;
}
.t-broker-component__third .tab-content .trading-options ul:last-child {
  margin: 0;
}
.t-broker-component__third .tab-content .trading-options ul li {
  font-size: 18px;
  line-height: 1.65em;
  padding: 0 5px 0 36px;
  list-style: unset !important;
  position: relative;
}
.t-broker-component__third .tab-content .trading-options ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  top: 1px;
  left: 0;
  color: #000;
}
.t-broker-component__third .tab-content .trading-options ul li a {
  color: #020674;
  font-weight: 700;
  transition: all 0.3s ease;
}
.t-broker-component__third .tab-content .trading-options ul li a:hover {
  color: #B7CAE5;
}
.t-broker-component__third .tab-content .table {
  padding: 24px;
  background-color: #fff;
}
.t-broker-component__third .tab-content .table p:last-child {
  padding-bottom: 0;
}
.t-broker-component__third .tab-content .table .wp-block-table {
  margin-bottom: 1.45em;
}
.t-broker-component__third .tab-content .table table {
  margin: 0;
}
.t-broker-component__third .tab-content .table .has-fixed-layout {
  margin-bottom: 0;
}
.t-broker-component__third .tab-content .table .has-fixed-layout thead tr th {
  width: 50%;
}
.t-broker-component__third .tab-content .space-pros {
  display: flex;
  gap: 30px;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  .t-broker-component__third .tab-content .space-pros {
    flex-flow: column;
  }
}
.t-broker-component__third .tab-content .space-pros__item {
  flex: 1;
  background: #fff;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  border: 1px solid #dfe6e9;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-broker-component__third .tab-content .space-pros__item.active h4:after {
    transform: rotate(-180deg);
  }
  .t-broker-component__third .tab-content .space-pros__item.active ul {
    max-height: 1000px;
    padding-top: 15px !important;
  }
  .t-broker-component__third .tab-content .space-pros__item ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0 !important;
  }
}
.t-broker-component__third .tab-content .space-pros__item:first-child ul li:before {
  content: "\f067";
}
.t-broker-component__third .tab-content .space-pros__item:last-child ul li:before {
  content: "\f068";
}
.t-broker-component__third .tab-content .space-pros__item.pros ul li:before {
  content: "\f067";
}
.t-broker-component__third .tab-content .space-pros__item .pros ul li:before {
  content: "\f067";
}
.t-broker-component__third .tab-content .space-pros__item.cons ul li:before {
  content: "\f068";
}
.t-broker-component__third .tab-content .space-pros__item .cons ul li:before {
  content: "\f068";
}
.t-broker-component__third .tab-content .space-pros__item h3, .t-broker-component__third .tab-content .space-pros__item h4 {
  padding-bottom: 15px;
  font-family: "Inter", sans-serif;
  color: #151515;
  font-size: 1.333em;
  line-height: 1.45em;
  font-weight: 700;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .t-broker-component__third .tab-content .space-pros__item h3, .t-broker-component__third .tab-content .space-pros__item h4 {
    padding-bottom: 0;
  }
  .t-broker-component__third .tab-content .space-pros__item h3:after, .t-broker-component__third .tab-content .space-pros__item h4:after {
    content: url("../../images/svg/arrow-down.svg");
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
  }
}
.t-broker-component__third .tab-content .space-pros__item ul {
  padding-left: 0 !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .t-broker-component__third .tab-content .space-pros__item ul {
    padding-top: 15px;
  }
}
.t-broker-component__third .tab-content .space-pros__item ul.pros li:before {
  content: "\f067";
}
.t-broker-component__third .tab-content .space-pros__item ul.cons li:before {
  content: "\f068";
}
.t-broker-component__third .tab-content .space-pros__item ul li {
  padding: 5px 5px 5px 36px;
  list-style: none !important;
  position: relative;
}
.t-broker-component__third .tab-content .space-pros__item ul li:before {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
}

.t-risk-warn {
  margin: 0 0 32px 0;
  border-radius: 16px;
  padding: 16px 24px;
  position: relative;
  background: linear-gradient(#EDF2F8, #EDF2F8);
  border: 2px solid transparent;
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  .t-risk-warn {
    padding: 16px;
  }
}
.t-risk-warn:after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.t-risk-warn p {
  padding-bottom: 1.45em;
  font-size: 16px !important;
}
.t-risk-warn p:last-child {
  padding-bottom: 0;
}

.t-scam-warn {
  display: flex;
  align-items: flex-start;
  background-color: #ECF3FE;
  padding: 32px;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .t-scam-warn {
    padding: 16px;
  }
}
.t-scam-warn__content h3 {
  margin-top: 0;
}
.t-scam-warn__image {
  min-width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B7CAE5;
  border-radius: 50%;
  max-width: 40px;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border: 1px solid #005BDC;
}
@media screen and (max-width: 768px) {
  .t-scam-warn__image {
    margin-right: 16px;
  }
}
.t-scam-warn__image img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(2291%) hue-rotate(205deg) brightness(97%) contrast(109%);
}
.t-scam-warn p {
  padding-bottom: 1.45em;
}
.t-scam-warn p:last-child {
  padding-bottom: 0;
}

.t-articles {
  margin-bottom: 30px;
}
.t-articles__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .t-articles__title {
    font-size: 1.777em;
  }
}
.t-articles__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .t-articles__list {
    grid-template-columns: 1fr;
  }
}
.t-articles__link {
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 16px;
  padding: 16px;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(#EDF2F8, #EDF2F8);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.t-articles__link:after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.t-articles__link img {
  transition: all 0.3s ease;
}
.t-articles__link:hover img {
  transform: translateX(4px);
}
.t-articles__link-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #020674;
  text-decoration: underline;
}

.t-block-author {
  margin-top: 24px;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 30px;
}
@media screen and (max-width: 998px) {
  .t-block-author {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .t-block-author {
    flex-flow: column;
    padding: 20px 24px 32px;
    gap: 32px;
  }
}
.t-block-author__image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
.t-block-author__info {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.t-block-author__info .name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #2e3246;
}
.t-block-author__info .text {
  padding: 0;
}
.t-block-author__info .link {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  .t-block-author__info .link {
    gap: 24px;
  }
}
.t-block-author__info .link .link-box {
  color: #020674;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  transition: all 0.3s ease;
}
.t-block-author__info .link .link-box:hover {
  color: #B7CAE5;
}

.t-swiper-gallery {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .t-swiper-gallery {
    flex-flow: column;
    gap: 12px;
  }
}
.t-swiper-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
.t-swiper-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.t-swiper-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.t-swiper-gallery .mySwiper2 {
  flex: 1;
  height: 337px;
}
@media screen and (max-width: 768px) {
  .t-swiper-gallery .mySwiper2 {
    height: 232px;
  }
  .t-swiper-gallery .mySwiper2 .swiper-wrapper {
    height: 232px;
  }
}
@media screen and (max-width: 460px) {
  .t-swiper-gallery .mySwiper2 {
    height: 120px;
  }
  .t-swiper-gallery .mySwiper2 .swiper-wrapper {
    height: 120px;
  }
}
.t-swiper-gallery .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.t-swiper-gallery .mySwiper2 .swiper-button-next, .t-swiper-gallery .mySwiper2 .swiper-button-prev {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.t-swiper-gallery .mySwiper2 .swiper-button-next:hover, .t-swiper-gallery .mySwiper2 .swiper-button-prev:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.t-swiper-gallery .mySwiper2 .swiper-button-next:after, .t-swiper-gallery .mySwiper2 .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../images/swiper-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.t-swiper-gallery .mySwiper2 .swiper-button-next {
  right: 4px;
}
.t-swiper-gallery .mySwiper2 .swiper-button-prev {
  left: 4px;
}
.t-swiper-gallery .mySwiper2 .swiper-button-prev:after {
  transform: rotate(-180deg);
}
.t-swiper-gallery .mySwiper {
  width: 100%;
  max-width: 243px;
  height: 337px;
}
@media screen and (max-width: 768px) {
  .t-swiper-gallery .mySwiper {
    height: 100px;
    max-width: 100%;
  }
}
.t-swiper-gallery .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  cursor: pointer;
}
.t-swiper-gallery .mySwiper .swiper-slide img {
  object-fit: contain;
}
.t-swiper-gallery .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.t-review .t-review__images {
  display: flex;
  margin: 24px 0;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .t-review .t-review__images {
    flex-flow: column;
  }
}
.t-review .t-review__images a {
  display: block;
  flex: 1;
  max-width: 100%;
  height: 150px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .t-review .t-review__images a {
    flex: none;
    width: 100%;
  }
}
.t-review .t-review__images a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, #020674 -30%, rgba(0, 0, 0, 0) 58%);
}
.t-review .t-review__images a:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../../images/svg/search-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  right: 0;
  bottom: 0;
}
.t-review .t-review__images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-review__list {
  padding: 0 !important;
}
.t-review__list li {
  list-style: none !important;
  position: relative;
  padding-left: 36px;
}
.t-review__list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  color: #000;
}

.sticky-bottom {
  justify-content: center;
  padding: 10px 24px 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.5s ease;
  transform: translateY(30%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sticky-bottom {
    flex-flow: column;
    gap: 4px;
    padding: 5px 36px 16px 10px;
  }
}
.sticky-bottom.active-js {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sticky-bottom .close-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .sticky-bottom .close-icon {
    display: block;
    top: 10px;
    right: 14px;
  }
}
.sticky-bottom img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 5px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sticky-bottom__img {
    display: none;
  }
}
.sticky-bottom p {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sticky-bottom p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sticky-bottom p span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sticky-bottom span {
    text-align: center;
    display: block;
    margin-bottom: 4px;
  }
}
.sticky-bottom__button {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .sticky-bottom__button {
    gap: 4px;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.sticky-bottom__button img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sticky-bottom__button img {
    display: block;
  }
}
.sticky-bottom__button .t-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 11px;
  width: 100%;
  height: 40px;
  min-width: 270px;
  max-width: 310px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sticky-bottom__button .t-btn {
    min-width: 230px;
    max-width: 230px;
  }
}
.sticky-bottom__button span {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sticky-bottom__button span {
    width: 100%;
    text-align: center;
  }
}

.wp-block-columns.t-list-partners .wp-block-column ol {
  column-count: 3;
  list-style: decimal;
  counter-reset: num;
}
.wp-block-columns.t-list-partners .wp-block-column ol li:before {
  background: #ECF3FE;
  width: 32px;
  height: 32px;
  color: #000;
}
.wp-block-columns.t-list-partners .wp-block-column ol li:after {
  border: 2px solid #000;
  width: 22px;
  height: 22px;
  right: calc(100% + 5px);
}

.t-fees img, .t-assets img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.45em;
}

.post-type-archive-awards .brokers-list__column.rating .rating-box .custom-rating:after {
  left: -1px;
  width: 100%;
  height: 115%;
}
.post-type-archive-awards .risk-warning-box .risk-warning-text {
  font-size: 14px !important;
  padding: 15px !important;
}

.t-br-banner {
  background-image: url("../images/xtb/xtb-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 998px) {
  .t-br-banner {
    padding: 40px 0;
  }
}
.t-br-banner__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.t-br-banner__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 998px) {
  .t-br-banner__wrapper {
    flex-flow: column;
    gap: 16px;
  }
}
.t-br-banner__wrapper .info-image {
  width: 270px;
  height: 270px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 998px) {
  .t-br-banner__wrapper .info-image {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .t-br-banner__wrapper .info-image {
    width: 100px;
    height: 100px;
  }
}
.t-br-banner__wrapper .info-content {
  display: flex;
  flex-flow: column;
  flex: 1;
}
@media screen and (max-width: 998px) {
  .t-br-banner__wrapper .info-content {
    align-items: center;
  }
}
.t-br-banner__wrapper .info-content .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 998px) {
  .t-br-banner__wrapper .info-content .title {
    flex-flow: column-reverse;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}
.t-br-banner__wrapper .info-content .title h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44.53px;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-br-banner__wrapper .info-content .title h1 {
    font-size: 32px;
  }
}
.t-br-banner__wrapper .info-content .title .icon-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.t-br-banner__wrapper .info-content .title .icon-box .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #EDF2F8;
  border-radius: 100%;
}
.t-br-banner__wrapper .info-content .title .icon-box .image img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.t-br-banner__wrapper .info-content .title .icon-box .rating {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.t-br-banner__wrapper .info-content .title .icon-box .rating span {
  font-weight: 700;
}
.t-br-banner__wrapper .info-content p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.45em;
  color: #b2bec3;
  padding: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 998px) {
  .t-br-banner__wrapper .info-content p {
    text-align: center;
  }
}
.t-br-banner__wrapper .info-content .t-btn {
  margin-bottom: 16px;
  max-width: 240px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
  font-weight: 500;
}
.t-br-banner__wrapper .info-content .risk-warning-box {
  max-width: 240px;
}
.t-br-banner__wrapper .info-content .risk-warning-box .risk-warning-title {
  text-align: center;
  display: flex;
  color: #B7CAE5;
}
.t-br-banner__wrapper .info-content .risk-warning-box .risk-warning-text {
  color: #576574;
  padding: 14px;
  font-size: 14px;
}
.t-br-banner__wrapper .info-content .update {
  font-size: 14px;
  line-height: 1.2;
  color: #7f8c8d;
  display: flex;
  margin-top: 34px;
}
.t-br-banner__wrapper .info-content .full-info {
  width: fit-content;
  border: 1px solid #b2bec3;
  margin-top: 14px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45em;
  color: #b2bec3;
  text-align: center;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .t-br-banner__wrapper .info-content .full-info {
    font-size: 14px;
  }
}

.t-br-banner-list {
  position: sticky;
  top: 80px;
  background: #F1F3F4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 8;
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .t-br-banner-list {
    top: 65px;
  }
}
.t-br-banner-list ul {
  margin: 0;
  padding: 0 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 24px;
  overflow-x: auto;
}
.t-br-banner-list ul li {
  min-width: fit-content;
}
.t-br-banner-list ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s ease;
}
.t-br-banner-list ul li a:hover {
  color: #B7CAE5;
}

.t-content {
  padding: 40px 0;
  overflow: hidden;
}
.t-content ol {
  margin-bottom: 1.45em;
  margin-left: 30px;
  list-style: decimal;
  counter-reset: num;
}
.t-content ol li {
  padding: 0 5px 5px;
  line-height: 1.65em;
  margin: 5px 0;
  position: relative;
  list-style-type: none;
  color: #2e3246;
}
.t-content ol li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  z-index: 2;
  top: 0;
  right: 100%;
  background-color: #ECF3FE;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  border-radius: 50%;
}
.t-content ol li:after {
  position: absolute;
  content: "";
  z-index: 3;
  right: calc(100% + 6px);
  top: 5px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 20px;
}
.t-content ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-bottom: 1.45em;
}
.t-content ul li {
  font-size: 18px;
  line-height: 1.65em;
  list-style: none !important;
  position: relative;
  padding-left: 36px;
  color: #2e3246;
}
.t-content ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  top: 1px;
  left: 0;
  color: #000;
}

.p-border {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfe6e9;
}
.p-border p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.45em;
  color: #7f8c8d;
  padding: 0;
}

.t-review-details {
  margin-top: 20px;
  padding-bottom: 44px;
}
.t-review-details__title {
  font-size: 1.777em;
  line-height: 1.2em;
}
.t-review-details__box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-top: 1px solid #dfe6e9;
  margin-top: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .t-review-details__box {
    flex-flow: column;
  }
}
.t-review-details__box .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-review-details__box .left span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.t-review-details__box .left span i {
  color: #d63031;
}
.t-review-details__box .left span:has(i) {
  width: 30px;
  height: 30px;
  background-color: #f1f3f4;
  border-radius: 50%;
  color: #ff2453;
  font-size: 12px;
  line-height: 30px;
}
.t-review-details__box .right {
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 8px;
}
@media screen and (max-width: 998px) {
  .t-review-details__box .right {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .t-review-details__box .right {
    max-width: 100%;
  }
}
.t-review-details__box .right a {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.t-review-details__box .right a:hover {
  opacity: 0.7;
}
.t-review-details__box .right a img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
}
.t-review-details__box .right a span {
  color: #2e3246;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 20px 6px;
  border-radius: 16px;
  background-color: #f1f3f4;
}

.t-tg-rating {
  margin-bottom: 30px;
  background-color: #f1f3f4;
  border-radius: 16px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .t-tg-rating {
    padding: 16px;
  }
}
.t-tg-rating .top {
  border-bottom: 1px solid #dcdde1;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .t-tg-rating .top {
    flex-flow: column;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .t-tg-rating .top__left {
    text-align: center;
  }
}
.t-tg-rating .top__left h3, .t-tg-rating .top__left h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
  color: #2e3246;
  padding-bottom: 5px;
  margin: 0;
}
.t-tg-rating .top__left p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.45em;
  color: #7f8c8d;
}
.t-tg-rating .top__right {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.t-tg-rating .top__right:has(.just-text) {
  align-items: center;
}
.t-tg-rating .top__right .just-text {
  max-width: 230px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
}
.t-tg-rating .top__right .t-btn {
  border-radius: 16px;
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
  height: 46px;
  font-size: 1em;
  line-height: 1.25em;
}
.t-tg-rating .top__right .risk-warning-box {
  align-items: center;
  display: flex;
  margin: 0 auto;
}
.t-tg-rating .top__right .risk-warning-box .risk-warning-text {
  top: 26px;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .t-tg-rating .top__right .risk-warning-box .risk-warning-text {
    min-width: 300px;
    max-width: 300px;
  }
}
.t-tg-rating .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .t-tg-rating .bottom {
    flex-flow: column-reverse;
  }
}
.t-tg-rating .bottom__list {
  max-width: 560px;
  margin: 0 !important;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: unset !important;
  row-gap: 20px !important;
  flex-flow: row !important;
  flex-wrap: wrap !important;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .t-tg-rating .bottom__list {
    max-width: 100%;
    width: 100%;
    flex-flow: column !important;
  }
}
.t-tg-rating .bottom__list li {
  width: 48%;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: unset !important;
  line-height: unset !important;
}
@media screen and (max-width: 768px) {
  .t-tg-rating .bottom__list li {
    width: 100%;
    align-items: flex-start;
  }
}
.t-tg-rating .bottom__list li span {
  min-width: fit-content;
  padding: 8px 8px 6px 10px;
  background-color: #fff;
  color: #151515;
  font-weight: 700;
  font-size: 1em;
  line-height: 16px;
  border-radius: 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
.t-tg-rating .bottom__list li:before {
  display: none;
}
.t-tg-rating .bottom .rating {
  width: fit-content;
  display: flex;
  flex-flow: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  text-align: center;
}
.t-tg-rating .bottom .rating span {
  font-weight: 700;
  font-size: 3.157em;
  line-height: 1em;
}

.t-contact-banner {
  padding: 1.9vw 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100vw 130px;
  background-color: #fff;
  height: 130px;
}
@media screen and (max-width: 998px) {
  .t-contact-banner {
    padding: 1.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-banner {
    background-image: none !important;
    padding: 32px 0;
    background-color: #1a2237;
    height: auto;
  }
}
.t-contact-banner .wrapper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.t-contact-banner h1 {
  max-width: 658px;
  font-size: 38px;
  text-align: center;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  .t-contact-banner h1 {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-banner h1 {
    font-size: 29px;
    color: #fff !important;
  }
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.wpcf7-form .contact__row p {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.wpcf7-form .contact__row p br {
  display: none;
}
.wpcf7-form p {
  padding-bottom: 0 !important;
  padding-top: 26px;
}
.wpcf7-form p:first-child {
  padding-top: 0;
}
.wpcf7-form p:has(.wpcf7-form-control) {
  position: relative;
}
.wpcf7-form p:has(.wpcf7-form-control) .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
}
.wpcf7-form label:has(.wpcf7-textarea) br {
  display: none;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
  font-size: 16px;
  background-color: #f9fafc;
  margin-bottom: 0;
  height: 45px;
  color: #2d3436;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 14px;
}
.wpcf7-form .wpcf7-form-control::placeholder {
  color: #2d3436;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.45em;
}
.wpcf7-form .wpcf7-form-control:focus {
  outline: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  resize: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  font-weight: 700;
  font-size: 1em;
  line-height: 1.45em;
  height: 45px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  border-radius: 64px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.9;
  box-shadow: 0 0 15px 0 rgba(214, 48, 49, 0.55);
}
.wpcf7-form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
  font-size: 0.75em;
  line-height: 1.45em;
  font-style: italic;
  color: #636e72;
}

.t-error-page {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .t-error-page {
    padding: 60px 0;
  }
}
.t-error-page__wrapper {
  text-align: center;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .t-error-page__wrapper {
    height: auto;
  }
}
.t-error-page__wrapper h1 {
  font-size: 162px;
  font-weight: 900;
  background: -webkit-linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .t-error-page__wrapper h1 {
    font-size: 100px;
  }
}
.t-error-page__wrapper span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.t-error-page__wrapper p {
  max-width: 600px;
  font-size: 18px;
  line-height: normal;
}
.t-search-result {
  background-color: #f1f3f4;
}
.t-search-result__wrapper {
  padding: 32px 0;
}
.t-search-result__wrapper h1 {
  max-width: 45vw;
  margin: auto;
  font-size: 38px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .t-search-result__wrapper h1 {
    font-size: 30px;
    max-width: 100%;
  }
}

.t-search-results {
  padding: 60px 0;
}
.t-search-results__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 998px) {
  .t-search-results__wrapper {
    flex-flow: column;
    gap: 56px;
  }
}
.t-search-results__wrapper .left {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 42px;
}
.t-search-results__wrapper .left .search-results__list {
  display: flex;
  flex-flow: column;
  gap: 42px;
}
.t-search-results__wrapper .left .search-results__list-item {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 560px) {
  .t-search-results__wrapper .left .search-results__list-item {
    flex-flow: column;
    gap: 16px;
  }
}
.t-search-results__wrapper .left .search-results__list-item .image {
  min-width: 270px;
  max-width: 270px;
  height: 270px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 16px;
}
@media screen and (max-width: 998px) {
  .t-search-results__wrapper .left .search-results__list-item .image {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .t-search-results__wrapper .left .search-results__list-item .image {
    display: none;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 560px) {
  .t-search-results__wrapper .left .search-results__list-item .image {
    margin: 0 auto;
  }
}
.t-search-results__wrapper .left .search-results__list-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-search-results__wrapper .left .search-results__list-item .image:hover {
  opacity: 0.6;
}
.t-search-results__wrapper .left .search-results__list-item .info {
  padding-top: 30px;
}
@media screen and (max-width: 560px) {
  .t-search-results__wrapper .left .search-results__list-item .info {
    padding-top: 0;
  }
}
.t-search-results__wrapper .left .search-results__list-item .info .info-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.t-search-results__wrapper .left .search-results__list-item .info .info-top__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45em;
  color: #7f8c8d;
}
.t-search-results__wrapper .left .search-results__list-item .info .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.777em;
  line-height: 1.25em;
  color: #151515;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .t-search-results__wrapper .left .search-results__list-item .info .title {
    font-size: 22px;
  }
}
.t-search-results__wrapper .left .search-results__list-item .info .title:hover {
  opacity: 0.6;
}
.t-search-results__wrapper .left .search-results__list-item .info .description {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65em;
  color: #7f8c8d;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.t-search-results__wrapper .left .search-results__list-item .info .btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  color: #151515;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .left .search-results__list-item .info .btn:hover {
  opacity: 0.6;
}
.t-search-results__wrapper .left .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-search-results__wrapper .left .navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.t-search-results__wrapper .left .navigation .nav-links .page-numbers {
  color: #fff;
  line-height: normal;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .t-search-results__wrapper .left .navigation .nav-links .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.t-search-results__wrapper .left .navigation .nav-links .page-numbers:hover {
  opacity: 0.6;
  transform: translateY(-1px);
}
.t-search-results__wrapper .left .navigation .nav-links .page-numbers.current {
  background: #57606f;
  cursor: unset;
  pointer-events: none;
}
.t-search-results__wrapper .left .navigation .nav-links .page-numbers.current:hover {
  opacity: 1;
  transform: unset;
}
.t-search-results__wrapper .left .navigation .nav-links .page-numbers.dots {
  font-size: 16px;
  line-height: 1.45px;
  color: #7f8c8d;
  background: transparent;
  width: fit-content;
  height: fit-content;
}
.t-search-results__wrapper .left .not-found {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.t-search-results__wrapper .left .not-found h2 {
  font-size: 36px;
  line-height: 1.2em;
  color: #151515;
}
@media screen and (max-width: 768px) {
  .t-search-results__wrapper .left .not-found h2 {
    font-size: 28px;
  }
}
.t-search-results__wrapper .left .not-found span {
  font-size: 16px;
}
.t-search-results__wrapper .right {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media screen and (max-width: 998px) {
  .t-search-results__wrapper .right {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .t-search-results__wrapper .right {
    max-width: 100%;
  }
}
.t-search-results__wrapper .right form input {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.45em;
  background-color: #f1f3f4;
  color: #2d3436;
  border-radius: 5px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 12px 16px;
}
.t-search-results__wrapper .right__group h3 {
  padding-left: 24px;
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #151515;
  line-height: 1.45em;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 24px;
}
.t-search-results__wrapper .right__group h3:before {
  content: "";
  z-index: 1;
  opacity: 0.8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 7px;
  background-color: #d63031;
}
.t-search-results__wrapper .right__group h3:after {
  content: "";
  z-index: -1;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 13px;
  background-color: #636e72;
}
.t-search-results__wrapper .right__group .brokers-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.t-search-results__wrapper .right__group .brokers-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.t-search-results__wrapper .right__group .brokers-list li .image {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .right__group .brokers-list li .image:hover {
  opacity: 0.5;
}
.t-search-results__wrapper .right__group .brokers-list li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-search-results__wrapper .right__group .brokers-list li h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2em;
  color: #151515;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .right__group .brokers-list li h4:hover {
  opacity: 0.5;
}
.t-search-results__wrapper .right__group .brokers-list li .star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1em;
  margin-bottom: 6px;
}
.t-search-results__wrapper .right__group .brokers-list li .star-rating .star {
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-size: 0.75em;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  color: #fdcb6e;
}
.t-search-results__wrapper .right__group .brokers-list li .star-rating .star:before {
  content: "\f005";
  font-weight: 900;
}
.t-search-results__wrapper .right__group .brokers-list li .star-rating .star.star-half:before {
  content: "\f5c0";
  font-weight: 900;
}
.t-search-results__wrapper .right__group .brokers-list li p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #7f8c8d;
}
.t-search-results__wrapper .right__group .news-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.t-search-results__wrapper .right__group .news-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.t-search-results__wrapper .right__group .news-list li .image {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .right__group .news-list li .image:hover {
  opacity: 0.5;
}
.t-search-results__wrapper .right__group .news-list li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-search-results__wrapper .right__group .news-list li h4 {
  font-size: 16px;
  color: #151515;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .right__group .news-list li h4:hover {
  opacity: 0.5;
}
.t-search-results__wrapper .right__group .news-list li span {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #7f8c8d;
}
.t-search-results__wrapper .right__group .comments-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.t-search-results__wrapper .right__group .comments-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe6e9;
  color: #7f8c8d;
  font-size: 16px;
  font-weight: 300;
}
.t-search-results__wrapper .right__group .comments-list li span {
  color: #7f8c8d;
  font-size: 16px;
  font-weight: 300;
}
.t-search-results__wrapper .right__group .comments-list li a {
  color: #2d3436;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.45em;
  transition: all 0.3s ease;
}
.t-search-results__wrapper .right__group .comments-list li a:hover {
  opacity: 0.5;
}

.t-content__wrapper {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 998px) {
  .t-content__wrapper {
    flex-flow: column-reverse;
  }
}
.t-content .sidebar {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px;
  max-width: 270px;
  min-width: 270px;
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
  background-color: #fff;
  position: sticky;
  top: 100px;
  height: fit-content;
}
@media screen and (max-width: 998px) {
  .t-content .sidebar {
    position: relative;
    top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.t-content .sidebar__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
}
.t-content .sidebar__list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.t-content .sidebar__list li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0;
  color: #000;
  transition: all 0.3s ease;
}
.t-content .sidebar__list li a:hover {
  opacity: 0.6;
}
.t-content .content {
  flex: 1;
  padding: 0 10px;
}
.t-content .content .blog-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -11px;
  gap: 0;
  row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .t-content .content .blog-list {
    margin: 0;
  }
}
.t-content .content .blog-list__item {
  padding: 0;
  max-width: calc(33.3333333333% - 22px);
  width: 100%;
  margin: 0 11px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1200px) {
  .t-content .content .blog-list__item {
    max-width: calc(50% - 22px);
  }
}
@media screen and (max-width: 998px) {
  .t-content .content .blog-list__item {
    max-width: calc(33.3333333333% - 22px);
  }
}
@media screen and (max-width: 768px) {
  .t-content .content .blog-list__item {
    max-width: calc(50% - 22px);
  }
}
@media screen and (max-width: 460px) {
  .t-content .content .blog-list__item {
    max-width: 100%;
    margin: 0;
  }
}
.t-content .content .blog-list__item:before {
  display: none;
}
.t-content .content .blog-list__item .info {
  padding: 0 12px 0;
}
@media screen and (max-width: 768px) {
  .t-content .content .blog-list__item .info {
    padding: 0;
  }
}
.t-content .content .blog-list__item .image-link {
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .t-content .content .blog-list__item .image-link {
    max-width: 283px;
    margin: 0 auto;
  }
}
.t-content .content .blog-list__item .image-link:hover {
  opacity: 0.7;
}
.t-content .content .blog-list__item .image-link img {
  margin-bottom: 24px;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
}
.t-content .content .blog-list__item h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: left;
}
.t-content .content .blog-list__item h3 a {
  transition: all 0.3s ease;
}
.t-content .content .blog-list__item h3 a:hover {
  opacity: 0.5;
}
.t-content .content .blog-list__item p {
  margin-bottom: 14px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-content .content .blog-list__item .author {
  padding: 14px 0 18px;
  border-top: 1px solid #B7CAE5;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}
.t-content .content .blog-list__item .author span, .t-content .content .blog-list__item .author a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}
.t-content .content .blog-list__item .author span {
  color: #B7CAE5;
}
.t-content .content .blog-list__item .author a {
  color: #2B3582;
  transition: all 0.3s ease;
}
.t-content .content .blog-list__item .author a:hover {
  opacity: 0.7;
}
.t-content .content .blog-list__item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.t-content .content .blog-list__item .bottom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #B7CAE5;
}

.t-content__wrapper.author {
  gap: 60px;
}
@media screen and (max-width: 998px) {
  .t-content__wrapper.author {
    flex-flow: column;
  }
}
@media screen and (max-width: 560px) {
  .t-content__wrapper.author {
    gap: 32px;
  }
}

.t-author-main {
  width: 100%;
  max-width: 382px;
  min-height: 382px;
  background: #F0F0F0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: fit-content;
  border-radius: 16px;
}
@media screen and (max-width: 998px) {
  .t-author-main {
    max-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .t-author-main {
    gap: 16px;
  }
}
.t-author-main .title {
  text-align: center;
  font-size: 3.157em;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .t-author-main .title {
    font-size: 24px;
  }
}
.t-author-main img {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t-author-main img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 560px) {
  .t-author-main img {
    width: 120px;
    height: 120px;
  }
}
.t-author-main .title-contact {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #000;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 560px) {
  .t-author-main .title-contact {
    font-size: 22px;
  }
}
.t-author-main__contacts {
  width: 100%;
}
.t-author-main__contacts img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.t-author-main__contacts svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.t-author-main__contacts ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-flow: row;
  flex-wrap: wrap;
}
.t-author-main__contacts ul li {
  padding: 0;
}
.t-author-main__contacts ul li:before {
  display: none;
}
.t-author-main__contacts ul li a {
  transition: all 0.4s ease;
}
.t-author-main__contacts ul li a:hover {
  opacity: 0.7;
}

.t-author-info {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.t-author-info .expert .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 560px) {
  .t-author-info .expert .title {
    font-size: 24px;
  }
}
.t-author-info .expert p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2e3246;
  padding: 0;
}
.t-author-info .bio .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #000;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 560px) {
  .t-author-info .bio .title {
    font-size: 24px;
  }
}
.t-author-info .bio p {
  padding-bottom: 10px;
}

.slide-team .slide-team__text p a {
  color: #fff;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  width: fit-content;
  height: 45px;
  padding: 6px 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 21.09px;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 64px;
  margin: 24px auto 0;
  text-decoration: none;
}
.slide-team .slide-team__text p a:hover {
  opacity: 0.6;
}

.post-type-archive .awards-content {
  padding: 0;
}
@media screen and (max-width: 998px) {
  .post-type-archive .awards-content .awards-content__wrapper {
    gap: 0;
  }
}
.post-type-archive .awards-content .awards-content__wrapper .sidebar {
  margin-top: 40px;
}
.post-type-archive .awards-content .awards-content__wrapper .content {
  padding: 40px 10px 50px;
}
.post-type-archive .t-content .tips-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -10px 24px;
  padding: 0;
  gap: unset;
  row-gap: 20px;
}
@media screen and (max-width: 400px) {
  .post-type-archive .t-content .tips-list {
    margin: 0;
  }
}
.post-type-archive .t-content .tips-list__item {
  max-width: calc(20% - 20px);
  width: 100%;
  margin: 0 10px;
  padding: 0;
}
@media screen and (max-width: 998px) {
  .post-type-archive .t-content .tips-list__item {
    max-width: calc(25% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive .t-content .tips-list__item {
    max-width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive .t-content .tips-list__item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 400px) {
  .post-type-archive .t-content .tips-list__item {
    max-width: 100%;
    margin: 0;
  }
}
.post-type-archive .t-content .tips-list__item:before {
  display: none;
}
.post-type-archive .t-content .tips-list__item a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.post-type-archive .t-content .tips-list__item a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.post-type-archive .t-content .tips-list__item a img {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
  overflow: hidden;
}
.post-type-archive .t-content .tips-list__item a span {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #2e3246;
}

.t-content .reviews-list {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 998px) {
  .t-content .reviews-list {
    gap: 15px;
  }
}
.t-content .reviews-list__item {
  flex-basis: calc((100% - 150px) / 6);
  position: relative;
  width: 100%;
  padding: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 998px) {
  .t-content .reviews-list__item {
    flex-basis: calc((100% - 60px) / 5);
  }
}
@media screen and (max-width: 768px) {
  .t-content .reviews-list__item {
    flex-basis: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 600px) {
  .t-content .reviews-list__item {
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 460px) {
  .t-content .reviews-list__item {
    flex-basis: calc((100% - 15px) / 2);
  }
}
.t-content .reviews-list__item-info {
  display: none;
}
.t-content .reviews-list__item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
}
.t-content .reviews-list__item.active {
  transform: scale(1.1);
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
}
.t-content .reviews-list__item:before {
  display: none;
}
.t-content .reviews-list__item img {
  width: 130px;
  max-width: 100%;
  max-height: 130px;
  min-height: 130px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s ease;
  overflow: hidden;
  margin: 0 auto;
}
.t-content .reviews-list .reviews-info-box {
  max-width: 100%;
  width: 100%;
  padding: 0 32px 20px;
  margin: 0;
  background: #F0F0F0;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .t-content .reviews-list .reviews-info-box {
    padding: 0 20px 20px;
  }
}
.t-content .reviews-list .reviews-info-box:before {
  display: none;
}
.t-content .reviews-list .reviews-info-box .tabs-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t-content .reviews-list .reviews-info-box .tabs-box .tabs {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    row-gap: 20px;
  }
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .t-btn {
  height: auto;
  border: none;
  color: #fff;
  font-size: 16px;
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a {
  flex: 1;
  border: 1px solid #020674;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #020674;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a {
    width: 48%;
    flex: unset;
  }
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab:hover, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a:hover {
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab:before, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a:before {
  content: url("../../images/arrow-sidebar.png");
  transform: rotate(-180deg);
  position: absolute;
  top: calc(100% - 18px);
  display: none;
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab.active, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a.active {
  display: flex;
  border: 1px solid transparent;
}
.t-content .reviews-list .reviews-info-box .tabs-box .tabs .tab.active:before, .t-content .reviews-list .reviews-info-box .tabs-box .tabs a.active:before {
  display: block;
}
.t-content .reviews-list .reviews-info-box .tab-content {
  width: 100%;
}
.t-content .reviews-list .reviews-info-box .tab-content .tab-item {
  flex-flow: column;
}
.t-content .reviews-list .reviews-info-box .tab-content .tab-item.active {
  display: flex;
}
.t-content .reviews-list .reviews-info-box .tab-content .tab-item p {
  padding-bottom: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .tab-item:has(.review-information) {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
}
.t-content .reviews-list .reviews-info-box .tab-content .tab-item:has(.review-information) .t-btn {
  margin: 20px auto 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information {
  display: flex;
  flex-flow: row;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .t-content .reviews-list .reviews-info-box .tab-content .review-information {
    padding-bottom: 10px;
    overflow-x: scroll;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__left {
  max-width: 180px;
  min-width: 180px;
  border-radius: 16px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  height: fit-content;
}
@media screen and (max-width: 600px) {
  .t-content .reviews-list .reviews-info-box .tab-content .review-information__left {
    min-width: 260px;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__left .table-row {
  padding: 10px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  border-top: 2px solid #fff;
  font-size: 16px;
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__left .table-row:nth-child(1) {
  border-top: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__left .table-row.info {
  background: #fff;
  border: none;
  padding: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__right {
  flex: 1;
  background: #EDF2F8;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .t-content .reviews-list .reviews-info-box .tab-content .review-information__right {
    min-width: 260px;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__right .table-row, .t-content .reviews-list .reviews-info-box .tab-content .review-information__right .table-row-info {
  border-top: 2px solid rgb(183, 202, 229);
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.45em;
  color: #2e3246;
  font-size: 16px;
}
.t-content .reviews-list .reviews-info-box .tab-content .review-information__right .table-row:nth-child(1), .t-content .reviews-list .reviews-info-box .tab-content .review-information__right .table-row-info:nth-child(1) {
  border-top: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .table {
  padding: 24px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  gap: 1.45em;
  border-radius: 5px;
}
.t-content .reviews-list .reviews-info-box .tab-content .table p:last-child {
  padding-bottom: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .table .wp-block-table {
  margin-bottom: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .table table {
  margin: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .table .has-fixed-layout {
  margin-bottom: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .table .has-fixed-layout thead tr th {
  width: 50%;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list {
  margin-top: 44px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item {
  display: flex;
  padding: 30px;
  background: #fff;
  gap: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 640px) {
  .t-content .reviews-list .reviews-info-box .tab-content .comments-list__item {
    flex-flow: column;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .image img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper {
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper {
    display: grid !important;
  }
}
@media screen and (max-width: 640px) {
  .t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper {
    display: flex !important;
    flex-flow: column;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper:empty {
  display: none;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-author-rating:first-child .comment-review {
  justify-content: unset;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-author-rating:first-child .comment-review .start-container-first {
  min-width: unset;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-author-rating p {
  padding: 0;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-review {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-review {
    align-items: flex-start;
    gap: 6px;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .comment-review p {
  padding: 0;
  font-size: 17px !important;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .start-container {
  min-width: 125px;
  height: 22px;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .start-container.start-container-first {
  text-align: right;
  font-size: 17px !important;
}
@media screen and (max-width: 1024px) {
  .t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .rating-wrapper .start-container.start-container-first {
    text-align: left;
  }
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .name {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #020674;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .description {
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 19px !important;
  font-weight: 400;
  line-height: 24px;
  color: #2A2C33;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2C33;
  transition: all 0.3s ease;
}
.t-content .reviews-list .reviews-info-box .tab-content .comments-list__item .info .date:hover {
  color: #B7CAE5;
}
.t-content .reviews-list .btn-load-comments {
  padding: 15px;
  border: 1px solid #020674;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 24px auto 0;
  color: #020674;
  transition: all 0.3s ease;
}
.t-content .reviews-list .btn-load-comments:hover {
  box-shadow: 0 0 15px 0 rgb(0, 91, 220);
  border: 1px solid rgb(0, 91, 220);
}

.compare-page .t-content {
  padding-top: 0;
}
.compare-page .content {
  overflow: hidden;
}

.compare-filter {
  padding-top: 40px;
  padding-bottom: 1.45em;
}
.compare-filter .tabs-box {
  width: 100%;
}
.compare-filter .tabs-box .tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .compare-filter .tabs-box .tabs {
    flex-flow: column;
  }
}
.compare-filter .tabs-box .tabs .tab {
  flex: 1;
  position: relative;
  padding: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #020674;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #00f, #00e8ff) border-box;
  border: 1px solid transparent;
}
.compare-filter .tabs-box .tabs .tab:hover {
  opacity: 0.6;
}
.compare-filter .tabs-box .tabs .tab:before {
  content: url("../../images/arrow-sidebar.png");
  transform: rotate(-180deg);
  position: absolute;
  top: calc(100% - 18px);
  display: none;
}
.compare-filter .tabs-box .tabs .tab.active {
  box-shadow: 0px -1px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border: none;
  border-bottom: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #00f, #00e8ff) border-box;
}
.compare-filter .tabs-box .tabs .tab.active:before {
  display: block;
}
.compare-filter .tab-content .tab-item {
  padding-top: 50px;
  overflow-x: auto;
}
.compare-filter .tab-content .tab-item .compare-filter-table {
  display: flex;
  flex-flow: row;
  gap: 20px;
  width: 100%;
}
.compare-filter .tab-content .tab-item .compare-filter-table .just-text {
  max-width: 230px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__left {
  width: 100%;
  max-width: 180px;
  min-width: 180px;
  height: fit-content;
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .left-item {
  border-radius: 16px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row-compare {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 15px;
  background: #F0F0F0;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
  color: #2e3246 !important;
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row-compare:hover:before {
  transform: rotate(-45deg) scale(1.3);
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row-compare:before {
  content: url("../../images/svg/cross-icon.svg");
  color: #000;
  font-size: 36px;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row {
  padding: 10px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  border-top: 2px solid #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row:nth-child(1) {
  border-top: 0;
}
.compare-filter .tab-content .tab-item .compare-filter-table__left .table-row.info {
  background: #fff;
  border: none;
  padding: 0;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right {
  flex: 1;
  display: flex;
  gap: 20px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right.center-risk .right-item:last-child .risk-warning-text {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .right-item {
  position: relative;
  flex: 1;
  background: #F0F0F0;
  border-radius: 16px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .right-item:last-child .risk-warning-text {
  right: 0;
  left: unset;
  transform: unset;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .close-right-item {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .close-right-item:hover {
  opacity: 0.7;
  transform: translateX(-50%) translateY(-2px);
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .close-right-item:before {
  content: "×";
  display: block;
  color: #fff;
  font-size: 19px;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .risk-warning-box {
  margin: 4px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .risk-warning-box .risk-warning-text {
  max-width: 260px;
  min-width: 260px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row, .compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info {
  border-top: 2px solid rgb(183, 202, 229);
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.45em;
  color: #2e3246;
  font-size: 16px;
  min-width: 160px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row:nth-child(1), .compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info:nth-child(1) {
  border-top: 0;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info {
  flex-flow: column;
  justify-content: flex-start;
  padding: 14px 0 24px 0;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info img {
  min-width: 120px;
  max-width: 120px;
  border-radius: 5px;
  object-fit: cover;
  height: 120px;
  min-height: 120px;
  margin-bottom: 12px;
  overflow: hidden;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info .simple-text, .compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info .full-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #2e3246;
  padding: 0 12px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info .t-btn {
  height: 39px;
  padding: 10px 4px;
  font-size: 16px;
  width: 104px;
}
.compare-filter .tab-content .tab-item .compare-filter-table__right .table-row-info .t-btn-gradient-border {
  font-size: 14px;
}

.t-modal-compare .t-modal__wrapper {
  max-width: 1060px;
  width: 100%;
}
.t-modal-compare .t-modal__wrapper .t-modal__body {
  padding: 32px 40px 24px;
}
@media screen and (max-width: 800px) {
  .t-modal-compare .t-modal__wrapper .t-modal__body {
    padding: 32px 24px 24px;
  }
}
.t-modal-compare .t-modal__wrapper .title {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-modal-compare .t-modal__wrapper .title {
    font-size: 24px;
  }
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 24px;
}
@media screen and (max-width: 800px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list {
    margin: 0 -12px;
    row-gap: 26px;
  }
}
@media screen and (max-width: 460px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list {
    margin: 0 -9px;
  }
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
  max-width: calc(14.2857142857% - 30px);
  width: 100%;
  margin: 0 15px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
    max-width: calc(16.6666666667% - 30px);
  }
}
@media screen and (max-width: 960px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
    max-width: calc(20% - 30px);
  }
}
@media screen and (max-width: 800px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
    max-width: calc(25% - 24px);
    margin: 0 12px;
  }
}
@media screen and (max-width: 600px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
    max-width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 460px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item {
    max-width: calc(33.3333333333% - 18px);
    margin: 0 9px;
  }
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item .broker-delete {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item .broker-delete:before {
  content: "×";
  display: block;
  color: #fff;
  font-size: 19px;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item.active-js {
  cursor: auto;
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item.active-js .broker-delete {
  opacity: 1;
  visibility: visible;
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item.active-js .broker-delete:hover {
  opacity: 0.7;
  transform: translateX(-50%) translateY(-2px);
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item.active-js img {
  box-shadow: 0 9px 9px 6px rgba(5, 27, 101, 0.2509803922);
}
.t-modal-compare .t-modal__wrapper .compare-brokers-list__item img {
  width: 114px;
  height: 114px;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 800px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item img {
    width: 84px;
    height: 84px;
  }
}
@media screen and (max-width: 460px) {
  .t-modal-compare .t-modal__wrapper .compare-brokers-list__item img {
    width: 74px;
    height: 74px;
  }
}
.t-modal-compare .t-modal__wrapper .t-btn {
  margin-top: 24px;
}

.community-topics {
  padding: 50px 0;
}
.community-topics .community-topics__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}
@media screen and (max-width: 600px) {
  .community-topics .community-topics__list {
    margin: 0;
  }
}
.community-topics .community-topics__list .community-topics__list-item {
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  margin: 0 10px;
  border: 1px solid rgba(46, 50, 70, 0.5019607843);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 998px) {
  .community-topics .community-topics__list .community-topics__list-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .community-topics .community-topics__list .community-topics__list-item {
    max-width: 100%;
    margin: 0;
  }
}
.community-topics .community-topics__list .community-topics__list-item .title {
  background: #EDF2F8;
  padding: 20px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.community-topics .community-topics__list .community-topics__list-item .title span {
  width: 100%;
  display: block;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.community-topics .community-topics__list .community-topics__list-item .topic {
  padding: 16px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  border-bottom: 1px solid rgba(46, 50, 70, 0.5019607843);
}
.community-topics .community-topics__list .community-topics__list-item .topic:last-child {
  border-bottom: none;
}
.community-topics .community-topics__list .community-topics__list-item .topic .favourites {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.community-topics .community-topics__list .community-topics__list-item .topic .favourites .favourites__title {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #020674;
}
.community-topics .community-topics__list .community-topics__list-item .topic .favourites .favourites-likes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.community-topics .community-topics__list .community-topics__list-item .topic .favourites .favourites-likes .favourites-likes__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.community-topics .community-topics__list .community-topics__list-item .topic .favourites .favourites-likes .favourites-likes__item .count {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.4px;
  text-align: left;
  color: #151515;
}
.community-topics .community-topics__list .community-topics__list-item .topic .author-info .author-info__name {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24.65px;
  text-align: left;
  margin-bottom: 8px;
  color: #2D3436;
}
.community-topics .community-topics__list .community-topics__list-item .topic .author-info .author-info__comment {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  color: #2E3246;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community-topics .community-topics__list .community-topics__list-item .topic .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.community-topics .community-topics__list .community-topics__list-item .topic .buttons a {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  display: block;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.community-topics .community-topics__list .community-topics__list-item .topic .buttons a:hover {
  background: linear-gradient(180deg, #B7CAE5 0%, #B7CAE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.general-topics {
  margin-bottom: 50px;
}
.general-topics .general-topics__wrapper {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .general-topics .general-topics__wrapper {
    flex-flow: column;
    gap: 32px;
  }
}
.general-topics .general-topics__wrapper .general-topics__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  height: fit-content;
  row-gap: 20px;
}
@media screen and (max-width: 600px) {
  .general-topics .general-topics__wrapper .general-topics__list {
    margin: 0;
  }
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item {
  max-width: calc(50% - 30px);
  width: 100%;
  margin: 0 15px;
  border: 1px solid rgba(46, 50, 70, 0.5019607843);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item {
    max-width: 100%;
    margin: 0;
  }
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .title {
  padding: 10px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #020674;
  background: #ECF3FE;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .title.markets span {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info {
  display: flex;
  gap: 14px;
  padding: 14px;
  flex-wrap: wrap;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: min-content;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.4px;
  text-align: center;
  color: rgba(46, 50, 70, 0.5019607843);
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box .number {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.13px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child {
  display: flex;
  align-items: center;
  flex-flow: row;
  gap: 4px;
  width: max-content;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child img {
  width: 33px;
  min-width: 33px;
  height: 33px;
  object-fit: cover;
  border-radius: 2px;
  overflow: hidden;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper .topics-name {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  color: #020674;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper .topics-additional {
  display: flex;
  align-items: center;
  gap: 12px;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper .topics-additional .date {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  color: rgba(46, 50, 70, 0.5019607843);
  position: relative;
  text-align: left;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper .topics-additional .date:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  width: 2px;
  height: 2px;
  background: #9798A3;
  border-radius: 100%;
}
.general-topics .general-topics__wrapper .general-topics__list .general-topics__list-item .info .info-box:last-child .topics-wrapper .topics-additional .username {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  color: #020674;
}
.general-topics .general-topics__wrapper .general-topics__form {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .general-topics .general-topics__wrapper .general-topics__form {
    max-width: 100%;
  }
}
.general-topics .general-topics__wrapper .general-topics__form .form-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: left;
  color: #151515;
  margin-bottom: 30px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #fff;
  transition: all 0.6s ease;
  z-index: 9;
}
.header .t-overlay {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 52, 54, 0.95);
  transition: all 0.3s ease;
}
.header.active-menu-js .t-overlay {
  opacity: 1;
  visibility: visible;
}
.header.active-js {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 80px;
}
@media screen and (max-width: 998px) {
  .header__wrapper {
    justify-content: unset;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    height: 68px;
  }
}
.header__logo {
  transition: all 0.3s ease;
}
.header__logo:hover {
  opacity: 0.6;
}
.header__logo img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}
.header__menu-logo {
  display: none;
}
@media screen and (max-width: 998px) {
  .header__menu-logo {
    display: block;
  }
}
.header__menu-logo img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}
.header__menu-copyright {
  display: none;
}
@media screen and (max-width: 998px) {
  .header__menu-copyright {
    color: #7f8c8d;
    border-top: 1px solid #f5f6fa;
    margin-top: 60px;
    padding: 30px 0;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    text-align: center;
    display: block;
  }
}
.header__menu {
  height: 100%;
  transition: all 0.5s ease;
}
@media screen and (max-width: 998px) {
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 320px;
    display: flex;
    flex-flow: column;
    gap: 44px;
    top: 0;
    right: 0;
    padding: 45px 30px;
    background-color: #fff;
    z-index: 99999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
}
.header__menu.active-js {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header__menu .close-icon {
  display: none;
  right: 30px;
}
@media screen and (max-width: 998px) {
  .header__menu .close-icon {
    display: block;
  }
}
.header__menu .header__menu-list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
    height: auto;
  }
}
.header__menu .header__menu-list .header__menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
}
.header__menu .header__menu-list .header__menu-item.active-js .submenu .submenu-item {
  pointer-events: auto !important;
}
.header__menu .header__menu-list .header__menu-item.best .header__menu-link:before {
  color: #636e72;
  background-color: #dfe6e9;
  content: "Best";
  font-weight: 700;
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  top: 14px;
  right: 1px;
  padding: 2px 7px;
  border-radius: 8px;
  pointer-events: none;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item.best .header__menu-link:before {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item.has-submenu {
    position: relative;
  }
  .header__menu .header__menu-list .header__menu-item.has-submenu:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free", sans-serif;
    position: absolute;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    right: 0;
    top: 0;
  }
}
.header__menu .header__menu-list .header__menu-item.has-submenu .header__menu-link:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  bottom: 18px;
  text-align: center;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item.has-submenu .header__menu-link:after {
    display: none;
  }
}
.header__menu .header__menu-list .header__menu-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item.has-submenu:hover .submenu {
    opacity: 0;
    visibility: hidden;
  }
}
.header__menu .header__menu-list .header__menu-item.has-submenu.active-js .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
}
.header__menu .header__menu-list .header__menu-item .header__menu-link {
  transition: all 0.6s ease;
  height: 100%;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .header__menu-link {
    width: fit-content;
    height: auto;
    padding: 10px 0;
    color: #151515;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1em;
  }
}
.header__menu .header__menu-list .header__menu-item .header__menu-link:hover {
  color: #B7CAE5;
  border-bottom: 2px solid #B7CAE5;
}
.header__menu .header__menu-list .header__menu-item .submenu {
  position: absolute;
  width: 100%;
  max-width: 1180px;
  height: fit-content;
  padding: 32px;
  background-color: #F0F0F0;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
    max-width: 100%;
    background: #fff;
    box-shadow: none;
    display: flex;
    flex-flow: column;
    gap: 0;
    max-height: 0;
    padding: 0 0 0 15px !important;
  }
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item:has(.submenu-second) .submenu-item__content .info .info-head span {
    padding-bottom: 15px;
    font-weight: 500;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item {
    padding: 10px 0 10px 10px;
    pointer-events: none;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content {
  display: flex;
  width: 100%;
  gap: 14px;
  margin-bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content.hover:hover .submenu-second {
  opacity: 1;
  visibility: visible;
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content img {
  min-width: 80px;
  max-width: 80px;
  height: 60px;
  z-index: 9;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content img {
    display: none !important;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info div:empty {
  display: none;
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info span {
  display: flex;
  position: relative;
  color: #34495e;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 16px;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info span {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1em;
    color: #151515;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info span:after {
  content: url("../images/arrow-bottom-bold.svg");
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info span:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free", sans-serif;
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    bottom: 18px;
    text-align: center;
    right: 0;
    pointer-events: none;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info p {
  font-size: 14px;
  line-height: 16px;
  color: #2e3246;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item__content .info p {
    display: none;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item:hover .submenu-second {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item:hover .submenu-second {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item.active-js {
    pointer-events: auto;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item.active-js .submenu-second {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second {
  position: absolute;
  width: 100%;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  top: 35px;
  left: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 10, 0, 0.25);
  z-index: 3;
  min-height: 62px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0 0 104px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second {
    position: relative;
    top: unset;
    left: unset;
    box-shadow: unset;
    max-height: 0;
    min-height: 0;
    padding: 0;
    gap: 0;
  }
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second__item {
    padding: 0 0 0 15px;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second__item a {
  font-size: 14px;
  color: #34495e;
  font-weight: 400;
  transition: all 0.4s ease;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second__item a {
    padding: 0;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1em;
    color: #000;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second__item a:hover {
  color: #b2bec3;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click.active-js {
  transition: unset;
  visibility: hidden;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item:has(.submenu-second) {
  cursor: pointer;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-second {
  position: fixed;
  width: 100%;
  max-width: 1244px;
  height: fit-content;
  padding: 32px;
  background-color: #F0F0F0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 999;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-second .submenu-second__item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 998px) {
  .header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-second .submenu-second__item {
    padding: 10px 0 10px 10px;
  }
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-second.active-js {
  opacity: 1;
  visibility: visible;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-item__content {
  cursor: unset;
}
.header__menu .header__menu-list .header__menu-item .submenu.submenu__click .submenu-item .submenu-item__content .info span:after {
  display: none;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 998px) {
  .header__buttons {
    margin-left: auto;
  }
}
.header__buttons .t-btn {
  width: fit-content;
  height: fit-content;
  padding: 12px;
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .header__buttons .t-btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 420px) {
  .header__buttons .t-btn {
    display: none;
  }
}
.header__burger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 998px) {
  .header__burger {
    display: block;
  }
}
.header__burger .bar {
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.header__burger .bar:nth-of-type(2) {
  top: calc(50% - 9px);
}
.header__burger .bar:nth-of-type(3) {
  top: calc(50% + 9px);
}
.header__search {
  transition: all 0.3s ease;
}
@media screen and (max-width: 998px) {
  .header__search {
    margin-left: auto;
  }
}
.header__search:hover {
  opacity: 0.5;
}
.header.global .header__menu .header__menu-list .header__menu-item:hover .submenu {
  z-index: 99999;
}
.header.global .header__menu .header__menu-list .header__menu-item.active-js .submenu-second {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu {
    display: flex;
    flex-flow: column;
    gap: 0;
    padding: 0;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item {
  padding: 0;
  background: transparent;
  border-radius: unset;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item {
    margin-top: 10px;
    pointer-events: none;
    padding-bottom: 12px;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content {
  margin-bottom: 16px;
  border-bottom: none;
  cursor: unset;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content {
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info div {
    display: none;
  }
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info div:empty {
    display: none;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info div:empty {
  display: none;
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info div {
  font-size: 14px !important;
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info .info-head {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #B7CAE5;
  padding-bottom: 16px;
  min-height: 48px;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content .info .info-head {
    border-bottom: none;
    padding-bottom: 0;
    min-height: unset;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  object-fit: contain;
  margin-left: -4px;
  height: 30px;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content img {
    display: none;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #151515;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content span {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-item__content span:after {
  display: none;
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second {
  position: relative;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  top: unset;
  left: unset;
  padding: 0;
  background: transparent;
  border-radius: unset;
  min-height: auto;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second {
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    gap: 15px;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second .submenu-second__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #151515;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second .submenu-second__item a span {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second .submenu-second__item a img {
  transition: all 0.3s ease;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second .submenu-second__item a img {
    display: none !important;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item .submenu-second .submenu-second__item a:hover {
  transform: translateX(10px);
  opacity: 0.2;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu .submenu-item.active-js {
    pointer-events: auto;
  }
}
.header.global .header__menu .header__menu-list .header__menu-item .submenu.submenu-invest {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 40px 64px;
}
@media screen and (max-width: 998px) {
  .header.global .header__menu .header__menu-list .header__menu-item .submenu.submenu-invest {
    padding: 0 0 0 6px;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #f5f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .header-search {
    padding: 24px 16px;
  }
}
.header-search.active-js {
  opacity: 1;
  visibility: visible;
}
.header-search__form {
  max-width: 1170px;
  width: 100%;
  height: 100px;
}
.header-search__form input {
  width: 100%;
  height: auto;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2em;
  color: #2d3436;
  border: 0;
  border-bottom: 1px solid #e9edf0;
  padding: 20px 30px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .header-search__form input {
    font-size: 28px;
  }
}
.header-search__form input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2em;
  color: #2d3436;
}
@media screen and (max-width: 768px) {
  .header-search__form input::placeholder {
    font-size: 28px;
  }
}

.close-icon {
  top: 20px;
  right: 24px;
  width: 20px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease;
}
.close-icon:hover .to-right, .close-icon:hover .to-left {
  background-color: #000;
}
.close-icon .to-right, .close-icon .to-left {
  background-color: #7f8c8d;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 10px;
  left: 0;
  transition: all 0.3s ease;
}
.close-icon .to-right {
  transform: rotate(135deg);
}
.close-icon .to-left {
  transform: rotate(45deg);
}

.footer {
  padding: 30px 0 0;
  background: #2A2C33;
  overflow: hidden;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__logo {
  transition: all 0.4s ease;
}
.footer__logo img {
  width: 140px;
  height: 60px;
  object-fit: contain;
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer .footer__column-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.footer .footer__column-logo .footer__years {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer .footer__copyright-text {
  font-size: 12px;
  color: #fff;
  line-height: normal;
  display: flex;
}
.footer__column {
  display: flex;
  flex-flow: column;
  gap: 16px;
  width: 100%;
  max-width: 145px;
}
@media screen and (max-width: 800px) {
  .footer__column {
    max-width: 45% !important;
  }
}
@media screen and (max-width: 600px) {
  .footer__column {
    max-width: 100% !important;
  }
  .footer__column ul {
    justify-content: center;
    align-items: center;
  }
}
.footer__column:first-child {
  max-width: 200px !important;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer__column:first-child {
    max-width: 100% !important;
    padding-bottom: 16px;
    margin: 0 auto;
    align-items: center;
    gap: 24px;
  }
}
.footer__column:last-child {
  max-width: 190px;
}
@media screen and (max-width: 800px) {
  .footer__column:last-child {
    max-width: 100% !important;
  }
  .footer__column:last-child ul {
    max-width: 190px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .footer__column:last-child {
    order: 2;
  }
}
.footer__column ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.footer__column ul li a {
  font-size: 14px;
  line-height: 23px;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer__column ul li a:hover {
  color: #636e72;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.footer__social img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__social a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  padding: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background: #F0F0F0;
}
.footer__social a:hover {
  background-color: #636e72;
}
.footer__social a:hover i {
  color: #fff;
}
.footer__social a i {
  font-size: 24px;
  color: #636e72;
  transition: all 0.5s ease;
}
.footer .risk-warning-box {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .risk-warning-box {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .footer .risk-warning-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .risk-warning-box .risk-warning-title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.footer .risk-warning-box .risk-warning-text {
  border: 1px solid #192137;
  background-color: #B7CAE5;
  font-size: 16px;
  line-height: normal;
  max-width: 100%;
  min-width: 850px;
  left: 0;
  transform: none;
  box-shadow: none;
  top: 22px;
}
@media screen and (max-width: 900px) {
  .footer .risk-warning-box .risk-warning-text {
    min-width: 450px;
  }
}
@media screen and (max-width: 600px) {
  .footer .risk-warning-box .risk-warning-text {
    max-width: 100%;
    min-width: 330px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
}
@media screen and (max-width: 380px) {
  .footer .risk-warning-box .risk-warning-text {
    min-width: 260px;
  }
}
.footer .risk-warning-box .risk-warning-text p {
  font-size: 16px;
}
.footer__copyright {
  margin-top: 30px;
}
.footer__copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.footer__copyright span {
  font-size: 12px;
  color: #fff;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-ticker {
  display: flex;
  width: 7000px;
  padding: 10px 0;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  gap: 2px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer-ticker {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer-ticker {
    width: 10000px;
  }
}
.footer-ticker p {
  display: inline-block;
  animation: news 70s infinite linear;
  padding: 0;
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .footer-ticker p {
    font-size: 12px !important;
  }
}

@keyframes news {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4135px);
  }
}
.t-btn {
  width: fit-content;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 5px 56px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  color: #000;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 16px;
}
.t-btn-gradient {
  color: #fff;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
}
.t-btn-gradient:hover {
  opacity: 0.7;
}
.t-btn-gradient-border {
  position: relative;
  background: -webkit-linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
.t-btn-gradient-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}
.t-btn-gradient-border:hover {
  opacity: 0.5;
}
.t-btn-green {
  border: 1px solid #00A226;
  padding: 6px 20px;
  border-radius: 16px;
  font-weight: 700;
  max-width: max-content;
  height: fit-content;
  font-size: 14px;
  line-height: normal;
  color: #00A226;
}
.t-btn-blue {
  border: 2px solid #020674;
  padding: 6px 20px;
  border-radius: 16px;
  font-weight: 700;
  height: fit-content;
  font-size: 14px;
  line-height: normal;
  color: #020674;
  max-width: 166px !important;
  min-width: 166px !important;
}
.t-btn-share {
  color: #fff;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  padding: 6px 20px;
  border-radius: 16px;
  font-weight: 700;
  max-width: 146px;
  width: 100%;
  font-size: 14px;
  line-height: normal;
  transition: max-width 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: unset;
}
.t-btn-share:hover {
  max-width: 165px !important;
  opacity: 1;
}
.t-btn-share:hover:before {
  opacity: 1;
}
.t-btn-share:hover .post-share-links a {
  transform: translate(0, -50%);
  opacity: 1;
}
.t-btn-share:hover .post-share-links a:nth-child(1) {
  left: 10px;
}
.t-btn-share:hover .post-share-links a:nth-child(2) {
  left: 40px;
}
.t-btn-share:hover .post-share-links a:nth-child(3) {
  left: 70px;
}
.t-btn-share:hover .post-share-links a:nth-child(4) {
  left: 100px;
}
.t-btn-share:hover .post-share-links a:nth-child(5) {
  left: 130px;
}
.t-btn-share:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.t-btn-share span {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.t-btn-share span img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.t-btn-share .post-share-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: transform 250ms ease, opacity 250ms ease, left 250ms ease, background-color 0.2s ease;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.t-btn-share .post-share-links a:hover {
  background-color: #fff;
}
.t-btn-share .post-share-links a:hover svg path {
  fill: #020674;
}
.t-btn-share .post-share-links a:hover img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(3303%) hue-rotate(228deg) brightness(79%) contrast(135%);
}
.t-btn-share .post-share-links a svg, .t-btn-share .post-share-links a img {
  width: auto;
  height: 13px;
  fill: #FFF;
  transition: fill 0.2s ease;
}
.t-btn-share .post-share-links a svg path, .t-btn-share .post-share-links a img path {
  transition: fill 0.2s ease;
}

.search-section {
  padding-bottom: 40px;
}
@media screen and (max-width: 998px) {
  .search-section {
    padding-bottom: 30px;
  }
}

.t-search-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 70px;
}
@media screen and (max-width: 500px) {
  .t-search-wrapper {
    flex-flow: column;
    height: auto;
  }
}
.t-search-wrapper .t-search-input-box {
  flex: 1;
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .t-search-wrapper .t-search-input-box {
    width: 100%;
  }
}
.t-search-wrapper .t-search-input-box img {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .t-search-wrapper .t-search-input-box img {
    left: 12px;
  }
}
.t-search-wrapper .t-search-input-box #search-form {
  width: 100%;
}
.t-search-wrapper .t-search-input-box .t-search-input {
  width: 100%;
  height: 100%;
  padding: 24px 24px 24px 86px;
  font-family: "Roboto", sans-serif;
  font-size: 21.33px;
  font-weight: 500;
  line-height: 21.33px;
  text-align: left;
  color: #2e3246;
}
@media screen and (max-width: 768px) {
  .t-search-wrapper .t-search-input-box .t-search-input {
    padding: 24px 24px 24px 66px;
  }
}
.t-search-wrapper .t-search-input-box .t-search-input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 21.33px;
  font-weight: 500;
  line-height: 21.33px;
  text-align: left;
  color: #838C8E;
}
.t-search-wrapper .t-btn {
  height: 100%;
  padding: 10px 45px;
}
@media screen and (max-width: 500px) {
  .t-search-wrapper .t-btn {
    width: 100%;
    height: 70px;
  }
}

.gutenberg-section {
  padding: 0 0 80px;
}

.wp-block-image {
  margin-top: 1.45em;
  margin-bottom: 1.45em;
}

.wp-block-image img {
  border-radius: 10px;
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: fit-content;
}

.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 10px 0 0;
  color: #7f8c8d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

h2.wp-block-heading, h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #151515;
  margin: 23px 0;
  font-size: 36px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading, h2 {
    font-size: 1.777em;
  }
}

h3.wp-block-heading, h3 {
  font-family: "Inter", sans-serif;
  margin: 23px 0;
  font-size: 1.777em;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  color: #151515;
}

h4.wp-block-heading, h4 {
  font-family: "Inter", sans-serif;
  margin: 23px 0;
  font-size: 1.477em;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  color: #151515;
}

.wp-block-spacer {
  height: 28px;
}

p + h2:first-of-type {
  margin-top: 0;
}

p {
  font-size: 18px;
  line-height: 1.65em;
  padding-bottom: 1.45em;
  color: #2e3246;
}
p a {
  text-decoration: underline;
  color: #020674;
}

.home .wp-block-columns .wp-block-column ol {
  column-count: unset !important;
}
.home .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0 !important;
}

.wp-block-columns {
  display: flex;
  gap: 4em;
  margin-bottom: 1.45em;
}
@media screen and (max-width: 768px) {
  .wp-block-columns {
    flex-flow: column;
    gap: 1em;
  }
}
.wp-block-columns p:empty {
  display: none;
}
.wp-block-columns .wp-block-column {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    order: 1;
  }
  .wp-block-columns .wp-block-column:has(.wp-block-image) {
    order: 0;
  }
}
.wp-block-columns .wp-block-column p a {
  transition: all 0.4s ease;
}
.wp-block-columns .wp-block-column p a:hover {
  color: #B7CAE5;
}
.wp-block-columns .wp-block-column h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #151515;
  margin: 23px 0;
  font-size: 36px;
  line-height: 1.2em;
}
.wp-block-columns .wp-block-column h3 {
  font-family: "Inter", sans-serif;
  margin: 23px 0;
  font-size: 1.777em;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  color: #151515;
}
.wp-block-columns .wp-block-column p {
  font-size: 18px;
  line-height: 1.65em;
  padding-bottom: 1.45em;
  color: #2e3246;
}
.wp-block-columns .wp-block-column ul {
  margin-bottom: 1.45em;
}
.wp-block-columns .wp-block-column ul:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column ul li {
  padding: 0 5px 0 30px;
  font-weight: 600;
  line-height: 1.65em;
  margin: 5px 0;
  font-size: 18px;
  position: relative;
  color: #2e3246;
}
.wp-block-columns .wp-block-column ul li:before {
  content: "";
  top: calc(50% - 5px);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  border-radius: 50%;
  position: absolute;
  left: 7px;
}
.wp-block-columns .wp-block-column ol {
  list-style: decimal;
  margin-bottom: 1.45em;
  margin-left: 30px;
  counter-reset: num;
  column-count: 3;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column ol {
    column-count: 2 !important;
  }
}
@media screen and (max-width: 560px) {
  .wp-block-columns .wp-block-column ol {
    column-count: 1 !important;
  }
}
.wp-block-columns .wp-block-column ol li {
  padding: 0 5px 5px;
  margin: 5px 0;
  position: relative;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.65em;
  font-weight: 400;
  color: #2e3246;
}
.wp-block-columns .wp-block-column ol li:before {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  color: #fff;
  font-weight: 700;
  content: counter(num);
  counter-increment: num;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 100%;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
}
.wp-block-columns .wp-block-column ol li:after {
  position: absolute;
  border: 2px solid #fff;
  z-index: 3;
  right: calc(100% + 6px);
  top: 5px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
}
.wp-block-columns .wp-block-column ol li a {
  text-decoration: underline;
  color: #020674;
  transition: all 0.3s ease;
  font-weight: 400;
}
.wp-block-columns .wp-block-column ol li a:hover {
  color: #B7CAE5;
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin-top: 1.45em;
  height: 100%;
}
.wp-block-columns .wp-block-column .wp-block-image img {
  object-fit: contain;
  height: 100%;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

ul.compare-list {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-bottom: 24px;
}
ul.compare-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  ul.compare-list li {
    flex-flow: column;
  }
}
ul.compare-list li img {
  min-width: 80px;
  max-width: 80px;
  height: 60px;
  object-fit: contain;
}
ul.compare-list li h3 {
  margin-bottom: 20px;
  font-size: 1.777em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  ul.compare-list li h3 {
    font-size: 1.333em;
  }
}
ul.compare-list li p {
  padding-bottom: 0;
  font-size: 18px;
}

.alignright {
  float: right;
  text-align: right;
}

p a {
  transition: all 0.4s ease;
}
p a:hover {
  color: #B7CAE5;
}

.risk-warning-box {
  position: relative;
  width: 100%;
  cursor: pointer;
  max-width: fit-content;
}
.risk-warning-box .risk-warning-title {
  max-width: fit-content;
  border-bottom: 1px dashed #B7CAE5;
  color: #2e3246;
  line-height: 22px;
  font-size: 14px;
  margin: 0 auto;
}
.risk-warning-box:hover .risk-warning-text {
  opacity: 1;
  visibility: visible;
}
.risk-warning-box .risk-warning-text {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: auto;
  max-width: 300px;
  min-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  color: #576574;
  border-radius: 5px;
  padding: 15px;
  z-index: 999999;
  box-shadow: 0 0 30px 0 rgba(250, 177, 160, 0.5);
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 14px !important;
  line-height: 22px;
  background: rgb(236, 243, 254);
  border: 1px solid #005BDC;
}
@media screen and (max-width: 768px) {
  .risk-warning-box .risk-warning-text {
    min-width: 220px;
    max-width: 220px;
  }
}
.risk-warning-box .risk-warning-text strong {
  color: #e17055;
}
.risk-warning-box .risk-warning-text p {
  padding: 0;
}

.t-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  padding: 24px;
  overflow-y: auto;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.t-modal.active-js {
  opacity: 1;
  visibility: visible;
}
.t-modal.active-js .t-modal__wrapper {
  transform: translateY(0);
}
.t-modal__wrapper {
  max-width: 600px;
  height: fit-content;
  background: #fff;
  min-height: 200px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  transition: all 0.4s ease;
  transform: translateY(-200%);
}
.t-modal__header {
  background: #f5f5f5;
  padding: 25px 80px 25px 40px;
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-modal__header {
    padding: 32px 16px 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}
.t-modal__header h2, .t-modal__header h3, .t-modal__header span {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #151515;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-modal__header h2, .t-modal__header h3, .t-modal__header span {
    font-size: 22px;
    text-align: left;
  }
}
.t-modal__body {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .t-modal__body {
    padding: 16px;
  }
}
.t-modal__body p {
  font-size: 18px;
  line-height: 1.65em;
}
.t-modal__close {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .t-modal__close {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
}
.t-modal__close:before, .t-modal__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.t-modal__close:before {
  transform: rotate(45deg);
}
.t-modal__close:after {
  transform: rotate(-45deg);
}

.t-faq, .t-faq-guide {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 23px;
}
.t-faq__item, .t-faq-guide__item {
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  background: #F0F0F0;
}
.t-faq__item:last-child, .t-faq-guide__item:last-child {
  margin-bottom: 10px;
}
.t-faq__item .title-box, .t-faq-guide__item .title-box {
  padding: 30px 40px;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .t-faq__item .title-box, .t-faq-guide__item .title-box {
    padding: 30px 60px 30px 32px;
  }
}
.t-faq__item .title-box.active, .t-faq-guide__item .title-box.active {
  padding: 30px 40px 16px;
}
@media screen and (max-width: 768px) {
  .t-faq__item .title-box.active, .t-faq-guide__item .title-box.active {
    padding: 30px 60px 15px 32px;
  }
}
.t-faq__item .title-box.active .title-accordion, .t-faq-guide__item .title-box.active .title-accordion {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  padding-right: 10px;
}
.t-faq__item .title-box.active .title-accordion:after, .t-faq-guide__item .title-box.active .title-accordion:after {
  transform: rotate(0deg);
}
.t-faq__item .title-box .title-accordion, .t-faq-guide__item .title-box .title-accordion {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: flex;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .t-faq__item .title-box .title-accordion, .t-faq-guide__item .title-box .title-accordion {
    font-size: 20px;
  }
}
.t-faq__item .title-box .title-accordion:after, .t-faq-guide__item .title-box .title-accordion:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 14px;
  right: 0;
  top: 30%;
  background-image: url("../../images/arrow-sidebar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg) translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .t-faq__item .title-box .title-accordion:after, .t-faq-guide__item .title-box .title-accordion:after {
    right: -20px;
  }
}
.t-faq__item .content-box, .t-faq-guide__item .content-box {
  padding: 0 40px 30px;
}
@media screen and (max-width: 768px) {
  .t-faq__item .content-box, .t-faq-guide__item .content-box {
    padding: 0 32px 30px;
  }
}
.t-faq__item .content-box ul, .t-faq-guide__item .content-box ul {
  display: block;
  padding-left: 0;
  counter-reset: section;
  column-count: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .t-faq__item .content-box ul, .t-faq-guide__item .content-box ul {
    column-count: 1;
  }
}
.t-faq__item .content-box ul li, .t-faq-guide__item .content-box ul li {
  padding: 14px 4px 14px 42px;
  line-height: 1.65em;
  font-size: 16px;
  list-style: none;
}
.t-faq__item .content-box ul li:before, .t-faq-guide__item .content-box ul li:before {
  display: none;
}
.t-faq__item .content-box ul li a, .t-faq-guide__item .content-box ul li a {
  color: #000;
  position: relative;
  font-weight: 700;
  transition: all 0.4s ease;
}
.t-faq__item .content-box ul li a:hover, .t-faq-guide__item .content-box ul li a:hover {
  color: #B7CAE5;
}
.t-faq__item .content-box ul li a:after, .t-faq-guide__item .content-box ul li a:after {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: section;
  content: counter(section);
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #005BDC;
  font-weight: 700;
  box-sizing: border-box;
  top: 0;
  bottom: unset;
  margin: auto;
  left: -24px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #005BDC;
}
.t-faq__item .content-box p:last-child, .t-faq-guide__item .content-box p:last-child {
  padding: 0;
}

.t-faq-guide__item .title-box.active .title-accordion {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #000;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-faq-guide__item .content-box {
    padding: 0 32px 20px;
  }
}
.t-faq-guide__item .content-box ul li a {
  text-decoration: underline;
}

.t-faq__item {
  background: #EDF2F8;
}

.wp-block-table {
  overflow-x: auto;
  margin-bottom: 30px;
  /* Firefox */
}
.wp-block-table * {
  scrollbar-width: auto;
  scrollbar-color: #4d4d4d #ffffff;
}
.wp-block-table *::-webkit-scrollbar {
  width: 16px;
}
.wp-block-table *::-webkit-scrollbar-track {
  background: #ffffff;
}
.wp-block-table *::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.wp-block-table thead {
  border-bottom: 0;
}

.has-fixed-layout {
  border-collapse: separate !important;
  table-layout: unset !important;
  overflow: hidden;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
.has-fixed-layout thead tr {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%) !important;
}
.has-fixed-layout thead tr:nth-child(odd) {
  background: #F0F0F0;
}
.has-fixed-layout thead tr th {
  padding: 10px;
  font-weight: 800;
  text-align: center;
  border: 0.5px solid #fff;
  font-size: 16px;
  line-height: 1.65em;
  color: #fff;
  width: 146px;
  word-break: unset !important;
  vertical-align: middle;
}
@media screen and (max-width: 998px) {
  .has-fixed-layout thead tr th {
    min-width: 130px;
  }
}
.has-fixed-layout thead tr th:first-child {
  border-top-left-radius: 16px;
}
.has-fixed-layout thead tr th:last-child {
  border-top-right-radius: 16px;
}
.has-fixed-layout tbody tr:nth-child(even) {
  background: #EDF2F8;
}
.has-fixed-layout tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.has-fixed-layout tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.has-fixed-layout tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
  padding: 10px 15px;
  border: 0.5px solid #2e3246;
  vertical-align: baseline;
  color: #2e3246;
  word-break: unset !important;
}
.has-fixed-layout tbody tr td a {
  color: #020674;
  transition: all 0.3s ease;
}
.has-fixed-layout tbody tr td a:hover {
  color: #B7CAE5;
}
.has-fixed-layout tbody tr td:first-child {
  text-align: left;
}

.t-tabs .tabs-box, .t-tabs-steps .tabs-box {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .t-tabs .tabs-box, .t-tabs-steps .tabs-box {
    overflow-x: auto;
  }
}
.t-tabs .tabs-box .tabs, .t-tabs-steps .tabs-box .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  .t-tabs .tabs-box .tabs, .t-tabs-steps .tabs-box .tabs {
    flex-wrap: unset;
  }
}
.t-tabs .tabs-box .tabs .tab, .t-tabs-steps .tabs-box .tabs .tab {
  border-radius: 16px;
  background-color: #EDF2F8;
  padding: 16px 24px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .t-tabs .tabs-box .tabs .tab, .t-tabs-steps .tabs-box .tabs .tab {
    min-width: fit-content !important;
    width: 100%;
  }
}
.t-tabs .tabs-box .tabs .tab:hover, .t-tabs-steps .tabs-box .tabs .tab:hover {
  opacity: 0.7;
}
.t-tabs .tabs-box .tabs .tab.active, .t-tabs-steps .tabs-box .tabs .tab.active {
  color: #fff;
  box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
}
.t-tabs .tab-content .tab-item, .t-tabs-steps .tab-content .tab-item {
  font-size: 16px;
  line-height: 19px;
  padding: 30px;
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 16px;
  margin-bottom: 40px;
}
.t-tabs .tab-content .tab-item p, .t-tabs-steps .tab-content .tab-item p {
  padding: 0 0 1.45em 0;
}
.t-tabs .tab-content .tab-item p:last-child, .t-tabs-steps .tab-content .tab-item p:last-child {
  padding: 0;
}

.t-tabs-steps .tabs-box .tabs {
  gap: 20px 24px;
}
.t-tabs-steps .tabs-box .tabs .tab {
  position: relative;
  min-width: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-tabs-steps .tabs-box .tabs .tab:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/svg/step-arrow.svg") center no-repeat;
  right: -17px;
  width: 8px;
  height: 10px;
}
.t-tabs-steps .tabs-box .tabs .tab:last-child:after {
  display: none;
}
.t-tabs-steps .tab-content .tab-item {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.space-comments {
  padding-bottom: 32px !important;
}
.space-comments .rating-container > input:checked ~ label:before {
  background-image: url("/wp-content/themes/financeraters/images/star-filled.svg") !important;
}
.space-comments .rating-container > input + label:hover:before {
  background-image: url("/wp-content/themes/financeraters/images/star-filled.svg") !important;
}
.space-comments .rating-container > input + label:hover ~ label:before {
  background-image: url("/wp-content/themes/financeraters/images/star-filled.svg") !important;
}
.space-comments-wrap {
  padding: 24px;
  border-radius: 24px;
  background: #EDF2F8;
}
.space-comments-wrap .comment-reply-title {
  margin: 0 0 10px 0;
  padding: 0;
}
.space-comments-wrap .comment-form {
  display: flex;
  flex-flow: column;
}
.space-comments-wrap .comment-form .comment-notes {
  font-size: 17px !important;
}
.space-comments-wrap .comment-form .logged-in-as {
  font-size: 17px !important;
}
.space-comments-wrap .comment-form .rating-comment {
  row-gap: 20px;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 6px;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars:first-child {
  display: flex;
  align-items: center;
  flex-flow: row;
  gap: 6px;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars label {
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars .comments-rating {
  padding: 0;
  border: 0;
  background: transparent;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars .comments-rating .custom-rating-comment-first {
  gap: 6px;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars .comments-rating .custom-rating-comment-first input[id=rating-1-no].active + label[for=rating-1-no],
.space-comments-wrap .comment-form .rating-comment .rating-stars .comments-rating .custom-rating-comment-first input[id=rating-1-yes].active + label[for=rating-1-yes] {
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.space-comments-wrap .comment-form .rating-comment .rating-stars .comments-rating label {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.space-comments-wrap .comment-form:has(.comment-form-cookies-consent) .comment-form-comment {
  padding: 0;
}
.space-comments-wrap .comment-form .comment-form-cookies-consent {
  order: 3;
}
.space-comments-wrap .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  font-size: 17px;
}
.space-comments-wrap .comment-form .comment-form-comment {
  order: 3;
}
.space-comments-wrap .comment-form .comment-form-comment textarea {
  padding: 14px;
  border-radius: 24px;
  height: 154px;
  resize: none;
  border: 1px solid #B7CAE5;
  background: #fff;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #2A2C33;
  width: 100%;
}
.space-comments-wrap .comment-form .row {
  display: flex;
  align-items: center;
  gap: 1.45em;
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .comment-form .row {
    flex-flow: column;
    gap: 0;
  }
  .space-comments-wrap .comment-form .row p {
    width: 100%;
  }
}
.space-comments-wrap .comment-form .row .comment-form-author, .space-comments-wrap .comment-form .row .comment-form-email {
  flex: 1;
}
.space-comments-wrap .comment-form .comment-form-author input, .space-comments-wrap .comment-form .comment-form-email input {
  padding: 10px 14px 10px 14px;
  border-radius: 24px;
  height: 48px;
  resize: none;
  border: 1px solid #B7CAE5;
  background: #fff;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #2A2C33;
  width: 100%;
}
.space-comments-wrap .comment-form .form-submit {
  padding: 0;
  order: 4;
}
.space-comments-wrap .comment-form .form-submit .submit {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.01px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #909397;
  transition: all 0.3s ease;
  margin-left: auto;
  border-radius: 24px;
  padding: 16px 24px 16px 24px;
  cursor: pointer;
  max-width: 405px;
  width: 100%;
}
.space-comments-wrap .comment-form .form-submit .submit:hover {
  opacity: 0.6;
}
.space-comments-wrap .comment-first-title {
  margin: 0 0 32px 0;
  padding: 0;
}
.space-comments-wrap .space-comments-list {
  box-shadow: 0px 3px 10px 0px rgba(5, 27, 101, 0.2509803922);
  border-radius: 24px;
  background: #EDF2F8;
  margin-bottom: 24px;
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .space-comments-list {
    padding: 20px 16px;
  }
}
.space-comments-wrap .space-comments-list .comment-list {
  margin: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list {
  margin: 0;
  row-gap: 24px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment {
  padding: 0;
  display: flex;
  flex-flow: column;
  row-gap: 24px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children {
  box-shadow: 0 3px 10px 0 rgba(5, 27, 101, 0.2509803922);
  border-radius: 24px;
  background: #EDF2F8;
  padding: 24px;
  display: flex;
  flex-flow: column;
  row-gap: 24px;
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children {
    padding: 20px 16px;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children .comment {
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children .comment .children {
  box-shadow: none;
  border-radius: unset;
  background: transparent;
  padding: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children .comment .children .comment {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .children .comment .children .comment {
    margin-left: 16px;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .space-comments-list-item-ins {
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .children {
  margin-bottom: 0;
  row-gap: 24px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .children .space-comments-list-item-ins {
  margin-bottom: 0;
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .children:has(.children) {
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .children:has(.children) .space-comments-list-item-ins {
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:has(.children) .children:has(.children) .children .space-comments-list-item-ins {
  margin-left: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment:before {
  display: none;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins {
  display: flex;
  gap: 24px;
  padding: 30px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins {
    flex-flow: column;
    padding: 24px;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-avatar img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author {
    margin: 0 !important;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author div {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #020674;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper:empty {
  margin: 0 0 32px 0;
  display: none;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper {
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper {
    display: grid !important;
  }
}
@media screen and (max-width: 640px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper {
    display: flex !important;
    flex-flow: column;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-author-rating:first-child .comment-review {
  justify-content: unset;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-author-rating:first-child .comment-review .start-container-first {
  min-width: unset;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-author-rating p {
  padding: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-review {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-review {
    align-items: flex-start;
    gap: 6px;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .comment-review p {
  padding: 0;
  font-size: 17px !important;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .start-container {
  min-width: 125px;
  height: 22px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .start-container.start-container-first {
  text-align: right;
  font-size: 17px !important;
}
@media screen and (max-width: 1024px) {
  .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-author .rating-wrapper .start-container.start-container-first {
    text-align: left;
  }
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-text {
  margin-bottom: 16px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-text .comment-content {
  display: none;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-text p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2C33;
  padding: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date {
  display: flex;
  align-items: center;
  gap: 16px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date a {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2C33;
  transition: all 0.3s ease;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date a:hover {
  color: #B7CAE5;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date .comment-edit-link, .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date .comment-reply-link {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: linear-gradient(180deg, #005BDC 0%, #001E80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date .comment-edit-link:hover, .space-comments-wrap .space-comments-list .comment-list .comment-list .comment .space-comments-list-item-ins .space-comments-list-item-data .space-comments-list-item-date .comment-reply-link:hover {
  opacity: 0.6;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .comment-respond {
  margin-top: 0;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .comment-respond .comment-reply-title {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 6px;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .comment-respond .comment-reply-title a {
  transition: all 0.3s ease;
  font-size: 14px;
  display: block;
  color: #ff2453;
  line-height: 1.45em;
  font-weight: 400;
  text-decoration: underline;
}
.space-comments-wrap .space-comments-list .comment-list .comment-list .comment .comment-respond .comment-reply-title a:hover {
  opacity: 0.6;
}

.t-content.space-comments {
  padding: 0;
}