@font-face {
  font-family: "AgencyFBbold";
  src: url("../fonts/AgencyFB-Bold.eot");
  src: url("../fonts/AgencyFB-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AgencyFB-Bold.woff2") format("woff2"),
    url("../fonts/AgencyFB-Bold.woff") format("woff"),
    url("../fonts/AgencyFB-Bold.ttf") format("truetype"),
    url("../fonts/AgencyFB-Bold.svg#AgencyFB-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.eot");
  src: url("../fonts/Impact.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Impact.woff2") format("woff2"),
    url("../fonts/Impact.woff") format("woff"),
    url("../fonts/Impact.ttf") format("truetype"),
    url("../fonts/Impact.svg#Impact") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font_agency_fb {
  font-family: "AgencyFBbold", sans-serif;
}
.font_impact {
  font-family: "Impact", sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.content_wrapper {
  min-height: calc(100vh - 172px);
}
.color_darkgoldenrod {
  color: #b8860b;
}
.text_darkgoldenrod {
  color: #b8860b !important;
}
.border_darkgoldenrod {
  border-color: #b8860b !important;
}
.bg_darkgoldenrod {
  background-color: #b8860b !important;
}
.text_black {
  color: #000;
}
.border_black {
  border-color: #000;
}
.bg_black {
  background-color: #000;
}

/* Recruitment profile start  */
.section_title {
  font-weight: 400;
  /* font-size: 120px; */
  font-size: min(
    max(4.375rem, calc(4.375rem + ((1vw - 0.619375rem) * 5.5006))),
    7.5rem
  );
  line-height: 1.1;
}

.hero-section {
  position: relative;
}
.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35%;
  background-color: #000;
  z-index: -1;
}
.hero-section .logo img {
  width: 45vw;
  max-width: 864px;
  min-width: 260px;
  height: auto;
}

.hero-section .chart-img {
  margin-top: 30px;
}
.hero-section .chart-img img {
  width: 46vw;
  max-width: 927px;
  height: auto;
}

.hero-section .info-block {
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.hero-section .info-block-item {
  padding: 20px;
  border: 2px solid #fff;
  max-width: 435px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section .info-block .text-sml {
  /* font-size: 74px; */
  font-size: min(
    max(2.0625rem, calc(2.0625rem + ((1vw - 0.359375rem) * 3.0943))),
    4.625rem
  );
  line-height: 1.15;
  margin-bottom: 0;
}
.hero-section .info-block .text-big {
  /* font-size: 140px; */
  font-size: min(
    max(4.375rem, calc(4.375rem + ((1vw - 0.48rem) * 6.0764))),
    8.75rem
  );
  margin-bottom: 0;
}
.hero-section .right_col {
  display: flex;
  flex-direction: column;
}
.hero-section .right_col .player_block {
  position: relative;
}

.hero-section .right_col .lines-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.hero-section .right_col .lines-bg img {
  width: 100%;
}

.hero-section .right_col .player_block .player-img img {
 max-width: 490px;
  min-width: 210px;
  width: 26vw;
  height: auto;
    /* width: 390px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;*/
}
.hero-section .right_col .player_block .player-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-top: calc(5px + 2.5vw);
}
.hero-section .right_col .player-info {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #b8860b;
  padding: 10px 30px;
  margin-top: -100px;
  width: 100%;
  max-width: 580px;
}
.hero-section .right_col .player-name {
  color: #000;
  /* font-size: 69px; */
  font-size: min(max(3rem, calc(2.5rem + ((1vw - 0.48rem) * 1.8229))), 4.3125rem);
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}
.hero-section .right_col .player-name span {
  color: #b8860b;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.hero-section .right_col .player-text {
  color: #000;
  /* font-size: 36px; */
  font-size: min(
    max(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 1.0417))),
    2.25rem
  );
  line-height: 1.1;
  margin-bottom: 0;
  text-align: center;
}
.hero-section .right_col .bottom-text {
  background-color: #b8860b;
  position: relative;
  z-index: 2;
  padding: 25px;
  /* min-height: 365px; */
  /*min-height: calc(50px + 18vw);*/
  min-height: calc(85px + 18vw);

  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section .right_col .bottom-text .text-sml {
  /* font-size: 74px; */
  font-size: min(
    max(3.375rem, calc(3.375rem + ((1vw - 0.48rem) * 1.7361))),
    4.625rem
  );
  line-height: 1.15;
  padding-top: 25px;
}
.hero-section .right_col .bottom-text .text-big {
  /* font-size: 170px; */
  font-size: min(
    max(4.375rem, calc(4.375rem + ((1vw - 0.48rem) * 8.6806))),
    10.625rem
  );
  line-height: 1;
  margin-bottom: 0;
}
.film-analysis-sec {
  padding: 90px 0px 0;
  border-bottom: 50px solid #b8860b;
}
.film-analysis-sec .block_title {
  /* font-size: 65px; */
  /*font-size: min(
    max(3rem, calc(3rem + ((1vw - 0.619375rem) * 1.8702))),
    4.0625rem
  );*/
  font-size: min(
    max(2rem, calc(2rem + ((1vw - 0.619375rem) * 3.0803))),
    3.75rem
  );
  line-height: 1.05;
  letter-spacing: -0.01em;
  padding: 0 20px;
}
.film-analysis-sec .video_block {
  position: relative;
  border: #fff solid 2px;
}

.film-analysis-sec .video_block video {
  /* width: 100%; */
  /* aspect-ratio: 16 / 9; */
  width: 37vw;
  height: 21vw;
}
.film-analysis-sec .video-play-btn {
  position: relative;
}
.film-analysis-sec .video-play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='80.000000pt' height='53.000000pt' viewBox='0 0 1280.000000 1153.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,1153.000000) scale(0.100000,-0.100000)'%0Afill='%23ffffff' stroke='none'%3E%3Cpath d='M6300 11519 c-423 -46 -838 -228 -1114 -490 -118 -111 -201 -217%0A-289 -364 -216 -364 -4708 -8206 -4742 -8280 -208 -444 -205 -916 9 -1361 226%0A-470 672 -835 1179 -965 225 -57 -205 -53 5032 -56 3271 -3 4831 0 4898 7 494%0A52 915 308 1198 729 156 231 256 484 306 776 21 124 24 452 5 570 -28 172 -78%0A338 -160 535 -202 484 -448 929 -992 1795 -507 806 -375 581 -2120 3630 -821%0A1436 -1520 2655 -1553 2710 -86 146 -145 221 -260 331 -231 222 -515 359 -873%0A420 -109 18 -409 26 -524 13z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: center center;
  transform: rotate(90deg) translateX(-50%) translateY(50%) !important;
}
.film-analysis-sec .video-pause-btn,
.film-analysis-sec .video-play-btn {
  position: absolute;
  z-index: 1;
  font-size: 32px;
  line-height: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  outline: none;
  border: none;
}
.film-analysis-sec .video-pause-btn:active,
.film-analysis-sec .video-play-btn:active,
.film-analysis-sec .video-pause-btn:focus,
.film-analysis-sec .video-play-btn:focus {
  outline: none;
  border: none;
}
.film-analysis-sec .video-pause-btn::before,
.film-analysis-sec .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 2px #fff;
  /* width: 80px; */
  /* height: 80px; */
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: min(max(60px, calc(3.75rem + ((1vw - 9.91px) * 2.2002))), 80px);
  height: min(max(60px, calc(3.75rem + ((1vw - 9.91px) * 2.2002))), 80px);
}
.film-analysis-sec .video_block {
  line-height: 0;
}
.film-analysis-sec .video_block .video-pause-btn {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.film-analysis-sec .video-pause-btn {
  bottom: 60px;
  padding-top: 60px;
}
.film-analysis-sec .video-pause-btn::before {
  margin-top: 30px;
}
.film-analysis-sec .video_block:hover .video-pause-btn {
  opacity: 1;
}
.film-analysis-sec .video-play-btn img {
  width: 120px;
  height: auto;
}
.film-analysis-sec .left_col {
  padding-top: 30px;
  padding-bottom: 200px;
}
.film-analysis-sec .testimonial {
  padding: 20px 30px 30px;
}
.film-analysis-sec .testimonial .bubble-text {
  height: auto;
  box-shadow: -10px 14px 0px 0px rgba(184, 134, 11, 1),
    10px 14px 0px 0px rgba(184, 134, 11, 1);
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 32px;
  /* font-size: 60px; */
  font-size: min(
    max(2rem, calc(2rem + ((1vw - 0.619375rem) * 3.0803))),
    3.75rem
  );
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-align: center;
  border: 2px solid #000;
  position: relative;
  z-index: 3;
}
.film-analysis-sec .bubble-text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  width: 58px;
  height: 34px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='19' viewBox='0 0 63 19'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M31.5,0,63,19H0Z' transform='translate(63 19) rotate(180)' fill='%23b8860b'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.film-analysis-sec .testimonial-text {
  color: #fff;
  /* font-size: 38px; */
  font-size: min(
    max(1.625rem, calc(1.625rem + ((1vw - 0.619375rem) * 1.3201))),
    2.375rem
  );
  line-height: 1.15;
  width: 95%;
  max-width: 670px;
  padding: 35px 50px 90px;
  background-color: #000;
  border: 2px solid #b8860b;
  border-radius: 60px;
}
.film-analysis-sec .author-img {
  margin-top: -80px;
}
.film-analysis-sec .author-img img {
  width: 22vw;
  max-width: 180px;
  min-width: 130px;
  height: auto;
}
.film-analysis-sec .testimonial .author-name {
  /* font-size: 50px; */
  font-size: min(
    max(2.5rem, calc(2.5rem + ((1vw - 0.619375rem) * 1.1001))),
    3.125rem
  );
  line-height: 1.1;
}

