







/* 1a. Containers */





/* 1b. Colors */













/* ===== ptx design tokens — single source of truth (derived from theme settings) ===== */
:root {
  /* brand & ink */
  --ptx-primary:        #2d62a9;
  --ptx-primary-hover:  #234e85;
  --ptx-secondary:      #565e72;
  --ptx-ink:            #223f5c;
  --ptx-accent:         #2056c9;   /* links, quick-answer, gates */
  --ptx-accent-hover:   color-mix(in srgb, #2056c9 82%, #000000);
  --ptx-accent-on-dark: #8daed9;   /* accent on dark bands */
  --ptx-eyebrow:        #c01a40;   /* eyebrows */
  --ptx-eyebrow-on-dark:#ff93a6;   /* eyebrows on dark bands */
  --ptx-accent-blue:    #94bce5;                                /* decorative */
  --ptx-accent-red:     #ff2b58;                                /* decorative */
  --ptx-focus:          #2d62a9;
  /* surfaces */
  --ptx-surface:        #ffffff;
  --ptx-bg:             #f2f2f2;
  --ptx-bg-tint:        #ddeaf7;
  --ptx-bg-dark:        #223f5c;
  --ptx-border:         #94bce5;
  --ptx-on-dark:        #ffffff;
  --ptx-on-dark-muted:  #cdd9e6;
  --ptx-font-display:   Averia Sans Libre, sans-serif;
  --ptx-font-body:      Atkinson Hyperlegible, sans-serif;
  /* spacing scale */
  --ptx-space-1: .5rem;  --ptx-space-2: 1rem;  --ptx-space-3: 1.5rem;
  --ptx-space-4: 2rem;   --ptx-space-5: 2.5rem; --ptx-space-6: 3rem;
  --ptx-space-8: 4rem;   --ptx-space-10: 5rem;
  /* fluid type scale */
  --ptx-text: clamp(1rem, .95rem + .3vw, 1.125rem);
  --ptx-h6: 1rem;
  --ptx-h5: 1.125rem;
  --ptx-h4: clamp(1.25rem, 1.1rem + .6vw, 1.5rem);
  --ptx-h3: clamp(1.5rem, 1.3rem + .9vw, 1.875rem);
  --ptx-h2: clamp(1.75rem, 1.4rem + 1.6vw, 2.25rem);
  --ptx-h1: clamp(2rem, 1.5rem + 2.5vw, 3rem);
}
/* ================================================================================= */

/* 1c. Typography */
















/* 1d. Buttons */












/* 1e. Forms */






















/* 1f. Tables */











/* 1g. Site header */






/* 1h. Site footer */











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

.body-container--blog-post .content-wrapper {
  max-width: 1240px;
}

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

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

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





html {
  font-size: 18px;
}

body {
  font-family: 'Atkinson Hyperlegible', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #223f5c;
  background-color: #f2f2f2;
  position: relative;
}

/* Paragraphs */

p {
  font-family: 'Atkinson Hyperlegible', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

main p:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  color: #2056c9;
}

a:hover,
a:focus {
  color: #18459f;
  text-decoration: none;
}

a:active {
  color: #18459f;
}

a.cta_button {
  box-sizing: border-box !important;
}

svg {
  fill: #565e72;
}

/* Headings */

h1,
.h1 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 48px;
}

h2,
.h2 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 36px;
}

h3,
.h3 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 30px;
}

h4,
.h4 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 24px;
}

h5,
.h5 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 20px;
}

h6,
.h6 {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 18px;
}

@media (max-width: 1139px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

}

.no-list {
  list-style: none;
}

/* Blockquote */

blockquote {
  border-left-color: #565e72;
}





