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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

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

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

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

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

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

.k0809e {
  height: 90px;
}

.bf4890 {
  height: 110px;
}

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

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

.d5d7b0 img:hover {
  scale: 1.1;
}

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

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

.b24a95,
.ncd697 {
  width: 26px;
  flex-shrink: 0;
}

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

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

.d60f46:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.we9730 {
  background: rgba(2, 102, 154, 1);
  color: #fff;
}
.bd09d3 {
  background: rgba(26, 109, 212, 1);
  color: #fff;
}
.edefd9 {
  background: rgba(85, 172, 239, 1);
  color: #fff;
}
.q2dc12 {
  border: 1px solid rgba(221, 221, 221, 1);
  padding: 13px 14px;
}

.f32114 img {
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dc290f img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d65976 img {
  transition: opacity 0.2s;
}

.d65976:hover img {
  opacity: 0.7;
}

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

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

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

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

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

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

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

.s6d4cd.d84c09 {
  margin-left: 74px;
}

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

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

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

.e43066 {
  font-weight: 700;
}

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

.ac8e27 {
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c8f046 {
  text-align: center;
}

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

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

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

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

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

  .k0809e,
  .bf4890 {
    max-height: 35px;
  }

  .cc5518,
  .gc6157 {
    display: none;
  }

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

  .v9268b {
    font-size: 29px;
  }

  body {
    font-size: 16px;
  }

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

  .f32114.q2dc12 {
    width: auto;
  }

  .f32114 span {
    display: none;
  }

  .d5393e {
    display: none;
  }

  .dbbd67 {
    gap: 32px;
  }

  .ve872a {
    display: none;
  }

  .w8d56e {
    width: 100%;
  }

  .dc290f {
    flex: 1;
  }

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

  .b9f555 {
    padding: 0;
  }

  .vc0642 {
    display: none;
  }
}

img,
.f4734f {
  cursor: pointer;
}

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

.lander-form-field .lander-submit {
  line-height: 1;
}
