.includes-segments {
  background-color: white;
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.includes-segments .container {
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .includes-segments .container {
    padding-top: 3.75rem;
  }
}
.includes-segments .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-segments .container h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container h2 {
    font-size: calc(36px - 30%);
  }
}
.includes-segments .container a:hover article {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3098039216);
  background-color: #000000;
}
.includes-segments .container a:hover article .image-one {
  filter: brightness(0) invert(1);
}
.includes-segments .container a:hover article h3,
.includes-segments .container a:hover article p,
.includes-segments .container a:hover article .btn {
  color: white;
}
.includes-segments .container a:hover article h3 {
  text-decoration: underline;
}
.includes-segments .container a:hover article .btn svg {
  transform: scale3d(1.7, 1.5, 2) translateX(0.2rem);
}
.includes-segments .container a article {
  transition: background-color 0.5s;
  background-color: #f7f7f8;
}
@media (max-width: 767.98px) {
  .includes-segments .container a article {
    text-align: center;
  }
}
.includes-segments .container a article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 18.75rem;
}
@media (max-width: 1399.98px) {
  .includes-segments .container a article img {
    width: 15.875rem;
  }
}
@media (max-width: 1199.98px) {
  .includes-segments .container a article img {
    margin-bottom: 1.875rem;
    height: auto;
    width: 100%;
  }
}
.includes-segments .container a article h3,
.includes-segments .container a article p,
.includes-segments .container a article .btn {
  transition: color 0.5s;
}
@media (max-width: 1199.98px) {
  .includes-segments .container a article h3,
  .includes-segments .container a article p,
  .includes-segments .container a article .btn {
    padding: 0 1rem;
  }
}
.includes-segments .container a article h3,
.includes-segments .container a article p {
  padding-right: 1rem;
}
.includes-segments .container a article h3 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .includes-segments .container a article h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article h3 {
    font-size: calc(24px - 30%);
  }
}
.includes-segments .container a article p {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article p {
    font-size: calc(16px - 30%);
  }
}
.includes-segments .container a article .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .includes-segments .container a article .btn {
    font-size: calc(16px - 30%);
  }
}
@media (max-width: 767.98px) {
  .includes-segments .container a article .btn {
    margin: auto;
  }
}
.includes-segments .container a article .btn svg {
  transition: transform 0.5s;
  margin-left: 0.5rem;
}

.representatives {
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.representatives .container .float {
  position: fixed;
  z-index: -1;
  top: 5rem;
}
@media (max-width: 1199.98px) {
  .representatives .container .float {
    right: calc(50% + 12rem);
  }
}
@media (max-width: 767.98px) {
  .representatives .container .float {
    display: none;
  }
}
.representatives .container .text {
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .representatives .container .text {
    padding-top: 3.75rem;
    text-align: center;
  }
}
.representatives .container .text h1 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .representatives .container .text h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text h1 {
    font-size: calc(24px - 30%);
  }
}
.representatives .container .text h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 3.75rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .representatives .container .text h2 {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text h2 {
    font-size: calc(54px - 30%);
  }
}
@media (max-width: 1199.98px) {
  .representatives .container .text h2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .representatives .container .text h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text h2 {
    font-size: calc(44px - 30%);
  }
}
.representatives .container .text .form-group {
  margin-bottom: 8.125rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .representatives .container .text .form-group {
    margin-bottom: 3.75rem;
  }
}
.representatives .container .text .form-group:has(.form-control:focus)::after {
  transform: rotateX(-180deg);
  top: 0.7rem;
}
.representatives .container .text .form-group::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000000" class="bi bi-chevron-compact-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67"/></svg>');
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
}
.representatives .container .text .form-group .form-control {
  border: 1px solid #000000;
  font-size: 1rem;
  padding-left: 1.5rem;
  height: 3.188rem;
  border-radius: 0;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text .form-group .form-control {
    font-size: calc(16px - 30%);
  }
}
.representatives .container .text .states .state:not(.representatives .container .text .states .state:last-child) {
  margin-bottom: 8.125rem;
}
@media (max-width: 767.98px) {
  .representatives .container .text .states .state:not(.representatives .container .text .states .state:last-child) {
    margin-bottom: 3.75rem;
  }
}
.representatives .container .text .states .state h3 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .representatives .container .text .states .state h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text .states .state h3 {
    font-size: calc(36px - 30%);
  }
}
.representatives .container .text .states .state .btn {
  border-bottom: 1px solid #707070;
  justify-content: space-between;
  transition: font-weight 0.5s;
  font-size: calc(1.275rem + 0.3vw);
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
  text-align: start;
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .representatives .container .text .states .state .btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text .states .state .btn {
    font-size: calc(24px - 30%);
  }
}
.representatives .container .text .states .state .btn[aria-expanded=true] {
  font-weight: bold;
}
.representatives .container .text .states .state .btn[aria-expanded=true] span span:nth-child(2) {
  transform: translateX(calc(-50% + 2px)) rotateZ(90deg);
}
.representatives .container .text .states .state .btn span {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 1rem;
  height: 1.333rem;
  width: 1.333rem;
  display: flex;
  flex: none;
}
.representatives .container .text .states .state .btn span span {
  position: absolute;
  margin-left: 0;
}
.representatives .container .text .states .state .btn span span:nth-child(1) {
  transform: translateY(-50%);
  background-color: #000000;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
}
.representatives .container .text .states .state .btn span span:nth-child(2) {
  transform: translateX(calc(-50% + 2px));
  transition: transform 0.5s;
  background-color: #000000;
  height: 100%;
  width: 2px;
  right: 50%;
}
.representatives .container .text .states .state ul {
  margin-bottom: 1.625rem;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding-left: 0;
}
.representatives .container .text .states .state ul:not(.representatives .container .text .states .state ul:last-child) {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1.625rem;
}
.representatives .container .text .states .state ul li {
  font-size: 1rem;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text .states .state ul li {
    font-size: calc(16px - 30%);
  }
}
.representatives .container .text .states .state ul li:not(.representatives .container .text .states .state ul li:last-child) {
  margin-bottom: 1rem;
}
.representatives .container .text .states .state ul li svg {
  margin-right: 0.5rem;
  font-size: 12px;
}
.representatives .container .text .states .state ul li a {
  font-size: 1rem;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .representatives .container .text .states .state ul li a {
    font-size: calc(16px - 30%);
  }
}
.representatives .container .text .states .state ul li a svg {
  font-size: 12px;
}

.includes-segments {
  padding-bottom: 8.125rem;
}
@media (max-width: 767.98px) {
  .includes-segments {
    padding-bottom: 3.75rem;
  }
}
