@font-face {
  font-family: "ginto nord500";
  src: url(/assets/fonts/gintoNord/Ginto-Nord-500.woff2) format(woff2);
}
@font-face {
  font-family: "ginto nord600";
  src: url(/assets/fonts/gintoNord/Ginto-Nord-600.woff2) format(woff2);
}
@font-face {
  font-family: "ginto nord700";
  src: url(/assets/fonts/gintoNord/Ginto-Nord-600.woff2) format(woff2);
}
@font-face {
  font-family: "gg-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/ggSans/gg sans Bold.woff") format("woff");
}
@font-face {
  font-family: "gg-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/ggSans/gg sans Regular.woff") format("woff");
}
@font-face {
  font-family: "ggm-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/ggSans/gg sans Medium.woff sans Medium.woff") format("woff");
}
@font-face {
  font-family: "ggsb-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("gg sans SemiBold Regular"), url("gg sans Semibold.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "gg-Regular", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.pointer-events--none {
  pointer-events: none;
}

li {
  list-style: none;
}

.pointer {
  cursor: pointer;
}

nav {
  background-color: #f97c7c;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png);
  background-size: 90px, auto;
  display: flex;
  align-items: center;
  height: 10vh;
  justify-content: space-evenly;
  padding-left: 20px;
  padding-right: 20px;
}
nav .container-leaf {
  z-index: 10000;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
nav .container-leaf .w-embed .leaf-1 {
  left: 0%;
}
nav .container-leaf .w-embed .leaf-2 {
  left: 10%;
}
nav .container-leaf .w-embed .leaf-3 {
  left: 35%;
}
nav .container-leaf .w-embed .leaf-4 {
  left: 65%;
}
nav .container-leaf .w-embed .leaf-wr-1 {
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-left: 20%;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}
nav .container-leaf .w-embed .leaf-wr-1 img {
  max-width: 100%;
  display: inline-block;
}
nav .chelsea_logo {
  display: flex;
  align-items: center;
}
nav .chelsea_logo img {
  height: 50px;
  width: 50px;
}
nav .nav-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav .nav-items .nav-item {
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
nav .nav-items .nav-item a {
  color: black;
}
nav .schools_website button {
  border: none;
  color: rgb(35, 39, 42);
  background-color: rgb(246, 246, 246);
  padding: 7px 16px;
  border-radius: 40px;
  transition: all 0.2s;
}
nav .schools_website button:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.padding-global {
  padding-left: 40px;
  padding-right: 40px;
  flex: 1;
}

.section_hero {
  background-color: #f97c7c;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png), linear-gradient(to bottom, #f97c7c, #ee6969);
  background-position: 0 0, 0 0;
  background-size: 90px, auto;
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section_hero #hero-cloud1-red {
  right: 300px;
  bottom: 387px;
}
.section_hero #hero-cloud2-red {
  left: 100px;
  bottom: 200px;
  rotate: y 180deg;
  width: 20rem;
}
.section_hero .hero-cloud {
  position: absolute;
}
.section_hero #star-red {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 342px;
  right: 255px;
}
.section_hero #star-yellow {
  position: absolute;
  top: 300px;
  right: 285px;
}
.section_hero #star-green {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 314px;
  left: 475px;
}
.section_hero #above_layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section_hero #layout {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  width: 60%;
}
.section_hero #h1 {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section_hero .heading-style-h1 {
  z-index: 4;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 0.8;
  position: relative;
}
.section_hero #h1-shadow {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  transition: all 125ms ease;
}
.section_hero .heading-style-stroke-h1 {
  z-index: 3;
  width: 100%;
  text-align: center;
  -webkit-text-stroke-width: 20px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 0.8;
  display: block;
  position: absolute;
}
.section_hero .heading-style-shadow-h1 {
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-text-stroke-width: 12px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 0.8;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 0%;
  left: 20px;
  right: 0%;
}
.section_hero .info1 {
  padding: 30px;
  margin: 20px;
}
.section_hero .hero-buttons {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.section_hero .hero-buttons #button-pink:hover {
  box-shadow: 10px 10px #fee75c;
}
.section_hero .hero-buttons #button-black:hover {
  box-shadow: 7px 7px 0 1px #808aff;
}
.section_hero .hero-buttons #button-blue:hover {
  box-shadow: 10px 10px #fee75c;
}
.section_hero .hero-buttons #button-mint:hover {
  box-shadow: 10px 10px #fee75c;
}
.section_hero .hero-buttons .buttons {
  width: 225px;
  height: 108px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 24px;
  transition: box-shadow 0.6s;
  display: flex;
  z-index: 20;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.section_hero .hero-buttons .buttons .button-text {
  z-index: 3;
  flex: none;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section_hero .hero-buttons .buttons .button-text .text {
  z-index: 4;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.88;
  position: relative;
}
.section_hero .hero-buttons .buttons .button-text .text-stroke {
  z-index: 3;
  width: 100%;
  color: #23272a;
  text-align: center;
  -webkit-text-stroke-width: 4px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.88;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0%;
}
.section_hero .hero-buttons .buttons .button-text .text-shadow {
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #23272a;
  -webkit-text-stroke-width: 4px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 0.8;
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0%;
  left: -4px;
  right: 0%;
  transition: all 25ms;
}
.section_hero .hero-buttons .buttons .button-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section_hero .hero-buttons .buttons .button-bg .b-cloud-l {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
  transition: all 500ms ease-in-out;
}
.section_hero .hero-buttons .buttons .button-bg .b-cloud-r {
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 0%;
  transition: all 500ms ease-in-out;
}
.section_hero .hero-buttons .buttons .button-bg .l-not-hover {
  transform: translate3d(-101%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section_hero .hero-buttons .buttons .button-bg .r-not-hover {
  transform: translate3d(101%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section_hero .hero-buttons .buttons .button-bg .l-hover {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section_hero .hero-buttons .buttons .button-bg .r-hover {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}

.area-wr {
  transition: background-color 0.7s;
  display: block;
  position: relative;
}
.area-wr .tab-section--new {
  width: 100%;
  height: 100vh;
  max-height: 900px;
  transition: all 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.area-wr .tab-section--new .container-large {
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.area-wr .tab-section--new .container-large .tab-layout {
  z-index: 2;
  height: 100vh;
  max-height: 900px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper {
  width: 100%;
  height: 70%;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 250px;
  display: flex;
  position: relative;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading {
  position: absolute;
  top: -350px;
  bottom: 0%;
  left: 1px;
  right: 0%;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text {
  z-index: 4;
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: relative;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-stroke {
  z-index: 3;
  width: 100%;
  text-align: left;
  -webkit-text-stroke-width: 10px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-shadow {
  z-index: 2;
  width: 100%;
  color: #23272a;
  text-align: left;
  -webkit-text-stroke-width: 9px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 12px;
  bottom: 0%;
  left: 13px;
  right: 0%;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons {
  display: flex;
  margin-top: 50px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .parent_current .tab-info {
  display: block !important;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs {
  margin: 10px 10px;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info {
  width: 580px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0%;
  right: 0%;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info p {
  text-align: justify;
  color: white;
  font-size: 18px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tabs-current {
  color: #23272a !important;
  background-color: #fff !important;
  box-shadow: -7px 7px 0 1px #57f287 !important;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button {
  z-index: 3;
  box-shadow: 0 0 0 1px white;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 32px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.4s, color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button:hover {
  color: #23272a;
  background-color: #fff;
  box-shadow: -7px 7px 0 1px #57f287;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs #tab-2 {
  width: 120px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container {
  width: 500px;
  height: 400px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide .bottom {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
  font-family: "ginto nord700", sans-serif;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: white !important;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-shadow {
  width: 500px;
  height: 400px;
  background-color: #57f287;
  position: absolute;
  right: -19px;
  bottom: 223px;
  border-radius: 6px;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-1 {
  max-width: 27px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 65%;
  right: auto;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-2 {
  max-width: 23px;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 12%;
}
.area-wr .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-3 {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 15%;
}
.area-wr .tab-bg .pillar_bg-color {
  z-index: 1;
  background-image: linear-gradient(to bottom, #5865f2, #3442d9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr .tab-bg .pillar_bg-color .pillar_bg-noise {
  z-index: 3;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png);
  background-position: 0 0;
  background-size: 110px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-1 {
  z-index: 1;
  width: 246px;
  transition: transform 0.6s;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 50%;
}
.area-wr .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-2 {
  z-index: 1;
  width: 10%;
  opacity: 0.44;
  transition: transform 0.6s;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 10%;
  right: 0%;
}

.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu {
  width: 50%;
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 250px;
  display: flex;
  position: relative;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading {
  position: absolute;
  top: -350px;
  bottom: 0%;
  left: 1px;
  right: 0%;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text {
  z-index: 4;
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: relative;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-stroke {
  z-index: 3;
  width: 100%;
  color: #5865f2;
  text-align: left;
  -webkit-text-stroke-width: 10px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-shadow {
  z-index: 2;
  width: 100%;
  color: #5865f2;
  text-align: left;
  -webkit-text-stroke-width: 9px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 12px;
  bottom: 0%;
  left: 13px;
  right: 0%;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons {
  display: flex;
  margin-top: auto;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .parent_current .tab-info {
  display: block !important;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs {
  margin: 10px 10px;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info {
  width: 580px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0%;
  right: 0%;
  text-align: justify;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info p {
  color: white;
  font-size: 18px;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tabs-current {
  color: #23272a !important;
  background-color: #fff !important;
  box-shadow: -7px 7px 0 1px #808aff !important;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button {
  z-index: 3;
  box-shadow: 0 0 0 1px white;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 32px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.4s, color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button:hover {
  color: #23272a;
  background-color: #fff;
  box-shadow: -7px 7px 0 1px #808aff;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs #tab-2 {
  width: 175px;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container {
  width: 500px;
  height: 400px;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: translate(1, 1, 0);
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide .bottom {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
  font-family: "ginto nord700", sans-serif;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: white !important;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-shadow {
  width: 500px;
  height: 400px;
  background-color: #808aff;
  position: absolute;
  left: -19px;
  bottom: 223px;
  border-radius: 6px;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-1 {
  width: 100px;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 0%;
  right: auto;
  z-index: 5;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-2 {
  max-width: 23px;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 40%;
  z-index: 5;
  right: 0%;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-3 {
  position: absolute;
  top: auto;
  bottom: 23%;
  z-index: 5;
  right: 0;
  left: 38%;
}
.area-wr2 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .swiper-hidden {
  display: none;
}
.area-wr2 .tab-bg .pillar_bg-color {
  z-index: 1;
  background-image: linear-gradient(to bottom, #23272a, #232721);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr2 .tab-bg .pillar_bg-color .pillar_bg-noise {
  z-index: 3;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png);
  background-position: 0 0;
  background-size: 110px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr2 .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-1 {
  z-index: 1;
  width: 246px;
  transition: transform 0.6s;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 50%;
}
.area-wr2 .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-2 {
  z-index: 1;
  width: 31%;
  opacity: 0.44;
  transition: transform 0.6s;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 60%;
}

.swiper_current {
  display: block !important;
}

.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu {
  width: 50%;
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 250px;
  display: flex;
  position: relative;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading {
  position: absolute;
  top: -350px;
  bottom: 0%;
  left: 1px;
  right: 0%;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text {
  z-index: 4;
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: relative;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-stroke {
  z-index: 3;
  width: 100%;
  color: #23272a;
  text-align: left;
  -webkit-text-stroke-width: 10px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .heading .text-shadow {
  z-index: 2;
  width: 100%;
  color: #23272a;
  text-align: left;
  -webkit-text-stroke-width: 9px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 12px;
  bottom: 0%;
  left: 13px;
  right: 0%;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons {
  display: flex;
  margin-top: auto;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .parent_current .tab-info {
  display: block !important;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs {
  margin: 10px 10px;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info {
  width: 580px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0%;
  right: 0%;
  text-align: justify;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-info p {
  color: white;
  font-size: 18px;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tabs-current {
  color: #23272a !important;
  background-color: #fff !important;
  box-shadow: -7px 7px 0 1px #fee75c !important;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button {
  z-index: 3;
  box-shadow: 0 0 0 1px white;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 32px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.4s, color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .tab-menu .buttons .tabs .tab-button:hover {
  color: #23272a;
  background-color: #fff;
  box-shadow: -7px 7px 0 1px #fee75c;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container {
  width: 500px;
  height: 400px;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: translate(1, 1, 0);
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide .bottom {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
  font-family: "ginto nord700", sans-serif;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: white !important;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .swiper-shadow {
  width: 500px;
  height: 400px;
  background-color: #fee75c;
  position: absolute;
  right: -19px;
  bottom: 223px;
  border-radius: 6px;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-1 {
  height: 73px;
  max-width: 37px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 41%;
  z-index: 5;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-2 {
  max-width: 18px;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: auto;
  z-index: 5;
  right: 45%;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .stars-clouds .pillar-star-3 {
  position: absolute;
  top: auto;
  bottom: 10%;
  z-index: 5;
  right: 10%;
  left: auto;
}
.area-wr3 .tab-section--new .container-large .tab-layout .tabs-wrapper .s-container .swiper-hidden {
  display: none;
}
.area-wr3 .tab-bg .pillar_bg-color {
  z-index: 1;
  background-image: linear-gradient(to bottom, #eb459e, #c71a75);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr3 .tab-bg .pillar_bg-color .pillar_bg-noise {
  z-index: 3;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png);
  background-position: 0 0;
  background-size: 110px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.area-wr3 .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-1 {
  z-index: 1;
  width: 246px;
  transition: transform 0.6s;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 50%;
}
.area-wr3 .tab-bg .pillar_bg-color .pillar_bg-noise .pillar_cloud-2 {
  z-index: 1;
  width: 20%;
  opacity: 0.44;
  transition: transform 0.6s;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 10%;
  right: 0%;
}

.area-wr4 {
  z-index: 2;
  width: 100%;
  background-image: url(https://assets-global.website-files.com/6257adef93867e50d84d30e2/64e31cd66227f3a62b6f6d90_noise%20bg.png), linear-gradient(#57f287, #57f287 30%, #32cd62);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 110px, auto;
  padding-top: 140px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}
.area-wr4 .tab-section--new .padding-global {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.area-wr4 .tab-section--new .padding-global .container-large {
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper {
  max-width: 620px;
  padding-bottom: 45px;
  position: relative;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper .heading {
  position: static;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper .heading .text {
  z-index: 4;
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.88;
  position: relative;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper .heading .text-stroke {
  z-index: 3;
  width: 100%;
  text-align: left;
  -webkit-text-stroke-width: 10px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.88;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0%;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper .heading .text-shadow {
  z-index: 2;
  width: 100%;
  color: #23272a;
  text-align: left;
  -webkit-text-stroke-width: 9px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.88;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 13px;
  right: 0%;
}
.area-wr4 .tab-section--new .padding-global .container-large .still-wrapper .wavel-def {
  z-index: 4;
  max-width: 570px;
  margin-top: 24px;
  line-height: 140%;
  position: relative;
  margin-bottom: 0;
  font-family: "ggsb-Regular", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content {
  z-index: 1;
  min-height: 549px;
  background-color: whitesmoke;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: box-shadow 425ms ease-in-out;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-image {
  width: 100%;
  overflow-wrap: normal;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  margin-top: -1px;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr {
  height: 100%;
  flex-direction: column;
  flex: 1;
  padding: 40px 32px;
  display: flex;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "ginto nord700", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #23272a;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: auto;
  font-weight: 700;
  display: flex;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .link:hover .arrow-svg {
  background-color: #fde65c;
  box-shadow: -2px -2px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .link .download {
  font-family: "gg-Bold", sans-serif;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .link .arrow-svg {
  width: 24px;
  height: 24px;
  background-color: #57f287;
  box-shadow: 2px 2px 0 0 #23272a;
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.4s, background-color 0.4s ease-in-out;
  display: flex;
}
.area-wr4 .tab-section--new .padding-global .container-large .grid .grid-mobile .grid-content .content-wr .link .arrow-svg .svg {
  rotate: 90deg;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.area-wr4 .tab-section--new .slider-cloud-image-2 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 168px;
  bottom: auto;
  left: auto;
  right: 168px;
}
.area-wr4 .tab-section--new .slider-cloud-image-3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 99px;
}
.area-wr4 .tab-section--new .cloud-it {
  position: absolute;
  top: auto;
  bottom: 75px;
  left: auto;
  right: 30px;
  z-index: 5;
}
.area-wr4 .tab-section--new .slider-star-4 {
  position: absolute;
  top: 49px;
  bottom: auto;
  left: auto;
  right: 378px;
}
.area-wr4 .tab-section--new .slider-star-5 {
  position: absolute;
  top: 72px;
  bottom: auto;
  left: auto;
  right: 413px;
}

.area-wr5 {
  width: 100%;
  background-color: #ff6e6e;
  background-image: linear-gradient(to bottom, #ffffff, #ffecec);
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.area-wr5 .padding-global .container-medium {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.area-wr5 .padding-global .container-medium .all-wr {
  position: relative;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper {
  opacity: 1;
  transform-style: preserve-3d;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .title .text {
  z-index: 4;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "ginto nord700", sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.88;
  position: relative;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .title .text-stroke {
  z-index: 3;
  width: 100%;
  text-align: center;
  display: block;
  color: #5865f2;
  -webkit-text-stroke-width: 10px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .title .text-shadow {
  z-index: 2;
  width: 100%;
  color: #5865f2;
  text-align: center;
  will-change: transform;
  transform-style: preserve-3d;
  -webkit-text-stroke-width: 13px;
  text-transform: uppercase;
  font-family: "ginto nord700", sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.88;
  position: absolute;
  top: 12px;
  bottom: 0%;
  left: 13px;
  right: 0%;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .padding-40 {
  padding-bottom: 40px;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .end-text {
  color: #5865f2;
  text-align: center;
  width: 100%;
  font-family: "ginto nord700", sans-serif;
  font-size: 24px;
  font-size: 700;
  line-height: 28px;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .button-r {
  z-index: 11;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .button-r .btn {
  background-color: #57f287;
  color: #23272a;
  border-radius: 32px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: "gg-bold", sans-serif;
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .button-r .btn:hover {
  transform: translate(8px, -8px);
}
.area-wr5 .padding-global .container-medium .all-wr .title-wrapper .button-r .button-shadow {
  height: 53px;
  background-color: #141617;
  border-radius: 32px;
  position: absolute;
  top: 12px;
  left: 261px;
  right: 275px;
  bottom: 0%;
}

@keyframes blue-star {
  0% {
    transform: scale3d(1, 1, 1);
  }
  25% {
    transform: scale3d(0.95, 0.95, 1);
  }
  50% {
    transform: scale3d(0.9, 0.9, 1);
  }
  75% {
    transform: scale3d(0.85, 0.85, 1);
  }
  100% {
    transform: scale3d(0.8, 0.8, 1);
  }
}
.leaf-1 {
  animation: drift1 10s linear infinite;
}

.leaf-2 {
  animation: drift2 8s linear infinite;
}

.leaf-3 {
  animation: drift3 11s linear infinite;
}

.leaf-4 {
  animation: drift4 9s linear infinite;
}

@keyframes drift1 {
  0% {
    transform: translateX(-60%) translateY(-50px) rotate(10deg);
  }
  25% {
    transform: translate3d(40%, 25vh, 0) rotate(20deg);
  }
  50% {
    transform: translate3d(-50%, 50vh, 0) rotate(90deg);
  }
  75% {
    transform: translate3d(40%, 75vh, 0) rotate(45deg);
  }
  100% {
    transform: translate3d(-20%, 100vh, 0) rotate(0deg);
  }
}
@keyframes drift2 {
  0% {
    transform: translateX(180%) translateY(-50px) rotate(10deg);
  }
  10% {
    transform: translate3d(140%, 8vh, 0) rotate(20deg);
  }
  20% {
    transform: translate3d(120%, 20vh, 0) rotate(30deg);
  }
  30% {
    transform: translate3d(140%, 30vh, 0) rotate(50deg);
  }
  40% {
    transform: translate3d(180%, 40vh, 0) rotate(40deg);
  }
  50% {
    transform: translate3d(150%, 50vh, 0) rotate(20deg);
  }
  60% {
    transform: translate3d(120%, 60vh, 0) rotate(10deg);
  }
  70% {
    transform: translate3d(80%, 70vh, 0) rotate(0deg);
  }
  80% {
    transform: translate3d(60%, 80vh, 0) rotate(20deg);
  }
  90% {
    transform: translate3d(80%, 90vh, 0) rotate(30deg);
  }
  100% {
    transform: translate3d(40%, 100vh, 0) rotate(0deg);
  }
}
@keyframes drift3 {
  0% {
    transform: translateX(180%) translateY(-50px) rotate(10deg);
  }
  20% {
    transform: translate3d(120%, 20vh, 0) rotate(30deg);
  }
  40% {
    transform: translate3d(180%, 40vh, 0) rotate(40deg);
  }
  60% {
    transform: translate3d(120%, 60vh, 0) rotate(10deg);
  }
  80% {
    transform: translate3d(60%, 80vh, 0) rotate(20deg);
  }
  100% {
    transform: translate3d(40%, 100vh, 0) rotate(0deg);
  }
}
@keyframes drift4 {
  0% {
    transform: translateX(-60%) translateY(-50px) rotate(10deg);
  }
  25% {
    transform: translate3d(40%, 25vh, 0) rotate(20deg);
  }
  50% {
    transform: translate3d(-50%, 50vh, 0) rotate(90deg);
  }
  75% {
    transform: translate3d(40%, 75vh, 0) rotate(45deg);
  }
  100% {
    transform: translate3d(-20%, 100vh, 0) rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */