@font-face {
  font-family: "Progesteron";
  src: url("./fonts/Progesteron.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  background-color: #ECF0F3;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, li {
  color: #2A3C63;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Progesteron", sans-serif;
}

a, p, li {
  font-family: "Inter", sans-serif;
}

.so-text p strong {
  font-weight: 600;
}

h1 {
  font-size: 40px;
  line-height: 110%;
}

h2 {
  font-size: 40px;
  line-height: 110%;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  line-height: 130%;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

strong {
  font-weight: 600;
}

p, a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.so-page {
  padding-top: 200px;
  padding-bottom: 100px;
}
.so-page h1.so-title {
  margin: auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 60px;
  font-family: "Progesteron", sans-serif;
  margin-bottom: 30px;
}
.so-page .update-info {
  align-items: baseline;
  margin-bottom: 60px;
}
.so-page .update-info p, .so-page .update-info time {
  color: #2A3C63;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.so-page .update-info p {
  margin: 0;
}
.so-page p {
  margin-top: 30px;
}
.so-page h1, .so-page h2, .so-page h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.so-page h4, .so-page h5, .so-page h6 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.so-page ul {
  list-style: unset;
  margin-top: 30px;
}
.so-page ul li::marker {
  font-weight: 400;
}
.so-page ol {
  list-style: auto;
  margin-top: 30px;
}
.so-page .so-row {
  max-width: 1120px;
  overflow-wrap: anywhere;
}
.so-page a:link {
  color: #2A3C63;
  text-decoration: underline;
  transition: 0.3s ease;
}
.so-page a:link:hover {
  color: #5F77AA;
}
.so-page ol li::marker {
  font-weight: 700;
}
.so-page li {
  margin-bottom: 10px;
}
.so-page strong {
  font-weight: 700;
}
.so-page h1, .so-page h2, .so-page h3, .so-page h4, .so-page h5, .so-page h6 {
  font-family: "Inter", sans-serif;
}
.so-page h1 {
  font-size: 40px;
  text-align: start;
  line-height: 100%;
}
.so-page h2 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 600;
}
.so-page h3 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 600;
}
.so-page h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}
.so-page h5 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.so-page h6 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.so-page img {
  margin-top: 40px;
  max-height: 533px;
  height: 100%;
  object-fit: cover;
}
.so-page figcaption {
  margin: 0;
  padding: 17px;
  background-color: #ECF0F3;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  color: #2A3C63;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.so-page .wp-block-pullquote {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.so-page .wp-block-pullquote blockquote {
  background: #2A3C63;
  padding: 26px 30px;
}
.so-page .wp-block-pullquote blockquote p {
  margin-top: 0;
  color: #fff;
  text-align: start;
  font-style: italic;
  font-weight: 300;
}
.so-page .wp-block-pullquote blockquote cite {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: start;
  margin-top: 10px;
  font-style: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

.so-row {
  max-width: 1250px;
  width: 100%;
  display: inline-block;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  box-sizing: border-box;
}

.selectric-so-flag-select .selectric {
  border: 0;
  background: #ECF0F3;
  width: 90px;
}
.selectric-so-flag-select .selectric .button {
  background: #ECF0F3;
}
.selectric-so-flag-select .selectric .button:after {
  display: none;
}
.selectric-so-flag-select .selectric .button:before {
  position: absolute;
  content: "";
  background-image: url(img/icon-chevron-up-dark.svg);
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.selectric-so-flag-select .selectric .label a {
  top: 11px;
  position: relative;
}
.selectric-so-flag-select .selectric img {
  height: 16px !important;
  width: 26px !important;
}
.selectric-so-flag-select .selectric-items img {
  height: 16px !important;
  width: 26px !important;
}
.selectric-so-flag-select .selectric-items li {
  background: #fff;
}
.selectric-so-flag-select .selectric-items li:hover, .selectric-so-flag-select .selectric-items li .selected, .selectric-so-flag-select .selectric-items li .highlighted {
  background: #ecf0f3;
}

.so-button {
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 29px;
  text-align: center;
  transition: all 0.3s ease;
  justify-content: center;
  background: #5F77AA;
  width: fit-content;
  align-items: center;
}
.so-button h6 {
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.so-button.so-gradient {
  background: linear-gradient(90deg, rgb(42, 60, 99) 0%, rgb(95, 119, 170) 50%, rgb(42, 60, 99) 100%);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.3s ease;
}
.so-button.so-gradient h6 {
  font-weight: 400;
  font-size: 16px;
}
.so-button.so-gradient:hover {
  background-position: right;
}
.so-button.so-white {
  background: #fff;
  padding: 15px 52px;
}
.so-button.so-white h6 {
  color: #2A3C63;
  font-weight: 500;
}
.so-button.so-white:hover {
  background: #5f77aa;
}
.so-button.so-white:hover h6 {
  color: #fff;
}

ol li, ul li {
  font-size: 16px;
  line-height: 23px;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
}

ol {
  padding-left: 20px;
  list-style: auto;
}

ul {
  padding-left: 20px;
}

.so-post-intro {
  padding-top: 180px;
}
.so-post-intro .so-content {
  padding: 0 20px;
}
.so-post-intro .so-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  position: relative;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1210px;
}
.so-post-intro .so-row:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2A3C63;
  opacity: 0.7;
}
.so-post-intro h1 {
  text-align: center;
  max-width: 530px;
  margin: auto;
  color: #fff;
  line-height: 130%;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.so-post-author .so-content {
  padding: 0 20px;
}
.so-post-author .so-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  margin-top: 40px;
  max-width: 1210px;
}
.so-post-author .so-row .so-col {
  display: flex;
  align-items: center;
  gap: 15px;
}
.so-post-author .so-row h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.so-post-author .so-row p {
  line-height: 110%;
}
.so-post-author .so-row img {
  max-width: 60px;
  height: 60px;
  object-fit: cover;
}
.so-post-author .so-row .post-share {
  display: flex;
  align-items: center;
}
.so-post-author .so-row .post-share p {
  margin-right: 20px;
}
.so-post-author .so-row .post-share a {
  margin-right: 5px;
  background: #2A3C63;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.so-post-author .so-row .post-share a:last-child {
  margin-right: 0;
}
.so-post-author .so-row .post-share a:hover {
  background: #5F77AA;
}
.so-post-author .so-row .post-share a img {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.so-post {
  padding-top: 40px;
  padding-bottom: 110px;
  padding-right: 20px;
  padding-left: 20px;
}
.so-post .so-content {
  max-width: 1210px;
  margin: auto;
  background: #fff;
}
.so-post .so-content .so-row {
  max-width: 840px;
  padding-top: 90px;
  padding-bottom: 100px;
}

.so-author-card {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  max-width: 376px;
  width: 100%;
}
.so-author-card .so-author-image {
  margin-bottom: 20px;
}
.so-author-card img {
  width: 100%;
  object-fit: cover;
  height: 376px;
}
.so-author-card h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 110%;
}
.so-author-card .so-author-spec {
  padding: 0;
  padding-top: 5px;
  font-weight: 350;
  letter-spacing: 0.16px;
}
.so-author-card .so-author-info {
  display: flex;
  justify-content: space-between;
}
.so-author-card .so-author-description p {
  font-size: 14px;
  line-height: 150%;
  padding-top: 15px;
  font-weight: 350;
}
.so-author-card .so-author-links {
  display: flex;
}
.so-author-card .so-author-links a {
  margin-right: 5px;
  background: #2A3C63;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.so-author-card .so-author-links a:hover {
  background: #5F77AA;
}
.so-author-card .so-author-links a img {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.user-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/user-icon.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: brightness(15);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 1024px) {
  .so-page {
    padding-top: 140px;
  }
  .so-post {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .so-post-intro {
    padding-top: 105px;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  p, a {
    font-size: 16px;
  }
  .so-post .so-content .so-row {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .so-post .so-content .so-row h1 {
    margin-top: 20px;
  }
  .so-post-intro .so-row {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px !important;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
    line-height: 20px;
  }
  .so-page .wp-block-pullquote blockquote {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .so-page figcaption {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px;
  }
  .so-page h1, .so-page h2, .so-page h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .so-page img {
    margin-top: 20px;
  }
  .so-page p {
    margin-top: 20px;
  }
  .so-page ul, .so-page ol {
    margin-top: 20px;
  }
  .so-page h1 {
    font-size: 32px;
    text-align: start;
  }
  .so-page h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }
  .so-page h3 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
  }
  .so-page h4 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
  }
  .so-page h5 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
  }
  .so-page h6 {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
  }
  .so-post-intro .so-row {
    min-height: 260px;
  }
  .so-post-intro .so-row h1 {
    font-size: 28px;
  }
  .so-post-author .so-row {
    padding: 0px;
    gap: 10px;
    margin-top: 20px;
  }
  .so-post-author .so-row h6 {
    font-size: 14px;
    margin: 0;
  }
  .so-post-author .so-row .author-role {
    font-size: 12px;
  }
  .so-post-author .so-row .so-col {
    gap: 8px;
  }
  .so-post-author .so-row .post-share {
    padding-right: 10px;
  }
  .so-post-author .so-row .post-share p {
    font-size: 12px;
    margin-right: 10px;
  }
  .so-post-author .so-row .post-share a {
    width: 25px;
    height: 25px;
  }
  .so-post {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .so-post .so-content .so-row {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .so-post ol li, .so-post ul li {
    font-size: 14px;
  }
  .so-post p {
    font-size: 14px;
    margin-top: 15px;
  }
  .so-button {
    padding: 15px;
  }
}
.so-header {
  width: 100%;
  user-select: none;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 3px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.so-header .menu-close {
  display: none;
}
.so-header .so-row {
  z-index: 2;
  position: relative;
  max-width: 1360px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  gap: 32px;
  padding: 10px 40px;
  box-sizing: border-box;
}
.so-header .so-button {
  padding: 8px 28px;
}
.so-header .so-button:hover {
  background: #2A3C63;
}
.so-header .so-col:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
}
.so-header .so-col:nth-child(2) .so-header-list ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
.so-header .so-col:nth-child(2) .so-header-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #2A3C63;
  transition: 0.3s ease;
}
.so-header .so-col:nth-child(2) .so-header-list ul li a:hover {
  color: #5F77AA;
}
.so-header .so-col:nth-child(1) {
  width: 100%;
  max-width: 250px;
}
.so-header .so-col:nth-child(1) img {
  width: 100%;
  max-width: 250px;
}
.so-header .so-col:nth-child(3) {
  width: 18%;
  display: none;
}
.so-header .so-col:nth-child(3) .so-trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 50px;
}
.so-header .so-col:nth-child(3) .so-trigger.so-active .menu-close {
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: lowercase;
}
.so-header .so-col:nth-child(3) .so-trigger.so-active .menu-open {
  display: none;
}
.so-header .so-col:nth-child(3) .so-trigger.so-active .menu-icon {
  background: #2A3C63;
  rotate: 45deg;
  top: 0px;
}
.so-header .so-col:nth-child(3) .so-trigger.so-active .menu-icon:nth-of-type(2) {
  rotate: -45deg;
}
.so-header .so-col:nth-child(3) .so-trigger.so-active .menu-icon:nth-of-type(3) {
  background: transparent;
}
.so-header .so-col:nth-child(3) .so-trigger-content {
  position: relative;
}
.so-header .so-col:nth-child(3) .so-trigger-content i.menu-icon {
  width: 20px;
  height: 2px;
  background: #2A3C63;
  position: absolute;
  transition: all 0.3s ease;
  top: -6.5px;
  right: 0;
}
.so-header .so-col:nth-child(3) .so-trigger-content i.menu-icon:nth-of-type(2) {
  top: 0px;
}
.so-header .so-col:nth-child(3) .so-trigger-content i.menu-icon:nth-of-type(3) {
  top: 6.5px;
}
.so-header .so-col .so-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.so-header-mob_slide {
  display: block;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A3C63;
  z-index: 99;
  top: -100%;
  transition: all 0.7s ease;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.so-header-mob_slide.so-active {
  top: 80px;
}
.so-header-mob_slide ul {
  padding-left: 0;
  list-style: none;
}
.so-header-mob_slide li a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}
.so-header-mob_slide li a:hover {
  color: #2A3C63;
}
.so-header-mob_slide .so-button {
  padding: 18px 40px;
}
.so-header-mob_slide-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .so-header .so-col:nth-child(1) img {
    max-width: 130px;
  }
  .so-header .so-col:nth-child(2) {
    display: none;
  }
  .so-header .so-col:nth-child(3) {
    display: flex;
    justify-content: flex-end;
  }
  .so-header .so-header-mob_slide {
    display: block;
    left: -100%;
    transition: 0.3s ease;
  }
  .so-header .so-header-mob_slide.so-active {
    left: 0;
  }
  .so-header .so-row:nth-child(1) {
    height: 80px;
    padding: 22px 32px;
  }
}
@media screen and (max-width: 600px) {
  .so-header .so-row:nth-child(1) {
    padding: 22px 20px;
  }
}
.so-footer .so-content {
  padding: 45px 20px 0px 20px;
  background-color: #fff;
}
.so-footer .so-content .so-row:nth-child(1) {
  max-width: 1360px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 150px;
  gap: 40px;
}
.so-footer .so-content .so-row:nth-child(1) .so-col:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
}
.so-footer .so-content .so-row:nth-child(1) .so-col .so-block:nth-child(1) {
  width: 40%;
}
.so-footer .so-content .so-row:nth-child(1) .so-col .so-block:nth-child(2) {
  width: 60%;
}
.so-footer .so-content .so-row:nth-child(1) .so-col .so-block .so-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.so-footer .so-content .so-row:nth-child(1) .so-col ul {
  padding: 0;
}
.so-footer .so-content .so-row:nth-child(1) .so-col ul a {
  color: #2A3C63;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease;
}
.so-footer .so-content .so-row:nth-child(1) .so-col ul a:hover {
  color: #5F77AA;
}
.so-footer .so-content .so-row:nth-child(1) .so-col ul li {
  margin-bottom: 15px;
}
.so-footer .so-content .so-row:nth-child(1) .so-col .so-label {
  font-size: 14px;
  color: #959EB1;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  font-weight: 600;
  margin-bottom: 15px;
}
.so-footer .so-content .so-row:nth-child(2) {
  text-align: center;
  padding: 20px;
  max-width: 1360px;
  border-top: 2px solid #EAECEF;
}
.so-footer .so-content .so-row:nth-child(2) p {
  font-size: 14px;
}
.so-footer .so-content .selectric-so-flag-select {
  margin-top: 30px;
}
.so-footer .so-content .selectric-so-flag-select ul li {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .so-footer .so-content .so-row:nth-child(1) {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
  }
  .so-footer .so-content .so-row:nth-child(1) .so-col:nth-child(2) {
    width: 100% !important;
    max-width: 300px;
    margin: auto;
  }
  .so-footer .so-content .so-row:nth-child(1) .so-col:nth-child(2) .so-block {
    width: auto;
  }
}
.so-intro {
  margin-top: 110px;
}
.so-intro .so-row {
  padding: 0;
  max-width: 1325px;
  margin: auto 0 auto auto;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.so-intro .so-row h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.so-intro .so-row .so-image img {
  max-width: 1080px;
  width: 100%;
  object-fit: cover;
  height: 631px;
}
.so-intro .so-row .so-button {
  padding: 15px 45px;
  margin-top: 30px;
}
.so-intro .so-row .so-col .so-container {
  max-width: 435px;
  width: 100%;
}
.so-intro .so-row .so-col:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 40px 40px 40px;
  background: #fff;
  max-width: 625px;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right top;
}

