@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;
}

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

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

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

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

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

.r101df:after {
  clear: both;
}

.r101df {
  zoom: 1;
}

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

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

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

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

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

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

.t4f654 {
  height: 90px;
}

.a6cbbd {
  height: 110px;
}

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

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

.e7677f img:hover {
  scale: 1.1;
}

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

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

.d698d1,
.aac842 {
  width: 26px;
  flex-shrink: 0;
}

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

.v6e1d3 {
  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;
}

.v6e1d3:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c12543 {
  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;
}

.k73f50 {
  background: rgba(2, 102, 154, 1);
  color: #fff;
}
.lc68ec {
  background: rgba(26, 109, 212, 1);
  color: #fff;
}
.d2ca6e {
  background: rgba(85, 172, 239, 1);
  color: #fff;
}
.baa023 {
  border: 1px solid rgba(221, 221, 221, 1);
  padding: 13px 14px;
}

.c12543 img {
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

.p26738 {
  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;
}

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

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

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

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

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

.s39f7c img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfc215 img {
  transition: opacity 0.2s;
}

.tfc215:hover img {
  opacity: 0.7;
}

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

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

.i1c0dc {
  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;
}

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

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

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

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

.bce8f5.ub1f53 {
  margin-left: 74px;
}

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

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

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

.m52a94 {
  font-weight: 700;
}

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

.e4db54 {
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g25d71 {
  text-align: center;
}

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

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

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

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

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

  .t4f654,
  .a6cbbd {
    max-height: 35px;
  }

  .c50450,
  .rcc7c1 {
    display: none;
  }

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

  .d4bb78 {
    font-size: 29px;
  }

  body {
    font-size: 16px;
  }

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

  .c12543.baa023 {
    width: auto;
  }

  .c12543 span {
    display: none;
  }

  .c20c8d {
    display: none;
  }

  .d769a3 {
    gap: 32px;
  }

  .d57cea {
    display: none;
  }

  .eddc6a {
    width: 100%;
  }

  .s39f7c {
    flex: 1;
  }

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

  .jed0b8 {
    padding: 0;
  }

  .b9d51a {
    display: none;
  }
}

img,
.p3c6f7 {
  cursor: pointer;
}

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

.dded29 .a4a3ce {
  line-height: 1;
}