.campscycle-test-result {
  border-bottom: 50px solid #b8860b;
  padding-bottom: 100px;
}

.campscycle-test-result .btns-block button {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  color: #000;
  border: #fff solid 1px;
  background-color: #fff;
  border-radius: 0;
  padding: 20px 25px;
  line-height: 1.1;
  font-size: 46px;
  min-width: 320px;
  outline: 0;
}
.campscycle-test-result .btns-block button.active,
.campscycle-test-result .btns-block button:active,
.campscycle-test-result .btns-block button:focus,
.campscycle-test-result .btns-block button:hover {
  border: #a17609 solid 1px;
  background-color: #b8860b;
  color: #fff;
  outline: 0;
}

.campscycle-test-result .block_title {
  /* font-size: 85px; */
  font-size: min(max(3rem, calc(3rem + ((1vw - 0.62rem) * 4.0749))), 5.3125rem);
  line-height: 1.05;
  width: 33%;
  margin: auto 0;
}
.campscycle-test-result .ctr-blocks + .ctr-blocks {
  margin-top: 90px;
}
.campscycle-test-result .ctr-block-inner {
  gap: 28px;
}
.campscycle-test-result .ctr-block-item {
  padding: 20px;
  border: 2px solid transparent;
  min-width: 435px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.campscycle-test-result .ctr-block-item .item-text {
  /* font-size: 80px; */
  font-size: min(
    max(2.625rem, calc(2.625rem + ((1vw - 0.62rem) * 4.185))),
    5rem
  );
  line-height: 1.15;
  margin-bottom: 0;
}
.campscycle-test-result .ctr-block-item .item-year {
  /* font-size: 140px; */
  font-size: min(
    max(4.375rem, calc(4.375rem + ((1vw - 0.62rem) * 7.7093))),
    8.75rem
  );
  margin-bottom: 0;
  /* font-size: 200px; */
  /* margin-top: 10px; */
}
.campscycle-test-result .block-1 {
  border-color: #fff;
}
.campscycle-test-result .block-2 {
  border-color: #b8860b;
}
.campscycle-test-result .content_2 {
  display: none;
}
.sec_arrow_down img {
  width: 3.5vw;
  max-width: 64px;
  min-width: 38px;
  height: auto;
}

.recruitment-profile {
  padding: 80px 0 100px;
  border-bottom: 50px solid #b8860b;
}
.recruitment-profile .block_title {
  /* font-size: 100px; */
  font-size: min(
    max(4.6875rem, calc(4.6875rem + ((1vw - 0.62rem) * 2.7533))),
    6.25rem
  );
  line-height: 1.05;
}
.recruitment-profile .rp-block-item {
  padding: 20px;
  border: 2px solid transparent;
  width: 100%;
  max-width: 478px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.recruitment-profile .rp-block-inner {
  flex-wrap: wrap;
}
.recruitment-profile .rp-block-item .item-text {
  /* font-size: 80px; */
  font-size: min(
    max(2.625rem, calc(2.625rem + ((1vw - 0.62rem) * 4.185))),
    5rem
  );
  line-height: 1.15;
  margin-bottom: 0;
}
.recruitment-profile .rp-block-item .item-year {
  /* font-size: 140px; */
  font-size: min(
    max(4.375rem, calc(4.375rem + ((1vw - 0.62rem) * 7.7093))),
    8.75rem
  );
  margin-bottom: 0;
  /* font-size: 200px; */
  /* margin-top: 10px; */
}
.recruitment-profile .block-1 {
  border-color: #fff;
}
.recruitment-profile .block-2 {
  border-color: #b8860b;
}
/* Recruitment profile end  */

/* Request player card start  */
.request-player-card {
  position: relative;
  margin-bottom: 25px;
  overflow-y: hidden;
}
.request-player-card::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  position: absolute;
  top: 10%;
  left: 11%;
  width: 10%;
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='226' viewBox='0 0 239 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.5007 0H201.501L125 199H0L76.5007 0Z' fill='white'/%3E%3Cpath d='M114.002 27H239.002L162.501 226H37.501L114.002 27Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
  height: 226px;
}

.request-player-card::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  position: absolute;
  right: 13%;
  width: 10%;
  bottom: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='226' viewBox='0 0 239 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.5007 0H201.501L125 199H0L76.5007 0Z' fill='white'/%3E%3Cpath d='M114.002 27H239.002L162.501 226H37.501L114.002 27Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
  height: 226px;
}

