@import url(./assets_main/css/fonts.css);

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Colors */
  --color-accent: rgba(60, 152, 202, 1);
  --color-bg: rgba(255, 255, 255, 1);
  --color-text: rgba(51, 51, 51, 1);

  /* Typography */
  --font-base: "Public Sans", sans-serif;
  --font-size-base: 16.6px;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --line-height-base: 1.4;

  /* Borders & Radius */
  --border-color: rgba(237, 237, 237, 1);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

ul,
ol {
  list-style: none;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.kf0b6e {
  width: 100%;
  max-width: 1282px;
  padding-left: 42px;
  margin: 0 auto;
}

.bf5f6c {
  color: var(--color-accent);
}

.bf5f6c:hover {
  text-decoration: underline;
}

.f212b3 {
  display: none !important;
  visibility: hidden;
}

.wef2cf:before,
.wef2cf:after {
  content: " ";
  display: table;
}

.wef2cf:after {
  clear: both;
}

.wef2cf {
  zoom: 1;
}

/* Animations */
.e2328a {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dc390b {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Header */
.j563a4 {
  position: relative;
}

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

.a85c51 {
  display: flex;
  gap: 62px;
  align-items: flex-start;
}

.nb7abe {
  height: 90px;
}

.z412f0 {
  height: 110px;
}

.x234b3 {
  display: flex;
  gap: 9px;
}

.oc15e8 img {
  width: 38px;
  height: 38px;
  transition: scale 0.2s;
}

.oc15e8 img:hover {
  scale: 1.1;
}

.z75408 {
  font-family: "Poppins", sans-serif;
  background: var(--color-accent);
  width: 100%;
}

.tea3e1 {
  display: flex;
  align-items: center;
}

.f9fe1f,
.e188c8 {
  width: 26px;
  flex-shrink: 0;
}

.j608f7 {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

.ab8433 {
  color: rgba(240, 240, 240, 1);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: opacity 0.2s;
  padding: 19px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ab8433:hover {
  opacity: 0.7;
}

/* Article */
.q336d5 {
  padding: 20px 0;
}

.effe4a {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;
  margin-bottom: 35px;
}

.be0f5a:hover {
  text-decoration: underline;
}

.z0e9fa {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x74a81 {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 1px;
  margin-bottom: 17px;
}

.ybd69f {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.17px;
}

.bef68c {
  font-size: 17px;
  color: rgba(119, 119, 119, 1);
  margin-bottom: 19px;
}

.c1ebd7 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(138, 138, 138, 1);
  margin-bottom: 20px;
  gap: 5px;
}

.f94339 {
  display: flex;
  align-items: center;
  gap: 11px;
}

.c30c78 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.n16a5d {
  font-weight: 500;
  color: rgba(25, 25, 25, 1);
}

.h2c387 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 17px;
}

.df66d7 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.j9f3fa {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 31px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s, box-shadow 0.2s;
}

.z10002 {
  background: rgba(2, 102, 154, 1);
  color: #fff;
}
.gbae0a {
  background: rgba(26, 109, 212, 1);
  color: #fff;
}
.taeb9f {
  background: rgba(85, 172, 239, 1);
  color: #fff;
}
.f2be4b {
  border: 1px solid rgba(221, 221, 221, 1);
  padding: 13px 14px;
}

.j9f3fa img {
  height: 16px;
}

.j9f3fa:hover {
  opacity: 0.85;
  box-shadow: 0 2px 6px #0001;
}

.b0856e {
  width: 100%;
  overflow: hidden;
}

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

.d6f114 {
  margin: 32px 0px 65px 0px;
  display: flex;
}

.d1e687 {
  padding: 0;
  padding-right: 32px;
  display: flex;
  gap: 32px;
  position: relative;
  height: 100%;
}

.k6d914 {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.j88632 {
  display: flex;
  flex-direction: column;
  gap: 39px;
  padding-left: 40px;
}

.m7902e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  height: 100%;
  position: sticky;
  top: 10px;
}

.uc1892 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.77px;
}

.bf557c {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.x1cb56 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.12),
    -1px -1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s, background 0.2s;
}

.x1cb56:hover {
  background: #e6ebf2;
  box-shadow: 0 4px 12px #0002;
}

.lea5ab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.f70612 {
  font-size: 13px;
  font-weight: 500;
}

.le840d {
  display: flex;
  gap: 4px;
  align-items: center;
}

.a7ed22 {
  width: 77px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, opacity 0.2s;
}

.a7ed22 img {
  display: block;
}

.cdbf4f {
  background: rgba(26, 109, 212, 1);
}

.bacea0 {
  background: rgba(2, 102, 154, 1);
}

.f7fd09 {
  background: rgba(85, 172, 239, 1);
}

.a8db5f {
  background: rgba(0, 136, 204, 1);
}

.ub8500 {
  background: rgba(34, 36, 51, 1);
}
.ub8500 img {
  filter: invert(1);
}

.dcd0fb {
  background: rgba(0, 0, 0, 1);
}
.dcd0fb img {
  filter: invert(1);
}

.a7ed22:hover {
  opacity: 0.8;
  box-shadow: 0 4px 12px #0002;
}

.c2deac {
  margin: 36px 0px 45px 0px;
}

.vf84cc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
}

.a40a15 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.l193e7 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}