.so-about-us .so-content {
  padding-top: 110px;
  padding-bottom: 100px;
}
.so-about-us h2 {
  text-align: center;
  max-width: 370px;
  margin: auto;
  font-weight: 400;
  padding: 0 20px;
  box-sizing: border-box;
}
.so-about-us .so-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.so-about-us .so-block .so-col {
  width: 50%;
}
.so-about-us .so-block .so-col:nth-child(2) .so-container {
  background: #2A3C63;
  min-height: 596px;
  box-sizing: border-box;
  height: 100%;
}
.so-about-us .so-block .so-col:nth-child(2) .so-container h3, .so-about-us .so-block .so-col:nth-child(2) .so-container p {
  color: #fff;
}
.so-about-us .so-block .so-col:nth-child(2) .so-container p:before {
  background: #fff;
}
.so-about-us .so-block .so-col:nth-child(2) .so-container p:after {
  filter: unset;
}
.so-about-us .so-block .so-col img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.so-about-us .so-disclaimer-text {
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  max-width: 435px;
  margin: auto;
  margin-top: 20px;
  padding: 0 20px;
}
.so-about-us .so-container {
  background: #fff;
  padding: 50px;
  padding-bottom: 60px;
  padding-right: 60px;
}
.so-about-us .so-container h3 {
  font-family: "Inter", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.so-about-us .so-container img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.so-about-us .so-container p {
  margin-top: 20px;
  padding-left: 55px;
  position: relative;
  font-weight: 300;
}
.so-about-us .so-container p:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #2A3C63;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.so-about-us .so-container p:after {
  content: "";
  position: absolute;
  width: 22.5px;
  height: 22.5px;
  background-image: url(img/icon-check.svg);
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(10);
}

