@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa Brands;
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa Solid;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--primary: #220b13;
  --color--transparent: transparent;
  --color--white: #fff;
  --color--grey: #f7f7f7;
  --color--secondary: #39d2c0;
  --color--tertiary: #39d2c0;
  --color--black: black;
  --color--divider-color: #707070;
  --color--ffffff-0-8: #d8d0d2;
  --color--22ob13-0-8: #4d3b40;
  --form-box-shadow: #f2f4f8;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
  --font--poppins: Poppins, sans-serif;
  --font--fa-solid: "Fa Solid", sans-serif;
  --font--fa-brands: "Fa Brands", sans-serif;
}

.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(--color--primary);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  color: var(--color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrapper {
  overflow: clip;
}

.utilities-section-hero {
  background-color: var(--color--primary);
  padding-top: 170px;
  padding-bottom: 90px;
  position: relative;
}

.utilities-section-hero.background-tertiary {
  background-color: var(--color--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}

.utilities-hero-heading {
  color: var(--color--white);
  margin-bottom: 20px;
}

.utilities-hero-text {
  color: var(--color--white);
  max-width: 540px;
}

.utilities-hero-text.licenses-text {
  max-width: 648px;
}

.utilities-main-inner {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.utilities-main-aside {
  flex: 1;
  max-width: 240px;
  position: relative;
}

.utilities-main-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.utilities-single-section-block {
  background-color: #f7f5f0;
  border-radius: 16px;
  flex-flow: column;
  padding: 50px;
  display: flex;
}

.utilities-single-section-block.changelog {
  background-color: var(--color--grey);
  text-align: center;
  width: 900px;
  max-width: 922px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.utilities-main-sidebar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: auto;
  display: flex;
  position: sticky;
  top: 75px;
}

.utilities-sidebar-link {
  color: var(--color--primary);
  border: 1px solid #56595a;
  border-radius: 99px;
  padding: 16px 24px;
  font-size: 18px;
}

.utilities-sidebar-link.w--current {
  background-image: linear-gradient(270deg, var(--color--secondary) 2%, var(--color--tertiary));
  color: var(--color--white);
  border-style: none;
}

.utilities-section-block-title {
  color: var(--color--primary);
  margin-bottom: 20px;
}

.utilities-color-swatch-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.utilities-color-swatch-item {
  border-radius: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #1018283d;
}

.utilities-swatch-background-color {
  pointer-events: none;
  min-height: 150px;
}

.utilities-color-swatch-card-bottom {
  padding: 12px;
  position: relative;
}

.utilities-color-swatch-card-bottom.background-white {
  background-color: var(--color--tertiary);
}

.utilities-color-swatch-card-bottom.background-primary {
  background-color: var(--color--black);
}

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

.color-primary {
  color: var(--color--primary);
}

.background-secondary {
  background-color: var(--color--secondary);
}

.background-tertiary {
  background-color: var(--color--tertiary);
  color: var(--color--tertiary);
}

.background-white {
  background-color: var(--color--white);
}

.color-secondary {
  color: var(--color--secondary);
}

.color-tertiary {
  color: var(--color--tertiary);
}

.color-white {
  color: var(--color--white);
}

.background-black {
  background-color: var(--color--black);
}

.color-black {
  color: var(--color--black);
}

.background-grey {
  background-color: var(--color--grey);
}

.color-grey {
  color: var(--color--grey);
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(218deg, var(--color--tertiary) 56%, var(--color--secondary));
  color: var(--color--white);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 12rem;
  max-width: 30rem;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}

.button-primary.button-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 12rem;
  max-width: 25rem;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
}

.button-primary.smaller-button {
  background-image: linear-gradient(218deg, var(--color--tertiary) 56%, var(--color--secondary));
  min-width: 13rem;
  height: auto;
  max-height: 10vh;
  padding-top: 1.25rem;
}

.button-primary.smaller-button.manifesto {
  min-width: 5rem;
  max-width: 25rem;
  max-height: 8vh;
  font-size: clamp(.8rem, 1vw + .6rem, 1.2rem);
  font-weight: 400;
}

.utilities-section-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-section-content.margin-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 48px;
}

.utilities-section-content.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.utilities-section-content.sample-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color--white);
  color: var(--color--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.utilities-page-section-title {
  border-bottom: 1.5px solid #dfdbe1;
  margin-bottom: 48px;
  padding-bottom: 32px;
  font-size: 60px;
  line-height: 120%;
}

.utilities-element-type-wrapper {
  margin-bottom: 8px;
}

.utilities-tag-type {
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-width: 52px;
  height: 30px;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 144%;
  display: flex;
}

.utilities-tag-type.custom-class {
  background-color: var(--color--primary);
}

.utilities-content-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-custom-h1 {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 130%;
}

.heading-custom-h2 {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 140%;
}

.heading-custom-h3 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

.heading-custom-h4 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  position: sticky;
  top: 25px;
}

