@font-face {
  font-family: "TT Hoves";
  src: url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Regular.woff2") format("woff2"), url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Medium.woff2") format("woff2"), url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_DemiBold.woff2") format("woff2"), url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Bold.woff2") format("woff2"), url("../../font/TT-Hoves-Pro-Trial-3-200/TT_Hoves_Pro_Trial_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body, html {
  background: #EAEAEA;
  overflow-x: clip;
  padding: 0;
  margin: 0;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1800px;
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 80px;
}
@media (max-width: 1800px) {
  .padding {
    padding: 0 40px;
  }
}
@media (max-width: 1440px) {
  .padding {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .padding {
    padding: 0 15px;
  }
}

.margin {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .margin {
    margin-bottom: 100px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

ol, ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.button-simple__icon {
  min-width: 44px;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
}
.button-simple__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button-simple__arrow-default {
  transform: translateX(0);
  transition: transform 0.35s ease-in-out;
}
.button-simple__arrow-hover {
  transform: translateX(-100%);
  transition: transform 0.35s ease-in-out;
  pointer-events: none;
}
.button-simple:hover .button-simple__arrow-default {
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.button-simple:hover .button-simple__arrow-hover {
  transform: translateX(0);
  transition: transform 0.35s ease;
}

#page-1032 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #1e1e1e;
}
@media (max-width: 1440px) {
  #page-1032 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 990px) {
  #page-1032 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  #page-1032 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
#page-1032 .container {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
#page-1032 h1,
#page-1032 h2,
#page-1032 h3,
#page-1032 h4,
#page-1032 h5,
#page-1032 h6 {
  margin: 0 0 20px;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 120%;
}
#page-1032 h1 {
  font-size: 44px;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  #page-1032 h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  #page-1032 h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
#page-1032 h2 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  #page-1032 h2 {
    font-size: 24px;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  #page-1032 h2 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
  }
}
#page-1032 h3 {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  #page-1032 h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
#page-1032 h4,
#page-1032 h5,
#page-1032 h6 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  #page-1032 h4,
  #page-1032 h5,
  #page-1032 h6 {
    font-size: 16px;
  }
}
#page-1032 p {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #1e1e1e;
}
@media (max-width: 990px) {
  #page-1032 p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 576px) {
  #page-1032 p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
#page-1032 p:last-child {
  margin-bottom: 0;
}
#page-1032 a {
  color: #ED3026;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}
#page-1032 a:hover {
  opacity: 0.75;
}
#page-1032 ul,
#page-1032 ol {
  margin: 0 0 20px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #1e1e1e;
}
@media (max-width: 990px) {
  #page-1032 ul,
  #page-1032 ol {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  #page-1032 ul,
  #page-1032 ol {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 16px;
  }
}
#page-1032 li {
  margin-bottom: 8px;
}
#page-1032 li:last-child {
  margin-bottom: 0;
}
#page-1032 li > ul,
#page-1032 li > ol {
  margin-top: 8px;
  margin-bottom: 0;
}
#page-1032 strong,
#page-1032 b {
  font-weight: 500;
}
#page-1032 em,
#page-1032 i {
  font-style: italic;
}
#page-1032 blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 3px solid #ED3026;
  background: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 576px) {
  #page-1032 blockquote {
    margin: 20px 0;
    padding: 12px 15px;
    font-size: 14px;
  }
}
#page-1032 blockquote p:last-child {
  margin-bottom: 0;
}
#page-1032 table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 576px) {
  #page-1032 table {
    font-size: 13px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#page-1032 th,
#page-1032 td {
  padding: 12px 14px;
  border: 1px solid rgba(30, 30, 30, 0.15);
  text-align: left;
  vertical-align: top;
}
@media (max-width: 576px) {
  #page-1032 th,
  #page-1032 td {
    padding: 8px 10px;
  }
}
#page-1032 th {
  font-weight: 500;
  background: #fff;
}
#page-1032 hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(30, 30, 30, 0.12);
}
@media (max-width: 576px) {
  #page-1032 hr {
    margin: 24px 0;
  }
}
#page-1032 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 20px 0;
}
#page-1032 figure {
  margin: 20px 0;
}
#page-1032 figure img {
  margin: 0;
}
#page-1032 figcaption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 130%;
  color: rgba(30, 30, 30, 0.7);
}

@media (max-width: 990px) {
  br {
    display: none;
  }
}

/*# sourceMappingURL=constant.css.map */
