@charset "UTF-8";

/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/* Remove list styles (bullets/numbers) */

/* Preferred box-sizing value */

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

/* Reapply the pointer cursor for anchor tags */

a,
button {
  cursor: revert;
}

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

.ark-main {
  /* Remove list styles (bullets/numbers) */
}

.ark-main ol,
.ark-main ul,
.ark-main menu {
  list-style: none;
}

/* For images to not be able to exceed their container */

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */

table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */

input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */

textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */

:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */

::placeholder {
  color: unset;
}

/* remove default dot (•) sign */

::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */

:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */

:where(dialog:modal) {
  all: revert;
}

body {
  outline: none;
  background: #000;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.curseforge.ark-main * {
  box-sizing: border-box;
}

.download-buttons-mob {
  display: none;
}

.heading-first {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  font-family: 'Montserrat', sans-serif;
}

.heading-second {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  font-family: 'Montserrat', sans-serif;
}

.heading-second.orange {
  color: #EB622B;
}

.heading-four {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
}

.heading-fourth {
  padding: 24px 0 0;
  color: #FFF;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 132%;
}

.heading-five {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-large {
  color: #D6D6D6;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 145.455%;
}

.text-mid {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
}

.text-small {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-small.underline {
  text-decoration: underline;
}

.text-small.underline:hover {
  color: #fff;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
  margin: 0 auto 7px;
  padding: 16px 48px;
  white-space: nowrap;
  background: #F16436;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.download-btn:hover {
  background: #ff784d;
}

.download-btn .mobile {
  display: none;
}

.download-buttons {
  display: flex;
  justify-content: center;
  margin: 36px auto 0;
}

.download-buttons + .txt-small {
  color: #999;
}

.download-btn .first-hidden.visible {
  display: flex;
}

.download-btn .first-visible {
  display: flex;
}

.download-btn.mac.hidden,
.download-btn.pc.hidden {
  display: none;
}

.main .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.large-section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: url("./../images/HighresScreenshot00053.webp") no-repeat 100% 100%;
  background-size: 100%;
}

.cf-forge-mob {
  display: none;
}

.txt-small.underline {
  text-decoration: underline;
  transition: .2s ease-in-out;
}

.txt-small.underline:hover {
  color: #fff;
}

.txt-small.underline.desktop {
  display: flex;
}

.txt-small.underline.mob {
  display: none;
}

/*  aspect ratio hack */

.embed-container,
.vimeo_wrap {
  --video--width: 1296;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.vimeo_wrap iframe,
.vimeo_wrap object,
.vimeo_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --color-bg: #0d0d0d;
  --color-title: #fff;
  --color-small-title: #e5e5e5;
  --color-txt: #ccc;
  --color-title-black: #1e1e1e;
  --color-txt-black: #535353;
  --color-txt-gray: #b2b2b2;
  --color-txt-gray-2: #b5b5b5;
  --color-gray: #909090;
  --color-300: #333;
  --color-primary: #eb622b;
  --color-primary-hover: #f18536;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, black 10%, rgba(0, 0, 0, 0) 95%);
  padding: 0;
  opacity: 1;
  z-index: 27;
}

header * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

header ol,
header ul,
header menu {
  list-style: none;
}

header .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 15px 20px;
}

header .header-logo.desktop {
  display: flex;
  align-items: center;
  max-width: 300px;
  height: 40px;
  width: 100%;
}

header .download-buttons {
  margin: 0;
}

.header-link {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  color: #ccc;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border: 1px solid transparent;
  background: transparent;
  transition: .3s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}

.header-link:hover {
  color: #EB622B;
}

.header-link.border {
  border: 1px solid #ccc;
  padding: 7px 32px;
}

.header-link.border:hover {
  color: #fff;
  background: #EB622B;
  border: 1px solid #EB622B;
}

.header-buttons {
  display: flex;
  flex-direction: row;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 177px;
  margin-right: 12px;
}

.header-logo span {
  display: inline-flex;
  position: relative;
  margin-left: 12px;
  margin-top: 6px;
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-logo span::before {
  top: 50%;
  margin-top: -3px;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 24px;
  background-color: var(--color-txt);
  position: absolute;
  left: -11px;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 100;
  transition: .3s;
}

.site-header .download-btn {
  padding: 16px 32px;
}

.site-header .header-inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  row-gap: 2px;
}

.site-header .header-inner {
  display: flex;
  max-width: 1720px;
  margin: 0 auto;
  padding: 11px 20px;
  position: relative;
  z-index: 10;
  transition: .3s;
  min-height: 80px;
  align-items: center;
}

.site-header .header-inner nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.submenu-icon {
  display: none;
}

.site-header .header-inner nav ul li {
  margin: 0 12px;
}

.site-header .header-inner nav ul li:nth-of-type(6) {
  margin: 0 0 0 32px;
}

.site-header .header-inner nav ul li:nth-of-type(n+6) {
  display: none;
}

.site-header .header-inner nav ul li.mob-only.decor a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.site-header .header-inner nav ul.header-menu {
  display: flex;
}

.site-header .hamburger-menu-button {
  display: none;
  margin-left: auto;
}

.hamburger-menu-button {
  z-index: 1;
  display: block;
  background: transparent;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-menu-button > div {
  position: relative;
  width: 24px;
  height: 20px;
  left: 2px;
  right: 0;
  margin: 0 auto;
  transition: .4s ease-in-out;
}

.hamburger-menu-button > div span {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 20px;
  height: 2px;
  position: absolute;
  transition: .4s ease-in-out;
  border-radius: 0;
}

.hamburger-menu-button > div span:first-child {
  top: 3px;
  left: 0;
}

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

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

.hamburger-menu-button.close > div span {
  background: #ccc;
}

.hamburger-menu-button.close > div span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.hamburger-menu-button.close > div span:nth-child(2) {
  transform: scaleX(0);
}

.hamburger-menu-button.close > div span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header .header-inner nav .header-menu .header-menu-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  position: relative;
}

.site-header .header-inner nav .header-menu svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  transition: all .15s;
  fill: #D6D6D6;
  position: absolute;
  right: 18px;
  top: 12px;
  bottom: 0;
  margin: 0 auto;
}

.site-header .header-inner nav .header-menu .submenu.active .header-link.mob::before {
  opacity: 1;
}

.site-header .header-inner nav .header-menu .submenu.active ~ svg {
  transform: rotate(180deg);
}

.header-link.mob {
  position: relative;
  display: none;
}

.header-link.mob::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  transform: translateY(-50%);
  content: '';
  background-color: #EB622B;
  opacity: 0;
  height: 0;
  transition: .2s ease-in-out;
}

.header-link.mob.active::before {
  opacity: 1;
  height: 24px;
}

.header-link.mob :hover {
  color: #D6D6D6;
}

.to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px auto 0;
  color: #B2B2B2;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.to-top svg {
  width: 24px;
  height: 24px;
  margin: 0 0 10px;
}