button{
  background-color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  border: 1px solid #2d62a9;
  border-radius: 8px;
  color: #ffffff;
  fill: #ffffff;
  padding: 14px 22px;
  font-weight: 700;
  font-family: Atkinson Hyperlegible, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.button,
.cta_button {
  background-color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  border: 1px solid #2d62a9;
  border-radius: 8px;
  color: #ffffff;
  fill: #ffffff;
  padding: 14px 22px;
  font-weight: 700;
  font-family: Atkinson Hyperlegible, sans-serif;
  font-size: 16px;
  line-height: 100%;
  box-shadow: 0 6px 16px 0 rgba(45, 98, 169, 28% );
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.cta_button:hover,
.cta_button:focus {
  background-color: 

  
  
    
  


  rgba(35, 78, 133, 1.0)

;
  border-color: #234e85;
  color: #ffffff;
}

button:active,
.button:active,
.cta_button:active {
  background-color: 

  
  
    
  


  rgba(35, 78, 133, 1.0)

;
  border-color: #234e85;
  color: #ffffff;
}

.button-outline {
  background-color: transparent;
  border: 1px solid #2d62a9;
  color: #2d62a9;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 700;
  font-family: Atkinson Hyperlegible, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear, transform 0.15s linear, opacity 0.15s linear;
  box-shadow: 0 6px 16px 0 rgba(45, 98, 169, 28% );
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-outline:hover,
.button-outline:focus,
.button-outline:active,
.button-outline.active {
  background-color: #2d62a9;
  color: #ffffff;
  
}

.button .hs_cos_wrapper_type_icon,
.button-outline .hs_cos_wrapper_type_icon {
  margin-left:0.3125rem;
}

.button .hs_cos_wrapper_type_icon,
.button-outline .hs_cos_wrapper_type_icon {
  display: inline-block;
}

.button .hs_cos_wrapper_type_icon svg,
.button-outline .hs_cos_wrapper_type_icon svg {
  fill: inherit;
}






form {
  background-color: #ffffff;
  padding:1.25rem;
  border: 1px solid #94bce5;
}


form,
.submitted-message {
  font-family: 'Atkinson Hyperlegible', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

.hs-form {
  margin-right:0rem;
  margin-left:0rem;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  color: #ffffff;
  margin: 0;
  padding:1.25rem 1.875rem;
}


.hs-error-msgs {
  padding: 0;
  list-style: none;
}

.hs_error_rollup,
.hs-form-required {
  display: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-3 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-1 input[type="radio"],
fieldset.form-columns-2 input[type="radio"],
fieldset.form-columns-3 input[type="radio"],
fieldset.form-columns-1 input[type="checkbox"],
fieldset.form-columns-2 input[type="checkbox"],
fieldset.form-columns-3 input[type="checkbox"] {
  width: auto !important;
  margin-top:0.25rem;
  margin-right:0.4375rem;
}

fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}

.field, .hs-richtext, .hs-submit .actions{}

fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field{
  padding-right:0.625rem; /* adjust the .hs-form margin with same value */
  padding-left:0.625rem;  /* adjust the .hs-form margin with same value */
}

.hs-form .hs-button {
  margin-left:0.625rem;
  margin-right:0.625rem; 
}

.hs-membership-loader .actions {
  padding-right: 0;
  padding-left: 0;
}

fieldset.form-columns-3 .hs-form-field {
  width: 33.333333% !important;
}

@media (max-width: 767px) {

  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

}

/* Form label */

form label {
  color: #223f5c;
}

form label.hs-error-msg{
  color: #223f5c;
}

/* Form help text */

form legend {
  color: #565e72;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=search],
form select,
form textarea {
  border-color: #565e72;
  color: #223f5c;
  border-radius: 8px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form input[type=search]:focus,
form select:focus,
form textarea:focus {
  border-color: #2d62a9;
  outline: 2px solid #2d62a9;
  outline-offset: 2px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #223f5c;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #223f5c;
}

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  border: 1px solid #2d62a9;
  border-radius: 8px;
  color: #ffffff;
  fill: #ffffff;
  padding: 14px 22px;
  font-weight: 700;
  font-family: Atkinson Hyperlegible, sans-serif;
  font-size: 16px;
  line-height: 100%;
  box-shadow: 0 6px 16px 0 rgba(45, 98, 169, 28% );
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

  
  
    
  


  rgba(35, 78, 133, 1.0)

;
  border: 1px solid #234e85;
  color: #ffffff;
  fill: #ffffff;
}

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

  
  
    
  


  rgba(35, 78, 133, 1.0)

;
  border: 1px solid #234e85;
  color: #ffffff;
  fill: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #94bce5;
}

th,
td {
  border-color: #94bce5;
  color: #223f5c;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  border-bottom-color: #94bce5;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(221, 234, 247, 1.0)

;
  color: #223f5c;
}





.header {
  background-color: transparent;
  box-shadow: 0 4px 24px 0 rgb(22 20 18 / 4%);
}

.header__container .header__row-1 .header__row-1-container,
.header__container .header__row-2 {
  max-width: 1240px;
  margin: 0 auto;
  padding:0 1.25rem;
}

.header__container .header__row-1 {
  display: block; 
  text-align: right;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #223f5c;
  font-family: Averia Sans Libre, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a: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: #2d62a9;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #2d62a9;
}

.navigation-primary .header-search svg {
  fill: #565e72;
}

.menu-button .hs-search-form .hs-search-submit svg{
  fill: #ffffff;
}

.header__language-switcher .lang_list_class li a {
  color: #565e72;
}

.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #424a5e;
}

.header__language-switcher .lang_list_class li a:active {
  color: #384054;
}

.header__language-switcher .lang_list_class:before {
  border-color: rgba(148, 188, 229, 1.0);
}

body .submenu.level-2,
body .submenu.level-3{
  border-left: 5px solid #2d62a9;
}

body .submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li,
body .submenu.level-2 > li:first-child:before {
  color: #223f5c;
  background-color: #ffffff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: #ddeaf7;
  color: #2d62a9;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Atkinson Hyperlegible, sans-serif;
}

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

[data-global-resource-path*="header.html"],
[data-global-resource-path*="header-no-navigation.html"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

[data-global-resource-path*="header.html"] .header,
[data-global-resource-path*="header-no-navigation.html"] .header {
  width: 100%;
  background-color: #ffffff;
} 


[data-global-resource-path*="header.html"],
[data-global-resource-path*="header-no-navigation.html"] {
  position: relative;
}


body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
  border-top: 5px solid #565e72;
}

.header__language-switcher--label-current {
  color: #223f5c;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.75rem;
}

[data-global-resource-path*="header.html"] .header .button-outline {
  display: inline-block;
  font-weight: 700;
  font-family: Atkinson Hyperlegible, sans-serif;
  line-height: 1;
  color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
  padding:0.875rem 1.5rem;
  font-size: 1rem;
  transition: background-color .15s linear, color .15s linear, border-color .15s linear, box-shadow .15s linear, transform .15s linear, opacity .15s linear;
}

[data-global-resource-path*="header.html"] .header .button-outline:hover,
[data-global-resource-path*="header.html"] .header .button-outline:focus {
  border-color: 

  
  
    
  


  rgba(45, 98, 169, 1.0)

;
}

.header__navigation {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-start;
}

.header__navigation-buttons{
  margin-left: auto;
  margin-right: 0;
}

.header__search {
  display: none; 
}

.header__row-1 {
  border-bottom: 0px solid transparent;
}


.header__row-1 {
  padding: 0; 
}


.info-text {
  border-color: #223f5c;
  color: #223f5c;
}

.info-text a {
  color: #223f5c;
}

.info-text .hs_cos_wrapper_type_icon svg {
  fill: #223f5c;
  margin-right:0.3125rem;
}

.info-text-2.info-no-language {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.header__container-lp {
  padding:1.25rem;
}

.header__container-lp .header-lp-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.header__container-lp .header-lp-flex .header-lp-col {
  flex: 1;
  color: #223f5c;
}

@media(max-width: 1139px) {

  .header__navigation {
    display: none;
  }

  

  

  

  

  

  .info-text {
    border-color: #223f5c;
    color: #223f5c;
  }

  .info-text a {
    color: #223f5c;
  }

  .info-text .hs_cos_wrapper_type_icon svg {
    fill: #223f5c;
  }

  .info-text-1 + .info-text-2,
  .info-text-1.info-solo {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  .header__container {
    display: block;
  }

  .header__row-1 {
    padding: 0;
    
  }

  .header__container .header__row-2 {
    padding:1.25rem;
  }

  body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    background: none;
    width: auto;
    height: auto;
    border: 0px;
  }

  body .navigation-primary .submenu.level-1 > li:first-child,
  body .navigation-primary .submenu.level-1 > li{
    border: 0px;
    border-bottom: 1px solid #94bce5;
  }
  body .header__navigation-buttons li.header-button {
    border: 0px;
    padding-left:0rem;
    padding-right:0rem;
  }

  body .navigation-primary .submenu.level-1 > li.has-submenu{
    padding-right:0rem;
  }

  [data-global-resource-path*="header.html"] .header,
  [data-global-resource-path*="header-no-navigation.html"] .header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  
  [data-global-resource-path*="header.html"],
  [data-global-resource-path*="header-no-navigation.html"] {
    position: relative;
  }
  

  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__language-switcher .lang_list_class a:hover,
  .header__language-switcher .lang_list_class a:focus {
    background-color: none;
  }

  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  /* 
  body .navigation-primary a, 
  .header__logo .logo-company-name, 
  .header__language-switcher-label-current  {
  color: #fff;
}

  body .navigation-primary a:hover,
  body .navigation-primary a:focus,
  .header__logo .logo-company-name:hover,
  .header__logo .logo-company-name:focus,
  .header__language-switcher-label-current:hover,
  .header__language-switcher-label-current:focus {
  color: #fff;
}
  */

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

}

@media(max-width: 767px) {

  
  [data-global-resource-path*="header.html"],
  [data-global-resource-path*="header-no-navigation.html"] {
    position: relative;
  }
  

}

@media(max-width: 479px) {

  .header__logo {
    max-width: 150px;
  }

}





.footer {
  background-color: 

  
  
    
  


  rgba(34, 63, 92, 1.0)

;
  font-family: Atkinson Hyperlegible, sans-serif;
}

.footer .social-links {
  justify-content: start;
}

.footer .social-links .social-links__link:not(:last-child) {
  margin-right:0.625rem;
}

.footer .social-links__icon {
  margin: 0;
}

.footer a {
  text-decoration: none; 
  color: #8daed9;
}

.footer a:hover,
.footer a:focus {
  color: #aec5e4;
}

.footer .hs-menu-flow-horizontal ul {
  padding-left: 0;
  list-style: none;
}

.footer .hs-menu-flow-horizontal ul .hs-menu-item {
  display: inline-block;
}

.footer .hs-menu-flow-horizontal ul .hs-menu-item:not(:last-child) {
  margin-right:0.9375rem;
}

.footer .hs-menu-flow-vertical ul .hs-menu-item a {
  padding:0.3125rem 0;
  display: inline-block;
}

/* Footer Content */

.footer p,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}


.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff;
}

.footer form input[type=text], 
.footer form input[type=email], 
.footer form input[type=password], 
.footer form input[type=tel], 
.footer form input[type=number], 
.footer form input[type=file], 
.footer form input[type=search], 
.footer form select, 
.footer form textarea {
  padding:0.875rem 1.5rem;
}

.footer form input[type=submit], 
.footer form .hs-button {
  padding:0.875rem 1.5rem;
  display: block;
  width: 100%;
  font-size: 1.125rem;
}

.footer-social-follow .social-links {
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem 1rem;            /* row-gap col-gap — replaces per-item margins when stacked */
}
/* Copyright stays one intact block: it sits inline with the icons when there is room,
   and staples onto its own line (icons drop below) when the column gets tight —
   instead of interleaving the sentence with the icon row. */
.footer-social-follow .social-label {
  flex: 1 1 auto;
  min-width: 15rem;            /* below this, the label wraps to its own flex line */
  margin-right: 0;
  text-align: right;
}
.footer-social-follow .social-links__link { margin-bottom: 0; }

.footer-powered-text {
  text-align: right;
}

@media (max-width: 767px) {

  .footer-social-follow .social-links {
    justify-content: flex-start;
  }
  .footer-social-follow .social-label {
    text-align: left;
    min-width: 100%;          /* on phones always stack: copyright block, then icons row */
  }

  .footer .widget-type-header h1,
  .footer .widget-type-header h2,
  .footer .widget-type-header h3,
  .footer .widget-type-header h4,
  .footer .widget-type-header h5,
  .footer .widget-type-header h6 {
    margin-bottom:0.625rem; 
  }

}





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

/* Blog listing */

.blog-index__post-title-link {
  color: #2d62a9;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #223f5c;
}

/* Blog pagination */

.blog-pagination__link {
  border: 1px solid #2d62a9;
  color: #2d62a9;
  border-radius: 14px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  border: 1px solid #2d62a9;
  background-color: #2d62a9;
  color: #ffffff;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #2d62a9;
}

.blog-pagination__link--active {
  border: 1px solid #2d62a9;
  background-color: #2d62a9;
  color: #ffffff;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #2d62a9;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #2d62a9;
}

.blog-pagination__next-link:hover svg,
.blog-pagination__prev-link:hover svg {
  fill: #ffffff;
}

/* Blog post */

.blog-post__meta a {
  color: #223f5c;
}

.blog-post__tag-link {
  color: #223f5c;
}

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

.blog-post__tag-link:active {
  color: #04213e;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #2d62a9;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #2056c9;
}

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

#comments-listing .comment-reply-to:active {
  color: #18459f;
}




.hs-search-results__title {
  color: #565e72;
}

.hs-search-results__pagination a:empty {
  display: none;
}





.card__price {
  font-family: 'Averia Sans Libre', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2d62a9;
  font-size: 30px;
}

.tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-family: Atkinson Hyperlegible, sans-serif;
}

