 @media only screen and (min-width: 0rem) {#blog-content {padding: 40px;display: flex;flex-direction: column;gap: 20px;}#blog-content h1 {font-size: clamp(3.5rem, 3vw, 4.5rem);font-weight: 900;line-height: 1.1em;text-align: left;margin: 0;position: relative;margin-bottom: 50px;}#blog-content h2 {font-size: clamp(3rem, 3vw, 4rem);font-weight: 900;line-height: 1.1em;text-align: left;margin: 0;position: relative;margin-bottom: 30px;}#blog-content h3 {font-size: clamp(2rem, 3vw, 2.5rem);margin-bottom: 20px;}#blog-content p, #blog-content li, #blog-content a {font-size: clamp(1.2rem, 3vw, 1.4rem);}#blog-content a {text-decoration: none;color: var(--primary);}#banner-1400 {padding: var(--sectionPadding);padding-top: clamp(11.875rem, 25vw, 16.75rem);overflow: hidden;position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: space-between;gap: clamp(3rem, 6vw, 4rem);}#banner-1400 .cs-text {font-size: clamp(1rem, 2.5vw, 1.25rem);line-height: 1.5em;text-align: center;width: 100%;max-width: 40.625rem;color: var(--bodyTextColor);margin-top: 25px;}#banner-1400 .cs-container {text-align: center;width: 80%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;flex-direction: column;gap: clamp(0.5rem, 1vw, 0.75rem);}#banner-1400 .cs-int-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 900;line-height: 1.2em;text-align: left;margin: 0;color: black;position: relative;}#banner-1400 .cs-breadcrumbs {display: flex;text-align: left;}#banner-1400 .cs-link {font-size: 1rem;line-height: 1.2em;text-decoration: none;color: var(--bodyTextColor);position: relative;display: flex;justify-content: center;align-items: center;}#banner-1400 .cs-link:last-of-type {}#banner-1400 .cs-link:last-of-type::after {display: none;}#banner-1400 .cs-link:after {content: "";width: 0.4375rem;height: 0.75rem;margin: 0 1rem;background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");background-size: contain;background-position: center;background-repeat: no-repeat;position: relative;display: block;filter: brightness(0.5);}#banner-1400 .cs-link.cs-active {color: var(--primary);}#banner-1400 .cs-background {width: 100%;height: 100%;display: block;z-index: -1;}#banner-1400 .cs-background img {height: 100%;width: 100%;object-fit: contain;}#banner-1400 .cs-button-solid {font-size: 1rem;text-align: center;line-height: clamp(2.875rem, 5.5vw, 3.5rem);width: 11.25rem;text-decoration: none;font-weight: 700;overflow: hidden;margin-top: 30px;color: #ffffff;padding: 0;background-color: var(--primary);display: inline-block;position: relative;z-index: 1;transition: color 0.3s;}#banner-1400 .cs-button-solid:before {content: "";position: absolute;display: block;height: 100%;width: 0%;background: #ffffff;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;border: var(--primary) solid 2px;}#banner-1400 .cs-button-solid:hover {color: var(--primary);}#banner-1400 .cs-button-solid:hover:before {width: 100%;}}@media only screen and (min-width: 64rem) {#blog-content {padding: 75px;display: flex;flex-direction: column;gap: 20px;}#blog-content h2 {font-size: 2.4375rem;font-weight: 900;line-height: 1.2em;text-align: left;margin: 0;position: relative;}#banner-1400 {flex-direction: row;padding-bottom: 6.25rem;}#banner-1400 .cs-background {height: 26rem;width: 45%;}#banner-1400 .cs-container {margin-top: 0;margin-bottom: auto;width: 35%;align-items: flex-start;}#banner-1400 .cs-text {text-align: left;}}@media only screen and (min-width: 0em) {body.dark-mode #banner-1400 .cs-int-title {color: var(--bodyTextColorWhite);}body.dark-mode #banner-1400 .cs-link {color: var(--bodyTextColorWhite);}body.dark-mode #banner-1400 .cs-link.cs-active {color: var(--accent);}body.dark-mode #banner-1400 .cs-link:after {filter: brightness(1);}body.dark-mode #banner-1400 .cs-button-solid {background-color: var(--accent);}body.dark-mode #banner-1400 .cs-button-solid:before {border: var(--accent) solid 2px;}body.dark-mode #banner-1400 .cs-button-solid:hover {color: var(--accent);}body.dark-mode #banner-1400 .cs-text {color: var(--bodyTextColorWhite);}body.dark-mode #blog-content a {color: var(--accent);}}