* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  transition: all 0.5s ease 0s;
  background-color: #fff;
  color: #1a1d2d;
  line-height: 1.55;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus,
button:focus {
  outline: none;
}

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

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main {
  position: relative;
}
.main__body {
  position: relative;
  z-index: 2;
  padding: 0px 0px 250px 0px;
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__container {
  display: flex;
  justify-content: space-between !important;
  padding: 20px 15px;
  align-items: center;
  justify-content: center;
}
/*----------------------------------*/
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__nav {
  display: flex;
  justify-content: center;
}
.header__list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.main__body {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.main__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main__title {
  font-size: 2.25rem;
  line-height: 2.8rem;
}
.main__button{
  background-color: #0052cc;
  color: #fff;
  padding: 17px 50px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out 0s;
}
.main__button:hover{
  background-color: #112038;
  color: #fff;
}
.btn{
  margin-top: 20px;
}
.main__text {
  font-family: system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}
/*--------------------*/
.digest__container {
  padding: 100px 15px;
}
.digest__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 120px;
}
.digest__card {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    width: 100%;
}
.card__column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

img.digest__image {
    height: 350px;
    max-width: 460px;
    object-fit: cover;
}
.card__title {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on, 'salt' on;
  font-family: "Inter Tight";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.36px;
}
.card__text {
  color: #151515;
  font-family: "Inter Tight";
  width: 100%;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 25.08px */
}
.card__about {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.about__author-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.author-group__name,
.digestNews-group__name {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;
  font-family: "Inter Tight";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15.75px */
  letter-spacing: 0.105px;
}
.author-group__job,
.digestNews-group__job {
  color: rgba(21, 21, 21, 0.40);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;
  font-family: "Inter Tight";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 13.5px */
  letter-spacing: 0.09px;
}
.about__time-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.card__buttonDiv {
  display: flex;
  padding: 9.75px 19.5px;
  align-items: center;
  border-radius: 99.357px;
  border: 0.75px solid #CCC;
  max-width: 200px;
  justify-content: center;
  gap: 7.5px;
  transition: all 0.5s ease 0s;
}
.card__buttonDiv:hover{
  background-color: #f1f1f1;
}
.card__button {
  display: flex;
  gap: 7.5px;
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter Tight";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;}
.time-group__text
 {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;
  font-family: "Inter Tight";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15.75px */
  letter-spacing: 0.105px;
}
.time-group__date {
  color: rgba(21, 21, 21, 0.40);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;
  font-family: "Inter Tight";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 13.5px */
  letter-spacing: 0.09px;
}
/*--------------------*/
.aboutUs {
  margin: 100px 0px;
}
.aboutUs__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.aboutUs__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutUs__title {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on, 'salt' on;
  font-family: "Inter Tight";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.36px;
}
.aboutUs__text {
  color: #151515;
  font-family: "Inter Tight";
  font-size: 16.5px;
  max-width: 80%;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 25.08px */
}
.aboutUs__img img{
  max-width: 500px;
  max-height: 500px;
}
/*--------------------*/
.advantages__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.advantages__title {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on, 'salt' on;
  font-family: "Inter Tight";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.36px;
}
.advantages__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.advantages__card {
  background-color: #f1f1f1;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}
.advantages__text {
  max-width: 350px;
  text-align: center;
}
/*---------------------*/
.privacy__image img{
  width: 100%;
  max-height: 400px;
}
.privacy__container {
  padding-bottom: 40px;
}
.privacy__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.privacy__title {
  color: #1B2228;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 64px;
  padding: 40px 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 106.25% */
  letter-spacing: -1.6px;
}
.privacy__line {
  width: 100%;
  border: 1px solid #CCC;
}
.privacy__column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.privacy__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item__title {
  color: #1B2228;
  font-family: "Inter Tight";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
  letter-spacing: -0.7px;
}
.item__text {
  color: #1B2228;
  font-family: "Inter Tight";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}
/*--------------------------------------------*/
.footer__container {
  padding: 40px 15px;
}
.footer__body {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-around
}
.footer__company-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__subtitle {
  color: rgba(0, 0, 0, 0.80);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.footer__link {
  color: rgba(0, 0, 0, 0.60);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/*--------------------------*/
.digestNews__img img{
  width: 100%;
  max-height: 500px;
}
.digestNews__container {
  padding: 60px 15px;
}
.digestNews__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.digestNews__row {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  width: 100%;
}
.digestNews__title-column {
  width: 50%;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.digestNews__title {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on, 'salt' on;
  font-family: "Inter Tight";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 86.4px */
  letter-spacing: 0.72px;
}
.digestNews__group {
  display: flex;
  width: 100%;
}
.digestNews__about {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.digestNews__text-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.digestNews__text {
  color: #151515;
  font-family: "Inter Tight";
  font-size: 16.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 25.08px */
}
@media(max-width:1100px){
  .digestNews__text{
    font-size: 14px;
  }
  .digestNews__title{
    font-size: 36px;
    line-height: 120%;
  }
  .digesttime-group__text,
  .digesttime-group__date{
    font-size: 14px;
  }
}
@media(max-width:900px){
  .digestNews__row{
    flex-direction: column;
  }
  .digestNews__text-column{
    width: 100%;
  }
  .digestNews__title-column{
    width: 100%;
  }
  .privacy__title{
    font-size: 46px;
  }
  .item__text{
    font-size: 14px;
  }
  .header__link{
    font-size: 12px;
  }
  .header__list{
    gap: 15px;
  }
  .footer__subtitle{
    font-size: 14px;
  }
  .contact__aside{
    flex-direction: column;
  }
}
@media(max-width:600px){
  .contact__title{
    font-size: 18px !important;
  }
  .contact__text{
    font-size: 12px !important;
  }
  .digestNews__about{
    align-items: center;
  }
  .digestNews__text{
    font-size: 12px;
  }
  
  .footer__body{
    flex-direction: column;
    align-items: flex-start;
  }
  .privacy__title {
    font-size: 36px;
    line-height: 38px;
}
.logo{
  font-size: 12px;
}
.item__title{
  font-size: 20px;
}
.item__text{
  line-height: 20px;
  font-size: 12px;
}
.digestNews__title{
  font-size: 24px;
}
}
@media(max-width:500px){
  .contact__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact__body {
  display: flex;
  gap: 120px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact__aside {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.contact__group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.contact__title {
  color: #151515;
  font-family: "Inter Tight";
  font-size: 36px;
  font-weight: 600;
  line-height: 120%; /* 86.4px */
  letter-spacing: 0.72px;
}
.contact__text {
  color: #151515;
  font-family: "Inter Tight";
  font-size: 16.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 25.08px */
  }
.contact__image img{
  max-width: 400px;
  max-height: 400px;
}
.contact__links {
  display: flex;
  gap: 40px;
}
.contact__link-card {
  padding: 15px 30px;
  background-color: #0052cc;
  border-radius: 10px;
}
.link-card__title {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 13.5px */
  letter-spacing: 0.09px;
}
section.contact {
    height: calc(100vh - 230px);
}


.main-finance-section__title {
    font-family: 'Inter Tight', Arial, sans-serif;
    font-size: 5.2rem;
    font-weight: 700;
    color: #1a1d2d;
    margin-top: 32px;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: center;
}
.main-finance-section__image-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 36px;
}
.main-finance-section__img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.main-finance-section__about {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
.main-finance-section__about-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1d2d;
}
.main-finance-section__about-text {
    font-size: 1rem;
    color: #363F38;
    line-height: 1.5;
    max-width: 550px;
}

.main-finance-section__mission {
  text-align: center;
  margin: 48px 0 60px 0;
}
.main-finance-section__mission-text {
  font-size: 1.1rem;
  color: #1a1d2d;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.main-finance-section__founder {
  margin-top: 8px;
}
.main-finance-section__founder-name {
  font-size: 2rem;
  font-family: 'Inter Tight', Arial, sans-serif;
  font-weight: 600;
  color: #1a1d2d;
  display: block;
}
.main-finance-section__founder-role {
  font-size: 0.97rem;
  color: #6A726D;
}

/* Team Section */
.team-section__title {
  font-size: 2.7rem;
  font-family: 'Inter Tight', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 32px;
  color: #1a1d2d;
}
.team-section__subtitle {
  font-size: 1.05rem;
  color: #1a1d2d;
  margin-bottom: 40px;
  max-width: 900px;
}
.team-section__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.team-section__card {
    flex: 1 1 220px;
    max-width: 245px;
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.team-section__card-img-wrap {
  width: 100%;
  padding-top: 120%; /* 5:6 aspect ratio */
  position: relative;
  margin-bottom: 14px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
.team-section__card-img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.team-section__card-info {
  padding: 0;
}
.team-section__card-name {
  display: block;
  font-weight: 700;
  font-size: 1.08rem;
  color: #1a1d2d;
}
.team-section__card-role {
  font-size: 0.93rem;
  color: #7D837F;
  font-weight: 400;
}

/* Testimonial Section */
.testimonial-section__body {
    padding: 50px 32px 32px 32px;
    max-width: 900px;
    margin: 56px auto 44px auto;
    text-align: center;
    position: relative;
}
.testimonial-section__text {
  font-size: 2.2rem;
  font-family: 'Inter Tight', Arial, sans-serif;
  font-weight: 600;
  color: #1a1d2d;
  margin-bottom: 36px;
  line-height: 1.1;
}
.testimonial-section__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.testimonial-section__author-img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #F8FAF9;
}
.testimonial-section__author-name {
  font-weight: 700;
  color: #1a1d2d;
  font-size: 1.07rem;
}
.testimonial-section__author-role {
  font-size: 0.92rem;
  color: #7D837F;
  font-weight: 400;
}

/* Responsive styles */
@media (max-width: 950px) {
  .main-finance-section__title {
    font-size: 2.1rem;
  }
  .testimonial-section__text {
    font-size: 1.3rem;
  }
  .team-section__title {
    font-size: 1.6rem;
  }
  .team-section__cards {
    gap: 18px;
    justify-content: space-evenly;
  }
}

@media (max-width: 650px) {
  .main-finance-section__img {
    height: 180px;
  }
  .testimonial-section__body {
    padding: 32px 8px 24px 8px;
  }
  .main-finance-section__about-title,
  .main-finance-section__about-text {
    font-size: 0.97rem;
  }
  .team-section__card {
    max-width: 320px;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .team-section__cards {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .main-finance-section__img {
    height: 110px;
  }
  .main-finance-section__title {
    font-size: 1.2rem;
    margin-top: 18px;
  }
  .team-section__title {
    font-size: 1.01rem;
    margin-top: 14px;
  }
}