.to-top-section {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.to-top-section .content-wrapper {
  padding-top: 41px;
}

.opening-section {
  max-width: 100%;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 880px;
  padding: 75px 0px 0;
  background-size: cover;
  z-index: 2;
}

.opening-section h1.heading-second {
  width: 100%;
  max-width: 538px;
  margin-top: 25px;
}

.opening-section .small-text {
  display: none;
  margin: 23px 0 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.opening-section * {
  box-sizing: border-box;
}

.opening-section .intro-text-container {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 54px;
  padding: 54px 20px 0;
}

.opening-section .intro-text-container .opening-sims-logo {
  width: 390px;
  height: auto;
}

.opening-section .intro-text-container .heading-first {
  max-width: 788px;
  margin-top: 20px;
  text-align: center;
}

.opening-section .intro-text-container p.txt {
  max-width: 545px;
  font-family: 'Montserrat', sans-serif;
  line-height: 145%;
  color: #ccc;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.opening-section .intro-text-container p.txt:first-of-type {
  margin: 12px auto 0;
}

.opening-section .intro-text-container p.txt + p.txt {
  margin: 0 auto 12px;
}

.opening-section .intro-text-container p.txt span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  font-weight: 700;
}

.opening-section .intro-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.opening-section .dude-img {
  position: absolute;
  right: unset;
  top: 0;
  width: 100%;
  transition: all .1s ease;
  display: flex;
  align-items: flex-end;
}

.opening-section .dude-img .gifi-img.right {
  position: absolute;
  bottom: 0px;
  max-width: 928px;
  width: 100%;
  right: 0%;
  width: 100%;
  top: 2px;
  height: unset;
}

.opening-section .dude-img.desktop {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  right: 0;
}

.opening-section .dude-img.mob {
  display: none;
}

.opening-section .dude-img img {
  position: relative;
  z-index: 1;
}

.opening-section .shadow-bg {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -2px;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}

.opening-section .shadow-bg img {
  display: flex;
  width: 100%;
}

.hero-logo {
  display: flex;
  justify-content: center;
  max-width: 262.642px;
  margin: 9px auto 2px;
}

.hero-logo.mob {
  display: none;
}

.txt.desktop {
  display: none;
}

.txt.mob {
  display: flex;
}

.txt-small {
  display: flex;
  margin-top: 11px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #999;
}

.txt-small a {
  text-decoration-line: underline;
  font-family: Lato, sans-serif;
  transition: .2s ease-in-out;
}

.txt-small a:hover {
  color: #fff;
}

.opening-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.opening-section .download-buttons {
  display: flex;
  justify-content: flex-start;
  margin: 36px auto 0;
}

.opening-section .download-buttons + .txt-small {
  text-decoration: underline;
  transition: .2s ease-in-out;
}

.opening-section .download-buttons + .txt-small:hover {
  color: #fff;
}

.opening-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: 22px;
}

.opening-section .download-buttons .desktop {
  display: flex;
}

.opening-section .download-buttons .download-btn {
  margin: 0;
}

.scroll-down-block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  color: #808080;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  z-index: 10;
  position: relative;
}

.scroll-down {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@keyframes a {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

.opening-section .download-buttons + .txt-small,
.opening-section .cta-buttons + .txt-small,
.track-section .download-buttons + .txt-small,
.track-section .cta-buttons + .txt-small {
  text-decoration: underline;
  color: #999;
  transition: .2s ease-in-out;
}

.opening-section .download-buttons + .txt-small:hover,
.opening-section .cta-buttons + .txt-small:hover,
.track-section .download-buttons + .txt-small:hover,
.track-section .cta-buttons + .txt-small:hover {
  color: #fff;
}

.track-section .cta-buttons + .txt-small {
  margin-top: 5px;
}

.track-section {
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 301px;
}

.track-section .cards-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.track-section .cards-wrapper-inner {
  position: relative;
  max-width: 1432px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
}

.track-section .cards-wrapper:first-of-type .download-btn {
  margin: 0 auto 10px;
  padding: 16px 60px;
}

.track-section .cards-item {
  max-width: 635px;
  width: 100%;
  margin-top: 160px;
  padding: 0 20px;
}

.track-section .cards-item .heading-first {
  margin: 6px 0 15px;
}

.track-section .cards-item .text-large {
  max-width: 605px;
  margin-bottom: 40px;
}

.track-section .cards-item .col-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px 0 48px;
}

.track-section .cards-item .cta-buttons {
  display: flex;
  width: 100%;
}

.track-section .cards-item .cta-buttons .download-btn {
  margin: 0 0 10px;
  padding: 16px 25px;
}

.track-section .cards-item .text-mid {
  min-width: 275px;
}

.track-section .cards-item .col-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.track-section .cards-item .col-item:first-of-type {
  margin-right: 10px;
}

.track-section .cards-item .col-item img {
  width: 48px;
  margin-right: 28px;
}

.track-section .cards-img {
  position: absolute;
  top: 0;
}

.track-section .heading-text {
  color: #D6D6D6;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.track-section .heading-second {
  text-align: left;
}

.date-section {
  position: relative;
}

.date-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1447px;
  margin: 0 auto;
  padding: 0 0 46px;
}

.date-section .date-item {
  width: 100%;
  padding: 0 59px;
  text-align: center;
}

.date-section .date-item-arrow {
  display: flex;
  align-items: center;
}

.date-section .date-item .text-small {
  display: inline-block;
  padding: 35px 0 13px;
  text-align: center;
}

.date-section .date-item .heading-fourth {
  padding-bottom: 38px;
}

.date-item-arrow {
  max-width: 48px;
  margin: 22px 0 22px;
  transform: rotate(90deg);
}

.date-item-arrow img {
  display: flex;
  width: 100%;
}

.register-section {
  position: relative;
  background: #0C0C0C;
}

.register-section .content-wrapper {
  position: relative;
  z-index: 1;
}

.register-section .content-wrapper {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px 124px;
  text-align: center;
}

.register-section .content-wrapper .text-reg {
  width: 100%;
  max-width: 591px;
  margin: 0 auto;
  padding: 26px 0 32px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  color: #D6D6D6;
}

.register-section .content-wrapper .text-small {
  color: #999;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.register-section .content-wrapper .text-small a {
  color: #999;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
  transition: .2s ease-in-out;
}

.register-section .content-wrapper .text-small a:hover {
  color: #fff;
}

.register-section .form-block {
  min-height: 119px;
  margin-bottom: 33px;
}