.tagline-wrap .tagline-line {
  width: 30px;
  height: 2px;
}

.text-center .tagline-wrap {
  justify-content: center;
}

.button-full-width a,
.button-full-width .cta_button {
  width: 100%; 
}




.box-shadow {
  box-shadow: 0 5px 20px 0 rgb(40 46 56 / 10%);
}

a .box-shadow {
  transition: box-shadow 300ms ease; 
}

a:hover .box-shadow {
  box-shadow: 0 30px 30px -10px rgb(45 51 74 / 10%);
}

.border-radius {
  border-radius: 14px; 
}

.primary-color {
  color: #2d62a9;
}

.primary-bg-color {
  background-color: #2d62a9;
}

.primary-border-color {
  border-color: #2d62a9;
}

.secondary-color {
  color: #565e72;
}

.secondary-accent-color {
  background-color: #d3dbef;
}

.secondary-bg-color {
  background-color: #565e72;
}

.secondary-border-color {
  border-color: #565e72;
}

.tagline {
  color: #565e72;
}

.primary-font {
  font-family: 'Averia Sans Libre', sans-serif;
}

.secondary-font {
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

/* Letter Spacing */
.letter-spacing-1 { 
  letter-spacing: 1px;
}

.letter-spacing-2 { 
  letter-spacing: 2px;
}

/* Lists */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right:0.5rem;
}

/* Text */
.text-left {
  text-align: left;
}

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

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

@media (max-width: 1139px) {

  .text-tablet-left {
    text-align: left;
  }

  .text-tablet-right {
    text-align: right;
  }

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

}

@media (max-width: 767px) {

  .text-phone-left {
    text-align: left;
  }

  .text-phone-right {
    text-align: right;
  }

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

}

/* Line Height */
.line-height-1 {
  line-height: 1;
}

.line-height-11 {
  line-height: 1.1;
}

.line-height-12 {
  line-height: 1.2;
}

.line-height-13 {
  line-height: 1.3;
}

.line-height-14 {
  line-height: 1.4;
}

.line-height-15 {
  line-height: 1.5;
}

.line-height-16 {
  line-height: 1.6;
}

.line-height-17 {
  line-height: 1.7;
}

.line-height-18 {
  line-height: 1.8;
}

.line-height-19 {
  line-height: 1.9;
}

.line-height-2 {
  line-height: 2;
}

@media (max-width: 1139px) {

  .line-height-tablet-1 {
    line-height: 1;
  }

  .line-height-tablet-11 {
    line-height: 1.1;
  }

  .line-height-tablet-12 {
    line-height: 1.2;
  }

  .line-height-tablet-13 {
    line-height: 1.3;
  }

  .line-height-tablet-14 {
    line-height: 1.4;
  }

  .line-height-tablet-15 {
    line-height: 1.5;
  }

}

@media (max-width: 767px) {

  .line-height-phone-1 {
    line-height: 1;
  }

  .line-height-phone-11 {
    line-height: 1.1;
  }

  .line-height-phone-12 {
    line-height: 1.2;
  }

  .line-height-phone-13 {
    line-height: 1.3;
  }

  .line-height-phone-14 {
    line-height: 1.4;
  }

  .line-height-phone-15 {
    line-height: 1.5;
  }

}

/* Floats */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

@media (max-width: 1139px) {

  .float-tablet-left {
    float: left;
  }

  .float-tablet-right {
    float: right;
  }

  .float-tablet-none {
    float: none;
  }

}

@media (max-width: 767px) {

  .float-phone-left {
    float: left;
  }

  .float-phone-right {
    float: right;
  }

  .float-phone-none {
    float: none;
  }

}

/* Font Weight */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* Max Width */
.max-width-1200,
.container-fluid .row-fluid .max-width-1200 {
  max-width: 1200px;
}

.max-width-1190,
.container-fluid .row-fluid .max-width-1190 {
  max-width: 1190px;
}

.max-width-1180,
.container-fluid .row-fluid .max-width-1180 {
  max-width: 1180px;
}

.max-width-1170,
.container-fluid .row-fluid .max-width-1170 {
  max-width: 1170px;
}

.max-width-1160,
.container-fluid .row-fluid .max-width-1160 {
  max-width: 1160px;
}

.max-width-1150,
.container-fluid .row-fluid .max-width-1150 {
  max-width: 1150px;
}

.max-width-1140,
.container-fluid .row-fluid .max-width-1140 {
  max-width: 1140px;
}

.max-width-1130,
.container-fluid .row-fluid .max-width-1130 {
  max-width: 1130px;
}

.max-width-1120,
.container-fluid .row-fluid .max-width-1120 {
  max-width: 1120px;
}

.max-width-1110,
.container-fluid .row-fluid .max-width-1110 {
  max-width: 1110px;
}

.max-width-1100,
.container-fluid .row-fluid .max-width-1100 {
  max-width: 1100px;
}

.max-width-1090,
.container-fluid .row-fluid .max-width-1090 {
  max-width: 1090px;
}

.max-width-1080,
.container-fluid .row-fluid .max-width-1080 {
  max-width: 1080px;
}

.max-width-1070,
.container-fluid .row-fluid .max-width-1070 {
  max-width: 1070px;
}

.max-width-1060,
.container-fluid .row-fluid .max-width-1060 {
  max-width: 1060px;
}

.max-width-1050,
.container-fluid .row-fluid .max-width-1050 {
  max-width: 1050px;
}

.max-width-1000,
.container-fluid .row-fluid .max-width-1000 {
  max-width: 1000px;
}

.max-width-950,
.container-fluid .row-fluid .max-width-950 {
  max-width: 950px;
}

.max-width-900,
.container-fluid .row-fluid .max-width-900 {
  max-width: 900px;
}

.max-width-850,
.container-fluid .row-fluid .max-width-850 {
  max-width: 850px;
}

.max-width-800,
.container-fluid .row-fluid .max-width-800 {
  max-width: 800px;
}

.max-width-750,
.container-fluid .row-fluid .max-width-750 {
  max-width: 750px;
}

.max-width-700,
.container-fluid .row-fluid .max-width-700 {
  max-width: 700px;
}

.max-width-650,
.container-fluid .row-fluid .max-width-650 {
  max-width: 650px;
}

.max-width-600,
.container-fluid .row-fluid .max-width-600 {
  max-width: 600px;
}

.max-width-550,
.container-fluid .row-fluid .max-width-550 {
  max-width: 550px;
}

.max-width-500,
.container-fluid .row-fluid .max-width-500 {
  max-width: 500px;
}

.max-width-450,
.container-fluid .row-fluid .max-width-450 {
  max-width: 450px;
}

.max-width-400,
.container-fluid .row-fluid .max-width-400 {
  max-width: 400px;
}

.max-width-350,
.container-fluid .row-fluid .max-width-350 {
  max-width: 350px;
}

.max-width-300,
.container-fluid .row-fluid .max-width-300 {
  max-width: 300px;
}

/* Min Height */
.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%; 
}

.min-h-screen {
  min-height: 100svh; 
}

