@charset "UTF-8";
/**Thiết lập position absolute cho phần tử theo vị trí**/
@font-face {
  font-family: "BMWTypeNextPro-Bold";
  src: url("../fonts/BMWTypeNextPro-Bold.eot");
  src: url("../fonts/BMWTypeNextPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextPro-Bold.woff") format("woff"), url("../fonts/BMWTypeNextPro-Bold.ttf") format("truetype"), url("../fonts/BMWTypeNextPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNextPro-Light";
  src: url("../fonts/BMWTypeNextPro-Light.eot");
  src: url("../fonts/BMWTypeNextPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextPro-Light.woff") format("woff"), url("../fonts/BMWTypeNextPro-Light.ttf") format("truetype"), url("../fonts/BMWTypeNextPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNextPro-Regular";
  src: url("../fonts/BMWTypeNextPro-Regular.eot");
  src: url("../fonts/BMWTypeNextPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextPro-Regular.woff") format("woff"), url("../fonts/BMWTypeNextPro-Regular.ttf") format("truetype"), url("../fonts/BMWTypeNextPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNextProHebrew-Bold";
  src: url("../fonts/BMWTypeNextProHebrew-Bold.eot");
  src: url("../fonts/BMWTypeNextProHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextProHebrew-Bold.woff") format("woff"), url("../fonts/BMWTypeNextProHebrew-Bold.ttf") format("truetype"), url("../fonts/BMWTypeNextProHebrew-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNextProHebrew-Light";
  src: url("../fonts/BMWTypeNextProHebrew-Light.eot");
  src: url("../fonts/BMWTypeNextProHebrew-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextProHebrew-Light.woff") format("woff"), url("../fonts/BMWTypeNextProHebrew-Light.ttf") format("truetype"), url("../fonts/BMWTypeNextProHebrew-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeNextProHebrew-Regular";
  src: url("../fonts/BMWTypeNextProHebrew-Regular.eot");
  src: url("../fonts/BMWTypeNextProHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeNextProHebrew-Regular.woff") format("woff"), url("../fonts/BMWTypeNextProHebrew-Regular.ttf") format("truetype"), url("../fonts/BMWTypeNextProHebrew-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BMWTypeWebLightAll";
  src: url("../fonts/BMWTypeWebLightAll.eot");
  src: url("../fonts/BMWTypeWebLightAll.eot?#iefix") format("embedded-opentype"), url("../fonts/BMWTypeWebLightAll.woff") format("woff"), url("../fonts/BMWTypeWebLightAll.ttf") format("truetype"), url("../fonts/BMWTypeWebLightAll.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: block;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  background-color: #fff;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

body.no-scroll {
  overflow: hidden;
}

.page-header {
  background-color: #004086;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
}
.page-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header__left .page-logo {
  display: block;
}
.page-header__left .page-logo img {
  max-height: 45px;
  width: auto;
  display: block;
}
.page-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-header .header-auth {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .page-header .header-auth {
    margin-left: 0;
    margin-right: 15px;
  }
  .page-header .header-auth .header-auth__guest {
    gap: 15px;
  }
  .page-header .header-auth .header-auth__btn {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.page-header .header-auth__guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page-header .header-auth__link {
  text-decoration: none;
  color: #cad7e5;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-header .header-auth__link:hover {
  opacity: 0.7;
}
.page-header .header-auth__btn {
  text-decoration: none;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.page-header .header-auth__btn--register {
  background-color: #fff;
  color: #004086;
  font-weight: 700;
  font-size: 16px;
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.page-header .header-auth__btn--register:hover {
  background-color: white;
}
.page-header .header-auth__btn--register:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-header .header-auth__btn--register {
  position: relative;
  isolation: isolate;
}
.page-header .header-auth__btn--register::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.page-header .header-auth__user {
  position: relative;
  cursor: pointer;
}
.page-header .header-auth__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #fff;
}
.page-header .header-auth__user .header-auth__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header .header-auth__user .header-auth__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .header-auth__user .header-auth__name {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.page-header .header-auth__user i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-header .header-auth__user.show svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-header .header-auth__user .dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 200px;
  background-color: #fff;
}
.page-header .header-auth__user .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-header .header-auth__user .dropdown-menu li {
  margin: 0;
}
.page-header .header-auth__user .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: #004086;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .header-auth__user .dropdown-menu .dropdown-item:hover {
  background-color: #f0f4f8;
  color: #045AB9;
}
.page-header .header-auth__user .dropdown-menu .dropdown-item svg, .page-header .header-auth__user .dropdown-menu .dropdown-item i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
  font-size: 18px;
  width: 18px;
  text-align: center;
}
.page-header .header-auth__user .dropdown-menu .dropdown-item span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@-webkit-keyframes dropdownFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .menu .menu-item {
  position: relative;
  margin: 0 15px;
}
.navigation .menu .menu-item a {
  text-decoration: none;
  color: #cad7e5;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: none;
  letter-spacing: 0.5px;
}
.navigation .menu .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.navigation .menu .menu-item a .menu-title {
  margin-left: 0;
}
.navigation .menu .menu-item a .toggle-icon {
  margin-left: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .menu .menu-item a:hover {
  opacity: 1;
}
.navigation .menu .menu-item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navigation .menu .menu-item.active > a {
  font-weight: 600;
  color: #fff;
}
.navigation .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  min-width: 220px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1000;
}
.navigation .menu .menu-item .sub-menu li {
  margin: 0;
  padding: 0;
}
.navigation .menu .menu-item .sub-menu li a {
  padding: 12px 25px;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
}
.navigation .menu .menu-item .sub-menu li a::after {
  display: none;
}
.navigation .menu .menu-item .sub-menu li a:hover {
  background-color: #1a1a1a;
  opacity: 1;
  padding-left: 30px;
}
.navigation .menu .menu-item .sub-menu li.active > a {
  background-color: #1a1a1a;
  font-weight: 600;
}
.navigation .menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .page-header {
    padding: 8px 0;
    background-color: #004086;
  }
  .page-header .container {
    position: relative;
    min-height: 52px;
  }
  .page-header__left {
    z-index: 2;
  }
  .page-header__left .page-logo img {
    max-height: 38px;
  }
  .page-header__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    gap: 0;
  }
  .navigation-toggle {
    display: block !important;
    cursor: pointer;
    padding: 8px 4px;
    z-index: 3;
    margin-left: 0;
  }
  .navigation-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .navigation-toggle span::before, .navigation-toggle span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation-toggle span::before {
    top: -8px;
  }
  .navigation-toggle span::after {
    bottom: -8px;
  }
  .navigation-toggle.active span {
    background: transparent;
  }
  .navigation-toggle.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation-toggle.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navigation {
    position: fixed;
    top: 68px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 68px);
    background: #045ab9;
    z-index: 1030;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
    overflow-y: auto;
    padding: 20px 0;
    display: block;
  }
  .navigation.active {
    left: 0;
  }
  .navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navigation .menu .menu-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navigation .menu .menu-item a {
    padding: 18px 25px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    position: relative;
  }
  .navigation .menu .menu-item a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .navigation .menu .menu-item a:hover::after, .navigation .menu .menu-item a:active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .navigation .menu .menu-item a .menu-title {
    position: relative;
  }
  .navigation .menu .menu-item .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.15);
    border-top: none;
    padding: 10px 0;
  }
  .navigation .menu .menu-item .sub-menu li {
    border-bottom: none;
  }
  .navigation .menu .menu-item .sub-menu li a {
    padding: 12px 25px 12px 45px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    position: relative;
  }
  .navigation .menu .menu-item .sub-menu li a::after {
    bottom: 0;
    left: 0;
  }
  .navigation .menu .menu-item.active-mobile > .sub-menu {
    display: block;
  }
}
.site-footer {
  margin-top: 0;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  background: #f6f6f6;
}
.site-footer__container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-footer__top-strip {
  background: #000;
  height: 0;
}
.site-footer__main {
  padding: 160px 0 50px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-footer__main {
    margin-top: 138px;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-footer__main::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  aspect-ratio: 258/243;
  background-image: url("../images/footer/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 258px;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .site-footer__main::before {
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
  }
}
.site-footer__content {
  display: grid;
  grid-template-columns: minmax(220px, 460px) minmax(220px, 420px);
  gap: 44px 92px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__content {
    padding: 32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    text-align: center;
    margin-bottom: unset;
  }
}
.site-footer__title {
  color: #262626;
  margin-bottom: 20px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__links li + li {
  margin-top: 12px;
}
.site-footer__links a {
  color: #262626;
  text-decoration: none;
  font-size: 16px;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  padding-bottom: 2px;
}
.site-footer__links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #262626;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site-footer__links a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__social {
    padding: 32px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  }
}
.site-footer__social a {
  color: #222;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-footer__social a svg,
.site-footer__social a img {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.site-footer__social a:hover svg,
.site-footer__social a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.site-footer__bottom {
  background: #ffffff;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer__bottom {
    padding: 20px;
  }
}
.site-footer__bottom-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .site-footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    font-family: "BMWTypeNextPro-Bold", sans-serif;
    font-weight: 700;
  }
}
.site-footer__bottom-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom-links {
    gap: 1rem;
  }
}
.site-footer__bottom-links a {
  color: #2e2e2e;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .site-footer__bottom-links a {
    font-family: "BMWTypeNextPro-Regular", sans-serif;
    font-weight: 400;
  }
}
.site-footer__bottom-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2e2e2e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site-footer__bottom-links a:hover {
  color: #000;
}
.site-footer__bottom-links a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contest-page {
  padding: 0;
}

.hero-banner {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 12;
}
.hero-banner .hero-banner__image {
  width: 100%;
  line-height: 0;
}
.hero-banner .hero-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-banner .hero-banner__image .hero-banner__image-mobile {
  display: none;
  margin-top: -20%;
}
.hero-banner .hero-content {
  position: absolute;
  top: 20%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-banner .hero-content {
    top: 46%;
  }
}
.hero-banner .hero-content .container {
  position: relative;
}
.hero-banner .hero-content .hero-subtitle {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .hero-banner .hero-content .hero-subtitle {
    font-size: clamp(20px, 4.98vw, 36px);
  }
}
.hero-banner .hero-content .hero-title {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 64px;
  color: #262626;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 1400px) {
  .hero-banner .hero-content .hero-title {
    font-size: clamp(32px, 4.44vw, 64px);
  }
}
@media (max-width: 991px) {
  .hero-banner .hero-content .hero-title {
    font-size: clamp(40px, 9.95vw, 72px);
  }
}
.hero-banner .hero-content .hero-desc {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 32px;
  color: #262626;
  margin-bottom: 35px;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .hero-banner .hero-content .hero-desc {
    font-size: clamp(18px, 2.22vw, 32px);
  }
}
@media (max-width: 768px) {
  .hero-banner .hero-content .hero-desc {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 0;
    max-width: 310px;
  }
}
.hero-banner .btn-submit-hero {
  position: relative;
  padding: 12px 30px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  border-radius: 0;
  text-transform: none;
  background-color: #045AB9;
  border: 1px solid #045AB9;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .hero-banner .btn-submit-hero {
    font-size: clamp(16px, 1.39vw, 27px);
  }
}
.hero-banner .btn-submit-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #004086;
  -webkit-transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.hero-banner .btn-submit-hero:hover {
  color: #fff;
  border-color: #004086;
}
.hero-banner .btn-submit-hero:hover::before {
  left: 0;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner__image-desktop {
    display: none !important;
  }
  .hero-banner .hero-banner__image-mobile {
    display: block !important;
  }
  .hero-banner .hero-content .container {
    padding: 0 24px;
  }
  .hero-banner .hero-subtitle {
    font-size: 17px;
    margin-bottom: 4px;
    letter-spacing: 1px;
  }
}

.hero-banner-sub-section {
  margin-top: -5%;
  height: 50vw;
}
.hero-banner-sub-section .hero-desc {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .hero-banner-sub-section .hero-desc {
    font-size: clamp(14px, 3.98vw, 28px);
  }
}

.submit-section {
  position: relative;
  padding: 80px 0;
  background: #90D5FF;
}
@media (max-width: 991px) {
  .submit-section {
    padding-top: 200px !important;
  }
}
.submit-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57px 0 0 57px;
  border-color: transparent transparent transparent #fff;
}
.submit-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 57px 57px 0;
  border-color: transparent #fff transparent transparent;
}
.submit-section .container {
  padding: 0 5vw;
}
.submit-section .btn-submit-contest {
  background-color: #0056b3;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
          box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
  -webkit-animation: shake-button-with-pause 1.5s ease-in-out infinite;
          animation: shake-button-with-pause 1.5s ease-in-out infinite;
}
.submit-section .btn-submit-contest:hover {
  background-color: #004494;
  -webkit-transform: none;
          transform: none;
}
.submit-section .vertical-text {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 80%;
  -webkit-transform: translate(50%, -130%);
          transform: translate(50%, -130%);
  font-size: 120px;
  color: #FFFFFF;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;
  rotate: -90deg;
}
@media (max-width: 1400px) {
  .submit-section .vertical-text {
    left: -1%;
  }
}
@media (max-width: 991px) {
  .submit-section .vertical-text {
    display: none;
  }
}
.submit-section .section-title {
  color: #045AB9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .submit-section .section-title {
    font-size: clamp(32px, 7.96vw, 56px);
  }
}
.submit-section .section-desc {
  color: #666;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 16px;
  max-width: 500px;
  margin: auto;
}
.submit-section .upload-area {
  border: 10px solid #0056b3;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F2F2F2;
}
.submit-section .upload-area .upload-inner {
  position: relative;
  margin: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: repeating-linear-gradient(to right, #bbb 0 12px, transparent 12px 22px) top/100% 2px no-repeat, repeating-linear-gradient(to right, #bbb 0 12px, transparent 12px 22px) bottom/100% 2px no-repeat, repeating-linear-gradient(to bottom, #bbb 0 12px, transparent 12px 22px) left/2px 100% no-repeat, repeating-linear-gradient(to bottom, #bbb 0 12px, transparent 12px 22px) right/2px 100% no-repeat, url("../images/home/upload-bg.png") center/cover no-repeat;
}
.submit-section .upload-area:hover, .submit-section .upload-area.dragover, .submit-section .upload-area.dz-drag-hover {
  border-color: #004494;
}
.submit-section .upload-area.has-file .upload-inner .dz-message {
  display: none !important;
}
.submit-section .upload-area .upload-icon {
  background-color: #0056b3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit-section .upload-area .upload-icon img {
  width: 75px;
}
.submit-section .upload-area .upload-title {
  color: #0056b3;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}
.submit-section .upload-area .upload-subtitle {
  color: #757575;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.submit-section .upload-area .upload-note {
  color: #757575;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 14px;
}
.submit-section .upload-area .dz-preview {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #F2F2F2;
  z-index: 10;
}
.submit-section .upload-area .dz-preview .dz-image {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.submit-section .upload-area .dz-preview .dz-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.submit-section .upload-area .dz-preview .dz-details, .submit-section .upload-area .dz-preview .dz-progress, .submit-section .upload-area .dz-preview .dz-error-message {
  display: none !important;
}
.submit-section .upload-area .dz-preview .dz-remove-btn-wrapper {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.submit-section .submit-form {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}
.submit-section .submit-form .form-label {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.submit-section .submit-form .form-control, .submit-section .submit-form .form-select {
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  background-color: #fff;
}
.submit-section .submit-form .form-control:focus, .submit-section .submit-form .form-select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.1);
}
.submit-section .submit-form .btn-primary {
  background-color: #0056b3;
  border: none;
  border-radius: 0;
  padding: 10px 40px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
}
.submit-section .submit-form .btn-primary:hover {
  background-color: #004494;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
          box-shadow: 0 5px 15px rgba(0, 86, 179, 0.2);
}
.submit-section .register-form__error {
  color: #D22346;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 14px;
  margin-top: 5px;
}

@-webkit-keyframes shake-button {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes shake-button {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes shake-button-with-pause {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  60% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  70% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  /* pause */
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shake-button-with-pause {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  60% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  70% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  /* pause */
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.rules-section {
  position: relative;
  padding: 80px 0;
  overflow-x: clip;
}
.rules-section .section-title {
  color: #0056b3;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.rules-section .rules-container {
  padding: 60px 0 !important;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.rules-section .rules-container .rules-items-wrapper {
  justify-items: center;
}
.rules-section .view-rules-btn {
  margin-top: -40px;
  z-index: 20;
  position: relative;
}
.rules-section .rule-item {
  color: #fff;
  padding: 40px 25px;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-family: "BMWTypeNextPro-Light", sans-serif;
  width: 302px;
  height: 376px;
}
@media (max-width: 1400px) {
  .rules-section .rule-item {
    padding: 25px;
    width: 100%;
    height: 320px;
  }
}
.rules-section .rule-item .rule-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.rules-section .rule-item h3 {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.rules-section .rule-item .rule-icon {
  position: absolute;
  right: -50px;
  bottom: 70px;
  z-index: 1;
  width: 150px;
}
.rules-section .rule-item .rule-text {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .rules-section .rule-item .rule-text {
    font-size: 11px;
  }
}
.rules-section .rule-item .rule-text p {
  margin-bottom: 0;
}
.rules-section .rule-item .rule-text .text-default {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
  position: relative;
  display: block;
}
.rules-section .rule-item .rule-text .text-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
}
.rules-section .rule-item.rule-item-1 {
  background-color: #D22346;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: 4;
  margin-top: 30px;
}
.rules-section .rule-item.rule-item-1:hover {
  -webkit-animation: shake-1 0.2s ease-in-out 2.5;
          animation: shake-1 0.2s ease-in-out 2.5;
}
.rules-section .rule-item.rule-item-1:hover .text-default {
  opacity: 0;
}
.rules-section .rule-item.rule-item-1:hover .text-hover {
  opacity: 1;
}
.rules-section .rule-item.rule-item-1 .rule-icon {
  width: 140px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (max-width: 1400px) {
  .rules-section .rule-item.rule-item-1 .rule-icon {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .rules-section .rule-item.rule-item-1 .rule-icon {
    bottom: 30%;
  }
}
.rules-section .rule-item.rule-item-2 {
  background-color: #FF8703;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-top: 30px;
  z-index: 5;
}
.rules-section .rule-item.rule-item-2 .rule-icon {
  bottom: 75%;
  right: -20%;
  width: 120px;
}
@media (max-width: 1400px) {
  .rules-section .rule-item.rule-item-2 .rule-icon {
    right: -20%;
    width: 50%;
  }
}
.rules-section .rule-item.rule-item-2:hover {
  -webkit-animation: shake-2 0.2s ease-in-out 2.5;
          animation: shake-2 0.2s ease-in-out 2.5;
}
.rules-section .rule-item.rule-item-3 {
  background-color: #6C42BF;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin-top: 5vw;
  z-index: 6;
}
.rules-section .rule-item.rule-item-3 .rule-icon {
  bottom: 140px;
  right: -30px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 120px;
}
@media (max-width: 1400px) {
  .rules-section .rule-item.rule-item-3 .rule-icon {
    bottom: 50%;
    right: -20%;
    width: 50%;
  }
}
.rules-section .rule-item.rule-item-3:hover {
  -webkit-animation: shake-15 0.2s ease-in-out 2.5;
          animation: shake-15 0.2s ease-in-out 2.5;
}
.rules-section .rule-item.rule-item-4 {
  background-color: #6AA84F;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 8;
  margin-top: 15px;
}
.rules-section .rule-item.rule-item-4 .rule-icon {
  bottom: 110px;
  right: -65px;
}
.rules-section .rule-item.rule-item-4:hover {
  -webkit-animation: shake-2 0.25s ease-in-out 2;
          animation: shake-2 0.25s ease-in-out 2;
}
.rules-section .btn-view-rules {
  background-color: #2D2D2D;
  color: #fff;
  padding: 15px 30px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  border-radius: unset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
@-webkit-keyframes shake-1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes shake-1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes shake-15 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes shake-15 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes shake-2 {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes shake-2 {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes shake-3 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes shake-3 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes shake-4 {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes shake-4 {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@media (max-width: 991px) {
  .rules-section-mobile .rules-container {
    padding: unset !important;
  }
  .rules-section-mobile .section-title {
    position: sticky;
    top: 20vw;
    font-size: clamp(32px, 7.96vw, 56px);
  }
  .rules-section-mobile .rules-items-bg {
    position: sticky;
    top: 35vw;
  }
  .rules-section-mobile .rules-items-wrapper {
    position: relative;
  }
  .rules-section-mobile .rule-item {
    position: sticky;
    top: 45vw;
    margin: 0 auto;
    padding: 6vw;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    width: 75vw;
    height: 100vw;
  }
  .rules-section-mobile .rule-item.rule-item-1 {
    margin-top: -100vw !important;
  }
  .rules-section-mobile .rule-item h3 {
    font-size: clamp(24px, 6vw, 40px);
  }
  .rules-section-mobile .rule-item .rule-icon {
    width: 30vw !important;
    height: 30vw !important;
    right: -12vw !important;
  }
  .rules-section-mobile .rule-item .rule-icon img {
    width: 100%;
    height: 100%;
  }
  .rules-section-mobile .rule-item .rule-content .rule-text {
    font-size: clamp(16px, 4vw, 32px);
  }
  .rules-section-mobile,
  .rules-section-mobile * {
    overflow: visible;
  }
  .rules-section-mobile .view-rules-btn {
    position: sticky;
    margin-top: 10vw;
  }
}

.intro-section {
  position: relative;
  margin-top: -5.9%;
  z-index: 10;
  width: 100%;
  background: var(--bg-desktop) center/cover no-repeat;
  aspect-ratio: 1440/392;
}
@media (max-width: 1439px) {
  .intro-section {
    aspect-ratio: 992/360;
  }
}
@media (max-width: 991px) {
  .intro-section {
    background: var(--bg-mobile) center/cover no-repeat;
    min-height: 500px !important;
    aspect-ratio: unset;
    overflow-x: clip;
  }
}
.intro-section .intro-banner__image {
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.intro-section .intro-banner__image .star-animation {
  position: absolute;
  z-index: 5;
  -webkit-animation: starScale 2s infinite ease-in-out;
          animation: starScale 2s infinite ease-in-out;
}
.intro-section .intro-banner__image .star-animation img {
  width: 100%;
  height: auto;
}
.intro-section .intro-banner__image .star-animation.star-top {
  top: 25%;
  right: 25%;
  width: 30px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.intro-section .intro-banner__image .star-animation.star-left {
  top: 45%;
  left: 22%;
  width: 25px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.intro-section .intro-banner__image .star-animation.star-bottom-right {
  bottom: 25%;
  right: 30%;
  width: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.intro-section .intro-banner__image .bmw-text {
  position: absolute;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 220px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.intro-section .intro-banner__image .bmw-text.bmw-top-right {
  top: clamp(-43px, -2.22vw, -20px);
  right: 0;
}
.intro-section .intro-banner__image .bmw-text.bmw-bottom-left {
  bottom: clamp(-20px, -1.94vw, -37px);
  left: -1%;
}
@media (max-width: 991px) {
  .intro-section .intro-banner__image .bmw-text {
    font-size: 150px;
  }
  .intro-section .intro-banner__image .bmw-text.bmw-top-right {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: -26vw;
    z-index: 100;
    color: #045AB9;
    opacity: 8%;
    font-size: 35vw;
  }
  .intro-section .intro-banner__image .bmw-text.bmw-bottom-left {
    font-family: "BMWTypeNextPro-Bold", sans-serif;
    bottom: 0;
    left: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    font-size: 35vw;
    width: 100%;
  }
}
.intro-section .intro-banner__image .mascot-drawing {
  position: absolute;
  bottom: -15%;
  right: 5%;
  z-index: 20;
  width: clamp(208px, 13vw, 320px);
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .intro-section .intro-banner__image .mascot-drawing {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(180px, 45vw, 280px);
  }
}
@-webkit-keyframes starScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes starScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes starScale2 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@keyframes starScale2 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@-webkit-keyframes starScale2x {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  45% {
    -webkit-transform: scale(1.95);
            transform: scale(1.95);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@keyframes starScale2x {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  45% {
    -webkit-transform: scale(1.95);
            transform: scale(1.95);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@-webkit-keyframes starScale15 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@keyframes starScale15 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
.intro-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.intro-section .section-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .intro-section .section-title {
    padding-top: 10px;
    font-size: clamp(32px, 7.96vw, 56px);
  }
}
.intro-section .intro-text {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  color: #F2F2F2;
  font-weight: 400;
  letter-spacing: 1.15%;
}
@media (max-width: 991px) {
  .intro-section .intro-text {
    font-size: clamp(16px, 1.39vw, 27px);
  }
}
@media (max-width: 991px) {
  .intro-section {
    margin-top: 0;
    min-height: auto;
  }
  .intro-section .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 60px 0 0;
  }
}

.steps-section {
  position: relative;
  overflow-x: clip;
  background: var(--bg-desktop) center/cover no-repeat;
}
@media (max-width: 991px) {
  .steps-section {
    background: var(--bg-mobile) center/cover no-repeat;
    overflow-x: clip;
  }
}
@-webkit-keyframes stepsStarPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes stepsStarPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.steps-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  pointer-events: none;
}
.steps-section .container {
  padding: 60px 0 45px 0;
}
@media (max-width: 991px) {
  .steps-section .container {
    padding: 0 0 45px 0;
  }
}
.steps-section .steps-title-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 95px;
  min-height: 52px;
}
.steps-section .steps-star {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-animation: starScale2 2s infinite ease-in-out;
          animation: starScale2 2s infinite ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
.steps-section .steps-star-left-1 {
  left: 5%;
  top: 50%;
}
.steps-section .steps-star-left-2 {
  left: 35%;
  top: 16%;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.steps-section .steps-star-right-1 {
  right: 20%;
  bottom: 20%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.steps-section .steps-star-right-2 {
  right: 10%;
  top: 16%;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.steps-section .section-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .steps-section .section-title {
    padding: 0 20vw;
    font-size: clamp(32px, 7.96vw, 56px);
  }
}
.steps-section .step-item .step-number {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 80px;
  color: #FFD200;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  -webkit-animation: pop 1s ease-out forwards;
          animation: pop 1s ease-out forwards;
  -webkit-animation-delay: calc(var(--i) * 0.8s);
          animation-delay: calc(var(--i) * 0.8s);
  display: inline-block;
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes trail {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(0, 0) scale(0.6);
            transform: translate(0, 0) scale(0.6);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: translate(6px, -6px) scale(1.1);
            transform: translate(6px, -6px) scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(10px, -10px) scale(1.2);
            transform: translate(10px, -10px) scale(1.2);
  }
}
@keyframes trail {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(0, 0) scale(0.6);
            transform: translate(0, 0) scale(0.6);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: translate(6px, -6px) scale(1.1);
            transform: translate(6px, -6px) scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(10px, -10px) scale(1.2);
            transform: translate(10px, -10px) scale(1.2);
  }
}
@media (max-width: 991px) {
  .steps-section .step-item .step-number {
    font-size: clamp(81px, 20.15vw, 140px);
  }
}
.steps-section .step-item .step-text {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  width: 160px;
  margin: auto;
}
@media (max-width: 991px) {
  .steps-section .step-item .step-text {
    font-size: clamp(16px, 1.67vw, 20px);
  }
}
.steps-section .steps-footer {
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.steps-section .steps-footer .mascot-wrapper {
  position: absolute;
  left: -120px;
  width: 150px;
  z-index: 100;
}
.steps-section .steps-footer .mascot-wrapper .mascot-img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .steps-section .steps-footer .mascot-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 15%;
    width: 55%;
  }
}
.steps-section .steps-footer .footer-note {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .steps-section .steps-footer .footer-note {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .steps-section .steps-title-wrap {
    padding: 0 62px;
    min-height: 42px;
  }
  .steps-section .steps-star {
    width: 22px;
    height: 22px;
  }
  .steps-section .steps-star-left-1,
  .steps-section .steps-star-right-1 {
    top: 58%;
  }
  .steps-section .steps-star-left-2 {
    left: 30px;
    top: 20%;
  }
  .steps-section .steps-star-right-2 {
    right: 30px;
    top: 20%;
  }
}

.prizes-section {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .prizes-section {
    padding-top: 40px;
    margin-top: 0;
    overflow-x: clip;
  }
}
.prizes-section .container {
  z-index: 5;
  width: 100%;
  padding-top: clamp(86px, 6vw, 115px);
  position: relative;
}
@media (max-width: 991px) {
  .prizes-section .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 70px 0;
  }
}
.prizes-section .prizes-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  color: #045AB9;
  font-size: 32px;
}
@media (max-width: 991px) {
  .prizes-section .prizes-title {
    font-size: clamp(32px, 7.96vw, 56px);
  }
}
.prizes-section .prizes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(16px, 1.39vw, 27px);
  margin-top: clamp(-79px, -5.5vw, -106px);
}
.prizes-section .prizes-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media (max-width: 991px) {
  .prizes-section .prizes-container {
    gap: unset;
    margin-top: 40px;
  }
}
.prizes-section .prize-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: clamp(220px, 19.44vw, 373px);
}
@media (max-width: 991px) {
  .prizes-section .prize-item {
    width: unset;
  }
}
.prizes-section .prize-item.prize-1st .prize-header {
  background-color: #E31B23;
}
.prizes-section .prize-item.prize-1st .prize-rank-text {
  font-size: 125px;
  margin-top: -140px;
}
.prizes-section .prize-item.prize-1st .prize-name {
  margin-top: -30px;
}
.prizes-section .prize-item.prize-2nd {
  margin-top: 80px;
}
.prizes-section .prize-item.prize-2nd .prize-header {
  background-color: #FF8A00;
}
.prizes-section .prize-item.prize-2nd .prize-rank-text {
  font-size: 100px;
  margin-top: -115px;
}
.prizes-section .prize-item.prize-2nd .prize-name {
  margin-top: -18px;
}
.prizes-section .prize-item.prize-3rd {
  margin-top: 160px;
}
.prizes-section .prize-item.prize-3rd .prize-header {
  background-color: #6B33A3;
}
.prizes-section .prize-item.prize-3rd .prize-rank-text {
  font-size: 80px;
  margin-top: -90px;
}
.prizes-section .prize-item.prize-3rd .prize-name {
  margin-top: -11px;
}
.prizes-section .prize-item.prize-vote {
  margin-top: 240px;
}
.prizes-section .prize-item.prize-vote .prize-header {
  background-color: #5BAA3D;
}
.prizes-section .prize-item.prize-vote .prize-name {
  margin-top: 35px;
}
.prizes-section .prize-card {
  overflow: hidden;
  backdrop-filter: blur(5px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prizes-section .prize-header {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.prizes-section .prize-header:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 10%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-animation: shine 8s ease-in-out 1;
          animation: shine 8s ease-in-out 1;
}
.prizes-section .prize-body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.prizes-section .prize-rank-img {
  margin-bottom: -15px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.prizes-section .prize-rank-img img {
  max-width: 100%;
  height: auto;
}
.prizes-section .prize-rank-text {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#90D5FF), color-stop(130%, #FFFFFF));
  background: linear-gradient(180deg, #90D5FF 0%, #FFFFFF 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.prizes-section .prize-name {
  color: #045AB9;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
.prizes-section .prize-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}
.prizes-section .prize-list li {
  font-size: 16px;
  color: #757575;
  line-height: 1.4;
  padding-left: 0;
}
.prizes-section .prizes-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .prizes-section .prizes-footer {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.prizes-section .prizes-footer .btn-criteria {
  position: relative;
  padding: 12px 30px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  border-radius: 0;
  text-transform: none;
  background-color: #045AB9;
  border: 1px solid #045AB9;
  color: #fff;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin: -105px;
  z-index: 20;
}
@media (max-width: 991px) {
  .prizes-section .prizes-footer .btn-criteria {
    margin: -105px 10px;
  }
}
.prizes-section .prizes-footer .btn-criteria::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #004086;
  -webkit-transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.prizes-section .prizes-footer .btn-criteria:hover {
  color: #fff;
  border-color: #004086;
}
.prizes-section .prizes-footer .btn-criteria:hover::before {
  left: 0;
}
.prizes-section .prizes-mascot {
  position: absolute;
  z-index: 10;
  left: 20%;
  bottom: clamp(-225px, -15vw, -120px);
  width: clamp(260px, 23vw, 330px);
}
@media (max-width: 991px) {
  .prizes-section .prizes-mascot {
    left: auto;
    right: -9.8vw;
    bottom: clamp(-225px, -55vw, -100px);
    width: clamp(220px, 80.88vw, 420px);
  }
}
.prizes-section .prizes-road {
  background-color: #B2B2B2;
  margin-top: 80px;
  height: 108px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.prizes-section .prizes-road .road-line {
  width: 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 60px 100%;
}

@-webkit-keyframes shine {
  0% {
    left: -60%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shine {
  0% {
    left: -60%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.entries-section {
  background: #045AB9;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .entries-section {
    overflow-x: clip;
  }
}
.entries-section .container {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.entries-section .container::before, .entries-section .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20vw;
  z-index: 5;
  pointer-events: none;
}
.entries-section .container::before {
  left: -10vw;
  background: -webkit-gradient(linear, left top, right top, from(#045AB9), color-stop(40%, rgb(4, 90, 185)), to(rgba(4, 90, 185, 0)));
  background: linear-gradient(to right, #045AB9 0%, rgb(4, 90, 185) 40%, rgba(4, 90, 185, 0) 100%);
}
.entries-section .container::after {
  right: -10vw;
  background: -webkit-gradient(linear, right top, left top, from(#045AB9), color-stop(40%, rgb(4, 90, 185)), to(rgba(4, 90, 185, 0)));
  background: linear-gradient(to left, #045AB9 0%, rgb(4, 90, 185) 40%, rgba(4, 90, 185, 0) 100%);
}
.entries-section .section-title {
  color: #fff;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.entries-section .recent-entries-swiper {
  padding: 20px 50px;
  margin: 0 -50px;
  position: relative;
}
.entries-section .recent-entries-swiper .swiper-slide {
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.entries-section .recent-entries-swiper .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.entries-section .entry-card {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entries-section .entry-card .entry-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background: #eee;
}
.entries-section .entry-card .entry-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entries-section .entry-card .entry-author, .entries-section .entry-card .entry-date {
  font-family: "BMWTypeNextPro-Light", sans-serif;
  font-size: 13px;
  color: #757575 !important;
}
.entries-section .entry-card .entry-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  line-height: 1.2;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.entries-section .entry-card .btn-vote {
  background-color: #045AB9;
  border-color: #045AB9;
  border-radius: 0;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 14px;
  padding: 8px;
}
.entries-section .entry-card .btn-vote:hover {
  background-color: #004494;
  border-color: #004494;
}
.entries-section .recent-entries-prev, .entries-section .recent-entries-next {
  width: 48px;
  height: 48px;
  background-color: #90D5FF;
  padding: 15px;
  color: #045AB9;
  border-radius: 0;
  border-color: #BBBBBB;
}
.entries-section .recent-entries-prev::after, .entries-section .recent-entries-next::after {
  font-size: 18px;
  font-weight: bold;
}
.entries-section .recent-entries-prev:hover, .entries-section .recent-entries-next:hover {
  background-color: #fff;
}
.entries-section .entries-footer {
  position: relative;
}
.entries-section .entries-footer .btn-view-all {
  background-color: #fff;
  color: #045AB9;
  border-radius: 0;
  padding: 10px 40px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  border: none;
}
.entries-section .entries-footer .btn-view-all:hover {
  background-color: #f8f9fa;
}
.entries-section .entries-footer .footer-decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  pointer-events: none;
}
.entries-section .entries-footer .footer-decoration .star-mini {
  position: absolute;
  color: #FFD700;
  -webkit-animation: starScale15 2s infinite ease-in-out;
          animation: starScale15 2s infinite ease-in-out;
}
.entries-section .entries-footer .footer-decoration .star-1 {
  top: 30%;
  left: -10%;
}
.entries-section .entries-footer .footer-decoration .star-2 {
  bottom: 0;
  left: -25%;
  -webkit-animation: starScale2x 2s infinite ease-in-out;
          animation: starScale2x 2s infinite ease-in-out;
}
.entries-section .entries-footer .footer-decoration .star-3 {
  top: 10px;
  right: -15%;
}
@media (max-width: 991px) {
  .entries-section .entries-footer .footer-decoration .star-1 {
    top: 30%;
    left: -30%;
  }
  .entries-section .entries-footer .footer-decoration .star-2 {
    bottom: 0;
    left: -40%;
    -webkit-animation: starScale2x 2s infinite ease-in-out;
            animation: starScale2x 2s infinite ease-in-out;
  }
  .entries-section .entries-footer .footer-decoration .star-3 {
    top: 90%;
    right: 20%;
  }
}
@media (max-width: 991px) {
  .entries-section .container {
    padding-bottom: 110px;
  }
  .entries-section .recent-entries-prev,
  .entries-section .recent-entries-next {
    top: auto;
    bottom: 48px;
    margin-top: 0;
  }
  .entries-section .recent-entries-prev {
    left: 43px;
  }
  .entries-section .recent-entries-next {
    left: 95px;
    right: auto;
  }
  .entries-section .entries-footer {
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 43px;
  }
  .entries-section .entries-footer .btn-view-all {
    position: relative;
    z-index: 2;
    padding: 14px 24px;
    font-size: 14px;
  }
  .entries-section .entries-footer .footer-decoration {
    top: 50%;
    left: auto;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 140px;
    height: 72px;
  }
}
.entries-section .mascot-entries {
  position: absolute;
  bottom: -143px;
  right: 15%;
  width: 258px;
  z-index: 2;
}
.entries-section .mascot-entries img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .entries-section .mascot-entries {
    display: none;
  }
}

.template__content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .template__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.template__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .template__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .template__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.template__item {
  position: relative;
  overflow: hidden;
  background-color: #BBBBBB;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.template__item::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: calc(100% - 40px);
  height: 48px;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}
.template__item:nth-child(12n+1)::before {
  background-color: #D72648;
}
.template__item:nth-child(12n+1) .template__item-download {
  background-color: #D72648;
}
.template__item:nth-child(12n+2)::before {
  background-color: #6AA850;
}
.template__item:nth-child(12n+2) .template__item-download {
  background-color: #6AA850;
}
.template__item:nth-child(12n+3)::before {
  background-color: #6241BD;
}
.template__item:nth-child(12n+3) .template__item-download {
  background-color: #6241BD;
}
.template__item:nth-child(12n+4)::before {
  background-color: #FF8703;
}
.template__item:nth-child(12n+4) .template__item-download {
  background-color: #FF8703;
}
.template__item:nth-child(12n+5)::before {
  background-color: #90D5FF;
}
.template__item:nth-child(12n+5) .template__item-download {
  background-color: #90D5FF;
}
.template__item:nth-child(12n+6)::before {
  background-color: #D72648;
}
.template__item:nth-child(12n+6) .template__item-download {
  background-color: #D72648;
}
.template__item:nth-child(12n+7)::before {
  background-color: #6AA850;
}
.template__item:nth-child(12n+7) .template__item-download {
  background-color: #6AA850;
}
.template__item:nth-child(12n+8)::before {
  background-color: #6241BD;
}
.template__item:nth-child(12n+8) .template__item-download {
  background-color: #6241BD;
}
.template__item:nth-child(12n+9)::before {
  background-color: #FF8703;
}
.template__item:nth-child(12n+9) .template__item-download {
  background-color: #FF8703;
}
.template__item:nth-child(12n+10)::before {
  background-color: #90D5FF;
}
.template__item:nth-child(12n+10) .template__item-download {
  background-color: #90D5FF;
}
.template__item:nth-child(12n+11)::before {
  background-color: #D72648;
}
.template__item:nth-child(12n+11) .template__item-download {
  background-color: #D72648;
}
.template__item:nth-child(12n+12)::before {
  background-color: #6AA850;
}
.template__item:nth-child(12n+12) .template__item-download {
  background-color: #6AA850;
}
.template__item:hover::before {
  -webkit-transform: translateX(-50%) scale(20);
          transform: translateX(-50%) scale(20);
}
.template__item:hover .template__item-download {
  color: black;
}
.template__item:hover .template__item-download::before {
  -webkit-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
}
.template__item:hover .template__item-download svg path {
  fill: black;
}
.template__item-image, .template__item-title, .template__item-line, .template__item-footer {
  position: relative;
  z-index: 1;
}
.template__item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.template__item-download {
  position: relative;
  overflow: hidden;
  z-index: 100;
  pointer-events: auto;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
  padding: 14px 24px 13px;
  width: 100%;
  background-color: #045AB9;
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.template__item-download:hover {
  color: black;
}
.template__item-download:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
}
.template__item-download:hover svg path {
  fill: black;
}
.template__item-download::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: -1;
}
.template__item-download span {
  position: relative;
  top: 1px;
  z-index: 1;
}
.template__item-download svg {
  position: relative;
  top: -1px;
  z-index: 1;
}
.template__item-download svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.template__item-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 15px;
}

@-webkit-keyframes pulsateZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsateZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn--submit-contest {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  padding: 15px 25px;
  border: 1px solid #045AB9;
  background-color: white;
  border-radius: unset;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #045AB9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  overflow: visible;
}
.btn--submit-contest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.btn--submit-contest .btn-img {
  position: absolute;
  width: 24px;
  height: auto;
  -webkit-animation: pulsateZoom 2s infinite ease-in-out;
          animation: pulsateZoom 2s infinite ease-in-out;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn--submit-contest .btn-img--top {
  top: -80%;
  left: 20%;
}
.btn--submit-contest .btn-img--bottom {
  bottom: -80%;
  right: 20%;
}
@media only screen and (max-width: 1024px) {
  .btn--submit-contest {
    display: none;
  }
}
.btn--submit-contest:hover {
  border: 1px solid #045AB9;
  color: #045AB9;
}
.btn--submit-contest:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.template__body {
  background-image: url("../images/template/background-mobile.png");
  background-size: cover;
  background-position: 100% auto;
  background-repeat: no-repeat;
  padding: 20px 1rem 100px;
}
.template__body-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
}
.template__body-image::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10px;
  background-image: url("../images/template/overlay-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 66/68;
  width: 66px;
}
.template__body-image img {
  aspect-ratio: 164/178;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.template__body-title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.template__body-desc {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  color: #F2F2F2;
  margin-bottom: 60px;
}
.template__body-swiper {
  overflow: unset;
}
.template__body-swiper .swiper-wrapper {
  pointer-events: none;
}
.template__body-swiper .swiper-slide {
  width: 100%;
  min-height: 300px;
  background-color: #E5E6E9;
  pointer-events: none;
}
.template__body-swiper .swiper-slide-active, .template__body-swiper .swiper-slide-duplicate-active {
  pointer-events: auto;
}
.template__body-swiper .swiper-slide-active .template__item, .template__body-swiper .swiper-slide-duplicate-active .template__item {
  pointer-events: auto;
}
.template__body .template__item {
  padding: 8px;
}
.template__body .template__item-title {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #262626;
}
.template__body .template__item-line {
  margin-bottom: 8px;
  background-color: rgba(187, 187, 187, 0.5);
}
.template__body .swiper-pagination {
  bottom: -45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.template__body .swiper-pagination .pagination-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.template__body .swiper-button-next,
.template__body .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #90D5FF;
  padding: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.template__body .swiper-button-next::after,
.template__body .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
}

.auth-custom {
  background-color: white !important;
  max-width: 440px;
}
@media only screen and (max-width: 1024px) {
  .auth-custom {
    margin-top: 32px;
  }
  .auth-custom > img {
    display: none;
  }
}
.auth-custom .card-img-top {
  max-width: 125px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .auth-custom .card-img-top {
    margin-bottom: 40px;
  }
}
.auth-custom .card-body {
  padding: unset;
}
.auth-custom__container {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .auth-custom__container {
    margin-top: 1rem;
  }
}

.auth-form__content {
  margin-bottom: 20px;
}
.auth-form__content .form-label,
.auth-form__content label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
.auth-form__content input:not([type=checkbox]),
.auth-form__content select,
.auth-form__content textarea {
  display: block;
  width: 100%;
  border: 1px solid #e5e6e9;
  border-radius: unset;
  min-height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  color: #757575;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.auth-form__content input[type=checkbox]:checked {
  background-color: #045ab9 !important;
  border-color: #045ab9 !important;
}
.auth-form__content .position-relative {
  margin-bottom: 20px !important;
}
.auth-form__content .btn-auth-submit,
.auth-form__content button[type=submit] {
  background-color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
  height: 48px;
  border-radius: unset;
  border: 0;
  width: 100%;
  display: block;
}
.auth-form__content .btn-auth-submit:hover,
.auth-form__content button[type=submit]:hover {
  background-color: rgba(4, 90, 185, 0.9);
}

.auth-form__forgot {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #045ab9;
}

.auth-form__register-link {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
.auth-form__register-link a {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #045ab9;
  text-decoration: none !important;
}

.auth-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .auth-form__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.auth-form__hr {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.auth-form__hr-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-image: url("../images/dash-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.auth-form__hr-text {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  text-transform: uppercase;
  display: block;
}

.auth-custom__back {
  width: 48px;
  height: 48px;
  border: 1px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  isolation: isolate;
}
.auth-custom__back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.auth-custom__back:hover {
  border: 1px solid #262626;
  color: #045ab9;
}
.auth-custom__back:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.login-options-title {
  display: none;
}

.auth-custom__social a {
  padding: 15px 24px;
  border-radius: unset !important;
  border: 1px solid #262626 !important;
  background-color: white !important;
  min-height: 50px;
}
.auth-custom__social a span {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #262626;
  position: relative;
  top: 1px;
}

.social-icons {
  gap: 10px !important;
}

.auth-custom__wrap {
  position: relative;
  margin-bottom: 100px;
  min-height: 60vh;
}
@media only screen and (max-width: 1024px) {
  .auth-custom__wrap {
    margin-bottom: 60px;
  }
}

.auth-custom__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 91/375;
  width: 90px;
}
@media only screen and (max-width: 1024px) {
  .auth-custom__overlay {
    display: none;
  }
}

.auth-form__header {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.auth-form__header h1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .auth-form__header {
    font-size: 24px;
    line-height: 28px;
  }
}
.auth-form__header-line {
  width: 246px;
  margin: 0 auto;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .auth-form__header-line {
    width: 185px;
    margin-bottom: 30px;
  }
}

.account__profile {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .account__profile {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.account__profile-heading {
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.account__profile-heading br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .account__profile-heading br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .account__profile-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.account__profile-line {
  border-top: 1px solid rgba(4, 90, 185, 0.2);
  width: 600px;
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .account__profile-line {
    margin-bottom: 40px;
  }
}
.account__profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .account__profile-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.account__profile-sidebar {
  width: 282px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .account__profile-sidebar {
    width: 100%;
  }
}
.account__profile-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card__profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.12px solid white;
  background-color: #ffd500;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
.card__profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) {
  .card__profile-avatar {
    width: 80px;
    height: 80px;
  }
}
.card__profile-header {
  background-image: url("../images/account/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .card__profile-header {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    position: relative;
  }
  .card__profile-header .card__profile-avatar {
    margin: unset;
    top: -20px;
    position: absolute;
    left: 16px;
    width: 80px;
    height: 80px;
  }
  .card__profile-header .card__profile-counter {
    color: white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: unset;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px;
  }
  .card__profile-header .card__profile-counter svg {
    margin-right: unset;
    margin-left: 5px;
    color: white;
  }
  .card__profile-header .card__profile-name {
    color: #ffd500;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: 5px;
  }
}
.card__profile-header--right {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .card__profile-header--right {
    display: block;
    margin-left: 96px;
  }
  .card__profile-header--right .card__profile-name,
  .card__profile-header--right .card__profile-counter {
    display: block;
  }
}
.card__profile-body {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .card__profile-body {
    padding: 16px;
  }
}
.card__profile-name {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .card__profile-name {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }
}
.card__profile-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .card__profile-counter {
    display: none;
  }
}
.card__profile-counter svg {
  margin-right: 10px;
}

.card__profile-list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .card__profile-list {
    margin-bottom: 10px;
  }
}
.card__profile-item strong,
.card__profile-item span {
  display: block;
}
.card__profile-item strong {
  color: #262626;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.card__profile-item span {
  color: #262626;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
.card__profile-item + .card__profile-item {
  margin-top: 14px;
}
.card__profile-line {
  border-top: 1px solid rgba(4, 90, 185, 0.2);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .card__profile-line {
    margin-bottom: 10px;
  }
}
.card__profile-button {
  border: 1px solid #262626;
  border-radius: unset;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  padding: 14px 20px;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.card__profile-button:hover {
  border: 1px solid #262626;
  background-color: rgba(38, 38, 38, 0.05);
}
.card__profile-button {
  position: relative;
  isolation: isolate;
}
.card__profile-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.card__profile-button:hover {
  border: 1px solid #262626;
}
.card__profile-button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.account__profile-sub-heading {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.account__tab {
  list-style: none;
  padding: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .account__tab {
    overflow: auto;
  }
}
.account__tab-link {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #262626;
  display: block;
  padding: 14px 24px;
  border: 1px solid #262626;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  position: relative;
  display: block;
  isolation: isolate;
  white-space: nowrap;
}
.account__tab-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.account__tab-link:hover {
  border: 1px solid #262626;
}
.account__tab-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.account__tab-link.active {
  border: 1px solid #045ab9;
  background-color: #045ab9;
  color: white;
}
.account__tab-link.active::before {
  background-color: #0f509c;
}

.account__contest-item {
  position: relative;
  cursor: pointer;
  padding: 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .account__contest-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: unset;
  }
}
.account__contest-item--image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  max-width: 274px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .account__contest-item--image {
    border: unset;
    padding: unset;
    margin: unset;
    width: 100%;
  }
}
.account__contest-item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) {
  .account__contest-item--content {
    padding: 1rem;
    width: 100%;
  }
  .account__contest-item--content .account__contest-item--status {
    display: none;
  }
}
.account__contest-item--title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .account__contest-item--title {
    margin-bottom: 16px;
  }
}
.account__contest-item--status {
  color: white;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 8px 4px;
  background-color: #757575;
  display: inline-block;
  margin-bottom: 20px;
}
.account__contest-item--status.danger {
  background-color: #d72648;
}
.account__contest-item--status.success {
  background-color: #6aa850;
}
.account__contest-item--status.info {
  background-color: #045ab9;
}
.account__contest-item--meta {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .account__contest-item--meta {
    margin-bottom: unset;
  }
}
.account__contest-item + .account__contest-item {
  margin-top: 10px;
}

.meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.meta__item {
  margin-bottom: unset;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meta__item svg {
  margin-left: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.meta__item svg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.meta__button {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  border: 1px solid #262626;
  padding: 14px 24px 12px;
  border-radius: unset;
  -webkit-transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .meta__button {
    position: unset;
    margin-top: 16px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.meta__button svg {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.meta__button {
  isolation: isolate;
}
.meta__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.meta__button:hover {
  border: 1px solid #262626;
}
.meta__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.account__contest-submit {
  margin-bottom: 10px;
  padding: 32px;
  background-image: url("../images/account/background-empty.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .account__contest-submit {
    display: none;
  }
}
.account__contest-submit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 37/42;
  background-image: url("../images/account/start3.png");
  width: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.account__contest-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 70/67;
  background-image: url("../images/account/start1.png");
  width: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.account__contest-submit--text {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  isolation: isolate;
}
@media only screen and (max-width: 1024px) {
  .account__contest-submit--text {
    font-size: 16px;
  }
}
.account__contest-submit--text span {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffd500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .account__contest-submit--text span {
    font-size: 24px;
    line-height: 32px;
  }
}
.account__contest-submit--btn {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #045ab9;
  background-color: white;
  display: block;
  text-transform: uppercase;
  padding: 14px 24px 14px;
  border-radius: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  position: relative;
  isolation: isolate;
}
.account__contest-submit--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.account__contest-submit--btn:hover {
  border: 1px solid #262626;
  color: #045ab9;
}
.account__contest-submit--btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.account__contest-submit--btn:hover {
  border: 1px solid #262626;
  color: #045ab9;
  background-color: rgba(255, 255, 255, 0.9);
}

.account__setting.auth-form__content .crop-image-container .avatar-view {
  border-radius: 50%;
  border: 2px solid #e5e6e9;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
.account__setting.auth-form__content .crop-image-container .avatar-view:hover .backdrop,
.account__setting.auth-form__content .crop-image-container .avatar-view:hover .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account__setting.auth-form__content .crop-image-container .avatar-view .backdrop {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.account__setting.auth-form__content .crop-image-container .avatar-view .action {
  display: none;
}
.account__setting.auth-form__content .crop-image-container a[data-bs-toggle=modal] {
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: block;
}
.account__setting.auth-form__content .crop-image-container a[data-bs-toggle=modal]:hover {
  text-decoration: underline;
}

.crop-image-modal .modal-content {
  border-radius: 0;
  border: none;
}
.crop-image-modal .modal-header {
  border-bottom: 1px solid rgba(4, 90, 185, 0.1);
  padding: 20px;
}
.crop-image-modal .modal-header .modal-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: #045ab9;
  text-transform: uppercase;
  font-size: 18px;
}
.crop-image-modal .modal-header .btn-close {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.crop-image-modal .modal-body {
  padding: 20px;
}
.crop-image-modal .modal-body .row {
  --bs-gutter-x: 20px;
}
.crop-image-modal .modal-body label.form-label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: #262626;
  margin-bottom: 8px;
}
.crop-image-modal .modal-body input[type=file] {
  border-radius: 0;
  border: 1px solid #e5e6e9;
  padding: 10px;
  font-size: 14px;
}
.crop-image-modal .modal-body input[type=file]::-webkit-file-upload-button {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 4px 10px;
  margin-right: 10px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
}
.crop-image-modal .modal-body input[type=file]::file-selector-button {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 4px 10px;
  margin-right: 10px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
}
.crop-image-modal .modal-body .cropper-image-wrap {
  margin-top: 20px;
  background: #f8f9fa;
  border: 1px solid #e5e6e9;
}
.crop-image-modal .modal-body .img-preview {
  border: 1px solid #e5e6e9;
  margin-bottom: 10px;
  background: #f8f9fa;
}
.crop-image-modal .modal-footer {
  border-top: 1px solid rgba(4, 90, 185, 0.1);
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.crop-image-modal .modal-footer button {
  border-radius: 0 !important;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.crop-image-modal .modal-footer button.btn-secondary, .crop-image-modal .modal-footer button[data-bs-dismiss=modal] {
  background: white;
  border: 1px solid #262626;
  color: #262626;
}
.crop-image-modal .modal-footer button.btn-secondary:hover, .crop-image-modal .modal-footer button[data-bs-dismiss=modal]:hover {
  background: #f2f2f2;
}
.crop-image-modal .modal-footer button.btn-primary, .crop-image-modal .modal-footer button[type=submit] {
  background: #045ab9;
  border: 1px solid #045ab9;
  color: white;
}
.crop-image-modal .modal-footer button.btn-primary:hover, .crop-image-modal .modal-footer button[type=submit]:hover {
  background: rgba(4, 90, 185, 0.9);
  border-color: rgba(4, 90, 185, 0.9);
}

.account__contest-empty {
  padding: 80px 1rem;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .account__contest-empty {
    display: block;
  }
}
.account__contest-empty span {
  display: block;
  text-align: center;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #bbbbbb;
}

.account__contest-mb-submit {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .account__contest-mb-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.account__contest-mb-submit {
  color: white;
  background-image: url("../images/account/background-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account__contest-mb-submit .submit-left {
  position: relative;
  width: 184px;
}
.account__contest-mb-submit .submit-left img {
  aspect-ratio: 184px/184px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -50px;
  left: 0;
}
.account__contest-mb-submit .submit-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 1rem 0;
}
.account__contest-mb-submit .submit-right__info p {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
}
.account__contest-mb-submit .submit-right__info p span {
  color: #FFD500;
  font-size: 32px;
  line-height: 40px;
}

.account__setting-tab {
  padding: 20px;
  background-color: white;
}

.post-detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.post-detail-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.post-detail-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.post-detail-modal__container {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
          box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 0;
  border: none;
}
.post-detail-modal.active .post-detail-modal__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.post-detail-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  z-index: 10;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-detail-modal__close:hover {
  color: #004086;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-detail-modal__content-wrapper {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .post-detail-modal__content-wrapper {
    padding: 20px;
  }
}
.post-detail-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.post-detail-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 25px;
}
.post-detail-modal__header .author-info .author-label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  color: #004086;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.post-detail-modal__header .author-info .author-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.post-detail-modal__header .author-info .author-detail .author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #eee;
}
.post-detail-modal__header .author-info .author-detail .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail-modal__header .author-info .author-detail .author-name {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.post-detail-modal__header .author-info .author-detail .author-age {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  color: #666;
  margin-top: 4px;
}
.post-detail-modal__header .likes-info {
  text-align: right;
}
.post-detail-modal__header .likes-info .likes-label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  color: #004086;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.post-detail-modal__header .likes-info .likes-count {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 36px;
  color: #045AB9;
  line-height: 1;
}
.post-detail-modal__code-section {
  background: #f8f8f8;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-detail-modal__code-section .code-label {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  color: #666;
}
.post-detail-modal__code-section .code-value {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  color: #000;
}
.post-detail-modal__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .post-detail-modal__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.post-detail-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.post-detail-modal__info .info-group .info-label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 12px;
  color: #004086;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  border-left: 3px solid #004086;
  padding-left: 10px;
}
.post-detail-modal__info .info-group .info-value {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  padding-left: 13px;
  min-height: 60px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-detail-modal__info #postTitle {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.post-detail-modal__image .image-container {
  background: #f2f2f2;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 5px dashed #004086;
  position: relative;
}
.post-detail-modal__image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post-detail-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 2px solid #f2f2f2;
}
.post-detail-modal__footer .btn-like-post {
  position: relative;
  border: 1px solid #045AB9;
  background: #045AB9;
  color: #fff;
  padding: 14px 30px;
  border-radius: 0;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.post-detail-modal__footer .btn-like-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #004086;
  -webkit-transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.post-detail-modal__footer .btn-like-post:focus, .post-detail-modal__footer .btn-like-post:active {
  outline: none;
  color: #fff !important;
}
.post-detail-modal__footer .btn-like-post:hover {
  border-color: #004086;
  color: #fff !important;
}
.post-detail-modal__footer .btn-like-post:hover::before {
  left: 0;
}
.post-detail-modal__footer .btn-like-post svg {
  fill: #fff;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, transform 0.3s ease;
  transition: fill 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post-detail-modal__footer .btn-like-post.liked {
  background-color: #004086;
  border-color: #004086;
}
.post-detail-modal__footer .btn-like-post.liked svg {
  fill: #E30613;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-detail-modal__footer .btn-like-post.liked::before {
  background-color: #000;
}
.post-detail-modal__footer .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.post-detail-modal__footer .footer-right .share-label {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-detail-modal__footer .footer-right .share-links .share-link-fb {
  color: #1877f2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.post-detail-modal__footer .footer-right .share-links .share-link-fb:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 576px) {
  .post-detail-modal {
    padding: 0;
  }
  .post-detail-modal__container {
    height: 100vh;
    max-height: 100vh;
  }
  .post-detail-modal__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .post-detail-modal__header .likes-info {
    text-align: left;
  }
  .post-detail-modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .post-detail-modal__footer .footer-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contest__banner {
  background-image: url(../images/contest/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contest__banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .contest__banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contest__banner-container .section__banner-container {
    padding: unset;
  }
}
.contest__banner-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 124px 0 100px;
}
@media only screen and (max-width: 1024px) {
  .contest__banner-left {
    padding: 80px 0 0;
  }
}
.contest__banner-right {
  width: 442px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contest__banner-right {
    width: 100%;
  }
}
.contest__banner-image {
  width: 380px;
  aspect-ratio: 380/380;
  position: absolute;
  top: 40px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .contest__banner-image {
    width: 70%;
    height: auto;
    position: relative;
  }
}
.contest__banner-image::after {
  content: "";
  background-image: url("../images/contest/star2.png");
  aspect-ratio: 93/110;
  width: 93px;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.contest__banner-icon {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contest__banner-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.contest__banner-heading {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.contest__banner-heading::before {
  content: "";
  background-image: url("../images/contest/star4.png");
  width: 43px;
  aspect-ratio: 43/41;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -20px;
  left: -60px;
}
.contest__banner-heading::after {
  content: "";
  background-image: url("../images/contest/star5.png");
  width: 100px;
  aspect-ratio: 100/100;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: -100px;
  right: -100px;
}
.contest__banner-btn {
  width: 100%;
  padding: 15px 20px;
  border: unset;
  border-radius: unset;
  background-color: white;
  color: #045ab9;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.contest__banner-btn:active, .contest__banner-btn:focus, .contest__banner-btn:hover {
  border: unset;
  background-color: white;
  color: #045ab9 !important;
}
.contest__banner-btn:active::before, .contest__banner-btn:focus::before, .contest__banner-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contest__banner-btn {
  position: relative;
  isolation: isolate;
}
.contest__banner-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}

.contest__wrap {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f2f2f2;
}

.contest__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: sticky;
  top: 68px;
  z-index: 1010;
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contest__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
}
.contest__filter .account__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: unset;
}
.contest__filter .account__tab-link {
  padding: 13.3px 24px;
}
.contest__filter .form-group {
  margin-bottom: unset;
  position: relative;
  height: 48px;
}
.contest__filter .form-control {
  border: unset;
  border-radius: unset;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #757575;
  padding-left: 15px;
  padding-right: 40px;
  height: 48px;
  width: 400px;
  max-width: 100%;
}
.contest__filter svg {
  position: absolute;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.contest__line {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 2px;
  background-image: url("../images/contest/line.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contest__line {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.contest__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .contest__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

#contestListContainer {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.contest__empty {
  grid-column: 1/-1;
  padding: 60px 20px;
}
.contest__empty-inner {
  width: 100%;
  margin: 0 auto;
  border: 2px dashed #d9d9d9;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fcfcfc;
}
.contest__empty svg {
  margin-bottom: 24px;
  opacity: 0.6;
}
.contest__empty p {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 18px;
  color: #757575;
  margin-bottom: 30px;
}
.contest__empty-btn {
  background-color: #045ab9;
  border: 1px solid #045ab9;
  color: white;
  padding: 13.3px 24px;
  text-transform: uppercase;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: unset;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.contest__empty-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f509c;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.contest__empty-btn:hover {
  background-color: #0f509c;
  color: white !important;
}
.contest__empty-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contest__item {
  background-color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contest__item-icon {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 344/243;
  margin-bottom: 15px;
}
.contest__item-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: #262626;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.contest__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contest__item-info--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contest__item-author, .contest__item-time {
  color: #757575;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.contest__item-line {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 2px;
  width: 100%;
  background-image: url("../images/contest/line2.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.contest__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.contest__item-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: #757575;
  line-height: 1.3;
  font-size: 16px;
}
.contest__item-like svg {
  margin-left: 5px;
  position: relative;
  top: -1.5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.contest__item-like svg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contest__item-btn {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: unset;
  border: unset;
  background-color: #045ab9;
  padding: 14px 24px;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.contest__item-btn:active, .contest__item-btn:focus, .contest__item-btn:hover {
  border: unset;
  color: white !important;
  background-color: #045ab9;
}
.contest__item-btn:active::before, .contest__item-btn:focus::before, .contest__item-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contest__item-btn {
  position: relative;
  isolation: isolate;
}
.contest__item-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f509c;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}

.contest__pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .contest__pagination {
    display: none;
  }
}
.contest__pagination nav ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contest__pagination nav ul.pagination .page-item .page-link,
.contest__pagination nav ul.pagination .page-item span.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 48px;
  border: 1px solid #262626;
  background-color: transparent;
  color: #262626;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.contest__pagination nav ul.pagination .page-item .page-link:active, .contest__pagination nav ul.pagination .page-item .page-link:focus, .contest__pagination nav ul.pagination .page-item .page-link:hover,
.contest__pagination nav ul.pagination .page-item span.page-link:active,
.contest__pagination nav ul.pagination .page-item span.page-link:focus,
.contest__pagination nav ul.pagination .page-item span.page-link:hover {
  color: #262626 !important;
  background-color: #f2f2f2;
}
.contest__pagination nav ul.pagination .page-item .page-link:active::before, .contest__pagination nav ul.pagination .page-item .page-link:focus::before, .contest__pagination nav ul.pagination .page-item .page-link:hover::before,
.contest__pagination nav ul.pagination .page-item span.page-link:active::before,
.contest__pagination nav ul.pagination .page-item span.page-link:focus::before,
.contest__pagination nav ul.pagination .page-item span.page-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contest__pagination nav ul.pagination .page-item .page-link,
.contest__pagination nav ul.pagination .page-item span.page-link {
  position: relative;
  isolation: isolate;
}
.contest__pagination nav ul.pagination .page-item .page-link::before,
.contest__pagination nav ul.pagination .page-item span.page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.contest__pagination nav ul.pagination .page-item.active span.page-link,
.contest__pagination nav ul.pagination .page-item.active .page-link {
  background-color: #045ab9;
  border-color: #045ab9;
  color: #fff;
}
.contest__pagination nav ul.pagination .page-item.disabled .page-link,
.contest__pagination nav ul.pagination .page-item.disabled span.page-link {
  border-color: transparent;
  color: #b5b5b5;
  cursor: not-allowed;
  background-color: #f2f2f2;
}
.contest__pagination nav ul.pagination .page-item.disabled:not(:first-child):not(:last-child) span.page-link {
  background-color: transparent;
  border: none;
  width: auto;
  min-width: 20px;
  color: #262626;
}
.contest__pagination nav ul.pagination .page-item:first-child .page-link,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link, .contest__pagination nav ul.pagination .page-item:last-child .page-link,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link {
  background-color: #f2f2f2;
  border: none;
  color: #045ab9;
  font-size: 24px;
  width: 48px;
  border-radius: unset;
}
.contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:active, .contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:focus, .contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:hover,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:active,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:focus,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:hover, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:active, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:focus, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:hover,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:active,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:focus,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:hover {
  background-color: #ececec;
}
.contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:active::before, .contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:focus::before, .contest__pagination nav ul.pagination .page-item:first-child .page-link:hover:hover::before,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:active::before,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:focus::before,
.contest__pagination nav ul.pagination .page-item:first-child span.page-link:hover:hover::before, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:active::before, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:focus::before, .contest__pagination nav ul.pagination .page-item:last-child .page-link:hover:hover::before,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:active::before,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:focus::before,
.contest__pagination nav ul.pagination .page-item:last-child span.page-link:hover:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.contest__pagination nav ul.pagination .page-item .page-item.active .page-link:active, .contest__pagination nav ul.pagination .page-item .page-item.active .page-link:focus, .contest__pagination nav ul.pagination .page-item .page-item.active .page-link:hover,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:active,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:focus,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:hover {
  color: white !important;
  background-color: #045ab9;
}
.contest__pagination nav ul.pagination .page-item .page-item.active .page-link:active::before, .contest__pagination nav ul.pagination .page-item .page-item.active .page-link:focus::before, .contest__pagination nav ul.pagination .page-item .page-item.active .page-link:hover::before,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:active::before,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:focus::before,
.contest__pagination nav ul.pagination .page-item .page-item.active span.page-link:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.contest__notify {
  margin-top: 75px;
}
.contest__notify-icon {
  margin-right: 35px;
  width: 202px;
  position: relative;
}
.contest__notify-icon img {
  width: 100%;
  aspect-ratio: 202/173;
  position: absolute;
  bottom: -65px;
  left: 0;
}
.contest__notify .account__contest-submit::before {
  content: unset;
}
.contest__notify .account__contest-submit--text {
  text-transform: capitalize;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contest__notify .account__contest-submit--btn {
  max-width: 350px;
}

.contest__filter-select {
  max-width: 127px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contest__filter-select .form-control {
  max-width: 127px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #262626;
  display: block;
  padding: 14px 24px;
  border: 1px solid #262626;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  position: relative;
  display: block;
  isolation: isolate;
  white-space: nowrap;
}
.contest__filter-select .form-control.active {
  border: 1px solid #045ab9;
  background-color: #045ab9;
  color: white;
}
.contest__filter-select select {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.contest__filter-select select option {
  text-align: left;
}

select:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.section__banner {
  background-image: url("../images/banner/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section__banner::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 1rem;
  aspect-ratio: 302/283;
  background-image: url("../images/banner/l1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.section__banner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50%;
  aspect-ratio: 128/147;
  background-image: url("../images/banner/l2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.section__banner-container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: white;
  max-width: 522px;
  margin: 0 auto;
  line-height: 1.5;
}
.section__banner-title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .section__banner-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.section__banner-desc {
  color: #F2F2F2;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.share-modal.active {
  opacity: 1;
  visibility: visible;
}
.share-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.share-modal__content {
  position: relative;
  width: 90%;
  max-width: 500px;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: none;
}
.share-modal.active .share-modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.share-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.share-modal__title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 24px;
  color: #045AB9;
  margin: 0;
  text-transform: uppercase;
}
.share-modal__close {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  top: -20px;
  right: -20px;
}
.share-modal__close:hover {
  color: #000;
}
.share-modal__text {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}
.share-modal__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.share-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 15px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.share-modal__btn--facebook {
  background-color: #1877f2;
  color: #fff;
}
.share-modal__btn--facebook:hover {
  background-color: rgb(12.8135245902, 106.4508196721, 227.6864754098);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.share-modal__btn--copy {
  background-color: #004086;
  color: #fff;
}
.share-modal__btn--copy:hover {
  background-color: #045AB9;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.share-modal__url-box {
  position: relative;
  background: #f5f5f5;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.share-modal__url-input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #444;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-modal__copy-status {
  position: absolute;
  top: -35px;
  right: 0;
  background: #28a745;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.share-modal__copy-status.show {
  opacity: 1;
}

.alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.alert-modal.active {
  opacity: 1;
  visibility: visible;
}
.alert-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.alert-modal__content {
  position: relative;
  width: 90%;
  max-width: 450px;
  background: #fff;
  padding: 50px 40px;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: none;
  text-align: center;
}
.alert-modal.active .alert-modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.alert-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #ddd;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.alert-modal__close:hover {
  color: #000;
}
.alert-modal__icon {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-modal__icon--success {
  color: #004086;
}
.alert-modal__icon--error {
  color: #E30613;
}
.alert-modal__title {
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.alert-modal__message {
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  color: #666;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.6;
}
.alert-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alert-modal__btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  max-width: 180px;
  min-width: 140px;
  background-color: #045AB9;
  color: #fff;
  padding: 14px 0;
  font-family: "BMWTypeNextPro-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid #045AB9;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alert-modal__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004086;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
.alert-modal__btn--cancel {
  background-color: transparent;
  color: #262626;
  border-color: #262626;
}
.alert-modal__btn--cancel::before {
  background-color: #d9d9d9 !important;
}
.alert-modal__btn--cancel:hover {
  border-color: #262626;
  background-color: white !important;
  color: #262626;
}
.alert-modal__btn--cancel:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.alert-modal__btn:focus, .alert-modal__btn:active {
  outline: none;
  color: #fff !important;
  background-color: #045AB9;
}
.alert-modal__btn--cancel:focus, .alert-modal__btn--cancel:active {
  color: #262626 !important;
  background-color: transparent;
}
.alert-modal__btn:hover {
  border-color: #004086;
  background-color: #045AB9;
  color: white;
}
.alert-modal__btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.alert-modal__btn--cancel:hover {
  color: #262626;
}

.only-desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
}

.loading-logo {
  margin: 15px 0;
  text-align: center;
}

.loading-logo img {
  max-width: 70px;
  height: auto;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.loading-text {
  font-size: 14px;
  font-family: "BMWTypeNextPro-Regular", sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #004086;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loading-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=style.css.map */