.heading-custom-h4.featured-categories-card-titile {
  color: var(--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 30px;
}

.heading-custom-h5 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-custom-h5.margin-y-medium {
  margin-top: 24px;
  margin-bottom: 16px;
}

.heading-custom-h6 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.utilities-section-content-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.utilities-section-content-two-column.margin-bottom {
  margin-bottom: 48px;
}

.rich-text-primary p {
  margin-bottom: 32px;
  line-height: 162%;
}

.rich-text-primary blockquote {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 140%;
}

.rich-text-primary figcaption {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 140%;
}

.rich-text-primary img {
  border-radius: 8px;
}

.success-state {
  color: #027a48;
  background-color: #6ce9a633;
  background-image: url('../images/check-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #6ce9a6;
  border-radius: 8px;
  padding: 14px 16px 14px 44px;
}

.error-empty-state {
  color: #ff1948;
  background-color: #ffeef1;
  background-image: url('../images/alert-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ff1948;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 16px 14px 44px;
}

.error-empty-state.no-bg {
  background-color: var(--color--transparent);
  color: var(--color--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-flow: wrap;
  margin-top: -195px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: 0 4px 60px #00000014;
}

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

.tex {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tex.margin-top-xxl {
  margin-top: 68px;
}

.z-index-up {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  position: relative;
}

.position-absolute {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-absolute.center-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-default {
  object-fit: cover;
  object-position: 100% 100%;
  height: 100%;
}

.button-icon {
  max-width: 20px;
  height: 20px;
  font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
}

.global-section-caption {
  color: var(--color--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

.navbar {
  z-index: 999;
  background-color: var(--color--transparent);
  width: 100%;
  height: auto;
  max-height: none;
  padding-top: 1em;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.section-home-hero {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Gradient--2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.global-gradiant-background {
  background-color: var(--color--primary);
  color: var(--color--white);
  height: auto;
  min-height: 80vh;
  position: relative;
}

.padding-hero-1 {
  background-color: var(--color--secondary);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #fff);
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.home-hero-column-01 {
  flex: 1;
  max-width: 42%;
}

.home-hero-column-01.color-white {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 6rem;
  line-height: 100%;
  display: flex;
}

.home-hero-column-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  display: block;
}

.bottom-margin-small {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.global-hero-heading {
  color: var(--color--white);
  text-align: center;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  padding: 0% .5rem 0;
  font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.bottom-margin-big {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.bottom-margin-big.display-flex-16px-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.home-hero-button-wrapper {
  grid-column-gap: 16%;
  grid-row-gap: 16%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2rem;
  font-size: clamp(3rem, 5vw + 1rem, 8rem);
  display: flex;
}

.main {
  width: 100%;
}

.section-featured-categories {
  width: 100%;
  height: 40%;
}

.section-featured-categories.large {
  height: 50%;
}

.padding-primary {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3.75rem;
}

.title-heading {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 2.875rem;
}

.featured-categories-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.featured-categories-card {
  position: relative;
}

.about-show-heading {
  width: 100%;
  max-width: 815px;
}

.about-show-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.about-show-column-01 {
  border-radius: 4px;
  flex: 1;
  width: 100%;
  max-width: 398px;
  overflow: hidden;
}

.about-show-column-02 {
  flex: 1;
}

.about-show-row-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-show-row-01-image {
  border-radius: 4px;
  width: 100%;
  max-width: 242px;
  overflow: hidden;
}

.about-show-row-02-content {
  width: 100%;
  max-width: 394px;
}

.about-show-row-02 {
  background-color: var(--color--white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  margin-top: -74px;
  padding: 24px;
  display: flex;
  position: relative;
  left: -50px;
  box-shadow: 0 4px 60px #0003;
}

.about-stats-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.counter-text {
  text-align: center;
  padding-top: 16px;
}

.about-show-counter-divider {
  border-right: 1px solid var(--color--divider-color);
  opacity: .28;
  width: 100%;
  max-width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-testimonial {
  width: 100%;
  height: auto;
  min-height: 80vh;
  position: relative;
  overflow: visible;
}

.testimonial-heading.color-white {
  font-size: 2.875rem;
}

.bottom-margin-xxl {
  margin-bottom: 60px;
}

.topick-wrapper {
  height: auto;
}

.grid {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  height: auto;
}

.topick-column-01 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.topick-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border: 1px #ffffff1a;
  border-radius: 12px;
  padding: 1rem;
}

.topick-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 1rem;
  display: flex;
}

.topick-logo {
  border-radius: 76px;
  align-self: flex-start;
  width: 100%;
  max-width: 45px;
  overflow: hidden;
}

.topick-name {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.25rem, 1.2vw + .8rem, 2rem);
  line-height: 150%;
}

.testimonial-client-designation {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.testimonial-feedback-content {
  font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  line-height: 155%;
}

.testimonial-column-02, .testimonial-column-03 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.about-host-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.about-host-column-01, .about-host-column-02 {
  flex: 1;
  max-width: 50%;
}

.meet-host-content {
  line-height: 165%;
}

.about-host-image-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  position: relative;
}

.about-host-image-01 {
  position: relative;
}

.home-about-host-image-02 {
  min-height: 410px;
}

.about-host-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-tertiary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color--primary);
  color: var(--color--primary);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.host-info-wrapper {
  background-color: var(--color--white);
  white-space: nowrap;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
  position: absolute;
  left: 60px;
  right: -60px;
  box-shadow: 0 4px 60px #00000014;
}

.global-social-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  display: flex;
}

.fa-font {
  color: var(--color--primary);
  font-family: Fa Brands, sans-serif;
  font-size: 20px;
}

.fa-font:hover {
  color: var(--color--secondary);
}

.section-faq {
  flex-flow: column;
}

.faq-heading {
  width: 100%;
  max-width: 462px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

.faq-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  background-color: var(--color--white);
  vertical-align: baseline;
  border-radius: 8px;
  margin-top: 16px;
  display: block;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: break-spaces;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  line-height: 150%;
  display: flex;
}

.question-block.w--open {
  background-color: var(--color--white);
  padding: 25px 24px;
}

.answer-block {
  background-color: var(--color--transparent);
  width: 100%;
  display: flex;
  position: static;
}

.plus-icon {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.horizental-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--tertiary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 18px;
  height: 1px;
}

.vertical-line {
  border: 1px solid var(--color--tertiary);
  width: 1px;
  height: 18px;
  position: absolute;
  inset: auto;
}

.faq-answer {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.global-latest-episode-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.global-latest-episode-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.global-latest-episode-item {
  padding-left: 0;
  padding-right: 0;
}

.global-episode-card {
  display: block;
}

.episode-image-wrapper {
  height: 100%;
  position: relative;
}

.episode-info-wrapper {
  color: var(--color--primary);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 16px;
  padding-right: 0;
  display: flex;
}

.author-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--color--white);
  text-align: left;
  letter-spacing: .2px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 142%;
  display: flex;
}

.latest-episode-tag {
  color: var(--color--primary);
  border: 1px solid #ccc;
  border-radius: 99px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 170%;
}

.margin-y-small {
  margin-top: 4px;
  margin-bottom: 12px;
}

.date-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--color--divider-color);
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--color--divider-color);
  border-radius: 99px;
  width: 6px;
  height: 6px;
}

.dot.episode-details-dot-color-white {
  background-color: var(--color--white);
}

.global-cta {
  background-color: var(--color--primary);
  position: relative;
}

.cta-heading {
  color: var(--color--white);
  width: 100%;
  max-width: 530px;
  font-size: 40px;
}

.cta-content {
  color: var(--color--ffffff-0-8);
}

.cta-content-wrapper {
  position: relative;
}

.cta-image-left {
  max-width: 288px;
  position: absolute;
  inset: auto auto -54% 0%;
}

.cta-image-right {
  max-width: 234px;
  position: absolute;
  inset: auto -5% -34% auto;
}

.cta-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 444px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-email-field {
  border: 1px solid var(--color--white);
  background-color: var(--color--transparent);
  color: var(--color--white);
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  transition: border-color .4s;
}

.cta-email-field:focus {
  border-color: var(--color--secondary);
}

.cta-email-field::placeholder {
  color: var(--color--white);
}

.padding-120x88 {
  padding-top: 120px;
}

.footer-content-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  line-height: 100%;
  display: flex;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 218px;
}

.footer-menu-wrapper {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo {
  max-width: 180px;
}

.margin-y-medium {
  margin-top: 16px;
  margin-bottom: 30px;
}

.footer-menu-list-wrapper.footer-contact-manu-wrapper {
  width: 100%;
  max-width: 300px;
}

.footer-menu-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color--primary);
  flex-flow: column;
  display: flex;
}

.nav-link {
  color: var(--color--white);
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  line-height: 162%;
}

.padding-32x32 {
  border-top: 1px solid var(--color--ffffff-0-8);
  padding-top: 32px;
  padding-bottom: 32px;
}

.copyright-wrapper {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 6%;
  display: flex;
}

.footer-privacy-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--black);
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-logo {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 10vh;
}

.nav-menu-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-menu-item {
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.home-about-host-image-01 {
  border-radius: 4px;
  max-width: 240px;
}

.section-episode-details-hero {
  position: relative;
}

.padding-episodes-hero {
  padding-top: 218px;
}

.episode-details-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.episode-details-column-01 {
  flex: 1;
  max-width: 42%;
}

.episode-details-column-01.color-white {
  max-width: 38%;
  position: relative;
}

.episode-details-column-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  max-width: 100%;
  display: flex;
  position: relative;
}

.episode-details-hero-image-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.episode-details-info-wrapper {
  color: var(--color--white);
  flex-flow: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.episode-details-tag {
  color: var(--color--white);
  border: 1px solid #ccc;
  border-radius: 99px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 170%;
}

.margin-y-big {
  margin-top: 8px;
  margin-bottom: 24px;
}

.episode-details-hero-heading {
  color: var(--color--white);
}

.episode-details-date-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--color--white);
  align-items: center;
  font-size: 14px;
  line-height: 170%;
  display: flex;
}

.podcast-listening-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 60px #00000014;
}

.listening-cta-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white);
  white-space: nowrap;
  background-image: linear-gradient(270deg, #ff196e, #ff759f);
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
}