.register-section .form-block .download-btn {
  height: 50px;
  margin-left: 17px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.register-section .chat-with-us-form {
  position: relative;
  min-height: 44px;
  max-width: 327px;
  margin: auto;
}

.register-section .chat-with-us-form fieldset {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
}

.register-section .chat-with-us-form .input-area {
  flex: 1;
}

.register-section .chat-with-us-form .input-row-item {
  position: relative;
}

.register-section .chat-with-us-form .input-row-item label {
  line-height: 20px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #868996;
  margin-bottom: 12px;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 15px;
  transition: all .15s;
}

.register-section .chat-with-us-form .input-row-item.is-active label,
.register-section .chat-with-us-form .input-row-item.is-filled label {
  left: -2px;
  top: -25px;
  font-size: 12px;
}

.register-section .chat-with-us-form .input-row-item input,
.register-section .chat-with-us-form .input-row-item textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  line-height: 23px;
  border: 1px solid #868996;
  font-family: Montserrat, sans-serif !important;
  background: transparent;
  font-family: inherit;
  transition: .1s ease;
  color: #fff;
  font-size: 16px;
  text-align: left;
  outline: transparent;
  border-radius: 0;
  outline: none;
}

.register-section .chat-with-us-form .input-row-item input:hover,
.register-section .chat-with-us-form .input-row-item textarea:hover {
  border-color: #fff;
}

.register-section .chat-with-us-form .input-row-item input:focus,
.register-section .chat-with-us-form .input-row-item textarea:focus {
  border-color: #EB622B;
}

.register-section .chat-with-us-form .input-row-item input::placeholder,
.register-section .chat-with-us-form .input-row-item textarea::placeholder {
  color: #868996;
}

.register-section .chat-with-us-form .input-row-item input:-webkit-autofill:active,
.register-section .chat-with-us-form .input-row-item input:-webkit-autofill:focus,
.register-section .chat-with-us-form .input-row-item input:-webkit-autofill:hover,
.register-section .chat-with-us-form .input-row-item textarea:-webkit-autofill:active,
.register-section .chat-with-us-form .input-row-item textarea:-webkit-autofill:focus,
.register-section .chat-with-us-form .input-row-item textarea:-webkit-autofill:hover {
  transition-delay: 9999s;
  transition: background-color, color;
}

.register-section .chat-with-us-form .input-row-item .tooltip-alert {
  background: #0d0d0d;
  border: 1px solid #f16436;
  color: #f16436;
  width: max-content;
  position: absolute;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  z-index: 8;
  opacity: 0;
  bottom: -40px;
  padding: 8px 16px;
  transition: all .15s;
  font-weight: 400;
}

.register-section .chat-with-us-form .input-row-item .tooltip-alert.active {
  opacity: 1;
  bottom: -44px;
}

.register-section .chat-with-us-form .input-row-item .tooltip-alert:after,
.register-section .chat-with-us-form .input-row-item .tooltip-alert:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  margin: auto;
  left: 22px;
  transform: rotate(-90deg);
  opacity: 1;
  transition: all .15s;
}

.register-section .chat-with-us-form .input-row-item .tooltip-alert:before {
  border-color: transparent transparent transparent #f16436;
  top: -17px;
}

.register-section .chat-with-us-form .input-row-item .tooltip-alert:after {
  border-color: transparent transparent transparent #f16436;
  top: -16px;
}

.register-section .chat-with-us-form .button-row {
  display: flex;
  justify-content: center;
  width: 161px;
}

.register-section .chat-with-us-form .button-row button {
  position: relative;
  width: fit-content;
  transition: all .15s;
  cursor: pointer;
}

.register-section .chat-with-us-form .button-row button .submit-button-text {
  transition: all .15s;
}

.register-section .chat-with-us-form .button-row button.loading {
  pointer-events: none;
  padding: 7px 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.register-section .chat-with-us-form .button-row button.loading .submit-button-text {
  font-size: 0;
}

.register-section .chat-with-us-form .button-row button.loading .loader {
  opacity: 1;
  transform: scale(1);
}

.register-section .chat-with-us-form .button-row button.loading .loader svg {
  animation: .75s linear rotating infinite;
}

.register-section .chat-with-us-form .button-row button.loading .login-service-icon {
  display: none;
}

.register-section .chat-with-us-form .button-row button .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  transition: opacity .4s, transform .4s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}

.register-section .chat-with-us-form .button-row button .loader svg {
  width: 18px;
  height: 18px;
}

@keyframes rotating {
  to {
    transform: rotate(1turn);
  }
}

.register-section .chat-with-us-form .mail-us {
  display: block;
  padding-top: 32px;
  text-align: center;
}

.register-section .chat-with-us-form fieldset {
  border: none;
}

.register-section .chat-with-us-form fieldset.hidden {
  display: none;
}

.register-section .chat-with-us-form .success-message {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s;
  z-index: 2;
}

.register-section .chat-with-us-form .success-message.active {
  opacity: 1;
  pointer-events: unset;
}

.register-section .chat-with-us-form .success-message .message-sent {
  width: 215px;
  text-align: center;
}

.register-section .chat-with-us-form .success-message .message-sent h4 {
  color: #e5e5e5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: Montserrat, sans-serif !important;
  margin: 0;
}

.register-section .chat-with-us-form .success-message .message-sent p {
  margin: 0;
  font-size: 14px;
  font-family: Montserrat, sans-serif !important;
}

.register-section .chat-with-us-form .general-form-error {
  border: 1px solid #ff784d;
  color: #ff784d;
  font-family: Montserrat, sans-serif !important;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  z-index: 8;
  padding: 8px 16px;
  margin-bottom: 36px;
  font-weight: 400;
  display: none;
}

.register-section .chat-with-us-form .general-form-error.active {
  display: block;
}

.register-section .first-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.register-section .first-layer span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 7.16%, rgba(217, 217, 217, 0.28) 31.3%, #D9D9D9 60.84%, rgba(217, 217, 217, 0.37) 87.9%, rgba(217, 217, 217, 0) 97.24%);
  background-repeat: no-repeat;
  transform: translateY(67%);
  background-size: contain;
}

.register-section .bg-img.left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.register-section .bg-img.right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.register-section .glow {
  position: relative;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  max-inline-size: unset;
  max-block-size: fit-content;
}

.mail-chimp-shadow-form {
  display: none;
}

.about-section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.about-section .content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 1414px;
  padding: 68px 20px 0;
  margin: 0 auto;
}

.about-section p.main-text {
  max-width: 518px;
  margin-bottom: 19px;
  text-align: left;
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.about-section p.main-text:last-of-type {
  margin-bottom: 0;
}

.about-section .heading-second {
  margin-bottom: 47px;
  font-size: 32px;
}

.about-section .col-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section .col-item.img {
  justify-content: center;
  position: relative;
  margin-top: 39px;
}

.logo-section .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1594px;
  margin: 0 auto;
  padding: 0px 19.5px 94px;
}

.logo-section .hero-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.logo-section .logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-section .logo-block img {
  margin: 0px 24px;
}

.logo-section .logo-block img:first-of-type {
  max-width: 150px;
}

.logo-section .logo-block img:nth-of-type(2) {
  max-width: 115px;
}

.logo-section .logo-block img:nth-of-type(3) {
  max-width: 99px;
}

.logo-section .logo-block img:nth-of-type(4) {
  max-width: 54px;
}