.request-player-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 140px 0px;
}
.request-player-card-inner .sec-title {
  /* font-size: 70px; */
  font-size: min(max(3rem, calc(3rem + ((1vw - 0.62rem) * 2.2044))), 4.375rem);
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.players-div .box-title {
  color: #000;
  text-align: center;
  background: #fff;
  padding: 11px;
  /* font-size: 48px; */
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.62rem) * 1.6032))), 3rem);
  margin-bottom: 0px;
}

.request-player-card-main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  min-width: 350px;
}
.request-player-card-main .request-player-card-btn a {
  color: rgba(255, 255, 255, 1);
  /* font-size: 48px; */
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.62rem) * 1.6032))), 3rem);
  border: #a17609 solid 1px;
  background-color: #b8860b;
  border-radius: 0;
  padding: 8px 15px;
  line-height: 1.2;
}
.request-player-card-main .request-player-card-btn a:hover {
  background-color: #fff;
  color: #b8860b;
}
/* side-menu css */
.menu-toogle {
  position: absolute;
  top: 15px;
  left: 0;
  width: auto;
  /* background-color: #0986c9; */
  text-decoration: none;
  z-index: 100;
}
.menu-toogle span {
  display: inline-block;
  background-color: #b8860b;
  color: #fff;
  padding: 5px 12px;
}
.side-menu-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 60%;
  bottom: 0;
  background-color: #000;
  padding: 100px 15px 15px 60px;
  z-index: 99;
}
.side-menu-inner ul {
  list-style-type: none;
}
.side-menu {
  display: none;
}
.side-menu.active {
  display: block;
}
.menu-toogle {
  /* font-size: 30px; */
  font-size: min(
    max(1.25rem, calc(1.25rem + ((1vw - 0.62rem) * 1.1013))),
    1.875rem
  );
  line-height: 1.05;
}
.menu-toogle::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 41.5px;
  background-color: #b8860b;
}
.menu-toogle span.hidden {
  display: none;
}
.side-menu-inner li + li {
  margin-top: 30px;
}
.side-menu-inner li a {
  /* font-size: 50px; */
  font-size: min(
    max(1.75rem, calc(1.75rem + ((1vw - 0.62rem) * 2.4229))),
    3.125rem
  );
  line-height: 1.05;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.side-menu-inner li a:hover {
  text-decoration: none;
}
.side-menu-inner li a.active:before,
.side-menu-inner li a:active:before,
.side-menu-inner li a:focus:before,
.side-menu-inner li a:hover:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #b8860b;
  transform: rotate(90deg) translateX(-15px);
  -webkit-transform: rotate(90deg) translateX(-15px);
}