.so-who-we-are .so-content {
  padding-bottom: 110px;
}
.so-who-we-are .so-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.so-who-we-are .so-container p {
  background: #fff;
  max-width: 280px;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-who-we-are h2 {
  text-align: center;
  margin-bottom: 40px;
}
.so-who-we-are .so-subtitle {
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  max-width: 590px;
  margin: 70px auto;
}
.so-who-we-are .so-container-2 p {
  position: relative;
}
.so-who-we-are .so-container-2 p:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-stop.svg);
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  background-position: center;
  background-size: contain;
}
.so-who-we-are .so-col h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.so-support .so-content {
  padding: 100px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.so-support .so-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2A3C63;
  opacity: 0.8;
}
.so-support .so-row {
  max-width: 620px;
  position: relative;
  z-index: 1;
}
.so-support .so-row h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.so-support .so-row p {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
}
.so-support .so-row .so-button {
  margin: auto;
  margin-top: 50px;
}

.so-authors .so-nav .page-numbers.arrows-controls:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-chevron-up.svg);
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.so-authors .so-content {
  padding-top: 110px;
  padding-bottom: 110px;
}
.so-authors h2 {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
}
.so-authors .so-list {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.so-authors .so-author-card {
  max-width: 100%;
}

.so-posts .card_list {
  overflow: visible;
}
.so-posts .card-post {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  position: relative;
}
.so-posts .card-post img {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.so-posts .card-post .so-date {
  background: #5F77AA;
  position: absolute;
  padding: 9px 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  top: 10px;
  right: 10px;
}
.so-posts .card-post .so-author-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
}
.so-posts .card-post .so-author-label img {
  height: 30px;
  width: 30px;
}
.so-posts .card-post .so-author-label a {
  display: flex;
  align-items: center;
}
.so-posts .card-post .so-author-label h6 {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 110%;
  padding: 6px;
}
.so-posts .card-post .so-container {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so-posts .card-post .so-container h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 130%;
}
.so-posts .card-post .so-container p {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 130%;
}
.so-posts .card-post .so-container a {
  font-weight: 500;
  text-decoration: underline;
  color: #2A3C63;
}
.so-posts .so-content {
  overflow: hidden;
  padding-bottom: 110px;
}
.so-posts h2 {
  text-align: center;
  margin-bottom: 40px;
}
.so-posts .swiper-nav {
  display: flex;
  position: relative;
  height: 54px;
  justify-content: flex-end;
  padding-top: 40px;
}
.so-posts .swiper-nav .swiper-button-next, .so-posts .swiper-nav .swiper-button-prev {
  height: 54px;
  width: 54px;
  opacity: 1 !important;
  bottom: 0;
  top: auto;
  transition: 0.3s ease;
  background: linear-gradient(90deg, rgb(42, 60, 99) 0%, rgb(95, 119, 170) 50%, rgb(42, 60, 99) 100%);
  background-size: 200% 100%;
  background-position: left;
  left: 0;
}
.so-posts .swiper-nav .swiper-button-next:before, .so-posts .swiper-nav .swiper-button-prev:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-chevron-up.svg);
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.so-posts .swiper-nav .swiper-button-next::after, .so-posts .swiper-nav .swiper-button-prev::after {
  display: none;
}
.so-posts .swiper-nav .swiper-button-next:hover, .so-posts .swiper-nav .swiper-button-prev:hover {
  background-position: right;
}
.so-posts .swiper-nav .swiper-button-next {
  right: auto;
  left: 74px;
  background: linear-gradient(90deg, #2a3c63 0%, rgb(91, 116, 166) 50%, #2a3c63 100%);
  background-size: 200% 100%;
  background-position: right;
}
.so-posts .swiper-nav .swiper-button-next:before {
  transform: rotate(180deg);
}
.so-posts .swiper-nav .swiper-button-next:hover {
  background-position: left;
}

.so-articles .so-content {
  padding-top: 110px;
}
.so-articles .so-content h2 {
  margin-bottom: 25px;
  text-align: start;
}
.so-articles .so-content .so-text {
  max-width: 440px;
}
.so-articles .so-content .so-text p {
  margin-bottom: 40px;
}

.so-freelancers .so-row {
  max-width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.so-freelancers .so-row .so-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 95px 20px;
}
.so-freelancers .so-row .so-col:nth-child(1) {
  background: #2A3C63;
}
.so-freelancers .so-row .so-col:nth-child(2) {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.so-freelancers .so-row .so-col:nth-child(2):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2A3C63;
  opacity: 0.7;
}
.so-freelancers .so-row .so-col:nth-child(2) p {
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  z-index: 1;
}
.so-freelancers .so-row .so-col:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.so-freelancers .so-row .so-col .so-container {
  max-width: 440px;
  width: 100%;
}
.so-freelancers .so-row .so-col .so-container h2, .so-freelancers .so-row .so-col .so-container p {
  color: #fff;
}
.so-freelancers .so-row .so-col .so-container h2 {
  margin-bottom: 40px;
}
.so-freelancers .so-row .so-col .so-container p {
  padding-bottom: 30px;
  font-weight: 300;
}
.so-freelancers .so-row .so-col .so-container .so-button {
  margin-top: 10px;
}

.so-faq .so-content {
  padding-top: 110px;
  padding-bottom: 110px;
}
.so-faq .so-row {
  max-width: 680px;
}
.so-faq .so-row h2 {
  text-align: center;
  margin-bottom: 25px;
}
.so-faq .so-row .so-subtitle {
  text-align: center;
  max-width: 440px;
  margin: auto;
}
.so-faq .so-faq-list {
  margin-top: 40px;
}
.so-faq .so-faq-list .so-faq-single {
  background: #fff;
  margin-top: 20px;
}
.so-faq .so-faq-list .so-faq-single .question {
  cursor: pointer;
  padding: 17px 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.so-faq .so-faq-list .so-faq-single .question h6 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.so-faq .so-faq-list .so-faq-single .question span {
  position: relative;
  background: linear-gradient(90deg, #5F77AA 0%, #2A3C63 100%);
  max-width: 30px;
  width: 100%;
  height: 30px;
  transition: 0.3s ease;
}
.so-faq .so-faq-list .so-faq-single .question span:before {
  content: "";
  width: 11px;
  height: 1.5px;
  top: 14.5px;
  left: 9.5px;
  position: absolute;
  background: #fff;
  transition: 0.3s ease;
}
.so-faq .so-faq-list .so-faq-single .question span:after {
  content: "";
  width: 1.5px;
  height: 11px;
  left: 14.5px;
  top: 9.5px;
  position: absolute;
  background: #fff;
  transition: 0.3s ease;
}
.so-faq .so-faq-list .so-faq-single .answer {
  display: none;
  padding: 30px;
  padding-top: 15px;
}
.so-faq .so-faq-list .so-faq-single.so-active .question span:after {
  transform: rotate(90deg);
}

.so-search .so-content {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-search h2 {
  text-align: center;
  margin-bottom: 20px;
}
.so-search .so-intro-text {
  text-align: center;
  max-width: 440px;
  margin: auto;
  margin-bottom: 32px;
}
.so-search .so-reset {
  padding-right: 30px;
  position: absolute;
  margin-bottom: 0;
  right: 0;
  cursor: pointer;
}
.so-search .so-reset:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(img/icon-reset.svg);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  position: absolute;
  z-index: 1;
}
.so-search .so-col-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.so-search #author-filter-form {
  max-width: 1212px;
  width: 100%;
  margin: auto;
}
.so-search #author-filter-form h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 22px;
  text-align: center;
  background: #ECF0F3;
  margin-bottom: 20px;
}
.so-search #author-filter-form h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.so-search #author-filter-form .filter-group.active .selectric-wrapper .selectric {
  opacity: 1 !important;
}
.so-search #author-filter-form .filter-group.active .filter-icon {
  background: #2A3C63;
}
.so-search #author-filter-form .radio-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 350;
  color: #2A3C63;
  margin-left: 20px;
  cursor: pointer;
}
.so-search #author-filter-form .so-col {
  margin-bottom: 30px;
}
.so-search #author-filter-form .so-col:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.so-search #author-filter-form .so-col input[type=radio] {
  appearance: none;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 2px solid #2a3c63;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #ECF0F3;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  margin-top: 0;
  margin-right: 10px;
  cursor: pointer;
}
.so-search #author-filter-form .so-col input[type=radio]:checked {
  border-color: #2A3C63;
  background-color: #ECF0F3;
}
.so-search #author-filter-form .so-col input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a3c63;
}
.so-search #author-filter-form .so-col .selectric-items {
  border: 2px solid #ecf0f3;
  box-sizing: border-box;
}
.so-search #author-filter-form .so-col .selectric-items li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #2A3C63;
}
.so-search #author-filter-form .so-col .selectric-items li.selected {
  color: #5F77AA;
  background: #ECF0F3;
}
.so-search #author-filter-form .so-col .filter-icon {
  width: 33.145px;
  height: 30px;
  display: block;
  position: relative;
  border: 2px solid #2A3C63;
  box-sizing: border-box;
  margin-left: 17px;
  margin-right: 17px;
  transition: 0.3s ease;
}
.so-search #author-filter-form .so-col .filter-icon:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(img/icon-check.svg);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  filter: brightness(10);
}
.so-search #author-filter-form .selectric-open .selectric .button:before {
  transform: translate(-50%, -50%) rotate(181deg);
}
.so-search #author-filter-form .selectric {
  border: 2px solid #ECF0F3;
  background: #fff;
}
.so-search #author-filter-form .selectric .label {
  font-size: 18px;
  font-weight: 500;
  color: #2A3C63;
  font-family: "Inter", sans-serif;
  margin: 4px 20px;
}
.so-search #author-filter-form .selectric .button {
  background: #fff;
  top: 4px;
}
.so-search #author-filter-form .selectric .button:before {
  content: "";
  background-image: url(img/icon-chevron-up-dark.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.so-search #author-filter-form .selectric .button:after {
  display: none;
}
.so-search #author-filter-form .so-button.so-gradient {
  border: 0;
  padding: 16px 73px;
}
.so-search #author-filter-form .so-button.so-gradient h6 {
  font-weight: 350;
}
.so-search #author-filter-form fieldset.filter-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.so-search #author-filter-form fieldset.filter-group h6 {
  max-width: 100px;
  width: 100%;
}
.so-search .author-results-header h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 22px;
  text-align: center;
  background: #ECF0F3;
  max-width: 594px;
  margin: auto;
  margin-bottom: 40px;
}
.so-search #author-results {
  max-width: 792px;
  margin: auto;
  margin-top: 80px;
}
.so-search #author-results .author-back-wrapper {
  margin-top: 40px;
}
.so-search #author-results .author-back-wrapper a {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  color: #2A3C63;
}
.so-search #author-results .author-back-wrapper a:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(img/icon-arrow.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.so-search .author-list {
  position: relative;
}
.so-search .author-list:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -1px;
  height: 170px;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.so-search .author-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-items: center;
  max-height: 792px;
  overflow: scroll;
}

