@font-face {
  font-family: "Madera";
  src: url("https://content.overwolf.com/support-freshdesk/assets/fonts/Madera-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://content.overwolf.com/support-freshdesk/assets/fonts/Madera-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://content.overwolf.com/support-freshdesk/assets/fonts/Madera-ExtraBold.woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://content.overwolf.com/support-freshdesk/assets/fonts/Madera-Medium.woff");
  font-weight: 500;
  font-style: normal;
}

.cf-core-header {
  background-color: hsla(0deg, 0%, 5%, 0.8);
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.cf-core-header a {
  text-decoration: none;
}

.cf-core-header .cf-core-nav {
  max-width: 1920px;
  margin: auto;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-core-header .cf-core-nav .cf-core-logo {
  display: flex;
  align-items: center;
  color: #e5e5e5;
  font-size: 16px;
}

.cf-core-header .cf-core-nav .cf-core-logo svg {
  width: 88px;
  height: 16px;
  margin-right: 16px;
}

.nav-menu .hamburger-menu-btn {
  z-index: 1;
  display: none;
  margin-left: auto;
  background: transparent;
  width: 32px;
  height: 32px;
  border: none;
  position: relative;
  z-index: 2;
}

.nav-menu .hamburger-menu-btn > div {
  position: relative;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}

.nav-menu .hamburger-menu-btn > div span {
  background: #e5e5e5;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1px;
}

.nav-menu .hamburger-menu-btn > div span:first-child {
  top: 0;
  left: 0;
}

.nav-menu .hamburger-menu-btn > div span:nth-child(2) {
  top: 6px;
  left: 0;
}

.nav-menu .hamburger-menu-btn > div span:nth-child(3) {
  top: 12px;
  left: 0;
}

.nav-menu .nav-links {
  display: flex;
  align-items: center;
}

.nav-menu .nav-links .nav-link {
  margin-right: 32px;
}

.nav-menu .nav-links .nav-link a {
  color: #e5e5e5;
  font-size: 16px;
}

.nav-menu .nav-links .nav-link.active a,
.nav-menu .nav-links .nav-link a:hover {
  color: #f16436;
}

.nav-menu.is-open .hamburger-menu-btn > div {
  transform: rotate(-180deg);
}

.nav-menu.is-open .hamburger-menu-btn > div span {
  height: 2.49px;
}

.nav-menu.is-open .hamburger-menu-btn > div span:first-child {
  transform: translate(2px, 6px) rotate(45deg);
  width: 15px;
}

.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(2) {
  transform: scaleX(0);
}

.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(3) {
  transform: translate(2px, -6px) rotate(-45deg);
  width: 15px;
}

.nav-menu.is-open .nav-links {
  top: -44px;
}

.nav-menu.is-open + .black-overlay {
  opacity: 1;
  pointer-events: all;
}

.black-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  height: 150%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 0;
}

.site-footer {
  font-family: Lato;
  background-color: #060606;
  width: 100%;
  position: relative;
  z-index: 1;
}

.site-footer .site-footer-nav {
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  padding: 60px 20px;
  justify-content: space-between;
}

.site-footer .site-footer-nav .logo {
  width: 74px;
  height: 74px;
  margin-left: -22px;
  margin-top: 0;
  margin-right: 152px;
  color: #b5b5b5;
}

.site-footer .site-footer-nav nav {
  flex: 1;
}

.site-footer .site-footer-nav nav > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 52px 70px;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-nav nav > ul h5 {
  font-size: 16px;
  line-height: 24px;
  color: #b5b5b5;
}

.site-footer .site-footer-nav nav > ul ul {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-nav nav > ul ul li + li {
  margin-top: 12px;
}

.site-footer .site-footer-nav nav > ul ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #909090;
  text-decoration: none;
}

.site-footer .site-footer-nav nav > ul ul li a.is-active,
.site-footer .site-footer-nav nav > ul ul li a:hover {
  color: #909090;
  text-decoration: underline;
}

.site-footer .site-footer-social {
  background: #1c1c1c;
}

.site-footer .site-footer-social .site-footer-social-inner {
  max-width: 1344px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}

.site-footer .site-footer-social .copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .site-footer-social .copyright span {
  color: #909090;
  font-size: 14px;
}

.site-footer .site-footer-social .social-links {
  display: flex;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-social .social-links li + li {
  margin-left: 10px;
}

.site-footer .site-footer-social .social-links li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #909090;
  display: inline-block;
}

.site-footer .site-footer-social .social-links li a:hover {
  background-color: #e2e2e2;
}

.site-footer .site-footer-social .social-links li a svg {
  color: #060606;
}

.site-footer .site-footer-social .social-links img {
  width: 24px;
  height: 24px;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

svg {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0d0d0d;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 145%;
  color: #e5e5e5;
  overflow-x: hidden;
}

main {
  width: 100%;
  padding: 0;
}

:focus {
  outline: none;
}

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

img {
  display: block;
  width: 100%;
  max-width: inherit;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.3;
}

h1 {
  font-size: 64px;
  line-height: 80px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 42px;
  line-height: 50px;
}

h4 {
  font-size: 36px;
  line-height: 48px;
}

h5 {
  font-size: 32px;
  line-height: 42px;
}

h6 {
  font-size: 24px;
  line-height: 36px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: Lato, sans-serif;
}

.hidden {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: underline;
  overflow-wrap: break-word;
  text-underline-offset: 3px;
}

a:hover {
  color: #f16436;
}

.link-btn {
  font-family: inherit;
  background-color: inherit;
  transition: all 0.15s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  min-height: 36px;
  border: none;
  text-decoration: none;
}

.link-btn svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  pointer-events: none;
}

.link-btn.elongated-btn {
  width: 192px;
}

.link-btn.primary {
  color: #fff;
  background-color: #f16436;
}

.link-btn.primary:hover {
  background-color: #ff784d;
}

.link-btn.secondary {
  border: 1px solid gray;
  color: #fff;
}

.link-btn.secondary:hover {
  background-color: #333;
}

.link-btn:focus {
  outline: none;
}

@media (max-width: 800px) {
  .cf-core-header {
    padding: 0 16px 0 32px;
  }
  .cf-core-header .cf-core-nav {
    height: 56px;
  }
  .cf-core-header .cf-core-nav a {
    position: relative;
    z-index: 2;
  }
  .cf-core-header .cf-core-nav a span {
    display: none;
  }
  .nav-menu .hamburger-menu-btn {
    display: block;
  }
  .nav-menu .nav-links {
    position: absolute;
    z-index: 1;
    left: 0;
    padding-top: 100px;
    background: #1a1a1a;
    width: 100%;
    flex-direction: column;
    align-items: inherit;
    top: -610px;
    transition: top 0.6s cubic-bezier(0.65, -0.29, 0.28, 1.25);
  }
  .nav-menu .nav-links li {
    border-top: 1px solid #333;
  }
  .nav-menu .nav-links li.btn-link {
    padding: 10px;
    text-align: center;
  }
  .nav-menu .nav-links .nav-link {
    margin-right: 0;
    border-top: 1px solid #333;
  }
  .nav-menu .nav-links .nav-link a {
    display: block;
    padding: 16px;
    text-align: center;
  }
  .site-footer .site-footer-nav {
    flex-direction: column;
  }
  .site-footer .site-footer-nav .logo {
    width: 64px;
    height: 64px;
    margin: 0 0 34px;
  }
  .site-footer .site-footer-nav nav > ul {
    gap: 52px 30px;
  }
  .site-footer .site-footer-social .site-footer-social-inner {
    padding: 14px 20px 12px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

html,
body {
  background-color: #1A1A1A;
  color: #E5E5E5;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 150%;
  overflow-x: hidden;
}

svg {
  width: initial;
  height: initial;
}

img {
  display: initial;
  width: initial;
  max-width: initial;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  transition: all 150ms ease;
}
a:hover {
  color: #fff;
}

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

.ml {
  margin-left: 20px;
}

.btn-primary {
  padding: 0px 16px;
  color: #FFFFFF;
  background: #F16436;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  border: none;
  box-shadow: none;
  font-family: inherit;
  letter-spacing: unset;
  font-weight: normal;
  min-width: 220px;
  height: 44px;
  line-height: 43px;
  text-align: center;
}
.btn-primary:hover {
  background-color: #FF784D;
}

.btn-outline {
  padding: 6px 16px;
  color: #FFFFFF;
  border: 1px solid;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  box-shadow: none;
  font-family: inherit;
  letter-spacing: unset;
  font-weight: normal;
  line-height: 1.5;
  height: auto;
}
.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-container h1,
.page-container h2,
.page-container h3,
.page-container h4,
.page-container h5 {
  letter-spacing: unset;
  font-family: "Madera", lato;
  color: white;
}

@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 600px) {
  .mobile {
    display: unset;
  }
}

.page-container.festival a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Madera", Lato !important;
}

.btn-main {
  width: 190px;
  margin: 31px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .btn-main {
    width: 300px;
    height: 51px;
    text-transform: uppercase;
  }
  .btn-main a {
    padding: 13px 30px;
  }
}
.btn-main.center {
  align-items: center;
  margin: 0 auto;
}
.btn-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  background: #F16436;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.btn-main a:hover {
  background: #FF784D;
}
.btn-main.secondery a {
  background-color: transparent;
  border: 1px solid #F16436;
  color: #F16436;
}
.btn-main.secondery a:hover {
  background: #FF784D;
  color: #fff;
}

.first-heading {
  font-weight: 700;
  font-size: 52px;
  font-family: "Madera", lato;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .first-heading {
    font-size: 36px;
  }
}

.first-heading {
  font-size: 72px;
}
@media only screen and (max-width: 1024px) {
  .first-heading {
    font-size: 36px;
  }
}

.third-heading {
  font-family: "Madera", lato;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .third-heading {
    font-size: 25px;
    line-height: 32.5px;
  }
}

.text-medium {
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1025px) {
  .text-medium {
    font-size: 20px;
  }
}

.marketing-header {
  background-color: #0D0D0D;
  padding: 0px 23px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .marketing-header {
    padding: 0px 16px 0px 20px;
  }
}
.marketing-header a {
  text-decoration: none;
}
.marketing-header .cf-core-nav {
  max-width: 1920px;
  margin: auto;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .marketing-header .cf-core-nav {
    height: 56px;
  }
  .marketing-header .cf-core-nav a {
    position: relative;
    z-index: 2;
  }
  .marketing-header .cf-core-nav a span {
    display: none;
  }
}
.marketing-header .cf-core-nav .cf-core-logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.marketing-header .cf-core-nav .cf-core-logo svg {
  width: 264px;
  height: 24px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .marketing-header .cf-core-nav .cf-core-logo svg {
    width: 172px;
  }
}

