@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Geologica", sans-serif;
  color: #1B1D26;
}

h1, h2, h3, h4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
}

.resp {
  width: auto;
  max-width: 100%;
  height: auto;
}

.container {
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0;
  box-sizing: border-box;
}
@media (max-width: 1290px) {
  .container {
    width: 100%;
    padding: 50px 16px;
  }
}

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

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

.btn_green {
  border-radius: 1000px;
  background: #AEFF40;
  color: #0F0E15;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px 40px;
  width: 288px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn_green:hover {
  background: #B3EE62;
}

header {
  height: 60px;
  z-index: 2;
  position: relative;
}
header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1800px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 1850px) {
  header .container {
    width: 1260px;
  }
}
@media (max-width: 1290px) {
  header .container {
    width: 100%;
    padding: 10px 16px;
  }
}
header .container .wrapper {
  display: flex;
}
@media (max-width: 767px) {
  header .container .wrapper img {
    width: 90px;
  }
}
header .container .menu-btns {
  display: flex;
}
header .container .menu-btns .login {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
}
header .container .menu-btns .login:hover {
  border-radius: 100px;
  background: rgba(241, 241, 233, 0.2);
}
header .container .menu-btns .start {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  color: #0F0E15;
  border-radius: 100px;
  background: #FFF;
}
header .container .menu-btns .start:hover {
  background: #F1F1E9;
}
@media (max-width: 767px) {
  header .container .menu-btns {
    display: flex;
  }
}

main {
  margin-top: -60px;
}

.owl-slides .owl-dots {
  display: none;
}

.start-block, .start-block-2, .start-block-3 {
  background: url("./img/start_1.webp") no-repeat center;
  color: #FFF;
  padding: 55px 0 20px 0;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
}
.start-block .container, .start-block-2 .container, .start-block-3 .container {
  width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1850px) {
  .start-block .container, .start-block-2 .container, .start-block-3 .container {
    width: 1260px;
  }
}
@media (max-width: 1290px) {
  .start-block .container, .start-block-2 .container, .start-block-3 .container {
    width: 100%;
    padding: 50px 16px;
  }
}
@media (max-width: 767px) {
  .start-block .container, .start-block-2 .container, .start-block-3 .container {
    padding: 0 16px;
  }
  .start-block .container .wrapper h1, .start-block-2 .container .wrapper h1, .start-block-3 .container .wrapper h1 {
    margin-bottom: 10px;
  }
  .start-block .container .wrapper .subtitle, .start-block-2 .container .wrapper .subtitle, .start-block-3 .container .wrapper .subtitle {
    margin-bottom: 24px;
  }
}
.start-block .container .wrapper, .start-block-2 .container .wrapper, .start-block-3 .container .wrapper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.start-block .container .wrapper h1, .start-block-2 .container .wrapper h1, .start-block-3 .container .wrapper h1 {
  font-family: "Gabarito", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 90px;
  margin-bottom: 30px;
  text-align: left;
}
.start-block .container .wrapper h1 b, .start-block-2 .container .wrapper h1 b, .start-block-3 .container .wrapper h1 b {
  color: #FFEBBF;
}
.start-block .container .wrapper .subtitle, .start-block-2 .container .wrapper .subtitle, .start-block-3 .container .wrapper .subtitle {
  margin-bottom: 40px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.start-block .container .chat, .start-block-2 .container .chat, .start-block-3 .container .chat {
  margin: 0 auto;
}
.start-block .container .chat .chat_1, .start-block-2 .container .chat .chat_1, .start-block-3 .container .chat .chat_1 {
  position: relative;
  left: 50px;
  animation: show 8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0;
  transition: 0.5s;
  width: 270px;
}
.start-block .container .chat .chat_2, .start-block-2 .container .chat .chat_2, .start-block-3 .container .chat .chat_2 {
  position: relative;
  left: -50px;
  animation: show_2 8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0;
  transition: 0.5s;
  width: 240px;
}
@media (max-width: 767px) {
  .start-block .container .chat, .start-block-2 .container .chat, .start-block-3 .container .chat {
    padding-bottom: 50px;
  }
  .start-block .container .chat .chat_1, .start-block-2 .container .chat .chat_1, .start-block-3 .container .chat .chat_1 {
    animation: show_m 8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  .start-block .container .chat .chat_1 img, .start-block-2 .container .chat .chat_1 img, .start-block-3 .container .chat .chat_1 img {
    width: 75%;
  }
  .start-block .container .chat .chat_2, .start-block-2 .container .chat .chat_2, .start-block-3 .container .chat .chat_2 {
    animation: show_2_m 8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  .start-block .container .chat .chat_2 img, .start-block-2 .container .chat .chat_2 img, .start-block-3 .container .chat .chat_2 img {
    width: 75%;
  }
}
@media (max-width: 420px) {
  .start-block .container .chat .chat_1, .start-block-2 .container .chat .chat_1, .start-block-3 .container .chat .chat_1 {
    left: 20px;
  }
  .start-block .container .chat .chat_2, .start-block-2 .container .chat .chat_2, .start-block-3 .container .chat .chat_2 {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .start-block .container .wrapper h1, .start-block-2 .container .wrapper h1, .start-block-3 .container .wrapper h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
    margin-top: 20px;
  }
  .start-block .container .wrapper h1 b, .start-block-2 .container .wrapper h1 b, .start-block-3 .container .wrapper h1 b {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
  }
  .start-block .container .wrapper .subtitle, .start-block-2 .container .wrapper .subtitle, .start-block-3 .container .wrapper .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .start-block .container .chat, .start-block-2 .container .chat, .start-block-3 .container .chat {
    margin-top: 50px;
  }
}

.start-block-2 {
  background: url("./img/start_2.webp") no-repeat center;
  background-size: cover;
}

.start-block-3 {
  background: url("./img/start_3.webp") no-repeat center;
  background-size: cover;
}

@keyframes show_2 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -100px);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  20% {
    opacity: 1;
    transform: translate(0, 50px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -100px);
  }
}
@keyframes show_2_m {
  0% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  20% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
  }
}
@keyframes show_m {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, 25px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
  }
}
#make {
  background: #0F0E15;
}
#make .container h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 800px;
  color: #FFF;
}
#make .container .items {
  display: flex;
  gap: 30px;
}
#make .container .items .item {
  background: #fff;
  border-radius: 20px;
  border: 4px solid #FFF;
  width: 32%;
}
#make .container .items .item img {
  border-radius: 20px;
}
#make .container .items .item .title {
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#make .container .items .item .content {
  padding: 20px 20px 30px 20px;
  text-align: center;
}
#make .container .items .item .content .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767px) {
  #make .container h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #make .container .items {
    gap: 10px;
    flex-direction: column;
  }
  #make .container .items .item {
    width: 100%;
  }
}