/* side-menu css end */
/* footer css start  */

.footer {
  font-size: 18px;
}
.footer_text_1 {
  font-size: 22px;
}
.footer .footer_top {
  padding: 9px 0;
}
.footer .footer_top a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.footer .footer_top a:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.footer .footer_bottom {
  padding: 25px 0;
}
.footer .footer_bottom a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.footer .footer_bottom a:hover {
  color: #b8860b;
  text-decoration: none;
}
.footer_bottom .footer_bottom_link {
}
.footer_bottom .footer_bottom_link a {
  transform: translateX(-31px);
}
/* footer css end  */

/* Media query start  */
@media (min-width: 992px) {
  .recruitment-profile .block-single .rp-block-item {
    max-width: 850px;
  }
  .recruitment-profile .rp-block-item {
    max-width: 400px; 
  }
}
@media (min-width: 1200px) {
  
  .recruitment-profile .block-single .rp-block-item {
    /* max-width: 83%; */
    max-width: 1010px;
  }
  .recruitment-profile .rp-block-item {
    max-width: 480px; 
  }
  .recruitment-profile .block-single .rp-block-item .item-year {
    font-size: min(
      max(9.125rem, calc(9.125rem + ((1vw - 0.75rem) * 2))),
      10rem
    );
  }
}
@media (max-width: 1199px) {
  .film-analysis-sec .testimonial-text {
    padding: 35px 35px 90px;
  }
  .campscycle-test-result .ctr-block-inner {
    flex-wrap: wrap;
  }
  .campscycle-test-result .block_title {
    width: 100%;
  }
  .side-menu-inner {
    right: 55%;
    padding: 85px 15px 15px 20px;
  }
  .menu-toogle::before {
    height: 31px;
  }
  .menu-toogle span + img {
    width: 31px;
    height: auto;
  }
  .side-menu-inner li a.active:before,
  .side-menu-inner li a:active:before,
  .side-menu-inner li a:focus:before,
  .side-menu-inner li a:hover:before {
    left: -40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #b8860b;
    transform: rotate(90deg) translateX(-10px);
    -webkit-transform: rotate(90deg) translateX(-10px);
  }
  .request-player-card::before {
    top: 6%;
    left: 6%;
    width: 100px;
    height: 100px;
  }
  .request-player-card::after {
    right: 8%;
    bottom: 5%;
    width: 100px;
    height: 100px;
  }
  
}
@media (max-width: 991px) {
  .hero-section .info-block {
    gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-section .left_col {
    background-color: #000;
    padding-bottom: 10px;
  }
  .hero-section .info-block-item {
    padding: 14px;
    width: calc(50% - 9px);
  }
  .hero-section .right_col .player_block {
    min-height: 250px;
  }
  .hero-section .right_col .player_block .player-img {
    padding-top: 15px;
    padding-bottom: 55px;
  }
  .hero-section:before {
    right: 56%;
  }
  .hero-section .right_col .lines-bg {
    bottom: 0;
  }
  .hero-section .right_col .lines-bg img {
    height: 100%;
  }
  .hero-section .right_col .player-info {
    margin-top: -70px;
  }
  .hero-section .right_col .bottom-text {
    min-height: auto;
  }
  .footer {
    font-size: 16px;
  }
  .footer_text_1 {
    font-size: 18px;
  }
  .footer_bottom .footer_bottom_link a {
    transform: translateX(-26px);
  }
  .film-analysis-sec .left_col {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .film-analysis-sec .video_block video {
    width: 65vw;
    height: 37.07vw;
  }
  .section_title {
    font-size: min(max(50px, calc(3.125rem + ((1vw - 4.14px) * 2.0797))), 62px);
  }
  .film-analysis-sec .testimonial .author-name {
    font-size: min(
      max(2rem, calc(2rem + ((1vw - 0.25875rem) * 1.3865))),
      2.5rem
    );
  }
  .film-analysis-sec {
    padding: 40px 0px 0;
    border-width: 25px;
  }
  .film-analysis-sec .block_title {
    font-size: min(
      max(2.5rem, calc(2.5rem + ((1vw - 0.25875rem) * 1.7331))),
      3.125rem
    );
    padding: 0 10px;
  }
  .film-analysis-sec .testimonial .bubble-text {
    font-size: min(
      max(2.5rem, calc(2.5rem + ((1vw - 0.25875rem) * 1.7331))),
      3.125rem
    );
  }
  .campscycle-test-result .btns-block button {
    padding: 10px 10px;
    font-size: min(
      max(2rem, calc(2rem + ((1vw - 0.48rem) * 1.2367))),
      2.875rem
    );
    min-width: 180px;
  }
  .campscycle-test-result .ctr-block-item {
    width: 100%;
    max-width: 350px;
    min-width: 200px;
  }
  .campscycle-test-result {
    padding-bottom: 60px;
  }
  .campscycle-test-result .ctr-block-item .item-text {
    font-size: min(
      max(2.25rem, calc(2.25rem + ((1vw - 0.25875rem) * 1.0399))),
      2.625rem
    );
  }
  .campscycle-test-result .block_title {
    font-size: min(
      max(2.375rem, calc(2.375rem + ((1vw - 0.25875rem) * 1.7331))),
      3rem
    );
  }
  .side-menu-inner ul {
    padding-left: 25px;
  }
  .side-menu-inner li a.active:before,
  .side-menu-inner li a:active:before,
  .side-menu-inner li a:focus:before,
  .side-menu-inner li a:hover:before {
    left: -30px;
  }
  .side-menu-inner li a.active:before,
  .side-menu-inner li a:active:before,
  .side-menu-inner li a:focus:before,
  .side-menu-inner li a:hover:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #b8860b;
    transform: rotate(90deg) translateX(-7px);
    -webkit-transform: rotate(90deg) translateX(-7px);
  }
  .side-menu-inner li + li {
    margin-top: 22px;
  }
  .recruitment-profile .block_title {
    font-size: min(
      max(3.25rem, calc(3.25rem + ((1vw - 0.25875rem) * 3.8128))),
      4.625rem
    );
  }
  .request-player-card-main {
    min-width: 280px;
  }
  .request-player-card-inner .sec-title {
    font-size: min(
      max(2.25rem, calc(2.25rem + ((1vw - 0.48rem) * 5.3812))),
      3rem
    );
  }
  .players-div .box-title {
    font-size: min(
      max(1.625rem, calc(1.625rem + ((1vw - 0.48rem) * 2.6906))),
      2rem
    );
  }
  .request-player-card-main .request-player-card-btn a {
    font-size: min(
      max(1.625rem, calc(1.625rem + ((1vw - 0.48rem) * 2.6906))),
      2rem
    );
  }
  .recruitment-profile {
    padding: 20px 0 50px;
  }
  .recruitment-profile {
    border-width: 25px;
  }
  .campscycle-test-result {
    border-width: 25px;
  }
  .film-analysis-sec .left_col {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-section .chart-img img {
    width: 80vw;
  }
  .logo {
    text-align: center;
    margin-top: 10px;
  }
  .hero-section .chart-img {
    text-align: center;
    margin-bottom: 5px;
  }

  .hero-section .info-block-item {
    min-height: 125px;
  }

  .hero-section .info-block .text-sml {
    font-size: min(
      max(2rem, calc(2rem + ((1vw - 0.359375rem) * 3.1698))),
      4.625rem
    );
  }
  .hero-section .right_col .bottom-text .text-sml {
    font-size: min(
      max(2.375rem, calc(2.375rem + ((1vw - 0.359375rem) * 8.3333))),
      3.375rem
    );
    margin-bottom: 5px;
  }
  .hero-section .right_col .bottom-text .text-big {
    font-size: min(
      max(4rem, calc(4rem + ((1vw - 0.225rem) * 8.8452))),
      6.25rem
    );
  }
  .campscycle-test-result .ctr-block-inner {
    gap: 20px;
  }
  .campscycle-test-result .ctr-blocks + .ctr-blocks {
    margin-top: 65px;
  }
  .side-menu-inner {
    right: 15%;
    padding: 85px 15px 15px 10px;
  }
  .recruitment-profile .rp-block-item {
    padding: 15px;
    min-height: 200px;
  }
  .hero-section .right_col .player-name {
    font-size: min(
      max(2.375rem, calc(2.375rem + ((1vw - 0.359375rem) * 5.2083))),
      3rem
    );
  }
  .film-analysis-sec .video_block {
    border-width: 1px;
  }
  .film-analysis-sec .video_block video {
    width: 70vw;
    height: 40vw;
  }
  .campscycle-test-result .section_title {
    font-size: min(
      max(1.875rem, calc(1.875rem + ((1vw - 0.25875rem) * 3.4662))),
      3.125rem
    );
  }
  .campscycle-test-result .block_title {
    font-size: min(
      max(3.125rem, calc(3.125rem + ((1vw - 0.25875rem) * 1.7331))),
      3.75rem
    );
  }
  .film-analysis-sec {
    border-width: 12px;
  }
  .recruitment-profile {
    border-width: 12px;
  }
  .campscycle-test-result {
    border-width: 12px;
  }
  .film-analysis-sec .left_col {
    padding-bottom: 60px;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
}
@media (max-width: 575px) {
  .hero-section .logo img {
    width: 88vw;
    max-width: 400px;
  }
  .hero-section .right_col .player-info {
    padding: 10px 25px;
  }
  .hero-section .info-block {
    gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-section .info-block-item {
    width: calc(50% - 7px);
    padding: 10px;
  }
  .hero-section .chart-img img {
    width: 94vw;
  }
  .hero-section .right_col .player-name {
    font-size: min(max(34px, calc(2.125rem + ((1vw - 4.14px) * 1.1331))), 38px);
  }
  .hero-section .right_col .player-text {
    font-size: 17px;
  }
  .hero-section .right_col .bottom-text {
    padding: 20px 15px;
  }
  .footer_text_1 {
    font-size: 16px;
  }
  .footer_bottom .footer_bottom_link a {
    transform: translateX(-10px);
  }
  .film-analysis-sec .video_block video {
    width: 80vw;
    height: 46vw;
  }

  .film-analysis-sec .testimonial-text {
    padding: 25px 25px 55px;

    border-radius: 40px;
    font-size: min(
      max(1.25rem, calc(1.25rem + ((1vw - 0.25875rem) * 1.0399))),
      1.625rem
    );
  }
  .film-analysis-sec .testimonial {
    padding: 33px 15px 30px;
  }
  .film-analysis-sec .left_col {
    padding-top: 65px;
  }
  .campscycle-test-result .btns-block button {
    padding: 10px 5px;
    font-size: min(
      max(1.375rem, calc(1.375rem + ((1vw - 0.25875rem) * 1.7331))),
      2rem
    );
    min-width: 160px;
  }
  .request-player-card::before {
    width: 80px;
    height: 80px;
  }
  .request-player-card::after {
    width: 80px;
    height: 80px;
  }
  .hero-section .info-block-item {
    padding: 5px;
  }
  .film-analysis-sec .author-img img {
    max-width: 100px;
    min-width: 94px;
    height: auto;
  }
  .film-analysis-sec .author-img {
    margin-top: -50px;
  }
  .film-analysis-sec .testimonial .bubble-text {
    font-size: min(
      max(1.875rem, calc(1.875rem + ((1vw - 0.25875rem) * 2.773))),
      2.875rem
    );
    padding: 5px 10px;
  }
  .film-analysis-sec .testimonial .author-name {
    font-size: 27px;
  }
  .campscycle-test-result .ctr-block-inner {
    gap: 10px;
  }
  .campscycle-test-result .ctr-block-item {
    padding: 10px;
    max-width: 344px;
  }
  .campscycle-test-result .ctr-block-item .item-year {
    font-size: min(
      max(8.625rem, calc(8.625rem + ((1vw - 0.25875rem) * 2.8329))),
      9.25rem
    );
  }
  .campscycle-test-result .ctr-block-item .item-text {
    font-size: min(
      max(3.4375rem, calc(3.4375rem + ((1vw - 0.25875rem) * 1.983))),
      3.875rem
    );
  }
  .rp-block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recruitment-profile .block_title {
    font-size: min(
      max(2.5rem, calc(2.5rem + ((1vw - 0.25875rem) * 12.4224))),
      3.75rem
    );
  }
  .recruitment-profile .rp-block-item .item-text {
    font-size: min(
      max(3.4375rem, calc(3.4375rem + ((1vw - 0.25875rem) * 2.8329))),
      4.0625rem
    );
  }
  .recruitment-profile .rp-block-item .item-year {
    font-size: min(
      max(6.25rem, calc(6.25rem + ((1vw - 0.25875rem) * 2.8329))),
      6.875rem
    );
  }
  .request-player-card-inner .sec-title {
    font-size: min(
      max(1.6875rem, calc(1.6875rem + ((1vw - 0.25875rem) * 5.5901))),
      2.25rem
    );
    margin-bottom: 30px;
  }
  .players-div .box-title {
    font-size: min(
      max(1.25rem, calc(1.25rem + ((1vw - 0.25875rem) * 3.7267))),
      1.625rem
    );
  }
  .request-player-card-main .request-player-card-btn a {
    font-size: min(
      max(1.25rem, calc(1.25rem + ((1vw - 0.25875rem) * 3.7267))),
      1.625rem
    );
  }
  .request-player-card-main {
    min-width: 220px;
  }
  .recruitment-profile .rp-block-item .item-text.text-1 {
    font-size: 48px;
  }
  .hero-section .right_col .player-info {
    width: auto;
    max-width: 100%;
    min-width: 275px;
  }
  .hero-section .right_col .bottom-text .text-sml {
    padding-top: 10px;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
}
@media (max-width: 480px) {
  .side-menu-inner li a {
    font-size: 38px;
  }
  .side-menu-inner li:nth-child(3) a {
    font-size: 29px;
  }
  .side-menu-inner li:nth-child(5) a {
    font-size: 32px;
  }
  .side-menu-inner {
    right: 0%;
    padding: 70px 7px 15px 4px;
  }
  .menu-toogle span + img {
    width: 32px;
    margin-left: -4px;
  }
  .side-menu-inner li a.active:before,
  .side-menu-inner li a:active:before,
  .side-menu-inner li a:focus:before,
  .side-menu-inner li a:hover:before {
    left: -25px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
  }
  .menu-toogle {
    top: 2px;
    left: 0;
  }
  .side-menu-inner li + li {
    margin-top: 10px;
  }
  .hero-section .right_col .bottom-text {
    padding: 20px 15px 15px;
  }
  .film-analysis-sec {
    padding: 20px 0px 0;
  }
  .sec_arrow_down img {
    width: 28px;
    max-width: 100%;
    min-width: auto;
  }
  .film-analysis-sec .block_title {
    margin-bottom: 0;
  }
  .film-analysis-sec .testimonial .bubble-text {
    box-shadow: -7px 10px 0px 0px rgba(184, 134, 11, 1),
      7px 10px 0px 0px rgba(184, 134, 11, 1);
    margin-bottom: 21px;
    line-height: 1.01;
  }
  .film-analysis-sec .bubble-text:after {
    bottom: -23px;
    width: 36px;
    height: 13px;
    background-size: 34px;
  }
  .film-analysis-sec .testimonial-text {
    width: 98%;
    padding: 25px 40px 55px;
  }
  .campscycle-test-result .btns-block button {
    padding: 10px 5px;
    min-width: 120px;
    font-size: 18px;
  }
  .campscycle-test-result .ctr-block-item {
    padding: 5px;
    max-width: 340px;
  }
  .campscycle-test-result .ctr-blocks + .ctr-blocks {
    margin-top: 25px;
  }
  .recruitment-profile {
    padding: 0px 0 92px;
  }
  .recruitment-profile .rp-block-item .item-text.font_1 {
    font-size: 80px;
  }
  .recruitment-profile .rp-block-item .item-text.font_2 {
    font-size: 53px;
  }
  .recruitment-profile .rp-block-item {
    padding: 10px 5px;
    min-height: 230px;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
}
@media (max-width: 413px) {
  .section_title {
    font-size: min(
      max(2.375rem, calc(2.375rem + ((1vw - 0.2375rem) * 30.303))),
      3rem
    );
  }
  .hero-section .info-block {
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero-section .info-block .text-big {
    font-size: min(
      max(3.375rem, calc(3.375rem + ((1vw - 0.2rem) * 17.2043))),
      4.375rem
    );
  }
  .hero-section .info-block .text-sml {
    font-size: min(
      max(1.5625rem, calc(1.5625rem + ((1vw - 0.2375rem) * 21.2121))),
      2rem
    );
  }
  .hero-section .right_col .player-name {
    font-size: min(max(28px, calc(1.75rem + ((1vw - 3.8px) * 18.1818))), 34px);
  }
  .hero-section .right_col .player-text {
    font-size: 15px;
  }
  .hero-section .right_col .bottom-text .text-sml {
    font-size: min(
      max(2.125rem, calc(2.125rem + ((1vw - 0.2375rem) * 12.1212))),
      2.375rem
    );
  }
  .hero-section .right_col .bottom-text .text-big {
    font-size: min(
      max(3.625rem, calc(3.625rem + ((1vw - 0.2375rem) * 18.1818))),
      4rem
    );
  }
  .film-analysis-sec .block_title {
    font-size: min(
      max(2rem, calc(2rem + ((1vw - 0.2375rem) * 24.2424))),
      2.5rem
    );
  }
  .side-menu-inner li a {
    font-size: 29px;
  }
  .film-analysis-sec .testimonial .bubble-text {
    font-size: min(
      max(25px, calc(1.5625rem + ((1vw - 3.8px) * 15.1515))),
      30px
    );
  }
  .film-analysis-sec .testimonial-text {
    padding: 20px 25px 52px;
    font-size: 18px;
    line-height: 1.35;
  }
  .film-analysis-sec .testimonial .author-name {
    font-size: 24px;
  }
  .film-analysis-sec .left_col {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .campscycle-test-result .block_title {
    font-size: min(
      max(2.125rem, calc(2.125rem + ((1vw - 0.2375rem) * 48.4848))),
      3.125rem
    );
  }
  .campscycle-test-result .ctr-block-item .item-text {
    font-size: min(
      max(2.1875rem, calc(2.1875rem + ((1vw - 0.2375rem) * 60.6061))),
      3.4375rem
    );
  }
  .campscycle-test-result .ctr-block-item .item-year {
    font-size: min(
      max(5rem, calc(5rem + ((1vw - 0.2375rem) * 175.7576))),
      8.625rem
    );
  }
  .recruitment-profile .rp-block-item .item-text {
    font-size: min(
      max(2.1875rem, calc(2.1875rem + ((1vw - 0.2375rem) * 60.6061))),
      3.4375rem
    );
  }
  .rp-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .recruitment-profile .rp-block-item {
    min-height: 200px;
  }

  .campscycle-test-result .ctr-block-item {
    gap: 5px;
    max-width: 100%;
    margin: 0 10px;
    min-width: 0;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
  .recruitment-profile .block_title {
    font-size: min(
      max(2.125rem, calc(2.125rem + ((1vw - 0.2375rem) * 18.1818))),
      2.5rem
    );
  }
  .recruitment-profile .rp-block-item .item-text.text-1 {
    font-size: min(
      max(2.375rem, calc(2.375rem + ((1vw - 0.2375rem) * 30.303))),
      3rem
    );
  }
  .recruitment-profile .rp-block-item .item-year {
    font-size: min(
      max(4.25rem, calc(4.25rem + ((1vw - 0.2375rem) * 96.9697))),
      6.25rem
    );
  }
  .recruitment-profile .rp-block-item .item-text.font_1 {
    font-size: min(
      max(3.5rem, calc(3.5rem + ((1vw - 0.2375rem) * 72.7273))),
      5rem
    );
  }
}
@media (max-width: 375px) {
  .hero-section .right_col .player_block .player-img img {
    min-width: 180px;
  }
  .request-player-card-main .request-player-card-btn a,
  .players-div .box-title {
    font-size: 18px;
  }
  .request-player-card-main {
    min-width: 200px;
  }
  .request-player-card::before,
  .request-player-card::after {
    width: 50px;
    height: 50px;
  }
  .request-player-card-inner {
    margin: 120px 0px;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
}
@media (max-width: 360px) {
  .rp-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruitment-profile .rp-block-item {
    min-height: 180px;
  }
  .footer .footer_top a,
  .footer_bottom .footer_bottom_link a,
  .footer_text_1 {
    font-size: 15px;
  }
  .request-player-card-inner .sec-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .hero-section .right_col .player_block .player-img img {
      width:200px;
  }
}

/* Media query end  */
video::-webkit-media-controls {
  display: none;
}


.chart-wrapper {
    position: relative;
    width: 100%;

}

.chart-img {
    width: 100%;
    height: auto;
}

.chart-num {
    position: absolute;
    color: #fff;
    transform: translateX(-50%);
}

/* Exact top-center positions for each bar */
.n1 { top: 37%; left: 11%; }
.n2 { top: 30%; left: 31%; }
.n3 { top: 22%; left: 50%; }
.n4 { top: 14%; left: 70%; }
.n5 { top: 6%; left: 89%; }

.chart-wrapper .chart-num{
  font-size: min(max(2.0625rem, calc(2.0625rem + ((1vw - 0.359375rem) * 3.0943))),4.625rem);
  line-height: 1.15;
  margin-bottom: 0;
  font-family: "AgencyFBbold", sans-serif;
}

/* Tablet */
@media (max-width: 1024px) {
    .n1 { top: 35%; left: 11%; }
    .n2 { top: 29%; left: 30%; }
    .n3 { top: 22%; left: 50%; }
    .n4 { top: 15%; left: 70%; }
    .n5 { top: 9%; left: 89%; }
}

/* Mobile Large */
@media (max-width: 767px) {
    .n1 { top: 42%; left: 11%; }
    .n2 { top: 35%; left: 31%; }
    .n3 { top: 27%; left: 50%; }
    .n4 { top: 20%; left: 70%; }
    .n5 { top: 13%; left: 88%; }

    .chart-num {
        font-size: 1.8rem;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .n1 { top: 36%; left: 11%; }
    .n2 { top: 30%; left: 31%; }
    .n3 { top: 23%; left: 50%; }
    .n4 { top: 17%; left: 70%; }
    .n5 { top: 11%; left: 89%; }
    
    .chart-num {
        font-size: 1.4rem;
    }
}

