.page_title {
  padding: 40px 0;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 25px 0;
  }
}
@media (max-width: 599px) {
  .page_title {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .page_title .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .page_title .wrapper {
    padding: 0 30px;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .page_title .section_title {
    font-size: 24px;
  }
}

.bio {
  padding: 60px 0 90px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .bio {
    padding: 35px 0 25px;
  }
}
.bio .wrapper {
  max-width: 1445px;
  display: grid;
  grid-template-columns: 580fr 690fr;
  gap: 115px;
}
@media (max-width: 1199px) {
  .bio .wrapper {
    padding: 0 40px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 599px) {
  .bio .wrapper {
    padding: 0 30px;
  }
}
.bio_img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #205874;
}
@media (max-width: 1199px) {
  .bio_img {
    order: 1;
  }
}
.bio .content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .bio .content {
    font-size: 14px;
  }
}
.bio .content h1, .bio .content h2, .bio .content h3, .bio .content h4, .bio .content h5 {
  font-family: var(--second-family);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 120%;
  text-transform: capitalize;
  color: var(--0b3948);
  margin: 24px 0;
}
@media (max-width: 1199px) {
  .bio .content h1, .bio .content h2, .bio .content h3, .bio .content h4, .bio .content h5 {
    letter-spacing: -0.02em;
    line-height: 148%;
  }
}
.bio .content h1 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .bio .content h1 {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .bio .content h1 {
    font-size: 24px;
  }
}
.bio .content h2 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .bio .content h2 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .bio .content h2 {
    font-size: 20px;
  }
}
.bio .content h3 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .bio .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .bio .content h3 {
    font-size: 18px;
  }
}
.bio .content h4 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .bio .content h4 {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .bio .content h4 {
    font-size: 14px;
  }
}
.bio .content h5 {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .bio .content h5 {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .bio .content h5 {
    font-size: 12px;
  }
}
.bio .content > * {
  margin: 0 0 1.35em;
}
.bio .content > *:first-child {
  margin-top: 0;
}
.bio .content > *:last-child {
  margin-bottom: 0;
}

.offer {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .offer {
    padding: 60px 0;
  }
}
.offer::before {
  content: "";
  width: 391px;
  height: 370px;
  background: center/contain no-repeat url('data:image/svg+xml,<svg width="391" height="370" viewBox="0 0 391 370" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M373.949 12.4434L169.198 290.788C131.745 337.727 51.0321 400.155 27.8109 274.36C-1.21566 117.116 69.2182 45.2424 101.782 34.0349C195.884 1.64738 289.371 254.646 373.949 345.706" stroke="%23EEEAE5" stroke-width="42" /></svg>');
  position: absolute;
  right: -52px;
  bottom: -17px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .offer::before {
    width: 298px;
    height: 282px;
    right: -67px;
    bottom: -95px;
  }
}
@media (max-width: 599px) {
  .offer::before {
    display: none;
  }
}
.offer .wrapper {
  max-width: 1122px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .offer .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .offer .wrapper {
    padding: 0 30px;
  }
}
.offer .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
  max-width: 900px;
}
@media (max-width: 1199px) {
  .offer .section_title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .offer .section_title {
    font-size: 20px;
    padding: 0 30px;
  }
}
.offer .desc {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #000;
  max-width: 968px;
}
@media (max-width: 1199px) {
  .offer .desc {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .offer .desc {
    padding: 0 30px;
  }
}
.offer .grid_wrapper {
  margin-top: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: 522fr 480fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .offer .grid_wrapper {
    grid-template-columns: 1fr;
    max-width: 522px;
    justify-items: center;
  }
}
.offer .grid_wrapper .media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 522/480;
}
@media (max-width: 1199px) {
  .offer .grid_wrapper .media {
    order: 1;
  }
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media {
    max-width: 300px;
  }
}
.offer .grid_wrapper .media .img_1 {
  width: 69.5%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 1.5%;
  right: 0;
  z-index: 1;
}
.offer .grid_wrapper .media .img_2 {
  width: 48.3%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 12px solid #F7F5F2;
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 2;
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media .img_2 {
    width: 50%;
  }
}
.offer .grid_wrapper .media .icon_1 {
  width: 46px;
  height: 46px;
  padding: 9px;
  border-radius: 50%;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 17.22%;
  z-index: 3;
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media .icon_1 {
    width: 26px;
    height: 26px;
    padding: 5px;
  }
}
.offer .grid_wrapper .media .icon_1 svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer .grid_wrapper .media .icon_2 {
  width: 46px;
  height: 46px;
  padding: 8px 6px 4px;
  border-radius: 50%;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10.6%;
  right: 57%;
  z-index: 3;
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media .icon_2 {
    width: 26px;
    height: 26px;
    padding: 4.5px 3.5px 2.5px;
  }
}
.offer .grid_wrapper .media .icon_2 svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer .grid_wrapper .media .icon_3 {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 36%;
  left: 0.6%;
  z-index: 3;
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media .icon_3 {
    width: 28px;
    height: 28px;
    padding: 7px;
  }
}
.offer .grid_wrapper .media .icon_3 svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer .grid_wrapper .media .icon_4 {
  width: 46px;
  height: 46px;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 68%;
  right: 12.8%;
  z-index: 3;
}
@media (max-width: 599px) {
  .offer .grid_wrapper .media .icon_4 {
    width: 26px;
    height: 26px;
    padding: 3px;
  }
}
.offer .grid_wrapper .media .icon_4 svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer .grid_wrapper .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .offer .grid_wrapper .list {
    max-width: 480px;
  }
}
.offer .grid_wrapper .list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--style);
  border-radius: 8px;
  padding: 12px 20px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--0b3948);
}
.offer .grid_wrapper .list .item .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: -5px -5px 0 0 #d9d9d9;
  background: #f3f3f3;
}
.offer .grid_wrapper .list .item .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}