.listening-icon {
  max-width: 40px;
}

.transcript-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--color--primary);
  color: var(--color--primary);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 204px;
  padding-bottom: 8px;
  display: flex;
}

.transcript-button-icon {
  color: var(--color--primary);
  font-family: Fa Solid, sans-serif;
  font-size: 16px;
}

.listening-social-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-episode-details-content {
  padding-top: 100px;
  padding-bottom: 60px;
}

.episode-details-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.content-title {
  flex: 1;
  max-width: 25%;
}

.episode-details-content {
  flex: 1;
  max-width: 100%;
}

.episode-hero-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: wrap;
  position: relative;
}

.bottom-margin-medium {
  margin-bottom: 24px;
  padding-bottom: 0;
  display: inline-block;
}

.episode-hero-heading {
  width: 100%;
  max-width: 724px;
}

.episode-hero-content {
  width: 100%;
  max-width: 744px;
  line-height: 162%;
}

.episode-hero-social-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 100px #00000014;
}

.episode-hero-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--primary);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.podcast-icon {
  max-width: 46px;
}

.podcast-icon.width-34px {
  background-color: var(--color--white);
  border-radius: 100px;
  max-width: 34px;
}

.episode-social-available-text {
  color: #220b13b8;
  font-size: 14px;
  line-height: 172%;
}

.padding-secondary {
  padding-top: 120px;
  padding-bottom: 140px;
}

.featured-episode-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-episode-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.featured-episode-card-wrapper {
  width: 100%;
}

