:root {
  --body: #1b1e1f;
  --title: black;
  --primary: whitesmoke;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
  --bg: #8cc5e8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  color: var(--title);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--title);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 12px;
}

blockquote {
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.header {
  box-shadow: 0 10px 45px #0000000f;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-top {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.nav-right {
  grid-column-gap: 15px;
  display: flex;
}

.nav-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-button:hover {
  color: #000;
  background-color: #0000;
}

.menu-icon {
  grid-row-gap: 5px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  padding: 10px;
  display: flex;
}

.menu-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.nav-bg {
  width: 100%;
}

.link-hover-text {
  position: absolute;
}

.menu-link {
  color: #000;
  font-size: 32px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.menu-top {
  grid-column-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sidebar {
  z-index: 9999;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-link-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-close {
  z-index: 999;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  display: flex;
  overflow: hidden;
}

.nav-data {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-open-menu {
  grid-row-gap: 150px;
  background-color: #fff;
  border-left: 1px solid #0000000f;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 500px;
  max-width: 500px;
  min-height: 100vh;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.search {
  margin-bottom: 0;
  position: relative;
}

.search.mobile {
  display: none;
}

.search-input {
  color: var(--body);
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 50px;
  width: 240px;
  height: 100%;
  margin-bottom: 0;
  padding: 6px 46px 6px 16px;
  font-size: 14px;
  line-height: 150%;
  transition: border-color .3s;
  overflow: hidden;
}

.search-input:focus {
  border-color: #00000080;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/ic-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 28px;
  max-width: 28px;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.nav-link-list {
  grid-column-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-item {
  display: flex;
}

.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.empty-state {
  background-color: var(--primary);
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 4px;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.page-data, .sg-section {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 100px;
  line-height: 120%;
}

.body-font {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border-radius: 4px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

.color-main.body-color {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
}

.button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-button {
  background-color: var(--bg);
  color: #000;
  text-transform: uppercase;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.primary-button.hover {
  transition: color .3s, background-color .3s;
}

.primary-button.hover:hover {
  color: #fff;
  background-color: #000;
}

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-hover-text {
  position: absolute;
}

.secondary-button {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: #000;
  position: relative;
}

.footer-top {
  grid-column-gap: 100px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.footer-left {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 34%;
  display: flex;
}

.footer-text {
  color: #999;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  grid-column-gap: 10px;
  color: #d9d9d9;
  border: 1px solid #fff3;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #ffffff80;
}

.social-bg {
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  display: flex;
}

.social-text {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.menu-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

.footer-menu {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fff;
}

.footer-wrap {
  width: 100%;
  margin-left: auto;
}

.footer-bottom {
  color: #999;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-btm-link {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-btm-link:hover {
  color: #999;
}

.footer-btm-link.w--current {
  color: #fff;
}

.single-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.info-inner {
  padding-bottom: 30px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.disclaimer {
  grid-row-gap: 10px;
  border: 1px solid #0003;
  border-radius: 5px;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.licensing-title {
  margin-bottom: 0;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.pass-body {
  background-color: var(--primary);
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.pass-input {
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 15px;
  transition: border-color .3s;
}

.pass-input:focus {
  border-color: #00000080;
}

.pass-input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  color: #000;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 400;
}

.error-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 520px;
}

.cs-title {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 74px;
  font-weight: 700;
  line-height: 150%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-data {
  grid-column-gap: 40px;
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.contact-title {
  margin-bottom: 0;
}

.contact-right {
  width: 100%;
  max-width: 52%;
}

.contact-text {
  margin-bottom: 25px;
}

.contact-form {
  margin-bottom: 0;
}

.input {
  background-image: url('../images/ic-name.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 15px 12px 45px;
  transition: border-color .3s;
}

.input:focus {
  border-color: #00000080;
}

.input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.input.email {
  background-image: url('../images/ic-mail.svg');
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.foeld-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.textarea {
  background-image: url('../images/ic-message.svg');
  background-position: 15px 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  min-height: 170px;
  margin-bottom: 0;
  padding: 12px 15px 12px 45px;
  transition: border-color .3s;
}

.textarea:focus {
  border-color: #00000080;
}

.textarea::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

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

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  float: none;
  border-color: #000;
  border-radius: 2px;
  width: auto;
  min-width: 12px;
  max-width: 12px;
  height: auto;
  min-height: 12px;
  max-height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.contact-wrap {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.contact-links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-info {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 130%;
  display: grid;
}

.contact-label {
  border-bottom: 1px solid #0003;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.map {
  margin-bottom: var(--desktop-space);
}

.contact-map {
  border-radius: 4px;
  overflow: hidden;
}

.cta {
  margin-bottom: var(--desktop-space);
}

.cta-wrap {
  grid-column-gap: 115px;
  background-color: var(--bg);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 80px;
  display: flex;
}

.cta-data {
  width: 100%;
  max-width: 56%;
}

.cta-label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
}

.cta-title {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 500;
}

.cta-form {
  width: 100%;
  max-width: 44%;
  margin-bottom: 0;
}

.cta-field {
  grid-column-gap: 10px;
  display: flex;
}

.cta-input {
  background-image: url('../images/ic-mail.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 15px 12px 46px;
  transition: border-color .3s;
}

.cta-input:focus {
  border-color: #00000080;
}

.cta-input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.cta-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.cta-button:hover {
  color: #000;
  background-color: #0000;
}

.pricing {
  margin-bottom: var(--desktop-space);
}

.pricing-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.free-plan {
  grid-row-gap: 180px;
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 34%;
  padding: 35px 40px;
  display: flex;
}

.plan-name {
  margin-bottom: 4px;
}

.price-plans {
  border: 1px solid #000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 66%;
  display: grid;
}

.price-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.plan-info {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.plan-block {
  grid-row-gap: 180px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px 40px;
  display: flex;
}

.plan-block.last {
  border-left: 1px solid #000;
}

.price-data {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-button {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.plan-price {
  margin-bottom: 0;
}

.vision-mission {
  margin-bottom: var(--desktop-space);
}

.vision-sub-title {
  margin-bottom: 25px;
  font-weight: 500;
}

.vision-title {
  width: 100%;
  max-width: 75%;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.vision-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-img {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  max-width: 38%;
  overflow: hidden;
}

.vision-image {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
}

.vision-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-data {
  width: 100%;
  max-width: 62%;
}

.mission-title {
  margin-bottom: 15px;
}

.authors {
  margin-bottom: var(--desktop-space);
}

.author-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-item {
  display: flex;
}

.author-link {
  grid-row-gap: 25px;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding-top: 25px;
  padding-left: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.author-link:hover {
  background-color: #f9f9f9;
}

.author-img {
  background-color: var(--primary);
  border-top-left-radius: 4px;
  overflow: hidden;
}

.author-name {
  margin-bottom: 0;
  font-weight: 500;
}

.author-data {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.author-image {
  object-fit: cover;
  width: 100%;
  min-height: 422px;
  max-height: 422px;
}

.author-main {
  margin-bottom: var(--desktop-space);
  padding-top: 60px;
}

.authto-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-left {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.author-main-img {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.author-main-image {
  width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.author-role {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.author-title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
}

.authtor-socials {
  grid-column-gap: 30px;
  border-top: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  padding-top: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.news {
  margin-bottom: var(--desktop-space);
}

.news-list {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.news-item {
  display: flex;
}

.news-link {
  border: 1px solid #0003;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  overflow: hidden;
}

.news-link:hover {
  border-color: #00000080;
}

.news-img {
  background-color: var(--primary);
  width: 100%;
  max-width: 36%;
  overflow: hidden;
}

.news-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 360px;
}

.news-data {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 64%;
  padding: 50px;
  display: flex;
}

.news-info {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.divider {
  background-color: #0003;
  width: 14px;
  height: 1px;
}

.news-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.news-text {
  margin-bottom: 0;
}

.pagination {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.about {
  margin-bottom: var(--desktop-space);
  padding-top: 60px;
}

.about-head {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.about-title {
  text-transform: none;
  margin-bottom: 15px;
}

.about-text {
  width: 100%;
  max-width: 70%;
  margin-bottom: 0;
}

.about-images {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-img {
  background-color: var(--primary);
  border-radius: 4px;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  width: 100%;
  min-height: 284px;
  max-height: 284px;
}

.purpose {
  margin-bottom: var(--desktop-space);
}

.purpose-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title {
  border-left: 2px solid #000;
  margin-bottom: 25px;
  padding-left: 12px;
  font-weight: 600;
}

.section-img {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.purpose-data {
  grid-row-gap: 200px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.purpose-title {
  margin-bottom: 15px;
}

.purpose-inner {
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.facts {
  grid-column-gap: 100px;
  border-bottom: 1px solid #0003;
  padding-bottom: 25px;
  display: flex;
}

.fact-block {
  font-size: 14px;
  line-height: 150%;
}

.fact-text {
  color: #000;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.section-heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.title {
  border-left: 2px solid #000;
  margin-bottom: 0;
  padding-left: 12px;
  font-weight: 600;
}

.about-us {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.about-right {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 68%;
  display: flex;
}

.about-sub-title {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.dot {
  background-color: #0003;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.about-us-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.about-us-img {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  max-width: 60%;
  position: relative;
  overflow: hidden;
}

.about-us-img.small {
  max-width: 40%;
}

.about-us-image {
  width: 100%;
}

.news-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.news-wrap {
  width: 100%;
  max-width: 48%;
}

.feature-news {
  width: 100%;
  max-width: 52%;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  display: flex;
}

.blog-link {
  width: 100%;
  text-decoration: none;
}

.blog-img {
  background-color: var(--primary);
  border-radius: 4px;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  min-height: 190px;
  max-height: 190px;
}

.blog-data {
  margin-top: 12px;
}

.blog-title {
  max-height: 3em;
  margin-bottom: 18px;
  font-weight: 600;
  overflow: hidden;
}

.blog-info {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.feature-news-list {
  width: 100%;
  text-decoration: none;
}

.feature-news-img {
  background-color: var(--primary);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.feature-news-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}

.feature-news-data {
  margin-top: 16px;
}

.fn-title {
  margin-bottom: 8px;
  font-weight: 700;
}

.fn-text {
  background-color: #f5f5f500;
  margin-bottom: 25px;
}

.news-head {
  padding-top: 60px;
  padding-bottom: 40px;
}

.news-main-title {
  text-transform: none;
  margin-bottom: 18px;
  font-weight: 600;
}

.news-main-info {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.news-inner {
  grid-column-gap: 8px;
  display: flex;
}

.news-divider {
  background-color: #0003;
  width: 14px;
  height: 1px;
}

.news-main {
  margin-bottom: var(--desktop-space);
}

.news-main-img {
  background-color: var(--primary);
  border-radius: 4px;
  margin-bottom: 40px;
  overflow: hidden;
}

.news-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 650px;
  max-height: 650px;
}

.news-data-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-details {
  width: 100%;
  max-width: 74%;
}

.news-sidebar {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.advertise {
  grid-row-gap: 180px;
  background-color: var(--primary);
  color: #fff;
  background-image: linear-gradient(#00000080, #0000), url('../images/advertise.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.newsletter-title {
  margin-bottom: 6px;
}

.news-inner-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 150%;
}

.input-wrap {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.newsletter {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.newsletter-form {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 4px;
}

.error-message {
  text-align: center;
}

.hero {
  margin-bottom: var(--desktop-space);
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.hero-left {
  width: 100%;
  max-width: 28%;
}

.hero-right {
  width: 100%;
  max-width: 72%;
}

.hero-news {
  grid-column-gap: 15px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.hn-img {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 34%;
  overflow: hidden;
}

.hn-image {
  object-fit: cover;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
}

.hn-data {
  width: 100%;
  max-width: 66%;
}

.hn-title {
  max-height: 3em;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.hn-item {
  display: flex;
}

.hn-list {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.hero-link {
  width: 100%;
  text-decoration: none;
}

.hero-img {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 492px;
  max-height: 492px;
}

.hero-title {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.hero-tags {
  grid-column-gap: 6px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 30px;
}

.hero-tag {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff40;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 150%;
}

.editor-pick {
  margin-bottom: var(--desktop-space);
}

.editor-left {
  width: 100%;
  max-width: 48%;
}

.editor-feature-link {
  width: 100%;
  text-decoration: none;
}

.editer-pick-img {
  background-color: var(--primary);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.ep-image {
  object-fit: cover;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
}

.ep-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.news-category {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff40;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  top: 25px;
  left: 25px;
}

.editor-wrap {
  grid-column-gap: 22px;
  display: flex;
}

.editor-right {
  width: 100%;
  max-width: 52%;
}

.editor-pick-list {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.editor-pick-item {
  display: flex;
}

.editor-pick-link {
  width: 100%;
  text-decoration: none;
}

.editor-pick-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.feature-news-blog {
  margin-bottom: var(--desktop-space);
}

.feature-news-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.fn-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 520px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.fn-author {
  grid-column-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  line-height: 150%;
  display: flex;
}

.fn-author-img {
  background-color: var(--primary);
  border-radius: 50%;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  overflow: hidden;
}

.fn-author-image {
  object-fit: cover;
  width: 100%;
  min-height: 35px;
  max-height: 35px;
}

.fn-data {
  color: #fff;
  width: 100%;
  max-width: 68%;
}

.feature-news-title {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.fn-overlay {
  background-image: linear-gradient(#0000, #000000bf);
  position: absolute;
  inset: 0%;
}

.fn-tags {
  grid-column-gap: 6px;
  margin-top: 20px;
  display: flex;
}

.fn-tag {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff40;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 150%;
}

.culture-news {
  margin-bottom: var(--desktop-space);
}

.culture-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.culture-left {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 74%;
  display: flex;
}

.culture-right {
  width: 100%;
  max-width: 26%;
}

.culture-feature-item {
  display: flex;
}

.culture-feature-link {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.culture-feature-link:hover {
  background-color: #f9f9f9;
}

.cf-img {
  background-color: var(--primary);
  width: 100%;
  max-width: 44%;
  overflow: hidden;
}

.cf-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cf-data {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 56%;
  padding: 35px;
  display: flex;
}

.news-date {
  font-size: 12px;
  line-height: 150%;
}

.cf-title {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.culture-link {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.culture-link:hover {
  background-color: #f9f9f9;
}

.culture-list {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.culture-item {
  display: flex;
}

.culture-img {
  background-color: var(--primary);
  width: 100%;
  max-width: 36%;
  overflow: hidden;
}

.culture-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 156px;
}

.culture-data {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 64%;
  padding: 20px;
  display: flex;
}

.culture-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
}

.culture-news-item {
  display: flex;
}

.culture-news-link {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  transition: background-color .3s;
  overflow: hidden;
}

.culture-news-link:hover {
  background-color: #f9f9f9;
}

.culture-news-img {
  background-color: var(--primary);
  overflow: hidden;
}

.culture-news-image {
  object-fit: cover;
  width: 100%;
  min-height: 322px;
  max-height: 322px;
}

.culture-news-data {
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.culture-news-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.cuture-info {
  margin-bottom: 0;
}

.podcast {
  margin-bottom: var(--desktop-space);
}

.podcast-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.podcast-item {
  display: flex;
}

.podcast-link {
  background-color: var(--primary);
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.podcast-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.podcast-data {
  background-image: linear-gradient(#00000040 10%, #0000 42%, #0009);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.podcast-min {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff40;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 150%;
}

.podcast-title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.play-icon {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff14;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  padding-left: 4px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advertise-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.advertise-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.podcast-main {
  margin-bottom: var(--desktop-space);
}

.podcast-main-img {
  background-color: #f5f5f5;
  margin-bottom: 60px;
}

.podcast-video {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  min-height: 640px;
  max-height: 640px;
  overflow: hidden;
}

.footer-category {
  display: flex;
}

.on-scroll {
  background-color: var(--primary);
  display: none;
  position: absolute;
  inset: -1%;
}

.search-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.search-bar {
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.search-bar:focus {
  border-bottom-color: #000;
}

.search-bar::placeholder {
  color: var(--body);
}

.search-result-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.podcast-info {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.editor-pick-2 {
  margin-bottom: 150px;
}

.vision-title-2 {
  color: #000;
  width: 100%;
  max-width: 75%;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    padding: 30px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    grid-row-gap: 40px;
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .nav-top {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .nav-right {
    display: none;
  }

  .nav-button {
    display: flex;
  }

  .menu-icon, .link-hover-text {
    display: none;
  }

  .menu-link {
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .search {
    margin-right: 0;
  }

  .search.mobile {
    display: block;
  }

  .search-input {
    width: 100%;
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-list {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-link {
    text-align: center;
    flex-flow: column;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-left {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    flex-flow: row;
    max-width: none;
  }

  .footer-social {
    width: 100%;
    max-width: 50%;
  }

  .footer-right {
    max-width: none;
  }

  .menu-label {
    margin-bottom: 15px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .disclaimer {
    margin-bottom: 40px;
    padding: 25px;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-right {
    max-width: 70%;
  }

  .contact-info {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .map, .cta {
    margin-bottom: var(--tablet-space);
  }

  .cta-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px;
  }

  .cta-data {
    max-width: none;
  }

  .cta-label {
    margin-bottom: 10px;
  }

  .cta-form {
    max-width: 80%;
  }

  .pricing {
    margin-bottom: var(--tablet-space);
  }

  .pricing-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .free-plan {
    grid-row-gap: 100px;
    max-width: none;
    padding: 30px;
  }

  .price-plans {
    max-width: none;
  }

  .plan-block {
    grid-row-gap: 120px;
    padding: 30px;
  }

  .price-data {
    font-size: 14px;
    line-height: 150%;
  }

  .vision-mission {
    margin-bottom: var(--tablet-space);
  }

  .vision-sub-title {
    margin-bottom: 15px;
  }

  .vision-title {
    max-width: none;
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .authors {
    margin-bottom: var(--tablet-space);
  }

  .author-list {
    grid-template-columns: 1fr 1fr;
  }

  .author-link {
    padding-top: 20px;
    padding-left: 30px;
  }

  .author-data {
    margin-right: 30px;
  }

  .author-image {
    min-height: 320px;
    max-height: 320px;
  }

  .author-main {
    margin-bottom: var(--tablet-space);
  }

  .authto-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .author-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .author-main-img {
    max-width: none;
  }

  .author-main-image {
    min-height: 728px;
    max-height: 728px;
  }

  .author-title {
    font-size: 34px;
  }

  .news {
    margin-bottom: var(--tablet-space);
  }

  .news-img {
    max-width: 40%;
  }

  .news-image {
    min-height: auto;
    max-height: none;
  }

  .news-data {
    grid-row-gap: 40px;
    max-width: 60%;
    padding: 30px;
  }

  .news-info {
    margin-bottom: 15px;
  }

  .news-title {
    font-size: 22px;
  }

  .news-text {
    max-height: 3.2em;
    overflow: hidden;
  }

  .about {
    margin-bottom: var(--tablet-space);
    padding-top: 50px;
  }

  .about-text {
    max-width: none;
  }

  .about-image {
    min-height: 160px;
    max-height: 160px;
  }

  .purpose {
    margin-bottom: var(--tablet-space);
  }

  .purpose-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-img {
    max-width: none;
  }

  .purpose-data {
    grid-row-gap: 60px;
    max-width: none;
  }

  .purpose-title {
    margin-bottom: 10px;
  }

  .about-us {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-left, .about-right {
    max-width: none;
  }

  .about-sub-title {
    margin-bottom: 20px;
  }

  .news-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .news-wrap, .feature-news {
    max-width: none;
  }

  .blog-image {
    min-height: 250px;
    max-height: 250px;
  }

  .feature-news-image {
    min-height: 500px;
    max-height: 500px;
  }

  .news-head {
    padding-top: 50px;
  }

  .news-title-wrap {
    max-width: none;
  }

  .news-main-info {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .news-main {
    margin-bottom: var(--tablet-space);
  }

  .news-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .news-data-wrap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .news-details {
    max-width: none;
  }

  .news-sidebar {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .newsletter {
    justify-content: space-between;
    align-items: stretch;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
  }

  .hero-left, .hero-right {
    max-width: none;
  }

  .hero-news {
    padding-bottom: 20px;
  }

  .hn-list {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-image {
    min-height: 430px;
    max-height: 430px;
  }

  .hero-title {
    font-size: 28px;
  }

  .editor-pick {
    margin-bottom: var(--tablet-space);
  }

  .editor-left {
    max-width: none;
  }

  .ep-image {
    min-height: 280px;
  }

  .editor-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .editor-right {
    max-width: none;
  }

  .feature-news-blog {
    margin-bottom: var(--tablet-space);
  }

  .fn-wrap {
    min-height: 430px;
  }

  .fn-data {
    max-width: none;
  }

  .culture-news {
    margin-bottom: var(--tablet-space);
  }

  .culture-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .culture-left, .culture-right {
    max-width: none;
  }

  .cf-data {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .cf-title {
    max-height: 3em;
    font-size: 22px;
    overflow: hidden;
  }

  .culture-image {
    min-height: auto;
  }

  .culture-data {
    grid-row-gap: 20px;
    padding: 18px;
  }

  .culture-title {
    max-height: 3em;
    overflow: hidden;
  }

  .culture-news-image {
    min-height: 430px;
    max-height: 430px;
  }

  .culture-news-data {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .culture-news-title {
    margin-top: 10px;
  }

  .cuture-info {
    max-height: 3em;
    overflow: hidden;
  }

  .podcast {
    margin-bottom: var(--tablet-space);
  }

  .podcast-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .podcast-image {
    min-height: 380px;
    max-height: 380px;
  }

  .podcast-data {
    padding: 25px;
  }

  .podcast-main {
    margin-bottom: var(--tablet-space);
  }

  .podcast-main-img {
    margin-bottom: 50px;
  }

  .podcast-video {
    min-height: 400px;
    max-height: 400px;
  }

  .podcast-info {
    grid-column-gap: 10px;
    flex-flow: wrap;
  }

  .editor-pick-2 {
    margin-bottom: 100px;
  }

  .vision-title-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .navbar {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .table-text {
    font-size: 14px;
  }

  .font-title {
    font-size: 16px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .footer-top {
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .footer-left {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-social {
    max-width: none;
  }

  .footer-right {
    grid-column-gap: 40px;
  }

  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .disclaimer {
    padding: 20px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .cs-title {
    font-size: 56px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .contact-data {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contact-right {
    max-width: none;
  }

  .foeld-wrap {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .map, .cta {
    margin-bottom: var(--landscape-mobile-space);
  }

  .cta-wrap {
    padding: 30px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-form {
    max-width: 100%;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile-space);
  }

  .price-plans {
    grid-template-columns: 1fr;
  }

  .plan-block.last {
    border-top: 1px solid #000;
    border-left-width: 0;
  }

  .vision-mission {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vision-title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .vision-image {
    min-height: 180px;
    max-height: 180px;
  }

  .mission-title {
    margin-bottom: 10px;
  }

  .authors {
    margin-bottom: var(--landscape-mobile-space);
  }

  .author-link {
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .author-data {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 20px;
  }

  .author-image {
    min-height: 220px;
    max-height: 220px;
  }

  .author-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .author-left {
    grid-row-gap: 20px;
  }

  .author-main-image {
    min-height: 528px;
    max-height: 528px;
  }

  .author-title {
    font-size: 30px;
  }

  .news {
    margin-bottom: var(--landscape-mobile-space);
  }

  .news-data {
    grid-row-gap: 30px;
    padding: 22px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-text {
    font-size: 14px;
    line-height: 150%;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
  }

  .about-head {
    padding-bottom: 30px;
  }

  .about-title {
    margin-bottom: 10px;
  }

  .about-images {
    grid-template-columns: 1fr 1fr;
  }

  .about-image {
    min-height: 170px;
    max-height: 170px;
  }

  .purpose {
    margin-bottom: var(--landscape-mobile-space);
  }

  .purpose-data {
    grid-row-gap: 50px;
  }

  .facts {
    grid-column-gap: 60px;
  }

  .fact-text {
    font-size: 28px;
  }

  .about-us {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-wrap {
    grid-row-gap: 30px;
  }

  .about-us-img {
    max-width: none;
  }

  .about-us-img.small {
    display: none;
  }

  .blog-list {
    grid-column-gap: 20px;
  }

  .blog-image {
    min-height: 200px;
    max-height: 200px;
  }

  .blog-title {
    margin-bottom: 10px;
  }

  .fn-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .news-main-title {
    font-size: 36px;
  }

  .news-main-info {
    grid-column-gap: 10px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .news-inner {
    font-size: 14px;
    line-height: 150%;
  }

  .news-divider {
    display: none;
  }

  .news-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .news-main-image {
    min-height: 330px;
    max-height: 330px;
  }

  .news-sidebar {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-news {
    justify-content: flex-start;
    align-items: center;
  }

  .hn-image {
    min-height: 130px;
    max-height: 130px;
  }

  .hn-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 350px;
    max-height: 350px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-tags {
    top: 20px;
    left: 20px;
  }

  .editor-pick {
    margin-bottom: var(--landscape-mobile-space);
  }

  .ep-image {
    min-height: 180px;
    max-height: 320px;
  }

  .news-category {
    top: 15px;
    left: 15px;
  }

  .editor-wrap {
    grid-row-gap: 30px;
  }

  .editor-pick-title {
    max-height: 3em;
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
  }

  .feature-news-blog {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fn-wrap {
    min-height: auto;
    padding-top: 40px;
  }

  .fn-data {
    font-size: 14px;
    line-height: 150%;
  }

  .feature-news-title {
    font-size: 20px;
  }

  .culture-news {
    margin-bottom: var(--landscape-mobile-space);
  }

  .cf-data {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .cf-title {
    font-size: 20px;
  }

  .culture-link {
    flex-flow: column;
  }

  .culture-img {
    max-width: none;
  }

  .culture-image {
    max-height: 186px;
  }

  .culture-data {
    max-width: none;
  }

  .culture-news-image {
    min-height: 330px;
    max-height: 330px;
  }

  .culture-news-data {
    padding: 20px;
  }

  .cuture-info {
    font-size: 14px;
    line-height: 150%;
  }

  .podcast {
    margin-bottom: var(--landscape-mobile-space);
  }

  .podcast-image {
    min-height: 290px;
    max-height: 290px;
  }

  .podcast-data {
    padding: 20px;
  }

  .podcast-title {
    max-height: 3em;
    overflow: hidden;
  }

  .play-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .ic-play {
    width: 100%;
    max-width: 30%;
  }

  .podcast-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .podcast-main-img {
    margin-bottom: 40px;
  }

  .podcast-video {
    min-height: 350px;
    max-height: 350px;
  }

  .podcast-info {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .editor-pick-2 {
    margin-bottom: 80px;
  }

  .vision-title-2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .container {
    max-width: none;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .social-link {
    font-size: 12px;
  }

  .footer-right {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .license-field {
    margin-bottom: 0;
  }

  .disclaimer {
    padding: 16px;
    font-size: 14px;
  }

  .version-info {
    align-items: start;
  }

  .utility-page-content {
    padding: 20px;
  }

  .pass-field {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .error-info {
    margin-top: 30px;
    line-height: 150%;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-data {
    grid-row-gap: 10px;
    padding-top: 15px;
  }

  .foeld-wrap {
    grid-row-gap: 15px;
  }

  .form-bottom {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .contact-wrap {
    grid-row-gap: 40px;
  }

  .contact-links {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-info {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .map, .cta {
    margin-bottom: var(--portrait-mobile-space);
  }

  .cta-wrap {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-field {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cta-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile-space);
  }

  .free-plan {
    grid-row-gap: 80px;
    padding: 20px;
  }

  .plan-name {
    font-size: 20px;
  }

  .plan-info {
    grid-row-gap: 25px;
  }

  .plan-block {
    grid-row-gap: 80px;
    padding: 20px;
  }

  .price-data {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vision-mission {
    margin-bottom: var(--portrait-mobile-space);
  }

  .vision-wrap {
    grid-row-gap: 40px;
  }

  .vision-img {
    max-width: none;
  }

  .vision-image {
    min-height: 280px;
    max-height: 280px;
  }

  .vision-block {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vision-data {
    max-width: none;
  }

  .mission-title {
    margin-bottom: 6px;
  }

  .authors {
    margin-bottom: var(--portrait-mobile-space);
  }

  .author-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .author-link {
    padding-top: 15px;
  }

  .author-image {
    min-height: 260px;
    max-height: none;
  }

  .author-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .author-main-image {
    min-height: 335px;
    max-height: 335px;
  }

  .author-title {
    font-size: 26px;
  }

  .news {
    margin-bottom: var(--portrait-mobile-space);
  }

  .news-link {
    flex-flow: column;
  }

  .news-img {
    max-width: none;
  }

  .news-data {
    grid-row-gap: 25px;
    max-width: none;
    padding: 20px;
  }

  .news-info {
    margin-bottom: 10px;
  }

  .news-title {
    max-height: 3em;
    overflow: hidden;
  }

  .about {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-title {
    font-size: 32px;
  }

  .about-image {
    min-height: 110px;
    max-height: 110px;
  }

  .purpose {
    margin-bottom: var(--portrait-mobile-space);
  }

  .purpose-wrap, .purpose-data {
    grid-row-gap: 30px;
  }

  .purpose-inner {
    grid-row-gap: 20px;
  }

  .facts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom-width: 0;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .fact-text {
    font-size: 24px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .about-us {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-left {
    grid-row-gap: 30px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    min-height: 240px;
    max-height: 240px;
  }

  .feature-news-image {
    min-height: 260px;
    max-height: 260px;
  }

  .feature-news-data {
    margin-top: 10px;
  }

  .fn-title {
    font-size: 18px;
  }

  .fn-text {
    max-height: 3.2em;
    overflow: hidden;
  }

  .news-main-title {
    text-align: center;
    font-size: 26px;
  }

  .news-main-info {
    grid-column-gap: 30px;
    text-align: center;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .news-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .news-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .advertise {
    grid-row-gap: 120px;
  }

  .newsletter {
    grid-row-gap: 30px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrap {
    grid-row-gap: 40px;
  }

  .hero-news {
    grid-row-gap: 12px;
    border-bottom-width: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hn-img {
    max-width: none;
  }

  .hn-image {
    min-height: 210px;
    max-height: 240px;
  }

  .hn-data {
    max-width: none;
  }

  .hn-list {
    grid-row-gap: 40px;
  }

  .hero-image {
    min-height: 250px;
    max-height: 250px;
  }

  .hero-title {
    margin-top: 10px;
    font-size: 18px;
  }

  .hero-tag {
    font-size: 12px;
  }

  .editor-pick {
    margin-bottom: var(--portrait-mobile-space);
  }

  .ep-image {
    min-height: 240px;
    max-height: 240px;
  }

  .ep-title {
    max-height: 3em;
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
  }

  .news-category {
    font-size: 12px;
  }

  .editor-pick-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .feature-news-blog {
    margin-bottom: var(--portrait-mobile-space);
  }

  .fn-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fn-author {
    margin-bottom: 12px;
  }

  .fn-tag {
    font-size: 12px;
  }

  .culture-news {
    margin-bottom: var(--portrait-mobile-space);
  }

  .culture-wrap, .culture-left {
    grid-row-gap: 40px;
  }

  .culture-feature-link {
    flex-flow: column;
  }

  .cf-img {
    max-width: none;
  }

  .cf-image {
    max-height: 250px;
  }

  .cf-data {
    max-width: none;
  }

  .cf-title {
    margin-top: 10px;
    font-size: 18px;
  }

  .culture-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .culture-image {
    max-height: 250px;
  }

  .culture-news-image {
    min-height: 250px;
    max-height: 250px;
  }

  .podcast {
    margin-bottom: var(--portrait-mobile-space);
  }

  .podcast-list {
    grid-template-columns: 1fr;
  }

  .podcast-image {
    min-height: 320px;
    max-height: 320px;
  }

  .podcast-min {
    font-size: 12px;
  }

  .advertise-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .podcast-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .podcast-video {
    min-height: 260px;
    max-height: 260px;
  }

  .podcast-info {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-items: center;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .editor-pick-2 {
    margin-bottom: 60px;
  }

  #w-node-c2a543d4-a929-049b-f004-271673425f70-9fe3de22, #w-node-_248d9194-130d-5fdd-1f30-deeee956ebf5-9fe3de22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
/* Generated static-site overrides */
.post-author-text .post-date {
  margin-left: 10px;
}
