 
 
 
 

.sobs {
  --so-blue: #092f93;
  --so-navy: #071e68;
  --so-green: #28a745;
  color: #172657;
  background: #fff;
  font-family: Rubik, Arial, sans-serif;
}

.sobs * {
  box-sizing: border-box;
}

.sobs .soin {
  margin: 0 auto;
}

.sohr {
  padding: 48px 20px;
  background: linear-gradient(135deg, #f4f8ff, #fff);
}

.sohr .soin {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 50px;
}

.sohc > p,
.sohd > p,
.soot > header > p {
  margin: 0 0 10px;
  color: var(--so-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.sohc h1 {
  margin: 0 0 18px;
  color: var(--so-blue);
  font-size: clamp(39px, 4.5vw, 62px);
  line-height: 1.08;
}

.sohc > span {
  display: block;
  max-width: 670px;
  font-size: 18px;
  line-height: 1.65;
}

.sohc > div {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.sohc > div a {
  padding: 14px 22px;
  border: 1px solid var(--so-blue);
  border-radius: 7px;
  color: var(--so-blue);
  font-weight: 800;
  text-decoration: none;
}

.sohc > div a:first-child {
  color: #fff;
  background: var(--so-blue);
}

.sohi {
  height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(7, 30, 104, .17);
}

.sohi img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soly {
  padding: 58px 0;
}

.somn {
  max-width: 1180px;
  margin: 0 auto;
}

.sohd {
  margin-bottom: 25px;
}

.sohd h2 {
  margin: 0;
  color: var(--so-blue);
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.2;
}

.sobd {
  color: #27365e;
  font-size: 17px;
  line-height: 1.82;
}

.sobd h2,
.sobd h3,
.sobd h4 {
  color: #092b91;
  line-height: 1.25;
}

.sobd h2 {
  margin: 44px 0 18px;
  font-size: 32px;
}

.sobd h3 {
  margin: 32px 0 15px;
  font-size: 24px;
}

.sobd h4 {
  margin: 28px 0 14px;
  font-size: 20px;
}

.sobd p {
  margin: 0 0 21px;
}

.sobd a {
  color: #0a43ba;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sobd a:hover,
.sobd a:focus-visible {
  color: var(--so-green);
  text-decoration-color: currentColor;
}

.sobd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 14px;
}

.sobd ul,
.sobd ol {
  margin: 0 0 24px;
  padding-left: 28px;
}

.sobd li {
  margin: 8px 0;
}

.sobd li::marker {
  color: var(--so-green);
  font-weight: 800;
}

.sobd blockquote {
  margin: 30px 0;
  padding: 22px 28px;
  border-left: 5px solid #25a83d;
  border-radius: 0 12px 12px 0;
  color: #092b91;
  background: #f2f7ff;
  font-size: 20px;
  font-weight: 600;
}

.sobd table {
  width: 100% !important;
  max-width: none !important;
  min-width: 650px;
  border-collapse: collapse;
}

.sobd .table-responsive {
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid #dce4f2;
  border-radius: 12px;
}

.sobd th,
.sobd td {
  padding: 14px !important;
  border: 1px solid #dce4f2 !important;
  text-align: left;
}

.sobd th {
  color: #fff;
  background: var(--so-blue);
}

.sotg {
  position: relative;
}

.sotx {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height .55s ease;
}

.sotx::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 115px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 88%);
  content: "";
  pointer-events: none;
  transition: opacity .25s;
}

.sotg.is-open .sotx::after {
  opacity: 0;
}

.soac {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.sobt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 138px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--so-blue);
  border-radius: 7px;
  color: var(--so-blue);
  background: #fff;
  cursor: pointer;
  font: 800 14px/1 Rubik, Arial, sans-serif;
}

.sobt:hover,
.sobt:focus-visible {
  color: #fff;
  background: var(--so-blue);
  outline: none;
}

.sobt i {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s;
}

.sobt[aria-expanded="true"] i {
  transform: translateY(2px) rotate(225deg);
}

.sobt[hidden] {
  display: none;
}

.sofg {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
  padding: 28px;
  border-top: 1px solid #dbe4f3;
  border-bottom: 1px solid #dbe4f3;
  background: #f5f8ff;
}

.sofg > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.sofg > div > span {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--so-blue);
  background: #e3ecff;
}

.sofg img {
  display: block;
  width: 34px;
  height: 34px;
}

.sofg p,
.sofg strong,
.sofg small {
  display: block;
  margin: 0;
}

.sofg strong {
  margin-bottom: 4px;
  color: var(--so-blue);
  font-size: 14px;
}

.sofg small {
  color: #64708c;
  font-size: 12px;
  line-height: 1.45;
}

.sofg > a {
  padding: 14px 20px;
  border-radius: 7px;
  color: #fff;
  background: var(--so-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.sofg > a span {
  margin-left: 8px;
}

.soot {
  padding: 52px 0 64px;
  border-top: 1px solid #e0e6f1;
}

.soot > header {
  max-width: 750px;
  margin: 0 auto 32px;
  text-align: center;
}

.soot > header h2 {
  margin: 0 0 11px;
  color: var(--so-blue);
  font-size: clamp(29px, 3vw, 40px);
}

.sogr {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sogr > article {
  overflow: hidden;
  border: 1px solid #dce4f2;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(9, 47, 147, .07);
}

.soim {
  display: block;
  height: 190px;
  overflow: hidden;
}

.soim img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.sogr > article:hover .soim img {
  transform: scale(1.04);
}

.sogr > article > div {
  position: relative;
  min-height: 205px;
  padding: 20px;
}

.sogr h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
}

.sogr h3 a,
.solr {
  color: var(--so-blue);
  text-decoration: none;
}

.sogr p {
  margin: 0;
  color: #63708c;
  font-size: 13px;
  line-height: 1.55;
}

.solr {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 13px;
  font-weight: 800;
}

.soal {
  display: table;
  margin: 30px auto 0;
  padding: 13px 22px;
  border: 1px solid var(--so-blue);
  border-radius: 7px;
  color: var(--so-blue);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .sohr .soin {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .sofg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sofg > a {
    grid-column: 1 / -1;
    text-align: center;
  }
  .sogr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sohr {
    padding: 38px 15px;
  }
  .sohr .soin {
    grid-template-columns: 1fr;
  }
  .sohi {
    height: 300px;
  }
  .soly {
    padding: 42px 0;
  }
}

@media (max-width: 520px) {
  .sohc > div {
    flex-direction: column;
  }
  .sohc > div a {
    text-align: center;
  }
  .sohi {
    height: 240px;
  }
  .sobd {
    font-size: 16px;
  }
  .sofg {
    grid-template-columns: 1fr;
    padding: 22px 17px;
  }
  .sofg > a {
    grid-column: auto;
  }
  .sogr {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sotx,
  .sobt i {
    transition: none;
  }
}
