@font-face {
  font-family: Docs icon;
  src: url('../fonts/docs-icon.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #65687d;
  --titles: #222433;
  --accent-color: #354fe7;
  --light-grey: #e7e9f3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: var(--titles);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  color: var(--titles);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  color: var(--titles);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: var(--titles);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--titles);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

h6 {
  color: var(--titles);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--accent-color);
  font-size: 18px;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #2238aa;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

img {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  color: var(--titles);
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 11px;
}

.color-primary-2 {
  color: #222433;
}

.nav-link {
  color: var(--titles);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--accent-color);
}

.nav-link.w--current:active {
  color: #354fe7;
}

.nav-link.color-primary-2 {
  text-decoration: none;
}

.nav-link.color-primary-2:hover {
  color: #60668f;
}

.nav-link.color-primary-2.transition {
  transition: color .3s;
}

.nav-link.color-primary-2.transition:hover {
  color: #324fe7;
}

.hero {
  background-color: var(--accent-color);
  background-image: url('../images/hero-illustration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-height: none;
  padding-top: 90px;
  padding-bottom: 170px;
}

.hero.bg-primary-1, .bg-primary-1 {
  background-color: var(--accent-color);
}

.text-center {
  text-align: center;
}

.text-center.mobile-l {
  text-align: left;
}

.search-form {
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s;
  display: flex;
}

.search-form:hover {
  transform: translate(0, -4px);
}

.search-input {
  border-radius: 80px;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 18px;
}

.search-input.placeholder {
  color: var(--text);
  background-image: url('../images/hero-search-icon.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 1px solid #dadde9;
  min-height: 72px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 74px;
  font-weight: 400;
}

.search-input.placeholder:active, .search-input.placeholder:focus {
  border: 1px solid #e7e9f3;
}

.search-input.placeholder::placeholder {
  color: #65687d;
}

.primary-button {
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .35s, color .3s;
}

.primary-button:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.primary-button.search-button {
  margin-left: -154px;
}

.primary-button.search-button:hover {
  transform: translate(0);
}

.primary-button.full-width {
  text-align: center;
  width: 100%;
}

.container-800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-800px.question-hero {
  padding-left: 0;
  padding-right: 0;
}

.container-800px.mb-24px {
  margin-bottom: 24px;
}

.question-icon {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 30px;
}

.changelog-title.color-accent {
  color: var(--accent-color);
  transition: color .3s;
}

.changelog-title.color-accent:hover {
  color: #2238aa;
}

.category-description {
  color: var(--text);
  margin-bottom: 0;
}

.category-description.mb-24px {
  margin-bottom: 24px;
}

.avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.question-details {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.avatar-name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.updated-date {
  color: #65687d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.updated-date.color-white {
  color: #fff;
}

.question-category {
  margin-top: -115px;
  padding-bottom: 65px;
}

.footer {
  border-top: 1px solid #e7e9f3;
  padding: 65px 0 0;
}

.footer-1-column {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.logo {
  flex-direction: row;
  width: 110px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.social-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.social-media.right-align {
  justify-content: flex-end;
  align-items: center;
}

.grid-footer {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .8fr 1fr;
  padding-bottom: 64px;
}

.footer-description.mb-32px {
  color: var(--text);
  margin-bottom: 32px;
}

.social-media-logo {
  min-width: 21px;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-right: 24px;
  transition: opacity .3s;
  overflow: visible;
}

.social-media-logo:hover {
  opacity: .78;
}

.social-media-logo.last {
  margin-right: 0;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.footer-title.mb-16px {
  color: var(--titles);
  margin-bottom: 16px;
}

.footer-link {
  color: var(--text);
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent-color);
}

.footer-link.special {
  border-bottom: 3px solid var(--accent-color);
  color: var(--accent-color);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.footer-link.special:hover {
  border-bottom-color: var(--titles);
  color: var(--titles);
}

.footer-link.v2 {
  color: var(--titles);
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.question-footer {
  color: var(--text);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.question-footer:hover {
  color: var(--accent-color);
}

.copyright {
  border-top: 1px solid #e7e9f3;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 25px;
  display: block;
}

.copyright-text {
  color: var(--text);
  text-align: center;
  margin-bottom: 0;
}

.link-footer {
  text-decoration: underline;
}

.principal-category {
  justify-content: flex-start;
  display: flex;
}

.question-description {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.category-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.category-title.mb-16px {
  margin-bottom: 16px;
}

.container-1215px {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-question {
  padding: 90px 24px 170px;
}

.hero-question.bg-primary-1 {
  padding-top: 80px;
}

.hero-question.bg-primary-1.responsive-padding {
  padding-bottom: 200px;
}

.avatar-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar-content.link {
  text-decoration: none;
  transition: transform .35s, color .3s;
}

.avatar-content.link:hover {
  transform: translate(0, -4px);
}

.question-content {
  margin-top: -141px;
  padding-bottom: 64px;
}

.hero-changelog {
  background-color: var(--accent-color);
  padding-top: 70px;
  padding-bottom: 180px;
}

.changelog-section {
  margin-top: -123px;
  padding-bottom: 65px;
}

.changelog-section.template {
  margin-top: 64px;
  padding-bottom: 80px;
}

.category-questions-list-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-category {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 80px;
  margin-bottom: 16px;
  padding: 12px 26px;
  font-weight: 700;
  line-height: 20px;
  transition: transform .35s;
}

.changelog-category:hover {
  transform: translate(0, -4px);
}

.changelog-category.template {
  display: inline-block;
}

.search {
  align-items: center;
  font-size: 36px;
  display: flex;
}

.search-title {
  color: var(--accent-color);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.search-result-wrapper {
  margin-top: 40px;
}

.question-category-grid-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 800px) minmax(200px, 384px);
}

.sidebar-title {
  color: var(--titles);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 38px;
}

.sidebar-description {
  color: var(--text);
  margin-bottom: 16px;
}

.sidebar-divider {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-details {
  color: var(--titles);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.contact-details:hover {
  color: var(--accent-color);
}

.contact-details.mt-16px {
  margin-top: 16px;
}

.details-text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}

.icon-details {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.nav-menu.v3 {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.brand {
  align-items: center;
  transition: transform .3s, color .3s;
  display: flex;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.mt-12px {
  margin-top: 15px;
  transition: color .3s;
}

.brand.mt-12px:hover {
  transform: none;
}

.brand.mt-12px.w--current {
  margin-top: 0;
  transition: transform .3s, color .3s;
}

.brand.mt-12px.w--current:hover {
  transform: scale(1.05);
}

.dropdown-list {
  background-color: #b8adad;
}

.dropdown-list.w--open {
  color: #65687d;
  background-color: #fff;
  border: 1px solid #e7e9f3;
  border-radius: 4px;
  width: 150px;
  font-size: 18px;
  line-height: 22px;
  box-shadow: 1px 1px 8px 4px #75abfd17;
}

.dropdown-link {
  color: #65687d;
  border-bottom: 1px solid #e7e9f3;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: color .3s;
}

.dropdown-link:hover {
  color: #354fe7;
}

.dropdown-link.w--current:visited {
  color: #324fe7;
}

.dropdown-toggle {
  display: none;
}

.rich-text-block figure {
  margin-top: 28px;
  margin-bottom: 56px;
}

.rich-text-block h3 {
  margin-top: 45px;
}

.vertical-divider {
  background-color: #d3d6e7;
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
}

.logo-help-center {
  color: var(--text);
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.logo-help-center.sizing-shrink {
  flex: 0 auto;
}

.search-button-header {
  display: none;
}

.search-input-header {
  color: #65687d;
  background-image: url('../images/search-icon-header-category.svg');
  background-position: 89% 38%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e7e9f3;
  border-radius: 100px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  display: none;
  box-shadow: 1px 1px 10px 2px #7675fd12;
}

.search-input-header::placeholder {
  font-size: 18px;
  font-weight: 400;
}

.changelog-header {
  background-color: #e7e9f317;
  border-bottom: 1px solid #e7e9f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 195px;
  display: flex;
}

.title-changelog {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
}

.description-question {
  color: var(--text);
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}

.date-question {
  color: var(--accent-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.changelog-description {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.pagination-button {
  color: #324fe7;
  background-color: #efefff;
  border-style: none;
  border-radius: 80px;
  padding: 13px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.pagination-button:hover {
  color: #fff;
  background-color: #324fe7;
}

.icon-button {
  margin-left: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

.empty-state {
  border: 1px solid var(--light-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 40px;
  padding: 45px 35px;
  font-size: 24px;
}

.date-changelog {
  color: var(--accent-color);
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.footer-2-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  padding: 32px 24px;
  display: flex;
}

.utility-page-wrap:active, .utility-page-wrap:focus {
  border: 1px solid #e7e9f3;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  margin-top: 0;
  display: flex;
}

.utility-page-content.flex {
  align-items: center;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-404 {
  font-size: 48px;
  line-height: 42px;
}

.text-404 {
  color: var(--text);
  margin-bottom: 25px;
  font-weight: 500;
  display: block;
}

.password-title {
  margin-top: 10px;
  padding-left: 0;
  font-size: 28px;
  line-height: 26px;
}

.password-text {
  text-align: left;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 28px;
}

.color-text {
  padding: 24px 20px 32px;
}

.text-span {
  color: #222433;
}

.menu-title {
  color: var(--titles);
  border-top: 1px solid #dfe1eb;
  border-bottom: 1px solid #dfe1eb;
  padding: 22px 24px;
  font-size: 20px;
  font-weight: 600;
}

.grid-3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.buttons {
  grid-column-gap: 48px;
  grid-template-columns: auto 1fr;
}

.grid-3-columns._1-col-tablet {
  text-align: center;
}

.grid-3-columns.footer-v2 {
  margin-bottom: 24px;
}

.grid-4-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-large {
  opacity: 1;
  color: var(--text);
  font-size: 22px;
  line-height: 32px;
}

.style-content {
  width: 85%;
}

.color {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 17px -8px #8075fd59;
}

.style-side-bar {
  z-index: 4;
  border-right: 1px solid #dfe1eb;
  width: 15%;
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  box-shadow: 4px 0 15px -11px #1135af78;
}

.container-left-540px {
  max-width: 540px;
}

.typography-block {
  border-bottom: 1px solid #dfe1eb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.typography-block.top {
  padding-top: 0;
}

.typography-block.bottom {
  border-bottom-width: 0;
}

.page-wrapper.style-guide {
  align-items: flex-start;
  display: flex;
}

.button-label {
  color: var(--text);
  margin-top: 13px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.sidebar-button {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.typography-size {
  color: var(--accent-color);
  margin-top: 24px;
  font-size: 14px;
}

.typography-size.h1 {
  color: var(--accent-color);
  margin-top: 24px;
}

.style-section-header {
  background-color: #324fe7;
  padding: 140px 5%;
}

.container-880px {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.color-block {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 140px;
}

.color-block.accent {
  background-color: var(--accent-color);
}

.color-block.titles {
  background-color: var(--titles);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.text {
  background-color: var(--text);
}

.nav-link-block {
  color: var(--text);
  width: 100%;
  min-height: 28px;
  padding: 14px 24px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
}

.nav-link-block:hover {
  color: #2253ff;
  background-color: #daeafa2e;
}

.nav-link-block.w--current {
  border-right: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #354fe71a;
}

.nav-link-block.w--current:hover {
  color: var(--accent-color);
  background-color: #354fe71a;
  border-right-color: #354fe7;
}

.color-white {
  color: #fff;
}

.color-title {
  color: var(--titles);
  font-size: 20px;
  font-weight: 700;
}

.style-section-content {
  border-bottom: 1px solid #dfe1eb;
  padding: 110px 5% 120px;
}

.secondary-button {
  color: var(--accent-color);
  text-align: center;
  background-color: #efefff;
  border-radius: 100px;
  padding: 16px 44px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.secondary-button:hover {
  color: #fff;
  background-color: #324fe7;
}

.color-hex {
  color: var(--text);
  margin-top: 4px;
}

.logo-sidebar {
  justify-content: center;
  align-items: center;
  padding: 10px 24px 25px;
  display: flex;
}

.iconography-icon {
  width: 15%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
}

.iconography {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ordered-list {
  list-style-type: decimal;
}

.menu-link-block {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.mega-menu {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 26px;
  padding-bottom: 26px;
  text-decoration: none;
  display: flex;
}

.mega-menu:hover {
  color: #fff;
}

.mega-menu.menu-link-hover {
  margin-left: 0;
  margin-right: 0;
  padding: 19px 20px 17px;
}

.icon-mega-menu {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
}

.mega-menu-container {
  background-color: #fff;
  border: 1px solid #e7e9f3;
  border-radius: 12px;
  min-width: 560px;
  padding: 34px 30px;
  display: none;
  position: absolute;
  top: 66px;
  box-shadow: 1px 1px 8px 4px #75abfd17;
}

.mega-menu-grid {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr;
  justify-content: stretch;
  place-items: start stretch;
}

.mega-menu-link {
  color: #65687d;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-duration: .3s;
}

.mega-menu-link:hover {
  color: #354fe7;
}

.mega-menu-link.w--current {
  color: var(--text);
}

.mega-menu-link.special {
  border-bottom: 3px solid var(--accent-color);
  color: var(--accent-color);
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.mega-menu-link.special:hover {
  border-bottom-color: var(--titles);
  color: var(--titles);
}

.mega-menu-column-1, .mega-menu-column-2 {
  flex-direction: column;
  display: flex;
}

.mega-menu-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.secondary-button-header {
  color: var(--accent-color);
  background-color: #efefff;
  border-radius: 80px;
  margin-left: 20px;
  padding: 15px 25px;
  transition: background-color .3s, color .3s;
}

.secondary-button-header:hover {
  color: #fff;
  background-color: #324fe7;
}

.secondary-button-header.padding-responsive {
  margin-left: 20px;
}

.secondary-button-header.hover-light {
  transition: transform .3s, background-color .3s, color .3s;
}

.secondary-button-header.hover-light:hover {
  color: var(--accent-color);
  background-color: #efefff;
  transform: translate(0, -3px);
}

.secondary-button-header.hover-light.pd-responsive-mb {
  padding-top: 18px;
  padding-bottom: 18px;
}

.secondary-button-header.mg-left-0px {
  margin-left: 0;
}

.secondary-button-header.mg-left-0px.hover-light {
  margin-bottom: 20px;
}

.external-link {
  padding-right: 5px;
  font-family: Docs icon, sans-serif;
  font-size: 16px;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.information {
  padding-top: 0;
  padding-bottom: 48px;
}

.information.support-page {
  padding-top: 42px;
}

.contact-form {
  border: 1px solid #e7e9f3;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 1px 1px 8px 4px #75abfd17;
}

.label {
  color: var(--titles);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.input {
  border: 1px solid var(--light-grey);
  color: var(--text);
  border-radius: 80px;
  min-height: 60px;
  margin-bottom: 26px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 18px;
  transition: border-color .35s;
}

.input:hover {
  border-color: var(--accent-color);
}

.input:focus {
  border: 1px solid var(--accent-color);
}

.input::placeholder {
  color: #65687d;
  font-size: 18px;
}

.icon-contact {
  width: 80px;
  margin-top: 0;
  margin-bottom: 24px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-container.v2 {
  justify-content: center;
}

.brand-container {
  flex: 1;
  align-items: center;
  padding-left: 0;
  transition: opacity .35s, color .3s;
  display: flex;
}

.brand-container:hover {
  opacity: .6;
}

.brand-container.w--current {
  flex: 1;
  align-items: center;
  display: flex;
}

.brand-container.center {
  justify-content: center;
}

.search-header-container {
  display: none;
}

.card-question-category {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  padding: 48px;
  text-decoration: none;
  transition: transform .35s, box-shadow .35s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #7583fd17;
}

.card-question-category:hover {
  transform: translate(0, -6px);
  box-shadow: 0 6px 14px #7583fd29;
}

.category-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-question-category-v2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-v2 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  padding: 54px 24px;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 4px 8px #7875fd17;
}

.card-v2:hover {
  transform: translate(0, -6px);
  box-shadow: 0 6px 14px #7875fd29;
}

.question-category-v2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidebar-container {
  background-color: #fff;
  border: 1px solid #e7e9f3;
  border-radius: 24px;
  padding: 48px 32px;
}

.category-title-v1, .category-title-v2 {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 30px;
}

.category-icon-v2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-card {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  transition: transform .35s, box-shadow .35s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #7583fd17;
}

.changelog-card:hover {
  transform: translate(0, -6px);
  box-shadow: 0 6px 16px #7583fd29;
}

.pagination {
  margin-top: 36px;
}

._404-title {
  color: var(--accent-color);
  font-size: 264px;
  font-weight: 700;
  line-height: 100%;
}

.question-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-horizontal {
  background-color: #e7e9f3;
  height: 1px;
  margin: 56px auto;
}

.hero-category {
  padding-top: 56px;
}

.questions-section {
  padding-bottom: 64px;
}

.password-container {
  border: 1px solid #e7e9f3;
  border-radius: 24px;
  max-width: 540px;
  padding: 48px 44px;
  box-shadow: 0 4px 8px #757afd1a;
}

.button-white {
  color: var(--accent-color);
  background-color: #fff;
  border-radius: 90px;
  padding: 18px 32px;
  font-weight: 700;
  transition: transform .35s, color .3s;
}

.button-white:hover {
  color: var(--accent-color);
  transform: translate(0, -3px);
}

.textarea {
  border: 1px solid var(--light-grey);
  color: var(--text);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  transition: border-color .35s;
}

.textarea:hover, .textarea:focus {
  border-color: var(--accent-color);
}

.textarea::placeholder {
  color: var(--text);
  font-size: 18px;
}

.search-results-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-results-card {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  padding: 48px;
  text-decoration: none;
  transition: transform .35s, box-shadow .35s;
  box-shadow: 0 4px 8px #7583fd17;
}

.search-results-card:hover {
  transform: translate(0, -6px);
  box-shadow: 0 6px 16px #7583fd29;
}

.search-section {
  padding-top: 32px;
  padding-bottom: 56px;
}

.error-message {
  color: #ff4747;
  text-align: center;
  background-color: #fff6f6;
  border-radius: 210px;
  align-self: stretch;
  margin-top: 19px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-links-container {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.nav-right-links {
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.nav-left-links {
  flex-direction: column;
  margin-right: 16px;
  display: flex;
}

.logo-footer {
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-container-footer {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  transition: opacity .35s, color .3s;
  display: flex;
}

.brand-container-footer:hover {
  opacity: .6;
}

.brand-container-footer.v2 {
  margin-bottom: 0;
}

.password-icon {
  margin-top: 0;
  margin-bottom: 24px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.changelog-content {
  margin-top: -134px;
  padding-bottom: 80px;
}

.content-card {
  background-color: #fff;
  border: 1px solid #e7e9f3;
  border-radius: 24px;
  padding: 70px 80px;
  box-shadow: 0 4px 8px #7675fd17;
}

.hero-v3 {
  background-image: url('../images/hero-illustration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-v3.bg-primary-1 {
  background-color: var(--accent-color);
}

.licenses-hero {
  background-color: var(--accent-color);
  padding-top: 88px;
  padding-bottom: 88px;
}

.licenses-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mega-menu-title {
  color: var(--titles);
  margin-bottom: 24px;
  font-weight: 700;
}

.support-title {
  margin-top: 0;
  font-size: 36px;
  line-height: 1.2em;
}

.succes-message {
  color: var(--titles);
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.support-animation {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: var(--titles);
}

.paragraph {
  color: var(--text);
}

.hero-authors {
  background-color: var(--accent-color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-authors.template {
  padding-top: 40px;
  padding-bottom: 220px;
}

.questions-authors-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.author-subtitle {
  color: var(--titles);
  margin-top: 0;
  margin-bottom: 32px;
}

.updates-authors {
  background-color: #e7e9f33d;
  padding-top: 72px;
  padding-bottom: 72px;
}

.updates-hero-template {
  border-bottom: 1px solid var(--light-grey);
  background-color: #e7e9f300;
  padding-top: 80px;
  padding-bottom: 24px;
}

.container-700px {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.updates-subtitle {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 32px;
  display: inline-block;
}

.updates-subtitle.left {
  margin-right: 8px;
}

.author-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 54px 72px;
  display: flex;
  box-shadow: 0 7px 14px #7583fd24;
}

.author-box-wrapper {
  margin-top: -145px;
}

.author-name {
  text-align: center;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 36px;
}

.author-bio {
  text-align: center;
  margin-bottom: 24px;
}

.author-position {
  color: var(--accent-color);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.social-media-link {
  padding-left: 14px;
  padding-right: 14px;
}

.changelog-category-link {
  text-decoration: none;
}

.update-category-title {
  margin-top: 0;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #fffc;
}

.btn-primary {
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.white.no-hover {
  color: #146ef5;
}

.btn-primary.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.card {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.sales-home-page:hover {
  transform: scale(.96);
}

.card.whats-included {
  display: block;
}

.card.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale(.95);
}

.card.buy-now.white {
  background-color: #fff;
}

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.text-divider {
  margin-bottom: 37px;
  padding: 6px 32px;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 34px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 4px 19px #0305131c;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
  font-weight: 400;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._805px {
  max-width: 805px;
}

.mg-top-40px {
  margin-top: 40px;
}

.position-relative {
  position: relative;
}

.color-accent-1 {
  color: #4a3aff;
}

.display-4 {
  color: #211f54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.display-4.mg-bottom-8px {
  margin-bottom: 8px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  border-top: 1px solid var(--light-grey);
  text-align: center;
  padding: 24px 32px;
}

.color-neutral-100 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.color-neutral-100.mg-top-bottom-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.color-neutral-600 {
  color: #6e7191;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.bg-neutral-200 {
  background-color: var(--light-grey);
}

.section.hero-page {
  background-image: linear-gradient(to top, #fff 35%, #4a3aff 35%);
  padding-top: 90px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--light-grey) 60%, white 60%);
  padding-top: 0;
}

.section.pd-top-0 {
  padding-top: 0;
}

.section.bg-accent {
  background-color: var(--accent-color);
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  font-weight: 400;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-28px {
  margin-top: 28px;
}

.elements-wrapper {
  margin-bottom: 200px;
}

.logo-center-footer, .middle-footer, .top-bar-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.link-wrapper {
  color: #211f54;
  text-decoration: none;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.white.text-bold {
  font-weight: 700;
}

.mg-right-24px {
  margin-right: 24px;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-200 {
  line-height: 20px;
}

.text-200.list {
  line-height: 24px;
}

.text-200.list.bold {
  font-weight: 700;
}

.top-bar-wrapper {
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.more-templates-badge-wrapper-edited {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper-edited:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-logo.customize {
  width: 110px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.brix-badges-wrapper {
  z-index: 99999999;
  width: 320px;
  height: 120px;
  position: fixed;
  inset: auto 50px 0 auto;
}

.more-templates-lottie-2 {
  z-index: 9999;
  width: 44px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.hidden-code {
  display: none;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(0, 20px);
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-badge-wrapper.customization {
  border-color: #4a3aff;
  padding-left: 10px;
}

.image {
  width: 50%;
}

.footer-social-media-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.social-media-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: hidden;
}

.social-media-link-2:hover {
  transform: translate(0, -6px);
  box-shadow: 0 8px 4px #0b0a3308, 0 8px 14px #4457ff1a;
}

.social-media-link-2.hide {
  display: none;
}

.image-2 {
  width: 100%;
}

.image-2.social-media-icon {
  background-color: #9c3636;
}

.image-2.social-media-icon.youtube {
  opacity: .8;
}

.link-block {
  overflow: visible;
}

.link-block-2 {
  padding-bottom: 2px;
}

.link-arrow-2 {
  color: #4457ff;
  flex-direction: row;
  align-items: stretch;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.link-arrow-2:hover {
  color: #4457ff;
}

.link-arrow-text-3 {
  color: var(--light-grey);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4457ff;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  margin-right: 12px;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: block;
  transform: scale3d(1, 1, 101);
}

.link-arrow-text-3:hover {
  color: #4457ff;
  -webkit-text-stroke-color: #596aff;
  background-color: #0000;
  transform: scale3d(1.05, 1.05, 101);
}

.link-arrow-icon-3 {
  color: var(--light-grey);
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
}

.link-arrow-icon-3:hover {
  transform: translate(-2px);
}

@media screen and (min-width: 1440px) {
  .link-arrow-text-3 {
    background-color: #fff;
    font-size: 16px;
  }

  .link-arrow-icon-3 {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  p {
    font-size: 20px;
    line-height: 30px;
  }

  a, ul, .nav-link {
    font-size: 20px;
  }

  .search-input.placeholder {
    min-height: 79px;
  }

  .search-input.placeholder::placeholder {
    font-size: 20px;
  }

  .primary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 19px;
  }

  .primary-button.search-button {
    margin-left: -167px;
  }

  .container-800px {
    max-width: 940px;
  }

  .question-icon {
    width: 100px;
    height: 100px;
  }

  .changelog-title {
    font-size: 24px;
  }

  .avatar {
    width: 68px;
    height: 68px;
    margin-right: 24px;
  }

  .avatar-name {
    font-size: 20px;
    line-height: 20px;
  }

  .updated-date {
    font-size: 18px;
  }

  .updated-date.color-white {
    font-size: 18px;
    line-height: 20px;
  }

  .logo {
    width: 130px;
  }

  .footer-title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .footer-link, .question-footer {
    font-size: 20px;
    line-height: 22px;
  }

  .container-1215px {
    max-width: 1440px;
  }

  .search-title {
    font-size: 24px;
  }

  .contact-details, .logo-help-center {
    font-size: 20px;
  }

  .text-404 {
    font-size: 20px;
    line-height: 34px;
  }

  .paragraph-large {
    font-size: 24px;
    line-height: 36px;
  }

  .button-label {
    font-size: 20px;
  }

  .typography-size {
    font-size: 18px;
  }

  .container-880px {
    max-width: 1020px;
  }

  .nav-link-block {
    font-size: 20px;
  }

  .style-section-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .secondary-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 19px;
  }

  .secondary-button-header.padding-responsive {
    font-size: 20px;
  }

  .contact-grid {
    grid-column-gap: 140px;
    grid-template-columns: 1.25fr 1.3fr;
  }

  .label {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .input {
    min-height: 72px;
  }

  .input::placeholder {
    font-size: 20px;
  }

  .navbar-container {
    max-width: 1440px;
  }

  .category-title-v1 {
    font-size: 24px;
    line-height: 28px;
  }

  .category-title-v2 {
    font-size: 24px;
    line-height: 30px;
  }

  .password-container {
    max-width: 680px;
  }

  .button-white {
    font-size: 19px;
  }

  .textarea {
    min-height: 140px;
  }

  .textarea::placeholder {
    font-size: 20px;
  }

  .logo-footer {
    width: 119px;
  }

  .brand-container-footer {
    margin-bottom: 18px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }
}

@media screen and (max-width: 991px) {
  body {
    color: var(--text);
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .nav-link {
    border: 1px #000;
    border-bottom: 1px solid #e7e9f3;
    padding-left: 24px;
  }

  .nav-link.color-primary-2.transition {
    border-bottom-style: none;
    padding-left: 0;
  }

  .grid-footer {
    grid-row-gap: 32px;
    grid-template-columns: 1.3fr;
  }

  .container-1215px {
    flex-direction: column;
  }

  .category-questions-list-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 1px 8px 4px #75abfd1a;
  }

  .nav-menu.v3 {
    z-index: 5;
    width: 100%;
  }

  .brand.mt-12px {
    margin-top: 10px;
  }

  .mobile-menu {
    background-color: var(--accent-color);
    border-radius: 6px;
    margin-top: 0;
    padding: 10px;
    display: block;
  }

  .mobile-menu.w--open {
    background-color: #324fe7;
    padding: 10px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .dropdown {
    border: 1px #e7e9f3;
    border-bottom-style: solid;
    width: 100%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
  }

  .dropdown-link {
    padding-left: 60px;
  }

  .dropdown-link.special {
    color: var(--accent-color);
    font-weight: 700;
  }

  .dropdown-link.special:hover {
    color: var(--titles);
  }

  .dropdown-toggle {
    border-bottom: 1px #e7e9f3;
    width: 100%;
    padding-left: 24px;
    display: block;
  }

  .vertical-divider {
    margin-left: 2px;
  }

  .logo-help-center {
    color: var(--text);
  }

  .search-input-header {
    background-position: 96%;
    min-height: 54px;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
    box-shadow: 1px 1px 10px 2px #7675fd0d;
  }

  .search-input-header:active, .search-input-header:focus {
    border-color: #e7e9f3;
  }

  .menu-title {
    display: none;
  }

  .grid-3-columns.buttons {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1.75fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.footer-v2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .nav-sidebar {
    display: none;
  }

  .style-content {
    width: 100%;
  }

  .style-side-bar {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    position: static;
  }

  .page-wrapper.style-guide {
    flex-direction: column;
  }

  .sidebar-button {
    flex-direction: column;
    align-items: center;
    display: none;
    position: static;
  }

  .style-section-header {
    padding: 80px 24px;
  }

  .color-block.accent {
    background-color: var(--accent-color);
  }

  .color-block.titles {
    background-color: var(--titles);
  }

  .color-block.light-grey {
    background-color: var(--light-grey);
  }

  .color-block.text {
    background-color: var(--text);
  }

  .style-section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .secondary-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-sidebar {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .iconography-icon {
    width: 20%;
  }

  .mega-menu.menu-link-hover {
    display: none;
  }

  .secondary-button-header:hover {
    color: #fff;
  }

  .secondary-button-header.padding-responsive {
    margin-top: 24px;
    margin-left: 24px;
  }

  .external-link:hover {
    color: #fff;
  }

  .contact-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .information.support-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-container {
    flex: 1;
  }

  .search-header-container {
    margin-top: 14px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .licenses-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mega-menu-title {
    margin-top: 32px;
    margin-bottom: 10px;
    padding-left: 40px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card-sales-home-image {
    width: 25%;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.figma-file.reverse-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.suprises-pages-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .social-media-header {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .logo-center-footer {
    margin-bottom: 8px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .more-templates-badge-wrapper-edited {
    right: 24px;
  }

  .brix-badges-wrapper {
    right: 35px;
  }

  .link-arrow-text-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .search-input.placeholder {
    background-position: 5%;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 55px;
  }

  .primary-button.search-button {
    display: none;
  }

  .question-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .question-icon.mb-12px {
    margin-bottom: 12px;
  }

  .logo {
    min-width: 112px;
  }

  .grid-footer {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-description.mb-32px {
    margin-bottom: 10px;
  }

  .social-media-logo {
    margin-top: 10px;
  }

  .copyright {
    padding-left: 24px;
    padding-right: 24px;
  }

  .principal-category.flex-responsive {
    flex-direction: column;
  }

  .question-description {
    font-size: 18px;
    line-height: 28px;
  }

  .category-title {
    font-size: 28px;
  }

  .hero-question.bg-primary-1.responsive-padding {
    padding-bottom: 225px;
  }

  .avatar-content {
    margin-top: 20px;
  }

  .category-questions-list-v2 {
    grid-template-columns: 1fr;
  }

  .changelog-category {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .question-category-grid-v3 {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    text-align: left;
    border-radius: 0 0 4px 4px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .brand.mt-12px.w--current {
    margin-top: 10px;
  }

  .mobile-menu {
    text-align: right;
    padding: 10px;
  }

  .mobile-menu.w--open {
    padding: 10px;
  }

  .dropdown {
    border: 1px #000;
    border-bottom: 1px solid #e7e9f3;
    flex: 0 auto;
  }

  .dropdown-link {
    padding-left: 50px;
  }

  .dropdown-toggle {
    padding-left: 24px;
  }

  .vertical-divider, .logo-help-center {
    display: none;
  }

  .search-input-header {
    width: 100%;
    padding-bottom: 8px;
  }

  .title-changelog {
    font-size: 32px;
    line-height: 41px;
  }

  .description-question, .date-question {
    font-size: 18px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .utility-page-content.flex {
    width: 100%;
    max-width: 540px;
    margin-bottom: 0;
  }

  .header-404 {
    font-size: 36px;
  }

  .grid-3-columns.buttons {
    grid-row-gap: 57px;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .iconography-icon {
    width: 20%;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-form {
    padding: 40px;
  }

  .brand-container.w--current {
    padding-left: 0;
  }

  .card-question-category {
    flex-direction: column;
  }

  ._404-title {
    font-size: 180px;
  }

  .content-card {
    padding: 48px 40px;
  }

  .licenses-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .author-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .author-position {
    font-size: 18px;
    line-height: 22px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    border-radius: 15px;
    max-width: 209px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-3-columns-2, .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .link-arrow-text-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  .hero.bg-primary-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .changelog-title {
    margin-bottom: 14px;
    line-height: 31px;
  }

  .question-category {
    margin-top: 0;
    padding-top: 65px;
  }

  .logo {
    align-items: center;
    display: block;
  }

  .social-media {
    min-height: 50px;
    margin-top: 0;
  }

  .footer-description.mb-32px {
    margin-bottom: 0;
  }

  .copyright {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .question-content {
    margin-top: -151px;
  }

  .changelog-category {
    font-size: 16px;
  }

  .mobile-menu {
    margin-top: 0;
  }

  .rich-text-block h4, .rich-text-block h3 {
    line-height: 26px;
  }

  .rich-text-block p {
    margin-bottom: 28px;
  }

  .search-input-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .utility-page-content {
    width: 300px;
  }

  .header-404 {
    font-size: 26px;
    line-height: 50px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .style-section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .secondary-button {
    min-width: 200px;
  }

  .iconography-icon {
    width: 120px;
    margin-bottom: 40px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .iconography {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .secondary-button-header.hover-light.pd-responsive-mb {
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-form {
    padding: 48px 24px;
  }

  .card-question-category {
    padding-left: 24px;
    padding-right: 24px;
  }

  .changelog-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  ._404-title {
    font-size: 110px;
  }

  .password-container {
    padding: 40px 20px;
  }

  .footer-links-container {
    flex-direction: column;
  }

  .nav-right-links {
    margin-left: 0;
  }

  .content-card {
    padding: 32px 24px 24px;
  }

  .updates-hero-template {
    padding-top: 60px;
  }

  .author-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-name {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 35px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    border-radius: 15px;
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.hero-page {
    background-image: linear-gradient(to top, #fff 20%, #4a3aff 20%);
    padding-bottom: 94px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .more-templates-badge-wrapper-edited {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .brix-badges-wrapper {
    width: 310px;
    height: 100px;
    right: 22px;
  }

  .more-templates-lottie-2 {
    width: 40px;
    top: -16px;
    right: -15px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 310px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-badge-wrapper:hover {
    transform: scale(.9)translate(0, 20px);
  }

  .link-arrow-2 {
    flex-wrap: wrap;
  }

  .link-arrow-text-3 {
    word-break: normal;
    background-color: #0000;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

#w-node-_05a50c8b-9134-775f-e039-7c94643182c0-ea1c8f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_05a50c8b-9134-775f-e039-7c94643182c7-ea1c8f44, #w-node-_05a50c8b-9134-775f-e039-7c94643182ce-ea1c8f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Docs icon';
  src: url('../fonts/docs-icon.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}