#become {
  background: #0F0E15;
}
#become .container {
  padding-top: 0;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
#become .container .image {
  text-align: center;
}
#become .container h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
#become .container .features {
  max-width: 870px;
  margin: 0 auto;
}
#become .container .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#become .container .features ul li {
  border-radius: 100px;
  background: #FAFAFA;
  flex-basis: 50%;
  display: flex;
  padding: 10px;
  list-style: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 385px;
  align-items: center;
}
#become .container .features ul li:before {
  content: "";
  background: url("./img/become_check.webp");
  width: 34px;
  height: 34px;
  display: inline-block;
  background-size: cover;
  margin-right: 20px;
}
#become .container .action {
  display: flex;
  justify-content: center;
}
@media (max-width: 870px) {
  #become .container {
    gap: 30px;
  }
  #become .container h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #become .container .features ul {
    justify-content: center;
    padding: 0;
  }
  #become .container .features ul li {
    flex-basis: 100%;
  }
}

#join .container {
  display: flex;
  gap: 100px;
}
#join .container .left {
  flex-basis: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#join .container .left h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
#join .container .left .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#join .container .right {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  #join .container {
    flex-direction: column;
    text-align: center;
  }
  #join .container .right {
    display: none;
  }
  #join .container .left {
    flex-basis: 100%;
    gap: 30px;
  }
  #join .container .left h2 {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
  }
}

#say {
  background: #F1F1E9;
}
#say .container h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 42px;
}
#say .container .items .item {
  display: flex;
}
#say .container .items .item .image {
  background: #fff;
  border-radius: 20px 0 0 20px;
}
#say .container .items .item .image picture {
  height: 400px;
  display: block;
}
#say .container .items .item .image picture img {
  height: 400px;
  min-width: 400px;
  border-radius: 20px;
}
#say .container .items .item .wrapper {
  border-radius: 0px 20px 20px 0;
  background: #FFF;
  padding: 40px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
#say .container .items .item .wrapper .text {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#say .container .items .item .wrapper .name {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
#say .container .owl-item {
  position: relative;
}
#say .container .owl-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #FFF 0.36%, #F1F1E9 7.98% 7.98%, rgba(241, 241, 233, 0.4) 50.18%, rgba(241, 241, 233, 0) 100%);
  border-radius: 20px;
}
#say .container .owl-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, #FFF 0.36%, #F1F1E9 7.98%, rgba(241, 241, 233, 0.4) 50.18%, rgba(241, 241, 233, 0) 100%);
  border-radius: 20px;
  top: 0;
}
#say .container .owl-item.active:before {
  display: none;
}
#say .container .owl-item.active:after {
  display: none;
}
@media (max-width: 1150px) {
  #say .container .items .item .wrapper .text {
    font-size: 16px;
  }
}
@media (max-width: 961px) {
  #say .container h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #say .container .items .item .image picture {
    height: 288px;
    display: block;
    text-align: center;
  }
  #say .container .items .item .image picture img {
    height: 288px;
    min-width: 288px;
  }
}
@media (max-width: 600px) {
  #say .container .items .item {
    flex-direction: column;
  }
  #say .container .items .item .image {
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
  #say .container .items .item .image picture {
    height: auto;
    display: block;
    text-align: center;
  }
  #say .container .items .item .image picture img {
    height: auto;
    min-width: 100%;
  }
  #say .container .items .item .wrapper {
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
  #say .owl-item:after {
    display: none;
  }
  #say .owl-item:before {
    display: none;
  }
}

#commited .container {
  display: flex;
  gap: 100px;
}
#commited .container .right {
  flex-basis: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#commited .container .right h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
#commited .container .right .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#commited .container .left {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  #commited .container {
    flex-direction: column;
    text-align: center;
  }
  #commited .container .right {
    flex-basis: 100%;
    gap: 30px;
  }
  #commited .container .right h2 {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
  }
  #commited .container .left {
    display: none;
  }
}

#partner {
  background-color: #0F0E15;
  /* Дополнительные фоновые изображения */
  background-image: url("./img/partner_left.webp"), url("./img/partner_right.webp");
  background-repeat: no-repeat, no-repeat; /* Повторять или нет в зависимости от картинки */
  background-position: center left, center right;
  background-size: 25%;
  padding: 80px 0;
}
#partner .container h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 40px;
  max-width: 600px;
}
#partner .container .action a {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #partner {
    background-image: none;
    padding: 0;
  }
  #partner .container h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
  }
  #partner .container .mobile {
    text-align: center;
  }
}