.nav-menu .hamburger-menu-btn {
  z-index: 1;
  display: none;
  margin-left: auto;
  background: transparent;
  width: 32px;
  height: 32px;
  border: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .nav-menu .hamburger-menu-btn {
    display: block;
  }
}
.nav-menu .hamburger-menu-btn > div {
  position: relative;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.nav-menu .hamburger-menu-btn > div span {
  background: #E5E5E5;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1px;
}
.nav-menu .hamburger-menu-btn > div span:nth-child(1) {
  top: 0;
  left: 0;
}
.nav-menu .hamburger-menu-btn > div span:nth-child(2) {
  top: 6px;
  left: 0;
}
.nav-menu .hamburger-menu-btn > div span:nth-child(3) {
  top: 12px;
  left: 0;
}
.nav-menu .nav-links {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav-menu .nav-links {
    position: absolute;
    z-index: 1;
    left: 0;
    padding-top: 100px;
    background: #1a1a1a;
    width: 100%;
    flex-direction: column;
    align-items: inherit;
    top: -610px;
    transition: top 0.6s cubic-bezier(0.65, -0.29, 0.28, 1.25);
  }
  .nav-menu .nav-links li {
    border-top: 1px solid #333333;
  }
  .nav-menu .nav-links li.btn-link {
    padding: 10px;
    text-align: center;
  }
}
.nav-menu .nav-links .nav-link {
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .nav-menu .nav-links .nav-link {
    margin-right: 0;
    border-top: 1px solid #333333;
  }
}
.nav-menu .nav-links .nav-link a {
  color: #ccc;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .nav-menu .nav-links .nav-link a {
    display: block;
    padding: 16px;
    text-align: center;
  }
}
.nav-menu .nav-links .nav-link a.is-active {
  color: #F16436;
}
.nav-menu .nav-links .nav-link a:hover {
  color: #F16436;
}
.nav-menu .nav-links .nav-link.is-active a {
  color: #F16436;
}
.nav-menu .btn-link a.btn-primary {
  min-width: unset;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
}
.nav-menu .btn-link.btn-main {
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
}
@media only screen and (max-width: 1024px) {
  .nav-menu .btn-link.btn-main {
    max-width: 100%;
    height: unset;
  }
}
.nav-menu .btn-link.btn-main a {
  max-width: 152px;
  height: 36px;
  margin: 5px auto;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .nav-menu .btn-link.btn-main a {
    max-width: 300px;
    height: 51px;
  }
}
.nav-menu.is-open .hamburger-menu-btn > div {
  transform: rotate(-180deg);
}
.nav-menu.is-open .hamburger-menu-btn > div span {
  height: 2.49px;
}
.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(1) {
  transform: translate(2px, 6px) rotate(45deg);
  width: 15px;
}
.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(2) {
  transform: scale(0, 1);
}
.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(3) {
  transform: translate(2px, -6px) rotate(-45deg);
  width: 15px;
}
.nav-menu.is-open .nav-links {
  top: -44px;
}
.nav-menu.is-open + .black-overlay {
  opacity: 1;
  pointer-events: all;
}

.black-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  height: 150%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #191919;
}

* {
  box-sizing: border-box !important;
}

