@media only screen and (min-width: 0rem) {
  :root {
    --primary: #065af9;
    --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fff;
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    --headerFont: "Baskervville", Baskerville, "Times New Roman", Times, serif;
    --bodyFont: 'Roboto';
  }
  .cs-topper {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 20ch;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
    position: relative;
  }
  .cs-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: #4e4b66;
  }
  .cs-button-solid {
    font-size: 1rem;
    line-height: 1em;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 1rem 1.75rem;
    color: #fff;
    border: 1px solid #065af9;
    border-radius: 1.875rem;
    background-color: #065af9; 
    display: block;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, color 0.3s;
  }
  .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: color 0.3s, background-color 0.3s, width 0.3s;
  }
  .cs-button-solid:hover {
    color: #065af9;
    background-color: #fff;
    border: 1px solid #01012e22;
  }
  .cs-button-solid:hover:before {
    width: 100%;
  }
  .cs-button-outline {
    font-size: 1rem;
    line-height: 1em;
    text-decoration: none; 
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 1rem 1.75rem;
    color: #065af9;
    border: 1px solid #01012e22;
    border-radius: 1.875rem;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, color 0.3s;
  }
  .cs-button-outline:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #065af9;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: color 0.3s, background-color 0.3s, width 0.3s;
  }
  .cs-button-outline:hover {
    background-color: #065af9;
    color: #fff;
    border: 1px solid #065af9;
  }
  .cs-button-outline:hover:before {
    width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
html {
  scrollbar-gutter: stable;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: var(--bodyFont);
  overflow-x: hidden;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture,
svg {
  max-width: 100%;
  display: block;
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/roboto-v51-latin-regular.woff2) format(woff2);
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/roboto-v51-latin-700.woff2) format(woff2); 
}
/* Navigation */
/* Mobile - 1023.5px */ 
@media only screen and (max-width: 1023.5px) {
  /* body.cs-open {
    overflow: hidden;
  } */
  body.scroll #cs-navigation {
    top: 0;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
  }
  body.scroll #cs-navigation:before {
    border-radius: 0;
  }
  #cs-navigation {
    width: 94%;
    max-width: 80rem; 
    box-sizing: border-box;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    position: fixed;
    top: 1.25rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
  }
  #cs-navigation:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.2s, border-radius 0.3s ease-in-out;
  }
  /* #cs-navigation:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #08101a;
    opacity: 0;
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    transition: transform 0.2s, border-radius 0.3s, opacity 0.3s ease-in-out;
  } */
  
  #cs-navigation.cs-active:after,
  #cs-navigation.cs-active:before {
    transform: translateX(-50%) scale(1.03);
  }
  #cs-navigation .cs-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-navigation .cs-logo {
    width: auto;
    max-width: 7.5rem;
    height: 100%;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
  }
  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #cs-navigation .cs-toggle {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0 0 auto;
    background-color: #065af9;
    border: none;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transition: transform 0.6s;
  }
  #cs-navigation.cs-active .cs-toggle {
    transform: rotate(180deg);
  }
  #cs-navigation .cs-nav {
    order: 3;
  }
  #cs-navigation .cs-box {
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: 1rem;
    position: relative;
  }
  #cs-navigation .cs-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 6.25rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-line1 {
    top: 0;
    transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #cs-navigation .cs-line3 {
    width: 66%;
    bottom: 0;
    left: 0;
    transform: none;
    transition: bottom 0.3s, opacity 0.3s;
  }
  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3 {
    opacity: 0;
    bottom: 100%;
  }
  #cs-navigation .cs-button-outline {
    display: none;
  }
}
@media only screen and (min-width: 40.625rem) and (max-width: 1023.5px) {
  #cs-navigation .cs-button-outline {
    display: block;
  }
}
@media only screen and (max-width: 1023.5px) {
  #cs-navigation .cs-ul-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 2.4em;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 1.5rem 1.5rem;
    position: absolute;
    top: 85%;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: transform 0.4s;
    transform-origin: top;
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.15s;
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: auto;
    max-height: 65vh;
    padding: 4rem 0 0 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
  }
  #cs-navigation .cs-li {
    list-style: none;
    text-align: center;
    width: 100%;
    margin-right: 0;
    opacity: 0;
    transform: translateY(-4.375rem);
    transition: transform 0.6s, opacity 0.9s;
  }
  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-li:nth-of-type(2) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-li:nth-of-type(3) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-li-link {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: #1a1a1a;
    display: inline-block;
    position: relative;
  }
  #cs-navigation .cs-li-link.cs-active {
    color: #065af9;
  }
  #cs-navigation .cs-li-link:hover {
    color: #065af9;
  }
}
/* Small Desktop - 1024px */ 
@media only screen and (min-width: 64rem) {
  body.scroll #cs-navigation {
    top: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background-color: #ffffff;
  }
  /* body.scroll #cs-navigation:before {
    border-radius: 0;
  } */
  #cs-navigation {
    z-index: 10000;
    width: 100%;
    max-width: 90rem;
    height: 5.5rem;
    box-sizing: border-box;
    padding: 1rem 0;
    background-color: #ffffff;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s;
  }
  #cs-navigation.scroll {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    top: 0;
  }
  #cs-navigation .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    box-sizing: border-box;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-navigation .cs-toggle {
    display: none;
  }
  #cs-navigation .cs-logo {
    width: 18.4%;
    max-width: 10.125rem;
    height: 3.125rem;
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
  }
  #cs-navigation .cs-logo .cs-default {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #cs-navigation .cs-ul-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  #cs-navigation .cs-li {
    list-style: none;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex: none;
  }
  #cs-navigation .cs-li-link {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: #1a1a1a;
    display: block;
    position: relative;
    transition: color 0.3s;
  }
  #cs-navigation .cs-li-link:hover {
    color: #065af9;
  }
  #cs-navigation .cs-li-link.cs-active {
    color: #065af9;
    font-weight: bold;
  }
}
/*CTA*/
/* Mobile - 360px*/
@media only screen and (min-width: 0rem) {
  #cta-697 {
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    background-color: #1f2327;
    position: relative;
    z-index: 1;
  }
  #cta-697 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-title {
    color: #fff;
    max-width: 43.75rem;
    margin: 0;
  }
  #cta-697 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
  }
}
/*Footer*/
/*Mobile - 360px*/
@media only screen and (min-width: 0rem) {
  #cs-footer-841 {
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    padding-bottom: clamp(1.875rem, 5vw, 3.125rem);
    background-color: #fff;
  }
  #cs-footer-841 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; 
    flex-direction: column;
    row-gap: 2rem;
  }
  #cs-footer-841 .cs-logo-group {
    width: 100%;
    position: relative;
  }
  #cs-footer-841 .cs-logo {
    width: 10rem;
    height: auto;
    margin: 0 0 0 -0.5rem;
    display: block;
  }
  #cs-footer-841 .cs-logo-img {
    width: 100%;
    height: auto;
  }
  #cs-footer-841 .cs-header {
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    display: block;
    position: relative;
  }
  #cs-footer-841 .cs-ul {
    margin: 0;
    padding: 0;
  }
  #cs-footer-841 .cs-ul-1 {
    width: 100%;
    max-width: 21.875rem;
  }
  #cs-footer-841 .cs-li {
    list-style: none;
  }
  #cs-footer-841 .cs-link {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5em;
    text-align: left;
    color: #4e4b66;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
  }
  #cs-footer-841 .cs-link:hover {
    color: var(--primary);
  }
  #cs-footer-841 .cs-icon {
    width: 1.25rem;
    height: auto;
    margin-right: 0.125rem;
    display: block;
  }
  #cs-footer-841 .cs-bottom {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: clamp(3rem, 7vw, 4rem) auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  #cs-footer-841 .cs-credit,
  #cs-footer-841 .cs-bottom-link,
  #cs-footer-841 .cs-credit-link {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    width: auto;
    margin: 0;
    color: #4e4b66;
    display: inline-block;
    position: relative;
    transition: color 0.3s;
  }
  #cs-footer-841 .cs-credit {
    width: 100%;
  }
  #cs-footer-841 .cs-credit-link {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    width: auto;
    margin: 0;
    color: #4e4b66;
    display: inline-block;
    position: relative;
  }
  #cs-footer-841 .cs-credit-link:hover {
    color: var(--primary);
  }
  #cs-footer-841 .cs-bottom-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-footer-841 .cs-bottom-link {
    display: flex;
    align-items: center;
  }
  #cs-footer-841 .cs-bottom-link:hover {
    color: var(--primary);
  }
  #cs-footer-841 .cs-bottom-link:last-of-type:before {
    content: "";
    width: 1px;
    height: 0.875rem;
    margin: 0 0.75rem;
    background-color: currentColor;
    opacity: 1;
    display: block;
  }
}
/*Tablet - 768px*/
@media only screen and (min-width: 48rem) {
  #cs-footer-841 .cs-container {
    max-width: 80rem;
    /* row-gap: clamp(3rem, 7vw, 4rem); */
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: clamp(2rem, 4vw, 6.25rem);
    
  }
  #cs-footer-841 .cs-logo-group {
    width: 30%;
    max-width: 25rem;
    margin-right: auto;
  }
  #cs-footer-841 .cs-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #cs-footer-841 .cs-credit {
    text-align: left;
  }
  #cs-footer-841 .cs-bottom-links {
    justify-content: flex-end;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-841 .cs-container {
    align-items: flex-start;
    /* justify-content: flex-end; */
  }
}