@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sen:regular,500,600,700,800&display=swap");
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Inter";
  font-size: 16;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.menu-burger__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-burger__btn {
  margin-top: calc(10px + -7 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  z-index: 12;
  -webkit-backdrop-filter: blur(16px) saturate(280%);
          backdrop-filter: blur(16px) saturate(280%);
  background-color: rgba(68, 72, 108, 0.51);
  border-radius: 5px;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.menu-burger__btn span {
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: 0;
  opacity: 0.7;
}
@media (min-width: 926px) {
  .menu-burger__btn {
    display: none;
  }
}
.menu-burger__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  height: calc(250px + 20 * (100vw - 320px) / 1600);
  width: calc(150px + 100 * (100vw - 320px) / 1600);
  width: 250px;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Kanit";
  font-size: calc(14px + 8 * (100vw - 320px) / 1600);
  color: #efd3d3;
  font-weight: bold;
  -webkit-backdrop-filter: blur(16px) saturate(280%);
          backdrop-filter: blur(16px) saturate(280%);
  background-color: rgba(35, 37, 54, 0.51);
  -webkit-animation: burgerAnimation 0.5s;
          animation: burgerAnimation 0.5s;
  row-gap: 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.menu-burger__item {
  border-bottom: 1px solid rgb(93, 86, 86);
}
.menu-burger__item a {
  margin: 15px 0px;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.content {
  margin-top: calc(2px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(2px + 8 * (100vw - 320px) / 1600);
}

.main-post__container {
  background-image: url(../img/home/man_in_black.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: calc(15px + 193 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 182 * (100vw - 320px) / 1600);
  max-height: 720px;
}
@media (min-width: 2000px) {
  .main-post__container {
    padding-top: 108px;
    height: 650px;
  }
}
.main-post h4 {
  font-weight: 500;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
}
.main-post h1 {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: calc(18px + 38 * (100vw - 320px) / 1600);
  line-height: calc(20px + 44 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
}
.main-post p {
  font-weight: 400;
  font-size: calc(8px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
}
.main-post p a {
  color: rgb(250, 237, 201);
  text-align: center;
  font-weight: bolder;
}
.main-post p:last-child {
  margin-bottom: calc(24px + 24 * (100vw - 320px) / 1600);
}

.posts__container {
  padding-top: calc(25px + 103 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 147 * (100vw - 320px) / 1600);
  max-height: 956px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: calc(5px + 27 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  color: #232536;
}
.posts__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: calc(400px + 333 * (100vw - 320px) / 1600);
}
.posts__featured h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(32px + 16 * (100vw - 320px) / 1600);
  letter-spacing: calc(-1px + -1 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
  -ms-flex-item-align: start;
      align-self: start;
}
.posts__featured p {
  font-weight: 500;
  font-size: calc(8px + 6 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-top: calc(14px + 18 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 13 * (100vw - 320px) / 1600);
}
.posts__featured p span {
  color: #4c4c4c;
}
.posts__featured p:last-child {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(22px + 6 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.posts__featured h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 18 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
}
.posts__featured-img {
  padding-top: calc(0px + 64 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
}
.posts__featured-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(400px + 117 * (100vw - 320px) / 1600);
}
.posts__side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: start;
}
.posts__side-title h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(18px + 30 * (100vw - 320px) / 1600);
  letter-spacing: calc(-1px + -1 * (100vw - 320px) / 1600);
}
.posts__side-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(12px + 16 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 230 * (100vw - 320px) / 1600);
  color: #592ea9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 2200px) {
  .posts__side-title a {
    padding-left: 150px;
  }
}
.posts__side-articles {
  cursor: pointer;
  padding-top: calc(8px + 24 * (100vw - 320px) / 1600);
}
.posts__side-articles p {
  font-weight: 500;
  font-size: calc(8px + 6 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
}
.posts__side-articles p span {
  color: #4c4c4c;
}
.posts__side-articles h4 {
  font-family: "Sen";
  font-size: calc(10px + 14 * (100vw - 320px) / 1600);
  line-height: calc(16px + 16 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.posts__side-articles h4:last-child {
  padding-bottom: 0px;
}
.posts__side-articles:hover {
  background-color: rgb(251, 246, 234);
  -webkit-transition: background-color 450ms ease-in;
  transition: background-color 450ms ease-in;
}

.aboutus__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  background: rgb(244, 240, 248);
  color: #232536;
  max-height: 500px;
  justify-content: space-evenly;
  background-image: url(../img/about_us/Group_9200.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: calc(24px + 74 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 26 * (100vw - 320px) / 1600);
  gap: calc(10px + 12 * (100vw - 320px) / 1600);
}
.aboutus__left {
  width: calc(450px + 65 * (100vw - 320px) / 1600);
}
.aboutus__left h4 {
  font-weight: 600;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(12px + 8 * (100vw - 320px) / 1600);
  letter-spacing: calc(1px + 2 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.aboutus__left h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(0px + 16 * (100vw - 320px) / 1600);
  padding-bottom: 16px;
}
.aboutus__left p {
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  color: #6d6e76;
}
.aboutus__left a {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #592ea9;
}
.aboutus__right {
  width: calc(450px + 66 * (100vw - 320px) / 1600);
}
.aboutus__right h4 {
  font-weight: 600;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(12px + 8 * (100vw - 320px) / 1600);
  letter-spacing: calc(1px + 2 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.aboutus__right h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
}
.aboutus__right p {
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding-top: calc(5px + 123 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 519px;
}
.category__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 44 * (100vw - 320px) / 1600);
  text-align: center;
}

.special-post__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  color: #232536;
  background-color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 833px;
}
.special-post__left {
  grid-column: 1/span 9;
  grid-row: 1;
  width: calc(250px + 699 * (100vw - 320px) / 1600);
}
.special-post__left img {
  width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .special-post__left img {
    width: 115%;
  }
}
@media (max-width: 768px) {
  .special-post__left img {
    width: 125%;
  }
}
@media (max-width: 575px) {
  .special-post__left img {
    width: 135%;
  }
}
@media (max-width: 425px) {
  .special-post__left img {
    width: 145%;
  }
}
.special-post__right {
  grid-column: 7 span/-1;
  grid-row: 1;
  margin-top: 8.3%;
  z-index: 1;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
          backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.51);
  width: calc(145px + 561 * (100vw - 320px) / 1600);
  height: calc(250px + 334 * (100vw - 320px) / 1600);
  padding-top: calc(5px + 75 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 75 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 75 * (100vw - 320px) / 1600);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}
.special-post__right h4 {
  font-weight: 600;
  font-size: calc(8px + 8 * (100vw - 320px) / 1600);
  line-height: calc(12px + 8 * (100vw - 320px) / 1600);
  letter-spacing: calc(2px + 1 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 20 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.special-post__right h3 {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: calc(16px + 32 * (100vw - 320px) / 1600);
  line-height: calc(22px + 42 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
}
.special-post__right p {
  font-weight: 400;
  font-size: calc(9px + 7 * (100vw - 320px) / 1600);
  line-height: calc(12px + 16 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 24 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232536;
  background-color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 548px;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}

.featured-in__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #232536;
  background-color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(0px + 96 * (100vw - 320px) / 1600);
  max-height: 148px;
}
.featured-in__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  height: calc(30px + 2 * (100vw - 320px) / 1600);
  text-align: start;
  -ms-flex-item-align: center;
      align-self: center;
  color: #6d6e76;
  opacity: 0.6;
}
.featured-in__tittle p {
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  -ms-flex-item-align: center;
      align-self: center;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
}
.featured-in__tittle p:last-child {
  width: calc(70px + 70 * (100vw - 320px) / 1600);
  font-size: calc(12px + 12 * (100vw - 320px) / 1600);
  line-height: calc(14px + 18 * (100vw - 320px) / 1600);
}
.featured-in__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-item-align: center;
      align-self: center;
}
.featured-in__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(42px + 70 * (100vw - 320px) / 1600);
  margin-top: calc(10px + -10 * (100vw - 320px) / 1600);
  width: calc(120px + 16 * (100vw - 320px) / 1600);
}
.featured-in__link img {
  width: calc(120px + 16 * (100vw - 320px) / 1600);
  height: calc(20px + 12 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.testimonial__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #232536;
  background-color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(20px + 84 * (100vw - 320px) / 1600);
  max-height: 568px;
}
@media (max-width: 375px) {
  .testimonial__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial__left {
  background: rgb(251, 246, 234);
  border-right: 1px solid rgba(109, 110, 118, 0.1);
  padding-left: calc(10px + 102 * (100vw - 320px) / 1600);
  padding-right: calc(10px + 60 * (100vw - 320px) / 1600);
  padding-top: calc(30px + 22 * (100vw - 320px) / 1600);
}
.testimonial__left h4 {
  font-weight: 600;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  letter-spacing: calc(2px + 1 * (100vw - 320px) / 1600);
  padding-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.testimonial__left h3 {
  font-family: "Sen";
  text-align: start;
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
}
.testimonial__left p {
  text-align: start;
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
}
.testimonial__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(251, 246, 234);
  padding-top: calc(25px + 27 * (100vw - 320px) / 1600);
}
.testimonial__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial__author-bio {
  text-align: center;
  max-width: 700px;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Sen";
  font-weight: 700;
  padding-bottom: calc(20px + 26 * (100vw - 320px) / 1600);
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: calc(18px + 14 * (100vw - 320px) / 1600);
}
.testimonial__author-img {
  width: 70px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: calc(20px + 101 * (100vw - 320px) / 1600);
}
.testimonial__author-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__author-link {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: calc(22px + 10 * (100vw - 320px) / 1600);
  text-align: center;
}
.testimonial p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.testimonial__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(26px + 30 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
  padding-top: 16px;
  gap: calc(5px + 95 * (100vw - 320px) / 1600);
  gap: 100px;
  cursor: pointer;
}
.testimonial__pagination-prev {
  font-size: 36px;
}
.testimonial__pagination-next {
  font-size: 36px;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.blog-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(15px + 126 * (100vw - 320px) / 1600);
  color: #232536;
  background-color: rgb(244, 240, 248);
  max-height: 519px;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 75 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 70 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 70 * (100vw - 320px) / 1600);
}
.blog-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-header__left h4 {
  font-weight: 500;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.blog-header__left h1 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(18px + 30 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
.blog-header__left p {
  font-weight: 400;
  font-size: calc(8px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
}
.blog-header__left p a {
  color: rgb(112, 84, 5);
}
.blog-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(150px + 365 * (100vw - 320px) / 1600);
  width: calc(250px + 109 * (100vw - 320px) / 1600);
}
.blog-header__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.all-posts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232536;
  background-color: #ffffff;
  max-height: 2270px;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 54 * (100vw - 320px) / 1600);
}
.all-posts__tittle {
  font-family: "Sen";
  font-weight: 700;
  border-bottom: 1px solid rgba(128, 128, 128, 0.51);
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: calc(34px + 30 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
.all-posts__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  padding-top: calc(10px + 54 * (100vw - 320px) / 1600);
}
.all-posts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15px + 49 * (100vw - 320px) / 1600);
}
.all-posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(8px + 24 * (100vw - 320px) / 1600);
  max-width: 1146px;
  max-height: 318px;
}
.all-posts__item-img {
  width: calc(150px + 340 * (100vw - 320px) / 1600);
  max-height: 318px;
}
.all-posts__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.all-posts__item-body {
  width: calc(125px + 499 * (100vw - 320px) / 1600);
  max-height: 204px;
  padding-top: calc(0px + 55 * (100vw - 320px) / 1600);
  padding-bottom: calc(0px + 55 * (100vw - 320px) / 1600);
}
.all-posts__item-body h4 {
  font-weight: 600;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  color: #592ea9;
  cursor: pointer;
}
.all-posts__item-body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(18px + 30 * (100vw - 320px) / 1600);
  letter-spacing: calc(-1px + -1 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.all-posts__item-body p {
  font-weight: 400;
  font-size: calc(8px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  color: #6d6e76;
}
.all-posts__pagination {
  font-family: "Sen";
  font-weight: 700;
  color: #000107;
  font-size: calc(10px + 14 * (100vw - 320px) / 1600);
  line-height: calc(18px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(20px + 44 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.all-posts__pagination a:last-child {
  padding-left: 17px;
}
.all-posts__pagination a:hover {
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #232536;
}

.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding-top: calc(5px + 123 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 519px;
}
.category__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 44 * (100vw - 320px) / 1600);
  text-align: center;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.stepbystep__container {
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  color: #232536;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stepbystep__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(300px + 468 * (100vw - 320px) / 1600);
  max-height: 410px;
  padding-top: calc(5px + 123 * (100vw - 320px) / 1600);
}
.stepbystep__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stepbystep__author-img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: 48px;
}
.stepbystep__author-img img {
  width: 100%;
  height: 100%;
}
.stepbystep__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stepbystep__author-name {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  color: #592ea9;
  opacity: 0.87;
}
.stepbystep__author-date {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}
.stepbystep__tittle h1 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(22px + 26 * (100vw - 320px) / 1600);
  line-height: calc(30px + 34 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
.stepbystep__tittle h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: calc(20px + 12 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 24 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.stepbystep__tittle h3::before {
  content: "";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(10px + 14 * (100vw - 320px) / 1600);
  height: calc(10px + 14 * (100vw - 320px) / 1600);
  margin-right: calc(2px + 6 * (100vw - 320px) / 1600);
  background-color: #fff;
  background: url(../icons/startup_shuttle.svg) no-repeat;
  background-size: cover;
}
.stepbystep__image {
  max-height: 646px;
  padding-top: calc(25px + 39 * (100vw - 320px) / 1600);
}
.stepbystep__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stepbystep__content {
  width: calc(280px + 563 * (100vw - 320px) / 1600);
  padding-top: calc(2px + 14 * (100vw - 320px) / 1600);
  max-height: 1298px;
  text-align: justify;
}
.stepbystep__content-text h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 33 * (100vw - 320px) / 1600);
  color: #232536;
}
.stepbystep__content-text p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 14 * (100vw - 320px) / 1600);
  color: #6d6e76;
}
.stepbystep__content-text ul li {
  list-style: url(../icons/pointer.svg);
  list-style-position: inside;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 12 * (100vw - 320px) / 1600);
  line-height: calc(14px + 18 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 14 * (100vw - 320px) / 1600);
  color: #161722;
  opacity: 0.78;
}

.whatnext__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232536;
  background-color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 1560px;
}
@media (max-width: 879px) {
  .whatnext__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.whatnext__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(26px + 22 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(18px + 46 * (100vw - 320px) / 1600);
  text-align: start;
  color: #000000;
}
.whatnext__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 405px));
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.whatnext__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 606px;
  margin-right: calc(2px + 30 * (100vw - 320px) / 1600);
}
.whatnext__item:last-child {
  margin-right: 0px;
}
.whatnext__item h3 {
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(26px + 14 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  cursor: pointer;
  text-wrap: pretty;
}
.whatnext__item p {
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  font-size: calc(11px + 5 * (100vw - 320px) / 1600);
  line-height: calc(17px + 11 * (100vw - 320px) / 1600);
  font-weight: 400;
  opacity: 0.7;
  text-wrap: pretty;
}
.whatnext__item p span {
  color: rgb(89, 46, 169);
  cursor: pointer;
}
.whatnext__item p:last-child {
  padding-bottom: calc(15px + 49 * (100vw - 320px) / 1600);
}
.whatnext__item-img {
  width: calc(300px + 105 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 20 * (100vw - 320px) / 1600);
  max-height: 318px;
  -webkit-filter: contrast(50%);
          filter: contrast(50%);
}
.whatnext__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatnext__divider {
  opacity: 0.3;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.aboutus-header__container {
  background-color: #ffffff;
  padding-top: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutus-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px + 16 * (100vw - 320px) / 1600);
}
.aboutus-header__left {
  z-index: 1;
  position: relative;
  background: rgb(255, 255, 255);
  width: calc(140px + 484 * (100vw - 320px) / 1600);
  max-height: 356px;
  padding: calc(25px + 39 * (100vw - 320px) / 1600);
}
.aboutus-header__left h5 {
  font-weight: 500;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: calc(1px + 2 * (100vw - 320px) / 1600);
  padding-bottom: calc(0px + 16 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.aboutus-header__left h1 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 30 * (100vw - 320px) / 1600);
  line-height: calc(28px + 36 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
.aboutus-header__right {
  width: calc(140px + 257 * (100vw - 320px) / 1600);
  padding-top: calc(25px + 39 * (100vw - 320px) / 1600);
  max-height: 356px;
}
@media (max-width: 1024px) {
  .aboutus-header__right {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.31);
  }
}
.aboutus-header__right p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  color: #4c4c4c;
  text-align: justify;
}

.mision-vision {
  position: relative;
}
.mision-vision__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(244, 240, 248);
  gap: calc(8px + 24 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  padding-top: calc(15px + 113 * (100vw - 320px) / 1600);
  padding-bottom: calc(15px + 113 * (100vw - 320px) / 1600);
  max-height: 699px;
}
.mision-vision__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mision-vision__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(18px + 14 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(18px + 14 * (100vw - 320px) / 1600);
          column-gap: calc(18px + 14 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: calc(14px + 50 * (100vw - 320px) / 1600);
}
.mision-vision__left {
  max-width: 516px;
}
.mision-vision__left h4 {
  font-weight: 600;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 10 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.mision-vision__left h3 {
  font-family: "Sen";
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(26px + 14 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  padding-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.mision-vision__left p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 50 * (100vw - 320px) / 1600);
  color: #6d6e76;
}
.mision-vision__right {
  max-width: 516px;
}
.mision-vision__right h4 {
  font-weight: 600;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 10 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.mision-vision__right h3 {
  font-family: "Sen";
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(26px + 14 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
  padding-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.mision-vision__right p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 50 * (100vw - 320px) / 1600);
}

.our-team {
  margin-top: calc(-13px + -50 * (100vw - 320px) / 1600);
}
.our-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding-top: calc(5px + 123 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 808px;
}
@media (max-width: 950px) {
  .our-team__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.our-team__left {
  max-width: 599px;
  padding-top: calc(12px + 70 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 70 * (100vw - 320px) / 1600);
  padding-right: calc(10px + 70 * (100vw - 320px) / 1600);
}
.our-team__left h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(30px + 18 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
}
.our-team__left h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: justify;
}
.our-team__left p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  text-align: justify;
}
.our-team__right {
  max-width: 681px;
  padding-left: calc(10px + 47 * (100vw - 320px) / 1600);
}
.our-team__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.started__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding-top: calc(15px + 113 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
}
@media (max-width: 950px) {
  .started__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.started__left {
  max-width: 624px;
}
.started__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.started__right {
  padding-top: calc(12px + 70 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 70 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 59 * (100vw - 320px) / 1600);
  max-width: 519px;
}
.started__right h3 {
  font-family: "Sen";
  font-weight: 700;
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(28px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
.started__right h4 {
  font-family: "Sen";
  font-weight: 700;
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  text-align: justify;
}
.started__right p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  text-align: justify;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.author-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(25px + 103 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 265 * (100vw - 320px) / 1600);
  max-height: 806px;
  background-color: #ffffff;
  color: #232536;
}
.author-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
          column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
  padding-bottom: calc(25px + 103 * (100vw - 320px) / 1600);
}
.author-header__img {
  width: 251px;
}
.author-header__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-header__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100px + 569 * (100vw - 320px) / 1600);
  width: 669px;
}
.author-header__details h2 {
  padding-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 30 * (100vw - 320px) / 1600);
  line-height: calc(20px + 44 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-header__details p {
  padding-bottom: calc(19.59px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  line-height: calc(19px + 9 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
}
.author-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(0px + 16 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(0px + 16 * (100vw - 320px) / 1600);
          column-gap: calc(0px + 16 * (100vw - 320px) / 1600);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.author-header__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.author-header__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}
.author-header__pattern {
  max-width: 1024px;
  max-height: 24px;
}
.author-header__pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(25px + 103 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 265 * (100vw - 320px) / 1600);
  padding-bottom: calc(7px + 150 * (100vw - 320px) / 1600);
  max-height: 1518px;
  background-color: #ffffff;
  color: #232536;
  gap: calc(20px + 44 * (100vw - 320px) / 1600);
}
.author-blog__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 30 * (100vw - 320px) / 1600);
  line-height: calc(20px + 44 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
}
@media (max-width: 768px) {
  .author-blog__tittle {
    text-align: center;
  }
}
.author-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
          column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
}
@media (max-width: 768px) {
  .author-blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.author-blog__img {
  width: calc(300px + 112 * (100vw - 320px) / 1600);
  height: calc(0px + 320 * (100vw - 320px) / 1600);
  height: 320px;
}
.author-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.author-blog__text {
  width: calc(300px + 280 * (100vw - 320px) / 1600);
  padding-top: calc(2px + 54 * (100vw - 320px) / 1600);
  padding-bottom: calc(2px + 54 * (100vw - 320px) / 1600);
}
.author-blog__text h4 {
  font-weight: 600;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  line-height: calc(17px + 3 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  color: #592ea9;
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.author-blog__text h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(-2px + 0 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
}
.author-blog__text p {
  font-weight: 400;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  line-height: calc(17px + 11 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 28px;
  color: #6d6e76;
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.contact-heading__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: calc(25px + 103 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  color: #232536;
  max-height: 345px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-heading__body {
  width: 768px;
}
.contact-heading__body h4 {
  font-weight: 900;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  text-transform: uppercase;
}
.contact-heading__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(30px + 18 * (100vw - 320px) / 1600);
  line-height: calc(40px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
  text-align: center;
}
.contact-heading__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(22px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
  padding-bottom: 5px;
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(5px + 59 * (100vw - 320px) / 1600);
  max-height: 309px;
  padding-bottom: 5px;
}
.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgb(89, 46, 169);
  width: calc(300px + 468 * (100vw - 320px) / 1600);
  gap: calc(30px + 12 * (100vw - 320px) / 1600);
}
.contact__left {
  width: calc(160px + 134 * (100vw - 320px) / 1600);
  padding-left: calc(32px + 32 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 32 * (100vw - 320px) / 1600);
  padding-bottom: calc(16px + 32 * (100vw - 320px) / 1600);
}
.contact__right {
  width: calc(160px + 134 * (100vw - 320px) / 1600);
  padding-right: calc(21.65px + 52 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 32 * (100vw - 320px) / 1600);
  padding-bottom: calc(22px + 32 * (100vw - 320px) / 1600);
}

.one {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(12px + 8 * (100vw - 320px) / 1600);
  opacity: 0.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15.5px;
}

.two {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  padding-top: 16.5px;
}
.two:nth-child(3n) {
  padding-top: 0px;
}
.two a {
  color: #ffffff;
  text-decoration: none;
}
.two a:hover {
  color: #ff6584;
}

.three {
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  opacity: 0.6;
}

.contact-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #232536;
  padding-top: calc(5px + 27 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 118 * (100vw - 320px) / 1600);
  max-height: 532px;
}
.contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(290px + 478 * (100vw - 320px) / 1600);
  row-gap: calc(8px + 8 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
}
.contact-form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(42px + 34 * (100vw - 320px) / 1600);
  padding: calc(8px + 16 * (100vw - 320px) / 1600);
  border: 1px solid rgba(109, 110, 118, 0.5);
  border-radius: 2px;
}
.contact-form__select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(36, 38, 54, 0.69);
  font-family: "Inter";
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  height: calc(42px + 34 * (100vw - 320px) / 1600);
  padding: calc(8px + 16 * (100vw - 320px) / 1600);
  border: 1px solid rgba(109, 110, 118, 0.5);
  border-radius: 2px;
}
.contact-form__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: calc(8px + 16 * (100vw - 320px) / 1600);
  height: 144px;
  border: 1px solid rgba(109, 110, 118, 0.5);
  border-radius: 2px;
}
.contact-form__send-message {
  height: calc(44px + 20 * (100vw - 320px) / 1600);
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  text-align: center;
  background-color: rgb(255, 208, 80);
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

/* --------------------------- */
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  color: #232536;
}
.header__title {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(35px + 21 * (100vw - 320px) / 1600);
  line-height: calc(50px + 14 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  text-align: center;
  -webkit-animation: colortext 3s ease-in-out;
          animation: colortext 3s ease-in-out;
}
@-webkit-keyframes colortext {
  0% {
    color: rgba(35, 37, 54, 0.1);
  }
  50% {
    color: rgba(35, 37, 54, 0.6);
  }
  100% {
    color: rgb(35, 37, 54);
  }
}
@keyframes colortext {
  0% {
    color: rgba(35, 37, 54, 0.1);
  }
  50% {
    color: rgba(35, 37, 54, 0.6);
  }
  100% {
    color: rgb(35, 37, 54);
  }
}
.header__description {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(17px + 11 * (100vw - 320px) / 1600);
  padding-bottom: calc(16px + 16 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.header__category {
  font-weight: 500;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  line-height: calc(17px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #ffffff;
  color: #232536;
  max-height: 3040px;
}
@media (max-width: 780px) {
  .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: calc(12px + 12 * (100vw - 320px) / 1600);
  margin-left: calc(10px + 182 * (100vw - 320px) / 1600);
}
@media (max-width: 780px) {
  .tabs__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(95px + 201 * (100vw - 320px) / 1600);
  height: calc(50px + 46 * (100vw - 320px) / 1600);
  -webkit-column-gap: calc(4px + 12 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(4px + 12 * (100vw - 320px) / 1600);
          column-gap: calc(4px + 12 * (100vw - 320px) / 1600);
  margin-left: calc(4px + 12 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 4 * (100vw - 320px) / 1600);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid rgb(193, 193, 195);
  padding-top: calc(12px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(2px + 22 * (100vw - 320px) / 1600);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .tab__item img {
    display: none;
  }
}
@media (max-width: 780px) {
  .tab__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab__item span {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(26px + 14 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}

.section-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
     -moz-column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
          column-gap: calc(16px + 16 * (100vw - 320px) / 1600);
  margin-bottom: calc(16px + 16 * (100vw - 320px) / 1600);
  width: calc(300px + 538 * (100vw - 320px) / 1600);
  -webkit-animation: colortext 3s ease-in-out;
          animation: colortext 3s ease-in-out;
}
@keyframes colortext {
  0% {
    color: rgba(35, 37, 54, 0.1);
  }
  50% {
    color: rgba(35, 37, 54, 0.6);
  }
  100% {
    color: rgb(35, 37, 54);
  }
}
@media (max-width: 780px) {
  .section-content__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-content__item-img {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: imgopacity 1.2s ease-in-out;
          animation: imgopacity 1.2s ease-in-out;
  width: calc(280px + 46 * (100vw - 320px) / 1600);
  max-width: 300px;
}
@-webkit-keyframes imgopacity {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgopacity {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.section-content__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-content__item-img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.section-content__item-text {
  width: calc(280px + 232 * (100vw - 320px) / 1600);
  padding-top: calc(19px + 19 * (100vw - 320px) / 1600);
  padding-bottom: calc(19px + 19 * (100vw - 320px) / 1600);
  text-align: justify;
  -webkit-animation: colortext 1.2s ease-in-out;
          animation: colortext 1.2s ease-in-out;
}
@keyframes colortext {
  0% {
    color: rgba(35, 37, 54, 0.1);
  }
  50% {
    color: rgba(35, 37, 54, 0.6);
  }
  100% {
    color: rgb(35, 37, 54);
  }
}
.section-content__item-text h4 {
  font-weight: 600;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(16px + 4 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 3 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  color: #592ea9;
  -webkit-animation: colortwo 1.2s ease-in-out;
          animation: colortwo 1.2s ease-in-out;
}
@-webkit-keyframes colortwo {
  0% {
    color: rgba(89, 46, 169, 0.1);
  }
  50% {
    color: rgba(89, 46, 169, 0.6);
  }
  100% {
    color: rgb(89, 46, 169);
  }
}
@keyframes colortwo {
  0% {
    color: rgba(89, 46, 169, 0.1);
  }
  50% {
    color: rgba(89, 46, 169, 0.6);
  }
  100% {
    color: rgb(89, 46, 169);
  }
}
.section-content__item-text h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 20 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
}
.section-content__item-text p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 4 * (100vw - 320px) / 1600);
  color: #6d6e76;
  -webkit-animation: colorthree 1.2s ease-in-out;
          animation: colorthree 1.2s ease-in-out;
}
@-webkit-keyframes colorthree {
  0% {
    color: rgba(109, 110, 118, 0.1);
  }
  50% {
    color: rgba(109, 110, 118, 0.6);
  }
  100% {
    color: rgb(109, 110, 118);
  }
}
@keyframes colorthree {
  0% {
    color: rgba(109, 110, 118, 0.1);
  }
  50% {
    color: rgba(109, 110, 118, 0.6);
  }
  100% {
    color: rgb(109, 110, 118);
  }
}

.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #232536;
  color: #ffffff;
  height: calc(40px + 40 * (100vw - 320px) / 1600);
  padding-left: calc(10px + 70 * (100vw - 320px) / 1600);
  max-height: 80px;
}
@media (max-width: 425px) {
  .menu__container {
    height: 57px;
  }
}
.menu__logo {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
  width: calc(100px + 738 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__logo {
    margin-top: 11px;
  }
}
@media (min-width: 2000px) {
  .menu__logo {
    width: 738px;
  }
}
.menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__list {
  margin-top: calc(5px + 23 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list {
    margin-top: 2.5px;
  }
}
@media (max-width: 925px) {
  .menu__list {
    display: none;
  }
}
.menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .menu__list ul {
    display: block;
    line-height: 13px;
    text-align: right;
  }
}

.btns {
  margin-top: calc(12px + 0 * (100vw - 320px) / 1600);
  margin-left: calc(-30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 425px) {
  .btns {
    margin-top: 15px;
  }
}

/* Navbar */
.btns {
  width: calc(50px + 129 * (100vw - 320px) / 1600);
  height: calc(20px + 36 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.8);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(14px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 925px) {
  .btns {
    display: none;
  }
}
.btns:hover {
  background: rgb(255, 245, 238);
  color: rgb(35, 37, 54);
}

.btn {
  width: calc(84px + 120 * (100vw - 320px) / 1600);
  height: calc(26px + 30 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(35, 37, 54, 0.7);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn:hover {
  background: #edc14a;
  color: rgb(35, 37, 54);
}

.btn-dicovery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 12 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 33 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 33 * (100vw - 320px) / 1600);
  width: calc(130px + 140 * (100vw - 320px) / 1600);
  height: calc(24px + 32 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(10px + 8 * (100vw - 320px) / 1600);
  line-height: calc(16px + 8 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(273px, 296px));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(109, 110, 118, 0.1);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: calc(10px + 22 * (100vw - 320px) / 1600);
}
.category__item:hover {
  background-color: rgb(255, 208, 80);
  border: 1px solid rgba(255, 208, 80, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: background-color 1s, -webkit-transform 800ms;
  transition: background-color 1s, -webkit-transform 800ms;
  transition: transform 800ms, background-color 1s;
  transition: transform 800ms, background-color 1s, -webkit-transform 800ms;
}
.category__item img {
  width: calc(30px + 18 * (100vw - 320px) / 1600);
  height: calc(30px + 18 * (100vw - 320px) / 1600);
  background: rgb(251, 246, 234);
}
.category__item img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: calc(20px + 20 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
.category__item p {
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #6d6e76;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(35, 37, 54);
  background-color: rgb(255, 255, 255);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(16px + 112 * (100vw - 320px) / 1600);
  max-height: 100%;
}
.authors__tittle {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 24 * (100vw - 320px) / 1600);
  line-height: calc(22px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(14px + 34 * (100vw - 320px) / 1600);
  text-align: center;
}
.authors__list {
  display: grid;
  grid-template-columns: repeat(minmax(250px, 1fr));
  grid-gap: calc(2px + 30 * (100vw - 320px) / 1600);
  justify-items: stretch;
}
.authors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  padding-left: calc(5px + 23 * (100vw - 320px) / 1600);
  padding-right: calc(5px + 23 * (100vw - 320px) / 1600);
  text-align: center;
  background: rgb(244, 244, 244);
}
.authors__item:hover {
  background: rgb(251, 246, 234);
}
.authors__item img {
  width: calc(70px + 58 * (100vw - 320px) / 1600);
  height: calc(70px + 58 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 15 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__item h4 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(12px + 16 * (100vw - 320px) / 1600);
  line-height: calc(14px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -1 * (100vw - 320px) / 1600);
}
@media (min-width: 2000px) {
  .authors__item h4 {
    font-size: 26px;
    line-height: 35px;
  }
}
.authors__item p {
  font-weight: 400;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}
.authors__social img {
  width: calc(14px + 16 * (100vw - 320px) / 1600);
  height: calc(16px + 19 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.authors__social img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0.8;
}

.join-team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232536;
  background-color: #ffffff;
  padding-top: calc(28px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(28px + 100 * (100vw - 320px) / 1600);
}
.join-team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(310px + 104 * (100vw - 320px) / 1600);
  height: calc(200px + 56 * (100vw - 320px) / 1600);
}
.join-team__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
}
.join-team__body p {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  color: #6d6e76;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  gap: 12px;
  width: calc(102px + 72 * (100vw - 320px) / 1600);
  height: calc(40px + 16 * (100vw - 320px) / 1600);
  background: #ffd050;
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.footer__container {
  max-height: 445px;
  background: rgb(35, 37, 54);
  color: #ffffff;
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-top: calc(15px + 44 * (100vw - 320px) / 1600);
  padding-bottom: calc(12px + 44 * (100vw - 320px) / 1600);
  font-size: calc(26px + 33 * (100vw - 320px) / 1600);
  line-height: calc(13px + 43 * (100vw - 320px) / 1600);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 140px;
  height: 28.35px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__links ul {
  gap: calc(2px + 34 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(10px + 6 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer__links ul {
    display: block;
    line-height: 15px;
    text-align: right;
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-left: calc(14px + 50 * (100vw - 320px) / 1600);
  gap: calc(10px + 54 * (100vw - 320px) / 1600);
}
@media (max-width: 620px) {
  .footer__subscribe {
    display: block;
    text-align: center;
  }
}
.footer__subscribe p {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(24px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .footer__form {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(260px + 63 * (100vw - 320px) / 1600);
  height: calc(50px + 6 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  padding-left: calc(10.92px + 14 * (100vw - 320px) / 1600);
  padding-top: calc(4px + 10 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 10 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6e76;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(76, 76, 76);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
.footer__contact {
  font-weight: 400;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(14px + 14 * (100vw - 320px) / 1600);
  opacity: 0.7;
}
.footer__social {
  color: #232536;
}
@media (max-width: 650px) {
  .footer__social {
    display: block;
    padding-top: 20px;
  }
  .footer__social a:nth-child(2n) {
    padding-left: 20px;
  }
  .footer__social a:nth-child(3) {
    padding-left: 20px;
  }
}

.btn-subscribe {
  padding-top: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(20px + 28 * (100vw - 320px) / 1600);
  padding-right: calc(20px + 28 * (100vw - 320px) / 1600);
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: calc(18px + 6 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 208, 80);
  color: #232536;
}
@media (max-width: 650px) {
  .btn-subscribe {
    margin-top: 15px;
  }
}

.privacy-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f0f8;
  padding-top: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-bottom: calc(15px + 65 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 336px;
}
.privacy-header__tittle {
  max-width: 302px;
}
.privacy-header__tittle h1 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(30px + 18 * (100vw - 320px) / 1600);
  line-height: calc(40px + 24 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  text-align: center;
  padding-bottom: 4px;
}
.privacy-header__tittle p {
  font-weight: 400;
  font-size: calc(0px + 16 * (100vw - 320px) / 1600);
  line-height: calc(0px + 28 * (100vw - 320px) / 1600);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  opacity: 0.6;
}

.privacy-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding-top: calc(5px + 123 * (100vw - 320px) / 1600);
  padding-bottom: calc(5px + 123 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 65 * (100vw - 320px) / 1600);
  color: rgb(35, 37, 54);
  max-height: 1788px;
}
.privacy-content__body {
  max-width: 768px;
}
.privacy-content__body h2 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: calc(38px + 26 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 28 * (100vw - 320px) / 1600);
}
.privacy-content__body h3 {
  font-family: "Sen";
  font-weight: 700;
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  line-height: calc(27px + 21 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + -2 * (100vw - 320px) / 1600);
  padding-bottom: calc(6px + 18 * (100vw - 320px) / 1600);
}
.privacy-content__body p {
  font-weight: 400;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  line-height: calc(20px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(4px + 28 * (100vw - 320px) / 1600);
  color: #4c4c4c;
  text-align: justify;
}
.privacy-content__body p:last-child {
  padding-bottom: 0px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}/*# sourceMappingURL=style.css.map */