@keyframes floatCloudRight {
  0% {
    right: -10%;
  }
  50% {
    right: -5%;
  }
  to {
    right: -10%;
  }
}
@keyframes floatCloudLeft {
  0% {
    left: -10%;
  }
  50% {
    left: -5%;
  }
  to {
    left: -10%;
  }
}
h2 {
  margin: 0;
  padding: 0;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: none;
  background-image: url("./../assets/smoke-bg.webp");
  background-repeat: no-repeat;
  background-attachment: none;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero {
    background-image: url("./../assets/mobile_backgroundTop.webp");
  }
}
.hero img {
  display: block;
  transition: all 300ms;
  max-width: 100%;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.hero .content-wrapper__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  z-index: 1;
  position: relative;
}
.hero .content-wrapper__inner-additional {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1703px;
  margin: 0;
  padding: 0 20px;
  z-index: 3;
  padding: 26px 0 0;
}
@media only screen and (min-width: 1025px) {
  .hero .content-wrapper__inner-additional {
    padding: 204px 40px 218px;
  }
}
.hero .content-wrapper__inner-additional-block {
  position: relative;
  width: 100%;
}
.hero .btn-main.desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .hero .btn-main.desktop {
    display: none;
  }
}
.hero .hero-mob-bottom {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-mob-bottom {
    display: block;
    padding-top: 4px;
  }
}
.hero .hero-mob-bottom-wrapper {
  position: absolute;
  bottom: -2.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (min-width: 320px) {
  .hero .hero-mob-bottom-wrapper {
    bottom: 5.7%;
  }
}
@media only screen and (min-width: 430px) {
  .hero .hero-mob-bottom-wrapper {
    bottom: 15%;
  }
}
@media only screen and (min-width: 550px) {
  .hero .hero-mob-bottom-wrapper {
    bottom: 25%;
  }
}
@media only screen and (min-width: 660px) {
  .hero .hero-mob-bottom-wrapper {
    bottom: 30%;
  }
}
.hero .hero-mob-bottom .parallaxed-img-mob.hero {
  max-width: 110%;
  margin-top: -33px;
  margin-left: 0px;
  padding-bottom: 0;
  background: transparent;
  width: 104%;
}
.hero .hero-mob-bottom .btn-main {
  margin-bottom: 23px;
}
.hero .hero-mob-bottom .hero-additional-text {
  padding-bottom: 79px;
}
.hero .hero-bg-first-layer {
  z-index: 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-bg-first-layer {
    display: none;
  }
}
.hero .hero-bg-first-layer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./../assets/CutPrizes.webp") no-repeat 0% 100%;
  background-size: cover;
  bottom: -250px;
  left: 0;
  z-index: 3;
}
@media only screen and (min-width: 1245px) {
  .hero .hero-bg-first-layer::after {
    bottom: -285px;
  }
}
.hero .hero-bg-first-layer,
.hero .hero-bg-second-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero .hero-bg-second-layer {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero .parallaxed-img-mob.hero {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin-top: 0px;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img-mob.hero {
    display: none;
  }
}
.hero .parallaxed-img-mob.front-cloud {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero .parallaxed-img-mob.triangle {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translateY(130px);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img-mob.triangle {
    display: none;
  }
}
.hero .parallaxed-img.hero {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img.hero {
    display: block;
    position: absolute;
    bottom: 136px;
    right: 14.5%;
    z-index: 2;
    width: 94vw;
    max-width: 565px;
    background: none;
    opacity: 0;
    animation: fadeInLeftToRight 0.5s ease forwards 0.8s;
  }
}
.hero .parallaxed-img.video {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img.video {
    display: block;
    position: absolute;
    bottom: 168px;
    right: 2.2%;
    z-index: 1;
    width: 94vw;
    max-width: 752px;
    opacity: 0;
    animation: fadeInLeftToRight 0.5s ease forwards 1s;
  }
}
@media only screen and (min-width: 1230px) {
  .hero .parallaxed-img.video {
    right: 18.2%;
  }
}
@media only screen and (min-width: 1430px) {
  .hero .parallaxed-img.video {
    right: 21%;
  }
}
.hero .parallaxed-img.floating {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img.floating {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 645px;
    right: 211px;
    bottom: 95px;
    opacity: 0;
    animation: fadeInLeftToRight 0.5s ease forwards 0.6s;
  }
}
.hero .parallaxed-img.prize-pool {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .hero .parallaxed-img.prize-pool {
    display: block;
    position: absolute;
    top: 201px;
    right: 0px;
    width: 100%;
    max-width: 406px;
    height: 100%;
    max-height: 224px;
    max-width: 436px;
    z-index: 10;
    opacity: 0;
    animation: fadeInLeftToRight 0.5s ease forwards 1.1s;
  }
}
@media only screen and (min-width: 1430px) {
  .hero .parallaxed-img.prize-pool {
    right: 85px;
  }
}
.hero .parallaxed-img.triangle {
  max-width: 100%;
  width: 100%;
}
.hero .floating-light {
  position: absolute;
  background: rgba(241, 100, 54, 0.2);
  border-radius: 50%;
  z-index: 10;
}
.hero .floating-light::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F16436;
  border-radius: 50%;
}
.hero .floating-light.one {
  top: 133px;
  right: 842px;
  width: 80px;
  height: 80px;
  opacity: 0;
  animation: popAppear 1s forwards 1.5s ease-out, float-resize 6s 2.5s ease-in-out infinite alternate;
}
.hero .floating-light.one::after {
  width: 23px;
  height: 23px;
}
.hero .floating-light.two {
  top: 142px;
  right: 267px;
  width: 37px;
  height: 37px;
  opacity: 0;
  animation: popAppear 1s forwards 1.7s ease-out, float-resize 6s 2.9s ease-in-out infinite alternate;
}
.hero .floating-light.two::after {
  width: 11px;
  height: 11px;
}
.hero .floating-light.three {
  top: 442px;
  right: 100px;
  width: 50px;
  height: 50px;
  opacity: 0;
  animation: popAppear 1s forwards 2.2s ease-out, float-resize 7s 4.3s ease-in-out infinite alternate;
}
.hero .floating-light.three::after {
  width: 15px;
  height: 15px;
}
.hero .hero-text {
  max-width: 355px;
  margin: 17px auto;
  padding: 0 20px;
  letter-spacing: 0px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #E5E5E5;
  font-family: "Lato", sans-serif;
  line-height: 143%;
}
@media only screen and (min-width: 600px) {
  .hero .hero-text {
    font-size: 30px;
    max-width: 655px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero .hero-text {
    max-width: 384px;
    margin: 26px 0 27px;
    padding: 0;
    text-align: left;
    font-size: 30px;
    line-height: 132%;
  }
}
@media only screen and (min-width: 1325px) {
  .hero .hero-text {
    max-width: 584px;
  }
}
.hero .hero-additional-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  border-bottom: 1px solid transparent;
  color: #E5E5E5;
}
.hero .hero-additional-text.desktop {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-additional-text.desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hero .hero-additional-text {
    justify-content: flex-start;
  }
}
.hero .hero-additional-text * {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.hero .hero-additional-text a {
  border-bottom: 1px solid #E5E5E5;
  transition: 0.2s ease-in-out;
}
.hero .hero-additional-text a:hover {
  border-bottom: 1px solid transparent;
}
.hero .hero-additional-text span {
  border-left: 1px solid #E5E5E5;
  margin-left: 7px;
  padding-left: 6px;
}
@media only screen and (min-width: 1025px) {
  .hero .hero-additional-text {
    text-align: left;
  }
}
.hero .hero-logo {
  width: 100%;
  max-width: 285px;
  height: unset;
  margin: 45px auto 0;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .hero .hero-logo {
    max-width: 419px;
    height: 243px;
    margin: 0;
    padding: 0;
  }
  .hero .hero-logo img {
    margin-left: -34px;
  }
}
@media only screen and (min-width: 1325px) {
  .hero .hero-logo {
    max-width: 519px;
  }
}
.hero .btn-main {
  margin: 31px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hero .btn-main {
    width: 300px;
    height: 51px;
    text-transform: uppercase;
  }
  .hero .btn-main a {
    padding: 13px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero .btn-main {
    margin: 31px 0;
  }
}
.hero .btn-main a {
  text-align: center;
}

.credits-ebonix {
  position: absolute;
  right: -1.7%;
  bottom: 15.5%;
  font-size: 12px;
  color: #909090;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #909090;
  transform: rotate(-6deg);
}
@media only screen and (min-width: 1025px) {
  .credits-ebonix {
    opacity: 0;
    animation: fadeInBottomToTopSoftCredits 0.4s ease forwards 1.3s;
  }
}
@media only screen and (min-width: 2050px) {
  .credits-ebonix {
    right: -5.7%;
    bottom: 20.5%;
  }
}
@media only screen and (min-width: 2300px) {
  .credits-ebonix {
    right: -16.7%;
    bottom: 25.5%;
  }
}
@media only screen and (min-width: 2370px) {
  .credits-ebonix {
    right: -14% vw;
    bottom: 27.5%;
  }
}
@media only screen and (min-width: 2470px) {
  .credits-ebonix {
    right: -13vw;
    bottom: 28.5%;
  }
}
@media only screen and (max-width: 1870px) {
  .credits-ebonix {
    right: -0.7%;
  }
}
@media only screen and (max-width: 1800px) {
  .credits-ebonix {
    right: 2vw;
  }
}
@media only screen and (max-width: 1750px) {
  .credits-ebonix {
    right: 3vw;
  }
}
@media only screen and (max-width: 1620px) {
  .credits-ebonix {
    right: 4vw;
    bottom: 10%;
  }
}
@media only screen and (max-width: 1430px) {
  .credits-ebonix {
    right: 0vw;
    bottom: 8%;
  }
}
@media only screen and (max-width: 1245px) {
  .credits-ebonix {
    right: 0vw;
    bottom: 13%;
  }
}
@media only screen and (max-width: 1200px) {
  .credits-ebonix {
    right: 0vw;
    bottom: 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .credits-ebonix {
    display: none;
  }
}

@keyframes popAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    transform: translateY(25px) rotate(0.01deg);
  }
  to {
    transform: translateY(0) rotate(0.01deg);
  }
}
@keyframes float-resize {
  0% {
    transform: translateY(0) rotate(0.01deg) scale(1);
  }
  50% {
    transform: translateY(5px) rotate(0.01deg) scale(0.7);
  }
  to {
    transform: translateY(0) rotate(0.01deg) scale(1);
  }
}
@keyframes fadeInBottomToTopSoftCredits {
  0% {
    transform: translatey(20px) rotate(-6deg);
    opacity: 0;
  }
  100% {
    transform: translatey(0px) rotate(-6deg);
    opacity: 1;
  }
}
.creators {
  background-image: url("./../assets/smoke-bg-2.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .creators {
    background-image: url("./../assets/smoke-bg-2.webp");
    padding-bottom: 0px;
  }
}
.creators .bg-first-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .creators .bg-first-wrapper {
    display: none;
  }
}
.creators #myCanvas {
  height: auto;
  max-width: unset;
  max-height: 1200px;
  vertical-align: middle;
  position: absolute;
  top: 50px;
  left: 20%;
  transform: translateX(-50%);
  width: 100% !important;
  z-index: 0;
  opacity: 0;
  transition: 0.2s ease;
}
.creators #myCanvas2 {
  width: auto !important;
  height: auto;
  max-width: unset;
  max-height: 1200px;
  vertical-align: middle;
  position: absolute;
  top: 250px;
  right: 10%;
  transform: translateX(50%);
  z-index: 0;
  opacity: 0;
}
.creators .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1705px;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .creators .content-wrapper {
    padding: 0 31px;
  }
}
@media only screen and (max-width: 370px) {
  .creators .content-wrapper {
    padding: 0 20px;
  }
}
.creators .first-heading {
  margin-top: -10px;
  margin-bottom: 19px;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .creators .first-heading {
    margin-top: -58px;
    margin-bottom: 25px;
  }
}
.creators .text-medium {
  max-width: 654px;
  margin-bottom: 30px;
  color: #DFDFDF;
  line-height: 167%;
  letter-spacing: 0.01em;
}
.creators .text-medium:first-of-type {
  max-width: 637px;
}
@media only screen and (min-width: 1025px) {
  .creators .text-medium:first-of-type {
    opacity: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .creators .text-medium:last-of-type {
    opacity: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .creators .text-medium {
    line-height: 150%;
  }
}
.creators .text-medium a {
  border-bottom: 1px solid #DFDFDF;
}

.phase-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .phase-cards {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .phase-cards .btn-main.center {
    width: 100%;
  }
  .phase-cards .btn-main.center a {
    width: 100%;
    height: 51px;
    position: relative;
  }
  .phase-cards .btn-main.center a:hover::before {
    content: "";
    position: absolute;
    width: 106px;
    height: 23px;
    border-bottom: 1px solid transparent;
  }
  .phase-cards .btn-main.center a::before {
    content: "";
    position: absolute;
    width: 106px;
    height: 23px;
    border-bottom: 1px solid #fff;
    transition: 0.2s ease-in-out;
  }
}

.phase-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 7px 15px 13px;
  padding: 9px 0 0px;
  border: 2px solid #F16436;
  border-bottom: 0px solid transparent;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .phase-card {
    margin: 19px 12px;
    padding: 74px 20px 37px;
    line-height: 150%;
    border: 3px solid #F16436;
    border-bottom: 3px solid #F16436;
    opacity: 0;
  }
}
@media (min-width: 600px) {
  .phase-card {
    width: 445px;
  }
}
.phase-card-stream {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  padding: 5.5px 20px 0;
  background: #373737;
  font-family: "Madera", lato;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0.01em;
  color: #fff;
  z-index: 1;
}
.phase-card-stream::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -3.8px;
  margin-right: 8.27px;
  background: #F16436;
  border-radius: 50%;
  animation: presentActiveItem 2s linear infinite;
}
.phase-card-stream.phase-card-stream.over {
  opacity: 0;
}
.phase-card.active .phase-card-stream {
  opacity: 1;
}
.phase-card.over {
  border: 3px solid #808080;
}
.phase-card.over * {
  color: #fff;
}
.phase-card.over .btn-main a {
  background: #808080;
}
.phase-card.over .phase-card-title-small {
  color: #808080;
}
.phase-card.over .phase-card-sum {
  background: linear-gradient(180deg, #C4C4C4 0%, #616161 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.phase-card.over .phase-card-stream.over {
  opacity: 1;
  text-transform: uppercase;
}
.phase-card.over .phase-card-stream.over::before {
  content: none;
}
.phase-card.over::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 39, 39, 0.5);
}
.phase-card-date-mob {
  position: absolute;
  top: 12px;
  right: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #F16436;
}
@media only screen and (min-width: 1025px) {
  .phase-card-date-mob {
    top: 12px;
    right: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    color: #808080;
  }
}
.phase-card:first-of-type {
  background: url("./../assets/step1bg.webp") no-repeat 50% 50%;
  background-size: cover;
}
.phase-card:nth-of-type(2) {
  background: url("./../assets/step2bg.webp") no-repeat 50% 50%;
  background-size: cover;
}
.phase-card:nth-of-type(3) {
  background: url("./../assets/step3bg.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .phase-card:nth-of-type(3) .phase-card-text {
    margin-top: 16px;
    max-width: 185px;
  }
  .phase-card:nth-of-type(3) .phase-card-sum + .phase-card-text {
    margin-top: 0;
  }
}
.phase-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media only screen and (min-width: 1025px) {
  .phase-card-main {
    margin-bottom: 64px;
    padding: 0;
  }
}
.phase-card-main * {
  font-family: "Madera", lato;
}
.phase-card-title {
  display: none;
  margin: 14px 0 45px;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .phase-card-title {
    display: block;
  }
}
.phase-card-title-small {
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  line-height: 180%;
  text-align: left;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #F16436;
}
@media only screen and (min-width: 1025px) {
  .phase-card-title-small {
    width: unset;
    font-size: 20px;
    text-align: center;
  }
}
.phase-card-text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .phase-card-text {
    margin-top: 31px;
  }
}
.phase-card-text.mob {
  display: block;
}
.phase-card-text.desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .phase-card-text {
    margin-top: 1px;
    font-weight: 800;
  }
  .phase-card-text.mob {
    display: none;
  }
  .phase-card-text.desktop {
    display: block;
  }
}
.phase-card-text a {
  border-bottom: 1px solid #fff;
}
.phase-card-sum {
  padding: 4px 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Madera", lato;
  background: linear-gradient(180deg, rgba(255, 145, 96, 0.9), rgba(241, 100, 54, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .phase-card-sum {
    padding: 0;
    margin-top: -3px;
    margin-bottom: 14px;
    font-size: 40px;
  }
  .phase-card-sum + .phase-card-text {
    margin-top: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .phase-card-sum {
    padding: 9px 0 36px;
    font-size: 80px;
  }
}

@keyframes presentActiveItem {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityVisible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.phase {
  margin: 0px auto 13px;
  max-width: 1717px;
  padding: 13px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .phase {
    margin: 8px auto 13px;
    padding: 20px 9px 0;
  }
}
.phase .btn-main {
  margin: 31px 0 16px;
}
.phase .btn-main.desktop {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .phase .btn-main.desktop {
    display: none;
  }
}
.phase .btn-main.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .phase .btn-main.mob {
    display: flex;
    margin: 17px 0;
  }
  .phase .btn-main.mob a {
    height: 51px;
  }
}
.phase .accordion-top-text {
  max-width: 455px;
  margin-bottom: 133px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F16436;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-text {
    max-width: 235px;
    margin-bottom: 46px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}
.phase .accordion-row {
  position: relative;
  margin-bottom: 50px;
  border: 3px solid #F16436;
  background-color: #F16436;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row {
    margin-bottom: 15px;
    opacity: 1;
  }
}
.phase .accordion-row .title:hover::before {
  background-color: rgba(255, 165, 136, 0.5);
}
.phase .accordion-row * {
  outline: none;
}
.phase .accordion-row *:hover, .phase .accordion-row *:active {
  outline: none;
}
.phase .accordion-row:first-of-type .accordion-additional-text {
  padding-bottom: 84px;
}
.phase .accordion-row:first-of-type .title {
  position: relative;
  background: url("./../assets/background-phase1-accordion.webp") no-repeat 100% 50%;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:first-of-type .third-heading {
    max-width: 248px;
  }
}
.phase .accordion-row:first-of-type .fourth-heading {
  margin: 38px auto 34px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:first-of-type .fourth-heading {
    margin: 14px auto 0;
    font-size: 20px;
  }
}
.phase .accordion-row:first-of-type .accordion-top-box::before {
  position: absolute;
  top: -13px;
  left: -67px;
  display: block;
  width: 130.6px;
  height: 115.31px;
  background: url("./../assets/crystals/crystal-phase.webp") no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
  content: "";
  animation: float 8s ease-in-out 2s infinite alternate;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:first-of-type .accordion-top-box::before {
    position: absolute;
    top: 17px;
    left: -33px;
    display: block;
    width: 63.6px;
    height: 65.31px;
    background: url("./../assets/crystals/crystal-phase.webp") no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
    content: "";
    animation: float 8s ease-in-out 2s infinite alternate;
  }
}
.phase .accordion-row:first-of-type .accordion-top-box::after {
  position: absolute;
  top: 94px;
  right: -19px;
  display: block;
  width: 64.94px;
  height: 98.43px;
  background: url("./../assets/crystals/Crystal-2-1.webp") no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
  content: "";
  animation: float 6s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:first-of-type .accordion-top-box::after {
    position: absolute;
    top: 56px;
    right: -19px;
    display: block;
    width: 35.94px;
    height: 48.43px;
    background: url("./../assets/crystals/Crystal-2-1.webp") no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
    content: "";
    animation: float 6s ease-in-out infinite alternate;
  }
}
.phase .accordion-row:nth-of-type(2) .title {
  background: url("./../assets/background-phase2-accordion.webp") no-repeat 100% 50%;
  background-size: cover;
}
.phase .accordion-row:nth-of-type(2) .accordion-top-sum {
  font-size: 100px;
  line-height: 84%;
  text-align: center;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-sum {
    font-size: 46px;
    letter-spacing: -0.015em;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-box::before {
  position: absolute;
  top: 115px;
  left: -44px;
  display: block;
  width: 90.6px;
  height: 108.31px;
  background: url("./../assets/crystals/Crystal-phase-large.webp") no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
  content: "";
  animation: float 8s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-box::before {
    top: 68px;
    left: -26px;
    display: block;
    width: 48.6px;
    height: 50.31px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-box::after {
  position: absolute;
  top: 15px;
  right: -30px;
  display: block;
  width: 57.94px;
  height: 75.43px;
  background: url("./../assets/crystals/Crystal-phase-small.webp") no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 2.58896px 2.58896px rgba(0, 0, 0, 0.25));
  content: "";
  animation: float 6s ease-in-out 3s infinite alternate;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-box::after {
    top: 16px;
    right: -25px;
    width: 34.94px;
    height: 28.43px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-box {
  margin: 84px auto 32px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-box {
    margin: 35px auto 17px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-box h4 {
  margin: 43.5px 0 3px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-box h4 {
    margin: 9px auto 3px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-icon {
  min-width: 105px;
  margin: 0 12px 20px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-top-icon {
    min-width: 50px;
    width: 70px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-top-icon-text {
  position: relative;
  bottom: unset;
  left: unset;
  max-width: 110px;
  margin-left: unset;
  margin: 8px auto 12px;
  transform: unset;
  white-space: unset;
}
.phase .accordion-row:nth-of-type(2) .accordion-middle {
  padding: 61px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-middle {
    padding: 2px 20px 0;
  }
  .phase .accordion-row:nth-of-type(2) .accordion-middle .third-heading {
    max-width: 267px;
    margin: 0 auto;
  }
}
.phase .accordion-row:nth-of-type(2) .phase-timeline {
  padding: 0 20px 48px;
}
.phase .accordion-row:nth-of-type(2) .phase-timeline-date {
  margin-top: 3px;
}
.phase .accordion-row:nth-of-type(2) .phase-timeline-img img {
  transform: translateY(-11px);
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .phase-timeline-img img {
    transform: translateY(0px);
    max-width: 56px;
    margin-top: 7px;
  }
}
.phase .accordion-row:nth-of-type(2) .phase-timeline-item:nth-of-type(n+2)::after {
  top: 39px;
}
.phase .accordion-row:nth-of-type(2) .fourth-heading {
  margin: 35px auto;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .fourth-heading {
    margin: 14px auto 0;
    font-size: 20px;
  }
}
.phase .accordion-row:nth-of-type(2) .accordion-additional-text {
  font-size: 20px;
  max-width: 100%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:nth-of-type(2) .accordion-additional-text {
    padding-top: 24px;
  }
}
.phase .accordion-row:last-of-type .accordion-middle {
  padding: 60px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .accordion-middle {
    padding: 13px 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .fourth-heading {
    font-size: 20px;
    margin: 14px auto 10px;
  }
}
.phase .accordion-row:last-of-type .title {
  background: url("./../assets/background-phase3-accordion.webp") no-repeat 100% 50%;
  background-size: cover;
}
.phase .accordion-row:last-of-type .title h3 {
  margin-left: 97px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .title h3 {
    margin-left: 0;
  }
}
.phase .accordion-row:last-of-type .first-heading {
  padding: 162px 0 19px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .phase .accordion-row:last-of-type .first-heading {
    letter-spacing: 4.4px;
    padding: 335px 0 29px;
  }
}
.phase .accordion-row:last-of-type .phase-timeline {
  padding: 0 20px 37px;
}
.phase .accordion-row:last-of-type .phase-timeline-block {
  justify-content: center;
}
.phase .accordion-row:last-of-type .phase-timeline-date {
  margin-top: 2px;
}
.phase .accordion-row:last-of-type .phase-timeline-item {
  min-width: 206px;
}
.phase .accordion-row:last-of-type .phase-timeline-item:nth-of-type(n+2)::after {
  top: 42px;
  transform: translateX(-16px);
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .phase-timeline-item:nth-of-type(n+2)::after {
    left: 7px;
    top: 19px;
    transform: translateX(-16px);
  }
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .phase-timeline-item {
    min-width: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .phase-timeline-img img {
    min-width: 54px;
    margin-top: -32px;
    padding-top: 6px;
    transform: translateY(7px);
  }
}
.phase .accordion-row:last-of-type .phase-timeline-text {
  font-size: 16px;
  max-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .phase-timeline-text {
    font-size: 12px;
  }
}
.phase .accordion-row:last-of-type .accordion-top-text {
  max-width: 995px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #B5B5B5;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .accordion-top-text {
    font-size: 16px;
    line-height: 27px;
    color: #DFDFDF;
  }
}
.phase .accordion-row:last-of-type .accordion-top-text p {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .accordion-top-text p {
    margin-bottom: 27px;
    letter-spacing: 0.03em;
  }
}
.phase .accordion-row:last-of-type .accordion-additional-text {
  padding-bottom: 78px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row:last-of-type .accordion-additional-text {
    padding-bottom: 55px;
    font-size: 20px;
    max-width: unset;
  }
}
.phase .accordion-row .phase-concluded-txt {
  display: none;
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 60px;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 12px;
  color: #E5E5E5;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-20deg);
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .phase-concluded-txt {
    font-size: 12px;
    top: 74px;
    left: 6px;
    text-underline-offset: 4px;
  }
}
.phase .accordion-row.past {
  border-color: transparent;
  filter: grayscale(1);
}
.phase .accordion-row.past .phase-concluded-txt {
  display: block;
}
.phase .accordion-row.past .arrow {
  fill: #bababa;
}
.phase .accordion-row.past .arrow-text,
.phase .accordion-row.past .phase-date {
  color: #bababa;
  border-bottom: 2px solid #bababa;
}
.phase .accordion-row.past .title {
  background: url("./../assets/darkerbg-phase.webp") no-repeat 50% 50%;
  background-size: cover;
}
.phase .accordion-row.past .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0);
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}
.phase .accordion-row.past .title h3 {
  color: #bababa;
}
.phase .accordion-row.past:hover .title::before {
  background: rgba(15, 15, 15, 0);
}
.phase .accordion-row .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 104.16px;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .title {
    min-height: 85px;
  }
}
.phase .accordion-row .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 165, 136, 0);
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}
.phase .accordion-row .title h3 {
  margin-left: unset;
  font-family: "Madera", lato;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-left: 46px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .title h3 {
    margin-left: 0;
    font-size: 28px;
    padding: 2px 0 0;
  }
}
.phase .accordion-row .title:hover {
  color: #E5E5E5;
}
.phase .accordion-row .title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .title-inner {
    flex-direction: column;
  }
  .phase .accordion-row .title-inner .arrow-block {
    display: none;
  }
}
.phase .accordion-row .title .expend-in-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .title .expend-in-mobile {
    position: absolute;
    bottom: -66px;
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -12%, rgb(25, 25, 25) 52%);
    opacity: 1;
    transition: all 150ms ease-in;
  }
  .phase .accordion-row .title .expend-in-mobile .arrow-text {
    position: unset;
    color: #B5B5B5;
    border-color: #B5B5B5;
    font-size: 20px;
    padding-bottom: 1px;
  }
  .phase .accordion-row .title .expend-in-mobile .arrow {
    margin-top: 5px;
    margin-left: 10px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
}
.phase .accordion-row .phase-date {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 132%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .phase-date {
    order: 2;
    font-size: 20px;
    line-height: 132%;
    border-bottom: none;
  }
}
.phase .accordion-row input {
  position: absolute;
  opacity: 0;
}
.phase .accordion-row .text {
  overflow: hidden;
  max-height: 0;
  position: relative;
  transition: max-height 0.4s linear;
  margin: 0;
  background-color: #191919;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row .text {
    max-height: 65px;
  }
}
.phase .accordion-row .text > p:last-child {
  margin-bottom: 24px;
}
.phase .accordion-row .arrow {
  margin-left: 100px;
  top: 15px;
  width: 29px;
  height: 29px;
  margin-top: 6px;
  margin-right: -6px;
  transform: rotate(0deg) translateY(-10px);
  fill: #fff;
}
.phase .accordion-row .arrow-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-width: 200px;
}
.phase .accordion-row .arrow-text {
  position: absolute;
  top: 3px;
  left: 50px;
  padding-bottom: 7px;
  transition: 0.1s ease-in-out;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 0.01em;
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .phase .accordion-row .arrow-text {
    top: -15px;
  }
}
.phase .accordion-row .arrow-text.expand {
  opacity: 1;
}
.phase .accordion-row .arrow-text.expand .arrow.expand {
  position: absolute;
  top: -4px;
  right: -38px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.phase .accordion-row .arrow-text.collapse {
  opacity: 0;
  position: absolute;
}
.phase .accordion-row .arrow-text.collapse .arrow {
  position: absolute;
  top: -4px;
  right: -38px;
}
.phase .accordion-row input:checked ~ .text {
  max-height: 2800px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-row input:checked ~ .text {
    max-height: 10000px;
  }
}
.phase .accordion-row input:checked ~ .title .arrow {
  transform: rotate(180deg);
  animation: none;
}
.phase .accordion-row input:checked ~ .title .arrow-text.collapse {
  opacity: 1;
}
.phase .accordion-row input:checked ~ .title .arrow-text.expand {
  opacity: 0;
}
.phase .accordion-row input:checked + label .expend-in-mobile {
  opacity: 0;
  pointer-events: none;
}
.phase .accordion-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 0;
}
.phase .accordion-top.phase1 {
  background: url("./../assets/topBgPhase1.webp") no-repeat 50% -2%;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top.phase1 {
    background-size: 200%;
    background-position: 50% 0%;
  }
}
.phase .accordion-top.phase2 {
  background: url("./../assets/phase2-topbg.webp") no-repeat 50% 50%;
  background-position: top center;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top.phase2 {
    background-size: 200%;
  }
}
.phase .accordion-top.phase3 {
  background: url("./../assets/phase3-topbg.webp") no-repeat 50% 50%;
  background-position: top center;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top.phase3 {
    background-size: 200%;
  }
}
.phase .accordion-top-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
}
.phase .accordion-top-icons.center {
  justify-content: center;
}
.phase .accordion-top-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 90px;
  margin: 0 10px 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 46px;
    margin: 0 8px 20px;
    padding-bottom: 15px;
  }
}
.phase .accordion-top-icon img {
  min-width: 64px;
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-icon img {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }
}
.phase .accordion-top-icon-text {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #B5B5B5;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-icon-text {
    bottom: -4px;
    font-size: 12px;
    line-height: 12px;
  }
}
.phase .accordion-top-box {
  position: relative;
  width: 100%;
  max-width: 445px;
  height: 222px;
  margin: 87px auto 130px;
  background: rgba(13, 13, 13, 0.6);
  border: 2.58896px solid #F16436;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-box {
    max-width: 218px;
    height: 109px;
    margin: 24px auto 46px;
    border: 1.43px solid #F16436;
  }
}
.phase .accordion-top-box h4 {
  margin: 32px 0 0;
  font-family: "Madera", lato;
  font-weight: 800;
  font-size: 16.8282px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: unset;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-box h4 {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.phase .accordion-top-sum {
  font-size: 104.592px;
  line-height: 100%;
  font-family: "Madera", lato;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FF9160 0%, #F16436 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-top-sum {
    font-size: 46px;
  }
}
.phase .accordion .third-heading {
  margin: 0;
  padding: 30px 0;
}
.phase .accordion-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 108px 20px 0px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-middle {
    padding: 33px 13px 0;
  }
}
.phase .accordion-steps {
  display: flex;
  justify-content: space-around;
  max-width: 1534px;
  margin: 79px auto 5px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps {
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto 5px;
  }
}
.phase .accordion-steps.first .step-item {
  margin: 20px 10px;
  max-width: 420px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps.first .step-item {
    margin: 30px 10px 11px;
  }
}
.phase .accordion-steps.first .step-item:first-of-type .step-text {
  max-width: 407px;
}
.phase .accordion-steps.first .step-item:first-of-type .btn-main {
  margin: 25px 0;
}
.phase .accordion-steps.first .step-item:nth-of-type(2) .step-text {
  max-width: 365px;
}
.phase .accordion-steps.second {
  display: flex;
  justify-content: space-between;
  max-width: 1404px;
  margin: 73px auto 5px;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps.second {
    margin: 18px auto 5px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.phase .accordion-steps.second .step-item {
  margin: 20px 10px 53px;
  max-width: 570px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps.second .step-item {
    margin: 20px 5px 20px;
    max-width: 570px;
    width: 100%;
  }
}
.phase .accordion-steps.second .step-item .step-text {
  max-width: 506px;
  max-width: 551px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps.second .step-item .step-text {
    letter-spacing: 0;
  }
  .phase .accordion-steps.second .step-item .step-text br {
    display: none;
  }
}
.phase .accordion-steps.second .step-item:first-of-type .step-text {
  max-width: 527px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-steps.second .step-item:first-of-type .step-text {
    margin-bottom: 0;
  }
}
.phase .accordion-steps.second .step-item:first-of-type .btn-main {
  width: 165px;
  margin: 25px 0 36px;
}
.phase .accordion-additional-text {
  padding-bottom: 81px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #B5B5B5;
}
.phase .accordion-additional-text.desktop {
  display: block;
}
.phase .accordion-additional-text.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .phase .accordion-additional-text {
    padding-bottom: 46px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #B5B5B5;
    padding-top: 15px;
    max-width: 260px;
  }
  .phase .accordion-additional-text.desktop {
    display: none;
  }
  .phase .accordion-additional-text.mob {
    display: block;
  }
}
.phase .accordion-additional-text a {
  padding-bottom: 2px;
  border-bottom: 1px solid #B5B5B5;
}
.phase .step-number {
  display: block;
  font-family: "Madera", Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F16436;
}
@media only screen and (max-width: 1024px) {
  .phase .step-number {
    font-size: 20px;
    line-height: 20px;
  }
}
.phase .step-heading {
  margin: 4px 0 18px;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .phase .step-heading {
    margin: 5px 0 13px;
    font-size: 20px;
    line-height: 24px;
  }
}
.phase .step-text {
  max-width: 344px;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #DFDFDF;
  letter-spacing: unset;
}
@media only screen and (max-width: 1024px) {
  .phase .step-text {
    font-size: 16px;
    line-height: 21.12px;
  }
}
.phase .step-text a {
  border-bottom: 1px solid #DFDFDF;
}

.accordion-judges {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 55px;
}
.accordion-judges-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  max-width: 1093px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-inner {
    justify-content: center;
  }
}
.accordion-judges .first-heading {
  padding: 97px 0 79px;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges .first-heading {
    padding: 19px 0 7px;
    font-size: 30px;
    text-transform: uppercase;
  }
}
.accordion-judges-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 315px;
  width: 315px;
  margin: 20px 20px 40px;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-item {
    flex-direction: row;
    align-items: flex-start;
    margin: 29px 4px 2px;
  }
}
.accordion-judges-img {
  width: 150px;
  min-width: 150px;
  height: 150px;
  background: #D9D9D9;
}
.accordion-judges-img img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-img {
    width: 76px;
    min-width: 76px;
    height: 76px;
    margin-right: 17px;
  }
}
.accordion-judges-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-text {
    align-items: flex-start;
  }
}
.accordion-judges-title,
.accordion-judges h5.accordion-judges-title {
  font-family: "Lato", sans-serif;
  margin-top: 22px;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-title,
.accordion-judges h5.accordion-judges-title {
    font-size: 23.2856px;
    line-height: 29px;
    letter-spacing: 0.01em;
    margin-top: 1px;
    text-align: left;
  }
}
.accordion-judges-additional {
  display: block;
  margin-top: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #B5B5B5;
}
@media only screen and (max-width: 1024px) {
  .accordion-judges-additional {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0;
  }
}
.accordion-judges .crystal-left-large {
  display: none;
  position: absolute;
  width: 131.29px;
  height: 169.54px;
  left: 0.8%;
  bottom: 66px;
  transform: rotate(0.37deg);
  animation: float 7s ease-in-out 1s infinite alternate;
}
@media only screen and (min-width: 1025px) {
  .accordion-judges .crystal-left-large {
    display: block;
  }
}
.accordion-judges .crystal-left-small {
  display: none;
  position: absolute;
  width: 38.55px;
  height: 84.45px;
  bottom: 68px;
  left: 6.2%;
  animation: float 5s ease-in-out infinite alternate;
}
@media only screen and (min-width: 1025px) {
  .accordion-judges .crystal-left-small {
    display: block;
  }
}
.accordion-judges .crystal-right-large {
  display: none;
  position: absolute;
  width: 131.29px;
  height: 169.54px;
  right: 0.8%;
  bottom: 66px;
  transform: rotate(-0.37deg);
  animation: float 6s ease-in-out infinite alternate;
}
@media only screen and (min-width: 1025px) {
  .accordion-judges .crystal-right-large {
    display: block;
  }
}
.accordion-judges .crystal-right-small {
  display: none;
  position: absolute;
  width: 38.55px;
  height: 84.45px;
  bottom: 68px;
  right: 6.2%;
  animation: float 7s ease-in-out 1s infinite alternate;
}
@media only screen and (min-width: 1025px) {
  .accordion-judges .crystal-right-small {
    display: block;
  }
}