#faq .container h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}
#faq .container .flex {
  max-width: 900px;
  margin: 0 auto;
}
#faq .container details {
  border-bottom: 1px solid #F2F2F2;
}
#faq .container details summary {
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 20px 0;
}
#faq .container details summary:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect x="11" y="2" width="2" height="20" rx="1" fill="%231B1D26"/><rect x="22" y="11" width="2" height="20" rx="1" transform="rotate(90 22 11)" fill="%231B1D26"/></svg>');
}
#faq .container details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#faq .container details[open] summary:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect x="22" y="11" width="2" height="20" rx="1" transform="rotate(90 22 11)" fill="%231B1D26"/></svg>');
}
@media (max-width: 767px) {
  #faq .container h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

#make-money {
  background: url("./img/make-money.webp");
  background-size: cover;
  background-position: center;
}
#make-money .container {
  padding-top: 11%;
  padding-bottom: 11%;
}
#make-money .container h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  color: #FFF;
}
#make-money .container .text {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}
#make-money .container .action {
  margin: 0 auto;
  text-align: center;
}
#make-money .container .action a {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #make-money {
    background: url("./img/make-money-m.webp");
    background-position: right center;
    background-size: cover;
  }
  #make-money .container {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  #make-money .container h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  #make-money .container .text {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #0F0E15;
}
#footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #D9D9D9;
}
#footer .container a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 14px;
}
#footer .container a:hover {
  color: #FF6236;
}
#footer .container .footer-flex {
  display: flex;
  justify-content: space-between;
}
#footer .container .footer-flex .footer-logo {
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
}
#footer .container .footer-flex .footer-logo .footer-socials {
  display: block;
  align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}
