/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* reset */

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: #2e2e2e;
  outline: none;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
}

a:hover {
  color: #666;
  outline: none;
  text-decoration: none;
}

button {
  transition: background 0.5s ease;
  font-family: sans-serif;
}

h1,
h2,
h3 {
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Arbutus Slab', serif;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fafafa;
  color: #2d2d2d;
  font-family: sans-serif;
  line-height: 1;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s ease;
  overflow-x: hidden;
}

.inner-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* buttons */

a.button,
button.button,
input[type='submit'].button {
  background: #000;
  border-radius: 12px;
  color: #fff;
  padding: 14px 18px;
  outline: none;
  cursor: pointer;
  transition: opacity 0.5s ease;
  text-decoration: none !important;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 535;
  line-height: normal;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
  font-family: sans-serif;
}

.button:hover {
  opacity: 0.7;
  color: #fff;
}

.button.grey {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #000;
}

.button.sml {
  font-size: 14.5px;
  padding: 9px 12px;
  line-height: 16px;
}

.button.white {
  background-color: #fff;
  color: #000;
  border-color: #ececf4;
}

.button.white.w-border {
  border: 1px solid #ececf4;
  border-radius: 12px;
  box-shadow: 0 7px 12px 0 #00000008;
}

.button.red {
  background-color: #fff3f3;
  border-color: #ffe0e0;
  color: #ff3c34;
}

.button.full-width {
  width: 100%;
}

/* forms */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #19385d !important;
  border: 1px solid #d2d2d2 !important;
  color: #19385d !important;
  background-color: #fff !important;
  font-family: sans-serif !important;
  filter: none;
}

/* landing page */

footer.landing-page-footer {
  width: 100%;
  background-image: linear-gradient(
    to right,
    #d8d8d8 44%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 18px 1px;
  background-repeat: repeat-x;
  padding: 20px 0px 30px 0px;
}

nav.c-nav {
  background-color: #000000;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.c-nav-sign-out {
  cursor: pointer;
  border-radius: 9px;
  background: #323232;
  color: #fff;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
}

.c-nav-sign-out:hover {
  opacity: 0.8;
}

/* footer */

footer.internal-footer {
  width: 100%;
  margin-top: 90px;
}

footer.internal-footer .footer-inner {
  width: 100%;
  background-image: linear-gradient(
    to right,
    #d8d8d8 44%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 18px 1px;
  background-repeat: repeat-x;
  padding: 30px 0px;
  text-align: center;
}

footer.internal-footer .footer-inner .icon {
  width: 100%;
}

footer.internal-footer .footer-inner .icon a {
  display: inline-block;
  height: 40px;
  transition: opacity 0.5s ease;
}

footer.internal-footer .footer-inner .icon a:hover {
  opacity: 0.7;
}

footer.internal-footer .footer-inner .links {
  width: 100%;
  padding: 20px 0px 10px 0px;
  color: #bebebe;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

footer.internal-footer .footer-inner .links a {
  color: #bebebe;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}

footer.internal-footer .footer-inner .links a:hover {
  color: #000;
}

footer.internal-footer .footer-inner .links p {
  display: inline-block;
  margin: 0px 5px;
}

footer.internal-footer .footer-inner .copyright {
  width: 100%;
  color: #cdcdcd;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* default page layout */

.c-main {
  max-width: 700px;
  margin: 24px auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-main h1,
.heading1 {
  width: 100%;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -1.36px;
}

.c-main h2 {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -1.36px;
}

/* copy page */

.copy-page-wrapper {
  width: 100%;
}

.copy-page-wrapper .copy-page-inner {
  width: 100%;
  padding: 50px 0px 0px 0px;
}

.copy-page-wrapper .copy-page-top {
  width: 100%;
  padding: 30px;
}

.copy-page-wrapper .copy-page-top a.landing-logo {
  width: 40px;
  transition: opacity 0.5s ease;
}

.copy-page-wrapper .copy-page-top a.landing-logo:hover {
  opacity: 0.5;
}

.copy-page-wrapper .copy-page-top a.back-link {
  padding: 5px;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 7px;
}

.copy-page-wrapper .copy-page-top a.back-link:hover {
  color: #888;
}

.copy-page-wrapper .copy-page-header {
  width: 100%;
  margin-bottom: 40px;
}

.copy-page-wrapper .copy-page-header h1 {
  width: 100%;
  color: #000;
  font-family: sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.264px;
  margin-bottom: 10px;
}

.copy-page-wrapper .copy-page-header p {
  width: 100%;
  color: #9a9dab;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.copy-page-wrapper .basic-copy-page {
  width: 100%;
}

.copy-page-wrapper .copy-block {
  width: 100%;
  margin-bottom: 50px;
}

.copy-page-wrapper .copy-block h3 {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: sans-serif;
}

.copy-page-wrapper .copy-block p {
  width: 100%;
  color: #4b617a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.copy-block ul {
  list-style-type: disc;
}

.copy-block a {
  color: inherit;
  text-decoration: underline;
}

.copy-block a:hover {
  text-decoration: none;
}

.copy-page-wrapper .copy-block p:last-child {
  margin-bottom: 0px;
}

.copy-page-wrapper ul {
  width: calc(100% - 15px);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #4b617a;
  margin-bottom: 10px;
  margin-left: 15px;
}

.copy-page-wrapper ul li {
  width: 100%;
}

.copy-page-wrapper .copy-block p:last-child {
  margin-bottom: 0px;
}

.copy-page-wrapper footer.copy-page-footer {
  width: 100%;
  margin-bottom: 60px;
  color: #c9c9c9;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.copy-page-wrapper [data-custom-class='body'],
.copy-page-wrapper [data-custom-class='body'] * {
  background: transparent !important;
}
.copy-page-wrapper [data-custom-class='title'],
.copy-page-wrapper [data-custom-class='title'] * {
  font-family: sans-serif !important;
  font-size: 26px !important;
  color: #000000 !important;
}
.copy-page-wrapper [data-custom-class='subtitle'],
.copy-page-wrapper [data-custom-class='subtitle'] * {
  font-family: sans-serif !important;
  color: #595959 !important;
  font-size: 15px !important;
}
.copy-page-wrapper [data-custom-class='heading_1'],
.copy-page-wrapper [data-custom-class='heading_1'] * {
  font-family: sans-serif !important;
  font-size: 19px !important;
  color: #000000 !important;
}
.copy-page-wrapper [data-custom-class='heading_2'],
.copy-page-wrapper [data-custom-class='heading_2'] * {
  font-family: sans-serif !important;
  font-size: 17px !important;
  color: #000000 !important;
}
.copy-page-wrapper [data-custom-class='body_text'],
.copy-page-wrapper [data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
}
.copy-page-wrapper [data-custom-class='link'],
.copy-page-wrapper [data-custom-class='link'] * {
  color: #000 !important;
  font-size: 15px !important;
  font-family: sans-serif !important;
  word-break: break-word !important;
}

/* rails error */

div#error_explanation {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffe4e4;
  color: #d20800;
}

div#error_explanation h2 {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
  font-family: sans-serif;
}

div#error_explanation ul {
  font-size: 15px;
  list-style-position: inside;
  margin-top: 7px;
  padding-left: 4px;
  width: 100%;
}

div#error_explanation ul li {
  width: 100%;
}

div#error_explanation ul li a {
  color: #d20800;
}