/* Spacing */
.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin:0.3125rem;
}

.m-10 {
  margin:0.625rem;
}

.m-15 {
  margin:0.9375rem;
}

.m-20 {
  margin:1.25rem;
}

.m-25 {
  margin:1.5625rem;
}

.m-30 {
  margin:1.875rem;
}

.m-35 {
  margin:2.1875rem;
}

.m-40 {
  margin:2.5rem;
}

.m-45 {
  margin:2.8125rem;
}

.m-50 {
  margin:3.125rem;
}

.m-55 {
  margin:3.4375rem;
}

.m-60 {
  margin:3.75rem;
}

.m-65 {
  margin:4.0625rem;
}

.m-70 {
  margin:4.375rem;
}

.m-75 {
  margin:4.6875rem;
}

.m-80 {
  margin:5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top:0.3125rem;
}

.mt-10 {
  margin-top:0.625rem;
}

.mt-15 {
  margin-top:0.9375rem;
}

.mt-20 {
  margin-top:1.25rem;
}

.mt-25 {
  margin-top:1.5625rem;
}

.mt-30 {
  margin-top:1.875rem;
}

.mt-35 {
  margin-top:2.1875rem;
}

.mt-40 {
  margin-top:2.5rem;
}

.mt-45 {
  margin-top:2.8125rem;
}

.mt-50 {
  margin-top:3.125rem;
}

.mt-55 {
  margin-top:3.4375rem;
}

.mt-60 {
  margin-top:3.75rem;
}

.mt-65 {
  margin-top:4.0625rem;
}

.mt-70 {
  margin-top:4.375rem;
}

.mt-75 {
  margin-top:4.6875rem;
}

.mt-80 {
  margin-top:5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right:0.3125rem;
}

.mr-10 {
  margin-right:0.625rem;
}

.mr-15 {
  margin-right:0.9375rem;
}

.mr-20 {
  margin-right:1.25rem;
}

.mr-25 {
  margin-right:1.5625rem;
}

.mr-30 {
  margin-right:1.875rem;
}

.mr-35 {
  margin-right:2.1875rem;
}

.mr-40 {
  margin-right:2.5rem;
}

.mr-45 {
  margin-right:2.8125rem;
}

.mr-50 {
  margin-right:3.125rem;
}

.mr-55 {
  margin-right:3.4375rem;
}

.mr-60 {
  margin-right:3.75rem;
}

.mr-65 {
  margin-right:4.0625rem;
}

.mr-70 {
  margin-right:4.375rem;
}

.mr-75 {
  margin-right:4.6875rem;
}

.mr-80 {
  margin-right:5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom:0.3125rem;
}

.mb-10 {
  margin-bottom:0.625rem;
}

.mb-15 {
  margin-bottom:0.9375rem;
}

.mb-20 {
  margin-bottom:1.25rem;
}

.mb-25 {
  margin-bottom:1.5625rem;
}

.mb-30 {
  margin-bottom:1.875rem;
}

.mb-35 {
  margin-bottom:2.1875rem;
}

.mb-40 {
  margin-bottom:2.5rem;
}

.mb-45 {
  margin-bottom:2.8125rem;
}

.mb-50 {
  margin-bottom:3.125rem;
}

.mb-55 {
  margin-bottom:3.4375rem;
}

.mb-60 {
  margin-bottom:3.75rem;
}

.mb-65 {
  margin-bottom:4.0625rem;
}

.mb-70 {
  margin-bottom:4.375rem;
}

.mb-75 {
  margin-bottom:4.6875rem;
}

.mb-80 {
  margin-bottom:5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left:0.3125rem;
}

.ml-10 {
  margin-left:0.625rem;
}

.ml-15 {
  margin-left:0.9375rem;
}

.ml-20 {
  margin-left:1.25rem;
}

.ml-25 {
  margin-left:1.5625rem;
}

.ml-30 {
  margin-left:1.875rem;
}

.ml-35 {
  margin-left:2.1875rem;
}

.ml-40 {
  margin-left:2.5rem;
}

.ml-45 {
  margin-left:2.8125rem;
}

.ml-50 {
  margin-left:3.125rem;
}

.ml-55 {
  margin-left:3.4375rem;
}

.ml-60 {
  margin-left:3.75rem;
}

.ml-65 {
  margin-left:4.0625rem;
}

.ml-70 {
  margin-left:4.375rem;
}

.ml-75 {
  margin-left:4.6875rem;
}

.ml-80 {
  margin-left:5rem;
}

@media (max-width: 1139px) {

  .m-30,
  .m-35 {
    margin:1.5625rem;
  }

  .m-40,
  .m-45 {
    margin:1.875rem;
  }

  .m-50,
  .m-55 {
    margin:2.1875rem;
  }

  .m-60,
  .m-65 {
    margin:2.5rem;
  }

  .m-70,
  .m-75,
  .m-80 {
    margin:2.8125rem;
  }

  .mt-30,
  .mt-35 {
    margin-top:1.5625rem;
  }

  .mt-40,
  .mt-45 {
    margin-top:1.875rem;
  }

  .mt-50,
  .mt-55 {
    margin-top:2.1875rem;
  }

  .mt-60,
  .mt-65 {
    margin-top:2.5rem;
  }

  .mt-70,
  .mt-75,
  .mt-80 {
    margin-top:2.8125rem;
  }

  .mr-30,
  .mr-35 {
    margin-right:1.5625rem;
  }

  .mr-40,
  .mr-45 {
    margin-right:1.875rem;
  }

  .mr-50,
  .mr-55 {
    margin-right:2.1875rem;
  }

  .mr-60,
  .mr-65 {
    margin-right:2.5rem;
  }

  .mr-70,
  .mr-75,
  .mr-80 {
    margin-right:2.8125rem;
  }

  .mb-30,
  .mb-35 {
    margin-bottom:1.5625rem;
  }

  .mb-40,
  .mb-45 {
    margin-bottom:1.875rem;
  }

  .mb-50,
  .mb-55 {
    margin-bottom:2.1875rem;
  }

  .mb-60,
  .mb-65 {
    margin-bottom:2.5rem;
  }

  .mb-70,
  .mb-75,
  .mb-80 {
    margin-bottom:2.8125rem;
  }

  .ml-30,
  .ml-35 {
    margin-left:1.5625rem;
  }

  .ml-40,
  .ml-45 {
    margin-left:1.875rem;
  }

  .ml-50,
  .ml-55 {
    margin-left:2.1875rem;
  }

  .ml-60,
  .ml-65 {
    margin-left:2.5rem;
  }

  .ml-70,
  .ml-75,
  .ml-80 {
    margin-left:2.8125rem;
  }

  .m-tablet-0 {
    margin: 0;
  }

  .mt-tablet-0 {
    margin-top: 0;
  }

  .mr-tablet-0 {
    margin-right: 0;
  }

  .mb-tablet-0 {
    margin-bottom: 0;
  }

  .ml-tablet-0 {
    margin-left: 0;
  }

}

