/*! sanitize.css v7.0.2 | CC0 License | github.com/csstools/sanitize.css */
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
header {
  background: transparent !important;
  box-shadow: none !important;
}

.no-scroll-y .m-icon-button {
  color: var(--primary-foreground-color) !important;
}

.no-scroll-y .icon-moon,
.no-scroll-y .icon-moon {
  color: var(--primary-foreground-color) !important;
}
html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
}
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono,
    Liberation Mono, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono,
    Liberation Mono, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
details,
dialog {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled],
[disabled] {
  cursor: disabled;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
:root {
  --announcement-bar-height: 0px;
  --show-fade-animation: 1;
}
[data-theme="light"] {
  --background-color: #fff;
  --primary-foreground-color: #4a4a4a;
  --secondary-foreground-color: #000;
  --primary-subtle-color: #0470ee;
  --secondary-subtle-color: #f4f8fd;
  --titles-color: #333;
  --link-color: #133467;
  --primary-border-color: #9b9b9b;
  --secondary-border-color: #f0f8ff;
  --article-shadow-normal: 0 10px 10px rgba(0, 0, 0, 0.08);
  --article-shadow-hover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
  --transparent-background-color: hsla(0, 0%, 100%, 0.99);
  --footer-background-color: #133467;
  --submenu-shadow-color-opacity: 0.25;
  --button-shadow-color-normal: hsla(0, 0%, 42%, 0.2);
  --button-shadow-color-hover: hsla(0, 0%, 42%, 0.3);
  --table-background-color-odd: #fafafa;
  --table-head-border-bottom: #e2e2e2;
  --toggle-darkmode-button-display-moon: block;
  --toggle-darkmode-button-display-sun: none;
  --toggle-darkmode-background-color: rgba(0, 0, 0, 0.05);
  --header-menu-gradient-first-color: hsla(0, 0%, 100%, 0);
  --header-menu-gradient-second-color: #fff;
  --kg-card-img-invert-color: 0;
}
[data-theme="dark"] {
  --background-color: #111;
  --primary-foreground-color: #ccc;
  --secondary-foreground-color: #fff;
  --primary-subtle-color: #2c2fe6;
  --secondary-subtle-color: #141920;
  --titles-color: #b4b4b4;
  --link-color: #b6b7f6;
  --primary-border-color: #1d1d1d;
  --secondary-border-color: #0f0f0f;
  --article-shadow-normal: 0 4px 5px 5px rgba(0, 0, 0, 0.1);
  --article-shadow-hover: 0 4px 5px 10px rgba(0, 0, 0, 0.1);
  --transparent-background-color: rgba(0, 0, 0, 0.99);
  --footer-background-color: #080808;
  --submenu-shadow-color-opacity: 0.55;
  --button-shadow-color-normal: hsla(0, 0%, 4%, 0.5);
  --button-shadow-color-hover: hsla(0, 0%, 4%, 0.5);
  --table-background-color-odd: #050505;
  --table-head-border-bottom: #1d1d1d;
  --toggle-darkmode-button-display-moon: none;
  --toggle-darkmode-button-display-sun: block;
  --toggle-darkmode-background-color: rgba(0, 0, 0, 0.5);
  --header-menu-gradient-first-color: hsla(0, 0%, 7%, 0);
  --header-menu-gradient-second-color: hsla(0, 0%, 7%, 0.65);
  --kg-card-img-invert-color: 1;
}
.hide {
  display: none;
}
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.focusable:focus,
.m-button:focus,
.m-toggle-darkmode input:focus {
  box-shadow: 0 0 0 2px var(--primary-subtle-color) !important;
}
.content-centered,
.m-hero,
.m-icon-button {
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-button,
.m-icon-button,
.m-input,
.m-toggle-darkmode input,
.no-appearance {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-scroll-y {
  overflow-y: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.only-desktop {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .only-desktop {
    display: block;
  }
  .m-logo {
    display: inline !important;
    transform: scale(1.5);
  }
}
[class*=" icon-"],
[class^="icon-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-moon {
  font-size: 1rem !important;
}
.icon-sunny {
  font-size: 1.2rem !important;
}
.icon-moon:before {
  content: "\e90f";
}
.icon-sunny:before {
  content: "\e910";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-star:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-top:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-comments:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-globe:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e909";
}
.icon-more:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-imdb:before {
  content: "\e90d";
}
.icon-vk:before {
  content: "\e90e";
}
.icon-steam:before {
  content: "\e914";
}
.icon-twitch:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e916";
}
.icon-vimeo:before {
  content: "\e917";
}
.icon-whatsapp:before {
  content: "\e918";
}
.icon-reddit:before {
  content: "\e919";
}
.icon-rss:before {
  content: "\e91a";
}
.icon-spotify:before {
  content: "\e91b";
}
.icon-telegram:before {
  content: "\e91c";
}
.icon-soundcloud:before {
  content: "\e91d";
}
.icon-flickr:before {
  content: "\e91e";
}
.icon-letterboxd:before {
  content: "\e91f";
}
.icon-odnoklassniki:before {
  content: "\e920";
}
.icon-pinterest:before {
  content: "\e921";
}
.icon-tiktok:before {
  content: "\e922";
}
.icon-tumblr:before {
  content: "\e923";
}
.icon-xing:before {
  content: "\e924";
}
.icon-mixcloud:before {
  content: "\e925";
}
.icon-mixer:before {
  content: "\e926";
}
.icon-wechat:before {
  content: "\e927";
}
.icon-deviantart:before {
  content: "\e928";
}
.icon-discord:before {
  content: "\e929";
}
.icon-instagram:before {
  content: "\e92a";
}
.icon-linkedin:before {
  content: "\e92b";
}
.icon-snapchat:before {
  content: "\e92c";
}
.icon-gitlab:before {
  content: "\e92d";
}
.icon-github:before {
  content: "\e930";
}
.icon-behance:before {
  content: "\e951";
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background-color);
  color: var(--primary-foreground-color);
  display: flex;
  flex-direction: column;
  font-display: swap;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: var(--announcement-bar-height);
  transition: padding-top 0.2s linear;
  width: 100%;
}
body.share-menu-displayed {
  padding-bottom: 45px;
}
@media only screen and (min-width: 48rem) {
  body.share-menu-displayed {
    padding-bottom: 0;
  }
}
.main-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
p {
  line-height: 1.5;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.tippy-popper * {
  text-align: left !important;
}
.medium-zoom-overlay {
  background-color: var(--background-color) !important;
}
.medium-zoom-image,
.medium-zoom-overlay {
  z-index: 5;
}
[data-animate^="fade"] {
  -webkit-animation: fadeAnimation 0.5s linear forwards;
  animation: fadeAnimation 0.5s linear forwards;
  opacity: calc((var(--show-fade-animation) - 1) * -1);
}
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
  }
  to {
    opacity: 1;
  }
}
[data-animate="fade-up"] {
  -webkit-animation: fadeUpAnimation 0.5s cubic-bezier(0.77, 0, 0.18, 1) 0.3s
    forwards;
  animation: fadeUpAnimation 0.5s cubic-bezier(0.77, 0, 0.18, 1) 0.3s forwards;
}
@-webkit-keyframes fadeUpAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(100px * var(--show-fade-animation)));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(100px * var(--show-fade-animation)));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-animate="fade-down"] {
  -webkit-animation: fadeDownAnimation 0.5s cubic-bezier(0.77, 0, 0.18, 1)
    forwards;
  animation: fadeDownAnimation 0.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
@-webkit-keyframes fadeDownAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(-100px * var(--show-fade-animation)));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(-100px * var(--show-fade-animation)));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper {
    max-width: 1260px;
  }
}
@media only screen and (min-width: 80rem) {
  .l-wrapper {
    padding: 0;
  }
}
.l-wrapper.in-submenu {
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-submenu {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 80rem) {
  .l-wrapper.in-submenu {
    padding: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-post {
    max-width: 960px;
  }
}
.l-wrapper.in-comments {
  color: var(--primary-foreground-color);
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-comments {
    max-width: 820px;
  }
}
@media only screen and (min-width: 64rem) {
  .l-wrapper.in-recommended {
    max-width: calc(100% - 60px);
    padding: 0;
  }
}
@media only screen and (min-width: 90rem) {
  .l-wrapper.in-recommended {
    max-width: 1200px;
  }
}
.l-wrapper.in-post.no-image {
  padding-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-post.no-image {
    padding-top: 80px;
  }
}
.l-wrapper.in-caption {
  padding-top: 10px;
}
.l-content {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 48rem) {
  .l-content {
    padding: 60px 0 40px;
  }
}
.m-button {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
  outline: 0;
  padding: 13px 25px;
  position: relative;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-button.outlined {
  border: 1px solid var(--primary-foreground-color);
  color: var(--titles-color);
}
.m-button.filled,
.m-button.primary {
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
}
.m-button.filled:hover,
.m-button.primary:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
  transform: translateY(-2px);
}
.m-button.filled {
  background-color: #fff;
  border-radius: 5px;
}
.m-button.block {
  display: block;
  width: 100%;
}
.m-button.primary {
  background-color: var(--primary-subtle-color);
  color: #fff;
}
.m-button.loading {
  cursor: default;
  overflow: hidden;
}
.m-button.loading:after {
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25%;
}
@-webkit-keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  to {
    transform: translatex(0);
  }
}
@keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  to {
    transform: translatex(0);
  }
}
.m-icon-button {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  outline: 0;
  padding: 0;
}
.m-icon-button.outlined {
  border: 1px solid var(--primary-foreground-color);
}
.m-icon-button.filled {
  background-color: var(--background-color);
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-icon-button.filled:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}
.m-icon-button:disabled {
  cursor: default;
  opacity: 0.5;
}
.m-icon-button.in-mobile-topbar {
  height: 50px;
  width: 50px;
}
.m-icon-button.as-close-menu {
  font-size: 0.625rem;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-close-menu {
    display: none !important;
  }
}
.m-icon-button.as-close-search {
  font-size: 0.625rem;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-close-search {
    font-size: 0.875rem;
    height: 42px;
    right: 30px;
    top: 30px;
    width: 42px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-icon-button.as-close-search {
    height: 50px;
    right: 40px;
    top: 40px;
    width: 50px;
  }
}
.m-icon-button.in-menu-main {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-menu-main {
    display: flex;
    height: 32px;
    width: 32px;
  }
}
.m-icon-button.more {
  font-size: 1.25rem;
  position: relative;
  z-index: 6;
}

.m-icon-button.in-pagination-left,
.m-icon-button.in-pagination-right {
  font-size: 0.625rem;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-pagination-left,
  .m-icon-button.in-pagination-right {
    font-size: 0.688rem;
    height: 46px;
    width: 46px;
  }
}
.m-icon-button.in-pagination-left {
  margin-right: 30px;
}
.m-icon-button.in-pagination-right {
  margin-left: 30px;
}
.m-icon-button.in-featured-articles {
  bottom: 5px;
  color: #fff;
  font-size: 0.875rem;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles {
    bottom: 26px;
  }
}
.m-icon-button.in-featured-articles.swiper-button-prev {
  right: 56px;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles.swiper-button-prev {
    right: 76px;
  }
}
.m-icon-button.in-featured-articles.swiper-button-next {
  right: 16px;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles.swiper-button-next {
    right: 36px;
  }
}
.m-icon-button.in-recommended-articles {
  font-size: 0.625rem;
  height: 40px;
  position: absolute;
  top: 240px;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
@media only screen and (min-width: 64rem) {
  .m-icon-button.in-recommended-articles {
    display: none;
  }
}
.m-icon-button.in-recommended-articles.swiper-button-prev {
  left: 2px;
}
.m-icon-button.in-recommended-articles.swiper-button-next {
  right: 2px;
}
.m-icon-button.as-load-comments {
  font-size: 1.25rem;
  height: 60px;
  margin: 0 auto;
  position: relative;
  width: 60px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-load-comments {
    font-size: 1.625rem;
    height: 80px;
    width: 80px;
  }
}
.m-icon-button.in-share {
  color: var(--titles-color);
  font-size: 0.75rem;
  height: 31px;
  margin: 0 25px;
  text-decoration: none;
  width: 31px;
}
@media only screen and (min-width: 64rem) {
  .m-icon-button.in-share {
    font-size: 0.875rem;
    height: 40px;
    margin: 0 0 20px;
    width: 40px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-icon-button.in-share {
    font-size: 1rem;
    height: 50px;
    width: 50px;
  }
}
.m-icon-button.progress {
  position: relative;
}
.m-icon-button.progress svg {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-icon-button.progress svg circle {
  stroke: var(--primary-subtle-color);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.2s;
}
.rtl .m-icon-button.in-featured-articles.swiper-button-prev {
  left: 16px;
  right: auto;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-icon-button.in-featured-articles.swiper-button-prev {
    left: 36px;
    right: auto;
  }
}
.rtl .m-icon-button.in-featured-articles.swiper-button-next {
  left: 52px;
  right: auto;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-icon-button.in-featured-articles.swiper-button-next {
    left: 72px;
    right: auto;
  }
}
.rtl .m-icon-button.in-recommended-articles.swiper-button-prev {
  left: auto;
  right: 2px;
  transform: rotate(180deg);
}
.rtl .m-icon-button.in-recommended-articles.swiper-button-next {
  left: 2px;
  right: auto;
  transform: rotate(180deg);
}
.m-input {
  background-color: var(--background-color);
  border: 1px solid var(--primary-border-color);
  border-radius: 5px;
  color: var(--primary-foreground-color);
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.3;
  outline: 0;
  padding: 11px 15px;
  width: 100%;
}
.m-input:focus {
  border-color: var(--primary-subtle-color);
}
.m-input.in-search {
  font-weight: 600;
  padding-left: 40px;
}
@media only screen and (min-width: 48rem) {
  .m-input.in-search {
    font-size: 1.25rem;
    padding: 15px 30px 15px 60px;
  }
}
.m-input.in-subscribe-section {
  margin-bottom: 15px;
}
.m-section-title {
  color: var(--primary-foreground-color);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.m-section-title.in-recommended {
  margin-bottom: 0 !important;
}
.m-small-text {
  color: var(--titles-color);
  font-size: 0.875rem;
}
.m-small-text.in-subscribe-page {
  font-weight: 600;
  padding-top: 30px;
}
.m-small-text.in-author-along-with {
  margin-bottom: 20px;
}
.m-small-text.in-author-along-with a {
  text-decoration: underline;
}
.m-not-found {
  color: var(--primary-foreground-color);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}
.m-not-found.in-recent-articles {
  margin-left: 20px;
}
@media only screen and (min-width: 48rem) {
  .m-not-found.in-recent-articles {
    margin-left: 0;
  }
}
.m-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  will-change: transform;
  z-index: 4;
}

@media only screen and (min-width: 48rem) {
  .m-header {
    padding: 15px 0;
  }
  .m-header.with-announcement-bar {
    padding: 0;
  }
  .m-header.with-announcement-bar .m-menu {
    padding: 15px 0;
  }
}
.m-header.mobile-menu-opened {
  height: 100%;
}
@media only screen and (min-width: 48rem) {
  .m-header.mobile-menu-opened {
    height: auto;
  }
}
.m-header.headroom--pinned {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 0 0 transparent;
  transform: translateY(0);
}
.m-header.headroom--pinned .m-header__shadow {
  display: none;
}
.m-header.headroom--unpinned {
  transform: translateY(-150%);
}
.m-header.submenu-is-active {
  background-color: var(--background-color);
}
.m-header.submenu-is-active .m-header__shadow {
  display: none;
}
.m-header.with-picture {
  background-color: var(--background-color);
}
.m-mobile-topbar {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-mobile-topbar {
    display: none !important;
  }
}
.m-logo {
  display: inline-block;
  height: 32px;
}
.m-logo img {
  height: 100%;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.m-logo img.m-logo__image-light {
  display: var(--toggle-darkmode-button-display-moon);
}
.m-logo img.m-logo__image-dark {
  display: var(--toggle-darkmode-button-display-sun);
}
.m-logo.in-mobile-topbar {
  margin: 0 20px;
  transform: scale(1.5);
  margin-top: 45px;
}
.m-site-name.in-mobile-topbar {
  color: var(--titles-color);
  font-weight: 600;
}
.m-site-name.in-desktop-menu {
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .m-nav {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 90rem) {
  .m-nav {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 48rem) {
  .m-nav.toggle-overflow {
    overflow-y: initial;
  }
}
.m-nav__left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-top: 40px;
    white-space: nowrap;
  }
  .m-nav__left.toggle-overflow {
    overflow-x: hidden;
  }
}
.m-nav__left ul:not(.m-secondary-menu) {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left ul:not(.m-secondary-menu) {
    align-items: center;
    display: flex;
  }
}
.m-nav__left li {
  color: var(--titles-color);
  font-size: 1.125rem;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left li {
    margin-bottom: 0;
    margin-right: 35px;
    position: relative;
  }
}
.m-nav__left li:last-of-type {
  margin-bottom: 0;
}
.m-nav__left li.nav-current {
  font-weight: 600;
}
.m-nav__left li a {
  color: inherit;
}
.m-nav__left li.more a {
  align-items: center;
  display: inline-flex;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left li.more a {
    display: flex;
  }
}
.m-nav__left li.more a span {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  margin-left: 8px;
  transform: translateY(1px);
}
@media only screen and (min-width: 48rem) {
  .m-nav__right .submenu-option {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .m-nav__right .m-icon-button {
    width: 100%;
  }
}
.m-nav__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 48rem) {
  .m-nav__right {
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
    gap: 20px;
  }

  .m-nav__right > div {
    width: 40px;
    height: 40px;
  }

  .m-nav__right > div:hover {
    border: 2px solid #fff;
    border-radius: 50% !important;
  }
  .rtl .m-nav__left {
    padding-left: 0;
    padding-right: 5px;
  }
  .rtl .m-nav__left li {
    margin-left: 35px;
    margin-right: 0;
  }
  .rtl .m-nav__right {
    padding-left: 5px;
    padding-right: 20px;
  }
  .rtl .m-nav__right:before {
    left: auto;
    right: -20px;
    transform: rotate(180deg);
  }
}
.m-menu {
  -webkit-overflow-scrolling: touch;
  background-color: var(--background-color);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: scale(1.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.m-menu.opened {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 10;
}
@media only screen and (min-width: 48rem) {
  .m-menu {
    background-color: transparent;
    height: auto;
    left: auto;
    opacity: 1 !important;
    overflow: initial;
    position: relative;
    top: auto;
    transform: translateZ(0) !important;
    visibility: visible !important;
  }
}
.m-menu__main {
  min-height: 100%;
  padding: 50px 0 5px;
}
@media only screen and (min-width: 48rem) {
  .m-menu__main {
    min-height: 0;
    padding: 0;
  }
}
.rtl .m-menu__main {
  padding-top: 75px;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-menu__main {
    padding: 0;
  }
}
.m-secondary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-secondary-menu li {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .m-secondary-menu li {
    margin-left: 0;
    margin-right: 0;
  }
}
.m-secondary-menu li.nav-current a {
  font-weight: 600;
}
.m-secondary-menu li a {
  border-radius: 4px;
  display: block;
  padding: 6px 10px;
  transition: background-color 0.1s linear;
}
@media only screen and (min-width: 48rem) {
  .m-secondary-menu li a {
    padding: 8px 10px;
  }
}
.m-secondary-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.rtl .m-secondary-menu .li,
.rtl .m-secondary-menu .li a {
  text-align: right !important;
}
.m-submenu {
  padding-top: 25px;
}
@media only screen and (min-width: 48rem) {
  .m-submenu {
    background-color: var(--background-color);
    border-top: 1px solid var(--secondary-border-color);
    box-shadow: 0 60px 60px rgba(0, 0, 0, var(--submenu-shadow-color-opacity)),
      0 0 0 transparent;
    left: 0;
    padding: 30px 0 20px;
    position: fixed;
    top: 95px;
    visibility: hidden;
    white-space: normal;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 80rem) {
  .m-submenu {
    padding: 32px 0 23px;
  }
}
@media only screen and (min-width: 48rem) {
  .m-submenu.opened {
    -webkit-animation: openSubmenuAnimation 0.3s both;
    animation: openSubmenuAnimation 0.3s both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    visibility: visible;
  }
  @-webkit-keyframes openSubmenuAnimation {
    0% {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes openSubmenuAnimation {
    0% {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media only screen and (min-width: 48rem) {
  .m-submenu.closed {
    -webkit-animation: closeSubmenuAnimation 0.3s both;
    animation: closeSubmenuAnimation 0.3s both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @-webkit-keyframes closeSubmenuAnimation {
    0% {
      opacity: 1;
      transform: translateZ(0);
      visibility: visible;
    }
    to {
      opacity: 0;
      transform: translate3d(0, -2.5%, 0);
      visibility: hidden;
    }
  }
  @keyframes closeSubmenuAnimation {
    0% {
      opacity: 1;
      transform: translateZ(0);
      visibility: visible;
    }
    to {
      opacity: 0;
      transform: translate3d(0, -2.5%, 0);
      visibility: hidden;
    }
  }
}
@media only screen and (min-width: 48rem) {
  :root .m-submenu,
  _:-ms-fullscreen {
    top: 65px;
  }
}
.m-submenu-title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin: 0 0 25px;
}
.m-submenu-title.in-recent-articles {
  padding: 0 20px;
}
@media only screen and (min-width: 48rem) {
  .m-submenu-title.in-recent-articles {
    padding: 0;
  }
}
.rtl .m-submenu-title {
  direction: rtl;
}
.m-recent-articles {
  margin: 0 -20px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .m-recent-articles {
    margin: 0 0 40px;
  }
}
.m-recent-articles ul {
  cursor: -webkit-grab;
  cursor: grab;
}
.m-recent-articles .swiper-slide {
  width: auto;
}
.m-recent-article {
  display: block;
  margin: 0 20px;
  width: 230px;
}
@media only screen and (min-width: 48rem) {
  .m-recent-article {
    margin: 0 60px 0 0;
  }
}
.m-recent-article:hover .m-recent-article__picture img {
  transform: scale(1.1);
}
@media only screen and (min-width: 48rem) {
  .rtl .m-recent-article {
    margin: 0 0 0 60px;
  }
}
.m-recent-article__picture {
  background-color: var(--secondary-subtle-color);
  border-radius: 5px;
  height: 130px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
.m-recent-article__picture.no-picture img {
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
}
.m-recent-article__picture img {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.m-recent-article__title {
  color: var(--titles-color);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.438rem;
  margin: 0 0 10px;
}
@media only screen and (min-width: 48rem) {
  .m-recent-article__title {
    font-size: 1.125rem;
    letter-spacing: 0.25px;
  }
}
.m-recent-article__date {
  color: var(--titles-color);
  font-size: 0.813rem;
  letter-spacing: 0.15px;
}
.m-tags.in-post {
  padding-top: 25px;
}
.m-tags.in-post ul {
  list-style-type: none;
  padding: 0;
}
.m-tags.in-post a {
  text-decoration: none;
}
.m-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.m-tags li {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 10px !important;
  margin-right: 30px;
}
.m-tags li:last-of-type {
  margin-right: 0;
}
.m-tags li a {
  color: var(--link-color) !important;
}
.m-toggle-darkmode {
  border-radius: 50%;
  bottom: 45px;
  height: 28px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 28px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-toggle-darkmode {
    bottom: auto;
    margin-left: 20px;
    position: relative;
    right: auto;
    z-index: auto;
  }
}
.m-toggle-darkmode input {
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.m-toggle-darkmode input::-moz-focus-inner {
  border: 0;
}
.m-toggle-darkmode div {
  align-items: center;
  background-color: var(--toggle-darkmode-background-color);
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-toggle-darkmode span {
  color: white;
  font-size: 0.9375rem;
}
.m-toggle-darkmode span.moon {
  display: var(--toggle-darkmode-button-display-moon);
}
.m-toggle-darkmode span.sun {
  display: var(--toggle-darkmode-button-display-sun);
}
:root .m-toggle-darkmode,
_:-ms-fullscreen {
  display: none;
}
div.gh-announcement-bar {
  font-size: 1rem;
  line-height: 1.3;
  min-height: auto;
  padding: 16px 48px;
  z-index: auto;
}
@media only screen and (min-width: 48rem) {
  div.gh-announcement-bar {
    font-size: 1.125rem;
  }
}
.m-hero {
  background-color: var(--secondary-subtle-color);
  flex-direction: column;
  height: 78vh;
  overflow: hidden;
  padding: 100px 0 75px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .m-hero {
    min-height: 400px;
    padding: 150px 0 75px;
  }
}
.m-hero.with-picture {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .m-hero.with-picture {
    min-height: 450px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-hero.with-picture {
    min-height: 565px;
  }
}
.m-hero.with-picture .m-hero-title {
  color: #fff;
}
.m-hero.no-picture.in-post {
  display: none;
}
.m-hero__picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-hero__picture.in-post {
  opacity: 1;
}
.m-hero__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.m-hero__content {
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .m-hero__content {
    max-width: 700px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-hero__content {
    padding: 0;
  }
}
.m-hero__meta {
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .m-hero__meta {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.rtl .m-hero__meta {
  direction: ltr;
}
.m-hero-avatar {
  background-color: #5c697c;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 transparent;
  height: 80px;
  margin: 0 auto 25px;
  width: 80px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-avatar {
    height: 100px;
    width: 100px;
  }
}
.m-hero-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-title {
    font-size: 2.25rem;
    letter-spacing: 0.5px;
  }
}
.m-hero-title.bigger {
  font-size: 2rem;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-title.bigger {
    font-size: 3.25rem;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
  }
}
.m-hero-description {
  font-size: 0.938rem;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-description {
    font-size: 1.125rem;
  }
}
.m-hero-description.bigger {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-description.bigger {
    font-size: 1.375rem;
  }
}
.m-hero-description.with-picture {
  color: #fff;
}
.m-hero-social {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-hero-social {
    margin-bottom: 0;
    margin-right: 7px;
  }
}
.m-hero-social.with-picture {
  color: #fff;
}
.m-hero-social li {
  display: inline-block;
  margin: 0 11px;
}
.m-hero-social li a {
  color: inherit;
  font-size: 0.938rem;
}
.m-hero-social li a span {
  color: inherit;
}
.rtl .m-hero-social {
  direction: ltr;
}
.m-hero-stats {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-hero-stats {
    margin-left: 7px;
  }
}
.m-hero-stats.with-picture {
  color: #fff;
}
.m-hero-stats li {
  color: inherit;
  display: inline-block;
  font-size: 0.813rem;
  letter-spacing: 0.2px;
  margin: 0 4px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-stats li {
    font-size: 1rem;
    letter-spacing: 0.3px;
  }
}
.m-heading {
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-heading {
    margin-bottom: 60px;
  }
  .m-heading.in-subscribe-page {
    margin-bottom: 50px;
  }
}
.m-heading.no-margin {
  margin-bottom: 0 !important;
}
.m-heading__title {
  color: var(--titles-color);
  font-size: 1.75rem;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media only screen and (min-width: 48rem) {
  .m-heading__title {
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
}
.m-heading__title.in-post {
  font-size: 2rem;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .m-heading__title.in-post {
    font-size: 2.625rem;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
  }
}
.m-heading__title.in-page {
  margin: 0;
}
.m-heading__description {
  font-size: 0.938rem;
  letter-spacing: 0.2px;
  line-height: 1.3;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .m-heading__description {
    font-size: 1.125rem;
  }
  .m-heading__description.in-subscribe-page {
    font-size: 1rem;
    max-width: 420px;
  }
}
.m-heading__description.in-newsletter-form {
  font-size: 0.875rem;
  max-width: 80%;
}
@media only screen and (min-width: 48rem) {
  .m-heading__description.in-newsletter-form {
    max-width: 420px;
  }
}
.m-heading__meta {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 48rem) {
  .m-heading__meta {
    font-size: 1rem;
  }
}
.m-heading__meta__tag,
.m-heading__meta__time {
  color: var(--link-color) !important;
}
.m-heading__meta__tag {
  text-decoration: none !important;
}
.m-heading__meta__divider {
  color: var(--primary-border-color);
  display: inline-block;
  margin: 0 10px;
}
.m-article-card {
  background-color: var(--background-color);
  border: 1px solid var(--secondary-border-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: 1;
}
.m-article-card:hover {
  transform: translateY(-5px);
}
.m-article-card:hover:before {
  box-shadow: var(--article-shadow-hover), 0 0 0 transparent;
}
.m-article-card:hover .m-article-card__author {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
@media only screen and (min-width: 48rem) {
  .m-article-card {
    height: 420px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 64rem) {
  .m-article-card {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33.33333% - 40px);
  }
}
.m-article-card.no-picture .m-article-card__picture {
  height: 85px !important;
}
.m-article-card.no-picture .m-article-card__info {
  background-color: var(--secondary-subtle-color);
}
.m-article-card.no-picture .m-article-card__title {
  font-size: 1.625rem;
  line-height: 1.4;
}
.m-article-card.as-author .m-article-card__picture {
  background-color: #000;
}
.m-article-card.as-author .m-article-card__picture-link {
  z-index: 2;
}
.m-article-card.as-author .m-article-card__picture-background {
  opacity: 0.75;
}
.m-article-card.as-author .m-article-card__info {
  padding: 0;
}
.m-article-card.as-author .m-article-card__info-link {
  padding: 20px 20px 60px;
}
.m-article-card:before {
  border-radius: 10px;
  bottom: 0;
  box-shadow: var(--article-shadow-normal), 0 0 0 transparent;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-article-card__picture {
  background-color: var(--secondary-subtle-color);
  border-radius: 10px 10px 0 0;
  height: 200px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
@media only screen and (min-width: 48rem) {
  .m-article-card__picture {
    height: 220px;
  }
}
.m-article-card__picture-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-article-card__picture-background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.m-article-card__name {
  bottom: 20px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  left: 20px;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  right: 20px;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__name {
    bottom: 25px;
    left: 25px;
  }
}
.m-article-card__author {
  border-radius: 50%;
  height: 35px;
  left: 20px;
  position: absolute;
  top: 20px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  width: 35px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__author {
    left: 25px;
    top: 25px;
  }
}
.m-article-card__author div {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.m-article-card__featured {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 24px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__featured {
    right: 25px;
    top: 31px;
  }
}
.m-article-card__featured span {
  color: inherit;
  font-size: 0.75rem;
}
.m-article-card__info {
  background-color: var(--background-color);
  border-radius: 0 0 10px 10px;
  flex: 1;
  height: 200px;
  overflow: hidden;
  padding-top: 48px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info {
    padding-top: 53px;
  }
}
.m-article-card__info.no-tag {
  padding-top: 0 !important;
}
.m-article-card__info.no-tag .m-article-card__info-link {
  padding-top: 48px;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info.no-tag .m-article-card__info-link {
    padding-top: 53px;
  }
}
.m-article-card__tag {
  color: var(--link-color);
  font-size: 0.875rem;
  font-weight: 600;
  left: 20px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__tag {
    left: 25px;
    top: 25px;
  }
}
.m-article-card__info-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px 20px;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info-link {
    padding: 0 25px 25px;
  }
}
.m-article-card__title {
  color: var(--titles-color);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin: 0;
}
.m-article-card__excerpt {
  color: var(--titles-color);
  display: block;
  font-size: 1rem;
  height: 100%;
  letter-spacing: 0.3px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
.m-article-card__author-stats,
.m-article-card__timestamp {
  align-items: center;
  color: var(--titles-color);
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
}
.m-article-card__author-stats span:nth-child(2),
.m-article-card__timestamp span:nth-child(2) {
  padding: 0 10px;
}
.m-article-card__author-stats {
  bottom: 20px;
  justify-content: space-between;
  left: 20px;
  position: absolute;
  right: 20px;
}
.m-article-card__author-stats span {
  padding: 0 !important;
}
.m-article-card__social {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.m-article-card__social li {
  display: inline-block;
  margin-left: 22px;
}
.m-article-card__social li a {
  color: var(--primary-foreground-color);
  font-size: 0.938rem;
}
.m-article-card__social li a span {
  color: inherit;
}
.rtl .m-article-card__social {
  direction: ltr;
}
.m-search {
  -webkit-overflow-scrolling: touch;
  background-color: var(--transparent-background-color);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: scale(1.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.m-search.opened {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 10;
}
.m-search__content {
  margin: 0 auto;
  padding: 80px 20px 40px;
}
@media only screen and (min-width: 48rem) {
  .m-search__content {
    max-width: 700px;
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-search__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 90rem) {
  .m-search__content {
    max-width: 800px;
  }
}
.m-search__form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .m-search__form {
    margin: 0 auto 45px;
    max-width: 500px;
  }
}
.m-search-icon {
  color: #9b9b9b;
  font-size: 1rem;
  font-weight: 500;
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
}
@media only screen and (min-width: 48rem) {
  .m-search-icon {
    font-size: 1.25em;
    left: 25px;
  }
}
.m-result {
  border-bottom: 1px solid var(--primary-border-color);
}
.m-result.last {
  border-bottom: 0;
}
.m-result__link {
  display: block;
  height: 100%;
  padding: 10px 0;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .m-result__link {
    padding: 15px 0;
  }
}
.m-result__title {
  color: var(--primary-foreground-color);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin: 0 0 5px;
}
@media only screen and (min-width: 48rem) {
  .m-result__title {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-result__title {
    font-size: 1.375rem;
  }
}
.m-result__date {
  color: var(--titles-color);
  font-size: 0.813rem;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 48rem) {
  .m-result__date {
    font-size: 0.938rem;
    letter-spacing: 0.3px;
  }
}
.m-footer {
  background-color: var(--footer-background-color);
  flex-shrink: 0;
}
.m-footer__content {
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-footer__content {
    margin: 0 auto;
    max-width: 680px;
    padding: 75px 0;
  }
}
.m-footer__nav-secondary {
  margin-bottom: 25px;
}
.m-footer__nav-secondary .m-secondary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .m-footer__nav-secondary .m-secondary-menu li {
    margin: 0 5px;
  }
}
.m-footer-copyright {
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.m-footer-copyright span {
  display: block;
}
@media only screen and (min-width: 48rem) {
  .m-footer-copyright span {
    display: inline;
  }
}
.m-footer-copyright span:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .m-footer-copyright span:nth-child(2) {
    display: inline;
  }
}
.m-footer-copyright a {
  text-decoration: underline;
}
.m-footer-copyright.jslicense {
  margin-bottom: 0;
  opacity: 0.7;
}
.m-footer-social {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.m-footer-social a {
  color: #fff;
  display: inline-block;
  margin: 0 15px;
}
.m-footer-social a span {
  color: inherit;
  font-size: 1rem;
}
.rtl .m-footer-social {
  direction: ltr;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Pace Grotesk, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}

footer {
  background-size: cover;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.-right-\[10px\] {
  right: -10px;
}
.left-\[-40px\] {
  left: -40px;
}
.right-\[-40px\] {
  right: -40px;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-5 {
  top: 1.25rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0;
}
.m-20 {
  margin: 5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[78vh\] {
  height: 78vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-8 {
  width: 2rem;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-full {
  width: 100%;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[2560px\] {
  max-width: 2560px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.text-wrap {
  text-wrap: wrap;
}
.text-pretty {
  text-wrap: pretty;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-l-\[10px\] {
  border-left-width: 10px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-\[\#2C96D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 150 211 / var(--tw-border-opacity));
}
.border-\[\#ACACAC\] {
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity));
}
.border-\[black\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[white\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-\[\#2C96D3\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(44 150 211 / var(--tw-border-opacity));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#0066E01A\] {
  background-color: #0066e01a;
}
.bg-\[\#010616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 6 22 / var(--tw-bg-opacity));
}
.bg-\[\#05195F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 25 95 / var(--tw-bg-opacity));
}
.bg-\[\#2C96D3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 150 211 / var(--tw-bg-opacity));
}
.bg-\[\#3296d3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 150 211 / var(--tw-bg-opacity));
}
.bg-\[\#D52C5A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 44 90 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[58px\] {
  padding-top: 58px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-sans {
  font-family: Pace Grotesk, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-3 {
  line-height: 0.75rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0066FC\] {
  --tw-text-opacity: 1;
  color: rgb(0 102 252 / var(--tw-text-opacity));
}
.text-\[\#05195F\] {
  --tw-text-opacity: 1;
  color: rgb(5 25 95 / var(--tw-text-opacity));
}
.text-\[\#0D192C\] {
  --tw-text-opacity: 1;
  color: rgb(13 25 44 / var(--tw-text-opacity));
}
.text-\[\#3296d3\] {
  --tw-text-opacity: 1;
  color: rgb(50 150 211 / var(--tw-text-opacity));
}
.text-\[\#403F3F\] {
  --tw-text-opacity: 1;
  color: rgb(64 63 63 / var(--tw-text-opacity));
}
.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#F40356\] {
  --tw-text-opacity: 1;
  color: rgb(244 3 86 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
*,
*:after,
*:before {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --base-font-size: 16px;
  font-size: var(--base-font-size);
  color: #0d192c;
}
body {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.carousel-container {
  position: relative;
  padding: 20px 20px 60px;
  background-color: #f8f8f8;
}
.carousel-slide {
  position: relative;
  padding: 10px;
}
.carousel-slide img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.carousel-content {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.carousel-title {
  font-size: 1.805rem;
  font-weight: 600;
  color: #05195f;
  font-family: Poppins, sans-serif;
  padding-left: 10px;
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.carousel-description {
  font-size: 1.25rem;
  color: #4a4a4a;
  margin: 10px 0;
}
.carousel-read-more {
  color: #dc2626;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.carousel-read-more:hover {
  text-decoration: underline;
}
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.custom-arrow button {
  background-color: #a0aec0;
  border: none;
  border-radius: 50%;
  padding: 10px;
}
.custom-arrow button:hover {
  background-color: #3182ce;
}
.custom-arrow svg {
  color: #fff;
  font-size: 1.5rem;
}
.active-dot {
  background-color: #00f !important;
}
.inactive-dot {
  background-color: gray !important;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  margin: 0 4px;
  display: flex;
  align-items: center;
}
.slick-dots li div {
  height: 0.55rem;
  width: 0.55rem;
  background-color: #d1d5db;
  border-radius: 0.375rem;
  transition: background-color 0.3s, width 0.3s;
}
.slick-dots li.slick-active div {
  background-color: #0b47ed;
  border: 1px solid #143daf;
  width: 1.5rem;
}
.marquee-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: flex;
  justify-content: center;
}
.marquee-content {
  display: flex;
  animation: marquee-animation 20s linear infinite;
}
.marquee-item {
  flex: none;
  margin-right: 120px;
}
@keyframes marquee-animation {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.placeholder-custom::-moz-placeholder {
  font-size: 17px;
  font-weight: bolder;
  color: #929292;
}
.placeholder-custom::placeholder {
  font-size: 17px;
  font-weight: bolder;
  color: #929292;
}
.xs\:overflow-x-scroll::-webkit-scrollbar {
  display: none;
}
.thumbnail {
  position: absolute;
  top: 0;
  z-index: -5000;
  width: 0px;
  height: 0px;
}
.thu img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 0px;
  height: 0px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:rounded-xl:hover {
  border-radius: 0.75rem;
}
.hover\:bg-\[\#05195F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 25 95 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-black:focus {
  outline-color: #000;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:block {
    display: block;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-\[28\%\] {
    width: 28%;
  }
  .sm\:w-\[40\%\] {
    width: 40%;
  }
  .sm\:w-\[70\%\] {
    width: 70%;
  }
  .sm\:w-\[75\%\] {
    width: 75%;
  }
  .sm\:w-\[80\%\] {
    width: 80%;
  }
  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 768px) {
  .md\:-order-first {
    order: 9999;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-9 {
    height: 2.25rem;
  }
  .md\:h-\[450px\] {
    height: 450px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-\[30\%\] {
    width: 30%;
  }
  .md\:w-\[500px\] {
    width: 500px;
  }
  .md\:w-\[550px\] {
    width: 550px;
  }
  .md\:w-\[650px\] {
    width: 650px;
  }
  .md\:w-\[75\%\] {
    width: 75%;
  }
  .md\:w-\[77\%\] {
    width: 77%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[11\.5rem\] {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }
  .md\:px-\[5\.5rem\] {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .lg\:order-first {
    order: -9999;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .xl\:order-first {
    order: -9999;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fa-linkedin-square {
  width: 24px;
  height: 24px;
}

.search {
  position: relative;
  text-align: left;
  background: white;
  padding: 8px 8px 8px 20px;
  border-radius: 15px;
}

.search-button svg:nth-child(2) {
  display: none;
}

.search-button-clear {
  font-size: 18px;
}

.search-button-clear svg:nth-child(1) {
  display: none;
}

.search-button-clear svg:nth-child(2) {
  display: block;
}

.search-result {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 50vh;
  margin-top: 5px;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 15px;
  color: var(--dark-gray-color);
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-overflow-scrolling: touch;
}

.search-result-row + .search-result-row {
  border-top: 1px solid var(--mid-gray-color);
}

.search-result-row-link {
  display: block;
  padding: 15px 15px 12px;
}

.search-result-row-link:hover {
  color: var(--dark-gray-color);
  background-color: var(--light-gray-color);
  opacity: 1;
}

.search-result-row-title {
  font-weight: 600;
  line-height: 1.25;
}

.search-result-row-excerpt {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  font-size: 1.4rem;
  color: var(--secondary-text-color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-field {
  color: black;
  font-weight: 400;
}

.form-button {
  background: #2b95d3;
  border-radius: 15px;
  padding: 10px 30px;
  font-weight: 600;
}