.lots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .lots {
    max-width: 310px;
    margin: auto;
    padding-bottom: 50px !important;
  }
}
.lots-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .lots-wrapper {
    flex-wrap: unset;
    justify-content: unset;
  }
}
.lots-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-family: "Madera", lato;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 132%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .lots-heading {
    font-size: 25px;
  }
}
.lots-block {
  display: flex;
  justify-content: center;
}
.lots-item {
  max-width: 468px;
  width: 100%;
  margin: 0 auto;
}
.lots-item.desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .lots-item.desktop {
    display: block;
  }
  .lots-item.desktop:first-of-type .lots-heading::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: -3px 8px 0 -15px;
    background: url("./../assets/sims4_housing.webp") no-repeat 50% 50%;
    background-size: contain;
  }
  .lots-item.desktop:nth-of-type(2) .lots-heading::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: -3px 8px 0 -15px;
    background: url("./../assets/sims4_housing.webp") no-repeat 50% 50%;
    background-size: contain;
  }
  .lots-item.desktop:last-of-type .lots-heading::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: -3px 8px 0 -15px;
    background: url("./../assets/sims4_housing3.webp") no-repeat 50% 50%;
    background-size: contain;
  }
}
.lots-item.desktop:first-of-type .lots-heading::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_housing.webp") no-repeat 50% 50%;
  background-size: contain;
}
.lots-item.desktop:nth-of-type(2) .lots-heading::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_rooms.webp") no-repeat 50% 50%;
  background-size: contain;
}
.lots-item.desktop:nth-of-type(3) .lots-heading::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_housing3.webp") no-repeat 50% 50%;
  background-size: contain;
}
.lots-item.mob {
  display: block;
}
.lots-item.mob .lots-heading.mob {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 294px;
  width: 100%;
  min-height: 47px;
  justify-content: center;
  margin: 0 auto;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: carousel 20s ease infinite;
  animation: carousel 20s ease infinite;
  font-size: 25px;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob:first-of-type::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_housing.webp") no-repeat 50% 50%;
  background-size: contain;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_rooms.webp") no-repeat 50% 50%;
  background-size: contain;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob:last-of-type::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  margin: -3px 8px 0 -15px;
  background: url("./../assets/sims4_housing3.webp") no-repeat 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 360px) {
  .lots-item.mob .lots-heading.mob .lots-heading-mob {
    font-size: 20px;
  }
}
.lots-item.mob .lots-heading.mob .lots-heading-mob.one {
  animation-delay: 0s;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob.two {
  transform: translateX(40%);
  animation-delay: 6.6s;
}
.lots-item.mob .lots-heading.mob .lots-heading-mob.three {
  animation-delay: 13.2s;
}
.lots-item.mob .lots-heading.mob::before {
  content: none;
}
@media only screen and (min-width: 1025px) {
  .lots-item.mob {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .lots-item {
    display: block;
    margin: 20px 17px 40px;
  }
}
.lots-price {
  display: block;
  margin-top: 0px;
  margin-bottom: 33px;
  font-family: "Madera", lato;
  font-weight: 800;
  font-size: 78.4087px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FF9160 0%, #F16436 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .lots-price {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 130px;
  }
}
.lots-title {
  font-family: "Madera", lato;
  font-weight: 700;
  font-size: 45px;
  line-height: 132%;
  text-align: center;
  color: #fff;
}
.lots-text {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F16436;
}
@media only screen and (max-width: 1024px) {
  .lots-text {
    margin-top: -18px;
  }
}

.btn-blue {
  display: flex;
  justify-content: center;
  margin: 75px auto 56px;
  padding: 5px 60px 9px;
  background: #7289DA;
  cursor: pointer;
  max-height: 300px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .btn-blue {
    margin: 59px auto 11px;
  }
}
@media only screen and (max-width: 350px) {
  .btn-blue {
    padding: 5px 30px;
  }
}
.btn-blue:hover {
  background: #9EAEE5;
}

.title-top-mob {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .title-top-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 65px;
  }
}