@media (max-width: 767px) {

  .m-15,
  .m-20,
  .m-25 {
    margin:0.625rem;
  }

  .m-30,
  .m-35 {
    margin:0.9375rem;
  }

  .m-40,
  .m-45 {
    margin:1.25rem;
  }

  .m-50,
  .m-55 {
    margin:1.5625rem;
  }

  .m-60,
  .m-65 {
    margin:1.875rem;
  }

  .m-70,
  .m-75,
  .m-80 {
    margin:2.1875rem;
  }

  .mt-15,
  .mt-20,
  .mt-25 {
    margin-top:0.625rem;
  }

  .mt-30,
  .mt-35 {
    margin-top:0.9375rem;
  }

  .mt-40,
  .mt-45 {
    margin-top:1.25rem;
  }

  .mt-50,
  .mt-55 {
    margin-top:1.5625rem;
  }

  .mt-60,
  .mt-65 {
    margin-top:1.875rem;
  }

  .mt-70,
  .mt-75,
  .mt-80 {
    margin-top:2.1875rem;
  }

  .mr-15,
  .mr-20,
  .mr-25 {
    margin-right:0.625rem;
  }

  .mr-30,
  .mr-35 {
    margin-right:0.9375rem;
  }

  .mr-40,
  .mr-45 {
    margin-right:1.25rem;
  }

  .mr-50,
  .mr-55 {
    margin-right:1.5625rem;
  }

  .mr-60,
  .mr-65 {
    margin-right:1.875rem;
  }

  .mr-70,
  .mr-75,
  .mr-80 {
    margin-right:2.1875rem;
  }

  .mb-15,
  .mb-20,
  .mb-25 {
    margin-bottom:0.625rem;
  }

  .mb-30,
  .mb-35 {
    margin-bottom:0.9375rem;
  }

  .mb-40,
  .mb-45 {
    margin-bottom:1.25rem;
  }

  .mb-50,
  .mb-55 {
    margin-bottom:1.5625rem;
  }

  .mb-60,
  .mb-65 {
    margin-bottom:1.875rem;
  }

  .mb-70,
  .mb-75,
  .mb-80 {
    margin-bottom:2.1875rem;
  }

  .ml-15,
  .ml-20,
  .ml-25 {
    margin-left:0.625rem;
  }

  .ml-30,
  .ml-35 {
    margin-left:0.9375rem;
  }

  .ml-40,
  .ml-45 {
    margin-left:1.25rem;
  }

  .ml-50,
  .ml-55 {
    margin-left:1.5625rem;
  }

  .ml-60,
  .ml-65 {
    margin-left:1.875rem;
  }

  .ml-70,
  .ml-75,
  .ml-80 {
    margin-left:2.1875rem;
  }

  .m-phone-0 {
    margin: 0;
  }

  .mt-phone-0 {
    margin-top: 0;
  }

  .mr-phone-0 {
    margin-right: 0;
  }

  .mb-phone-0 {
    margin-bottom: 0;
  }

  .ml-phone-0 {
    margin-left: 0;
  }

}

.p-0 {
  padding: 0;
}

.p-5 {
  padding:0.3125rem;
}

.p-10 {
  padding:0.625rem;
}

.p-15 {
  padding:0.9375rem;
}

.p-20 {
  padding:1.25rem;
}

.p-25 {
  padding:1.5625rem;
}

.p-30 {
  padding:1.875rem;
}

.p-35 {
  padding:2.1875rem;
}

.p-40 {
  padding:2.5rem;
}

.p-45 {
  padding:2.8125rem;
}

.p-50 {
  padding:3.125rem;
}

.p-55 {
  padding:3.4375rem;
}

.p-60 {
  padding:3.75rem;
}

.p-65 {
  padding:4.0625rem;
}

.p-70 {
  padding:4.375rem;
}

.p-75 {
  padding:4.6875rem;
}

.p-80 {
  padding:5rem;
}

.p-85 {
  padding:5.3125rem;
}

.p-90 {
  padding:5.625rem;
}

.p-95 {
  padding:5.9375rem;
}

.p-100 {
  padding:6.25rem;
}

.p-120 {
  padding:7.5rem;
}

