._fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
._fcfs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._fcfe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._fcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._fwcc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.df {
  display: flex;
}
.fdr {
  flex-direction: row;
}
.fdc {
  flex-direction: column;
}
.fww {
  flex-wrap: wrap;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.tac {
  text-align: center;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.gap1 {
  gap: 1rem;
}
.gap2 {
  gap: 2rem;
}
.w100p {
  width: 100%;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #545454;
  line-height: 1.6;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial', sans-serif;
  color: #3e3e3e;
  line-height: 1.2;
  margin: 0 0 1rem;
}
h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}
p {
  margin: 0 0 1rem;
  line-height: 1.6;
}
a {
  color: #3da4e2;
  text-decoration: none;
}
a:hover {
  color: #2c81b7;
  text-decoration: underline;
}
.ceots__sites__button {
  display: inline-block;
  padding: 0.875rem 2rem;
  background-color: #3da4e2;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.ceots__sites__button:hover {
  background-color: #2c81b7;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12,37,61,0.3);
}
.ceots__sites__button.primary {
  background-color: #3da4e2;
  color: #fff;
}
.ceots__sites__button.primary:hover {
  background-color: #2c81b7;
}
.ceots__sites__button.secondary {
  background-color: transparent;
  color: #0c253d;
  border: 2px solid #0c253d;
}
.ceots__sites__button.secondary:hover {
  background-color: #0c253d;
  color: #fff;
}
.ceots__sites__button.white {
  background-color: #fff;
  color: #0c253d;
}
.ceots__sites__button.white:hover {
  background-color: #cdd9e1;
}
.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
section {
  width: 100%;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  section {
    padding: 3rem 1rem;
  }
}
.logo__text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.logo__footer {
  color: #0c253d;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1rem;
}
header[ceots__sites="header"] {
  width: 100%;
  padding: 0 2rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
header[ceots__sites="header"] .header__left {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header[ceots__sites="header"] a[ceots__sites="logo"] {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header[ceots__sites="header"] .logo__text {
  color: #0c253d;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}
header[ceots__sites="header"] nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
header[ceots__sites="header"] nav ul li a {
  color: #545454;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  transition: color 0.2s ease;
}
header[ceots__sites="header"] nav ul li a:hover {
  color: #3da4e2;
}
header[ceots__sites="header"] .header__terminal {
  display: none;
}
header[ceots__sites="header"] nav[ceots__sites="top__right"] .ceots__sites__button {
  background-color: #3da4e2;
  padding: 0.75rem 1.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
}
header[ceots__sites="header"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}
header[ceots__sites="header"] .hamburger .hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0c253d;
  transition: all 0.3s ease;
}
header[ceots__sites="header"] .hamburger.open .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header[ceots__sites="header"] .hamburger.open .hamburger__line:nth-child(2) {
  opacity: 0;
}
header[ceots__sites="header"] .hamburger.open .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media screen and (max-width: 767px) {
  header[ceots__sites="header"] {
    padding: 0 1rem;
    height: 70px;
  }
  header[ceots__sites="header"] .header__left {
    gap: 0;
  }
  header[ceots__sites="header"] .desktop-nav {
    display: none;
  }
  header[ceots__sites="header"] .hamburger {
    display: flex;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  padding: 2rem;
}
.mobile-menu.open {
  display: block;
}
.mobile-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu nav ul li {
  border-bottom: 1px solid #e9e9e9;
}
.mobile-menu nav ul li a {
  display: block;
  padding: 1rem 0;
  color: #545454;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.mobile-menu nav ul li a:hover {
  color: #3da4e2;
}
.mobile-menu nav ul li:last-child {
  border-bottom: none;
  padding-top: 1.5rem;
}
.mobile-menu nav ul li:last-child .ceots__sites__button {
  display: block;
  text-align: center;
}
footer[ceots__sites="footer"] {
  background-color: #f2f3f7;
  padding: 4rem 2rem 2rem;
  color: #545454;
  margin-top: auto;
  border-top: 1px solid #e9e9e9;
}
footer[ceots__sites="footer"] .footer__content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  footer[ceots__sites="footer"] .footer__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
footer[ceots__sites="footer"] .footer__column h3 {
  color: #0c253d;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
footer[ceots__sites="footer"] .footer__column.brand .logo__text {
  color: #0c253d;
}
footer[ceots__sites="footer"] .footer__column.links nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
footer[ceots__sites="footer"] .footer__column.links nav ul li a {
  color: #545454;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer[ceots__sites="footer"] .footer__column.links nav ul li a:hover {
  color: #3da4e2;
}
footer[ceots__sites="footer"] .footer__bottom {
  max-width: 1100px;
  margin: 2rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}
footer[ceots__sites="footer"] .footer__bottom p {
  font-size: 0.85rem;
  color: #545454;
  opacity: 0.8;
}
