﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
a:link {
  text-decoration: none;
}
#accordionCFW {
  width: 100%;

  margin: 30px 0px;
}
.accordion-title {
  font-family: "Franklin Gothic", sans-serif;
  word-break: keep-all;
  hyphens: none;
  text-align: left;
  font-size: 1.5rem;
  color: #00264b;
}
ol,
li {
  font-family: "Franklin Gothic Book", sans-serif;
  word-break: keep-all;
  hyphens: none;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
.disclaimer {
  font-family: "Franklin Gothic Book", sans-serif;
  word-break: keep-all;
  hyphens: none;
  font-style: italic;
  text-align: center;
}
.text {
  font-family: "Franklin Gothic Book", sans-serif;
  word-break: keep-all;
  hyphens: none;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
.header-section {
  display: flex;
  font-family: "Franklin Gothic ", sans-serif;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.contract-wrapper {
  width: 100%;
  position: relative;
}
.aligned {
  margin: 30px 0;
  width: 100%;
  position: relative;
}

.contract-logo {
  display: flex;
  width: 130px;
  height: auto;
}
.btn {
  font-family: "Franklin Gothic", sans-serif;
}
.contract-header-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  font-family: "Franklin Gothic", sans-serif;
  font-size: 2.5rem;
  font-family: "franklin gothic", sans-serif;
  color: #00264b;
  transform: translateY(-50%);
}

.row-alternate {
  background-color: #f5f5f5;
  padding: 15px;
  margin: 15px 0px;
}
.logo {
  height: auto;
  width: 120px;
}

.header-title {
  color: #00264b;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  font-size: 1.2rem;
  word-break: keep-all;
  hyphens: none;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 20px;
  margin: 10px 0px;

  text-align: left;
}
.paragraph-text {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  word-break: keep-all;
}

.caption {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  word-break: keep-all;
  font-size: 0.8rem;
  font-style: italic;
}
.main-list {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  display: list-item;
  list-style: number;
  line-height: 1.5rem;
  word-break: keep-all;
  margin-left: 2rem;
}
.list {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  display: list-item;
  line-height: 1.5rem;
  word-break: keep-all;
  margin-left: 2rem;
}
.list2 {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  list-style: circle;
  line-height: 1.5rem;
  display: list-item;
  word-break: keep-all;
  margin-left: 4rem;
}
.title {
  word-break: keep-all;
  hyphens: none;
  color: #00264b;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
}
.title2 {
  word-break: keep-all;
  hyphens: none;
  color: #00264b;
  margin: 30px 0px;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  text-align: center;
}
.notice {
  word-break: keep-all;
  hyphens: none;
  text-align: center;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-text {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
}

@media only screen and (max-width: 800px) {
  .header-section {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  #accordionCFW {
    width: 100%;
  }

  .aligned {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .contract-logo {
    width: 100px;
    height: auto;

    margin-bottom: 100px;
  }
  .contract-header-text {
    font-size: 1.3rem;
    font-family: "franklin gothic", sans-serif;
    word-break: keep-all;
    margin-top: 40px;
  }
}

