abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
img {
  display: block;
}
address,
cite,
q,
dfn {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
ins,
del {
  text-decoration: none;
}
q,
blockquote {
  quotes: none;
}
q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
}
th {
  text-align: left;
}
button,
input,
select,
textarea {
  font: inherit;
}
pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}
ul,
li,
ol {
  list-style: none;
}
nav .wrap_nav {
  max-width: 1320px;
  width: calc(100% - 15px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  nav .wrap_nav {
    max-width: 95%;
  }
}
nav .wrap_nav .btn_small_logo {
  display: none;
}
nav .wrap_nav.animation_active {
  justify-content: center;
}
@media (min-width: 920px) {
  nav .wrap_nav.animation_active {
    margin-top: -10px;
  }
  nav .wrap_nav.animation_active .btn_small_logo {
    display: block;
    margin-left: -10px;
  }
  nav .wrap_nav.animation_active .btn_small_logo img {
    width: 70px;
  }
  nav .wrap_nav.animation_active .col_left {
    width: 0%;
  }
  nav .wrap_nav.animation_active .col_right {
    height: 54px;
    padding: 0 2px;
    box-shadow: 0px 0px 5px #b8d9ec;
  }
  nav .wrap_nav.animation_active .col_right .btn_large {
    padding: 0px 32px;
    height: 46px;
    line-height: 46px;
  }
  nav .wrap_nav.animation_active .col_right .social_list {
    margin-right: 16px;
  }
  nav .wrap_nav.animation_active .col_right ul.menu_list li a {
    font-size: 14px;
  }
}
nav .wrap_nav .col_left {
  transition: all 100ms ease-in;
  width: 220px;
}
nav .wrap_nav .col_left img {
  width: 100%;
}
@media (max-width: 920px) {
  nav .wrap_nav .col_left {
    background-color: #fff;
    width: 100%;
    border-radius: 26px;
  }
}
@media (max-width: 920px) {
  nav .wrap_nav .col_left .btn_logo_d {
    display: none;
  }
}
nav .wrap_nav .col_left .menu_mobile_m {
  display: none;
}
@media (max-width: 920px) {
  nav .wrap_nav .col_left .menu_mobile_m {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
nav .wrap_nav .col_left .menu_mobile_m .col_n {
  display: flex;
  align-items: center;
}
nav .wrap_nav .col_left .menu_mobile_m .col_n .btn_menu {
  margin: 0 14px 0 20px;
}
nav .wrap_nav .col_left .menu_mobile_m .col_n .btn_menu img {
  width: 26px;
}
nav .wrap_nav .col_right {
  transition: all 300ms linear;
  height: 74px;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 920px) {
  nav .wrap_nav .col_right {
    display: none;
  }
}
nav .wrap_nav .col_right .menu_content {
  display: flex;
  align-items: center;
  padding-right: 2px;
}
nav .wrap_nav .col_right .btn_large {
  transition: all 300ms linear;
  height: 58px;
  padding: 0 40px;
  line-height: 58px;
}
@media (max-width: 1200px) {
  nav .wrap_nav .col_right .btn_large {
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  nav .wrap_nav .col_right .btn_large {
    height: 58px;
    padding: 0 40px;
    line-height: 58px;
    font-size: 18px;
  }
}
nav .wrap_nav .col_right ul.menu_list li a {
  transition: all 300ms linear;
}
nav {
  margin-top: 24px;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
}
@media (min-width: 920px) {
  nav .wrap.mobile_wrap {
    display: none;
  }
}
@media (max-width: 920px) {
  nav {
    position: fixed;
    margin-top: 12px;
  }
  nav .wrap.desktop_wrap {
    display: none;
  }
}
nav .right_col_nav {
  display: flex;
  align-items: center;
}
nav .wrap {
  display: flex;
  justify-content: space-between;
}
nav .wrap.mobile_wrap .mobile_box {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
  border-radius: 26px;
}
nav .wrap.mobile_wrap .mobile_box .btn_menu {
  margin: 0 14px 0 20px;
}
@media (max-width: 350px) {
  nav .wrap.mobile_wrap .mobile_box .btn_menu {
    margin: 0 10px 0 10px;
  }
}
nav .wrap.mobile_wrap .mobile_box .btn_menu img {
  width: 26px;
}
nav .menu_wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1400px) {
  nav .menu_wrap {
    margin-top: 3px;
    padding: 6px 10px;
  }
}
nav .btn_logo img {
  max-width: 220px;
}
@media (min-width: 1400px) {
  nav .btn_logo img {
    max-width: 265px;
  }
}
@media (max-width: 1200px) {
  nav .btn_logo img {
    max-width: 180px;
  }
}
@media (max-width: 720px) {
  nav .btn_logo img {
    max-width: 155px;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-left: -2px;
  }
}
@media (max-width: 340px) {
  nav .btn_logo img {
    max-width: 135px;
  }
}
ul.menu_list {
  display: flex;
  margin: 0 16px 0 22px;
}
@media (min-width: 1400px) {
  ul.menu_list {
    margin: 0 18px 0 23px;
  }
}
ul.menu_list li {
  margin: 0 10px;
}
@media (min-width: 1400px) {
  ul.menu_list li {
    margin: 0 16px;
  }
}
@media (max-width: 1200px) {
  ul.menu_list li {
    margin: 0 5px;
  }
}
ul.menu_list li:last-child a {
  color: #268cd1;
}
ul.menu_list li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1e1e1e;
  transition: all 100ms linear;
}
@media (min-width: 1400px) {
  ul.menu_list li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  ul.menu_list li a {
    font-size: 14px;
  }
}
ul.menu_list li a:hover {
  opacity: 0.7;
}
ul.social_list {
  margin-right: 6px;
  display: flex;
}
@media (min-width: 1400px) {
  ul.social_list {
    margin-right: 17px;
  }
}
@media (max-width: 1200px) {
  ul.social_list {
    margin-right: 10px;
  }
}
@media (max-width: 920px) {
  ul.social_list {
    margin-right: 17px;
  }
}
ul.social_list li {
  margin-right: 12px;
}
@media (max-width: 1200px) {
  ul.social_list li {
    margin-right: 5px;
  }
}
@media (max-width: 920px) {
  ul.social_list li {
    margin-right: 12px;
  }
}
ul.social_list li:nth-child(1) a {
  background-color: #5dc1f7;
}
ul.social_list li:nth-child(1) img {
  width: 100%;
  max-height: 100%;
}
ul.social_list li:nth-child(2) img {
  width: 15.5px;
  height: 15.5px;
}
ul.social_list li:nth-child(3) a {
  background-color: #152028;
}
ul.social_list li:nth-child(3) img {
  width: 16px;
  height: 18.29px;
}
ul.social_list li:nth-child(4) img {
  width: 16px;
  height: 19.43px;
}
ul.social_list li.disabled a {
  background-color: #6c6c6c !important;
  pointer-events: none;
}
ul.social_list li.disabled a img {
  opacity: 0.5;
}
ul.social_list li a {
  background-color: #181818;
  display: block;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  ul.social_list li a {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 920px) {
  ul.social_list li a {
    width: 32px;
    height: 32px;
  }
}
ul.social_list li a img {
  max-width: 100%;
  max-height: 19px;
}
@media (max-width: 1200px) {
  ul.social_list li a img {
    max-height: 16px;
  }
}
@media (max-width: 920px) {
  ul.social_list li a img {
    max-height: 19px;
  }
}
.img_close {
  display: none;
}
.img_close.active {
  display: block;
}
.img_menu.active {
  display: none;
}
.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  height: 100svh;
}
.mobile_menu .wrap {
  padding-top: 80px;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
  flex-direction: column;
  justify-content: space-between;
}
.mobile_menu .wrap ul.menu_list {
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 220px);
  justify-content: space-evenly;
}
.mobile_menu .wrap ul.menu_list li a {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 28px;
}
.mobile_menu .wrap ul.social_list {
  padding-bottom: 36px;
  margin: 0;
  justify-content: center;
}
.mobile_menu .wrap ul.social_list li {
  margin: 0 10px;
}
.mobile_menu .wrap ul.social_list li a {
  width: 48px;
  height: 48px;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Jua", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
h2 {
  color: #fff;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #268cd1;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 1.92px;
  margin-bottom: 32px;
}
h2.inner {
  -webkit-text-fill-color: #268cd1;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #fff;
}
p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  color: #1e1e1e;
}
@media (max-width: 720px) {
  p {
    font-size: 14px;
  }
}
button,
a {
  cursor: pointer;
  outline: none;
}
textarea,
input,
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill {
  border: 0px solid transparent;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::-ms-reveal {
  display: none;
}
input::-ms-clear {
  display: none;
}
.clear {
  clear: both;
}
.wrap {
  width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .wrap {
    width: 1320px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: calc(100% - 20px);
    max-width: 500px;
  }
}
.wrap_center {
  overflow: hidden;
}
a.btn_large {
  background: linear-gradient(267.79deg, #82bff0 -30.87%, #268cd1 98.14%);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding: 13px 35px;
  border-radius: 30px;
  transition: all 100ms linear;
}
@media (min-width: 1400px) {
  a.btn_large {
    padding: 15px 40px;
  }
}
@media (max-width: 920px) {
  a.btn_large {
    font-size: 16px;
    padding: 10px 25px;
    line-height: 20px;
  }
}
@media (max-width: 340px) {
  a.btn_large {
    font-size: 14px;
    padding: 10px 15px;
  }
}
a.btn_large:hover {
  background: linear-gradient(267.79deg, #268cd1 -30.87%, #268cd1 98.14%);
}
a.btn_large.disabled {
  background: #949494;
  pointer-events: none;
}
a.btn {
  color: #268cd1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.72px;
  transition: all 100ms linear;
}
a.btn:hover {
  opacity: 0.6;
}
a.btn img {
  display: inline-block;
}
.section_tokenomics {
  padding: 80px 0;
  background-image: url("../img/bg_Tokenomics.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .section_tokenomics {
    padding: 40px 0 80px 0;
    background-position: calc(100% + 65px) 100%;
  }
}
.section_tokenomics .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 720px) {
  .section_tokenomics .wrap {
    align-items: flex-start;
  }
}
.section_tokenomics .title_img {
  max-width: 248px;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .section_tokenomics .title_img {
    max-height: 38px;
    margin: 0 auto 24px auto;
  }
}
@media (min-width: 1400px) {
  .section_tokenomics h2 {
    margin-bottom: 42px;
  }
}
@media (max-width: 720px) {
  .section_tokenomics h2 {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: inherit;
    margin-bottom: 27px;
  }
}
.section_tokenomics ul.list_tokenomics li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .section_tokenomics ul.list_tokenomics li {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.section_tokenomics ul.list_tokenomics li img {
  width: 34px;
  margin-right: 15px;
}
@media (min-width: 1400px) {
  .section_tokenomics ul.list_tokenomics li img {
    width: 46px;
    margin-right: 19px;
  }
}
@media (max-width: 1200px) {
  .section_tokenomics ul.list_tokenomics li img {
    width: 28px;
  }
}
@media (max-width: 720px) {
  .section_tokenomics ul.list_tokenomics li img {
    width: 22px;
    margin-right: 8px;
  }
}
.section_tokenomics ul.list_tokenomics li a.btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  margin-left: 15px;
}
@media (min-width: 1400px) {
  .section_tokenomics ul.list_tokenomics li a.btn {
    margin-left: 24px;
  }
}
@media (max-width: 1200px) {
  .section_tokenomics ul.list_tokenomics li a.btn {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .section_tokenomics ul.list_tokenomics li a.btn {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.64px;
  }
}
.section_tokenomics ul.list_tokenomics li a.btn span.copy {
  width: 70px;
}
.section_tokenomics ul.list_tokenomics li a.btn img {
  width: 20px;
  margin-right: 2px;
}
@media (min-width: 1400px) {
  .section_tokenomics ul.list_tokenomics li a.btn img {
    width: 24px;
  }
}
.section_tokenomics ul.list_tokenomics li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
}
@media (min-width: 1400px) {
  .section_tokenomics ul.list_tokenomics li p {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .section_tokenomics ul.list_tokenomics li p {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .section_tokenomics ul.list_tokenomics li p {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.64px;
  }
}
.section_tokenomics ul.list_tokenomics li p span {
  word-break: break-all;
}
@media (max-width: 720px) {
  .section_tokenomics ul.list_tokenomics li p span {
    word-break: break-word;
  }
}
@media (max-width: 720px) {
  .section_tokenomics .btn_large {
    margin: 0 auto;
    padding: 19px 40px;
    font-size: 20px;
  }
}
.section_how_to_buy {
  background-image: url("../img/bg_how_to_buyv2.jpg");
  padding: 40px 0 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .section_how_to_buy {
    padding-top: 57px;
  }
}
.section_how_to_buy .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .section_how_to_buy .wrap {
    max-width: 1212px;
  }
}
@media (max-width: 720px) {
  .section_how_to_buy .wrap {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .section_how_to_buy h2 {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: inherit;
    margin-bottom: 30px;
  }
}
.section_how_to_buy .title_img {
  max-width: 256px;
  margin: 40px auto 16px auto;
}
@media (max-width: 920px) {
  .section_how_to_buy .title_img {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .section_how_to_buy .title_img {
    max-height: 38px;
    margin: 0 auto 17px auto;
  }
}
.section_how_to_buy .btn_large {
  margin: 0 auto 48px auto;
  display: table;
}
@media (max-width: 720px) {
  .section_how_to_buy .btn_large {
    margin: 0 auto 18px auto;
  }
}
.section_how_to_buy .left_col {
  max-width: 700px;
}
@media (min-width: 1400px) {
  .section_how_to_buy .left_col {
    max-width: 733px;
  }
  .section_how_to_buy .left_col h2 {
    margin-bottom: 16px;
    margin-top: 33px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .left_col {
    max-width: 550px;
  }
}
.section_how_to_buy .left_col ul.list_how_to_buy {
  padding-bottom: 8px;
}
.section_how_to_buy .left_col ul.list_how_to_buy li {
  display: flex;
  border-radius: 16px;
  border: 4px solid #b1d9eb;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 10px;
  align-items: flex-start;
  box-shadow: 0px 0px 9.143px 0px rgba(255, 255, 255, 0.5) inset;
}
@media (min-width: 1400px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li {
    padding: 20px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li {
    padding: 22px 16px;
  }
}
.section_how_to_buy .left_col ul.list_how_to_buy li img {
  margin-right: 24px;
  max-width: 64px;
}
@media (min-width: 1400px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li img {
    margin-right: 26px;
    margin-left: 7px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li img {
    max-width: 24px;
    margin-right: 8px;
  }
}
.section_how_to_buy
  .left_col
  ul.list_how_to_buy
  li
  .box_content
  .btn_inner_large {
  background: linear-gradient(267.79deg, #82bff0 -30.87%, #268cd1 98.14%);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  line-height: 22px;
  border-radius: 30px;
  margin: 0 5px;
  display: inline-block;
  transition: all 100ms linear;
}
.section_how_to_buy
  .left_col
  ul.list_how_to_buy
  li
  .box_content
  .btn_inner_large:hover {
  opacity: 1;
  background: linear-gradient(267.79deg, #268cd1 -30.87%, #268cd1 98.14%);
}
.section_how_to_buy
  .left_col
  ul.list_how_to_buy
  li
  .box_content
  .btn_inner_large.disabled {
  background: #949494;
  color: #fff;
  pointer-events: none;
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}
@media (min-width: 1440px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li .box_content h3 {
    font-size: 32px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li .box_content h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 16px;
    letter-spacing: 0.64px;
  }
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content p {
  color: #8099a4;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.72px;
}
@media (min-width: 1440px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li .box_content p {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .left_col ul.list_how_to_buy li .box_content p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.56px;
  }
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content p.inner {
  margin-bottom: 5px;
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content p a {
  color: #268cd1;
  transition: all 100ms linear;
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content p a:hover {
  opacity: 0.6;
}
.section_how_to_buy .left_col ul.list_how_to_buy li .box_content p a.disabled {
  color: #949494;
  pointer-events: none;
}
@media (max-width: 720px) {
  .section_how_to_buy .right_col {
    height: 350px;
    overflow: hidden;
  }
}
.section_how_to_buy .right_col img {
  max-width: 367px;
  margin-right: -150px;
}
@media (min-width: 1400px) {
  .section_how_to_buy .right_col img {
    margin-right: -114px;
  }
}
@media (max-width: 1400px) {
  .section_how_to_buy .right_col img {
    margin-right: -100px;
  }
}
@media (max-width: 920px) {
  .section_how_to_buy .right_col img {
    max-width: 260px;
  }
}
@media (max-width: 720px) {
  .section_how_to_buy .right_col img {
    margin: 0;
    max-width: 230px;
  }
}
.section_why_to_chose {
  background-image: url("../img/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 80px 0 55px 0;
}
@media (max-width: 720px) {
  .section_why_to_chose {
    padding: 40px 0 200px 0;
    background-color: #e5fcff;
    background-image: url("../img/bg_footer_mobile.png");
    background-size: 280px;
  }
}
@media (min-width: 1400px) {
  .section_why_to_chose .wrap {
    max-width: 1148px;
  }
}
@media (max-width: 720px) {
  .section_why_to_chose h2 {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: inherit;
    margin-bottom: 30px;
  }
}
.section_why_to_chose .title_img {
  max-width: 442px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 920px) {
  .section_why_to_chose .title_img {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .section_why_to_chose .title_img {
    max-height: 36px;
    margin: 0 auto 17px auto;
  }
}
.section_why_to_chose ul.social_list {
  justify-content: center;
  margin: 0 0 32px 0;
}
.section_why_to_chose ul.social_list li {
  margin: 0 15px;
}
.section_why_to_chose ul.social_list li:nth-child(1) a {
  background-color: #5dc1f7;
}
.section_why_to_chose ul.social_list li:nth-child(1) img {
  width: 100%;
  height: 100%;
  max-height: inherit;
}
.section_why_to_chose ul.social_list li:nth-child(2) img {
  width: 23.25px;
  height: 23.25px;
  max-height: inherit;
}
.section_why_to_chose ul.social_list li:nth-child(3) a {
  background-color: #152028;
}
.section_why_to_chose ul.social_list li:nth-child(3) img {
  width: 22px;
  height: 24.29px;
  max-height: inherit;
}
.section_why_to_chose ul.social_list li:nth-child(4) img {
  width: 24px;
  height: 29.143px;
  max-height: inherit;
}
.section_why_to_chose ul.social_list li a {
  width: 48px;
  height: 48px;
}
.section_why_to_chose .btn_email {
  color: #8099a4;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  transition: all 100ms linear;
  display: table;
  margin: 0 auto;
}
.section_why_to_chose .btn_email:hover {
  opacity: 0.6;
}
.section_why_to_chose .box_content {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .section_why_to_chose .box_content {
    flex-direction: column-reverse;
    max-width: 328px;
    margin: 0 auto 50px auto;
  }
}
@media (min-width: 1400px) {
  .section_why_to_chose .box_content h2 {
    margin-bottom: 27px;
  }
}
.section_why_to_chose .box_content h3 {
  color: #1e1e1e;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content h3 {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.section_why_to_chose .box_content h4 {
  margin-bottom: 24px;
  text-align: center;
  color: #8099a4;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.section_why_to_chose .box_content ul.list_text li {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
.section_why_to_chose .box_content ul.list_text li:last-child {
  margin-bottom: 0;
}
.section_why_to_chose .box_content ul.list_text li p {
  padding-left: 25px;
  background-image: url("../img/icon/face-neutral.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  color: #8099a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 1400px) {
  .section_why_to_chose .box_content ul.list_text li p {
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content ul.list_text li p {
    font-size: 13px;
  }
}
.section_why_to_chose .box_content .col_left {
  border-radius: 18px;
  border: 4px solid #b1d9eb;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 16px;
  width: 30%;
}
@media (min-width: 1400px) {
  .section_why_to_chose .box_content .col_left {
    padding: 36px 16px;
  }
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content .col_left {
    padding: 32px 16px;
  }
}
@media (max-width: 720px) {
  .section_why_to_chose .box_content .col_left {
    width: calc(100% - 32px);
    padding: 32px 16px;
  }
}
.section_why_to_chose .box_content .col_left .logo_box {
  max-width: 64px;
  margin: 0 auto 16px auto;
}
.section_why_to_chose .box_content .col_center {
  border-radius: 18px;
  border: 6px solid #268cd1;
  background: #fff;
  backdrop-filter: blur(14.08px);
  padding: 64px 16px;
  margin: 0 30px;
  width: 30%;
}
@media (min-width: 1400px) {
  .section_why_to_chose .box_content .col_center {
    margin-top: 5px;
    padding: 54px 16px;
  }
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content .col_center {
    padding: 32px 16px;
    margin: 0 15px;
  }
}
@media (max-width: 720px) {
  .section_why_to_chose .box_content .col_center {
    width: calc(100% - 32px);
    margin: 0 0 16px 0;
    display: none;
  }
}
.section_why_to_chose .box_content .col_center.col_mobile {
  display: none;
}
@media (max-width: 720px) {
  .section_why_to_chose .box_content .col_center.col_mobile {
    display: block;
  }
}
.section_why_to_chose .box_content .col_center .logo_box {
  max-width: 120px;
  margin: 0 auto 16px auto;
}
.section_why_to_chose .box_content .col_center ul.list_text li p {
  color: #268cd1;
  background-image: url("../img/icon/face-content.svg");
}
.section_why_to_chose .box_content .col_right {
  border-radius: 18px;
  border: 4px solid #b1d9eb;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 16px;
  width: 30%;
}
@media (min-width: 1400px) {
  .section_why_to_chose .box_content .col_right {
    padding: 26px 16px;
  }
}
@media (max-width: 920px) {
  .section_why_to_chose .box_content .col_right {
    padding: 32px 16px;
  }
}
@media (max-width: 720px) {
  .section_why_to_chose .box_content .col_right {
    width: calc(100% - 32px);
    padding: 32px 16px;
    margin-bottom: 16px;
  }
}
.section_why_to_chose .box_content .col_right .logo_box {
  max-width: 64px;
  margin: 0 auto 16px auto;
}
.section_roadmap {
  padding: 80px 0 83px 0px;
  background: #268cd1;
}
@media (max-width: 720px) {
  .section_roadmap {
    padding: 38px 0 47px 0;
  }
}
.section_roadmap .title_img {
  max-width: 442px;
  margin: 0 auto 10px auto;
}
@media (max-width: 720px) {
  .section_roadmap .title_img {
    max-height: 36px;
    margin: 0 auto 10px auto;
  }
}
.section_roadmap h2 {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .section_roadmap h2 {
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: inherit;
    margin-bottom: 30px;
  }
}
.section_roadmap .content_img {
  margin-right: 14px;
}
@media (max-width: 720px) {
  .section_roadmap .content_img {
    margin: 0;
    display: none;
  }
}
.section_roadmap .content_img img {
  width: 1142px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.section_roadmap .content_img img.desktop_road {
  display: block;
}
@media (max-width: 720px) {
  .section_roadmap .content_img img.desktop_road {
    display: none;
  }
}
.section_roadmap .content_img img.mobile_road {
  display: none;
}
@media (max-width: 720px) {
  .section_roadmap .content_img img.mobile_road {
    display: block;
    max-width: 350px;
  }
}
.content_box {
  display: flex;
  align-items: center;
}
.content_box .col_left {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.content_box .col_left .col {
  width: 26%;
}
.content_box .col_left .col.col_arrow {
  width: 10%;
}
.content_box .col_left .col.col_arrow img {
  width: 100%;
}
.content_box .col_right .col_arrow img {
  margin: 0;
  width: 100px;
}
.content_box .col img {
  margin: 0 auto;
}
.content_box p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
}
.content_box .col_arrow img {
  margin: 0 auto;
}
.content_box .col_01 {
  margin-bottom: 70px;
}
.content_box .col_01 img {
  width: 154px;
}
.content_box .col_02 {
  margin-bottom: 70px;
}
.content_box .col_02 img {
  width: 138px;
}
.content_box .col_02 p {
  font-size: 20px;
}
.content_box .col_03 {
  margin-bottom: 70px;
}
.content_box .col_03 img {
  width: 130px;
}
.content_box .col_03 p {
  font-size: 22px;
}
.content_box .col_04 img {
  width: 250px;
}
.content_box .col_05 img {
  width: 170px;
}
.content_box .col_05 p {
  font-size: 28px;
  margin-bottom: 27px;
}
.content_box .col_06 img {
  width: 150px;
}
.content_box .col_06 p {
  font-size: 26px;
  margin-bottom: 19px;
}
.content_box .col_07 {
  margin: 20px 0 0px 0;
}
.content_box .col_07 img {
  width: 150px;
}
.content_box .col_07 p {
  margin-top: 15px;
  font-size: 22px;
}
header {
  background-image: url("../img/org_penguins_island_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 0 0;
  min-height: 1293px;
  position: relative;
}
@media (max-width: 920px) {
  header {
    min-height: 920px;
  }
}
@media (min-width: 1400px) {
  header {
    padding: 165px 0 0 0;
  }
}
@media (max-width: 720px) {
  header {
    padding: 0;
    min-height: inherit;
    padding-bottom: 36px;
    background: none;
  }
}
header:after {
  content: " ";
  width: 100%;
  right: 0;
  position: absolute;
  bottom: 0;
  background-image: url("../img/bg_right_header.png");
  height: 440px;
  background-repeat: no-repeat;
  left: 55%;
  background-size: 1377px;
  background-position: left 20px;
}
@media (max-width: 720px) {
  header:after {
    display: none;
  }
}
header:before {
  content: " ";
  width: 1990px;
  position: absolute;
  bottom: 0;
  background-image: url("../img/bg_left_header.png");
  height: 440px;
  background-repeat: no-repeat;
  left: 0px;
  background-size: 1255px;
  background-position: bottom left;
  z-index: 10;
}
@media (max-width: 720px) {
  header:before {
    display: none;
  }
}
header .mobile_content {
  display: none;
  position: relative;
}
@media (max-width: 720px) {
  header .mobile_content {
    width: 100%;
    display: block;
  }
  header .mobile_content img {
    width: 100%;
  }
  header .mobile_content .social_list {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    flex-direction: column;
    justify-content: center;
  }
  header .mobile_content .social_list li {
    margin: 12px 0;
  }
  header .mobile_content .social_list li a {
    width: 40px;
    height: 40px;
  }
}
header .wrap {
  position: relative;
}
header .row {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  header .row {
    justify-content: flex-end;
  }
}
header .row .col_left {
  position: absolute;
  left: -45px;
  top: 0;
}
@media (min-width: 1400px) {
  header .row .col_left {
    left: -59px;
  }
}
@media (max-width: 720px) {
  header .row .col_left {
    display: none;
  }
}
header .row .col_left img {
  width: 480px;
}
@media (min-width: 1400px) {
  header .row .col_left img {
    width: 581px;
  }
}
@media (max-width: 920px) {
  header .row .col_left img {
    width: 380px;
  }
}
@media (max-width: 720px) {
  header .row .col_center {
    width: 100%;
  }
}
header .row .col_center img {
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  header .row .col_center img {
    max-width: 480px;
    margin-top: 30px;
    margin-left: 123px;
  }
}
@media (max-width: 920px) {
  header .row .col_center img {
    max-width: 300px;
  }
}
@media (max-width: 720px) {
  header .row .col_center img {
    display: none;
  }
}
header .row .col_center .box_2,
header .row .col_center .box_1 {
  width: 500px;
}
@media (max-width: 1040px) {
  header .row .col_center .box_2,
  header .row .col_center .box_1 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  header .row .col_center .box_2,
  header .row .col_center .box_1 {
    width: 520px;
  }
}
@media (max-width: 720px) {
  header .row .col_center .box_2,
  header .row .col_center .box_1 {
    width: 100%;
  }
}
header .row .col_center .row_top {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  header .row .col_center .row_top {
    justify-content: space-evenly;
  }
}
header .row .col_center .row_top a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 720px) {
  header .row .col_center .row_top a {
    color: #268cd1;
  }
}
@media (max-width: 340px) {
  header .row .col_center .row_top a {
    font-size: 14px;
  }
}
header .row .col_center .row_top a.active {
  color: #268cd1;
}
header .row .col_center .row_top a.active_v1 {
  color: #2b92d3;
}
@media (max-width: 720px) {
  header .row .col_center .row_top a.btn_aspiring {
    text-align: right;
    color: #2b92d3;
  }
}
header .row .col_center .row_top span.anime_slide {
  min-width: 70px;
  margin: 0 20px;
  height: 48px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 7px;
  transition: all 100ms linear;
  background: linear-gradient(268deg, #5cb8e1 -30.87%, #268cd1 98.14%);
}
@media (max-width: 720px) {
  header .row .col_center .row_top span.anime_slide {
    margin: 0px 10px;
    min-width: 70px;
  }
}
@media (min-width: 1400px) {
  header .row .col_center .row_top span.anime_slide {
    margin: 0 25px;
  }
}
header .row .col_center .row_top span.anime_slide .slide {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 100px;
  transition: all 100ms linear;
}
header .row .col_center .row_top span.anime_slide.active {
  background: linear-gradient(268deg, #5cb8e1 -30.87%, #268cd1 98.14%);
}
header .row .col_center .row_top span.anime_slide.active .slide {
  transform: translate(36px, 0px);
}
header .row .col_center .row_content {
  padding-top: 270px;
  margin-left: 140px;
  position: relative;
  z-index: 80;
}
@media (min-width: 1400px) {
  header .row .col_center .row_content {
    padding-top: 254px;
    margin-left: 272px;
  }
}
@media (max-width: 1040px) {
  header .row .col_center .row_content {
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  header .row .col_center .row_content {
    padding-top: 0;
    margin: 30px auto 0 auto;
  }
}
header .row .col_center .row_content .box_1 {
  display: none;
}
header .row .col_center .row_content .box_1.is_active {
  display: block;
}
header .row .col_center .row_content .box_2 {
  display: none;
}
header .row .col_center .row_content .box_2.is_active {
  display: block;
}
header .row .col_center .row_content .box_2 h2 {
  font-size: 36px;
  -webkit-text-stroke-color: #2b92d3;
}
@media (max-width: 920px) {
  header .row .col_center .row_content .box_2 h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    line-height: inherit;
  }
}
@media (max-width: 710px) {
  header .row .col_center .row_content .box_2 h2 {
    margin: 23px 0 3px 0;
    font-size: 31px;
    text-align: center;
  }
}
header .row .col_center .row_content .box_2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.72px;
}
@media (max-width: 720px) {
  header .row .col_center .row_content .box_2 p {
    color: #2b92d3;
  }
}
@media (max-width: 920px) {
  header .row .col_center .row_content .box_2 p {
    font-size: 16px;
  }
}
header .row .col_center .row_content p {
  color: #268cd1;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 1.28px;
}
@media (min-width: 1400px) {
  header .row .col_center .row_content p {
    font-size: 32px;
  }
}
@media (max-width: 920px) {
  header .row .col_center .row_content p {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  header .row .col_center .row_content p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
}
header .row .col_center .row_content h2 {
  text-align: left;
  margin: 52px 0 3px 0;
}
@media (max-width: 920px) {
  header .row .col_center .row_content h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    line-height: inherit;
  }
}
@media (max-width: 720px) {
  header .row .col_center .row_content h2 {
    margin: 32px 0 14px 0;
    font-size: 31px;
    text-align: center;
    line-height: inherit;
  }
}
header .row .col_right {
  position: absolute;
  top: 94px;
  right: -45px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  header .row .col_right {
    display: none;
  }
}
@media (min-width: 1400px) {
  header .row .col_right {
    top: 76px;
    right: -28px;
  }
}
header .row .col_right img {
  width: 290px;
}
@media (min-width: 1400px) {
  header .row .col_right img {
    width: 302px;
  }
}
@media (max-width: 920px) {
  header .row .col_right img {
    width: 180px;
  }
}
header .col_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 20;
}
@media (max-width: 720px) {
  header .col_bottom {
    display: none;
  }
}
header .col_bottom h2 {
  text-align: left;
  -webkit-text-stroke-color: #2b92d3;
  position: absolute;
  bottom: 37px;
  transform: rotate(12deg);
  font-size: 75px;
  text-align: center;
  left: 1px;
  line-height: 79px;
  letter-spacing: 1.52px;
}
@media (max-width: 920px) {
  header .col_bottom h2 {
    font-size: 40px;
    line-height: inherit;
  }
}
.pixel {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 6000px;
  z-index: 10;
  top: 0;
  opacity: 0.5;
  pointer-events: none;
  background-position: center top;
  background-image: url("../desktop.jpg");
}
.section_header {
  width: 100%;
}
@media (max-width: 720px) {
  .section_header {
    padding-bottom: 40px;
  }
}
.section_header .animation_section {
  position: relative;
  min-height: 1462px;
  background-image: url("../img/org_penguins_island_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-position: center;
}
@media (min-width: 1700px) and (max-width: 2300px) {
  .section_header .animation_section {
    background-position: center calc(32%);
  }
}
@media (max-width: 1200px) {
  .section_header .animation_section {
    min-height: 1100px;
  }
}
@media (max-width: 920px) {
  .section_header .animation_section {
    min-height: 850px;
    width: initial;
  }
}
.section_header .animation_section .wrap {
  position: relative;
  min-height: 1462px;
}
@media (max-width: 1200px) {
  .section_header .animation_section .wrap {
    min-height: 1100px;
  }
}
@media (max-width: 920px) {
  .section_header .animation_section .wrap {
    min-height: 850px;
  }
}
@media (max-width: 920px) {
  .section_header .animation_section .wrap {
    min-height: inherit;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .section_header .animation_section .wrap {
    min-height: inherit;
    min-width: 100%;
  }
}
.section_header .bottom_mobille_detail {
  display: none;
}
@media (max-width: 720px) {
  .section_header .bottom_mobille_detail {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .section_header .bottom_mobille_detail img {
    width: 100%;
  }
}
.section_header .social_list {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media (max-width: 720px) {
  .section_header .social_list {
    display: flex;
  }
}
.section_header .social_list li {
  margin: 12px 0;
}
.section_header .social_list li a {
  width: 40px;
  height: 40px;
}
.section_header .logo_col {
  position: absolute;
  top: 195px;
  left: 35%;
  width: 467px;
  height: 240px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .section_header .logo_col {
    width: 300px;
    top: 130px;
    height: 140px;
  }
}
@media (max-width: 920px) {
  .section_header .logo_col {
    top: 95px;
  }
}
@media (max-width: 720px) {
  .section_header .logo_col {
    width: 220px;
    height: 120px;
    top: 95px;
    left: inherit;
    right: 20px;
  }
}
.section_header .wrap .box_p_small {
  position: absolute;
  right: 0;
  bottom: 441px;
  perspective: 1000px;
}
@media (max-width: 920px) {
  .section_header .wrap .box_p_small {
    bottom: 390px;
    right: 70px;
  }
}
.section_header .wrap .box_p_small img {
  width: 302px;
  animation: transform1 10s infinite ease-in-out alternate-reverse;
}
@keyframes transform1 {
  0% {
    transform: rotateY(0deg) translateX(0px) translateZ(0px);
  }
  100% {
    transform: rotateY(-10deg) translateX(40px) translateZ(50px);
  }
}
@media (max-width: 1200px) {
  .section_header .wrap .box_p_small img {
    width: 170px;
  }
}
@media (max-width: 920px) {
  .section_header .wrap .box_p_small img {
    width: 90px;
  }
  @keyframes transform1 {
    0% {
      transform: rotateY(0deg) translateX(0px) translateZ(0px);
    }
    100% {
      transform: rotateY(-10deg) translateX(10px) translateZ(20px);
    }
  }
}
.section_header .wrap .box_p_large {
  position: absolute;
  bottom: 0;
  perspective: 1000px;
}
@media (max-width: 920px) {
  .section_header .wrap .box_p_large {
    z-index: 10;
  }
}
.section_header .wrap .box_p_large img {
  width: 581px;
  animation: transform 5s infinite ease-in-out alternate-reverse;
}
@media (max-width: 1200px) {
  .section_header .wrap .box_p_large img {
    width: 400px;
  }
}
@media (max-width: 920px) {
  .section_header .wrap .box_p_large img {
    height: 650px;
    width: initial;
  }
}
@keyframes transform {
  0% {
    transform: rotateY(0deg) translateZ(0px);
  }
  100% {
    transform: rotateY(4deg) translateZ(-70px);
  }
}
.section_header .ice_bottom_left {
  position: absolute;
  bottom: 0;
  right: 10%;
  background-image: url("../img/bg_left_full_header.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 2494px;
  height: 751px;
  z-index: 10;
  transition: all 500ms ease-in;
  transform: translate(-100px, 230px);
}
@media (max-width: 1200px) {
  .section_header .ice_bottom_left {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 720px) {
  .section_header .ice_bottom_left {
    display: none;
  }
}
.section_header .ice_bottom_left.animation_active {
  transform: translate(0px, 0px);
}
.section_header .title_bikini {
  -webkit-text-stroke-color: #2b92d3;
  position: absolute;
  bottom: 37px;
  transform: rotate(12deg);
  font-size: 65px;
  text-align: center;
  left: 40px;
  z-index: 30;
  line-height: 69px;
  letter-spacing: 1.52px;
}
@media (max-width: 1200px) {
  .section_header .title_bikini {
    bottom: 15px;
    font-size: 60px;
  }
}
@media (max-width: 920px) {
  .section_header .title_bikini {
    font-size: 50px;
    line-height: inherit;
  }
}
@media (max-width: 720px) {
  .section_header .title_bikini {
    display: none;
  }
}
.section_header .ice_bottom_right {
  position: absolute;
  left: 55%;
  bottom: 0;
  background-image: url("../img/bg_right_header.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 1393px;
  height: 515px;
  transition: all 550ms ease-in;
  transform: translate(100px, 130px);
}
@media (max-width: 1200px) {
  .section_header .ice_bottom_right {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 720px) {
  .section_header .ice_bottom_right {
    display: none;
  }
}
.section_header .ice_bottom_right.animation_active {
  transform: translate(0px, 0px);
}
.content_header {
  position: absolute;
  top: 470px;
  z-index: 90;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 1400px) {
  .content_header {
    transform: translate(-50%, 0%) scale(0.8);
  }
}
@media (max-width: 1200px) {
  .content_header {
    top: 220px;
    transform: translate(-50%, 0%) scale(0.8);
    z-index: 50;
  }
}
@media (max-width: 920px) {
  .content_header {
    top: 130px;
    transform: translate(-50%, 0%) scale(1);
  }
}
@media (max-width: 720px) {
  .content_header {
    transform: scale(1);
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.content_header img {
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .content_header img {
    max-width: 480px;
    margin-top: 30px;
    margin-left: 123px;
  }
}
@media (max-width: 920px) {
  .content_header img {
    max-width: 300px;
  }
}
@media (max-width: 720px) {
  .content_header img {
    display: none;
  }
}
.content_header .box_2,
.content_header .box_1 {
  width: 500px;
}
@media (max-width: 1040px) {
  .content_header .box_2,
  .content_header .box_1 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .content_header .box_2,
  .content_header .box_1 {
    width: 520px;
  }
}
@media (max-width: 720px) {
  .content_header .box_2,
  .content_header .box_1 {
    width: 100%;
  }
}
.content_header .row_top {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .content_header .row_top {
    justify-content: space-evenly;
  }
}
.content_header .row_top a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 720px) {
  .content_header .row_top a {
    color: #268cd1;
  }
}
@media (max-width: 340px) {
  .content_header .row_top a {
    font-size: 14px;
  }
}
.content_header .row_top a.active {
  color: #268cd1;
}
.content_header .row_top a.active_v1 {
  color: #2b92d3;
}
@media (max-width: 720px) {
  .content_header .row_top a.btn_aspiring {
    text-align: right;
    color: #2b92d3;
  }
}
.content_header .row_top span.anime_slide {
  min-width: 70px;
  margin: 0 20px;
  height: 48px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 7px;
  transition: all 100ms linear;
  background: linear-gradient(268deg, #5cb8e1 -30.87%, #268cd1 98.14%);
}
@media (max-width: 720px) {
  .content_header .row_top span.anime_slide {
    margin: 0px 10px;
    min-width: 70px;
  }
}
@media (min-width: 1400px) {
  .content_header .row_top span.anime_slide {
    margin: 0 25px;
  }
}
.content_header .row_top span.anime_slide .slide {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 100px;
  transition: all 100ms linear;
}
.content_header .row_top span.anime_slide.active {
  background: linear-gradient(268deg, #5cb8e1 -30.87%, #268cd1 98.14%);
}
.content_header .row_top span.anime_slide.active .slide {
  transform: translate(36px, 0px);
}
.content_header .row_content {
  padding-top: 270px;
  margin-left: 140px;
  position: relative;
  z-index: 80;
}
@media (min-width: 1400px) {
  .content_header .row_content {
    padding-top: 254px;
    margin-left: 272px;
  }
}
@media (max-width: 1400px) {
  .content_header .row_content {
    margin-left: 300px;
  }
}
@media (max-width: 1200px) {
  .content_header .row_content {
    margin-left: 160px;
  }
}
@media (max-width: 1040px) {
  .content_header .row_content {
    margin-left: 160px;
  }
}
@media (max-width: 920px) {
  .content_header .row_content {
    margin-left: 100px;
  }
}
@media (max-width: 720px) {
  .content_header .row_content {
    padding-top: 0;
    margin: 30px auto 0 auto;
  }
}
.content_header .row_content .box_1 {
  display: none;
}
.content_header .row_content .box_1.is_active {
  display: block;
}
.content_header .row_content .box_2 {
  display: none;
}
.content_header .row_content .box_2.is_active {
  display: block;
}
.content_header .row_content .box_2 h2 {
  font-size: 36px;
  -webkit-text-stroke-color: #2b92d3;
}
@media (max-width: 920px) {
  .content_header .row_content .box_2 h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    line-height: inherit;
  }
}
@media (max-width: 710px) {
  .content_header .row_content .box_2 h2 {
    margin: 23px 0 3px 0;
    font-size: 31px;
    text-align: center;
  }
}
.content_header .row_content .box_2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.72px;
}
@media (max-width: 720px) {
  .content_header .row_content .box_2 p {
    color: #2b92d3;
  }
}
@media (max-width: 920px) {
  .content_header .row_content .box_2 p {
    font-size: 16px;
  }
}
.content_header .row_content p {
  color: #268cd1;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 1.28px;
}
@media (min-width: 1400px) {
  .content_header .row_content p {
    font-size: 32px;
  }
}
@media (max-width: 920px) {
  .content_header .row_content p {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .content_header .row_content p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
}
.content_header .row_content h2 {
  text-align: left;
  margin: 52px 0 3px 0;
}
@media (max-width: 920px) {
  .content_header .row_content h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    line-height: inherit;
  }
}
@media (max-width: 720px) {
  .content_header .row_content h2 {
    margin: 32px 0 14px 0;
    font-size: 31px;
    text-align: center;
    line-height: inherit;
  }
}
section.section_inner {
  min-height: calc(100vh - 55px - 80px);
  min-height: calc(100svh - 55px - 80px);
}
section.section_inner .box_content {
  min-height: calc(100vh - 80px - 55px - 175px);
  min-height: calc(100svh - 80px - 55px - 175px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section_inner .box_content h2 {
  font-size: 100px;
  line-height: inherit;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  section.section_inner .box_content h2 {
    font-size: 80px;
  }
}
section.section_inner .box_content p {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  section.section_inner .box_content p {
    font-size: 18px;
  }
}
.content_roadmap ul.mobile_content {
  margin-top: 30px;
  display: none;
}
@media (max-width: 920px) {
  .content_roadmap ul.mobile_content {
    display: block;
    width: 100%;
  }
}
.content_roadmap ul.mobile_content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}
.content_roadmap ul.mobile_content li .arrow {
  max-width: 9px;
}
.content_roadmap ul.mobile_content li:first-child img {
  max-width: 76px;
}
.content_roadmap ul.mobile_content li:nth-child(3) img {
  max-width: 138px;
}
.content_roadmap ul.mobile_content li:nth-child(5) img {
  max-width: 130px;
}
.content_roadmap ul.mobile_content li:nth-child(7) img {
  max-width: 143px;
}
.content_roadmap ul.mobile_content li:nth-child(9) img {
  max-width: 138px;
}
.content_roadmap ul.mobile_content li:nth-child(11) img {
  max-width: 145px;
}
.content_roadmap ul.mobile_content li:nth-child(13) img {
  max-width: 205px;
}
.content_roadmap ul.mobile_content li .box_img {
  margin-bottom: 15px;
}
.content_roadmap ul.mobile_content li h4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}
.content_roadmap ul.mobile_content li h3 {
  color: #268cd1;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #268cd1;
  font-size: 31px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.24px;
}
.desktop_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 920px) {
  .desktop_content {
    display: none;
  }
}
.desktop_content .col_left .col_content h4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
}
.desktop_content .col_left .col_content h3 {
  color: #268cd1;
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #268cd1;
  font-size: 31px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 1.24px;
}
.desktop_content .col_left .col_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop_content .col_left .col_top .col_content {
  margin-bottom: 90px;
}
.desktop_content .col_left .col_top .col_content:first-child img {
  max-width: 76px;
  margin-bottom: 29px;
}
.desktop_content .col_left .col_top .col_content:nth-child(3) img {
  max-width: 138px;
  margin-bottom: 4px;
}
.desktop_content .col_left .col_top .col_content:nth-child(5) img {
  max-width: 130px;
  margin-bottom: 5px;
}
.desktop_content .col_left .col_top .box_img {
  margin: 0 auto;
  display: table;
}
.desktop_content .col_left .col_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop_content .col_left .col_bottom .col_content:first-child img {
  max-width: 224px;
  margin-top: 20px;
}
.desktop_content .col_left .col_bottom .col_content:nth-child(3) img {
  max-width: 172px;
  margin-top: 24px;
}
.desktop_content .col_left .col_bottom .col_content:nth-child(5) img {
  max-width: 154px;
  margin-top: 19px;
}
.desktop_content .col_left .col_bottom .box_img {
  margin: 0 auto;
  display: table;
}
.desktop_content .col_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.desktop_content .col_right .col_center {
  padding-left: 100px;
}
.desktop_content .col_right .col_center .box_img img {
  max-width: 143px;
  margin-top: 30px;
  margin-bottom: 21px;
}
.desktop_content .col_right .col_center h4 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.04px;
}
