* {
  padding: 0;
  margin: 0;
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, open sans, helvetica neue, sans-serif, serif, proximanova;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.adHeight {
  width: 100%;
  height: 252px;
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none!important;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.header {
  height: auto;
  box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
}
.header .headContent {
  margin: 0 auto;
  height: 8rem;
  max-width: 112rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .headContent .sitelogo {
  height: 3.8rem;
  width: auto;
  margin-left: 2rem;
}
.header .headContent .sitelogo .logoImg {
  height: 3.8rem;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header .headContent .navList {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2rem;
  font-size: 1.4rem;
}
.header .headContent .navList .navItem {
  cursor: pointer;
  font-weight: 500;
  margin: 0 2rem;
}
.header .headContent .navList .navItem a {
  color: #333;
}
.header .headContent .navList .navNow {
  cursor: pointer;
  font-weight: 700;
  margin: 0 2rem;
}
.header .headContent .navList .navNow a {
  color: #f82c4c;
}
.header .headContent .searchForm {
  width: 30rem;
  margin: 0 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .headContent .searchForm .sea-text-top {
  border-radius: 2rem;
  width: 100%;
  border: 0.1rem solid #f82c4c;
  padding: 1rem 5rem 1rem 2rem;
  font-size: 1.4rem;
  flex: 1;
  height: 100%;
  outline: none;
  color: #333;
}
.header .headContent .searchForm .sea-btn {
  height: 100%;
  width: 5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headContent .searchForm .sea-btn svg {
  height: 2.3rem;
  width: 2.3rem;
}
.header .headContent .addChrome {
  display: none;
  width: 15rem;
  border-radius: 2rem;
  color: #fff;
  margin: auto 2rem;
  background-color: #f82c4c;
  justify-content: center;
  align-items: center;
}
.header .headContent .addChrome svg {
  height: 2.5rem;
  width: 2.5rem;
}
.header .headContent .addChrome span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}
.header .headContent .ft-cornoa-wp {
  display: none;
  min-width: 9rem;
}
.header .headContent .ft-cornoa-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headContent .ft-cornoa-main .logo {
  margin: 0;
}
.header .headContent .ftlogo-wp {
  display: flex;
  justify-content: space-between;
}
.header .headContent .footer-lang {
  display: flex;
  flex-wrap: wrap;
}
.header .headContent .footer-lang-link {
  margin-right: 8px;
}
.header .headContent .curlang,
.header .headContent .maskcon-item-link {
  line-height: 42px;
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 32px;
  cursor: pointer;
  color: #333;
  border-radius: 42px;
  background-color: rgba(51, 49, 49, 0.1);
}
.header .headContent .curlang {
  padding: 0rem 1rem;
}
.header .headContent .curlang::after {
  width: 6px;
  height: 6px;
  margin-bottom: 4px;
  margin-left: 8px;
  transform: rotate(45deg);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-width: 0 2px 2px 0;
}
.header .headContent .maskcon-item {
  width: 50%;
  padding-left: 16px;
}
.header .headContent .maskcon-item-link {
  font-size: 13px;
  line-height: 1.2;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
  padding: 10px 16px;
  word-break: break-word;
  color: #333;
  background-color: #f2f7fa;
}
.header .headContent .maskcon-item-link .icon-lang {
  flex: 0 0 2.5rem;
}
.header .headContent .icon-lang {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 8px;
}
.header .headContent .maskview {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .headContent .maskcon {
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 70%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 300px;
  height: auto;
  margin-top: -265px;
  margin-left: -150px;
  padding: 30px 16px 0 0;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 10px;
  background-color: #fff;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .headContent .maskconclose {
  position: absolute;
  top: 8px;
  left: 16px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: rotate(-45deg);
}
.header .headContent .maskconclose::before,
.header .headContent .maskconclose::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #333;
}
.header .headContent .maskconclose::before {
  top: 0;
  width: 18px;
  height: 2px;
}
.header .headContent .maskconclose::after {
  top: -8px;
  left: 8px;
  width: 2px;
  height: 18px;
}
.header .headContent #maskconcontrol {
  display: none;
}
.header .headContent #maskconcontrol:checked ~ .maskview {
  display: block;
}
.header .headContent #maskconcontrol:checked ~ .maskcon {
  transform: translateY(0);
}
.header .headContent .socialMedia a img {
  width: 2rem;
  margin-right: 0.2rem;
}
.header .headContent .showSearch {
  display: none;
}
.header .headContent .mobileMenu {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .header {
    width: 100%;
  }
  .header .headContent {
    max-width: 110rem;
    justify-content: space-between;
    padding: 0 1rem;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo {
    margin: 0;
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: inline-block;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 80%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
  .header .dropDown .headerMenu .ft-cornoa-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .dropDown .headerMenu .ft-cornoa-main .logo {
    margin: 0;
  }
  .header .dropDown .headerMenu .ftlogo-wp {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0.5rem;
  }
  .header .dropDown .headerMenu .footer-lang {
    display: flex;
    flex-wrap: wrap;
  }
  .header .dropDown .headerMenu .footer-lang-link {
    margin-right: 8px;
  }
  .header .dropDown .headerMenu .curlang,
  .header .dropDown .headerMenu .maskcon-item-link {
    line-height: 42px;
    position: relative;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 32px;
    cursor: pointer;
    color: #333;
    border-radius: 42px;
    background-color: rgba(51, 49, 49, 0.1);
  }
  .header .dropDown .headerMenu .curlang {
    padding: 0rem 1rem;
  }
  .header .dropDown .headerMenu .curlang::after {
    width: 6px;
    height: 6px;
    margin-bottom: 4px;
    margin-left: 8px;
    transform: rotate(45deg);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-width: 0 2px 2px 0;
  }
  .header .dropDown .headerMenu .maskcon-item {
    width: 50%;
    padding-left: 16px;
  }
  .header .dropDown .headerMenu .maskcon-item-link {
    font-size: 13px;
    line-height: 1.2;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    padding: 10px 16px;
    word-break: break-word;
    color: #333;
    background-color: #f2f7fa;
  }
  .header .dropDown .headerMenu .maskcon-item-link .icon-lang {
    flex: 0 0 2.5rem;
  }
  .header .dropDown .headerMenu .icon-lang {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 8px;
  }
  .header .dropDown .headerMenu .maskview {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .dropDown .headerMenu .maskcon {
    box-sizing: border-box;
    position: fixed;
    z-index: 11;
    top: 70%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    height: auto;
    margin-top: -265px;
    margin-left: -150px;
    padding: 30px 16px 0 0;
    transition: all ease 0.25s;
    transform: translateY(200vh);
    border-radius: 10px;
    background-color: #fff;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .header .dropDown .headerMenu .maskconclose {
    position: absolute;
    top: 8px;
    left: 16px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: rotate(-45deg);
  }
  .header .dropDown .headerMenu .maskconclose::before,
  .header .dropDown .headerMenu .maskconclose::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #333;
  }
  .header .dropDown .headerMenu .maskconclose::before {
    top: 0;
    width: 18px;
    height: 2px;
  }
  .header .dropDown .headerMenu .maskconclose::after {
    top: -8px;
    left: 8px;
    width: 2px;
    height: 18px;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol {
    display: none;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol:checked ~ .maskview {
    display: block;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol:checked ~ .maskcon {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .header {
    width: 100%;
  }
  .header .headContent {
    max-width: 110rem;
    justify-content: flex-start;
    padding: 0 1rem;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: none !important;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 40%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    width: 100%;
  }
  .header .headContent {
    justify-content: flex-start;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: none !important;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 40%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .showSearch {
    display: none !important;
  }
}
.footer .footerWrap {
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
}
.footer .footerWrap .wrapper {
  margin: 0 auto;
  padding-top: 3rem;
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
}
.footer .footerWrap .wrapper .toolkit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerWrap .wrapper .toolkit .ft-logo {
  display: block;
}
.footer .footerWrap .wrapper .toolkit .ft-logo img {
  height: 100%;
}
.footer .footerWrap .wrapper .us-info {
  padding: 3rem 0;
  text-align: center;
}
.footer .footerWrap .wrapper .us-info .footer-link {
  cursor: pointer;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1.6rem;
  line-height: 2.1rem;
  color: #f82c4c;
}
.footer .footerWrap .wrapper .us-info .navNow {
  cursor: pointer;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #f82c4c;
}
.footer .footerWrap .cookie-notice-container {
  display: none;
  font-size: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footer .footerWrap .cookie-notice-container .container {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 3rem;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.footer .footerWrap .cookie-notice-container .container a,
.footer .footerWrap .cookie-notice-container .container button,
.footer .footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footer .footerWrap .cookie-notice-container .container .moreJump {
  color: #37aafd;
}
.footer .footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #37aafd;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footer .footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    margin-left: 2rem;
    height: 2rem;
    padding-left: 1.5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp .foot-link {
    font-size: 1.4rem;
    margin-right: 1rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .footerWrap .wrapper .us-info {
    display: block;
    text-align: start;
  }
  .footer .footerWrap .wrapper .us-info .footer-link {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .footer .footerWrap .cookie-notice-container .container {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 2.6rem;
    margin-right: 2rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 3rem;
    margin-right: 5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 3rem;
    margin-right: 5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.privacyWrap {
  max-width: 120rem;
  min-height: 100vh;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  font-family: ProximaNova, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif;
}
.privacyWrap .position {
  font-size: 1.2rem;
  padding: 2rem 0;
  color: #666;
}
.privacyWrap .position .step {
  display: inline-block;
  color: #666;
}
.privacyWrap .content .title {
  font-family: Verdana;
  text-align: center;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.privacyWrap .content .getText {
  display: inline-block;
}
.privacyWrap .content p {
  display: block;
  font-size: 1.6rem;
  color: #333;
  line-height: 3rem;
  margin-bottom: 1.2rem;
}
.privacyWrap .content .about-item {
  margin-bottom: 2rem;
}
.privacyWrap .content .about-item .sequence {
  font-size: 1.6rem;
  font-weight: bold;
}
.privacyWrap .content .about-item .item-two {
  font-size: 1.6rem;
  font-weight: bold;
}
.privacyWrap .content .about-item .item-s {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .privacyWrap .position {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .privacyWrap .position {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .privacyWrap .position {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .privacyWrap .position {
    display: block;
  }
}