@media screen and (max-width: 1024px) {
  .so-intro {
    margin-top: 80px;
  }
  .so-about-us .so-block {
    flex-direction: column;
  }
  .so-about-us .so-block .so-col {
    width: 100%;
  }
  .so-about-us .so-block .so-col:nth-child(2) .so-container {
    min-height: auto;
    padding-bottom: 80px;
  }
  .so-who-we-are .so-content {
    padding-bottom: 70px;
  }
  .so-who-we-are .so-subtitle {
    margin: 40px auto;
  }
  .so-support .so-content {
    padding: 70px 20px;
  }
  .so-articles .so-content, .so-faq .so-content, .so-search .so-content, .so-authors .so-content, .so-about-us .so-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .so-freelancers .so-row .so-col {
    padding: 50px 20px;
  }
  .so-search #author-filter-form .so-col:nth-child(1) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .so-authors .so-list {
    grid-template-columns: 1fr 1fr;
  }
  .so-search #author-filter-form .so-col:nth-child(1) {
    grid-template-columns: 1fr 1fr;
  }
  .so-who-we-are .so-container {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .so-who-we-are .so-container p {
    padding: 30px 20px;
  }
  .so-who-we-are .so-container p:before {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .so-intro .so-row .so-col:nth-child(1) {
    padding: 30px 20px 30px 20px;
  }
  .so-freelancers .so-row {
    flex-direction: column;
  }
  .so-freelancers .so-row .so-col {
    box-sizing: border-box;
    width: 100%;
  }
  .so-search .so-col-search {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .so-search .so-reset {
    position: relative;
  }
  .so-search #author-results {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .so-posts .so-content {
    padding-bottom: 50px;
  }
  .so-posts .card-post img {
    height: 150px;
  }
  .so-posts .card-post .so-container p {
    font-size: 14px;
  }
  .so-posts .card-post .so-container h6 {
    font-size: 16px;
  }
  .so-posts .swiper-nav {
    padding-top: 30px;
  }
  .so-posts .swiper-nav .swiper-button-next {
    left: 65px;
  }
  .so-search #author-filter-form .so-col:nth-child(1) {
    grid-template-columns: 1fr;
  }
  .so-articles .so-content, .so-faq .so-content, .so-search .so-content, .so-authors .so-content, .so-about-us .so-content {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .so-about-us .so-row {
    padding: 0;
  }
  .so-about-us .so-block {
    margin-top: 20px;
    gap: 0;
  }
  .so-about-us .so-block h3 {
    padding-bottom: 0;
  }
  .so-about-us .so-block .so-col:nth-child(2) .so-container {
    padding-bottom: 30px;
  }
  .so-about-us .so-block .so-col img {
    height: 200px;
  }
  .so-about-us .so-block .so-container {
    padding: 20px 20px 30px 20px;
  }
  .so-about-us .so-block .so-container p {
    margin-top: 15px;
    padding-left: 35px;
    font-size: 14px;
  }
  .so-about-us .so-block .so-container p:before {
    width: 20px;
    height: 20px;
  }
  .so-about-us .so-block .so-container p:after {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
  }
  .so-who-we-are .so-content {
    padding-bottom: 40px;
  }
  .so-who-we-are .so-container {
    gap: 15px;
  }
  .so-who-we-are .so-container p {
    font-size: 14px;
    padding: 30px 10px;
    line-height: 140%;
  }
  .so-who-we-are .so-subtitle {
    font-size: 16px;
    margin: 25px auto;
  }
  #author-results .so-author-card img {
    height: 250px;
  }
  .so-support .so-content {
    padding: 30px 20px;
  }
  .so-support .so-content .so-row h2 {
    margin-bottom: 20px;
  }
  .so-support .so-content .so-row p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .so-support .so-content .so-row .so-button {
    margin-top: 25px;
  }
  .so-authors .so-author-card img {
    height: 200px;
  }
  .so-search h2 {
    margin-bottom: 30px;
  }
  .so-search #author-filter-form h5 {
    padding: 15px;
    font-size: 16px;
  }
  .so-search .author-list:before {
    height: 100px;
  }
  .so-search #author-filter-form .so-col .filter-icon {
    margin-left: 0;
    margin-right: 10px;
    width: 27.455px;
    height: 25px;
  }
  .so-search #author-filter-form fieldset.filter-group {
    gap: 15px;
  }
  .so-search #author-filter-form fieldset.filter-group .radio-label {
    margin: 0;
    font-size: 14px;
  }
  .so-search #author-filter-form fieldset.filter-group h6 {
    font-size: 16px;
    max-width: 100%;
  }
  .so-freelancers .so-row .so-col:nth-child(2) p {
    padding: 10px 20px;
  }
  .so-search .author-list-wrapper {
    grid-template-columns: 1fr;
  }
  .so-authors .so-list {
    grid-template-columns: 1fr;
  }
  .so-intro .so-row .so-image img {
    height: 450px;
  }
}
.so-404 {
  margin-top: 80px;
}
.so-404 .so-row {
  position: relative;
  max-width: 100%;
  display: flex;
  padding: 0;
  height: 650px;
  min-height: calc(100vh - 550px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.so-404 .so-row h1 {
  font-size: 220px;
  line-height: 110%;
  margin-bottom: 20px;
  font-weight: 400;
}
.so-404 .so-row p {
  font-size: 18px;
}
.so-404 .so-row .so-button.so-gradient {
  padding: 15px 64px;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .so-404 .so-row {
    height: 500px;
  }
  .so-404 .so-row h1 {
    font-size: 150px;
  }
}
.so-blog .so-content {
  padding-top: 180px;
}
.so-blog .so-blog-featured {
  margin-bottom: 60px;
}
.so-blog .so-blog-featured .card-post {
  flex-direction: row;
}
.so-blog .so-blog-featured .card-post .so-card-image {
  width: 50%;
}
.so-blog .so-blog-featured .card-post .so-card-image img {
  height: 100%;
}
.so-blog .so-blog-featured .card-post .so-container {
  width: 50%;
  height: auto;
  padding: 30px 40px;
  box-sizing: border-box;
}
.so-blog .so-blog-featured .card-post .so-container a {
  margin-top: 35px;
}
.so-blog .so-blog-featured .card-post .so-container .so-text p {
  font-weight: 300;
}
.so-blog .so-blog-featured .card-post .so-author {
  top: 20px;
  left: 20px;
}
.so-blog .so-blog-featured .card-post .so-date {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 20px;
  width: fit-content;
}
.so-blog .so-blog-featured .card-post h3 {
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.so-blog .card_list .so-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.so-blog .card_list .so-nav {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.so-blog .card_list .so-nav .page-numbers {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: 0.3s ease;
  background: linear-gradient(90deg, rgb(42, 60, 99) 0%, rgb(95, 119, 170) 50%, rgb(42, 60, 99) 100%);
  background-size: 200% 100%;
  background-position: left;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
.so-blog .card_list .so-nav .page-numbers:hover {
  background-position: right;
}
.so-blog .card_list .so-nav .page-numbers.current {
  border: 2px solid #2A3C63;
  background: #ECF0F3;
  color: #2A3C63;
}
.so-blog .card_list .so-nav .page-numbers.arrows-controls:before {
  content: "";
  position: absolute;
  background-image: url(img/icon-chevron-up.svg);
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.so-blog .card_list .so-nav .page-numbers.arrows-controls a {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.so-blog .card_list .so-nav .page-numbers.next-page {
  background: linear-gradient(90deg, #2a3c63 0%, rgb(91, 116, 166) 50%, #2a3c63 100%);
  background-size: 200% 100%;
  background-position: right;
}
.so-blog .card_list .so-nav .page-numbers.next-page:before {
  transform: rotate(180deg);
}
.so-blog .card_list .so-nav .page-numbers.next-page:hover {
  background-position: left;
}

@media screen and (max-width: 1024px) {
  .so-blog .so-content {
    padding-top: 110px;
  }
  .so-blog .card_list .so-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 900px) {
  .so-blog .so-blog-featured .card-post {
    flex-direction: column;
  }
  .so-blog .so-blog-featured .card-post .so-card-image {
    width: 100%;
  }
  .so-blog .so-blog-featured .card-post .so-container {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .so-blog .card_list .so-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .so-blog .card_list .so-nav {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .so-blog .card_list .so-nav .page-numbers {
    width: 40px;
    height: 40px;
  }
  .so-blog .so-blog-featured .card-post h3 {
    font-size: 24px;
  }
  .so-blog .so-blog-featured .card-post .so-container a {
    margin-top: 20px;
  }
  .so-posts .card-post .so-container p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .so-blog .so-blog-featured .card-post .so-container {
    padding: 20px 20px;
  }
}
.so-author-page h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.so-author-page .specialization {
  font-size: 20px;
  font-style: italic;
  line-height: 110%;
  letter-spacing: 0.2px;
  font-weight: 350;
}
.so-author-page h5 {
  font-family: "Inter", sans-serif;
  line-height: 110%;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 60px;
  letter-spacing: 0.25px;
}
.so-author-page .about p {
  margin-bottom: 20px;
}
.so-author-page .so-row {
  padding: 0;
  max-width: 1300px;
  display: flex;
  margin: auto 0 auto auto;
  justify-content: flex-end;
  position: relative;
}
.so-author-page .so-row .so-author-image {
  width: 40%;
  position: absolute;
  padding-top: 160px;
  left: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.so-author-page .so-row .so-author-image img {
  width: 100%;
  max-width: 33vw;
  height: 500px;
  object-fit: cover;
}
.so-author-page .so-row .author-info {
  width: 69.231%;
  background: #fff;
  padding-top: 240px;
  padding-bottom: 150px;
}
.so-author-page .so-row .author-info .so-wrapper {
  max-width: 540px;
  margin: auto;
}
.so-author-page .so-row .so-author-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.so-author-page .so-row .so-author-links a {
  margin-right: 5px;
  background: #2A3C63;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.so-author-page .so-row .so-author-links a:last-child {
  margin-right: 0;
}
.so-author-page .so-row .so-author-links a:hover {
  background: #5F77AA;
}
.so-author-page .so-row .so-author-links a img {
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.so-author-page .so-row .author-meta a {
  color: #2A3C63;
  transition: 0.3s ease;
}
.so-author-page .so-row .author-meta li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.so-author-page .so-row .author-meta li:hover a {
  color: #5F77AA;
}
.so-author-page .so-row .author-meta img {
  max-width: 24px;
  width: 100%;
  height: 24px;
  object-fit: contain;
}
.so-author-page .so-row .author-meta ul {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .so-author-page .so-row {
    flex-direction: column;
    align-items: center;
  }
  .so-author-page .so-row .so-author-image {
    position: relative;
    width: 100%;
    left: auto;
    max-width: 440px;
    padding: 110px 20px 40px 20px;
  }
  .so-author-page .so-row .so-author-image img {
    height: 400px;
    max-width: 400px;
  }
  .so-author-page .so-row .author-info {
    padding: 40px 20px 70px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .so-author-page .so-row .author-info .so-wrapper {
    max-width: 800px;
  }
}
@media screen and (max-width: 600px) {
  .so-author-page .so-row .so-author-links {
    justify-content: center;
  }
  .so-author-page .so-row .so-author-links a {
    width: 40px;
    height: 40px;
  }
  .so-author-page .so-row .so-author-links a img {
    width: 25px;
    height: 25px;
  }
  .so-author-page .so-row .so-author-image {
    padding-bottom: 20px;
  }
  .so-author-page .so-row .so-author-image img {
    height: 250px;
    max-width: 250px;
    margin: auto;
  }
  .so-author-page .so-row .author-info {
    padding: 30px 20px 30px 20px;
  }
  .so-author-page .so-row h1 {
    font-size: 35px;
  }
  .so-author-page .so-row h5 {
    margin-top: 40px;
  }
  .so-author-page .so-row .specialization {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
