/****************************** ****************************** 
Root CSS
****************************** *****************************/
:root {
  font-size: 16px;
  --hy-primary: #12DB7D;
  --hy-primary-100: #19CD79;
  --hy-primary-200: #11D177;
  --hy-primary-300: #20C276;
  --hy-primary-400: #10C26F;
  --hy-primary-500: #188F57;
  --hy-secondary: #0D0C0C;
  --hy-secondary-100: #363131;
  --hy-secondary-200: #292626;
  --hy-secondary-300: #5C5555;
  --hy-secondary-400: #141313;
  --hy-secondary-500: #181616;
  --hy-secondary-600: #252424;
  --hy-neutral: #E8E5E5;
  --hy-neutral-50: #8E8E8E;
  --hy-neutral-100: #4E4E4F;
  --hy-neutral-200: #9C9696;
  --hy-neutral-300: #495159;
  --hy-neutral-500: #444E57;
  --hy-success: #0F693F;
  --hy-success-100: #eefff7;
  --hy-success-200: #e3faef;
  --hy-success-300: #0a3622;
  --hy-yellow: #F5CE43;
  --hy-warning: #FCF8E5;
  --hy-warning-100: #7B6841;
  --hy-error: #F43010;
  --hy-error-100: #FEE7E6;
  --hy-error-200: #FCE5E5;
  --hy-error-300: #800B0B;
  --hy-info: #cff4fc;
  --hy-info-100: #055160;
  --hy-shades-0: #FFFFFF;
  --hy-shades-100: #000000;
  --hy-gray: #FAF7F7;
  --hy-gray-100: #F5F2F2;
  --hy-gray-200: #EDEBEB;
  --hy-gray-300: #474747;
  --hy-gray-400: #E6E6E6;
  --hy-gray-500: #F7F7F7;
  --hy-gray-600: #EDEDED;
  --hy-gray-700: #807B7B;
  --hy-gray-800: #4B5058;
  --hy-gray-900: #F8F8F8;
  --hy-shades-0-rgb: 255, 255, 255;
  --hy-shades-100-rgb: 0, 0, 0;
  --heading-theme-font: 'Archivo Black', sans-serif;
  --primary-theme-font: 'Inter', sans-serif;
  --body-theme-font: 'Inter', sans-serif;
  --secondary-theme-font: 'Poppins', sans-serif;

  /*New Color Var*/
  --hype-primary: #12DB7D;
  --hype-primary-50: #EFFEF5;
  --hype-primary-100: #D9FFEC;
  --hype-primary-200: #B5FDDA;
  --hype-primary-300: #7BFABE;
  --hype-primary-400: #3BED99;
  --hype-primary-500: #12DB7D;
  --hype-primary-600: #09CC71;
  --hype-primary-700: #0DB064;
  --hype-primary-800: #0E6D42;
  --hype-primary-900: #0E5938;
  --hype-primary-950: #01321D;

  --hype-secondary: #F1240C;
  --hype-secondary-50: #FFF2F0;
  --hype-secondary-100: #FFE1DE;
  --hype-secondary-200: #FFC9C3;
  --hype-secondary-300: #FFA59A;
  --hype-secondary-400: #FF7160;
  --hype-secondary-500: #FF442E;
  --hype-secondary-600: #F1240C;
  --hype-secondary-700: #CD1D08;
  --hype-secondary-800: #A91C0B;
  --hype-secondary-900: #8B1E11;
  --hype-secondary-950: #4C0B03;

  --hype-gray: #72686A;
  --hype-gray-50: #F6F5F5;
  --hype-gray-100: #E8E5E5;
  --hype-gray-200: #D3CECE;
  --hype-gray-300: #B4ACAD;
  --hype-gray-400: #8D8385;
  --hype-gray-500: #72686A;
  --hype-gray-600: #61595A;
  --hype-gray-700: #524C4D;
  --hype-gray-800: #474343;
  --hype-gray-900: #3E3B3B;
  --hype-gray-950: #0D0C0C;

  --hype-green: #22C55E;
  --hype-green-50: #F0FDF4;
  --hype-green-100: #DCFCE7;
  --hype-green-200: #BBF7D0;
  --hype-green-300: #86EFAC;
  --hype-green-400: #4ADE80;
  --hype-green-500: #22C55E;
  --hype-green-600: #16A34A;
  --hype-green-700: #15803D;
  --hype-green-800: #166534;
  --hype-green-900: #14532D;
  --hype-green-950: #052E16;

  --hype-orange: #F97316;
  --hype-orange-50: #FFF7ED;
  --hype-orange-100: #FFEDD5;
  --hype-orange-200: #FED7AA;
  --hype-orange-300: #FDBA74;
  --hype-orange-400: #FB923C;
  --hype-orange-500: #F97316;
  --hype-orange-600: #EA580C;
  --hype-orange-700: #C2410C;
  --hype-orange-800: #9A3412;
  --hype-orange-900: #7C2D12;
  --hype-orange-950: #431407;

  --hype-red: #EF4444;
  --hype-red-50: #FEF2F2;
  --hype-red-100: #FEE2E2;
  --hype-red-200: #FECACA;
  --hype-red-300: #FCA5A5;
  --hype-red-400: #F87171;
  --hype-red-500: #EF4444;
  --hype-red-600: #DC2626;
  --hype-red-700: #B91C1C;
  --hype-red-800: #991B1B;
  --hype-red-900: #7F1D1D;
  --hype-red-950: #450A0A;

  --hype-blue: #0E98E9;
  --hype-blue-50: #F0F8FF;
  --hype-blue-100: #E0F0FE;
  --hype-blue-200: #BAE2FD;
  --hype-blue-300: #7DCBFC;
  --hype-blue-400: #38B1F8;
  --hype-blue-500: #0E98E9;
  --hype-blue-600: #0278C7;
  --hype-blue-700: #035FA1;
  --hype-blue-800: #075185;
  --hype-blue-900: #0C446E;
  --hype-blue-950: #082B49;

  --hype-black: #000000;
  --hype-white: #FFFFFF;
  --hype-blackAlpha-50: rgba(0, 0, 0, 0.01);
  --hype-blackAlpha-100: rgba(0, 0, 0, 0.03);
  --hype-blackAlpha-200: rgba(0, 0, 0, 0.05);
  --hype-blackAlpha-300: rgba(0, 0, 0, 0.06);
  --hype-blackAlpha-400: rgba(0, 0, 0, 0.08);
  --hype-blackAlpha-500: rgba(0, 0, 0, 0.12);
  --hype-blackAlpha-600: rgba(0, 0, 0, 0.16);
  --hype-blackAlpha-700: rgba(0, 0, 0, 0.24);
  --hype-blackAlpha-800: rgba(0, 0, 0, 0.40);
  --hype-blackAlpha-900: rgba(0, 0, 0, 0.48);
  --hype-blackAlpha-950: rgba(0, 0, 0, 0.56);
  --hype-blackAlpha-1000: rgba(0, 0, 0, 1);
}