@keyframes carousel {
  0% {
    opacity: 0;
    z-index: 3;
    left: -100%;
  }
  5% {
    opacity: 1;
    z-index: 3;
    left: 0;
  }
  10% {
    opacity: 1;
    z-index: 2;
    left: 0;
  }
  25% {
    opacity: 1;
    z-index: 2;
    left: 0;
  }
  30% {
    opacity: 0;
    z-index: 2;
    left: 100%;
  }
  35% {
    opacity: 0;
    z-index: 1;
    left: -100%;
  }
  100% {
    opacity: 0;
    z-index: 1;
    left: -100%;
  }
}
@keyframes scaleLight {
  0% {
    transform: scale(0.4) rotate(0.01deg);
  }
  50% {
    transform: scale(1.1) rotate(0.01deg);
  }
  to {
    transform: scale(0.4) rotate(0.01deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.phase-timeline {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 52px;
  background: #262626;
}
@media only screen and (max-width: 1024px) {
  .phase-timeline {
    padding: 0 20px 33px;
  }
}
.phase-timeline-inner {
  width: 100%;
  margin: 0 auto;
}
.phase-timeline-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.phase-timeline-item {
  position: relative;
  min-width: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .phase-timeline-item {
    min-width: 66px;
  }
}
.phase-timeline-item * {
  display: block;
  text-align: center;
}
.phase-timeline-item:nth-of-type(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 0%;
  transform: translateX(-62px);
  width: 32px;
  height: 2.21374px;
  background: #F16436;
}
@media only screen and (max-width: 1024px) {
  .phase-timeline-item:nth-of-type(n+2)::after {
    top: 38px;
    width: 22px;
    height: 1.5px;
    transform: translateX(-18px);
  }
}
.phase-timeline-img {
  position: relative;
}
.phase-timeline-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 27%;
  left: 34%;
  transform: translate(-50%, -50%);
  width: 27.9px;
  height: 34.54px;
  background: #FE6E3A;
  filter: blur(16.6078px);
  animation: scaleLight 6s alternate infinite;
}
.phase-timeline-img img {
  margin: 0 auto;
  transform: translateY(-11px);
}
@media only screen and (max-width: 1024px) {
  .phase-timeline-img img {
    max-width: 66px;
    width: 100%;
    margin-top: -3px;
    transform: translateY(0);
  }
}
.phase-timeline-text {
  font-weight: 900;
  font-size: 12.1424px;
  line-height: 127%;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .phase-timeline-text {
    font-size: 17.7099px;
  }
}
.phase-timeline-date {
  margin-top: -4px;
  font-size: 10.7678px;
  font-weight: 900;
  line-height: 12px;
  line-height: 200%;
  text-align: center;
  color: #F16436;
}
@media only screen and (min-width: 1025px) {
  .phase-timeline-date {
    margin-top: 5px;
    font-size: 17.7099px;
    line-height: 200%;
  }
}
.phase .fourth-heading {
  margin: 35px auto;
  padding: 0;
  text-align: center;
}
.phase .collapse-accordion-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 250px;
  z-index: 1;
}
.phase .collapse-accordion-row .title-bottom {
  cursor: pointer;
}
.phase .collapse-accordion-row .arrow {
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-top: 18px;
  margin-right: unset;
  fill: #bababa;
}
@media only screen and (max-width: 1024px) {
  .phase .collapse-accordion-row .arrow {
    margin-left: 9px;
    margin-top: -16px;
  }
}
.phase .collapse-accordion-row .arrow-block {
  justify-content: center;
  height: 90px;
}
@media only screen and (max-width: 1024px) {
  .phase .collapse-accordion-row .arrow-block {
    height: 59px;
  }
}
.phase .collapse-accordion-row .arrow-block .arrow {
  margin-top: 4px;
  margin-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .phase .collapse-accordion-row .arrow-block .arrow {
    margin-top: 18px;
  }
}
.phase .collapse-accordion-row .arrow-block:hover .arrow-text.collapse {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.phase .collapse-accordion-row .arrow-block:hover .collapse-accordion-row .arrow {
  fill: #fff;
}
.phase .collapse-accordion-row .arrow-text.collapse {
  display: inline-flex;
  justify-content: center;
  position: relative;
  left: unset;
  padding-bottom: 2px;
  margin-bottom: -30px;
  opacity: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .phase .collapse-accordion-row .arrow-text.collapse {
    margin-bottom: 24px;
    padding: 12px 0 0px;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0.02deg);
  }
  50% {
    transform: translateY(6px) rotate(0.02deg);
  }
  to {
    transform: translateY(0) rotate(0.02deg);
  }
}
.rules {
  background-size: cover;
}
.rules .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1705px;
  padding: 0 20px;
}
.rules .first-heading {
  margin-top: 51px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .rules .first-heading {
    max-width: 250px;
    margin-top: 55px;
    margin-bottom: 20px;
  }
}
.rules-title span {
  display: block;
  min-width: 200px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #B5B5B5;
  white-space: nowrap;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .rules-title span {
    min-width: 109px;
    margin-top: 21px;
    font-size: 16px;
    white-space: normal;
    text-align: left;
    opacity: 1;
  }
}
.rules-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1130px;
  margin-top: 69px;
}
@media only screen and (max-width: 1024px) {
  .rules-block {
    margin-top: 5px;
  }
}
.rules-line {
  display: flex;
  width: 100%;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1024px) {
  .rules-line {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.rules-line:first-of-type .rules-title span {
  margin-top: 43px;
}
.rules-line:first-of-type .rules-item {
  margin-bottom: -2px;
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .rules-line:first-of-type .rules-item {
    gap: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .rules-line:first-of-type {
    margin-bottom: 24px;
  }
}
.rules-line:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .rules-line:nth-of-type(2) .rules-item {
    margin-bottom: 25px;
  }
}
.rules-line:nth-of-type(2) .rules-item:nth-of-type(3) {
  margin-right: 2px;
}
.rules-line:nth-of-type(2) .rules-item:nth-of-type(4) {
  margin-right: 4px;
}
.rules-line:last-of-type {
  margin-top: 9px;
}
.rules-line:last-of-type .rules-item-img img {
  margin-top: -10px;
}
@media only screen and (max-width: 460px) {
  .rules-line:last-of-type .rules-item-img img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rules-line:last-of-type .rules-title {
    max-width: 124px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .rules-line:last-of-type .rules-item-text {
    max-width: 124px;
    margin-top: -2px;
  }
  .rules-line:last-of-type .rules-item-text br {
    display: none;
  }
}
.rules-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 134.24px;
  margin-bottom: 52px;
  margin-right: 18px;
  gap: 7px;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .rules-item {
    margin-right: 0;
    margin-bottom: 14px;
    margin-top: 10px;
    justify-content: unset;
    flex-direction: row;
    width: 210px;
    opacity: 1;
  }
}
@media only screen and (max-width: 460px) {
  .rules-item {
    width: 100%;
  }
}
.rules-item-container {
  display: flex;
  width: 100%;
  margin-left: 81px;
}
@media only screen and (max-width: 1024px) {
  .rules-item-container {
    width: auto;
    flex-direction: column;
    margin-left: 22px;
  }
}
@media only screen and (max-width: 460px) {
  .rules-item-container {
    flex-direction: column;
    margin-left: 5px;
  }
}
.rules-item-img {
  margin: 0 auto;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .rules-item-img {
    width: 60px;
    margin: 0 16px 0 0;
  }
}
@media only screen and (max-width: 460px) {
  .rules-item-img {
    width: 60px;
    margin: 0 10px 0 0;
  }
}
.rules-item-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.rules-item-text {
  margin-top: 2px;
  font-weight: 900;
  font-size: 14px;
  line-height: 132%;
  text-align: center;
  color: #B5B5B5;
}
@media only screen and (max-width: 1024px) {
  .rules-item-text {
    text-align: left;
    font-size: 13px;
  }
}
.rules-additional-text {
  display: block;
  margin-top: 37px;
  margin-bottom: 44px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #B5B5B5;
  white-space: nowrap;
  border-bottom: 0.5px solid #b5b5b5;
  padding-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .rules-additional-text {
    margin-top: 11px;
  }
}
.rules-additional-text:hover {
  color: #fff;
  border-bottom: 0.5px solid #fff;
}

.rules-item.one {
  margin-bottom: 9px;
}

.centeron {
  position: relative;
  right: -4px;
}
@media only screen and (max-width: 1024px) {
  .centeron {
    right: unset;
  }
}

.faq {
  margin: 11px auto 218px;
  max-width: 778px;
  padding: 20px;
  color: #ccc;
}
@media only screen and (max-width: 1024px) {
  .faq {
    margin: 11px auto 65px;
    padding: 20px 40px;
  }
}
.faq.festival h2.first-heading {
  margin-top: 64px;
  margin-bottom: 53px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  line-height: 132%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #E2E2E2;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .faq.festival h2.first-heading {
    margin-top: 0;
    margin-bottom: 29px;
    opacity: 1;
  }
}
.faq h1 {
  font-size: 36px;
  text-align: center;
}
.faq .faq-row {
  position: relative;
  border-bottom: 1px solid #909090;
}
@media only screen and (min-width: 1025px) {
  .faq .faq-row {
    opacity: 0;
  }
}
.faq .faq-row:first-of-type {
  border-top: 1px solid #909090;
}
.faq .faq-row label {
  display: flex;
  width: 100%;
  min-height: 56px;
  padding-right: 20px;
  align-items: center;
  cursor: pointer;
}
.faq .faq-row label:hover {
  color: #E5E5E5;
}
.faq .faq-row .title {
  display: flex;
  align-items: flex-start;
  padding: 12px 20px 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #CCCCCC;
  font-family: "Madera";
}
@media only screen and (max-width: 1024px) {
  .faq .faq-row .title {
    padding: 17px 20px 14px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #B5B5B5;
  }
}
.faq .faq-row input {
  position: absolute;
  opacity: 0;
}
.faq .faq-row .text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s linear;
  margin: 0;
}
.faq .faq-row .text p + p {
  padding-bottom: 10px;
}
.faq .faq-row .text > p:last-child {
  margin-bottom: 24px;
}
.faq .faq-row .text a {
  text-decoration: underline;
}
.faq .faq-row .arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(0deg);
  transition: transform 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .faq .faq-row .arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    transition: transform 0.3s;
  }
}
.faq .faq-row input:checked ~ .text {
  max-height: 1000px;
}
.faq .faq-row input:checked ~ .arrow {
  transform: rotate(180deg);
  top: 17px;
}
.faq li {
  list-style: disc;
  margin-left: 20px;
}