.logo-section .logo-block img:nth-of-type(5) {
  max-width: 140px;
}

.data-section {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -7px auto 0;
  background: #000;
  z-index: 1;
  position: relative;
}

.data-section ol,
.data-section ul,
.data-section menu {
  list-style: none;
}

.data-section .content-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 20px;
  padding: 0 20px 28px;
  padding: 0 20px;
  padding: 0;
}

.data-section .data-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 53px;
}

.data-section .data-list-item {
  position: relative;
  max-width: unset;
  width: auto;
  margin: 0px 8px 29px;
  text-align: center;
}

.data-section .data-list-title {
  display: flex;
  justify-content: center;
  color: #EB622B;
  font-size: 44px;
  font-weight: 700;
  line-height: 112.5%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.data-section .data-list-title span {
  display: flex;
  justify-content: center;
  color: #EB622B;
  font-size: 44px;
  font-weight: 700;
  line-height: 112.5%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.data-section .data-list-text {
  margin-top: 9px;
  color: #D6D6D6;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.data-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
}

.data-list-item {
  position: relative;
  max-width: unset;
  width: auto;
  margin: 0px 32px 69px;
  text-align: center;
}

.data-list-title {
  display: flex;
  justify-content: center;
  color: #EB622B;
  font-size: 44px;
  font-weight: 700;
  line-height: 112.5%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.data-list-title span {
  display: flex;
  justify-content: center;
  color: #EB622B;
  font-size: 44px;
  font-weight: 700;
  line-height: 112.5%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.data-list-text {
  margin-top: 9px;
  color: #D6D6D6;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.btns-section .cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 14px auto;
}

.btns-section .download-btn {
  display: inline-flex;
  height: 48px;
  padding: 16px 32px;
}

.btns-section .btn-discord {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.btns-section .btn-discord svg {
  margin-right: 8px;
}

.btns-section .btn-discord svg path {
  fill: #D6D6D6;
  transition: all .2s ease-in-out;
}

.btns-section .btn-discord:hover {
  color: #F16436;
}

.btns-section .btn-discord:hover svg path {
  fill: #F16436;
}

:root {
  --color-bg: #0d0d0d;
  --color-title: #fff;
  --color-small-title: #e5e5e5;
  --color-txt: #D6D6D6;
  --color-title-black: #1e1e1e;
  --color-txt-black: #535353;
  --color-txt-gray: #b2b2b2;
  --color-txt-gray-2: #b5b5b5;
  --color-gray: #909090;
  --color-300: #333;
  --color-primary: #eb622b;
  --color-primary-hover: #f18536;
}

.faq-section .contact-container {
  padding-top: 56px;
  text-align: center;
}

.faq-section .contact-container h4 {
  font-size: 16px;
  line-height: 30px;
}

.faq-section {
  position: relative;
  padding: 122px 20px 111px;
  max-width: 890px;
  margin: auto;
  overflow: hidden;
}

.faq-section .faq-list {
  list-style: none;
  padding: 28px 0 0 0;
}

.faq-section .faq-list li {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faq-section .faq-list li:last-child {
  border-bottom: 1px solid var(--color-txt);
}

.faq-section .faq-list li:not(:first-child) button {
  border-top: 1px solid var(--color-txt);
}

.faq-section .faq-list li button {
  font-family: Montserrat,sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  background: transparent;
  color: var(--color-txt);
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 24px 34px 24px 0;
  border: none;
  text-transform: inherit;
  position: relative;
  transition: all .15s;
  cursor: pointer;
}

.faq-section .faq-list li button svg {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  transition: all .15s;
  fill: var(--color-gray);
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-section .faq-list li button.active svg {
  transform: rotate(180deg);
}

.faq-section .faq-list li button.active + .answer-outer:before {
  background-color: var(--color-primary);
  height: 100%;
}

.faq-section .faq-list li .answer-outer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  background-color: var(--color-bg);
  position: relative;
}

.faq-section .faq-list li .answer-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 2px;
  background-color: var(--color-bg);
  transition: all .15s ease;
}

.faq-section .faq-list li .answer-outer .answer-inner {
  padding: 0 36px;
}

.faq-section .faq-list li .answer-outer .answer-inner p {
  padding: 0;
  margin: 24px 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 730px;
  color: #ccc;
}

.faq-section .faq-list li .answer-outer .answer-inner p a {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ccc;
  text-decoration: underline;
}

.faq-section .faq-list li .answer-outer .answer-inner ul {
  padding-bottom: 24px;
  list-style: disc;
  padding-left: 15px;
}

.plan-b {
  display: none !important;
}

.faq-section .faq-list li.plan-b + li button {
  border-top: none;
}

.faq-section .faq-list li:not(:first-child) button {
  border-top: 1px solid var(--color-txt);
}

.faq-section .faq-list li:nth-child(n+2) button {
  padding-top: 24px !important;
}

.faq-section .faq-list li:nth-child(n+2) button svg {
  top: 4px;
}

.faq-section .faq-list li .answer-outer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  background-color: var(--color-bg);
  position: relative;
}

.faq-section .faq-list li .answer-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 2px;
  background-color: var(--color-bg);
  transition: all .15s ease;
}

.faq-section .faq-list li .answer-outer .answer-inner {
  padding: 0 36px;
}

.faq-section .faq-list li .answer-outer .answer-inner p {
  padding: 0;
  margin: 24px 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 730px;
}

.bottom-section {
  position: relative;
  background: url("./../images/BottomBanner_1_bg.webp") no-repeat 50% 100%;
  background-size: 1920px;
  overflow: hidden;
}

.bottom-section ol,
.bottom-section ul,
.bottom-section menu {
  list-style: none;
}

.bottom-section .intro-text-container {
  position: relative;
}

.bottom-section .intro-text-container .heading-first {
  max-width: 788px;
  margin-top: 40px;
  text-align: center;
}

.bottom-section .download-buttons {
  display: flex;
  justify-content: flex-start;
  margin: 21px auto 0;
}

.bottom-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: unset;
}

.bottom-section .btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-section .btn-inner span {
  margin-top: 10px;
}

.bottom-section .btn-inner .download-btn {
  display: inline-flex;
}

.bottom-section .btn-inner .download-btn span {
  margin-top: 0;
}

.bottom-section .dude-img .gifi-img.right {
  max-width: 557px;
  top: unset;
  right: 1%;
  bottom: 0;
}

.bottom-section .hero-logo {
  display: flex;
  justify-content: center;
  max-width: 262.642px;
  margin: 52px auto 2px;
}

.bottom-section .link-line {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto 56px;
  font-family: Lato, sans-serif;
  text-align: center;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.bottom-section .link-line a {
  display: inline-flex;
  color: #999;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-decoration-line: underline;
  margin-right: 5px;
  transition: .2s ease-in-out;
}

.bottom-section .link-line a:hover {
  color: #fff;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer ol,
.footer ul,
.footer menu {
  list-style: none;
}

.footer .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 30px 20px 18px;
}

.footer-line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #101010;
  width: 100%;
}

.footer-line .content-wrapper {
  flex-direction: column;
  max-width: 1673px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
}

.footer-line p,
.footer-line span,
.footer-line a {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-line a {
  transition: .2s ease-in-out;
}

.footer-line a:hover {
  color: #fff;
}

.footer-line-left {
  display: flex;
  flex-direction: column;
}

.footer-line-left ul {
  display: flex;
  align-items: center;
}

.footer-line-left ul li {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-line-right {
  display: flex;
}

.footer-line-right p,
.footer-line-right span,
.footer-line-right a,
.footer-line-right li {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 48px;
}

.footer-col p {
  max-width: 1112px;
  margin-top: 24px;
  text-align: center;
}

.footer-col p,
.footer-col span,
.footer-col a {
  color: #B2B2B2;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: .2s ease-in-out;
}

.footer-col p b,
.footer-col span b,
.footer-col a b {
  color: #B2B2B2;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  /* 142.857% */
}

.footer-col p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-col a {
  text-decoration: underline;
  transition: .2s ease-in-out;
}

.footer-col a:hover {
  color: #fff;
}

.footer-col p {
  max-width: 1112px;
  margin-top: 24px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-col p b {
  color: #9F9F9F;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  /* 142.857% */
}

.footer-logo {
  width: 177px;
}

.footer-socials {
  display: flex;
  margin-top: -2px;
}

.footer-socials-item {
  margin-left: 20px;
}

.footer-line ul.mob-only {
  display: none;
}

.opening-section.tc {
  background: #0D0D0D url("./../images/HighresScreenshot00034.webp") no-repeat 50% 50%;
  background-size: cover;
  height: unset;
  min-height: 372px;
  margin-top: 75px;
  padding: 0 20px 86px;
}

.opening-section.tc h1.heading-second {
  max-width: 538px;
}

.opening-section.tc .dude-img {
  position: absolute;
  right: unset;
  bottom: 0;
  width: 100%;
  transition: all .1s ease;
  display: flex;
  align-items: flex-end;
}

.opening-section.tc .dude-img .gifi-img.right {
  position: absolute;
  bottom: 0px;
  max-width: 638px;
  width: 100%;
  right: 0%;
  width: 100%;
  top: unset;
  bottom: 0;
  height: unset;
}

.opening-section.tc .dude-img.desktop {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  right: 0;
}

.opening-section.tc .dude-img.mob {
  display: none;
}

.opening-section.tc .dude-img img {
  position: relative;
  z-index: 1;
}

.tc-page ol {
  counter-reset: item;
}

.tc-page ol li {
  display: block;
  color: #D6D6D6;
}

.tc-page ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.tc-page ol.num li::before {
  content: counter(item, lower-roman) ". ";
}

.win-table {
  display: table;
  max-width: 828px;
  width: 100%;
  margin: 20px 0;
}

.win-table table,
.win-table th,
.win-table td {
  border: 1px solid;
}

.win-table table {
  border-spacing: 0;
}

.win-table tr {
  width: 100%;
}

.win-table th,
.win-table td {
  width: 50%;
}

.win-table th,
.win-table td {
  padding: 5px 10px;
  border-top-width: 0;
  border-left-width: 0;
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.win-table th:last-child,
.win-table td:last-child {
  border-right-width: 0;
}

.win-table tr:last-child td {
  border-bottom-width: 0;
}

.win-table ol {
  padding-left: 0;
}

.terms-section .heading-first {
  margin: 32px 0 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.terms-section .heading-second {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.terms-section .heading-third {
  margin: 16px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.terms-section .heading-third.additional-space {
  margin-top: 60px;
}

.terms-section .heading-fourth {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.terms-section .text-standart.additional-top {
  margin-top: 16px;
}

.terms-section ol,
.terms-section ul {
  margin: 16px 0;
  padding-left: 26px;
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.terms-section .win-table ol {
  padding-left: 0;
}

.terms-section p {
  display: block;
  margin-bottom: 16px;
}

.terms-section p b {
  font-weight: bold;
}

.terms-section li > ol,
.terms-section li > ul {
  padding-left: 10px;
}

.terms-section li span {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.terms-section li span.underline {
  text-decoration: underline;
}

.terms-section li b {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.terms-section li a {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  text-decoration: underline;
}

.terms-section li i {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
}

.terms-section p + ol,
.terms-section p + ul {
  margin-top: 0px;
}

.terms-section * {
  text-align: left;
}

.terms-section p {
  color: #D6D6D6;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.terms-section .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 868px;
  margin: 0 auto;
  padding: 83px 20px 0;
}

.terms-section .text-special {
  margin-bottom: 46px;
  color: #D6D6D6;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
  .site-header .header-inner nav ul li:nth-of-type(5) {
    margin-right: 0;
  }

  .opening-section .small-text {
    display: block;
    text-align: left;
  }

  .opening-section .dude-img {
    top: 77px;
    justify-content: space-between;
  }

  .opening-section .dude-img .gifi-img.left {
    bottom: 0px;
    max-width: 928px;
    width: 100%;
    left: 0%;
    width: 100%;
    top: 6px;
    height: unset;
  }

  .txt.desktop {
    display: flex;
  }

  .txt.mob {
    display: none;
  }

  .track-section .cards-wrapper:first-of-type {
    padding-bottom: 140px;
  }

  .track-section .cards-wrapper:first-of-type .cards-img {
    position: absolute;
    right: -249px;
    top: 0;
  }

  .track-section .cards-wrapper:first-of-type .download-btn {
    margin: 0 0 10px;
    padding: 16px 60px;
  }

  .track-section .cards-wrapper:last-of-type .cards-item .col-block {
    margin: 40px 0 48px;
  }

  .track-section .cards-wrapper:last-of-type .cards-wrapper-inner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1264px;
  }

  .track-section .cards-wrapper:last-of-type .cards-img {
    left: -210px;
  }

  .track-section .cards-wrapper:last-of-type .text-large {
    max-width: 550px;
    margin: 0 0 40px;
  }

  .track-section .cards-item .col-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 597px;
    margin: 40px auto 60px;
  }

  .track-section .cards-item .col-item {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }

  .date-section .content-wrapper {
    flex-direction: row;
    align-items: stretch;
    padding: 0 0 107px;
  }

  .date-section .date-item {
    min-width: 215px;
    width: 25%;
    border-top: none;
    padding: 0 15px;
  }

  .date-section .date-item-arrow svg {
    transform: translateY(-12px);
  }

  .date-section .date-item .text-small {
    padding: 13px 0;
    white-space: nowrap;
  }

  .date-section .date-item .heading-fourth {
    padding-bottom: 17px;
  }

  .date-item-arrow {
    max-height: unset;
    margin: 0 auto;
    transform: rotate(0deg);
  }

  .register-section .content-wrapper {
    padding: 81px 20px 152px;
  }

  .register-section .content-wrapper .text-reg {
    padding: 23px 0;
    font-size: 18px;
    line-height: 155.556%;
  }

  .register-section .content-wrapper .text-small {
    line-height: 110%;
  }

  .register-section .content-wrapper .text-small a {
    line-height: 110%;
  }

  .register-section .content-wrapper .text-small br {
    display: none;
  }

  .register-section .form-block {
    margin-top: 38px;
    margin-bottom: 0;
  }

  .register-section .chat-with-us-form {
    max-width: 486px;
  }

  .about-section .content-wrapper {
    flex-direction: row;
    padding: 208px 13px 0;
  }

  .about-section p.main-text br {
    display: none;
  }

  .about-section p.main-text {
    margin-bottom: 17px;
    line-height: 155.556%;
  }

  .about-section .heading-second {
    margin-bottom: 23px;
    text-align: left;
  }

  .about-section .col-item {
    align-items: unset;
    width: 50%;
  }

  .about-section .col-item:first-of-type {
    margin-top: 16px;
  }

  .about-section .col-item.img {
    display: flex;
    max-width: unset;
    justify-content: flex-end;
    margin-top: 7px;
  }

  .about-section .col-item.img .hero-video-wrapper img {
    min-width: 154%;
    transform: translate(-146px, -94px);
  }

  .logo-section .content-wrapper {
    flex-direction: row;
  }

  .logo-section .content-wrapper {
    justify-content: center;
  }

  .data-section .data-list {
    margin-top: unset;
  }

  .data-section .data-list-item {
    margin: 0px 32px 69px;
  }

  .data-section .data-list-title {
    font-size: 64px;
  }

  .data-section .data-list-title span {
    font-size: 64px;
  }

  .data-section .data-list-text {
    white-space: nowrap;
  }

  .data-list {
    margin-top: unset;
  }

  .data-list-title {
    font-size: 64px;
  }

  .data-list-title span {
    font-size: 64px;
  }

  .btns-section {
    display: flex;
    justify-content: center;
  }

  .btns-section .cta-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .btns-section .btn-discord {
    margin-top: unset;
    margin-left: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    transition: all .2s ease-in-out;
  }

  .faq-section {
    padding: 170px 0 40px;
  }

  .faq-section .faq-list {
    padding: 66px 0 0;
  }

  .faq-section .faq-list li button {
    margin: 0;
    padding: 24px 45px 24px 0;
    line-height: 160%;
  }

  .faq-section .faq-list li:nth-child(n+2) button {
    padding-top: 48px !important;
  }

  .faq-section .faq-list li:nth-child(n+2) button svg {
    top: 28px;
  }

  .bottom-section {
    background-position: 50% 100%;
    padding: 70px 0px 0;
  }

  .bottom-section .download-buttons {
    flex-direction: row;
    justify-content: center;
    margin: 63px auto 0;
  }

  .bottom-section .btn-inner {
    margin: 0 76px;
  }

  .bottom-section .btn-inner .download-btn {
    min-width: 256px;
    width: 256px;
    padding: 16px 16px;
  }

  .bottom-section .dude-img {
    top: unset;
    bottom: 0;
  }

  .bottom-section .dude-img .gifi-img.left {
    top: unset;
    bottom: 0;
    left: 1%;
    width: 100%;
    max-width: 806px;
  }

  .footer {
    padding: 0;
  }

  .footer .content-wrapper {
    max-width: 1262px;
    padding: 70px 20px 0;
    align-items: flex-start;
  }

  .footer-line .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1708px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
  }

  .footer-line-left {
    flex-direction: row;
  }

  .footer-line-left ul li {
    margin-left: 32px;
  }

  .opening-section.tc .dude-img {
    bottom: 0;
    justify-content: space-between;
  }

  .opening-section.tc .dude-img .gifi-img.left {
    bottom: 0px;
    max-width: 652px;
    width: 100%;
    left: 0%;
    width: 100%;
    top: unset;
    bottom: 0;
    height: unset;
  }

  .terms-section ol,
  .terms-section ul {
    padding-left: 46px;
  }

  .terms-section li > ol,
  .terms-section li > ul {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1100px) {
  .site-header .header-inner nav ul li ul.header-menu-inner {
    display: none;
  }
}

@media only screen and (min-width: 1170px) {
  .track-section .cards-item .col-block {
    margin: 40px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .opening-section .dude-img .gifi-img.left {
    left: 0%;
  }

  .bottom-section .dude-img .gifi-img.left {
    left: 0%;
  }

  .opening-section.tc .dude-img .gifi-img.left {
    left: 0%;
  }
}

@media only screen and (min-width: 1225px) {
  .opening-section.tc h1.heading-second {
    max-width: unset;
  }
}

@media only screen and (min-width: 1235px) {
  .date-section .date-item {
    min-width: 242px;
    padding: 0 59px;
  }

  .date-item-arrow {
    max-width: 100px;
  }
}

@media only screen and (min-width: 1325px) {
  .logo-section .content-wrapper {
    justify-content: center;
    margin-top: -30px;
  }
}

@media only screen and (min-width: 1420px) {
  .track-section .cards-wrapper:first-of-type .cards-img {
    right: 0;
  }

  .track-section .cards-wrapper:last-of-type .cards-img {
    left: 0;
  }
}

@media only screen and (min-width: 1921px) {
  .bottom-section {
    background-size: 100%;
  }

  .bottom-section .dude-img .gifi-img.right {
    right: 0%;
  }

  .bottom-section .dude-img .gifi-img.left {
    left: 0%;
  }
}

@media only screen and (min-width: 3400px) {
  .bottom-section {
    background-position: 50% -13%;
  }
}

@media only screen and (max-width: 1800px) {
  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-5%);
  }

  .opening-section .dude-img .gifi-img.right {
    transform: translateX(6%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-5%);
  }

  .opening-section.tc .dude-img .gifi-img.right {
    transform: translateX(6%);
  }
}

@media only screen and (max-width: 1700px) {
  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-10%);
  }

  .opening-section .dude-img .gifi-img.right {
    transform: translateX(13%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-10%);
  }

  .opening-section.tc .dude-img .gifi-img.right {
    transform: translateX(13%);
  }
}

@media only screen and (max-width: 1600px) {
  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-15%);
  }

  .opening-section .dude-img .gifi-img.right {
    transform: translateX(19%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-15%);
  }

  .opening-section.tc .dude-img .gifi-img.right {
    transform: translateX(19%);
  }
}

@media only screen and (max-width: 1420px) {
  .track-section .cards-item {
    max-width: 720px;
  }
}

@media only screen and (max-width: 1324px) {
  .logo-section .logo-block img {
    margin: 26px 12px;
    max-width: fit-content;
  }
}

@media only screen and (max-width: 1300px) {
  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-31%);
  }

  .opening-section .dude-img .gifi-img.right {
    transform: translateX(30%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-31%);
  }

  .opening-section.tc .dude-img .gifi-img.right {
    transform: translateX(30%);
  }
}

@media only screen and (max-width: 1250px) {
  .header-link.border {
    padding: 7px 12px;
  }

  .site-header .header-inner nav ul li {
    margin: 0;
  }

  .site-header .header-inner nav ul li:nth-of-type(6) {
    margin: 0 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .opening-section .dude-img .gifi-img.right {
    transform: translateX(36%);
  }

  .opening-section.tc .dude-img .gifi-img.right {
    transform: translateX(36%);
  }
}

@media only screen and (max-width: 1170px) {
  .track-section .cards-item {
    margin: 160px auto 0;
    text-align: center;
  }

  .track-section .cards-item .cta-buttons {
    justify-content: center;
  }

  .track-section .cards-img {
    display: none;
  }

  .track-section .heading-second {
    text-align: center;
  }

  .track-section .cta-buttons + .txt-small {
    justify-content: center;
  }
}

@media only screen and (max-width: 1150px) {
  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-36%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-36%);
  }
}

@media only screen and (max-width: 1100px) {
  .header-link {
    width: 100%;
    margin-left: 0;
    padding: 11px 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .header-link.desktop {
    display: none !important;
  }

  .header-link.mob {
    display: flex;
  }

  .header-link.border {
    border: 1px solid transparent;
  }

  .header-logo img {
    max-width: 116px;
    width: 100%;
  }

  .site-header .hamburger-menu-button {
    display: block;
  }

  .submenu-icon {
    display: flex;
  }

  .site-header .header-inner .action-items {
    width: fit-content;
    margin: auto auto 10vh;
    display: flex;
    gap: 8px;
  }

  .site-header .header-inner nav .header-menu {
    position: absolute;
    left: 0;
    top: 75px;
    margin: 0;
    flex-direction: column;
    background-color: #1E1E1E;
    text-align: center;
    width: 100%;
    overflow: overlay;
    height: 100vh;
    padding-top: 16px;
    padding-bottom: 80px;
    gap: 0;
  }

  .site-header .header-menu-inner {
    background: #000;
  }

  .site-header .header-inner nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease-out;
    animation: quick-hide-mobile-menu .2s 1;
  }

  .site-header .header-inner nav ul li {
    margin-left: unset;
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0;
    flex-direction: column;
  }

  .site-header .header-inner nav ul li a {
    display: flex;
    align-items: center;
  }

  .site-header .header-inner nav ul li a.download-btn {
    max-width: 224px;
  }

  .site-header .header-inner nav ul li:nth-of-type(6) {
    margin-top: 40px;
  }

  .site-header .header-inner nav ul li:nth-of-type(6) a {
    position: relative;
  }

  .site-header .header-inner nav ul li:nth-of-type(6) a::before {
    display: block;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("./../images/user_feedback.webp") no-repeat 50% 50%;
    background-size: contain;
    content: '';
  }

  .site-header .header-inner nav ul li:nth-of-type(7) a {
    position: relative;
  }

  .site-header .header-inner nav ul li:nth-of-type(7) a::before {
    display: block;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("./../images/cf_legacy.webp") no-repeat 50% 50%;
    background-size: contain;
    content: '';
  }

  .site-header .header-inner nav ul li:nth-of-type(5),
  .site-header .header-inner nav ul li:nth-of-type(6),
  .site-header .header-inner nav ul li:nth-of-type(7) {
    display: none;
  }

  .site-header .header-inner nav ul li:nth-of-type(n+8) {
    display: flex;
  }

@keyframes quick-hide-mobile-menu {
    0% {
      opacity: 0;
    }

    to {
      opacity: 0;
    }
}

  .site-header .header-inner nav.is-open {
    opacity: 1;
  }

  .site-header .header-inner nav:not(.is-open) {
    pointer-events: none;
  }

  .site-header .header-inner nav ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #1E1E1E;
  }

  .site-header .header-inner nav ul::-webkit-scrollbar-thumb {
    border-width: 0;
    background-color: #1E1E1E;
    background-clip: padding-box;
  }

  .opening-section .dude-img .gifi-img.left {
    transform: translateX(-50%);
  }

  .opening-section.tc .dude-img .gifi-img.left {
    transform: translateX(-50%);
  }

  .terms-section li a {
    word-break: break-all;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 700px) {
  .site-header .header-inner nav ul li:nth-of-type(6) {
    margin-top: 6vh;
  }
}

@media only screen and (max-width: 1024px) {
  .download-buttons-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .heading-first {
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-second {
    font-size: 32px;
  }

  .download-btn {
    max-width: 256px;
    width: 100%;
    margin: 0px auto;
    padding: 8px;
    font-size: 16px;
  }

  .cf-forge-mob {
    display: flex;
    margin-top: 39px;
  }

  .txt-small.underline.desktop {
    display: none;
  }

  .txt-small.underline.mob {
    display: flex;
  }

  .video-section {
    display: none;
  }

  .to-top {
    margin: 21px auto 0;
    font-size: 16px;
  }

  .to-top-section .content-wrapper {
    padding-top: 12px;
  }

  .opening-section {
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0;
    height: unset;
    background: url("./../images/ASKHackathon_heroBG-mob.webp") no-repeat 50% 50%;
    background-size: cover;
  }

  .opening-section h1.heading-second {
    margin-top: 18px;
    font-size: 32px;
    line-height: 39px;
  }

  .opening-section .intro-text-container {
    padding: 75px 20.5px 0;
  }

  .opening-section .intro-text-container .opening-sims-logo {
    display: flex;
    width: 247px;
    height: auto;
    margin: 12px auto;
  }

  .opening-section .intro-text-container .opening-sims-logo svg {
    width: auto;
    height: auto;
  }

  .opening-section .intro-text-container .heading-first {
    margin: 10px 0 17px;
  }

  .opening-section .intro-text-container p.txt:first-of-type {
    margin: 13px auto 0;
  }

  .opening-section .intro-text-container p.txt + p.txt {
    margin: 0 auto 15px;
  }

  .opening-section .intro-text-container p.txt {
    margin: 0px auto 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }

  .opening-section .dude-img {
    right: unset;
    position: relative;
    bottom: unset;
    left: unset;
    top: unset;
    width: 100%;
    max-width: 100%;
    height: unset;
    transform: translateX(0);
    overflow: hidden;
  }

  .opening-section .dude-img.desktop {
    display: none;
  }

  .opening-section .dude-img.mob {
    display: flex;
    margin-bottom: 0;
    transform: translate(0px, 0px);
  }

  .opening-section .shadow-bg img {
    min-width: 1920px;
  }

  .hero-logo.desktop {
    display: none;
  }

  .hero-logo.mob {
    display: flex;
    max-width: 247px;
    margin: 8px auto 2px;
  }

  .txt-small {
    margin-top: 11px;
  }

  .opening-section .download-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 25px auto 0;
  }

  .opening-section .download-buttons div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .opening-section .download-buttons .desktop {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .opening-section .download-btn {
    display: flex;
    width: 256px;
  }

  .scroll-down-block {
    margin: 76px auto 0px;
  }

  .track-section .cta-buttons + .txt-small {
    margin-top: 3px;
  }

  .track-section {
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0 0 37px;
  }

  .track-section .cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .track-section .cards-wrapper:first-of-type::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../images/TrackModdersImg_mob_1024.webp"), linear-gradient(180deg, #000 1.23%, rgba(0, 0, 0, 0) 50.56%, #000 91.01%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
  }

  .track-section .cards-wrapper:last-of-type::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../images/TrackStudiosImg_mob_1024.webp"), linear-gradient(180deg, #000 1.23%, rgba(0, 0, 0, 0) 50.56%, #000 91.01%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
  }

  .track-section .cards-item {
    margin: 90px auto 0;
    text-align: center;
  }

  .track-section .cards-item .heading-first {
    margin: 10px 0 15px;
  }

  .track-section .cards-item .text-large {
    max-width: 343px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .track-section .cards-item .text-mid {
    margin: 11px auto 0;
    min-width: unset;
    max-width: 200px;
  }

  .track-section .cards-item .text-mid br {
    display: none;
  }

  .track-section .cards-item .col-item:first-of-type {
    margin-right: unset;
    margin-bottom: 51px;
  }

  .track-section .cards-item .col-item img {
    margin-right: unset;
    width: 40px;
  }

  .track-section .heading-second.orange {
    max-width: 280px;
    margin: 0 auto;
    font-size: 24px;
  }

  .register-section .bg-img {
    display: none;
  }

  .logo-section .content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 19.5px 0;
  }

  .logo-section .hero-text {
    font-size: 16px;
  }

  .logo-section .logo-block {
    margin-left: 0;
  }

  .logo-section .logo-block img {
    margin: 25px 8px 0;
  }

  .logo-section .logo-block img:first-of-type {
    max-width: 95px;
    max-width: 20%;
  }

  .logo-section .logo-block img:nth-of-type(2) {
    max-width: 95px;
    max-width: 20%;
  }

  .logo-section .logo-block img:nth-of-type(3) {
    order: 3;
    max-width: 81px;
    max-width: 20%;
  }

  .logo-section .logo-block img:nth-of-type(4) {
    max-width: 43px;
    max-width: 20%;
  }

  .logo-section .logo-block img:nth-of-type(5) {
    max-width: 108px;
    max-width: 20%;
  }

  .data-section {
    margin: 0 auto 0;
  }

  .data-section::before {
    display: none;
  }

  .data-section::after {
    display: none;
  }

  .data-section {
    height: unset;
  }

  .data-section .content-wrapper {
    margin: 0 20px 13px;
  }

  .data-list {
    flex-wrap: wrap;
  }

  .data-list-item {
    width: 50%;
    margin: 24px 0 4px;
  }

  .data-list-item:nth-of-type(n+2)::after {
    display: none;
  }

  .data-list-text {
    max-width: 149px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    text-align: center;
    white-space: unset;
  }

  .bottom-section {
    background: url("./../images/BottomBannerBG.webp") no-repeat 50% 0%;
    background-size: cover;
  }

  .bottom-section .intro-text-container {
    padding: 0 20px 68px;
  }

  .bottom-section .intro-text-container .heading-first {
    padding: 12px 21px 5px;
    line-height: 40px;
  }

  .bottom-section .download-buttons div:not(:first-child) {
    margin-top: 30px;
  }

  .bottom-section .hero-logo.desktop {
    display: flex;
    margin: 20px auto 2px;
  }

  .bottom-section .link-line {
    margin: 0 auto 20px;
  }

  .footer-line {
    flex-direction: column;
    align-items: center;
  }

  .footer-col {
    margin: 0 auto 8px;
  }

  .footer-col p {
    margin-top: 30px;
    text-align: center;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-socials {
    margin-top: 44px;
    justify-content: center;
    margin: 29px auto 6px;
  }

  .footer-line ul.mob-only {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 16px;
  }

  .footer-line ul.mob-only li {
    margin: 0 4px;
  }

  .footer-line ul.desktop-only {
    display: none;
  }

  .footer-socials-item {
    margin-left: unset;
    margin: 0 10px;
  }

  .footer-socials-item:first-of-type {
    order: 1;
  }

  .footer-socials-item:nth-of-type(2) {
    order: 3;
  }

  .footer-socials-item:last-of-type {
    order: 2;
  }

  .opening-section.tc {
    padding: 0 10px 86px;
  }

  .opening-section.tc .intro-text-container {
    padding: 75px 0 0;
  }

  .opening-section.tc h1.heading-second {
    font-size: 28px;
  }

  .opening-section.tc .dude-img {
    right: unset;
    position: relative;
    bottom: unset;
    left: unset;
    top: unset;
    width: 100%;
    max-width: 100%;
    height: unset;
    transform: translateX(0);
    overflow: hidden;
  }

  .opening-section.tc .dude-img.desktop {
    display: none;
  }

  .opening-section.tc .dude-img.mob {
    display: flex;
    margin-bottom: 0;
    transform: translate(0px, 0px);
  }
}

@media (max-width: 1024px) {
  .register-section .chat-with-us-form fieldset {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .register-section .chat-with-us-form .input-area {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .register-section .chat-with-us-form .input-row-item .tooltip-alert {
    min-width: 100%;
    text-align: center;
  }

  .register-section .chat-with-us-form .input-row-item .tooltip-alert:after,
  .register-section .chat-with-us-form .input-row-item .tooltip-alert:before {
    left: 0;
    right: 0;
  }
}

@media (max-width: 600px) {
  .faq-section .faq-header h3 {
    font-size: 34px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 500px) {
  .logo-section .logo-block img {
    margin: 0 4px;
  }

  .logo-section .logo-block img:first-of-type {
    max-width: 70px;
  }

  .logo-section .logo-block img:nth-of-type(2) {
    max-width: 54px;
  }

  .logo-section .logo-block img:nth-of-type(3) {
    order: 3;
    max-width: 43px;
  }

  .logo-section .logo-block img:nth-of-type(4) {
    order: 4;
    max-width: 25px;
  }

  .logo-section .logo-block img:nth-of-type(5) {
    max-width: 66px;
    order: 5;
  }

  .bottom-section .intro-text-container .heading-first {
    padding: 12px 10px 5px;
  }
}

@media only screen and (max-width: 360px) {
  .opening-section.tc h1.heading-second {
    font-size: 26px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .track-section .cards-wrapper:last-of-type .cards-item {
    margin: 112px auto 0;
  }
}

@media only screen and (max-width: 1224px) and (min-width: 1025px) {
  .logo-section .content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 19.5px 94px;
  }
}

@media only screen and (max-width: 1324px) and (min-width: 1025px) {
  .logo-section .logo-block {
    display: flex;
    margin-left: 0;
  }
}