/*Text Color*/
.hype-text-primary {
  color: var(--hype-gray-950) !important;
}
.hype-text-secondary {
  color: var(--hype-gray-800) !important;
}
.hype-text-tetriary {
  color: var(--hype-gray-400) !important;
}
.hype-text-green {
  color: var(--hype-primary-800) !important;
}
.hype-text-success {
  color: var(--hype-green-700) !important;
}
.hype-text-warning {
  color: var(--hype-orange-700) !important;
}
.hype-text-danger {
  color: var(--hype-red-700) !important;
}
.hype-text-info {
  color: var(--hype-blue-700) !important;
}
.hype-text-black {
  color: var(--hype-black) !important;
}
.hype-text-white {
  color: var(--hype-white) !important;
}
.hype-text-disabled {
  color: var(--hype-gray-300) !important;
}
/*Border Color*/
.hype-border-primary {
  border-color: var(--hype-gray-100) !important;
}
.hype-border-secondary {
  border-color: var(--hype-gray-200) !important;
}
.hype-border-success {
  border-color: var(--hype-green-600) !important;
}
.hype-border-warning {
  border-color: var(--hype-orange-600) !important;
}
.hype-border-danger {
  border-color: var(--hype-red-600) !important;
}
.hype-border-info {
  border-color: var(--hype-blue-600) !important;
}
.hype-border-success-subtle {
  border-color: var(--hype-green-300) !important;
}
.hype-border-warning-subtle {
  border-color: var(--hype-orange-300) !important;
}
.hype-border-danger-subtle {
  border-color: var(--hype-red-300) !important;
}
.hype-border-info-subtle {
  border-color: var(--hype-blue-300) !important;
}
.hype-border-black {
  border-color: var(--hype-black) !important;
}
.hype-border-white {
  border-color: var(--hype-white) !important;
}
/*Background Color*/
.hype-bg-transparent {
  background-color: transparent !important;
}
.hype-bg-light {
  background-color: var(--hype-gray-100) !important;
}
.hype-bg-dark {
  background-color: var(--hype-gray-950) !important;
}
.hype-bg-black {
  background-color: var(--hype-black) !important;
}
.hype-bg-white {
  background-color: var(--hype-white) !important;
}
.hype-bg-primary {
  background-color: var(--hype-primary-500) !important;
}
.hype-bg-gray-50 {
  background-color: var(--hype-gray-50) !important;
}
.hype-bg-gray-100 {
  background-color: var(--hype-gray-100) !important;
}
.hype-bg-gray-200 {
  background-color: var(--hype-gray-200) !important;
}
.hype-bg-success {
  background-color: var(--hype-green-100) !important;
}
.hype-bg-warning {
  background-color: var(--hype-orange-100) !important;
}
.hype-bg-danger {
  background-color: var(--hype-red-100) !important;
}
.hype-bg-info {
  background-color: var(--hype-blue-100) !important;
}
/*Flex Row and Col*/
.hy-flex-row {
  display: flex;
}
.hy-justify-content--center {
  justify-content: center;
}
.hy-align-items-center {
  align-items: center;
}
.hy-align-content-center {
  align-content: center;
}
.hy-justify-content-between {
  justify-content: space-between;
}
/*Button CSS*/
.hype-w-100 {
  width: 100%;
}
.hype-block-buttons .hype-btn {
  width: 100%;
}
.hype-btn {
  font-family: var(--body-theme-font);
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 9px 16px;
  letter-spacing: -0.16px;
  font-size: 0.875rem;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hype-btn-small {
  padding: 6px 12px;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.hype-btn-large {
  padding: 13px 16px;
  font-size: 1rem;
}
.hype-btn-xlarge {
  padding: 16px 24px;
  font-size: 1.125rem;
  letter-spacing: -0.18px;
}
.hype-btn-link {
  color: var(--hy-secondary);
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.hype-btn-link:hover {
  color: var(--hy-secondary);
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.hype-btn-link:active {
  color: var(--hy-secondary);
  background-color: transparent;
  border-color: transparent;
}
.hype-btn-green {
  color: var(--hype-white);
  background-color: var(--hype-primary);
  border-color: var(--hype-primary);
  box-shadow: 0 0 0 1px #19CD79, 0 1px 2px 0 rgba(17, 130, 77, 0.50);
}
.hype-btn-green:hover {
  color: var(--hype-white);
  background-color: var(--hype-primary-600);
  border-color: var(--hype-primary-600);
  box-shadow: 0 0 0 1px #20C276, 0 1px 2px 0 rgba(17, 130, 77, 0.50);
}
.hype-btn-green:active {
  color: var(--hype-white);
  background-color: var(--hype-primary-700);
  border-color: var(--hype-primary-700);
  box-shadow: 0 0 0 1px #188F57, 0 1px 2px 0 rgba(17, 130, 77, 0.50);
}
.hype-btn-black {
  color: var(--hype-white);
  background-color: var(--hype-gray-950);
  border-color: var(--hype-gray-950);
  box-shadow: 0 0 0 1px #363131, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
}
.hype-btn-black:hover {
  color: var(--hype-white);
  background-color: var(--hype-gray-900);
  border-color: var(--hype-gray-900);
  box-shadow: 0 0 0 1px #5C5555, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
}
.hype-btn-black:active {
  color: var(--hype-white);
  background-color: var(--hype-gray-950);
  border-color: var(--hype-gray-950);
  box-shadow: 0 0 0 1px #181616, 0 1px 2px 0 rgba(13, 12, 12, 0.50);
}
.hype-btn-gray {
  color: var(--hype-gray-950);
  background-color: var(--hype-white);
  border-color: var(--hype-white);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.08);
}
.hype-btn-gray:hover {
  color: var(--hype-gray-950);
  background-color: var(--hype-gray-50);
  border-color: var(--hype-gray-50);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.12);
}
.hype-btn-gray:active {
  color: var(--hype-gray-950);
  background-color: var(--hype-gray-100);
  border-color: var(--hype-gray-100);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.16);
}
.hype-btn-danger {
  color: var(--hype-red-700);
  background-color: var(--hype-white);
  border-color: var(--hype-white);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.08);
}
.hype-btn-danger:hover {
  color: var(--hype-red-700);
  background-color: var(--hype-gray-50);
  border-color: var(--hype-gray-50);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.12);
}
.hype-btn-danger:active {
  color: var(--hype-red-700);
  background-color: var(--hype-gray-100);
  border-color: var(--hype-gray-100);
  box-shadow: 0 1px 2px 0 rgba(156, 150, 150, 0.24), 0 0 0 1px rgba(34, 32, 32, 0.16);
}
.hype-btn.disabled, .hype-btn:disabled {
  color: var(--hype-gray-300);
  background-color: var(--hype-gray-50);
  border-color: var(--hype-gray-50);
  opacity: 1;
  pointer-events: none;
  box-shadow: none;
}
/*Links CSS*/
.hype-link {
  font-family: var(--body-theme-font);
  cursor: pointer;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  text-decoration: underline;
  text-underline-offset: 0.25em !important;
  transition: color .15s ease-in-out;
}
.hype-link-small {
  line-height: 1.15;
  text-underline-offset: 0.1em !important;
  font-size: 0.875rem;
}
.hype-link-large {
  font-size: 1rem;
  line-height: 1.5;
  text-underline-offset: 0.30em !important;
  letter-spacing: -0.16px;
}
.hype-link.disabled, .hype-link:disabled {
  color: var(--hype-gray-300) !important;
  -webkit-text-decoration-color: var(--hype-gray-300) !important;
  text-decoration-color: var(--hype-gray-300) !important;
  opacity: 1;
  pointer-events: none;
}
.hype-link.disabled:hover, .hype-link.disabled:focus, .hype-link.disabled:active, .hype-link.disabled:disabled:hover, .hype-link.disabled:disabled:focus, .hype-link.disabled:disabled:active {
  color: var(--hype-gray-300) !important;
  -webkit-text-decoration-color: var(--hype-gray-300) !important;
  text-decoration-color: var(--hype-gray-300) !important;
}
.hype-link-green {
  color: var(--hype-primary) !important;
  -webkit-text-decoration-color: var(--hype-primary) !important;
  text-decoration-color: var(--hype-primary) !important;
}
.hype-link-green:hover, .hype-link-green:focus {
  color: var(--hype-primary-600) !important;
  -webkit-text-decoration-color: var(--hype-primary-600) !important;
  text-decoration-color: var(--hype-primary-600) !important;
}
.hype-link-green:active {
  color: var(--hype-primary-700) !important;
  -webkit-text-decoration-color: var(--hype-primary-700) !important;
  text-decoration-color: var(--hype-primary-700) !important;
}
.hype-link-black {
  color: var(--hype-gray-950) !important;
  -webkit-text-decoration-color: var(--hype-gray-950) !important;
  text-decoration-color: var(--hype-gray-950) !important;
}
.hype-link-black:hover, .hype-link-black:focus {
  color: var(--hype-gray-900) !important;
  -webkit-text-decoration-color: var(--hype-gray-900) !important;
  text-decoration-color: var(--hype-gray-900) !important;
}
.hype-link-black:active {
  color: var(--hype-gray-950) !important;
  -webkit-text-decoration-color: var(--hype-gray-950) !important;
  text-decoration-color: var(--hype-gray-950) !important;
}
/*Badges*/
.hype-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  font-family: var(--primary-theme-font);
  color: var(--hype-gray-950);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px;
  border: 1px solid transparent;
}
.hype-green-badge {
  background: var(--hype-primary);
  border: 1px solid var(--hype-primary);
  color: var(--hy-shades-0);
}
.hype-green-outline-badge {
  background: transparent;
  border: 1px solid var(--hype-primary);
}
/*Margin Padding CSS*/
.has-margin-top--auto {
  margin-top: auto;
}
.has-margin-bottom--auto {
  margin-bottom: auto;
}
.has-margin-top--off {
  margin-top: 0 !important
}
.has-margin-top--small {
  margin-top: 1.5em !important
}
@media (min-width: 480px) {
  .has-margin-top--small {
    margin-top: 2em !important
  }
}
@media (min-width: 768px) {
  .has-margin-top--small {
    margin-top: 2.5em !important
  }
}
@media (min-width: 992px) {
  .has-margin-top--small {
    margin-top: 3em !important
  }
}
.has-margin-top--medium {
  margin-top: 3em !important
}
@media (min-width: 480px) {
  .has-margin-top--medium {
    margin-top: 4em !important
  }
}
@media (min-width: 768px) {
  .has-margin-top--medium {
    margin-top: 5em !important
  }
}
@media (min-width: 992px) {
  .has-margin-top--medium {
    margin-top: 6em !important
  }
}
.has-margin-top--large {
  margin-top: 6em !important
}
@media (min-width: 480px) {
  .has-margin-top--large {
    margin-top: 7em !important
  }
}
@media (min-width: 768px) {
  .has-margin-top--large {
    margin-top: 9em !important
  }
}
@media (min-width: 992px) {
  .has-margin-top--large {
    margin-top: 12em !important
  }
}
.has-margin-bottom--off {
  margin-bottom: 0 !important
}
.has-margin-bottom--small {
  margin-bottom: 1.5em !important
}
@media (min-width: 480px) {
  .has-margin-bottom--small {
    margin-bottom: 2em !important
  }
}
@media (min-width: 768px) {
  .has-margin-bottom--small {
    margin-bottom: 2.5em !important
  }
}
@media (min-width: 992px) {
  .has-margin-bottom--small {
    margin-bottom: 3em !important
  }
}
.has-margin-bottom--medium {
  margin-bottom: 3em !important
}
@media (min-width: 480px) {
  .has-margin-bottom--medium {
    margin-bottom: 4em !important
  }
}
@media (min-width: 768px) {
  .has-margin-bottom--medium {
    margin-bottom: 5em !important
  }
}
@media (min-width: 992px) {
  .has-margin-bottom--medium {
    margin-bottom: 6em !important
  }
}
.has-margin-bottom--large {
  margin-bottom: 6em !important
}
@media (min-width: 480px) {
  .has-margin-bottom--large {
    margin-bottom: 7em !important
  }
}
@media (min-width: 768px) {
  .has-margin-bottom--large {
    margin-bottom: 9em !important
  }
}
@media (min-width: 992px) {
  .has-margin-bottom--large {
    margin-bottom: 12em !important
  }
}
.has-padding-top--off {
  padding-top: 0 !important
}
.has-padding-top--small {
  padding-top: 1.5em !important
}
@media (min-width: 480px) {
  .has-padding-top--small {
    padding-top: 2em !important
  }
}
@media (min-width: 768px) {
  .has-padding-top--small {
    padding-top: 2.5em !important
  }
}
@media (min-width: 992px) {
  .has-padding-top--small {
    padding-top: 3em !important
  }
}
.has-padding-top--medium {
  padding-top: 3em !important
}
@media (min-width: 480px) {
  .has-padding-top--medium {
    padding-top: 4em !important
  }
}
@media (min-width: 768px) {
  .has-padding-top--medium {
    padding-top: 5em !important
  }
}
@media (min-width: 992px) {
  .has-padding-top--medium {
    padding-top: 6em !important
  }
}
.has-padding-top--large {
  padding-top: 6em !important
}
@media (min-width: 480px) {
  .has-padding-top--large {
    padding-top: 7em !important
  }
}
@media (min-width: 768px) {
  .has-padding-top--large {
    padding-top: 9em !important
  }
}
@media (min-width: 992px) {
  .has-padding-top--large {
    padding-top: 12em !important
  }
}
.has-padding-bottom--off {
  padding-bottom: 0 !important
}
.has-padding-bottom--small {
  padding-bottom: 1.5em !important
}
@media (min-width: 480px) {
  .has-padding-bottom--small {
    padding-bottom: 2em !important
  }
}
@media (min-width: 768px) {
  .has-padding-bottom--small {
    padding-bottom: 2.5em !important
  }
}
@media (min-width: 992px) {
  .has-padding-bottom--small {
    padding-bottom: 3em !important
  }
}
.has-padding-bottom--medium {
  padding-bottom: 3em !important
}
@media (min-width: 480px) {
  .has-padding-bottom--medium {
    padding-bottom: 4em !important
  }
}
@media (min-width: 768px) {
  .has-padding-bottom--medium {
    padding-bottom: 5em !important
  }
}
@media (min-width: 992px) {
  .has-padding-bottom--medium {
    padding-bottom: 6em !important
  }
}
.has-padding-bottom--large {
  padding-bottom: 6em !important
}
@media (min-width: 480px) {
  .has-padding-bottom--large {
    padding-bottom: 7em !important
  }
}
@media (min-width: 768px) {
  .has-padding-bottom--large {
    padding-bottom: 9em !important
  }
}
@media (min-width: 992px) {
  .has-padding-bottom--large {
    padding-bottom: 12em !important
  }
}
/****************************** ****************************** 
Blog Detail CSS
****************************** *****************************/
.hypeBlog-detail-page {
  display: block;
  font-family: var(--primary-theme-font);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .hypeBlog-detail-page  .container {
    width: 1130px;
  }
}
.hypeBlog-detail-page img, .hypeBlog-detail-page iframe {
  max-width: 100%;
}
.hypeBlog-detail-page .hype-btn.back-blog {
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'>\
  <path d='M10.0003 13.3334L4.66699 8.00009L10.0003 2.66675' stroke='%230D0C0C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0% 1px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  padding-left: 20px;
}
/**/
.hypeBlog-detail-main {
  position: relative;
}
@media (min-width: 1200px) {
  .hypeBlog-detail-page .row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .hypeBlog-detail-page .col-md-4, .hypeBlog-detail-page .col-md-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/*Blog Right Section*/
/* .hypeBlog-detail-page .col-md-4 {
  position: sticky;
  top: 80px; 
} */
.hypeBlog-detail-page .col-md-4 {
    position: relative;
    top: 0;
}
.hypeBlog-section--right {
  display: block;
}
/**/
.hypeBlog-music-part {
  border-radius: 12px;
  background: var(--hy-secondary);
  padding: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.hypeBlog-music-part h4 {
  color: var(--hy-shades-0);
  font-family: var(--heading-theme-font);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.hypeBlog-music-part p {
  color: var(--hy-shades-0);
  font-size: 0.875rem;
  line-height: 150%;
}
.hypeBlog-music-part .hype-btn {
  margin-top: 1rem;
}
/**/
.hypeBlog-contents-part {
  border-radius: 12px;
  background: var(--hy-gray);
  padding: 24px;
  margin-bottom: 24px;
}
.hypeBlog-contents-part h6 {
  color: var(--hype-gray-950);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.hypeBlog-contents-part ol {
  margin: 0;
  padding: 0 0 0 15px;
}
.hypeBlog-contents-part ol li {
  color: var(--hype-gray-950);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}
.hypeBlog-contents-part ol li a {
  color: var(--hype-gray-950);
}
.hypeBlog-contents-part ol li a:hover {
  color: var(--hy-shades-100);
  text-decoration: underline;
}
/**/
.hypeBlog-spotify-growth-part {
  border-radius: 12px;
  background: url(../images/blog-spority-growth-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.hypeBlog-spotify-growth-part img {
  width: 100%;
  max-width: 56px;
}
.hypeBlog-spotify-growth-part h3 {
  color: var(--hy-shades-0);
  font-family: var(--heading-theme-font);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin: 2rem 0;
}
.hypeBlog-spotify-growth-part h3 span {
  color: var(--hype-primary);
}
/*Blog Left Section*/
.hypeBlog-section--left {
  display: block;
  color: var(--hype-gray-950);
}
.hypeBlog-category {
  display: flex;
  gap: 5px;
}
.hypeBlog-category .hype-badge {
  color: var(--hype-gray-950);
}
.hypeBlog-section--left h1, .hypeBlog-section--left h2, .hypeBlog-section--left h3, .hypeBlog-section--left h4, .hypeBlog-section--left h5, .hypeBlog-section--left h6 {
  font-family: var(--heading-theme-font);
  color: var(--hype-gray-950);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
.hypeBlog-section--left h1 {
  font-size: 2rem;
}
.hypeBlog-section--left h2 {
  font-size: 1.5rem;
}
.hypeBlog-section--left h3 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .hypeBlog-section--left h1 {
    font-size: 2.5rem;
  }
  .hypeBlog-section--left h2 {
    font-size: 1.75rem;
  }
  .hypeBlog-section--left h3 {
    font-size: 1.375rem;
  }
  .hypeBlog-section--left h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .hypeBlog-section--left h1, .hypeBlog-section--left h2, .hypeBlog-section--left h3, .hypeBlog-section--left h4, .hypeBlog-section--left h5, .hypeBlog-section--left h6 {
    margin: 2.5rem 0 1.5rem;
  }
  .hypeBlog-section--left h1 {
    font-size: 2.75rem;
  }
  .hypeBlog-section--left h2 {
    font-size: 2rem;
  }
  .hypeBlog-section--left h3 {
    font-size: 1.5rem;
  }
  .hypeBlog-section--left h4 {
    font-size: 1.25rem;
  }
  .hypeBlog-section--left h5 {
    font-size: 1rem;
  }
  .hypeBlog-section--left h6 {
    font-size: 0.875rem;
  }
}
.hypeBlog-section--left p {
  font-family: var(--primary-theme-font);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  color: var(--hype-gray-950);
  margin-bottom: 1rem;
}
.hypeBlog-section--left p a {
  color: var(--hype-gray-950);
  font-weight: 500;
  text-decoration: underline;
}
.hypeBlog-section--left p a:hover {
  color: var(--hy-shades-100);
}
.hypeBlog-section--left img, .hypeBlog-section--left iframe {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
 .hypeBlog-section--left img, .hypeBlog-section--left iframe {
   margin-bottom: 2rem;
 } 
}
.hypeBlog-section--left ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
}
.hypeBlog-section--left ul li {
  color: var(--hype-gray-950);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin: 16px 0;
}
.hypeBlog-section--left ul li::marker {
  color: var(--hype-primary);
}
.hypeBlog-section--left ul li a {
  color: var(--hype-gray-950);
}
.hypeBlog-section--left ul li a:hover {
  color: var(--hy-shades-100);
  text-decoration: underline;
}
.hypeBlog-section--left ul li b {
  font-weight: 600;
}
/**/
.hype-stat-first-campaign {
  border-radius: 12px;
  background: var(--hy-gray);
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 24px;
}
.hype-stat-first-campaign h4 {
  font-size: 18px;
  margin: 0;
}
.hype-stat-first-campaign p {
  font-size: 14px;
  font-weight: 400;
  margin: 0.75rem 0 0;
}
@media (max-width: 767px) {
  .hype-stat-first-campaign {
    flex-direction: column;
  }
}
/*Related Blog Section*/
.hypeBlog-related-section {
  display: block;
}
@media (min-width: 1200px) {
  .hypeBlog-related-section .row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .hypeBlog-related-section .col-md-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.hypeBlog-related-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.hypeBlog-related-heading h2 {
  font-family: var(--heading-theme-font);
  color: var(--hype-gray-950);
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin: 0;
}
/**/
.hypeBlog-related-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.hypeBlog-related--card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #CCC9C9;
  overflow: hidden;
  width: calc(50% - 16px);
}
.hypeBlog-related--card .card-image {
  height: 300px;
}
.hypeBlog-related--card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hypeBlog-related--card .card-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.hypeBlog-related--card .card-content .hype-badge {
  padding: 0.4em 0.65em;
  font-size: 0.875em;
}
.hypeBlog-related--card .card-content .card-heading {
  font-family: var(--heading-theme-font);
  color: #131316;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.hypeBlog-related--card .card-content .card-heading a {
  color: #131316;
}
.hypeBlog-related--card .card-content .card-heading a:hover {
  color: var(--hy-shades-100);
  text-decoration: underline;
}
@media (max-width: 991px) { 
  .hypeBlog-related--card .card-image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .hypeBlog-related-wrapper {
    flex-direction: column;
  }
  .hypeBlog-related--card {
    flex-direction: column;
    width: 100%;
  }
  .hypeBlog-related--card .card-image {
    height: 300px;
  }
}
@media (max-width: 479px) { 
  .hypeBlog-related--card .card-image {
    height: 200px;
  }
}
.hypeBlog-category {
    display: block;
}
.hypeBlog-category .hype-badge {
    margin: 5px;
}
@media(max-width:575px){
.hypeBlog-related-heading h2{
	font-size: 2rem;
}
}
@media(max-width:475px){
.hypeBlog-related-heading h2{
	font-size: 1.5rem;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.2 !important;
}

h1, h2, h3 {
  scroll-margin-top: 100px; /* header height */
}
.sticky-wrapper {
  position: relative;
}
.hypeBlog-music-part-bottom {
  display: block;
}
@media(max-width:1200px){
header .without-log .nav > li > a {
    padding: 10px 8px;
}
}