#footer .container .footer-flex .footer-logo .footer-socials > div {
  margin-bottom: 10px;
}
#footer .container .footer-flex .footer-logo .footer-socials .inst {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.8887 4.13281C15.0665 4.13281 15.3334 4.1333 16.1924 4.15332C17.0314 4.20003 17.6179 4.33305 18.124 4.5332C18.6501 4.7334 19.0835 5.00041 19.543 5.4541C19.9825 5.9012 20.2758 6.33535 20.4756 6.86914C20.6754 7.38312 20.8087 7.97129 20.8486 8.80566C20.8952 9.6598 20.8955 9.93367 20.8955 12.1094C20.8955 14.2852 20.8886 14.5524 20.8486 15.4199C20.8153 16.261 20.6823 16.8491 20.4824 17.3564C20.276 17.8835 20.003 18.3305 19.5703 18.7842C19.124 19.2247 18.6842 19.5058 18.1514 19.7061C17.6452 19.9063 17.0588 20.039 16.2197 20.0791C15.3671 20.1325 15.0866 20.1328 12.915 20.1328C10.7439 20.1328 10.4772 20.1258 9.61133 20.0791C8.77217 20.039 8.18588 19.9063 7.67969 19.7061C7.15352 19.4992 6.70059 19.2253 6.23438 18.8115C5.79479 18.3643 5.51526 17.9167 5.31543 17.3828C5.11562 16.8822 4.98237 16.2948 4.94238 15.4473C4.89576 14.5929 4.89551 14.312 4.89551 12.1426C4.89551 9.97355 4.89594 9.70647 4.94922 8.83887C4.98918 7.99791 5.12247 7.41058 5.32227 6.90332C5.52875 6.37602 5.80127 5.935 6.22754 5.46777C6.67383 5.0339 7.12727 4.75396 7.66016 4.55371C8.15971 4.35349 8.7459 4.21973 9.5918 4.17969C10.4442 4.13297 10.7175 4.13281 12.8887 4.13281ZM12.8887 5.57617C10.7573 5.57617 10.5041 5.58316 9.6582 5.62988C8.879 5.66325 8.45928 5.7897 8.17285 5.89648C7.79317 6.04333 7.52621 6.21672 7.25977 6.49707C6.97337 6.7774 6.79337 7.04517 6.66016 7.41895C6.54697 7.70596 6.4208 8.12676 6.38086 8.90723C6.33424 9.75477 6.33398 10.0087 6.33398 12.1445C6.33398 14.2804 6.34107 14.5341 6.3877 15.3818C6.421 16.1627 6.54773 16.5831 6.6543 16.8701C6.80084 17.2506 6.97414 17.5182 7.25391 17.7852C7.53352 18.0719 7.80001 18.2523 8.17285 18.3857C8.45927 18.4992 8.87904 18.626 9.6582 18.666C10.5041 18.7127 10.7573 18.7129 12.8887 18.7129C15.02 18.7129 15.2734 18.7059 16.1191 18.6592C16.8981 18.6258 17.3181 18.4993 17.6045 18.3926C17.9842 18.2457 18.2511 18.0714 18.5176 17.791C18.8038 17.5108 18.984 17.2438 19.1172 16.8701C19.2304 16.5831 19.3565 16.1625 19.3965 15.3818C19.4431 14.5341 19.4434 14.2804 19.4434 12.1445C19.4434 10.0087 19.4363 9.75479 19.3896 8.90723C19.3564 8.12676 19.2306 7.70596 19.124 7.41895C18.9775 7.03853 18.8041 6.77086 18.5244 6.50391C18.2446 6.21688 17.9775 6.03682 17.6045 5.90332C17.3181 5.78987 16.8982 5.66308 16.1191 5.62305C15.6964 5.5997 15.4216 5.58787 14.9863 5.58203L12.8887 5.57617ZM12.8887 8.03125C15.1533 8.03126 16.9919 9.8733 16.9922 12.1426C16.9922 14.4121 15.1534 16.2549 12.8887 16.2549C10.6239 16.2549 8.78516 14.4121 8.78516 12.1426C8.78541 9.87329 10.6241 8.03125 12.8887 8.03125ZM12.8887 9.4707C11.4234 9.47091 10.2247 10.6723 10.2246 12.1406C10.2246 13.609 11.4234 14.8103 12.8887 14.8105C14.3541 14.8105 15.5537 13.6091 15.5537 12.1406C15.5537 10.6722 14.3541 9.4707 12.8887 9.4707ZM17.1855 6.87695C17.7182 6.8771 18.1512 7.31077 18.1514 7.83789L18.1182 7.87109C18.1182 8.40509 17.6844 8.82617 17.1582 8.82617C16.6257 8.82594 16.2268 8.39892 16.2266 7.86523C16.2266 7.33123 16.6527 6.87695 17.1855 6.87695Z" fill="%23FFFFFF"/></svg>');
  position: relative;
  top: 3px;
  margin-left: 10px;
}
#footer .container .footer-flex .footer-logo .footer-socials .inst:hover {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.8887 4.13281C15.0665 4.13281 15.3334 4.1333 16.1924 4.15332C17.0314 4.20003 17.6179 4.33305 18.124 4.5332C18.6501 4.7334 19.0835 5.00041 19.543 5.4541C19.9825 5.9012 20.2758 6.33535 20.4756 6.86914C20.6754 7.38312 20.8087 7.97129 20.8486 8.80566C20.8952 9.6598 20.8955 9.93367 20.8955 12.1094C20.8955 14.2852 20.8886 14.5524 20.8486 15.4199C20.8153 16.261 20.6823 16.8491 20.4824 17.3564C20.276 17.8835 20.003 18.3305 19.5703 18.7842C19.124 19.2247 18.6842 19.5058 18.1514 19.7061C17.6452 19.9063 17.0588 20.039 16.2197 20.0791C15.3671 20.1325 15.0866 20.1328 12.915 20.1328C10.7439 20.1328 10.4772 20.1258 9.61133 20.0791C8.77217 20.039 8.18588 19.9063 7.67969 19.7061C7.15352 19.4992 6.70059 19.2253 6.23438 18.8115C5.79479 18.3643 5.51526 17.9167 5.31543 17.3828C5.11562 16.8822 4.98237 16.2948 4.94238 15.4473C4.89576 14.5929 4.89551 14.312 4.89551 12.1426C4.89551 9.97355 4.89594 9.70647 4.94922 8.83887C4.98918 7.99791 5.12247 7.41058 5.32227 6.90332C5.52875 6.37602 5.80127 5.935 6.22754 5.46777C6.67383 5.0339 7.12727 4.75396 7.66016 4.55371C8.15971 4.35349 8.7459 4.21973 9.5918 4.17969C10.4442 4.13297 10.7175 4.13281 12.8887 4.13281ZM12.8887 5.57617C10.7573 5.57617 10.5041 5.58316 9.6582 5.62988C8.879 5.66325 8.45928 5.7897 8.17285 5.89648C7.79317 6.04333 7.52621 6.21672 7.25977 6.49707C6.97337 6.7774 6.79337 7.04517 6.66016 7.41895C6.54697 7.70596 6.4208 8.12676 6.38086 8.90723C6.33424 9.75477 6.33398 10.0087 6.33398 12.1445C6.33398 14.2804 6.34107 14.5341 6.3877 15.3818C6.421 16.1627 6.54773 16.5831 6.6543 16.8701C6.80084 17.2506 6.97414 17.5182 7.25391 17.7852C7.53352 18.0719 7.80001 18.2523 8.17285 18.3857C8.45927 18.4992 8.87904 18.626 9.6582 18.666C10.5041 18.7127 10.7573 18.7129 12.8887 18.7129C15.02 18.7129 15.2734 18.7059 16.1191 18.6592C16.8981 18.6258 17.3181 18.4993 17.6045 18.3926C17.9842 18.2457 18.2511 18.0714 18.5176 17.791C18.8038 17.5108 18.984 17.2438 19.1172 16.8701C19.2304 16.5831 19.3565 16.1625 19.3965 15.3818C19.4431 14.5341 19.4434 14.2804 19.4434 12.1445C19.4434 10.0087 19.4363 9.75479 19.3896 8.90723C19.3564 8.12676 19.2306 7.70596 19.124 7.41895C18.9775 7.03853 18.8041 6.77086 18.5244 6.50391C18.2446 6.21688 17.9775 6.03682 17.6045 5.90332C17.3181 5.78987 16.8982 5.66308 16.1191 5.62305C15.6964 5.5997 15.4216 5.58787 14.9863 5.58203L12.8887 5.57617ZM12.8887 8.03125C15.1533 8.03126 16.9919 9.8733 16.9922 12.1426C16.9922 14.4121 15.1534 16.2549 12.8887 16.2549C10.6239 16.2549 8.78516 14.4121 8.78516 12.1426C8.78541 9.87329 10.6241 8.03125 12.8887 8.03125ZM12.8887 9.4707C11.4234 9.47091 10.2247 10.6723 10.2246 12.1406C10.2246 13.609 11.4234 14.8103 12.8887 14.8105C14.3541 14.8105 15.5537 13.6091 15.5537 12.1406C15.5537 10.6722 14.3541 9.4707 12.8887 9.4707ZM17.1855 6.87695C17.7182 6.8771 18.1512 7.31077 18.1514 7.83789L18.1182 7.87109C18.1182 8.40509 17.6844 8.82617 17.1582 8.82617C16.6257 8.82594 16.2268 8.39892 16.2266 7.86523C16.2266 7.33123 16.6527 6.87695 17.1855 6.87695Z" fill="%23FF6236"/></svg>');
}
#footer .container .footer-flex .footer-logo .footer-socials .tiktok {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.2934 3.58398H12.5312V14.4825C12.5312 15.7811 11.4688 16.8478 10.1467 16.8478C8.82462 16.8478 7.76223 15.7811 7.76223 14.4825C7.76223 13.2072 8.80101 12.1637 10.0759 12.1173V9.3811C7.26644 9.42745 5 11.6767 5 14.4825C5 17.3115 7.31366 19.584 10.1703 19.584C13.027 19.584 15.3406 17.2883 15.3406 14.4825V8.89412C16.3794 9.63616 17.6543 10.0767 19 10.0999V7.3637C16.9224 7.29413 15.2934 5.62456 15.2934 3.58398Z" fill="white"/></svg>');
  position: relative;
  top: 3px;
  margin-left: 10px;
}
#footer .container .footer-flex .footer-logo .footer-socials .tiktok:hover {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.2934 3.58398H12.5312V14.4825C12.5312 15.7811 11.4688 16.8478 10.1467 16.8478C8.82462 16.8478 7.76223 15.7811 7.76223 14.4825C7.76223 13.2072 8.80101 12.1637 10.0759 12.1173V9.3811C7.26644 9.42745 5 11.6767 5 14.4825C5 17.3115 7.31366 19.584 10.1703 19.584C13.027 19.584 15.3406 17.2883 15.3406 14.4825V8.89412C16.3794 9.63616 17.6543 10.0767 19 10.0999V7.3637C16.9224 7.29413 15.2934 5.62456 15.2934 3.58398Z" fill="%23FF6236"/></svg>');
}
#footer .container .footer-flex .footer-logo .footer-socials .facebook {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.8955 4.13281V7.33301H14.8389C14.6981 7.31565 14.5573 7.3659 14.457 7.46973C14.3819 7.54764 14.3356 7.64943 14.3242 7.75684V9.4668H16.8955L16.3809 12.667H14.3242V20.1328H11.2383V12.667H9.69531V9.4668H11.2383V7.33301C11.2383 6.93834 11.1722 4.13281 14.5254 4.13281H16.8955Z" fill="white"/></svg>');
}
#footer .container .footer-flex .footer-logo .footer-socials .facebook:hover {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.8955 4.13281V7.33301H14.8389C14.6981 7.31565 14.5573 7.3659 14.457 7.46973C14.3819 7.54764 14.3356 7.64943 14.3242 7.75684V9.4668H16.8955L16.3809 12.667H14.3242V20.1328H11.2383V12.667H9.69531V9.4668H11.2383V7.33301C11.2383 6.93834 11.1722 4.13281 14.5254 4.13281H16.8955Z" fill="%23FF6236"/></svg>');
}
#footer .container .footer-flex .footer-logo .footer-socials .youtube {
  position: relative;
  top: 3px;
  margin-left: 10px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.946 15.2905V9.55273L15.9148 12.4218L10.946 15.2905ZM22.0216 7.82086C21.8017 6.99812 21.1537 6.34997 20.3308 6.13003C18.8393 5.73047 12.8584 5.73047 12.8584 5.73047C12.8584 5.73047 6.87772 5.73047 5.3862 6.13003C4.5633 6.34997 3.91531 6.99812 3.69538 7.82086C3.29565 9.31253 3.29565 12.4243 3.29565 12.4243C3.29565 12.4243 3.29565 15.5363 3.69538 17.0278C3.91531 17.8506 4.5633 18.4989 5.3862 18.7187C6.87772 19.1184 12.8584 19.1184 12.8584 19.1184C12.8584 19.1184 18.8393 19.1184 20.3308 18.7187C21.1537 18.4989 21.8017 17.8506 22.0216 17.0278C22.4214 15.5363 22.4214 12.4243 22.4214 12.4243C22.4214 12.4243 22.4214 9.31253 22.0216 7.82086Z" fill="white"/></svg>');
}
#footer .container .footer-flex .footer-logo .footer-socials .youtube:hover {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.946 15.2905V9.55273L15.9148 12.4218L10.946 15.2905ZM22.0216 7.82086C21.8017 6.99812 21.1537 6.34997 20.3308 6.13003C18.8393 5.73047 12.8584 5.73047 12.8584 5.73047C12.8584 5.73047 6.87772 5.73047 5.3862 6.13003C4.5633 6.34997 3.91531 6.99812 3.69538 7.82086C3.29565 9.31253 3.29565 12.4243 3.29565 12.4243C3.29565 12.4243 3.29565 15.5363 3.69538 17.0278C3.91531 17.8506 4.5633 18.4989 5.3862 18.7187C6.87772 19.1184 12.8584 19.1184 12.8584 19.1184C12.8584 19.1184 18.8393 19.1184 20.3308 18.7187C21.1537 18.4989 21.8017 17.8506 22.0216 17.0278C22.4214 15.5363 22.4214 12.4243 22.4214 12.4243C22.4214 12.4243 22.4214 9.31253 22.0216 7.82086Z" fill="%23FF6236"/></svg>');
}
#footer .container .footer-flex .footer-menu {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
}
#footer .container .footer-flex .footer-menu .flex {
  display: flex;
  flex-direction: column;
}
#footer .container .footer-flex .footer-menu .f-title {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  margin-bottom: 24px;
}
#footer .container .footer-flex .footer-medals {
  margin-left: auto;
}
#footer .container .desktop {
  display: flex !important;
}
#footer .container .mobile {
  display: none !important;
}
@media (max-width: 768px) {
  #footer .container .mobile {
    display: block !important;
  }
  #footer .container .desktop {
    display: none !important;
  }
  #footer .container .footer-flex {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  #footer .container .footer-flex .f-title {
    margin-bottom: 0px !important;
    padding: 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.05);
    text-align: left;
    position: relative;
  }
  #footer .container .footer-flex .f-title:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M3.96944 10.406L11.4694 17.906C11.5391 17.9758 11.6218 18.0311 11.7129 18.0688C11.8039 18.1066 11.9015 18.126 12.0001 18.126C12.0986 18.126 12.1962 18.1066 12.2873 18.0688C12.3783 18.0311 12.461 17.9758 12.5307 17.906L20.0307 10.406C20.1714 10.2653 20.2505 10.0744 20.2505 9.87542C20.2505 9.67639 20.1714 9.48552 20.0307 9.34479C19.89 9.20406 19.6991 9.125 19.5001 9.125C19.301 9.125 19.1102 9.20406 18.9694 9.34479L12.0001 16.3151L5.0307 9.34479C4.96101 9.27511 4.87829 9.21983 4.78724 9.18212C4.6962 9.14441 4.59862 9.125 4.50007 9.125C4.40152 9.125 4.30394 9.14441 4.2129 9.18212C4.12185 9.21983 4.03913 9.27511 3.96944 9.34479C3.89976 9.41447 3.84449 9.4972 3.80678 9.58824C3.76906 9.67929 3.74965 9.77687 3.74965 9.87542C3.74965 9.97396 3.76906 10.0715 3.80678 10.1626C3.84449 10.2536 3.89976 10.3364 3.96944 10.406Z" fill="white"/></svg>');
    position: absolute;
    right: 10px;
    top: 8px;
  }
  #footer .container .footer-flex .f-title.open:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M3.96944 14.9416L11.4694 7.44162C11.5391 7.37188 11.6218 7.31656 11.7129 7.27882C11.8039 7.24108 11.9015 7.22165 12.0001 7.22165C12.0986 7.22165 12.1962 7.24108 12.2873 7.27882C12.3783 7.31656 12.461 7.37188 12.5307 7.44162L20.0307 14.9416C20.1714 15.0823 20.2505 15.2732 20.2505 15.4722C20.2505 15.6713 20.1714 15.8621 20.0307 16.0029C19.89 16.1436 19.6991 16.2227 19.5001 16.2227C19.301 16.2227 19.1102 16.1436 18.9694 16.0029L12.0001 9.03255L5.0307 16.0029C4.96101 16.0725 4.87829 16.1278 4.78724 16.1655C4.6962 16.2032 4.59862 16.2227 4.50007 16.2227C4.40152 16.2227 4.30394 16.2032 4.2129 16.1655C4.12185 16.1278 4.03913 16.0725 3.96944 16.0029C3.89976 15.9332 3.84449 15.8505 3.80678 15.7594C3.76906 15.6684 3.74965 15.5708 3.74965 15.4722C3.74965 15.3737 3.76906 15.2761 3.80678 15.1851C3.84449 15.094 3.89976 15.0113 3.96944 14.9416Z" fill="white"/></svg>');
    position: absolute;
    right: 10px;
    top: 8px;
  }
  #footer .container .footer-flex .footer-menu {
    padding: 0;
    order: 3;
    text-align: left;
  }
  #footer .container .footer-flex .footer-menu .flex {
    display: none;
    padding-left: 14px;
    margin-top: 15px;
  }
  #footer .container .footer-flex .footer-medals {
    margin-left: 0;
    order: 1;
  }
  #footer .container .footer-flex .footer-logo img {
    width: 76px;
  }
  #footer .container .footer-flex .footer-logo .footer-socials {
    justify-content: center;
    order: 2;
  }
  #footer .container .footer-flex .footer-socials {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    order: 2;
    justify-content: center;
  }
  #footer .container .footer-flex .footer-socials.mobile {
    display: flex !important;
  }
  #footer .container .footer-flex .footer-socials > div {
    height: 23px;
  }
  #footer .container .footer-flex .footer-socials .inst {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.8887 4.13281C15.0665 4.13281 15.3334 4.1333 16.1924 4.15332C17.0314 4.20003 17.6179 4.33305 18.124 4.5332C18.6501 4.7334 19.0835 5.00041 19.543 5.4541C19.9825 5.9012 20.2758 6.33535 20.4756 6.86914C20.6754 7.38312 20.8087 7.97129 20.8486 8.80566C20.8952 9.6598 20.8955 9.93367 20.8955 12.1094C20.8955 14.2852 20.8886 14.5524 20.8486 15.4199C20.8153 16.261 20.6823 16.8491 20.4824 17.3564C20.276 17.8835 20.003 18.3305 19.5703 18.7842C19.124 19.2247 18.6842 19.5058 18.1514 19.7061C17.6452 19.9063 17.0588 20.039 16.2197 20.0791C15.3671 20.1325 15.0866 20.1328 12.915 20.1328C10.7439 20.1328 10.4772 20.1258 9.61133 20.0791C8.77217 20.039 8.18588 19.9063 7.67969 19.7061C7.15352 19.4992 6.70059 19.2253 6.23438 18.8115C5.79479 18.3643 5.51526 17.9167 5.31543 17.3828C5.11562 16.8822 4.98237 16.2948 4.94238 15.4473C4.89576 14.5929 4.89551 14.312 4.89551 12.1426C4.89551 9.97355 4.89594 9.70647 4.94922 8.83887C4.98918 7.99791 5.12247 7.41058 5.32227 6.90332C5.52875 6.37602 5.80127 5.935 6.22754 5.46777C6.67383 5.0339 7.12727 4.75396 7.66016 4.55371C8.15971 4.35349 8.7459 4.21973 9.5918 4.17969C10.4442 4.13297 10.7175 4.13281 12.8887 4.13281ZM12.8887 5.57617C10.7573 5.57617 10.5041 5.58316 9.6582 5.62988C8.879 5.66325 8.45928 5.7897 8.17285 5.89648C7.79317 6.04333 7.52621 6.21672 7.25977 6.49707C6.97337 6.7774 6.79337 7.04517 6.66016 7.41895C6.54697 7.70596 6.4208 8.12676 6.38086 8.90723C6.33424 9.75477 6.33398 10.0087 6.33398 12.1445C6.33398 14.2804 6.34107 14.5341 6.3877 15.3818C6.421 16.1627 6.54773 16.5831 6.6543 16.8701C6.80084 17.2506 6.97414 17.5182 7.25391 17.7852C7.53352 18.0719 7.80001 18.2523 8.17285 18.3857C8.45927 18.4992 8.87904 18.626 9.6582 18.666C10.5041 18.7127 10.7573 18.7129 12.8887 18.7129C15.02 18.7129 15.2734 18.7059 16.1191 18.6592C16.8981 18.6258 17.3181 18.4993 17.6045 18.3926C17.9842 18.2457 18.2511 18.0714 18.5176 17.791C18.8038 17.5108 18.984 17.2438 19.1172 16.8701C19.2304 16.5831 19.3565 16.1625 19.3965 15.3818C19.4431 14.5341 19.4434 14.2804 19.4434 12.1445C19.4434 10.0087 19.4363 9.75479 19.3896 8.90723C19.3564 8.12676 19.2306 7.70596 19.124 7.41895C18.9775 7.03853 18.8041 6.77086 18.5244 6.50391C18.2446 6.21688 17.9775 6.03682 17.6045 5.90332C17.3181 5.78987 16.8982 5.66308 16.1191 5.62305C15.6964 5.5997 15.4216 5.58787 14.9863 5.58203L12.8887 5.57617ZM12.8887 8.03125C15.1533 8.03126 16.9919 9.8733 16.9922 12.1426C16.9922 14.4121 15.1534 16.2549 12.8887 16.2549C10.6239 16.2549 8.78516 14.4121 8.78516 12.1426C8.78541 9.87329 10.6241 8.03125 12.8887 8.03125ZM12.8887 9.4707C11.4234 9.47091 10.2247 10.6723 10.2246 12.1406C10.2246 13.609 11.4234 14.8103 12.8887 14.8105C14.3541 14.8105 15.5537 13.6091 15.5537 12.1406C15.5537 10.6722 14.3541 9.4707 12.8887 9.4707ZM17.1855 6.87695C17.7182 6.8771 18.1512 7.31077 18.1514 7.83789L18.1182 7.87109C18.1182 8.40509 17.6844 8.82617 17.1582 8.82617C16.6257 8.82594 16.2268 8.39892 16.2266 7.86523C16.2266 7.33123 16.6527 6.87695 17.1855 6.87695Z" fill="%23FFFFFF"/></svg>');
    position: relative;
    top: 3px;
    margin-left: 14px;
  }
  #footer .container .footer-flex .footer-socials .inst:hover {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M12.8887 4.13281C15.0665 4.13281 15.3334 4.1333 16.1924 4.15332C17.0314 4.20003 17.6179 4.33305 18.124 4.5332C18.6501 4.7334 19.0835 5.00041 19.543 5.4541C19.9825 5.9012 20.2758 6.33535 20.4756 6.86914C20.6754 7.38312 20.8087 7.97129 20.8486 8.80566C20.8952 9.6598 20.8955 9.93367 20.8955 12.1094C20.8955 14.2852 20.8886 14.5524 20.8486 15.4199C20.8153 16.261 20.6823 16.8491 20.4824 17.3564C20.276 17.8835 20.003 18.3305 19.5703 18.7842C19.124 19.2247 18.6842 19.5058 18.1514 19.7061C17.6452 19.9063 17.0588 20.039 16.2197 20.0791C15.3671 20.1325 15.0866 20.1328 12.915 20.1328C10.7439 20.1328 10.4772 20.1258 9.61133 20.0791C8.77217 20.039 8.18588 19.9063 7.67969 19.7061C7.15352 19.4992 6.70059 19.2253 6.23438 18.8115C5.79479 18.3643 5.51526 17.9167 5.31543 17.3828C5.11562 16.8822 4.98237 16.2948 4.94238 15.4473C4.89576 14.5929 4.89551 14.312 4.89551 12.1426C4.89551 9.97355 4.89594 9.70647 4.94922 8.83887C4.98918 7.99791 5.12247 7.41058 5.32227 6.90332C5.52875 6.37602 5.80127 5.935 6.22754 5.46777C6.67383 5.0339 7.12727 4.75396 7.66016 4.55371C8.15971 4.35349 8.7459 4.21973 9.5918 4.17969C10.4442 4.13297 10.7175 4.13281 12.8887 4.13281ZM12.8887 5.57617C10.7573 5.57617 10.5041 5.58316 9.6582 5.62988C8.879 5.66325 8.45928 5.7897 8.17285 5.89648C7.79317 6.04333 7.52621 6.21672 7.25977 6.49707C6.97337 6.7774 6.79337 7.04517 6.66016 7.41895C6.54697 7.70596 6.4208 8.12676 6.38086 8.90723C6.33424 9.75477 6.33398 10.0087 6.33398 12.1445C6.33398 14.2804 6.34107 14.5341 6.3877 15.3818C6.421 16.1627 6.54773 16.5831 6.6543 16.8701C6.80084 17.2506 6.97414 17.5182 7.25391 17.7852C7.53352 18.0719 7.80001 18.2523 8.17285 18.3857C8.45927 18.4992 8.87904 18.626 9.6582 18.666C10.5041 18.7127 10.7573 18.7129 12.8887 18.7129C15.02 18.7129 15.2734 18.7059 16.1191 18.6592C16.8981 18.6258 17.3181 18.4993 17.6045 18.3926C17.9842 18.2457 18.2511 18.0714 18.5176 17.791C18.8038 17.5108 18.984 17.2438 19.1172 16.8701C19.2304 16.5831 19.3565 16.1625 19.3965 15.3818C19.4431 14.5341 19.4434 14.2804 19.4434 12.1445C19.4434 10.0087 19.4363 9.75479 19.3896 8.90723C19.3564 8.12676 19.2306 7.70596 19.124 7.41895C18.9775 7.03853 18.8041 6.77086 18.5244 6.50391C18.2446 6.21688 17.9775 6.03682 17.6045 5.90332C17.3181 5.78987 16.8982 5.66308 16.1191 5.62305C15.6964 5.5997 15.4216 5.58787 14.9863 5.58203L12.8887 5.57617ZM12.8887 8.03125C15.1533 8.03126 16.9919 9.8733 16.9922 12.1426C16.9922 14.4121 15.1534 16.2549 12.8887 16.2549C10.6239 16.2549 8.78516 14.4121 8.78516 12.1426C8.78541 9.87329 10.6241 8.03125 12.8887 8.03125ZM12.8887 9.4707C11.4234 9.47091 10.2247 10.6723 10.2246 12.1406C10.2246 13.609 11.4234 14.8103 12.8887 14.8105C14.3541 14.8105 15.5537 13.6091 15.5537 12.1406C15.5537 10.6722 14.3541 9.4707 12.8887 9.4707ZM17.1855 6.87695C17.7182 6.8771 18.1512 7.31077 18.1514 7.83789L18.1182 7.87109C18.1182 8.40509 17.6844 8.82617 17.1582 8.82617C16.6257 8.82594 16.2268 8.39892 16.2266 7.86523C16.2266 7.33123 16.6527 6.87695 17.1855 6.87695Z" fill="%23FF6236"/></svg>');
  }
  #footer .container .footer-flex .footer-socials .tiktok {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.2934 3.58398H12.5312V14.4825C12.5312 15.7811 11.4688 16.8478 10.1467 16.8478C8.82462 16.8478 7.76223 15.7811 7.76223 14.4825C7.76223 13.2072 8.80101 12.1637 10.0759 12.1173V9.3811C7.26644 9.42745 5 11.6767 5 14.4825C5 17.3115 7.31366 19.584 10.1703 19.584C13.027 19.584 15.3406 17.2883 15.3406 14.4825V8.89412C16.3794 9.63616 17.6543 10.0767 19 10.0999V7.3637C16.9224 7.29413 15.2934 5.62456 15.2934 3.58398Z" fill="white"/></svg>');
    position: relative;
    top: 3px;
    margin-left: 10px;
  }
  #footer .container .footer-flex .footer-socials .tiktok:hover {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.2934 3.58398H12.5312V14.4825C12.5312 15.7811 11.4688 16.8478 10.1467 16.8478C8.82462 16.8478 7.76223 15.7811 7.76223 14.4825C7.76223 13.2072 8.80101 12.1637 10.0759 12.1173V9.3811C7.26644 9.42745 5 11.6767 5 14.4825C5 17.3115 7.31366 19.584 10.1703 19.584C13.027 19.584 15.3406 17.2883 15.3406 14.4825V8.89412C16.3794 9.63616 17.6543 10.0767 19 10.0999V7.3637C16.9224 7.29413 15.2934 5.62456 15.2934 3.58398Z" fill="%23FF6236"/></svg>');
  }
  #footer .container .footer-flex .footer-socials .facebook {
    position: relative;
    top: 3px;
    margin-left: 10px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.8955 4.13281V7.33301H14.8389C14.6981 7.31565 14.5573 7.3659 14.457 7.46973C14.3819 7.54764 14.3356 7.64943 14.3242 7.75684V9.4668H16.8955L16.3809 12.667H14.3242V20.1328H11.2383V12.667H9.69531V9.4668H11.2383V7.33301C11.2383 6.93834 11.1722 4.13281 14.5254 4.13281H16.8955Z" fill="white"/></svg>');
  }
  #footer .container .footer-flex .footer-socials .facebook:hover {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.8955 4.13281V7.33301H14.8389C14.6981 7.31565 14.5573 7.3659 14.457 7.46973C14.3819 7.54764 14.3356 7.64943 14.3242 7.75684V9.4668H16.8955L16.3809 12.667H14.3242V20.1328H11.2383V12.667H9.69531V9.4668H11.2383V7.33301C11.2383 6.93834 11.1722 4.13281 14.5254 4.13281H16.8955Z" fill="%23FF6236"/></svg>');
  }
  #footer .container .footer-flex .footer-socials .youtube {
    position: relative;
    top: 3px;
    margin-left: 10px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.946 15.2905V9.55273L15.9148 12.4218L10.946 15.2905ZM22.0216 7.82086C21.8017 6.99812 21.1537 6.34997 20.3308 6.13003C18.8393 5.73047 12.8584 5.73047 12.8584 5.73047C12.8584 5.73047 6.87772 5.73047 5.3862 6.13003C4.5633 6.34997 3.91531 6.99812 3.69538 7.82086C3.29565 9.31253 3.29565 12.4243 3.29565 12.4243C3.29565 12.4243 3.29565 15.5363 3.69538 17.0278C3.91531 17.8506 4.5633 18.4989 5.3862 18.7187C6.87772 19.1184 12.8584 19.1184 12.8584 19.1184C12.8584 19.1184 18.8393 19.1184 20.3308 18.7187C21.1537 18.4989 21.8017 17.8506 22.0216 17.0278C22.4214 15.5363 22.4214 12.4243 22.4214 12.4243C22.4214 12.4243 22.4214 9.31253 22.0216 7.82086Z" fill="white"/></svg>');
  }
  #footer .container .footer-flex .footer-socials .youtube:hover {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.946 15.2905V9.55273L15.9148 12.4218L10.946 15.2905ZM22.0216 7.82086C21.8017 6.99812 21.1537 6.34997 20.3308 6.13003C18.8393 5.73047 12.8584 5.73047 12.8584 5.73047C12.8584 5.73047 6.87772 5.73047 5.3862 6.13003C4.5633 6.34997 3.91531 6.99812 3.69538 7.82086C3.29565 9.31253 3.29565 12.4243 3.29565 12.4243C3.29565 12.4243 3.29565 15.5363 3.69538 17.0278C3.91531 17.8506 4.5633 18.4989 5.3862 18.7187C6.87772 19.1184 12.8584 19.1184 12.8584 19.1184C12.8584 19.1184 18.8393 19.1184 20.3308 18.7187C21.1537 18.4989 21.8017 17.8506 22.0216 17.0278C22.4214 15.5363 22.4214 12.4243 22.4214 12.4243C22.4214 12.4243 22.4214 9.31253 22.0216 7.82086Z" fill="%23FF6236"/></svg>');
  }
}
@media (max-width: 767px) {
  #footer .container .footer-medals img {
    max-width: 32%;
  }
  #footer .container .footer-flex .footer-socials {
    margin-bottom: 0;
  }
}

.owl-stage-outer {
  overflow: hidden;
}
.owl-stage-outer .owl-stage {
  display: flex;
}

.owl-nav.disabled {
  display: none;
}

.owl-dots {
  margin: 30px auto 0 auto;
  text-align: center;
}
.owl-dots .owl-dot {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: rgba(15, 14, 21, 0.2) !important;
  border: none;
  margin-right: 8px;
}
.owl-dots .owl-dot.active {
  width: 40px;
}
.owl-dots .slide-progress {
  width: 0;
  max-width: 100%;
  height: 8px;
  background: Black;
  border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */
