.dialog_green_line__i520s {
  animation: dialog_smSec1Line__viroV 3s linear 5;
}

@keyframes dialog_smSec1Line__viroV {
  0% {
    height: 0;
    width: 2px;
    transform: translateY(0);
  }
  50% {
    height: 90dvh;
    width: 2px;
    transform: translateY(0);
  }
  51% {
    height: 2px;
    width: 2px;
    transform: translateY(90dvh);
  }
  100% {
    height: 2px;
    width: 100%;
    transform: translateY(90dvh) translateX(50%);
  }
}

.email_input_dialog_inputs__f1JB2 {
  font-size: 1.5rem !important; /* text-2xl, 24px */
  color: var(--color-green) !important;
}

.email_input_dialog_inputs__f1JB2::-moz-placeholder {
  color: var(--color-green) !important;
  font-size: 1.5rem !important; /* text-2xl, 24px */
}

.email_input_dialog_inputs__f1JB2::placeholder {
  color: var(--color-green) !important;
  font-size: 1.5rem !important; /* text-2xl, 24px */
}

.email_input_dialog_inputs_after_signup__qFM_f::-moz-placeholder {
  font-size: 1.5rem !important; /* text-2xl, 24px */
  opacity: 1 !important;
  color: var(--color-gold) !important;
}

.email_input_dialog_inputs_after_signup__qFM_f::placeholder {
  font-size: 1.5rem !important; /* text-2xl, 24px */
  opacity: 1 !important;
  color: var(--color-gold) !important;
}

.email_input_emailsignup_input__d5EJg {
  display: flex !important;
  font-size: 1.125rem !important; /* text-lg, 18px */
  color: var(--color-black) !important;
}

.email_input_emailsignup_input__d5EJg::-moz-placeholder {
  padding-left: 50px !important;
  font-size: 1.125rem !important; /* text-lg, 18px */
  opacity: 1 !important;
  color: var(--color-black) !important;
}

.email_input_emailsignup_input__d5EJg::placeholder {
  padding-left: 50px !important;
  font-size: 1.125rem !important; /* text-lg, 18px */
  opacity: 1 !important;
  color: var(--color-black) !important;
}

@media (min-width: 1024px) {
  .email_input_emailsignup_input__d5EJg::-moz-placeholder {
    padding-left: 70px !important;
  }
  .email_input_emailsignup_input__d5EJg::placeholder {
    padding-left: 70px !important;
  }
}
.email_input_emailinput_after_signup__n9KKs::-moz-placeholder {
  font-size: 1.5rem !important; /* text-2xl, 24px */
  opacity: 1 !important;
  color: var(--color-green) !important;
}
.email_input_emailinput_after_signup__n9KKs::placeholder {
  font-size: 1.5rem !important; /* text-2xl, 24px */
  opacity: 1 !important;
  color: var(--color-green) !important;
}

.email_input_base_input_style__8wFqd {
  text-align: center !important;
  font-family: var(--font-lexend), sans-serif !important;
  border: 2px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.email_input_base_input_style__8wFqd:focus,
.email_input_base_input_style__8wFqd:active,
.email_input_base_input_style__8wFqd:focus-visible,
.email_input_base_input_style__8wFqd:focus-within {
  border-bottom-color: var(--color-green) !important;
  border-width: 2px !important;
  border-radius: 10px !important;
}
/* Target all possible browser states */
.email_input_base_input_style__8wFqd:-webkit-autofill,
.email_input_base_input_style__8wFqd:-webkit-autofill:hover,
.email_input_base_input_style__8wFqd:-webkit-autofill:focus,
.email_input_base_input_style__8wFqd:-webkit-autofill:active,
.email_input_base_input_style__8wFqd:-webkit-autofill:valid {
  /* Override browser autofill background */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  border-bottom-color: 2px solid var(--color-green) !important;
  border-left-color: 2px solid var(--color-green) !important;

  /* Keep the transition */
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* Firefox autofill */
.email_input_base_input_style__8wFqd:-moz-autofill {
  border-bottom-color: 2px solid var(--color-green) !important;
  border-left-color: 2px solid var(--color-green) !important;
}

.screen_screen_container__nf0XH {
  stroke: var(--color-dialog-screen-blue);
}

.screen_screen_firstLines__s37qK {
  stroke: var(--color-gold);
}
.screen_screen_secondLines__5Erjn {
  stroke: var(--color-dialog-screen-blue);
}

.animation_button_button_shake__wzL9u {
  animation: animation_button_shake-horizontal__Ytur6 3s;
}

@keyframes animation_button_shake-horizontal__Ytur6 {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}

@media (max-height: 890px) {
  .icon_button_style_height_dialog_square__BoS_f {
    height: 11dvh !important;
  }
}
/*  extraTall --0/1000 */
@media (min-height: 900px) {
  .icon_button_style_text_share_css__p_24C {
    size: 14px !important;
  }
  .icon_button_style_height_dialog_square__BoS_f {
    height: 8dvh !important;
  }
  .icon_button_style_height_dialog_questions__E3Lbz {
    height: 8dvh !important;
  }
}

/* xl ---1280/800*/
@media (min-width: 1280px) and (min-height: 800px) {
  .icon_button_style_dialog_share_css__dOqZB {
    width: 20vw !important;
  }
  .icon_button_style_text_share_css__p_24C {
    margin-left: 12px !important;
  }

  .icon_button_style_height_dialog_square__BoS_f {
    height: 10dvh !important;
  }
}

/* xxl --1500/800*/
@media (min-width: 1500px) and (min-height: 800px) {
  .icon_button_style_dialog_share_css__dOqZB {
    width: 20vw !important;
  }
  .icon_button_style_text_share_css__p_24C {
    margin-left: 12px !important;
  }

  .icon_button_style_height_dialog_square__BoS_f {
    height: 10dvh !important;
  }
}

/*x3xl --1920/900 */
@media (min-width: 1920px) and (min-height: 900px) {
  .icon_button_style_dialog_share_css__dOqZB {
    width: 20vw !important;
  }
  .icon_button_style_text_share_css__p_24C {
    margin-left: 12px !important;
  }

  .icon_button_style_height_dialog_square__BoS_f {
    height: 9dvh !important;
  }
}

@keyframes blog_frame_skeleton-flash__Vk4Y3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.blog_frame_no_select___s7b6,
.blog_frame_no_select___s7b6 * {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.blog_frame_skeleton__QIo5u {
  position: relative;
  overflow: hidden; /* important to clip the shimmer to the element size */
  background-color: var(--skeleton-bg);
}

.blog_frame_skeleton__QIo5u::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  background: var(--skeleton-bg-flash);
  transform: translateX(-100%);
  animation: blog_frame_skeleton-flash__Vk4Y3 1.2s ease-in-out infinite;
}

.blog_frame_data_stream__itS_f {
  position: absolute;
  right: 40px;
  top: 120px;
  color: #0a400c;
  font-size: 20px;
  font-family: monospace;
  opacity: 0.7;
  animation: blog_frame_dataScroll__2clqM 2s linear infinite;
}

@keyframes blog_frame_dataScroll__2clqM {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}

.article-content_article_content__vfCqj {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  text-align: justify;
  font-size: 0.8em;

  /* Override any inline styles from database */
  & * {
    all: revert-layer;
  }

  @media (min-width: 768px) {
    font-size: 1.1em;
  }
}

.article-content_article_content__vfCqj img {
  max-width: 250px;
  height: 250px;
  border-radius: 0.5rem;
  margin: 2rem auto;
  display: block !important; /* Override inline display styles */

  @media (min-width: 768px) {
    max-width: 500px;
    height: 500px;
  }
}

.article-content_article_content__vfCqj p {
  text-align: justify;
  color: inherit !important; /* Override inline color styles */
  margin-bottom: 0.3rem;
  line-height: 1.6;

  @media (max-width: 768px) {
    font-size: 10px;
  }
}

.dark .article-content_article_content__vfCqj p {
  color: var(--color-dark-article_content) !important;
  margin-bottom: 0.3rem;
}

.article-content_article_content__vfCqj .image-caption-center {
  text-align: center !important;
  font-size: 0.75rem;
  color: var(--color-global-article_content) !important;
  margin-top: 2px;
}

.article-content_article_content__vfCqj .image-captioned {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.dark .article-content_article_content__vfCqj .image-caption-center {
  color: var(--color-dark-article_content) !important;
}

.article-content_article_content__vfCqj h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 700;
  color: inherit !important; /* Override inline color styles */

  @media (min-width: 768px) {
    font-size: 30px;
  }
}

.article-content_article_content__vfCqj blockquote {
  display: flex;
  align-items: center;
  border-left: 4px solid var(--color-blockquote-light-theme);
  margin: 1rem 0;
  padding-left: 1rem;
  height: 5dvh;
  color: var(
    --color-text-blockquote
  ) !important; /* Override inline color styles */
  font-style: italic;
  background-color: var(--color-background-blockquote-light);
}

.dark .article-content_article_content__vfCqj blockquote {
  border-left: 4px solid var(--color-blockquote-dark-theme);
  margin: 1rem 0;
  padding-left: 1rem;
  color: var(
    --color-text-blockquote
  ) !important; /* Override inline color styles */
  font-style: italic;
  background-color: var(--color-background-blockquote-dark);
}
.article-content_article_content__vfCqj a {
  display: block;
  width: 100%;
  height: 10px;
  color: var(--color-text-article-a);
  text-decoration-color: var(--color-text-article-a);
  text-decoration: underline;
}

.dark .article-content_article_content__vfCqj a {
  display: block;
  width: 100%;
  height: 10px;
  color: var(--color-text-article-a-darl-theme);
  text-decoration-color: var(--color-text-article-a-darl-theme);
}

.article-content_article_content__vfCqj ol {
  margin-left: 20px;
}

.article-content_article_content__vfCqj li {
  list-style-type: decimal;
  margin-left: 20px;
  display: list-item;
}

.dark .article-content_article_content__vfCqj h2 {
  color: var(
    --color-text-blockquote
  ) !important; /* Override inline color styles */
}

.article-content_article_content__vfCqj hr {
  margin: 2rem 0;
  width: 100%;
  height: 12px;
  border: none !important;
  /* Light mode gradient */
  background: linear-gradient(
    to right,
    transparent,
    var(--color-hr-light-theme),
    transparent
  ) !important;
  display: block;
}

/* Dark mode gradient */
.dark .article-content_article_content__vfCqj hr {
  background: linear-gradient(
    to right,
    transparent,
    var(--color-hr-dark-theme),
    transparent
  ) !important;
}

.article-content_article_content__vfCqj div {
  margin: 0.5rem 0;
  color: inherit !important;
}

.dark .article-content_article_content__vfCqj div {
  color: var(--color-text-blockquote) !important;
}

.article-content_article_content__vfCqj br {
  display: block;
  margin: 0.5rem 0;
}

.blog_menu_draw-svg__xgxFa path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: blog_menu_draw__C_e_c 2s ease forwards;
}

.blog_menu_card__NEMVn {
  opacity: 0;
  transform: scale(0.5);
  animation: blog_menu_flash__b7pb_ 2s ease forwards;
  animation-delay: 1.5s;
}

.blog_menu_data_stream__EWJbp {
  position: absolute;
  right: 40px;
  top: 120px;
  color: var(--color-green);
  font-size: 20px;
  font-family: monospace;
  opacity: 0.7;
  animation: blog_menu_dataScroll__azlYL 2s linear infinite;
}

@keyframes blog_menu_draw__C_e_c {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes blog_menu_flash__b7pb_ {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 20px 5px yellow;
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}

@keyframes blog_menu_dataScroll__azlYL {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-120px);
    opacity: 0;
  }
}

/* ============================================
   CARD RESPONSIVE SSR STYLES
   ============================================ */

.blog_menu_cardContainer__vKQbq {
  height: 60dvh;
}

.blog_menu_cardMotion___WaON,
.blog_menu_cardSize__Oq1Bt {
  width: 55vw;
  height: 55dvh;
}

.blog_menu_cardMotion___WaON {
  left: 45%;
}

.blog_menu_h1Text__7KOZK,
.blog_menu_h1TextEsp__DR396 {
  font-size: 1rem;
  line-height: 1rem;
}

.blog_menu_paragraphText__D5wTG {
  font-size: 10px;
}

.blog_menu_svgStyle__n3l2s {
  /* SVG Custom Properties */
  --x-display: 186;
  --x-display-es: 188;
  --y-display: 132;
  --text-display-size: 10;
  --text-display-size-es: 8;
  --transform-display-rotate: 8;
  --x-main: 105;
  --y-main: 130;
  --text-main-size: 12;
  --transform-main-rotate: 8;
  --x-text-home: 48;
  --y-text-home: 190;
  --transform-text-home-rotate: "rotate(0 48 190)";
  --svg-width: 200;
  --svg-height: 300;
  --icon-cx: 154;
  --icon-cy: 196;
  --icon-x: 154;
  --icon-y: 200;
  --home-button-width: 30;
  --home-button-height: 23;
  --home-button-x: 35;
  --home-button-y: 125;
}

/*==================================================
// CARD RESPONSIVE STYLES
//==================================================*/

/* xs (375px) / short (500px height) */
@media (min-width: 375px) and (max-height: 700px) {
  .blog_menu_svgStyle__n3l2s {
    --transform-display-rotate: 8;
  }
}

/* xs (375px) / medium (700px-800px height) */
@media (min-width: 375px) and (min-height: 701px) and (max-height: 799px) {
  .blog_menu_paragraphText__D5wTG {
    font-size: 11px;
  }

  .blog_menu_svgStyle__n3l2s {
    --transform-display-rotate: 8;
    --transform-text-home-rotate: "rotate(0 45 190)";
  }
}

/* xs (375px) / tall (800px height) */
@media (min-width: 375px) and (min-height: 800px) {
  .blog_menu_paragraphText__D5wTG {
    font-size: 10.5px;
  }
  .blog_menu_h1Text__7KOZK {
    font-size: 0.35rem;
    line-height: 1rem;
  }
  .blog_menu_svgStyle__n3l2s {
    --transform-display-rotate: 8;
    --y-text-home: 190;
    --transform-text-home-rotate: "rotate(0 45 190)";
  }
}

/* xs (390px) / short to tall (500px height to 854px height) */
@media (min-width: 390px) and (max-height: 854px) {
  .blog_menu_paragraphText__D5wTG {
    font-size: 11px;
  }
}

/* xs (400px) / short to tall (500px height to 1000px height) */
@media (min-width: 430px) and (max-height: 1000px) {
  .blog_menu_cardMotion___WaON .blog_menu_cardSize__Oq1Bt {
    width: 55vw;
    height: 50dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 12px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 180;
    --x-display-es: 185;
    --transform-display-rotate: 9;
    --x-main: 108;
    --transform-main-rotate: 5;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --svg-width: 300;
    --svg-height: 700;
  }
}

/* xs (480px) / short to tall (500px height to 1050px height) */
@media (min-width: 480px) and (max-height: 1050px) {
  .blog_menu_cardMotion___WaON .blog_menu_cardSize__Oq1Bt {
    width: 55vw;
    height: 50dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 0.35rem;
    line-height: 0.3rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 0.35rem;
    line-height: 0.3rem;
  }
  .blog_menu_paragraphText__D5wTG {
    font-size: 14px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 180;
    --x-display-es: 186;
    --transform-display-rotate: 9;
    --x-main: 108;
    --transform-main-rotate: 5;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --svg-width: 300;
    --svg-height: 700;
  }
}

/* xs (500px) / short (500px height)  */
@media (min-width: 500px) and (max-height: 699px) {
  .blog_menu_paragraphText__D5wTG {
    font-size: 12rem;
  }
  .blog_menu_h1Text__7KOZK {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .blog_menu_h1TextEsp__DR396 {
    font-size: 0.35rem;
    line-height: 1rem;
  }
  .blog_menu_svgStyle__n3l2s {
    --transform-text-home-rotate: "rotate(0 45 190)";
  }
}

@media (min-width: 575px) and (max-height: 872px) {
  .blog_menu_paragraphText__D5wTG {
    font-size: 13px;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .blog_menu_h1TextEsp__DR396 {
    font-size: 0.35rem;
    line-height: 1rem;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 188;
    --x-display-es: 190;
    --transform-display-rotate: 8;
    --transform-text-home-rotate: "rotate(0 45 190)";
  }
}

/* md (768px-999px) / medium height (600px-872px) */
@media (min-width: 768px) and (max-width: 999px) and (min-height: 600px) and (max-height: 872px) {
  .blog_menu_cardContainer__vKQbq {
    height: 60dvh;
  }

  .blog_menu_cardMotion___WaON,
  .blog_menu_cardSize__Oq1Bt {
    width: 35vw;
    height: 60dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 14px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 296;
    --x-display-es: 281;
    --y-display: 168;
    --text-display-size: 11;
    --text-display-size-es: 11;
    --transform-display-rotate: 7;
    --x-main: 170;
    --y-main: 165;
    --transform-main-rotate: 7;
    --x-text-home: 78;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --svg-width: 350;
    --svg-height: 450;
    --icon-cx: 224;
    --icon-cy: 166;
    --icon-x: 224;
    --icon-y: 170;
    --home-button-width: 35;
    --home-button-height: 28;
    --home-button-y: 160;
  }
}

/* xs (600px) / tall (930px height and above) */
@media (min-width: 600px) and (min-height: 900px) {
  .blog_menu_cardContainer__vKQbq {
    height: 56dvh;
  }

  .blog_menu_cardMotion___WaON .blog_menu_cardSize__Oq1Bt {
    width: 55vw;
    height: 56dvh;
  }

  .blog_menu_h1Text__7KOZK,
  .blog_menu_h1TextEsp__DR396 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 14px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 186;
    --x-display-es: 189;
    --y-display: 132;
    --x-main: 108;
    --y-main: 130;
    --x-text-home: 48;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --home-button-y: 125;
  }
}

/* xs (600px) / medium (700px-929px height) */
@media (min-width: 800px) and (max-width: 999px) and (min-height: 929px) {
  .blog_menu_cardContainer__vKQbq {
    height: 56dvh;
  }

  .blog_menu_cardMotion___WaON,
  .blog_menu_cardSize__Oq1Bt {
    width: 35vw;
    height: 56dvh;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 16px;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 269;
    --x-display-es: 273;
    --y-display: 165;
    --x-main: 165;
    --y-main: 165;
    --x-text-home: 48;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --home-button-y: 165;
  }
}

@media (min-width: 1000px) and (min-height: 690px) {
  .blog_menu_cardContainer__vKQbq {
    height: 56dvh;
  }

  .blog_menu_cardMotion___WaON .blog_menu_cardSize__Oq1Bt {
    width: 35vw;
    height: 56dvh;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 14px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 276;
    --x-display-es: 281;
    --y-display: 152;
    --x-main: 170;
    --y-main: 160;
    --x-text-home: 78;
    --transform-text-home-rotate: "rotate(0 45 190)";
    --home-button-y: 220;
  }
}

/* xs (1280px) / short to medium (909px height and below) */
@media (min-width: 1280px) and (max-height: 909px) {
  .blog_menu_cardContainer__vKQbq {
    height: 75dvh;
  }

  .blog_menu_cardMotion___WaON {
    width: 25vw;
    height: 75dvh;
  }

  .blog_menu_cardSize__Oq1Bt {
    width: 20vw;
    height: 55dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 16px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 275;
    --x-display-es: 283;
    --y-display: 166;
    --text-display-size: 12;
    --text-display-size-es: 12;
    --transform-display-rotate: 7;
    --x-main: 165;
    --y-main: 165;
    --transform-main-rotate: 8;
    --x-text-home: 70;
    --y-text-home: 240;
    --transform-text-home-rotate: "rotate(0 345 280)";
    --svg-width: 400;
    --svg-height: 500;
    --icon-cx: 224;
    --icon-cy: 166;
    --icon-x: 224;
    --icon-y: 170;
    --home-button-width: 38;
    --home-button-height: 31;
    --home-button-y: 160;
  }
}

/* xs (1280px) / short to medium (909px height and below) */
@media (min-width: 1400px) and (max-height: 909px) {
  .blog_menu_cardContainer__vKQbq {
    height: 75dvh;
  }

  .blog_menu_cardMotion___WaON {
    width: 25vw;
    height: 75dvh;
  }

  .blog_menu_cardSize__Oq1Bt {
    width: 20vw;
    height: 55dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .blog_menu_h1TextEsp__DR396 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 16px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 300;
    --x-display-es: 283;
    --y-display: 168;
    --text-display-size: 11;
    --text-display-size-es: 11;
    --transform-display-rotate: 7;
    --x-main: 165;
    --y-main: 165;
    --transform-main-rotate: 8;
    --x-text-home: 70;
    --y-text-home: 240;
    --transform-text-home-rotate: "rotate(0 345 280)";
    --svg-width: 400;
    --svg-height: 500;
    --icon-cx: 224;
    --icon-cy: 166;
    --icon-x: 224;
    --icon-y: 170;
    --home-button-width: 38;
    --home-button-height: 31;
    --home-button-y: 160;
  }
}

/* xs (1500px) / tall (840px height) */
@media (min-width: 1500px) and (min-height: 840px) {
  .blog_menu_cardContainer__vKQbq {
    height: 75dvh;
  }

  .blog_menu_cardMotion___WaON {
    width: 25vw;
    height: 75dvh;
  }

  .blog_menu_cardSize__Oq1Bt {
    width: 15vw;
    height: 75dvh;
  }

  .blog_menu_h1Text__7KOZK {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .blog_menu_h1TextEsp__DR396 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .blog_menu_paragraphText__D5wTG {
    font-size: 18px;
  }

  .blog_menu_svgStyle__n3l2s {
    --x-display: 275;
    --x-display-es: 282;
    --y-display: 166;
    --text-display-size: 12;
    --text-display-size-es: 12;
    --transform-display-rotate: 6;
    --x-main: 165;
    --y-main: 165;
    --transform-main-rotate: 5;
    --x-text-home: 66;
    --y-text-home: 240;
    --transform-text-home-rotate: "rotate(0 345 280)";
    --svg-width: 400;
    --svg-height: 500;
    --icon-cx: 224;
    --icon-cy: 166;
    --icon-x: 224;
    --icon-y: 170;
    --home-button-width: 38;
    --home-button-height: 31;
    --home-button-y: 160;
  }
}

/* ============================================
   WRAPPER BAR (Cockpit Bar Image)
   ============================================ */

.blog_menu_wrapperBar__UZZus {
  position: absolute;
  top: 28dvh;
  left: -9vw;
  transform: rotate(20deg);
  z-index: 3;
}

.blog_menu_wrapperMenuLine__aum8W {
  height: 100px;
  width: 160px;
}

@media (min-width: 390px) {
  .blog_menu_wrapperBar__UZZus {
    left: -4vw;
  }
}

@media (min-width: 575px) {
  .blog_menu_wrapperBar__UZZus {
    top: 24dvh;
    left: 9vw;
    transform: rotate(10deg);
  }
}

@media (min-width: 700px) {
  .blog_menu_wrapperBar__UZZus {
    top: 24dvh;
    left: 1vw;
    transform: rotate(10deg);
  }
}

@media (min-width: 1024px) {
  .blog_menu_wrapperBar__UZZus {
    top: 23dvh;
    left: 10vw;
    transform: rotate(10deg);
  }

  .blog_menu_wrapperMenuLine__aum8W {
    height: 60dvh;
    width: 60vw;
  }
}

@media (min-width: 1280px) {
  .blog_menu_wrapperBar__UZZus {
    top: 24dvh;
    left: 6vw;
    transform: rotate(10deg);
  }

  .blog_menu_wrapperMenuLine__aum8W {
    height: 74dvh;
    width: 74vw;
  }
}

@media (min-width: 1500px) {
  .blog_menu_wrapperBar__UZZus {
    top: 24dvh;
    left: 6vw;
    transform: rotate(10deg);
  }

  .blog_menu_wrapperMenuLine__aum8W {
    height: 74dvh;
    width: 74vw;
  }
}

.wrapper_blog_css_wrapper_menu__cySXL {
  animation: wrapper_blog_css_flash-onceloaded__wd8pV 1s ease forwards;
}

.wrapper_blog_css_wrapper_menu_line__ehZz0 {
  animation: wrapper_blog_css_flash-onceloaded-line__iLOxa 1s ease forwards;
}

@keyframes wrapper_blog_css_flash-onceloaded__wd8pV {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
    box-shadow: 0 0 20px 5px yellow;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 375px) and (max-height: 700px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 6px;
    top: 0.15rem;
    left: 3.5rem;
  }
}
@media (min-width: 375px) and (min-height: 701px) and (max-height: 820px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 7.5px;
    top: 0.15rem;
    left: 3.5rem;
  }
}
@media (min-width: 390px) and (max-height: 854px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 8px;
    top: 0.21rem;
    left: 3.5rem;
  }
}
@media (min-width: 430px) and (max-height: 1050px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 8px;
    top: 0.21rem;
    left: 3.5rem;
  }
}
@media (min-width: 575px) and (max-height: 872px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 12px;
    top: 0.21rem;
    left: 4.25rem;
  }
}
@media (min-width: 600px) and (min-height: 920px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 12px;
    top: 0.43rem;
    left: 6rem;
  }
}
@media (min-width: 1280px) and (max-height: 909px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 20px;
    top: 1rem;
    left: 13.8rem;
  }
}
@media (min-width: 1500px) and (min-height: 840px) {
  .call_to_action_text_ready_for_next_step__PJonY {
    font-size: 20px;
    top: 1rem;
    left: 16rem;
  }
}

@media (min-width: 375px) and (max-height: 700px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 1dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}
@media (min-width: 375px) and (min-height: 701px) and (max-height: 820px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.3dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}
@media (min-width: 390px) and (max-height: 854px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.5dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}
@media (min-width: 430px) and (max-height: 1000px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.3dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}
@media (min-width: 470px) and (max-height: 1050px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.3dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 7dvh !important;
  }
}

@media (min-width: 575px) and (max-height: 872px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.3dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}
@media (min-width: 600px) and (min-height: 930px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.7dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 10dvh !important;
  }
}

@media (min-width: 600px) and (max-width: 999px) and (max-height: 929px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.5dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}

@media (min-width: 1000px) and (min-height: 690px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.7dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 9dvh !important;
  }
}

@media (min-width: 1500px) and (min-height: 840px) {
  .cockpit_button_style_height_gray_lines__ukFUR {
    height: 0.3dvh !important;
  }
  .cockpit_button_style_button_height_css__7iK4O {
    height: 8dvh !important;
  }
}