.video-section {
  background-image: url("./../assets/VideobgNew.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 155px;
}
.video-section .video-section-inner {
  max-width: 1114px;
  margin: auto;
}
.video-section .video-section-inner .video-section-container {
  position: relative;
  margin-bottom: 46px;
}
@media (max-width: 600px) {
  .video-section .video-section-inner .video-section-container {
    margin-bottom: 24px;
  }
}
.video-section .video-section-inner .video-section-container:hover img {
  opacity: 0.9;
}
.video-section .video-section-inner .video-section-container:hover .play-video {
  width: 142px;
  height: 142px;
}
.video-section .video-section-inner .video-section-container img {
  width: 100%;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.video-section .video-section-inner .video-section-container .play-video {
  width: 122px;
  height: 122px;
  transition: all 300ms ease;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  background-color: #F16436;
  font-weight: 700;
  font-size: 13.533px;
  right: 0;
  left: 0;
  bottom: 17px;
  top: 0px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 600px) {
  .video-section .video-section-inner .video-section-container .play-video {
    width: 84px;
    height: 84px;
    font-size: 10px;
    bottom: 10px;
  }
}
.video-section .video-section-inner .video-section-container #player.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.video-section .video-section-inner .video-section-container #player.active iframe {
  width: 100%;
  height: 100%;
}
.video-section .video-section-inner .video-section-container #player.active + img {
  transition-delay: 300ms;
  transition-property: opacity;
  opacity: 0;
}