.oac6cc {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c6c416 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.n240dd {
  width: 95px;
  height: 95px;
  object-fit: cover;
}

.oc9ff5 {
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.qe4c3f {
  display: flex;
  gap: 10px;
  align-items: center;
}

.r1d7ae img {
  transition: opacity 0.2s;
}

.r1d7ae:hover img {
  opacity: 0.7;
}

/* Comments */
.if4259 {
  margin: 45px 0px 64px 0px;
}

.d7897d {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c659e1 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid rgba(21, 43, 75, 1);
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.c659e1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 40px;
  background-color: rgba(60, 152, 202, 1);
}

.ha82ae {
  color: rgba(60, 152, 202, 1);
  font-weight: 700;
  font-size: 18px;
}

.nd4bee {
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.ae6210 {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding-bottom: 24px;
}

.ae6210.re2974 {
  margin-left: 74px;
}

.c97f67 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.d2c68f {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.db9b9e {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.s99ebe {
  font-weight: 700;
}

.m1e364 {
  font-size: 10px;
  line-height: 24px;
  color: rgba(138, 138, 138, 1);
  font-weight: 300;
}

.a0b3bc {
  line-height: 24px;
}

.c744af {
  display: flex;
  align-items: center;
  gap: 24px;
}

.h8e3e3 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
  color: rgba(138, 138, 138, 1);
  font-size: 10px;
  transition: opacity 0.18s;
}
.h8e3e3:hover {
  opacity: 0.7;
}

.h8e3e3 img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}

.cf2ed1 {
  background: rgba(247, 247, 247, 1);
  padding: 32px 0;
}

.e3e6ff {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.sc94f9 {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.o767a8 {
  text-transform: uppercase;
  transition: color 0.15s;
  font-weight: 600;
  letter-spacing: 0.91px;
}

.o767a8:hover {
  color: var(--color-accent);
}

.w70233 {
  width: 1px;
  height: 18px;
  background: var(--color-text);
  display: inline-block;
}

.d8708f {
  text-align: center;
  font-weight: 400;
}

.d8708f p {
  margin: 0 0 40px 0;
}

.d8708f p:last-child {
  margin: 0;
}

.l49fbb {
  color: var(--color-accent);
  transition: color 0.15s;
}

.l49fbb:hover {
  color: var(--color-accent);
}

.rd3a34 {
  text-align: center;
}

@media (max-width: 1024px) {
  .kf0b6e {
    padding: 0 32px;
  }

  .ab8433 {
    font-size: 12px;
    padding: 17px 10px;
  }

  .nd4bee {
    padding: 0px 0px 0px 11px;
  }
}

@media (max-width: 768px) {
  .kf0b6e {
    padding: 0 20px;
  }

  .a85c51 {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    gap: 35px;
  }

  .nb7abe,
  .z412f0 {
    max-height: 35px;
  }

  .j608f7,
  .x234b3 {
    display: none;
  }

  .tea3e1 {
    height: 65px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(34, 34, 34, 1);
  }

  .ybd69f {
    font-size: 29px;
  }

  body {
    font-size: 16px;
  }

  .j9f3fa {
    flex: 1;
    align-items: center;
    justify-content: center;
  }

  .j9f3fa.f2be4b {
    width: auto;
  }

  .j9f3fa span {
    display: none;
  }

  .m7902e {
    display: none;
  }

  .k6d914 {
    gap: 32px;
  }

  .f70612 {
    display: none;
  }

  .le840d {
    width: 100%;
  }

  .a7ed22 {
    flex: 1;
  }

  .oac6cc {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .nd4bee {
    padding: 0;
  }

  .w70233 {
    display: none;
  }
}

img,
.f5357d {
  cursor: pointer;
}

#form {
  scroll-margin-top: 50px;
}

.f04737 .b841a7 {
  line-height: 1;
}
