

html { 
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  white-space: normal !important;
  hyphens: manual !important;
}

:root{--font-body:"Helvetica",sans-serif}
html,body,p,span{font-family:var(--font-body) !important}
@media (max-width:768px){
  html,body,p,span{font-size:14px !important;line-height:1.5 !important}
}

/* =============== Custom Fonts (absolute URLs) =============== */

/* Helvetica Regular */
@font-face {
  font-family: "Helvetica";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/Helvetica/helvetica.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/Helvetica/helvetica.woff")   format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* League-Spartan Thin */
@font-face {
  font-family: "League-Spartan";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Thin.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Thin.woff")   format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* League-Spartan Light */
@font-face {
  font-family: "League-Spartan";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Light.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Light.woff")   format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* League-Spartan Regular */
@font-face {
  font-family: "League-Spartan";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Regular.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Regular.woff")   format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* League-Spartan Bold */
@font-face {
  font-family: "League-Spartan";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Bold.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Bold.woff")   format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* League-Spartan Black */
@font-face {
  font-family: "League-Spartan";
  src:
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Black.woff2") format("woff2"),
    url("/hubfs/raw_assets/public/InterfellNew28/fonts/LeagueSpartan/LeagueSpartan-Black.woff")   format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============= End Custom Fonts ============= */

/* =============== CSS Variables =============== */
:root {
  --font-body:    "Helvetica", sans-serif;
  --font-heading: "League-Spartan", sans-serif;
}
/* ============ End CSS Variables ============ */







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 24px;
  background-color: #000000;
}


body {
  font-family: Helvetica, sans-serif;
  color: ;
  font-size: 24px;
}

/* Paragraphs */

p {
  font-family: Helvetica, sans-serif;
}

/* Anchors */

a {
  font-family: Helvetica, sans-serif;
  color: #0270E0;
}

a:hover,
a:focus {
  font-family: Helvetica, sans-serif;
  color: #0048b8;
}

a:active {
  font-family: Helvetica, sans-serif;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #792ac4;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #2dc6d6;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Helvetica, sans-serif;
  background-color: 

  
  
    
  


  rgba(45, 198, 214, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Helvetica, sans-serif;
  background-color: rgba(85, 238, 254, 1.0);
  border-color: #55eefe;
}





form,
.submitted-message {
  font-family: Helvetica, sans-serif;
  border: 1px none #792ac4;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(121, 42, 196, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #792ac4;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: League-Spartan, sans-serif;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: ;
  background-color: 

  
  
    
  


  rgba(121, 42, 196, 1.0)

;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

.fn-date-picker td.is-selected .pika-button {
  background: #2dc6d6;
}

.fn-date-picker td .pika-button:hover {
  background-color: #2dc6d6 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #2dc6d6;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #2dc6d6;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(45, 198, 214, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(85, 238, 254, 1.0);
  border-color: #55eefe;
}





/* Table */

table {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  
  padding: 18px;

  color: ;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(45, 198, 214, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(23, 25, 28, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Helvetica;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #2dc6d6;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #2dc6d6;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #2dc6d6;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(23, 25, 28, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(23, 25, 28, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Helvetica;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(23, 25, 28, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





/* ---------- Footer ---------- */

.footer{
  background-color: {color=#17191C, opacity=100, rgba=rgba(23, 25, 28, 1), rgb=rgb(23, 25, 28), hex=#17191C, css=#17191C};
  color:          {color=null, opacity=null, rgba=null, rgb=null, hex=null, css=};
  font-family: Verdana, sans-serif;
  padding: 40px 0;
}

.footer a{ color:inherit; text-decoration:none; }
.footer a:hover{ text-decoration:underline; }

/* Contenedor principal */
.footer__container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:40px;
}

/* ------------ Menús ------------ */
.footer__menu{ display:flex; gap:60px; }

.footer__heading{
  font-size:1rem;
  font-weight:700;
  margin-bottom:12px;
}

.footer__menu ul{ list-style:none; margin:0; padding:0; }
.footer__menu li+li{ margin-top:6px; }

/* ------------ Marca / CTA / Redes ------------ */
.footer__brand{ text-align:right; min-width:220px; }

.footer__logo{
  max-width:150px;
  height:auto;
  margin-bottom:20px;
}

.footer__cta{
  display:inline-block;
  background:#fff;
  color:#000;
  padding:10px 24px;
  font-size:.875rem;
  margin-bottom:20px;
}

.footer__social{
  display:flex;
  gap:14px;
  font-size:18px;
}

/* ------------ Divider & bottom ------------ */
.footer__divider{
  border:0;
  border-top:1px solid rgba(255,255,255,.15);
  margin:32px 0 24px;
}

.footer__bottom{
  display:flex;
  justify-content:space-between;
  font-size:.75rem;
  align-items:center;
}

/* ------------ Responsive ------------ */
@media (max-width:768px){
  .footer__container{ flex-direction:column; text-align:center; }
  .footer__brand{ text-align:center; }
  .footer__menu{ flex-direction:column; gap:24px; }
  .footer__bottom{ flex-direction:column; gap:12px; text-align:center; }
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: ;
}

.blog-post__tag-link {
  color: ;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: ;
}

.blog-post__tag-link:active {
  color: ;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: League-Spartan, sans-serif;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: ;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: ;
}

.blog-related-posts__title-link:active {
  color: ;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-family: League-Spartan, sans-serif;
  color: ;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: League-Spartan, sans-serif;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: ;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: ;
}

.hs-blog-post-listing__post-title-link:active {
  color: ;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: ;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: ;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: ;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: ;
}

.hs-pagination__link-icon svg {
  fill: ;
}

/* Pricing card */

.card__price {
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 30px;
}

.card__body svg {
  fill: #2dc6d6;
}

/* Social follow */

.social-links__icon {
  background-color: #2dc6d6;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #059eae;
}

.social-links__icon:active {
  background-color: #55eefe;
  font-family: League-Spartan, sans-serif;
  color: ;
  font-size: 30px;
}