.video-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 54px;
  row-gap: 54px;
  min-height: 415px;
}
@media only screen and (min-width: 1025px) {
  .video-content {
    justify-content: space-between;
  }
}
@media (max-width: 1150px) {
  .video-content {
    padding: 0 20px;
    row-gap: 34px;
  }
}
@media (max-width: 600px) {
  .video-content {
    max-width: 348px;
    margin: auto;
  }
}
.video-content .list h3 {
  font-size: 42px;
  line-height: 51px;
  margin: 0 0 52px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .video-content .list h3 {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .video-content .list h3 {
    text-align: center;
    font-size: 32px;
    line-height: 130%;
    margin: 0 0 16px;
  }
}
.video-content .list p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #CCCCCC;
}
@media (max-width: 600px) {
  .video-content .list p {
    font-size: 10px;
    line-height: 160%;
  }
}
.video-content .list ul {
  margin: 0;
  display: flex;
  column-gap: 64px;
  row-gap: 24px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .video-content .list ul {
    column-gap: 40px;
  }
}
.video-content .list ul li {
  max-width: 170px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .video-content .list ul li {
    max-width: 100px;
  }
}
.video-content .list ul li h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #F16436;
  margin: 0;
}
@media (max-width: 600px) {
  .video-content .list ul li h4 {
    font-size: 30px;
    line-height: 160%;
  }
}
.video-content .content {
  max-width: 444px;
}
@media (max-width: 600px) {
  .video-content .content {
    max-width: 286px;
    margin: auto;
  }
}
.video-content .content p {
  color: white;
  font-size: 18px;
  line-height: 170%;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .video-content .content p {
    font-size: 16px;
    line-height: 170%;
  }
}

.cf-festival {
  padding-bottom: 0;
  background-image: url("./../assets/VideobgNew.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 97px;
}
@media (max-width: 600px) {
  .cf-festival {
    background-image: url("./../assets/VideoBgMobNEW.webp");
    background-size: cover;
    padding-bottom: 110px;
    background-position: center bottom;
  }
}
.cf-festival-inner {
  position: relative;
  animation: none;
}
.cf-festival-inner.desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-inner.desktop {
    display: none;
  }
}
.cf-festival-inner.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-inner.mob {
    display: block;
  }
}
.cf-festival-inner img {
  max-width: 100%;
}
.cf-festival-bg.mob-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-bg.mob-only {
    max-width: 140%;
    transform: translate(-13%, 0px);
  }
}
.cf-festival-content {
  max-width: 1159px;
  width: 100%;
  min-height: unset;
  margin: 0 auto;
  padding: 4px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-content {
    padding: 44px 31px 39px;
  }
}
.cf-festival-content .list ul li {
  max-width: 170px;
  text-align: center;
  text-transform: uppercase;
}
.cf-festival-content .list h3 {
  font-size: 42px;
  line-height: 51px;
  margin: 0 0 68px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-content .list h3 {
    text-align: center;
    font-size: 32px;
    line-height: 41.6px;
    margin: 0px 0 15px;
  }
}
.cf-festival-content .content {
  max-width: 484px;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .cf-festival-content .content {
    opacity: 0;
  }
}
.cf-festival-content .content p {
  margin: 0 0 35px;
}
@media only screen and (max-width: 1024px) {
  .cf-festival-content .content p {
    margin: 0 0 26px;
    letter-spacing: 0px;
  }
}
.cf-festival-img.app {
  max-width: 1021px;
  width: 100%;
  transform: translate(19px, 4px);
}
.cf-festival-img.crystal-1 {
  position: absolute;
  width: 99.99px;
  height: 99.41px;
  top: 0.3%;
  left: 16.1%;
  transform: rotate(14.63deg);
}
.cf-festival-img.crystal-2 {
  position: absolute;
  width: 142.12px;
  height: 201px;
  top: 44.5%;
  right: 2.6%;
  transform: rotate(-2.19deg);
  animation: float 7s linear 2s infinite alternate;
}
.cf-festival-img.crystal-3 {
  position: absolute;
  width: 51.16px;
  height: 66.28px;
  top: 49.5%;
  left: 0.6%;
  transform: rotate(-35.59deg);
  animation: floatCrystal3 8s linear infinite alternate;
}
.cf-festival-img.crystal-4 {
  position: absolute;
  width: 145.99px;
  height: 144.41px;
  bottom: 9.8%;
  right: 14.1%;
  transform: rotate(-13.63deg);
  z-index: 1;
}
.cf-festival-img.crystal-5 {
  position: absolute;
  width: 51.16px;
  height: 66.28px;
  top: 21.5%;
  right: 0.6%;
  transform: rotate(-2.19deg);
  animation: float2 9s linear infinite alternate;
}
.cf-festival-img.sparks-1 {
  position: absolute;
  width: 78%;
  height: auto;
  bottom: 1%;
  right: -12.4%;
  transform: rotate(-2.19deg);
  z-index: 0;
}
.cf-festival-img.smoke {
  position: absolute;
  max-width: 2210px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  transform: translate(-180px, -58px);
}
.cf-festival-img.smoke2 {
  position: absolute;
  max-width: 915px;
  width: 100%;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  transform: translate(171px, 38px);
}

@keyframes float2 {
  0% {
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    transform: translateY(-20px) rotate(0.1deg);
  }
  to {
    transform: translateY(0) rotate(0.01deg);
  }
}
@keyframes floatCrystal3 {
  0% {
    transform: translateY(0) rotate(-35.59deg);
  }
  50% {
    transform: translateY(-10px) rotate(-30.59deg);
  }
  to {
    transform: translateY(0) rotate(-35.59deg);
  }
}
.cf-footer {
  background-color: #000000;
  width: 100%;
}
.cf-footer li.menu-list-item {
  margin-top: 32px;
}
.cf-footer li a {
  font-size: 14px;
  line-height: 150%;
  color: #B2B2B2;
  text-decoration: none;
}
.cf-footer li a:hover {
  color: #B2B2B2;
  text-decoration: underline;
}
.cf-footer li a.is-active {
  color: #B2B2B2;
  text-decoration: underline;
}
.cf-footer .site-footer-nav {
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  padding: 72px 20px 0px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-nav {
    flex-direction: column;
  }
}
.cf-footer .site-footer-nav .logo {
  width: 72px;
  height: 39px;
  margin-left: -22px;
  margin-top: 0;
  margin-right: 152px;
  color: white;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-nav .logo {
    width: 64px;
    height: 64px;
    margin: 0 0 34px 0;
  }
}
.cf-footer .site-footer-nav nav {
  flex: 1;
}
.cf-footer .site-footer-nav nav > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 52px 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-nav nav > ul {
    gap: 52px 30px;
  }
}
.cf-footer .site-footer-nav nav > ul h5 {
  font-size: 16px;
  line-height: 24px;
  color: #E5E5E5;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}
.cf-footer .site-footer-nav nav > ul ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cf-footer .site-footer-social .site-footer-social-inner {
  max-width: 1344px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-social .site-footer-social-inner {
    padding: 14px 20px 12px 20px;
  }
}
.cf-footer .site-footer-social .social {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-social .social {
    justify-content: center;
    padding-top: 32px;
  }
}
.cf-footer .site-footer-social .social span {
  color: #B2B2B2;
  font-size: 14px;
}
.cf-footer .site-footer-social .social-links {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
  height: 32px;
}
.cf-footer .site-footer-social .social-links li + li {
  margin-left: 10px;
}
.cf-footer .site-footer-social .social-links li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  color: #999999;
}
.cf-footer .site-footer-social .social-links li a:hover {
  color: white;
}
.cf-footer .site-footer-social .social-links li a svg {
  width: 32px;
  height: 32px;
}
.cf-footer .site-footer-social .social-links img {
  width: 24px;
  height: 24px;
}
.cf-footer .site-footer-social .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 40px;
  border-top: 1px solid #333333;
  row-gap: 16px;
}
@media (max-width: 800px) {
  .cf-footer .site-footer-social .copyright {
    justify-content: center;
  }
}
.cf-footer .site-footer-social .copyright span {
  font-size: 13px;
  line-height: 140%;
  color: #B2B2B2;
}
.cf-footer .site-footer-social .copyright ul {
  display: flex;
  margin: 0;
  row-gap: 24px;
  column-gap: 32px;
}

img.sims-logo, .hero .hero-inner h1, .text-container {
  transform: translatey(20px);
  opacity: 0;
}

img.sims-logo {
  animation: fadeInBottomToTopSoft 400ms ease forwards 400ms;
}

.hero .hero-inner h1 {
  animation: fadeInBottomToTopSoft 400ms ease forwards 300ms;
}

.text-container {
  animation: fadeInBottomToTopSoft 400ms ease forwards 200ms;
}

.timer .countdown-timer, .timer h2 {
  transform: translatey(20px);
  opacity: 0;
}

.timer.anim .countdown-timer {
  animation: fadeInBottomToTopSoft 400ms ease forwards;
}

.timer.anim h2 {
  animation: fadeInBottomToTopSoft 400ms ease forwards 200ms;
}

.for-simmers-section .fss-inner .simmers-list li {
  transform: translatex(-30px);
  opacity: 0;
}

.for-simmers-section .fss-header img,
.for-simmers-section .fss-header h1,
.for-simmers-section .fss-header p {
  transform: translatey(-20px);
  opacity: 0;
}

.for-simmers-section.anim .fss-header img {
  animation: fadeInTopToBottom 400ms ease forwards 100ms;
}
.for-simmers-section.anim .fss-header h1 {
  animation: fadeInTopToBottom 400ms ease forwards 200ms;
}
.for-simmers-section.anim .fss-header p {
  animation: fadeInTopToBottom 400ms ease forwards 300ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(1) {
  animation: fadeInRightToLeft 500ms ease forwards 400ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(2) {
  animation: fadeInRightToLeft 500ms ease forwards 500ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(3) {
  animation: fadeInRightToLeft 500ms ease forwards 600ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(4) {
  animation: fadeInRightToLeft 500ms ease forwards 700ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(5) {
  animation: fadeInRightToLeft 500ms ease forwards 800ms;
}

.for-simmers-section.anim .fss-inner .simmers-list li:nth-child(6) {
  animation: fadeInRightToLeft 500ms ease forwards 900ms;
}

img.simmers-bg-img.desktop {
  transform: translatey(50px);
  opacity: 0;
}

.anim img.simmers-bg-img.desktop {
  animation: fadeInBottomToTopLong 300ms ease forwards;
}

.for-modders-section .fss-inner .simmers-list li {
  transform: translatex(30px);
  opacity: 0;
}

.for-modders-section .fss-header img,
.for-modders-section .fss-header h1,
.for-modders-section .fss-header p {
  transform: translatey(-20px);
  opacity: 0;
}

.for-modders-section.anim .fss-header img {
  animation: fadeInTopToBottom 400ms ease forwards 100ms;
}
.for-modders-section.anim .fss-header h1 {
  animation: fadeInTopToBottom 400ms ease forwards 200ms;
}
.for-modders-section.anim .fss-header p {
  animation: fadeInTopToBottom 400ms ease forwards 300ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(1) {
  animation: fadeInLeftToRight 500ms ease forwards 400ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(2) {
  animation: fadeInLeftToRight 500ms ease forwards 500ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(3) {
  animation: fadeInLeftToRight 500ms ease forwards 600ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(4) {
  animation: fadeInLeftToRight 500ms ease forwards 700ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(5) {
  animation: fadeInLeftToRight 500ms ease forwards 800ms;
}

.for-modders-section.anim .fss-inner .simmers-list li:nth-child(6) {
  animation: fadeInLeftToRight 500ms ease forwards 900ms;
}

.mods-section .mods-section-inner ul li {
  transform: translatey(40px);
  opacity: 0;
}

.mods-section.anim .mods-section-inner ul li:nth-child(1) {
  animation: fadeInBottomToTopLong 500ms ease forwards 100ms;
}

.mods-section.anim .mods-section-inner ul li:nth-child(2) {
  animation: fadeInBottomToTopLong 500ms ease forwards 200ms;
}

.mods-section.anim .mods-section-inner ul li:nth-child(3) {
  animation: fadeInBottomToTopLong 500ms ease forwards 300ms;
}

.mods-section.anim .mods-section-inner ul li:nth-child(4) {
  animation: fadeInBottomToTopLong 500ms ease forwards 400ms;
}

.mods-section.anim .mods-section-inner ul li:nth-child(5) {
  animation: fadeInBottomToTopLong 500ms ease forwards 500ms;
}

.mods-section.anim .mods-section-inner ul li:nth-child(6) {
  animation: fadeInBottomToTopLong 500ms ease forwards 600ms;
}

.more-to-come-header h1, .more-to-come-header p, .more-to-come-header a {
  transform: translatey(-20px);
  opacity: 0;
}

.more-to-come-section.anim .more-to-come-header h1 {
  animation: fadeInTopToBottom 500ms ease forwards;
}
.more-to-come-section.anim .more-to-come-header p {
  animation: fadeInTopToBottom 500ms ease forwards 100ms;
}
.more-to-come-section.anim .more-to-come-header a {
  animation: fadeInTopToBottom 500ms ease forwards 200ms;
}

.cristal-list-inner ul li {
  transform: translatex(-30px);
  opacity: 0;
}

.more-to-come-section.anim .cristal-list-inner ul li:nth-child(1) {
  animation: fadeInLeftToRight 600ms ease forwards 300ms;
}

.more-to-come-section.anim .cristal-list-inner ul li:nth-child(2) {
  animation: fadeInLeftToRight 600ms ease forwards 400ms;
}

.more-to-come-section.anim .cristal-list-inner ul li:nth-child(3) {
  animation: fadeInLeftToRight 600ms ease forwards 500ms;
}

.more-to-come-section.anim .cristal-list-inner ul li:nth-child(4) {
  animation: fadeInLeftToRight 600ms ease forwards 600ms;
}

.more-to-come-section.anim .cristal-list-inner ul li:nth-child(5) {
  animation: fadeInLeftToRight 600ms ease forwards 700ms;
}

.you-can-help-box {
  transform: translatex(30px);
  opacity: 0;
}

.you-can-help-section.anim .you-can-help-box {
  animation: fadeInTopToBottom 500ms ease forwards 100ms;
}

.you-can-help-section .you-can-help-inner .you-can-help-box .you-can-help-list ul li {
  transform: translatex(-30px);
  opacity: 0;
}

.you-can-help-section.anim .you-can-help-inner .you-can-help-box .you-can-help-list ul li:nth-child(1) {
  animation: fadeInLeftToRight 600ms ease forwards 300ms;
}

.you-can-help-section.anim .you-can-help-inner .you-can-help-box .you-can-help-list ul li:nth-child(2) {
  animation: fadeInLeftToRight 600ms ease forwards 400ms;
}

.you-can-help-section.anim .you-can-help-inner .you-can-help-box .you-can-help-list ul li:nth-child(3) {
  animation: fadeInLeftToRight 600ms ease forwards 500ms;
}

.you-can-help-section.anim .you-can-help-inner .you-can-help-box .you-can-help-list ul li:nth-child(4) {
  animation: fadeInLeftToRight 600ms ease forwards 600ms;
}

img.help-bg.desktop {
  transform: translatex(30px);
  opacity: 0;
}

.you-can-help-section.anim img.help-bg.desktop {
  animation: fadeInLeftToRight 500ms ease forwards 800ms;
}

.already-modder-box {
  transform: translatex(-30px);
  opacity: 0;
}

.already-modder-section.anim .already-modder-box {
  animation: fadeInRightToLeft 500ms ease forwards;
}

img.already-modder-pic {
  transform: translatey(40px);
  opacity: 0;
}

.already-modder-section.anim img.already-modder-pic {
  animation: fadeInBottomToTopLong 500ms ease forwards 300ms;
}

@keyframes glow {
  from {
    filter: blur(25px);
  }
  to {
    filter: blur(35px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes arrowDown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes fadeInBottomToTopSoft {
  0% {
    transform: translatey(20px);
    opacity: 0;
  }
  100% {
    transform: translatey(0px);
    opacity: 1;
  }
}
@keyframes fadeInBottomToTopLong {
  0% {
    transform: translatey(40px);
    opacity: 0;
  }
  100% {
    transform: translatey(0px);
    opacity: 1;
  }
}
@keyframes fadeInTopToBottom {
  0% {
    transform: translatey(-20px);
    opacity: 0;
  }
  100% {
    transform: translatey(0px);
    opacity: 1;
  }
}
@keyframes fadeInRightToLeft {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeftToRight {
  0% {
    transform: translatex(30px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.terms-section {
  padding: 120px 20px 40px 20px;
  max-width: 920px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.terms-section .terms-menu {
  width: 200px;
}
@media (max-width: 1024px) {
  .terms-section .terms-menu {
    display: none;
  }
}
.terms-section .terms-menu .terms-links {
  position: sticky;
  top: 120px;
}
.terms-section .terms-menu .terms-links .terms-link {
  height: 46px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  border-left: 7px solid transparent;
}
.terms-section .terms-menu .terms-links .terms-link a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #909090;
}
.terms-section .terms-menu .terms-links .terms-link a:hover {
  color: #F0F0F0;
}
.terms-section .terms-menu .terms-links .terms-link.active {
  border-color: #F16436;
}
.terms-section .terms-menu .terms-links .terms-link.active a {
  color: #F0F0F0;
}
.terms-section .terms-content {
  max-width: 544px;
}
.terms-section .terms-content h1, .terms-section .terms-content h2, .terms-section .terms-content h3, .terms-section .terms-content h4 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.terms-section .terms-content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}
.terms-section .terms-content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.terms-section .terms-content h3 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 24px;
  font-weight: normal;
}
.terms-section .terms-content small {
  color: #909090;
  font-size: 14px;
  font-style: italic;
}
.terms-section .terms-content p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin: 24px 0;
}
.terms-section .terms-content ul, .terms-section .terms-content ol {
  list-style: unset;
  margin: 24px 0;
  padding-left: 24px;
}
.terms-section .terms-content ul li, .terms-section .terms-content ol li {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.terms-section .terms-content ol {
  list-style: auto;
}

@keyframes fadeInLeftToRight60 {
  0% {
    transform: translatex(60px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim #myCanvas {
    animation: 1s opacityVisible 1.6s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim #myCanvas2 {
    animation: 1s opacityVisible 1.1s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim .text-medium:first-of-type {
    animation: 0.4s fadeInBottomToTopLong 0.2s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim .text-medium:last-of-type {
    animation: 0.4s fadeInBottomToTopLong 0.4s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim .phase-card:first-of-type {
    opacity: 0;
    animation: 0.6s fadeInLeftToRight60 0.6s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim .phase-card:nth-of-type(2) {
    opacity: 0;
    animation: 0.6s fadeInLeftToRight60 0.8s ease forwards;
  }
}
@media only screen and (min-width: 1025px) {
  .creators.anim .phase-card:last-of-type {
    opacity: 0;
    animation: 0.6s fadeInLeftToRight60 1s ease forwards;
  }
}

@media only screen and (min-width: 1025px) {
  .phase.anim .accordion-row:first-of-type {
    animation: 0.4s fadeInBottomToTopLong 0s ease forwards;
  }
  .phase.anim .accordion-row:nth-of-type(2) {
    animation: 0.4s fadeInBottomToTopLong 0.4s ease forwards;
  }
  .phase.anim .accordion-row:last-of-type {
    animation: 0.4s fadeInBottomToTopLong 0.6s ease forwards;
  }
}

@media only screen and (min-width: 1025px) {
  .rules.anim .rules-line:first-of-type .rules-title span {
    animation: 0.4s fadeInLeftToRight 0.1s ease forwards;
  }
  .rules.anim .rules-line:first-of-type .rules-item:first-of-type {
    animation: 0.8s fadeInLeftToRight60 0.2s ease forwards;
  }
  .rules.anim .rules-line:first-of-type .rules-item:nth-of-type(2) {
    animation: 0.8s fadeInLeftToRight60 0.3s ease forwards;
  }
  .rules.anim .rules-line:first-of-type .rules-item:nth-of-type(3) {
    animation: 0.8s fadeInLeftToRight60 0.4s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-title span {
    animation: 0.4s fadeInLeftToRight 0.3s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-item:first-of-type {
    animation: 0.4s fadeInLeftToRight 0.5s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-item:nth-of-type(2) {
    animation: 0.4s fadeInLeftToRight 0.6s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-item:nth-of-type(3) {
    animation: 0.4s fadeInLeftToRight 0.7s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-item:nth-of-type(4) {
    animation: 0.4s fadeInLeftToRight 0.8s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(2) .rules-item:nth-of-type(5) {
    animation: 0.4s fadeInLeftToRight 0.9s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(3) .rules-title span {
    animation: 0.6s fadeInLeftToRight 0.5s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(3) .rules-item:first-of-type {
    animation: 0.4s fadeInLeftToRight 0.7s ease forwards;
  }
  .rules.anim .rules-line:nth-of-type(3) .rules-item:nth-of-type(2) {
    animation: 0.4s fadeInLeftToRight 0.8s ease forwards;
  }
}

@media only screen and (min-width: 1025px) {
  .faq.festival.anim h2.first-heading {
    animation: 0.4s fadeInBottomToTopLong ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(1) {
    animation: 0.4s fadeInBottomToTopLong 0.2s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(2) {
    animation: 0.4s fadeInBottomToTopLong 0.4s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(3) {
    animation: 0.4s fadeInBottomToTopLong 0.6s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(4) {
    animation: 0.4s fadeInBottomToTopLong 0.8s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(5) {
    animation: 0.4s fadeInBottomToTopLong 1s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(6) {
    animation: 0.4s fadeInBottomToTopLong 1.2s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(7) {
    animation: 0.4s fadeInBottomToTopLong 1.4s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(8) {
    animation: 0.4s fadeInBottomToTopLong 1.6s ease forwards;
  }
  .faq.festival.anim .faq-row:nth-of-type(9) {
    animation: 0.4s fadeInBottomToTopLong 1.8s ease forwards;
  }
}

@media only screen and (min-width: 1025px) {
  .cf-festival-content.anim .content {
    animation: 0.6s fadeInRightToLeft 0.1s ease forwards;
  }
}