.p-150 {
  padding:9.375rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-5 {
  padding-top:0.3125rem;
  padding-bottom:0.3125rem;
}

.py-10 {
  padding-top:0.625rem;
  padding-bottom:0.625rem;
}

.py-15 {
  padding-top:0.9375rem;
  padding-bottom:0.9375rem;
}

.py-20 {
  padding-top:1.25rem;
  padding-bottom:1.25rem;
}

.py-25 {
  padding-top:1.5625rem;
  padding-bottom:1.5625rem;
}

.py-30 {
  padding-top:1.875rem;
  padding-bottom:1.875rem;
}

.py-35 {
  padding-top:2.1875rem;
  padding-bottom:2.1875rem;
}

.py-40 {
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}

.py-45 {
  padding-top:2.8125rem;
  padding-bottom:2.8125rem;
}

.py-50 {
  padding-top:3.125rem;
  padding-bottom:3.125rem;
}

.py-55 {
  padding-top:3.4375rem;
  padding-bottom:3.4375rem;
}

.py-60 {
  padding-top:3.75rem;
  padding-bottom:3.75rem;
}

.py-65 {
  padding-top:4.0625rem;
  padding-bottom:4.0625rem;
}

.py-70 {
  padding-top:4.375rem;
  padding-bottom:4.375rem;
}

.py-75 {
  padding-top:4.6875rem;
  padding-bottom:4.6875rem;
}

.py-80 {
  padding-top:5rem;
  padding-bottom:5rem;
}

.py-85 {
  padding-top:5.3125rem;
  padding-bottom:5.3125rem;
}

.py-90 {
  padding-top:5.625rem;
  padding-bottom:5.625rem;
}

.py-95 {
  padding-top:5.9375rem;
  padding-bottom:5.9375rem;
}

.py-100 {
  padding-top:6.25rem;
  padding-bottom:6.25rem;
}

.py-120 {
  padding-top:7.5rem;
  padding-bottom:7.5rem;
}

.py-150 {
  padding-top:9.375rem;
  padding-bottom:9.375rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-5 {
  padding-left:0.3125rem;
  padding-right:0.3125rem;
}

.px-10 {
  padding-left:0.625rem;
  padding-right:0.625rem;
}

.px-15 {
  padding-left:0.9375rem;
  padding-right:0.9375rem;
}

.px-20 {
  padding-left:1.25rem;
  padding-right:1.25rem;
}

.px-25 {
  padding-left:1.5625rem;
  padding-right:1.5625rem;
}

.px-30 {
  padding-left:1.875rem;
  padding-right:1.875rem;
}

.px-35 {
  padding-left:2.1875rem;
  padding-right:2.1875rem;
}

.px-40 {
  padding-left:2.5rem;
  padding-right:2.5rem;
}

.px-45 {
  padding-left:2.8125rem;
  padding-right:2.8125rem;
}

.px-50 {
  padding-left:3.125rem;
  padding-right:3.125rem;
}

.px-55 {
  padding-left:3.4375rem;
  padding-right:3.4375rem;
}

.px-60 {
  padding-left:3.75rem;
  padding-right:3.75rem;
}

.px-65 {
  padding-left:4.0625rem;
  padding-right:4.0625rem;
}

.px-70 {
  padding-left:4.375rem;
  padding-right:4.375rem;
}

.px-75 {
  padding-left:4.6875rem;
  padding-right:4.6875rem;
}

.px-80 {
  padding-left:5rem;
  padding-right:5rem;
}

.px-85 {
  padding-left:5.3125rem;
  padding-right:5.3125rem;
}

.px-90 {
  padding-left:5.625rem;
  padding-right:5.625rem;
}

.px-95 {
  padding-left:5.9375rem;
  padding-right:5.9375rem;
}

.px-100 {
  padding-left:6.25rem;
  padding-right:6.25rem;
}

.px-120 {
  padding-left:7.5rem;
  padding-right:7.5rem;
}

.px-150 {
  padding-left:9.375rem;
  padding-right:9.375rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top:0.3125rem;
}

.pt-10 {
  padding-top:0.625rem;
}

.pt-15 {
  padding-top:0.9375rem;
}

.pt-20 {
  padding-top:1.25rem;
}

.pt-25 {
  padding-top:1.5625rem;
}

.pt-30 {
  padding-top:1.875rem;
}

.pt-35 {
  padding-top:2.1875rem;
}

.pt-40 {
  padding-top:2.5rem;
}

.pt-45 {
  padding-top:2.8125rem;
}

.pt-50 {
  padding-top:3.125rem;
}

.pt-55 {
  padding-top:3.4375rem;
}

.pt-60 {
  padding-top:3.75rem;
}

.pt-65 {
  padding-top:4.0625rem;
}

.pt-70 {
  padding-top:4.375rem;
}

.pt-75 {
  padding-top:4.6875rem;
}

.pt-80 {
  padding-top:5rem;
}

.pt-85 {
  padding-top:5.3125rem;
}

.pt-90 {
  padding-top:5.625rem;
}

.pt-95 {
  padding-top:5.9375rem;
}

.pt-100 {
  padding-top:6.25rem;
}

.pt-120 {
  padding-top:7.5rem;
}

.pt-150 {
  padding-top:9.375rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right:0.3125rem;
}

.pr-10 {
  padding-right:0.625rem;
}

.pr-15 {
  padding-right:0.9375rem;
}

.pr-20 {
  padding-right:1.25rem;
}

.pr-25 {
  padding-right:1.5625rem;
}

.pr-30 {
  padding-right:1.875rem;
}

.pr-35 {
  padding-right:2.1875rem;
}

.pr-40 {
  padding-right:2.5rem;
}

.pr-45 {
  padding-right:2.8125rem;
}

.pr-50 {
  padding-right:3.125rem;
}

.pr-55 {
  padding-right:3.4375rem;
}

.pr-60 {
  padding-right:3.75rem;
}

.pr-65 {
  padding-right:4.0625rem;
}

.pr-70 {
  padding-right:4.375rem;
}

.pr-75 {
  padding-right:4.6875rem;
}

.pr-80 {
  padding-right:5rem;
}

.pr-85 {
  padding-right:5.3125rem;
}

.pr-90 {
  padding-right:5.625rem;
}

.pr-95 {
  padding-right:5.9375rem;
}

.pr-100 {
  padding-right:6.25rem;
}

.pr-120 {
  padding-right:7.5rem;
}

.pr-150 {
  padding-right:9.375rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom:0.3125rem;
}

.pb-10 {
  padding-bottom:0.625rem;
}

.pb-15 {
  padding-bottom:0.9375rem;
}

.pb-20 {
  padding-bottom:1.25rem;
}

.pb-25 {
  padding-bottom:1.5625rem;
}

.pb-30 {
  padding-bottom:1.875rem;
}

.pb-35 {
  padding-bottom:2.1875rem;
}

.pb-40 {
  padding-bottom:2.5rem;
}

.pb-45 {
  padding-bottom:2.8125rem;
}

.pb-50 {
  padding-bottom:3.125rem;
}

.pb-55 {
  padding-bottom:3.4375rem;
}

.pb-60 {
  padding-bottom:3.75rem;
}

.pb-65 {
  padding-bottom:4.0625rem;
}

.pb-70 {
  padding-bottom:4.375rem;
}

.pb-75 {
  padding-bottom:4.6875rem;
}

.pb-80 {
  padding-bottom:5rem;
}

.pb-85 {
  padding-bottom:5.3125rem;
}

.pb-90 {
  padding-bottom:5.625rem;
}

.pb-95 {
  padding-bottom:5.9375rem;
}

.pb-100 {
  padding-bottom:6.25rem;
}

.pb-120 {
  padding-bottom:7.5rem;
}

.pb-150 {
  padding-bottom:9.375rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left:0.3125rem;
}

.pl-10 {
  padding-left:0.625rem;
}

.pl-15 {
  padding-left:0.9375rem;
}

.pl-20 {
  padding-left:1.25rem;
}

.pl-25 {
  padding-left:1.5625rem;
}

.pl-30 {
  padding-left:1.875rem;
}

.pl-35 {
  padding-left:2.1875rem;
}

.pl-40 {
  padding-left:2.5rem;
}

.pl-45 {
  padding-left:2.8125rem;
}

.pl-50 {
  padding-left:3.125rem;
}

.pl-55 {
  padding-left:3.4375rem;
}

.pl-60 {
  padding-left:3.75rem;
}

.pl-65 {
  padding-left:4.0625rem;
}

.pl-70 {
  padding-left:4.375rem;
}

.pl-75 {
  padding-left:4.6875rem;
}

.pl-80 {
  padding-left:5rem;
}

.pl-85 {
  padding-left:5.3125rem;
}

.pl-90 {
  padding-left:5.625rem;
}

.pl-95 {
  padding-left:5.9375rem;
}

.pl-100 {
  padding-left:6.25rem;
}

.pl-120 {
  padding-left:7.5rem;
}

.pl-150 {
  padding-left:9.375rem;
}

@media (max-width: 1139px) {

  .p-30,
  .p-35 {
    padding:1.5625rem;
  }

  .p-40,
  .p-45 {
    padding:1.875rem;
  }

  .p-50,
  .p-55 {
    padding:2.5rem;
  }

  .p-60,
  .p-65,
  .p-70,
  .p-75,
  .p-80,
  .p-85,
  .p-90 {
    padding:3.125rem;
  }

  .p-95,
  .p-100,
  .p-120,
  .p-150 {
    padding:3.75rem;
  }

  .py-30,
  .py-35 {
    padding-top:1.5625rem;
    padding-bottom:1.5625rem;
  }

  .py-40,
  .py-45 {
    padding-top:1.875rem;
    padding-bottom:1.875rem;
  }

  .py-50,
  .py-55 {
    padding-top:2.5rem;
    padding-bottom:2.5rem;
  }

  .py-60,
  .py-65,
  .py-70,
  .py-75,
  .py-80,
  .py-85,
  .py-90 {
    padding-top:3.125rem;
    padding-bottom:3.125rem;
  }

  .py-95,
  .py-100,
  .py-120,
  .py-150 {
    padding-top:3.75rem;
    padding-bottom:3.75rem;
  }

  .px-30,
  .px-35 {
    padding-left:1.5625rem;
    padding-right:1.5625rem;
  }

  .px-40,
  .px-45 {
    padding-left:1.875rem;
    padding-right:1.875rem;
  }

  .px-50,
  .px-55 {
    padding-left:2.5rem;
    padding-right:2.5rem;
  }

  .px-60,
  .px-65,
  .px-70,
  .px-75,
  .px-80,
  .px-85,
  .px-90 {
    padding-left:3.125rem;
    padding-right:3.125rem;
  }

  .px-95,
  .px-100,
  .px-120,
  .px-150 {
    padding-left:3.75rem;
    padding-right:3.75rem;
  }

  .pt-30,
  .pt-35 {
    padding-top:1.5625rem;
  }

  .pt-40,
  .pt-45 {
    padding-top:1.875rem;
  }

  .pt-50,
  .pt-55 {
    padding-top:2.5rem;
  }

  .pt-60,
  .pt-65,
  .pt-70,
  .pt-75,
  .pt-80,
  .pt-85,
  .pt-90 {
    padding-top:3.125rem;
  }

  .pt-95,
  .pt-100,
  .pt-120,
  .pt-150 {
    padding-top:3.75rem;
  }

  .pr-30,
  .pr-35 {
    padding-right:1.5625rem;
  }

  .pr-40,
  .pr-45 {
    padding-right:1.875rem;
  }

  .pr-50,
  .pr-55 {
    padding-right:2.5rem;
  }

  .pr-60,
  .pr-65,
  .pr-70,
  .pr-75,
  .pr-80,
  .pr-85,
  .pr-90 {
    padding-right:3.125rem;
  }

  .pr-95,
  .pr-100,
  .pr-120,
  .pr-150 {
    padding-right:3.75rem;
  }

  .pb-30,
  .pb-35 {
    padding-bottom:1.5625rem;
  }

  .pb-40,
  .pb-45 {
    padding-bottom:1.875rem;
  }

  .pb-50,
  .pb-55 {
    padding-bottom:2.5rem;
  }

  .pb-60,
  .pb-65,
  .pb-70,
  .pb-75,
  .pb-80,
  .pb-85,
  .pb-90 {
    padding-bottom:3.125rem;
  }

  .pb-95,
  .pb-100,
  .pb-120,
  .pb-150 {
    padding-bottom:3.75rem;
  }

  .pl-30,
  .pl-35 {
    padding-left:1.5625rem;
  }

  .pl-40,
  .pl-45 {
    padding-left:1.875rem;
  }

  .pl-50,
  .pl-55 {
    padding-left:2.5rem;
  }

  .pl-60,
  .pl-65,
  .pl-70,
  .pl-75,
  .pl-80,
  .pl-85,
  .pl-90 {
    padding-left:3.125rem;
  }

  .pl-95,
  .pl-100,
  .pl-120,
  .pl-150 {
    padding-left:3.75rem;
  }

  .p-tablet-0 {
    padding: 0;
  }

  .pt-tablet-0 {
    padding-top: 0;
  }

  .pr-tablet-0 {
    padding-right: 0;
  }

  .pb-tablet-0 {
    padding-bottom: 0;
  }

  .pl-tablet-0 {
    padding-left: 0;
  }

}

@media (max-width: 767px) {

  .p-5,
  .p-15,
  .p-20,
  .p-25 {
    padding:0.625rem;
  }

  .p-30,
  .p-35 {
    padding:0.9375rem;
  }

  .p-40,
  .p-45 {
    padding:1.25rem;
  }

  .p-50,
  .p-55 {
    padding:1.5625rem;
  }

  .p-60,
  .p-65,
  .p-70,
  .p-75,
  .p-80,
  .p-85,
  .p-90,
  .p-95,
  .p-100,
  .p-120,
  .p-150 {
    padding:1.875rem;
  }

  .py-5,
  .py-15,
  .py-20,
  .py-25 {
    padding-top:0.625rem;
    padding-bottom:0.625rem;
  }

  .py-30,
  .py-35 {
    padding-top:0.9375rem;
    padding-bottom:0.9375rem;
  }

  .py-40,
  .py-45 {
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }

  .py-50,
  .py-55 {
    padding-top:1.5625rem;
    padding-bottom:1.5625rem;
  }

  .py-60,
  .py-65,
  .py-70,
  .py-75,
  .py-80,
  .py-85,
  .py-90,
  .py-95,
  .py-100,
  .py-120,
  .py-150 {
    padding-top:1.875rem;
    padding-bottom:1.875rem;
  }

  .px-5,
  .px-15,
  .px-20,
  .px-25 {
    padding-left:0.625rem;
    padding-right:0.625rem;
  }

  .px-30,
  .px-35 {
    padding-left:0.9375rem;
    padding-right:0.9375rem;
  }

  .px-40,
  .px-45 {
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .px-50,
  .px-55 {
    padding-left:1.5625rem;
    padding-right:1.5625rem;
  }

  .px-60,
  .px-65,
  .px-70,
  .px-75,
  .px-80,
  .px-85,
  .px-90,
  .px-95,
  .px-100,
  .px-120,
  .px-150 {
    padding-left:1.875rem;
    padding-right:1.875rem;
  }

  .pt-5,
  .pt-15,
  .pt-20,
  .pt-25 {
    padding-top:0.625rem;
  }

  .pt-30,
  .pt-35 {
    padding-top:0.9375rem;
  }

  .pt-40,
  .pt-45 {
    padding-top:1.25rem;
  }

  .pt-50,
  .pt-55 {
    padding-top:1.5625rem;
  }

  .pt-60,
  .pt-65,
  .pt-70,
  .pt-75,
  .pt-80,
  .pt-85,
  .pt-90,
  .pt-95,
  .pt-100,
  .pt-120,
  .pt-150 {
    padding-top:1.875rem;
  }

  .pr-5,
  .pr-15,
  .pr-20,
  .pr-25 {
    padding-right:0.625rem;
  }

  .pr-30,
  .pr-35 {
    padding-right:0.9375rem;
  }

  .pr-40,
  .pr-45 {
    padding-right:1.25rem;
  }

  .pr-50,
  .pr-55 {
    padding-right:1.5625rem;
  }

  .pr-60,
  .pr-65,
  .pr-70,
  .pr-75,
  .pr-80,
  .pr-85,
  .pr-90,
  .pr-95,
  .pr-100,
  .pr-120,
  .pr-150 {
    padding-right:1.875rem;
  }

  .pb-5,
  .pb-15,
  .pb-20,
  .pb-25 {
    padding-bottom:0.625rem;
  }

  .pb-30,
  .pb-35 {
    padding-bottom:0.9375rem;
  }

  .pb-40,
  .pb-45 {
    padding-bottom:1.25rem;
  }

  .pb-50,
  .pb-55 {
    padding-bottom:1.5625rem;
  }

  .pb-60,
  .pb-65,
  .pb-70,
  .pb-75,
  .pb-80,
  .pb-85,
  .pb-90,
  .pb-95,
  .pb-100,
  .pb-120,
  .pb-150 {
    padding-bottom:1.875rem;
  }

  .pl-5,
  .pl-15,
  .pl-20,
  .pl-25 {
    padding-left:0.625rem;
  }

  .pl-30,
  .pl-35 {
    padding-left:0.9375rem;
  }

  .pl-40,
  .pl-45 {
    padding-left:1.25rem;
  }

  .pl-50,
  .pl-55 {
    padding-left:1.5625rem;
  }

  .pl-60,
  .pl-65,
  .pl-70,
  .pl-75,
  .pl-80,
  .pl-85,
  .pl-90,
  .pl-95,
  .pl-100,
  .pl-120,
  .pl-150 {
    padding-left:1.875rem;
  }

  .p-phone-0 {
    padding: 0;
  }

  .pt-phone-0 {
    padding-top: 0;
  }

  .pr-phone-0 {
    padding-right: 0;
  }

  .pb-phone-0 {
    padding-bottom: 0;
  }

  .pl-phone-0,
  .pl-phone-0 {
    padding-left: 0;
  }

}

/* Font Size */
.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

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

.font-size-17 {
  font-size: 1.0625rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.font-size-19 {
  font-size: 1.1875rem;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-21 {
  font-size: 1.3125rem;
}

.font-size-22 {
  font-size: 1.375rem;
}

.font-size-23 {
  font-size: 1.4375rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-25 {
  font-size: 1.5625rem;
}

.font-size-26 {
  font-size: 1.625rem;
}

.font-size-27 {
  font-size: 1.6875rem;
}

.font-size-28 {
  font-size: 1.75rem;
}

.font-size-29 {
  font-size: 1.8125rem;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-31 {
  font-size: 1.9375rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-33 {
  font-size: 2.0625rem;
}

.font-size-34 {
  font-size: 2.125rem;
}

.font-size-35 {
  font-size: 2.1875rem;
}

.font-size-36 {
  font-size: 2.25rem;
}

.font-size-37 {
  font-size: 2.3125rem;
}

.font-size-38 {
  font-size: 2.375rem;
}

.font-size-39 {
  font-size: 2.4375rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-41 {
  font-size: 2.5625rem;
}

.font-size-42 {
  font-size: 2.625rem;
}

.font-size-43 {
  font-size: 2.6875rem;
}

.font-size-44 {
  font-size: 2.75rem;
}

.font-size-45 {
  font-size: 2.8125rem;
}

.font-size-46 {
  font-size: 2.875rem;
}

.font-size-47 {
  font-size: 2.9375rem;
}

.font-size-48 {
  font-size: 3rem;
}

.font-size-49 {
  font-size: 3.0625rem;
}

.font-size-50 {
  font-size: 3.125rem;
}

.font-size-51 {
  font-size: 3.1875rem;
}

.font-size-52 {
  font-size: 3.25rem;
}

.font-size-53 {
  font-size: 3.3125rem;
}

.font-size-54 {
  font-size: 3.375rem;
}

.font-size-55 {
  font-size: 3.4375rem;
}

.font-size-56 {
  font-size: 3.5rem;
}

.font-size-57 {
  font-size: 3.5625rem;
}

.font-size-58 {
  font-size: 3.625rem;
}

.font-size-59 {
  font-size: 3.6875rem;
}

.font-size-60 {
  font-size: 3.75rem;
}

.font-size-61 {
  font-size: 3.8125rem;
}

.font-size-62 {
  font-size: 3.875rem;
}

.font-size-63 {
  font-size: 3.9375rem;
}

.font-size-64 {
  font-size: 4rem;
}

.font-size-65 {
  font-size: 4.0625rem;
}

.font-size-66 {
  font-size: 4.125rem;
}

.font-size-67 {
  font-size: 4.1875rem;
}

.font-size-68 {
  font-size: 4.25rem;
}

.font-size-69 {
  font-size: 4.3125rem;
}

.font-size-70 {
  font-size: 4.375rem;
}

.font-size-71 {
  font-size: 4.4375rem;
}

.font-size-72 {
  font-size: 4.5rem;
}

.font-size-73 {
  font-size: 4.5625rem;
}

.font-size-74 {
  font-size: 4.625rem;
}

.font-size-75 {
  font-size: 4.6875rem;
}

.font-size-76 {
  font-size: 4.75rem;
}

.font-size-77 {
  font-size: 4.8125rem;
}

.font-size-78 {
  font-size: 4.875rem;
}

.font-size-79 {
  font-size: 4.9375rem;
}

.font-size-80 {
  font-size: 5rem;
}

.font-size-81 {
  font-size: 5.0625rem;
}

.font-size-82 {
  font-size: 5.125rem;
}

.font-size-83 {
  font-size: 5.1875rem;
}

.font-size-84 {
  font-size: 5.25rem;
}

.font-size-85 {
  font-size: 5.3125rem;
}

.font-size-86 {
  font-size: 5.375rem;
}

.font-size-87 {
  font-size: 5.4375rem;
}

.font-size-88 {
  font-size: 5.5rem;
}

.font-size-89 {
  font-size: 5.5625rem;
}

.font-size-90 {
  font-size: 5.625rem;
}

.font-size-91 {
  font-size: 5.6875rem;
}

.font-size-92 {
  font-size: 5.75rem;
}

.font-size-93 {
  font-size: 5.8125rem;
}

.font-size-94 {
  font-size: 5.875rem;
}

.font-size-95 {
  font-size: 5.9375rem;
}

.font-size-96 {
  font-size: 6rem;
}

.font-size-97 {
  font-size: 6.0625rem;
}

.font-size-98 {
  font-size: 6.125rem;
}

.font-size-99 {
  font-size: 6.1875rem;
}

.font-size-100 {
  font-size: 6.25rem;
}

.font-size-200 {
  font-size: 12.5rem;
}

@media (max-width: 1139px) {

  .font-size-39,
  .font-size-40,
  .font-size-41 {
    font-size: 2.375rem;
  }

  .font-size-42,
  .font-size-43 {
    font-size: 2.5rem;
  }

  .font-size-44 {
    font-size: 2.5625rem;
  }

  .font-size-45 {
    font-size: 2.625rem;
  }

  .font-size-46,
  .font-size-47 {
    font-size: 2.6875rem;
  }

  .font-size-48,
  .font-size-49 {
    font-size: 2.8125rem;
  }

  .font-size-50,
  .font-size-51,
  .font-size-52 {
    font-size: 2.9375rem;
  }

  .font-size-53,
  .font-size-54,
  .font-size-55,
  .font-size-56,
  .font-size-57 {
    font-size: 3.0625rem;
  }

  .font-size-58,
  .font-size-59,
  .font-size-60,
  .font-size-61,
  .font-size-62 {
    font-size: 3.1875rem;
  }

  .font-size-63,
  .font-size-64,
  .font-size-65,
  .font-size-66,
  .font-size-67 {
    font-size: 3.3125rem;
  }

  .font-size-68,
  .font-size-69,
  .font-size-70,
  .font-size-71,
  .font-size-72 {
    font-size: 3.4375rem;
  }

  .font-size-73,
  .font-size-74,
  .font-size-75,
  .font-size-76,
  .font-size-77 {
    font-size: 3.5625rem;
  }

  .font-size-78,
  .font-size-79,
  .font-size-80,
  .font-size-81,
  .font-size-82 {
    font-size: 3.6875rem;
  }

  .font-size-83,
  .font-size-84,
  .font-size-85,
  .font-size-86,
  .font-size-87 {
    font-size: 3.8125rem;
  }

  .font-size-88,
  .font-size-89,
  .font-size-90,
  .font-size-91,
  .font-size-92 {
    font-size: 3.9375rem;
  }

  .font-size-93,
  .font-size-94,
  .font-size-95,
  .font-size-96,
  .font-size-97 {
    font-size: 4.0625rem;
  }

  .font-size-98,
  .font-size-99,
  .font-size-100 {
    font-size: 4.1875rem;
  }

  .font-size-200 {
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {

  .font-size-17,
  .font-size-18 {
    font-size: 1rem;
  }

  .font-size-19,
  .font-size-20 {
    font-size: 1.125rem;
  }

  .font-size-21,
  .font-size-22,
  .font-size-23,
  .font-size-24,
  .font-size-25,
  .font-size-26 {
    font-size: 1.25rem;
  }

  .font-size-27,
  .font-size-28 {
    font-size: 1.3125rem;
  }

  .font-size-29,
  .font-size-30 {
    font-size: 1.375rem;
  }

  .font-size-31,
  .font-size-32 {
    font-size: 1.4375rem;
  }

  .font-size-33,
  .font-size-34,
  .font-size-35,
  .font-size-36 {
    font-size: 1.5rem;
  }

  .font-size-37,
  .font-size-38 {
    font-size: 1.5625rem;
  }

  .font-size-39,
  .font-size-40,
  .font-size-41 {
    font-size: 1.625rem;
  }

  .font-size-42,
  .font-size-43 {
    font-size: 1.6875rem;
  }

  .font-size-44,
  .font-size-45,
  .font-size-46,
  .font-size-47 {
    font-size: 1.75rem;
  }

  .font-size-48,
  .font-size-49 {
    font-size: 1.8125rem;
  }

  .font-size-50,
  .font-size-51,
  .font-size-52 {
    font-size: 1.875rem;
  }

  .font-size-53,
  .font-size-54,
  .font-size-55,
  .font-size-56,
  .font-size-57 {
    font-size: 2rem;
  }

  .font-size-58,
  .font-size-59,
  .font-size-60,
  .font-size-61,
  .font-size-62 {
    font-size: 2.125rem;
  }

  .font-size-63,
  .font-size-64,
  .font-size-65,
  .font-size-66,
  .font-size-67 {
    font-size: 2.25rem;
  }

  .font-size-68,
  .font-size-69,
  .font-size-70,
  .font-size-71,







[data-track="tier1"] {
  --ptx-accent: #c2410c;
  --ptx-accent-on-dark: #ff9d5c;
  --ptx-grad: linear-gradient(90deg, #c2410c, #ff5c35);
  --ptx-grad-bar: linear-gradient(90deg, #ff5c35, color-mix(in srgb, #ff5c35 78%, #ffffff));
  --ptx-track-tint: color-mix(in srgb, #ff5c35 10%, #ffffff);
  --ptx-track-border: color-mix(in srgb, #ff5c35 35%, #ffffff);
  --ptx-track-glow: color-mix(in srgb, #ff5c35 28%, transparent);
}
html[data-theme="dark"] [data-track="tier1"] {
  --ptx-accent: #ff9d5c;
  --ptx-track-tint: color-mix(in srgb, #ff5c35 16%, #121a24);
  --ptx-track-border: color-mix(in srgb, #ff5c35 30%, #121a24);
  --ptx-track-glow: color-mix(in srgb, #ff5c35 34%, transparent);
}
[data-track="tier2"] {
  --ptx-accent: #08745f;
  --ptx-accent-on-dark: #3fd3a6;
  --ptx-grad: linear-gradient(90deg, #08745f, #24b58a);
  --ptx-grad-bar: linear-gradient(90deg, #24b58a, color-mix(in srgb, #24b58a 78%, #ffffff));
  --ptx-track-tint: color-mix(in srgb, #24b58a 10%, #ffffff);
  --ptx-track-border: color-mix(in srgb, #24b58a 35%, #ffffff);
  --ptx-track-glow: color-mix(in srgb, #24b58a 28%, transparent);
}
html[data-theme="dark"] [data-track="tier2"] {
  --ptx-accent: #3fd3a6;
  --ptx-track-tint: color-mix(in srgb, #24b58a 16%, #121a24);
  --ptx-track-border: color-mix(in srgb, #24b58a 30%, #121a24);
  --ptx-track-glow: color-mix(in srgb, #24b58a 34%, transparent);
}
[data-track="tier3"] {
  --ptx-accent: #6b2bde;
  --ptx-accent-on-dark: #c79bff;
  --ptx-grad: linear-gradient(90deg, #6b2bde, #7b3ff2);
  --ptx-grad-bar: linear-gradient(90deg, #7b3ff2, color-mix(in srgb, #7b3ff2 78%, #ffffff));
  --ptx-track-tint: color-mix(in srgb, #7b3ff2 10%, #ffffff);
  --ptx-track-border: color-mix(in srgb, #7b3ff2 35%, #ffffff);
  --ptx-track-glow: color-mix(in srgb, #7b3ff2 28%, transparent);
}
html[data-theme="dark"] [data-track="tier3"] {
  --ptx-accent: #c79bff;
  --ptx-track-tint: color-mix(in srgb, #7b3ff2 16%, #121a24);
  --ptx-track-border: color-mix(in srgb, #7b3ff2 30%, #121a24);
  --ptx-track-glow: color-mix(in srgb, #7b3ff2 34%, transparent);
}