.featured-episode-image-wrapper {
  aspect-ratio: 560 / 420;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featured-episode-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.latest-episode-tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.latest-episode-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.episode-tab-link {
  border: 1px solid var(--color--primary);
  background-color: var(--color--transparent);
  border-radius: 8px;
  align-self: center;
  padding: 12px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 162%;
  transition: color .4s, background-color .4s, border-color .4s;
}

.episode-tab-link:hover {
  border-color: var(--color--transparent);
  color: var(--color--white);
  background-image: linear-gradient(270deg, #ff196e, #ff759f);
}

.episode-tab-link.w--current {
  border: 1px none var(--color--primary);
  background-color: var(--color--transparent);
  background-image: linear-gradient(135deg, var(--color--tertiary) 38%, var(--color--secondary));
  color: var(--color--white);
  border-radius: 8px;
  align-self: center;
  line-height: 162%;
}

.padding-contact-hero {
  padding-top: 158px;
  padding-bottom: 275px;
}

.contact-hero-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: wrap;
  position: relative;
}

.contact-hero-content {
  width: 100%;
  max-width: 744px;
  line-height: 162%;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.contact-us-column-01 {
  flex: 1;
  max-width: 470px;
  overflow: hidden;
}

.contact-us-column-02 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-field-label {
  font-weight: 400;
  line-height: 162%;
}

.contact-field-input {
  border: 1px solid var(--color--ffffff-0-8);
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.contact-field-input:focus {
  border-color: var(--color--secondary);
}

.contact-field-input.message {
  width: 100%;
  height: 142px;
  margin-bottom: 16px;
}

.contact-field-input.message:focus {
  border-color: var(--color--secondary);
}

.contact-us-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.field-wrapper {
  width: 100%;
}

.field-wrapper.message {
  max-width: 100%;
}

.help-content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
}

.help-icon {
  max-width: 80px;
}

.help-content {
  color: var(--color--22ob13-0-8);
}

.section-404-hero {
  margin-left: auto;
  margin-right: auto;
}

._404-hero-heading {
  font-size: 200px;
  font-weight: 500;
  line-height: 100%;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-gradiant {
  background-image: linear-gradient(90deg, var(--color--tertiary) 28%, var(--color--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

._404-content {
  width: 100%;
  max-width: 454px;
  font-size: 24px;
  font-weight: 500;
  line-height: 134%;
}

.padding-114x146 {
  padding-top: 114px;
  padding-bottom: 146px;
}

.featured-share-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 136px;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.dropdown-link-column {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.navbar-open, .navmenu-tablet-only {
  display: none;
}

.nav-logo-tablet {
  max-width: 180px;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-100 {
  z-index: 100;
}

.footer-link {
  color: var(--color--primary);
  cursor: pointer;
  padding: 4px 8px;
  line-height: 162%;
}

.navbar-dropdown-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  padding: 12px 8px;
  display: flex;
}

.dropdown-label-icon {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.navbar-dropdown-list {
  background-color: var(--color--primary);
  border: 2px solid #351d25;
  border-radius: 16px;
  padding: 32px;
  top: 150%;
  right: 0%;
}

.navbar-dropdown-list.w--open {
  right: 0%;
}

.navbar-dropdown-list-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.author-name-wrap {
  background-image: linear-gradient(#0000 75%, #00000080 90%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.home-hero-image-row-top, .home-hero-image-row-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-hero-image-1 {
  flex: 1;
  max-width: 44%;
  padding-bottom: 10%;
}

.home-hero-image-2 {
  flex: 1;
}

.home-hero-image-placeholder {
  flex: 1;
  padding-left: 10%;
}

.home-hero-image-4 {
  flex: 1;
  max-width: 40%;
}

.home-hero-image-3 {
  margin-top: -22%;
}

.home-hero-image {
  border-radius: 4px;
  font-size: 18px;
  line-height: 200%;
}

.section-inner.marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-row-01 {
  background-color: var(--color--primary);
  color: var(--color--white);
  padding: 24px;
  display: flex;
  transform: rotate(-1deg);
}

.marquee-item-left {
  flex: none;
  display: flex;
}

.marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  font-size: 32px;
  display: flex;
}

.marquee-row-02 {
  border-top: 2px solid var(--color--white);
  border-bottom: 2px solid var(--color--white);
  background-image: linear-gradient(270deg, #ff196e, #ff759f);
  padding: 24px;
  display: flex;
  position: absolute;
  transform: rotate(1deg);
}

.marquee-item-right {
  flex: none;
  display: flex;
}

.body-text-18px {
  color: var(--form-box-shadow);
  font-size: 18px;
  line-height: 155%;
}

.featured-category-image {
  border-radius: 8px;
  overflow: hidden;
}

.episodes-item-cta-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white);
  white-space: nowrap;
  background-image: linear-gradient(270deg, #ff196e, #ff759f);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  position: absolute;
}

.episodes-cta-icon {
  max-width: 24px;
}

.image-scale-for-animation {
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.border-radius-10px {
  border-radius: 10px;
}

.overflow-hidden.border-radius-10px.height-full {
  height: 100%;
}

.episodes-social-link {
  flex: 1;
}

.episode-hero-social-icon {
  position: relative;
}

.episode-social-icon-background {
  background-color: var(--color--white);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-hero-2 {
  padding-top: 158px;
  padding-bottom: 70px;
}

.contact-main-heading {
  font-size: 40px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-main-image {
  border-radius: 8px;
  overflow: hidden;
}

.episode-hero-white-background {
  background-color: var(--color--white);
  width: 100%;
  height: 85px;
  position: absolute;
  inset: auto 0% 0%;
}

.episode-details-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 85px;
  display: flex;
}

.background-video {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

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

.global-link {
  color: var(--color--primary);
  text-decoration: underline;
}

.navbar-brand.w--current {
  height: 100%;
}

.pointer-events-reset {
  pointer-events: auto;
}

.pagination {
  margin-top: 60px;
}

.feature-episodes-title-link {
  color: var(--color--primary);
}

.text-block {
  -webkit-text-stroke-color: #bee4d4;
}

.state-message-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listen-to-external-link {
  filter: brightness(0%) grayscale();
  transition: filter .4s;
}

.listen-to-external-link:hover {
  filter: none;
}

.rich-text-instruction p {
  margin-top: 16px;
  line-height: 160%;
}

.rich-text-instruction h2 {
  margin-bottom: 24px;
}

.rich-text-instruction h3 {
  margin-top: 24px;
}

.rich-text-instruction ul, .rich-text-instruction ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  line-height: 160%;
  display: flex;
}

.rich-text-instruction a {
  color: var(--color--primary);
  text-decoration: underline;
}

.instruction-video {
  width: 100%;
  margin-top: 16px;
}

.video-caption {
  margin-top: 12px;
  padding-left: 20px;
  font-size: 18px;
  font-style: italic;
}

.listening-cta-ligtbox {
  flex: 1;
  max-width: 200px;
}

.lightbox-link {
  width: 100%;
}

.footer-cta {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border-top: 1px #220b131a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-cta-title {
  margin-bottom: 16px;
  font-size: 30px;
}

.footer-top {
  height: 20vh;
  padding-top: 2%;
  padding-bottom: 2%;
}

.footer-bottom {
  border: 1px #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.fa-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.375rem;
}

.text-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-span-2 {
  font-family: Fa Solid, sans-serif;
}

.text-span-3, .text-span-4 {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-span-5 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.form-2 {
  height: auto;
  min-height: clamp(3.75rem, 6vw, 5.5rem);
  padding: .5rem 0;
  font-size: 1.275rem;
  display: flex;
}

.text-field {
  color: var(--color--primary);
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0%;
  font-family: Poppins, sans-serif;
}

.steps-item {
  line-height: 90%;
  position: sticky;
  top: 8vh;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.opacity-60 {
  opacity: .6;
}

.max-width-30ch {
  max-width: none;
}

.steps-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.relative {
  z-index: 2;
  position: relative;
}

.steps-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #05100f;
  border: 1px solid #05100f;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 320px;
  min-height: 100%;
  line-height: 90%;
  display: flex;
  overflow: hidden;
}

.left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #05100f;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem 6rem;
  display: flex;
}

.max-width-42ch {
  max-width: 42ch;
}

.opacity-70 {
  opacity: .7;
}

.container-3 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.steps-stack-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.max-width-40ch {
  max-width: 40ch;
}

.right-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.steps-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 4rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.image {
  background-image: url('../images/zhiyue-jsEUh70pIoE-unsplash.jpg');
  background-position: 0 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.primary-button {
  color: #fbfbfb;
  background-color: #ed5145;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.heading-4 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-4.text-weight-medium {
  width: 100%;
  min-width: 100%;
  min-height: 70%;
  font-family: Poppins, sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 400;
}

.steps-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.steps-image {
  z-index: 1;
  height: auto;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 63ch;
  display: flex;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  line-height: 155%;
}

.slider {
  position: relative;
}

.icon, .icon-2 {
  font-size: 25px;
  display: none;
}

.text-span-6, .text-span-7 {
  color: var(--color--white);
}

.slide-nav {
  display: none;
}

.tex-copy {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.tex-copy.margin-top-xxl {
  margin-top: 68px;
}

.columns {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: auto;
}

.column {
  max-height: none;
  padding-left: 20px;
}

.column-2, .column-3 {
  padding-left: 20px;
}

.image-2 {
  width: 100%;
  max-width: none;
  max-height: none;
}

.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;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-field-2 {
  width: auto;
  min-width: 20vw;
  height: auto;
  padding-left: 5%;
  font-size: 1.2rem;
  line-height: 100%;
}

.text-block-3 {
  font-size: clamp(.8rem, 1vw + .6rem, 1.2rem);
}

.div-block {
  width: 100%;
  height: 10vh;
}

.form-block-2 {
  min-height: clamp(3.5rem, 4.5vw, 5rem);
}

.footer-cta-content-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-3 {
  height: auto;
  min-height: clamp(3.75rem, 6vw, 5.5rem);
  padding: .5rem 0;
  font-size: 1.275rem;
  display: flex;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(218deg, #39d2c0 56%, #39d2c0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 12rem;
  max-width: 30rem;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}

.button-primary-3.button-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 12rem;
  max-width: 25rem;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
}

.footer-cta-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border-top: 1px #220b131a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.footer-bottom-4 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color--divider-color) black black;
  color: var(--color--primary);
  flex-flow: column;
  margin: 1.5rem 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom-4.horizontal {
  flex-flow: row;
}

.footer-logo-2 {
  max-width: 180px;
  display: block;
}

.text-field-3 {
  color: #220b13;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0%;
  font-family: Poppins, sans-serif;
}

.text-field-4 {
  width: auto;
  min-width: 20vw;
  height: auto;
  padding-left: 5%;
  font-size: 1.2rem;
  line-height: 100%;
}

.footer-top-2 {
  height: 25vh;
  padding-top: 1%;
  padding-bottom: 1%;
}

.container-4 {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}

.feat-slider {
  display: none;
}

.rl-padding-section-large {
  padding-top: 5%;
  padding-bottom: 3%;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  justify-items: start;
  padding-left: 32px;
  display: block;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_share-wrapper {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-text-rich-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.paragraph {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.heading-5 {
  font-size: 2rem;
  font-weight: 600;
}

.heading-6, .heading-7 {
  font-size: 2rem;
}

.paragraph-2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.bold-text {
  color: #39d2c0;
  border-left: 1px #000000e8;
  font-size: 22px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 1rem;
}

.paragraph-6 {
  font-size: 1rem;
}

.block-quote, .block-quote-2 {
  margin-bottom: 2rem;
  padding: 1rem;
}

.text-block-4 {
  margin-bottom: 1rem;
}

.text-block-5 {
  padding-left: 10px;
}

.link {
  color: var(--relume-library-lite--rl-white);
  white-space: normal;
  border-bottom: 1px solid #000;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  transition: color .2s;
}

.link:hover {
  color: var(--color--secondary);
  border: 1px #39d2c0;
  border-bottom-style: solid;
}

.link.w--current {
  color: var(--color--primary);
  border-bottom-color: #000;
  font-weight: 600;
}

.link.color {
  color: var(--relume-library-lite--rl-black);
  -webkit-text-stroke-color: var(--color--primary);
  text-shadow: 0 1px 1px #0003;
  border-bottom-style: none;
  transition: color .2s;
}

.text-block-6 {
  flex: 1;
  align-self: flex-start;
}

.rl_navbar3_tablet-menu-button {
  background-color: var(--color--secondary);
  color: #fff;
  border: 1px #000;
  border-radius: 5px;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: block;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_link {
  color: var(--relume-library-lite--rl-black);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: block;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: block;
  position: static;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    height: auto;
  }

  .utilities-section-hero {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .container {
    max-width: none;
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-primary {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 1.25px;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .button-primary.smaller-button {
    min-width: 14rem;
    max-width: 35rem;
    max-height: 12vh;
  }

  .z-index-up {
    height: 100%;
    padding-top: 0%;
  }

  .button-icon {
    font-size: 1.7rem;
  }

  .global-section-caption {
    font-size: 1.5rem;
  }

  .navbar {
    height: 12vh;
  }

  .section-home-hero {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: 100vh;
    max-height: none;
    position: relative;
  }

  .home-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .global-gradiant-background {
    height: auto;
    min-height: 80vh;
  }

  .padding-hero-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    height: 100vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .home-hero-column-01 {
    max-width: 46%;
  }

  .home-hero-column-01.color-white {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .global-hero-heading {
    flex: none;
    width: 100%;
    margin-bottom: 16px;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
    line-height: 1.2;
  }

  .home-hero-button-wrapper {
    height: auto;
    margin-top: 4rem;
    padding-top: 0;
  }

  .main, .section-featured-categories {
    width: 100%;
  }

  .padding-primary {
    height: 100%;
  }

  .title-heading {
    font-size: 2.875rem;
  }

  .about-show-counter-divider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-testimonial {
    width: 100%;
    height: auto;
    min-height: 80vh;
    overflow: visible;
  }

  .testimonial-heading.color-white {
    font-size: 2.875rem;
  }

  .grid {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
  }

  .topick-info {
    padding-bottom: 1rem;
  }

  .topick-name {
    font-size: clamp(1.25rem, 1.2vw + .8rem, 2rem);
  }

  .testimonial-feedback-content {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

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

  .episode-details-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .episode-details-column-01 {
    max-width: 46%;
  }

  .episode-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .button-link-box-move, .button-link-text-absolute {
    font-size: 1.7rem;
  }

  .footer-cta {
    height: 100%;
  }

  .footer-top {
    height: 20vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .fa-icon {
    font-size: 1.375rem;
  }

  .form-2 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .steps-card {
    flex-flow: row;
    height: 60vh;
  }

  .left-content {
    height: 100%;
  }

  .right-content {
    height: auto;
    min-height: auto;
  }

  .steps-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-4.text-weight-medium {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
  }

  .steps-image {
    height: auto;
  }

  .text-block-2 {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .columns {
    padding-right: 5%;
  }

  .text-field-2 {
    width: auto;
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .text-block-3 {
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .form-block-2 {
    min-height: clamp(3.5rem, 4.5vw, 5rem);
  }

  .form-3 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .button-primary-3 {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 1.25px;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary-3.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .footer-cta-2 {
    height: 100%;
  }

  .footer-logo-2 {
    max-width: 50%;
    height: 100%;
  }

  .text-field-4 {
    width: auto;
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .footer-top-2 {
    height: 25vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .container-4 {
    max-width: none;
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    height: auto;
    max-height: none;
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 140%;
    display: block;
  }

  .button-primary {
    min-width: 15rem;
    max-width: 30rem;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .button-primary.smaller-button {
    min-width: 15rem;
  }

  .z-index-up {
    height: 100%;
    overflow: visible;
  }

  .button-icon {
    font-size: 1.7rem;
  }

  .global-section-caption {
    font-size: 1.5rem;
  }

  .navbar {
    height: 12vh;
  }

  .section-home-hero {
    aspect-ratio: auto;
    width: 100%;
    max-height: none;
  }

  .global-gradiant-background {
    object-fit: fill;
    height: auto;
    min-height: 80vh;
    position: relative;
  }

  .padding-hero-1 {
    aspect-ratio: auto;
  }

  .home-hero-column-01.color-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bottom-margin-small {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .global-hero-heading {
    flex: none;
    margin-bottom: 16px;
    padding-top: 0%;
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
    line-height: 1.2;
    display: block;
  }

  .home-hero-button-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 4rem;
    padding-top: 0;
  }

  .section-featured-categories {
    width: 100%;
    line-height: 150%;
  }

  .padding-primary {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .title-heading {
    font-size: 2.875rem;
  }

  .section-testimonial {
    width: 100%;
    height: auto;
    min-height: 80vh;
    overflow: visible;
  }

  .testimonial-heading.color-white {
    font-size: 2.875rem;
  }

  .topick-wrapper {
    max-height: 100%;
  }

  .grid {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    max-height: 100%;
  }

  .topick-info {
    padding-bottom: 1rem;
  }

  .topick-name {
    font-size: clamp(1.25rem, 1.2vw + .8rem, 2rem);
  }

  .testimonial-feedback-content {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .section-about-host {
    width: 100%;
  }

  .position-relative.z-index-100 {
    max-height: 89.3345%;
  }

  .footer-top {
    height: 20vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .form-2 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .steps-card {
    height: 60vh;
  }

  .right-content {
    height: auto;
    min-height: auto;
  }

  .heading-4.text-weight-medium {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
  }

  .steps-image {
    height: auto;
  }

  .text-block-2 {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .text-field-2 {
    width: auto;
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .text-block-3 {
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .form-block-2 {
    min-height: clamp(3.5rem, 4.5vw, 5rem);
  }

  .form-3 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .button-primary-3 {
    min-width: 15rem;
    max-width: 30rem;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary-3.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .text-field-4 {
    width: auto;
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .footer-top-2 {
    height: 25vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .container-4 {
    height: auto;
    max-height: none;
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 140%;
    display: block;
  }

  .link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    overflow: visible;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    overflow: visible;
  }

  .button-primary {
    width: auto;
    min-width: 20rem;
    max-width: 30rem;
    height: 10vh;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .button-primary.smaller-button {
    min-width: 17rem;
  }

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

  .z-index-up {
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }

  .button-icon {
    font-size: 2rem;
  }

  .global-section-caption {
    font-size: 1.5rem;
  }

  .navbar {
    height: 12vh;
  }

  .section-home-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    max-height: none;
    display: flex;
    overflow: hidden;
  }

  .global-gradiant-background {
    object-fit: fill;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .padding-hero-1 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: visible;
  }

  .home-hero-column-01.color-white {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
    display: flex;
    overflow: hidden;
  }

  .global-hero-heading {
    flex: none;
    margin-top: 0%;
    margin-bottom: 16px;
    padding-top: 0%;
    padding-bottom: 0;
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
    line-height: 1.2;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 16%;
    grid-row-gap: 16%;
    width: auto;
    height: auto;
    margin-top: 4rem;
    padding-top: 0;
  }

  .main {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .section-featured-categories {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .padding-primary {
    height: 100%;
    padding-bottom: 3.75rem;
    line-height: 150%;
    overflow: hidden;
  }

  .title-heading {
    width: 100%;
    max-width: 100%;
    font-size: 2.875rem;
  }

  .featured-categories-card {
    cursor: pointer;
  }

  .section-testimonial {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 80vh;
    overflow: visible;
  }

  .testimonial-heading.color-white {
    font-size: 2.875rem;
  }

  .topick-wrapper {
    height: 100%;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
    overflow: hidden;
  }

  .topick-info {
    padding-bottom: 1rem;
  }

  .topick-name {
    font-size: clamp(1.25rem, 1.2vw + .8rem, 2rem);
  }

  .testimonial-feedback-content {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .section-about-host {
    width: 100%;
    max-width: none;
    height: auto;
  }

  ._404-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .position-relative.z-index-100 {
    height: 100%;
    overflow: hidden;
  }

  .button-link-box, .button-link-box-move, .button-link-text-absolute {
    font-size: 1.7rem;
  }

  .footer-top {
    height: 20vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .footer-bottom {
    border-top-width: 1px;
  }

  .fa-icon {
    font-size: 1.875rem;
  }

  .form-2 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .steps-card {
    height: 60vh;
  }

  .left-content {
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .right-content {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .heading-4.text-weight-medium {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
  }

  .steps-description {
    width: 100%;
    max-width: 100%;
  }

  .steps-image {
    height: auto;
  }

  .text-block-2 {
    width: 100%;
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .tex-copy {
    justify-content: flex-start;
    align-items: center;
    font-size: 2.875rem;
  }

  .columns {
    max-width: 100vw;
    padding-right: 5%;
    overflow: visible;
  }

  .text-field-2 {
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .text-block-3 {
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .form-block-2 {
    height: auto;
    min-height: clamp(3.5rem, 4.5vw, 5rem);
  }

  .form-3 {
    height: auto;
    min-height: clamp(3.75rem, 6vw, 5.5rem);
    font-size: 1.275rem;
  }

  .button-primary-3 {
    width: auto;
    min-width: 20rem;
    max-width: 30rem;
    height: 10vh;
    font-size: clamp(1.1rem, 1vw + .6rem, 1.5rem);
  }

  .button-primary-3.button-footer {
    min-width: 15rem;
    max-width: 25rem;
    font-size: clamp(1.1rem, 1vw + .5rem, 1.4rem);
  }

  .footer-bottom-4 {
    border-top-width: 1px;
  }

  .text-field-4 {
    min-width: 20vw;
    max-width: 30vw;
    font-size: 1.275rem;
  }

  .footer-top-2 {
    height: 20vh;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    overflow: visible;
  }

  .link {
    font-size: 1.3rem;
  }

  .link:hover {
    color: var(--color--secondary);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 116%;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .page-wrapper {
    width: auto;
  }

  .utilities-section-hero {
    padding-top: 140px;
    padding-bottom: 72px;
  }

  .container {
    height: auto;
  }

  .utilities-main-aside {
    display: none;
  }

  .utilities-main-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .utilities-single-section-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
    padding: 32px 16px;
  }

  .utilities-single-section-block.changelog {
    width: 100%;
  }

  .utilities-section-block-title {
    margin-bottom: 12px;
  }

  .utilities-color-swatch-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-primary, .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utilities-page-section-title {
    margin-bottom: 32px;
    padding-bottom: 20px;
    font-size: 48px;
  }

  .heading-custom-h1 {
    font-size: 40px;
    line-height: 116%;
  }

  .heading-custom-h2 {
    font-size: 38px;
  }

  .heading-custom-h3 {
    font-size: 32px;
  }

  .heading-custom-h4 {
    font-size: 26px;
  }

  .heading-custom-h5 {
    font-size: 22px;
  }

  .heading-custom-h5.margin-y-medium {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .heading-custom-h6 {
    flex-flow: wrap;
    display: flex;
  }

  .rich-text-primary p {
    margin-bottom: 20px;
  }

  .rich-text-primary figcaption {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
    padding: 24px;
  }

  .z-index-up {
    z-index: auto;
    height: 100%;
  }

  .navbar {
    top: 0;
  }

  .section-home-hero {
    height: 100vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .home-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .padding-hero-1 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .home-hero-column-01 {
    max-width: 50%;
  }

  .home-hero-column-01.color-white {
    position: static;
    overflow: visible;
  }

  .global-hero-heading {
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
  }

  .bottom-margin-big {
    margin-bottom: 24px;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-featured-categories.large {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .padding-primary {
    height: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .about-show-heading {
    max-width: 600px;
  }

  .about-show-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .about-show-row-01 {
    max-width: 100%;
  }

  .about-show-row-01-image {
    max-width: 32%;
  }

  .about-show-row-02-content {
    max-width: 66%;
  }

  .about-show-row-02 {
    margin-top: 30px;
    margin-left: 0;
    padding: 20px;
  }

  .counter-text {
    line-height: 120%;
  }

  .about-show-counter-divider {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-testimonial {
    height: auto;
  }

  .bottom-margin-xxl {
    margin-bottom: 40px;
  }

  .topick-wrapper {
    height: auto;
  }

  .grid {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    height: auto;
  }

  .topick-column-01 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .topick-card {
    padding: 1rem;
  }

  .topick-info {
    padding-bottom: 10px;
  }

  .testimonial-column-02, .testimonial-column-03 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    height: 100%;
  }

  .about-host-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .about-host-column-01, .about-host-column-02 {
    max-width: none;
  }

  .about-host-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-about-host-image-02 {
    min-height: 60vw;
  }

  .button-tertiary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .host-info-wrapper {
    right: -80px;
  }

  .faq {
    max-width: 100%;
  }

  .global-latest-episode-list {
    grid-template-columns: 1fr 1fr;
  }

  .author-name.margin-up {
    z-index: 1;
  }

  .cta-image-left {
    max-width: 28%;
    display: none;
    bottom: -35%;
    left: -6%;
  }

  .cta-image-right {
    max-width: 32%;
    display: none;
  }

  .padding-120x88 {
    padding-top: 80px;
  }

  .footer-content-wrapper, .footer-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .nav-menu-wrapper {
    z-index: 10;
    background-color: var(--color--primary);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .nav-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-about-host-image-01 {
    max-width: 100%;
  }

  .padding-episodes-hero {
    padding-top: 140px;
  }

  .episode-details-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .episode-details-column-01, .episode-details-column-01.color-white {
    max-width: 50%;
  }

  .episode-details-hero-image-wrapper {
    position: static;
  }

  .podcast-listening-wrapper {
    padding: 16px;
    position: static;
  }

  .section-episode-details-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .episode-details-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-title {
    max-width: 29%;
  }

  .episode-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    bottom: -90%;
  }

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

  .podcast-icon {
    max-width: 42px;
  }

  .padding-secondary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .latest-episode-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow-x: auto;
  }

  .episode-tab-link {
    flex: none;
  }

  .padding-contact-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .field-wrapper {
    max-width: 100%;
  }

  .help-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .help-icon {
    max-width: 72px;
  }

  ._404-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-114x146 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .position-relative.z-index-100 {
    z-index: auto;
    height: auto;
  }

  .footer-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-dropdown-label {
    font-size: 24px;
  }

  .dropdown-label-icon {
    font-size: 16px;
  }

  .navbar-dropdown-list {
    background-color: #0000;
    border-style: none;
    margin-top: 16px;
    padding: 0;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    border-radius: 10px;
  }

  .navbar-dropdown-list-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .author-name-wrap {
    opacity: .68;
  }

  .home-hero-image-row-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-image-3 {
    margin-top: -30%;
  }

  .marquee-row-01 {
    padding: 20px;
  }

  .marquee-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .marquee-row-02 {
    padding: 20px;
  }

  .padding-hero-2 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .episode-details-info {
    margin-bottom: 40px;
  }

  .pagination {
    margin-top: 40px;
  }

  .footer-cta {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
  }

  .footer-top {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .steps-item {
    background-color: #0000;
    border: 1px solid #0000;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: auto;
  }

  .steps-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #100505;
    border-style: none;
    border-color: #f9f9f903;
    border-radius: 1rem;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-end;
    align-items: center;
    max-width: 600px;
    height: auto;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 2rem;
    display: flex;
    overflow: visible;
  }

  .left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 8.5rem;
    max-height: none;
    padding: 0 4rem 0 2rem;
  }

  .steps-stack-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px #000;
    flex-flow: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    place-content: stretch center;
    align-self: center;
    place-items: center;
    height: auto;
    display: grid;
  }

  .right-content {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 300px;
    max-height: none;
    display: block;
    position: relative;
  }

  .steps-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    margin-top: 4rem;
  }

  .image {
    object-fit: cover;
    border: 0 solid #05100f00;
    border-radius: 1rem;
    width: 100%;
    max-width: none;
    height: 300px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .steps-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: auto;
    max-height: 77%;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

  .steps-description {
    max-width: none;
    height: auto;
    max-height: 100%;
  }

  .steps-image {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 300px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .header {
    max-width: 70vw;
  }

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

  .footer-cta-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
  }

  .footer-bottom-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .footer-top-2 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .container-4 {
    height: auto;
  }

  .rl-padding-section-large {
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_menu-icon3_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon3_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 110%;
  }

  .utilities-section-hero {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .container {
    flex-flow: column;
    display: flex;
  }

  .utilities-single-section-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .utilities-section-block-title {
    font-size: 24px;
  }

  .button-primary {
    min-width: 12rem;
  }

  .button-primary.button-footer {
    font-size: 1rem;
  }

  .utilities-page-section-title {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 40px;
  }

  .heading-custom-h1 {
    line-height: 110%;
  }

  .heading-custom-h2 {
    font-size: 32px;
  }

  .utilities-section-content-two-column {
    grid-template-columns: 1fr;
  }

  .rich-text-primary p {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .rich-text-primary figcaption {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .form-wrapper {
    flex-flow: column;
  }

  .tex.margin-top-xxl {
    margin-top: 30px;
  }

  .home-hero-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .padding-hero-1 {
    padding-top: 120px;
  }

  .home-hero-column-01 {
    flex: 0 auto;
    max-width: 100%;
  }

  .home-hero-column-01.color-white {
    flex: 0 auto;
    margin-top: 10vh;
  }

  .home-hero-column-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .global-hero-heading {
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
  }

  .home-hero-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .padding-primary {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    display: flex;
  }

  .featured-categories-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-show-content-wrapper {
    flex-flow: column;
  }

  .about-show-column-01 {
    flex: 1;
    max-width: none;
  }

  .about-show-row-01-image {
    flex: 0 auto;
    max-width: 34%;
  }

  .about-show-row-02-content {
    max-width: 64%;
  }

  .about-show-row-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-top: 20px;
    left: 0;
  }

  .about-stats-item {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-host-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-host-column-01 {
    flex: 0 auto;
    max-width: 100%;
  }

  .about-host-column-02 {
    max-width: 100%;
  }

  .global-latest-episode-list {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
  }

  .episode-image-wrapper {
    height: auto;
  }

  .author-name.margin-up {
    bottom: 18px;
  }

  .padding-120x88 {
    padding-top: 60px;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-menu-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-logo {
    max-width: 180px;
  }

  .nav-link {
    font-size: 18px;
  }

  .copyright-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-privacy-wrapper {
    order: -1;
  }

  .nav-logo {
    max-height: 9vh;
  }

  .episode-details-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .episode-details-column-01, .episode-details-column-01.color-white {
    flex: 0 auto;
    max-width: 100%;
  }

  .episode-details-column-02 {
    max-width: 100%;
  }

  .podcast-listening-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .listening-cta-wrapper {
    max-width: 191px;
  }

  .listening-icon {
    max-width: 32px;
  }

  .transcript-button-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 195px;
  }

  .listening-social-media-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section-episode-details-content {
    padding-top: 60px;
  }

  .episode-details-content-wrapper {
    flex-flow: column;
  }

  .content-title {
    max-width: 100%;
  }

  .episode-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
  }

  .episode-hero-social {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .social-content-wrapper {
    text-align: center;
  }

  .padding-secondary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .featured-episode-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .episode-tab-link {
    padding: 8px 24px;
  }

  .padding-contact-hero {
    padding-top: 120px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-us-column-01, .contact-us-column-02 {
    max-width: 100%;
  }

  ._404-hero-heading {
    font-size: 150px;
  }

  .padding-114x146 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-logo-tablet {
    max-width: 145px;
  }

  .navbar-button-primary {
    display: none;
  }

  .footer-link, .navbar-dropdown-label {
    font-size: 18px;
  }

  .home-hero-image-row-top, .home-hero-image-row-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-image-3 {
    margin-top: -16%;
  }

  .marquee-row-01 {
    padding: 16px;
  }

  .marquee-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 16px;
    font-size: 24px;
  }

  .marquee-row-02 {
    padding: 16px;
  }

  .episodes-social-link {
    white-space: nowrap;
    flex: 0 auto;
  }

  .padding-hero-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .episode-hero-white-background {
    height: 50px;
  }

  .pagination {
    margin-top: 30px;
  }

  .footer-cta {
    margin-bottom: 0;
    padding-top: .5rem;
  }

  .footer-cta-title {
    font-size: 24px;
  }

  .footer-top {
    padding-top: 1%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .form-2 {
    max-width: none;
  }

  .steps-item {
    position: relative;
  }

  .steps-card {
    height: auto;
    min-height: 200px;
    max-height: none;
    display: flex;
  }

  .left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    height: 11rem;
    max-height: none;
    padding: 0 2rem 0 3rem;
  }

  .right-content {
    max-width: none;
    min-height: 300px;
  }

  .steps-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .steps-image {
    position: absolute;
    inset: auto 0% 0%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header {
    max-width: none;
  }

  .text-block-2 {
    font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  }

  .tex-copy.margin-top-xxl {
    margin-top: 30px;
  }

  .columns.feat-cols {
    display: none;
  }

  .column, .column-2 {
    padding-bottom: 5vh;
    padding-right: 20px;
  }

  .column-3 {
    padding-bottom: 0;
  }

  .text-field-2 {
    min-width: 10vw;
    max-width: 30vw;
    font-size: 1rem;
  }

  .image-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    height: 5vh;
  }

  .button-primary-3.button-footer {
    min-width: 8rem;
  }

  .footer-cta-2 {
    flex-flow: column;
    margin-bottom: 0;
    padding-top: .5rem;
  }

  .footer-bottom-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-field-4 {
    min-width: 25vw;
    max-width: 30vw;
  }

  .footer-top-2 {
    height: 40vh;
    padding-top: 1%;
  }

  .container-4 {
    flex-flow: column;
    display: flex;
  }

  .feat-slider {
    aspect-ratio: auto;
    object-fit: contain;
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: none;
    height: auto;
    display: block;
  }

  .image-4 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-3 {
    margin-left: 40px;
    margin-right: 10px;
    font-size: 30px;
  }

  .icon-4 {
    margin-left: 10px;
    font-size: 30px;
  }

  .rl-padding-section-large {
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .link {
    font-size: .9rem;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 120%;
  }

  h2 {
    font-size: 30px;
    line-height: 118%;
  }

  h3 {
    font-size: 28px;
    line-height: 118%;
  }

  h4 {
    font-size: 24px;
    line-height: 118%;
  }

  h5 {
    font-size: 20px;
    line-height: 118%;
  }

  h6 {
    font-size: 18px;
  }

  .page-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .utilities-section-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .container {
    flex-flow: row;
    padding-left: 2vw;
    padding-right: 2vw;
    display: block;
  }

  .utilities-single-section-block {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-primary.button-footer {
    width: auto;
    min-width: 5rem;
    max-width: 15rem;
  }

  .button-primary.smaller-button {
    padding-left: 16px;
  }

  .button-secondary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-custom-h1 {
    font-size: 35px;
    line-height: 120%;
  }

  .heading-custom-h2, .heading-custom-h3 {
    font-size: 28px;
    line-height: 118%;
  }

  .heading-custom-h4 {
    font-size: 24px;
    line-height: 118%;
  }

  .heading-custom-h5 {
    font-size: 20px;
    line-height: 118%;
  }

  .form {
    flex-flow: wrap;
  }

  .form-wrapper {
    padding: 16px;
  }

  .button-container {
    width: 100%;
  }

  .navbar {
    width: auto;
    max-width: 100%;
  }

  .padding-hero-1 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .home-hero-column-01.color-white {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .home-hero-column-02 {
    flex: 1;
  }

  .bottom-margin-small {
    width: 100%;
    max-width: none;
  }

  .global-hero-heading {
    font-size: clamp(3rem, 4.5vw + 1rem, 8rem);
    font-weight: 600;
  }

  .home-hero-button-wrapper {
    flex-flow: wrap;
  }

  .padding-primary {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .title-heading {
    font-size: 2.5rem;
  }

  .featured-categories-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-about-show {
    text-align: center;
  }

  .about-show-row-01 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .about-show-row-01-image, .about-show-row-02-content {
    max-width: 100%;
  }

  .about-show-row-02 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .about-show-counter-divider {
    display: none;
  }

  .section-testimonial {
    height: auto;
  }

  .testimonial-heading.color-white {
    font-size: 2.5rem;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .topick-column-01, .testimonial-column-02, .testimonial-column-03 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-about-host {
    text-align: center;
  }

  .about-host-image-wrapper {
    grid-template-columns: 1fr;
  }

  .about-host-button-wrapper {
    flex-flow: wrap;
  }

  .button-tertiary {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .host-info-wrapper {
    width: auto;
    position: static;
  }

  .global-latest-episode-list {
    grid-template-columns: 1fr;
  }

  .dot.episode-details-dot-color-white {
    width: 4px;
    height: 4px;
  }

  .padding-120x88 {
    padding-top: 40px;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-logo-wrapper {
    max-width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
  }

  .nav-wrapper {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .nav-logo {
    max-height: 8vh;
  }

  .episode-details-column-01.color-white {
    text-align: center;
  }

  .episode-details-column-02 {
    flex: 1;
  }

  .episode-details-date-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    bottom: -122%;
  }

  .featured-episode-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-contact-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .padding-bottom-120 {
    padding-bottom: 60px;
  }

  .help-content-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._404-hero-heading {
    font-size: 100px;
    line-height: 80%;
  }

  ._404-content {
    font-size: 20px;
    line-height: 118%;
  }

  .marquee-item {
    font-size: 20px;
  }

  .padding-hero-2 {
    padding-top: 100px;
  }

  .episode-details-info {
    margin-bottom: 30px;
  }

  .footer-cta, .footer-cta-content {
    flex-flow: column;
  }

  .footer-top {
    padding-top: 0%;
  }

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

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .steps-item {
    height: auto;
    top: auto;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .steps-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .steps-card {
    height: auto;
  }

  .left-content {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-stack-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-content {
    flex-flow: column;
    align-items: center;
    min-height: 200px;
    padding-right: 1.75rem;
  }

  .image {
    height: 200px;
  }

  .steps-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .primary-button {
    width: 100%;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .heading-4.text-weight-medium {
    font-size: 2rem;
  }

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .footer-cta-content-2 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: column;
    height: auto;
    max-height: 30vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-3 {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-primary-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-primary-3.button-footer {
    min-width: 5rem;
    max-width: 9rem;
    font-size: 1rem;
  }

  .footer-cta-2 {
    grid-column-gap: 16px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-4 {
    flex-flow: column;
    justify-content: space-between;
    margin-top: .25rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding-top: 16px;
    padding-bottom: 32px;
    display: block;
  }

  .footer-logo-2 {
    max-width: 200px;
  }

  .text-field-4 {
    min-width: 30vw;
    max-width: 45vw;
    font-size: 1rem;
  }

  .footer-top-2 {
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .container-4 {
    z-index: 10;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 0;
    position: relative;
  }

  .section {
    padding-bottom: 0%;
  }

  .icon-3 {
    margin-left: 50px;
    font-size: 20px;
  }

  .icon-4 {
    font-size: 20px;
  }

  .rl-padding-section-large {
    padding-bottom: 3%;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .link {
    font-size: .8rem;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}