@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000;
  background: #e2eeff;
  line-height: 1;
  font-family: Montserrat;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 103.75rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.btn {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 18px 24px;
  background: #1f7fe7;
  font-weight: 800;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
.btn:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-opacity {
  font-weight: 600;
  max-width: 295px;
  font-size: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 20px;
  padding: 15px 29px;
  -webkit-backdrop-filter: blur(28.5px);
  backdrop-filter: blur(28.5px);
  background: rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-opacity:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.header {
  padding: 12px 0;
  background: #fff;
  z-index: 12;
}
.header__body {
  font-weight: 500;
  font-size: 18px;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.icon-menu {
  display: none;
}
.hero {
  position: relative;
  padding-top: 70px;
  padding-bottom: 55px;
  margin-bottom: 70px;
}
.hero .sk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  max-width: 330px;
}
.hero .bond {
  font-size: 0.875rem;
  color: #2c80ffa1;
  text-align: center;
  font-weight: 400;
  max-width: 270px;
}
.hero__container {
  z-index: 2;
  position: relative;
}
.hero__btn {
  -webkit-box-shadow: 0 0 24px 0 #fff;
  box-shadow: 0 0 24px 0 #fff;
  /* background: #fff; */
  /* border: 1px solid #fff; */
  border-radius: 40px;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 23px;
  /* color: #196bc3; */
}
.hero__subtitle {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #2c80ff;
  margin-bottom: 18px;
}
.hero__title {
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 97px;
  line-height: 134%;
  color: #2c2c2c;
}
.hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  color: #3e3e3e;
  align-items: flex-start;
}
.hero__link {
  font-weight: 400;
  font-size: 1.375rem;
  backdrop-filter: blur(28.5px);
  color: #3e3e3e;
  background: rgba(152, 199, 255, 0.18);
}
.hero__text {
  max-width: 882px;
  font-weight: 500;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}
.hero__text .bold {
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: right;
}
.hero__items {
  max-width: 310px;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  color: #2f2f2f;
}
.hero__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  -webkit-backdrop-filter: blur(23.2341175079px);
  backdrop-filter: blur(23.2341175079px);
  background: #fff;
  border: 0.82px solid rgba(255, 255, 255, 0.23);
  border-radius: 16px;
}
.hero__item:not(:last-child) {
  margin-bottom: 30px;
}
.bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.connection {
  margin-bottom: 70px;
  /* background: #adadad; */
}
.connection__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.connection__box {
  width: calc(50% - 40px);
}
.connection__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: #393939;
}
.connection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.connection__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
  border-radius: 20px;
  padding: 28px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 600;
  font-size: 22px;
  color: #171717;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(13.3000001907px);
  backdrop-filter: blur(13.3000001907px);
  background: #fff;
}
.connection__image {
  width: 100%;
}
.footer {
  color: #353535;
  padding: 50px 0;
  background: #fff;
  line-height: 140%;
}
.footer .bottom2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .bottom2 a {
  color: #171717;
  text-decoration: underline;
}
.footer__ttl {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  color: #353535;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  color: grey;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(37% - 30px);
}
.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
.footer__line:not(:last-child) {
  border-bottom: 1px solid #d6e1e8;
}
.footer__name {
  width: 50%;
}
.footer__v {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #353535;
}
.footer__mini-col {
  width: calc(24% - 30px);
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  gap: 15px;
}
.footer__mini-col span {
  text-decoration: underline;
}
.footer__bottom {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #9a9999;
}
.ol {
  display: none;
}
@media (max-width: 100em) {
  .btn {
    font-size: 1rem;
    padding: 12px 18px;
  }
  .header__body {
    font-size: 1rem;
    gap: 20px;
  }
  .header__logo img {
    max-width: 280px;
  }
  .menu__list {
    font-size: 1rem;
    gap: 20px;
  }
  .connection__body {
    gap: 20px;
  }
  .connection__box {
    width: calc(50% - 20px);
  }
  .connection__title {
    font-size: 1.75rem;
  }
  .connection__items {
    gap: 20px;
  }
  .connection__item {
    padding: 20px;
    font-size: 1.125rem;
  }
}
@media (max-width: 80em) {
  .btn {
    font-size: 0.9375rem;
  }
  .header__logo img {
    max-width: 240px;
  }
  .menu__list {
    font-size: 0.875rem;
  }
}
@media (max-width: 75em) {
  .footer__line {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1002px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 500;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 50em) {
  .hero {
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .connection {
    margin-bottom: 30px;
  }
}
@media (max-width: 25em) {
  .hero__title {
    font-size: 3.4375rem;
  }
}
@media (max-width: 102.5em) {
  .hero__title {
    font-size: 5rem;
  }
  .hero__text {
    gap: 40px;
    font-size: 1.125rem;
    max-width: 600px;
  }
}
@media (max-width: 87.5em) {
  .hero {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .hero__title {
    font-size: 4.375rem;
    margin-bottom: 25px;
  }
  .connection {
    margin-bottom: 40px;
  }
  .connection__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 81.25em) {
  .btn-opacity {
    font-size: 1.125rem;
    max-width: 180px;
  }
  .hero__box {
    gap: 20px;
  }
  .hero__items {
    max-width: 250px;
  }
  .hero__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .hero__item {
    padding: 15px;
    gap: 10px;
  }
  .hero__item img {
    max-width: 50px;
  }
  .connection__item {
    gap: 10px;
    font-size: 1rem;
    padding: 15px;
  }
  .connection__item img {
    max-width: 15px;
  }
  .footer__body {
    gap: 20px;
    font-size: 0.75rem;
  }
  .footer__col {
    width: calc(37% - 20px);
  }
  .footer__mini-col {
    width: calc(24% - 20px);
  }
}
@media (max-width: 71.875em) {
  .menu__list {
    font-size: 0.75rem;
    gap: 10px;
  }
}
@media (max-width: 68.75em) {
  .header__body {
    gap: 10px;
  }
  .connection__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 62.5em) {
  .btn-opacity {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
  .hero__subtitle {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .hero__title {
    font-size: 3.59375rem;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .hero__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
  .hero__link {
    font-size: 1rem;
  }
  .hero__text .bold {
    font-size: 1.125rem;
  }
  .hero__text {
    max-width: 100%;
    gap: 20px;
  }
  .hero__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 100%;
  }
  .hero__item {
    width: calc(50% - 10px);
    margin-bottom: 0 !important;
  }
  .connection__body {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .connection__box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .connection__items {
    gap: 5px;
  }
  .connection__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 14px 14px;
    border-radius: 5px;
    line-height: 140%;
    font-size: 1.125rem;
  }
  .connection__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__ttl {
    margin-bottom: 20px;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__col {
    width: 100%;
  }
  .footer__mini-col {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__bottom {
    font-size: 0.875rem;
  }
  .ol {
    display: block;
  }
}
.tg-block {
  display: inline-flex;
  gap: 15px;
  text-align: right;
  align-items: center;
  max-width: 320px;
}
@media (max-width: 62.625em) {
  .header__link {
    text-align: center;
    width: 100%;
  }
  .menu__list {
    position: fixed;
    right: -1000px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    padding: 70px 20px;
    width: 100%;
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 140%;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
  }
  .menu-open .menu__list {
    z-index: 123;
    right: 0;
  }
}
@media (max-width: 43.75em) {
  .hero__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 135%;
    text-align: center;
  }
}
.mmbb {
  display: none;
}
@media (max-width: 23.125em) {
  .hero__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 600px) {
  .tg-block p {
    max-width: 55%;
  }
  .hero__link {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .hero .bold {
    text-align: left;
    width: 100%;
    max-width: 100% !important;
  }
  .tg-block {
    text-align: left;
    font-size: 16px;
    text-align: left;
    font-size: 16px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;
    max-width: 100%;
  }
  .hero__item {
    box-shadow: 9px 9px 39px 0 rgba(0, 103, 161, 0.25);
    background: #fff;
  }
  .hero {
    background: #fff !important;
  }
  .hero .bg {
    display: none !important;
  }
  .hero .mmbb {
    display: block;
    margin-left: -15px;
    width: 110%;
  }
  .mmbb img {
    width: 110%;
    margin-right: -15px;
    margin-top: -170px;
    margin-bottom: -170px;
  }
}
