@import url("https://fonts.googleapis.com/css2?family=Koulen&family=Lato:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400..900;1,400..900&display=swap");
body {
  font-family: "Koulen";
  overflow-x: hidden;
  width: 100%;
}

.loadmorebutton {
  cursor: pointer;
  background: linear-gradient(90deg, #491450 0%, #e04413 100%);
  display: flex;
  padding: 9px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}

.text-dark {
  color: #491450 !important;
}

.bg-light {
  background: #f6f6f6 !important;
}

.fw-400 {
  font-weight: 400;
}

.fs-22 {
  font-size: 21px;
}

@media screen and (min-width: 992px) {
  .fs-24 {
    font-size: 24px;
  }
}
.fs-32 {
  font-size: 32px;
}

ul {
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}

.orange-button {
  border-radius: 5px;
  background: #e04413;
  padding: 6px 26px;
  color: #fff;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
}

.section-title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 65px;
  }
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 32px;
    font-weight: 400;
  }
}

.page-title {
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.page-pattern {
  position: relative;
}
.page-pattern::after {
  content: "";
  width: 142.173px;
  height: 177.524px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-407-scaled.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  background-position: right;
  background-size: contain;
  width: 297.31px;
  height: 357px;
  top: 0;
  left: 0;
  background-position: right;
  transform: rotate(180deg);
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .page-pattern::after {
    width: 297.31px;
    height: 357px;
    bottom: -139px;
  }
}

.dropdown {
  position: relative;
  z-index: 9;
}
.dropdown .dropdown-toggle {
  padding: 8px 10px;
  border: 1px solid #ababab;
  background: #f6f6f6;
  color: #260531;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  min-width: 159px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Koulen";
}
@media screen and (max-width: 992px) {
  .dropdown .dropdown-toggle {
    width: 100%;
  }
}

select.form-select {
  width: 15%;
  margin: 20px 0;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #ababab;
  color: #260531;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  min-width: 159px;
  text-align: left;
  font-family: "Koulen";
  position: relative;
  z-index: 10;
}

.dropdown-toggle.bg-white:hover {
  color: black;
  background-color: #dedede !important;
}

.dropdown-toggle::after {
  width: 10px;
  height: 10px;
  border: 2px solid #606061;
  /* background: #F6F6F6; */
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  opacity: 1;
  /* border-color: red; */
  position: relative;
  top: -3px;
}

.menu-header-menu-container a:hover img {
  filter: invert(1);
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(336deg);
}

.topheader .container {
  padding-left: 20px;
  margin-left: 65px;
}

.navbar {
  background: #41124a;
  position: relative;
  background-color: #27034c;
  background-image: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/05/Group-398-2-scaled.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar .navbar-brand {
  margin: 0;
  max-width: 260px;
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar .navbar-brand img {
  width: 100%;
}

.navbar .menu {
  display: flex;
  color: white;
}
.navbar .menu li {
  margin-left: 54px;
}
.navbar .menu li a {
  color: white;
}
.navbar .menu li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .navbar .menu {
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .navbar .menu li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .menu-new-menu-container {
    width: 100%;
  }
  .menu-new-menu-container ul {
    width: 100%;
  }
  .menu-new-menu-container ul li {
    width: 100%;
  }
  .menu-new-menu-container ul li a {
    width: 98%;
    display: block;
    text-align: right;
  }
}
.current_page_item a {
  color: #ec5424 !important;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .navbar .menu li a {
    font-size: 18px;
  }
}
.banner {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .banner {
        background: linear-gradient(90deg, #792883 0%, #171c54 100%);

    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .bannerplayers img {
    position: absolute;
    bottom: -66px;
    -o-object-fit: contain;
    object-fit: contain;
    left: 10%;
    width: 100%;
    max-width: 528px;
  }
}

.main-bg {
  /*  //height: 594px; */
}

.animatelogo {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .animatelogo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-max-content;
    height: max-content;
  }
}

.map {
  animation: zoom-in-zoom-out 10s ease infinite;
  width: 100%;
  max-width: 294.15px;
  height: 235px;
}
@media screen and (min-width: 992px) {
  .map {
    max-width: 580.178px;
    height: 463.512px;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.livematch {
  font-family: Rubik;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .livematch .orange-button {
    position: absolute;
    /* bottom: 0; */
    bottom: 140px;
    left: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .livematch .ovhjuhjh {
    margin-top: -20px;
  }
}
@media screen and (max-width: 992px) {
  .livematch .stadium {
    transform: translateY(-85px);
  }
}
@media screen and (min-width: 992px) {
  .livematch .stadium {
    transform: translateX(-90px);
  }
}
.livematch .stadium .stadiumnamelable {
  font-size: 12px;
}
.livematch .stadium .stadiumname {
  max-width: 160px;
}
@media screen and (max-width: 992px) {
  .livematch .stadium .stadiumname {
    font-size: 14px;
  }
}
.livematch .liveteam1,
.livematch .liveteam2 {
  width: 60px;
  margin: 30px 0;
}
@media screen and (min-width: 992px) {
  .livematch .liveteam1,
  .livematch .liveteam2 {
    width: 111px;
    left: 6px;
    position: relative;
  }
}
.livematch .livematch-container {
  overflow: hidden;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  margin: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  align-items: center;
  transform: translateY(-30px);
}
@media screen and (max-width: 992px) {
  .livematch .livematch-container {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .livematch .livematch-container {
    display: flex;
    width: 1242px;
    height: 121px;
    overflow: hidden;
    padding-right: 33px;
  }
}
.livematch .livematchlabel {
  background: #23295b;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .livematch .livematchlabel {
    width: 210px;
    height: 121px;
  }
}
.livematch .liveversus {
  font-family: "Koulen";
  height: 46px;
  display: flex;
  background-image: url(../images/versus.svg);
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .livematch .liveversus {
    width: 188px;
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  .livematch .liveversus {
    font-size: 16px;
    width: 240px;
  }
}
.livematch .liveversus span {
  display: block;
  width: 100%;
}
.livematch .liveversus div:first-child {
  padding-right: 0;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .livematch .liveversus div:first-child {
    padding-right: 40px;
    text-align: right;
    margin-top: 30px;
    text-align: center;
  }
}
.livematch .liveversus div:first-child span:last-child {
  position: relative;
  top: 8px;
}
.livematch .liveversus div:last-child {
  padding-left: 40px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .livematch .liveversus div:last-child {
    transform: translateX(14px);
  }
}
.livematch .liveversus div:last-child span:last-child {
  position: relative;
  top: 8px;
}

.yettobat {
  position: relative;
  left: 6px;
}

@media screen and (max-width: 992px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
}
.mens-team {
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .mens-team {
    min-height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .mens-team {
    padding: 30px 0;
  }
}

@media screen and (min-width: 992px) {
  .mens-teams-logo {
    max-width: 85%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 781px) {
  .mens-teams-logo .teams-image {
    flex-basis: 20% !important;
  }
}

.mens-team .teams-image img {
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .mens-team .teams-image img {
    height: 120px;
    width: 120px;
    display: block;
    margin: auto;
  }
}

.mens-team .teams-image {
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .mens-team .teams-image {
    width: 20%;
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mens-team .teams-image {
    margin: 0 9px;
  }
}

.mens-team .teams-image:hover {
  transform: scale(1.1);
}

.mens-team::before {
  content: "";
  width: 142.173px;
  height: 177.524px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-406.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .mens-team::before {
    width: 423px;
    height: 423px;
  }
}

.mens-team::after {
  content: "";
  width: 142.173px;
  height: 177.524px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-407-scaled.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  background-position: right;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .mens-team::after {
    width: 523px;
    height: 523px;
    bottom: -473px;
  }
}

.highlights {
  position: relative;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .highlights {
    min-height: 450px;
  }
}

.video-background {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: black;
}

.video-background iframe {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
  width: 100%;
}

.players-section .oragnescapplayer {
  background: #23295b;
}

.players-section .purplecapplayer {
  background: #5b1967;
}

.cap-container {
  padding: 51px 0 20px;
}
@media screen and (min-width: 992px) {
  .cap-container {
    padding: 98px 0 30px;
  }
}

.cap-image-container {
  width: 217.188px;
  height: 173.958px;
  background-image: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-scaled.png);
  background-position: center;
  background-size: contain;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cap-image-container {
    width: 435.97px;
    height: 435.97px;
  }
}
.cap-image-container img {
  width: 160.417px;
  height: 142.708px;
  -webkit-clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  );
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (min-width: 992px) {
  .cap-image-container img {
    width: 308px;
    height: 274px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    top: 90px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .cap-image-container {
    margin: 0 auto 20px;
  }
}

.purplecapplayer .cap-image-container {
  background-image: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-scaled.png);
}

.cap-title {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .cap-title {
    font-size: 36px;
    margin-bottom: -10px;
  }
}

.cap-player-name {
  color: #fff;
  margin-bottom: 11px;
}
@media screen and (min-width: 992px) {
  .cap-player-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .capscores {
    align-items: center;
  }
  .capscores svg {
    height: 36.458px;
  }
}
.cap-run {
  color: #fff;
  font-size: 21px;
}
@media screen and (min-width: 992px) {
  .cap-run {
    font-size: 38px;
  }
}

.cap-label {
  color: #fff;
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  .cap-label {
    font-size: 22px;
  }
}

.sponsors {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .sponsors {
    padding-top: 124px;
    padding-bottom: 177px;
    padding: 124px 100px 177px;
    background-image: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/05/Group-399-1-scaled-e1748679344277.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
/* 
.sponsors::before {
  content: "";
  width: 297.31px;
  height: 357px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-406.png);
  position: absolute;
  background-repeat: no-repeat;
  bottom: 48px;
  left: 0;
  z-index: 0;
  background-size: contain;
}

.sponsors::after {
  content: "";
  width: 297.31px;
  height: 357px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-407-scaled.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 67px;
  right: 0;
  z-index: 0;
  background-position: right;
  background-size: contain;
} */

.sponsors img {
  display: flex;
  margin: auto;
  margin-bottom: 20px;
  max-width: 200px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 992px) {
  .sponsors .section-title {
    font-size: 50px;
    font-weight: 400;
    font-family: "Koulen";
  }
}

.wp-block-media-text__content {
  text-align: center;
  font-size: 32.067px;
  font-weight: 400;
}

li {
  list-style-type: none;
}

b {
  font-weight: 500;
}

.page-title-header {
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .page-title-header {
    background: linear-gradient(90deg, #792883 0%, #171c54 100%);
  }
}
@media screen and (min-width: 992px) {
  .page-title-header {
    background: linear-gradient(90deg, #792883 0%, #171c54 100%);
  }
}
.page-title-header .page-title-title {
  color: #fff;
  text-align: center;
  font-family: "Koulen";
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .page-title-header .page-title-title {
    font-size: 56px;
  }
}

.teamstab-cover {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .teamstab-cover {
    background: linear-gradient(90deg, #792883 0%, #171c54 100%);
  }
}
@media screen and (min-width: 992px) {
  .teamstab-cover {
    background: linear-gradient(90deg, #792883 0%, #171c54 100%);
  }
}

.fixtures {
  font-family: Rubik;
  padding-bottom: 33px;
}
.fixtures .fixture {
  margin-bottom: 33px;
  margin-bottom: 33px;
  background: white;
  position: relative;
  z-index: 1;
}
.fixtures .fixture .matchname {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .matchname {
    margin-right: 40px;
  }
}
.fixtures .fixture .fixture-head {
  padding: 14px 10px;
  font-size: 13px;
  border-radius: 20px 20px 0px 0px;
  background: #260531;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 150% */
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .fixture-head {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixture-head {
    padding: 20px 50px;
    font-size: 16px;
  }
}
.fixtures .fixture .fixtures-body {
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixtures-body {
    padding: 35px 50px;
  }
}
.fixtures .fixture .fixtures-body .fixteamimage {
  width: 82px;
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixtures-body .fixteamimage {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixtures-body .fixtures-schedule {
    margin-left: 32px;
  }
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .fixtures-body .fixtures-schedule {
    font-size: 11px;
  }
}
.fixtures .fixture .fixtures-body .fixtures-schedule-date {
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .fixtures-body .fixtures-schedule-date {
    margin: 10px 0 2px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixtures-body .fixtures-schedule-date {
    font-size: 20px;
  }
}
.fixtures .fixture .fixture-run {
  color: #606061;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .fixture-run {
    font-size: 11px;
  }
}
.fixtures .fixture .fixture-run div:first-child {
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixture-run div:first-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .fixtures .fixture .fixtures-versus {
    width: 20.115px;
    height: 20.115px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixtures-versus {
    max-width: 46px;
    margin: 0 76px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixture-run1 {
    margin-right: 85px;
    text-align: right;
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .fixture .fixture-run2 {
    margin-left: 20px;
  }
}
.fixtures .versusteamimage {
  width: 60.818px;
}
@media screen and (max-width: 992px) {
  .fixtures .versusteamimage {
    margin-left: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .fixtures .versusteamimage {
    width: 110.818px;
  }
}

@media screen and (min-width: 992px) {
  .fixturesrow {
    max-width: 50%;
  }
}

form .search input {
  border: 1px solid #ababab;
  background: #fff;
  display: inline-flex;
  padding: 8px 20px;
  align-items: center;
  gap: 14px;
  height: 45px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  form .search input {
    width: 300px;
  }
}

.ih-pt-img img {
  max-width: 100%;
}

tr.ih-pt-tbl {
  background: #260531;
}

td.ih-pt-fb-w {
  width: 10%;
  padding-right: 20px;
}

.ih-pt-r {
  background-color: #ef4123;
}

.teams-logo-slider li:has(.right-tick) {
  border: 1px solid #1a356b;
  transform: scale(1.1);
}

table {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}

.indiplayertable td {
  padding: 22px !important;
}
.indiplayertable th {
  padding: 17px 22px !important;
}

.ih-pt-fb {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

table tr {
  border: 1px solid #e6e8eb;
  background: #fafbfc;
}

table.ih-td-tab {
  border-collapse: collapse;
  caption-side: bottom;
  text-align: center;
}

table td,
table th {
  white-space: nowrap;
}

table.ih-td-tab,
table.ih-td-tab td,
table.ih-td-tab th {
  border: 0 solid #000;
  vertical-align: middle;
}

table th {
  color: white;
  font-weight: 400;
  padding: 18px 10px !important;
}

table td {
  font-family: Rubik;
}

td.ih-t-color {
  color: #008625;
  font-weight: 600;
}

.rf.W {
  border: 1px solid #008625;
  color: #008625;
  background: none;
  border-radius: 50%;
}

.rf.L {
  border: 1px solid #d34646;
  color: #d34646;
  background: none;
  border-radius: 50%;
}

.ih-pt-ic {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .ih-pt-ic {
    min-width: 130px;
  }
}

.ih-pt-img {
  padding-right: 20px;
  height: auto;
  width: 60px;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .ih-pt-img {
    width: 80px;
  }
}

h2.ih-pt-cont {
  font-size: 16px;
  color: #606061;
  margin-bottom: 0;
}

h2.ih-pt-cont a {
  color: #000000;
}

.ih-pt-cont-team {
  font-size: 16px;
  color: #606061;
  margin-bottom: 0;
  color: #606061;
}

.ih-pt-g,
.ih-pt-r {
  background-color: #008625;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  color: #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 1400px) {
  table.ih-td-tab,
  table.ih-td-tab td,
  table.ih-td-tab th {
    font-size: 14px;
  }
}
.stats-banner {
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center left;
  background-repeat: no-repeat;
  margin: auto;
  background-size: 100% 100%;
}
@media screen and (max-width: 992px) {
  .stats-banner {
    background: linear-gradient(90deg, #151848 0%, #2b1550 50%, #9b2d84 100%);
  }
}
@media screen and (min-width: 992px) {
  .stats-banner {
    height: 390px;
    background: linear-gradient(90deg, #151848 0%, #2b1550 50%, #9b2d84 100%);
  }
}
.stats-banner .stats-details {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .stats-banner .stats-details {
    position: absolute;
  }
}
.stats-banner .stats-details .container {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .stats-banner .stats-details .container {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .stats-banner .theplayersstats {
    margin-left: 90px;
  }
}
.stats-banner .statsplayer {
  -webkit-clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
  clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
}
@media screen and (min-width: 992px) {
  .stats-banner .statsplayer {
           width: 346px;
        height: 346px;
    background-image: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-scaled.png);
    background-size: contain;
    position: relative;
    bottom: 0;
    left: 34px;
    padding: 65px;
  }
}
.stats-banner .statsplayer img {
  width: 100%;
  width: 100%;
  clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
}
@media screen and (max-width: 992px) {
  .stats-banner .statsplayer img {
    max-width: 248.367px;
    height: 255px;
    margin: auto;
    display: flex;
  }
}
.stats-banner .statstable {
  display: flex;
}
@media screen and (max-width: 992px) {
  .stats-banner .statstable {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.stats-banner .statstable > div {
  border: 1px solid white;
  height: 88px;
  width: 33%;
  font-family: Rubik;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .stats-banner .statstable > div {
    width: 120px;
  }
}
.stats-banner .statstable > div:last-child {
  border-right: 1px solid white;
}
.stats-banner .statstable .statsnumb {
  font-size: 26px;
  font-weight: 600;
}
.stats-banner .bread-crumb {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .stats-banner .bread-crumb {
    font-size: 16px;
  }
}
.stats-banner .playername {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  /* 100% */
}
@media screen and (max-width: 992px) {
  .stats-banner .playername {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .stats-banner .playername {
    font-size: 46px;
  }
}

.stats-banner .stats-details.individualplayer {
  bottom: 48px;
}
@media screen and (min-width: 992px) {
  .stats-banner .stats-details.individualplayer .theplayersstats {
    margin-left: 183px;
    margin-top:48px;
  }
}

@media screen and (max-width: 992px) {
  .stats-banner .stats-details.individualplayer {
    bottom: 48px;
    padding: 58px 0 30px;
    text-align: center;
  }
}
.gallerystats img {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.orange-cap-internal {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 479px;
}
.orange-cap-internal .capplayerimage {
  width: 550px;
  width: 450px;
  height: 450px;
  margin-left: 220px;
  margin-right: 200px;
  position: relative;
  top: 25px;
  background: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-scaled.png);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange-cap-internal .capplayerimage img {
  width: 309px;
  height: 317.829px;

  -webkit-clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
  clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
}
.orange-cap-internal .cap-details-side {
  margin-top: 65px;
}
.orange-cap-internal .orangecap {
  transform: translate(-35px, 0);
  width: 157px;
  height: 113px;
  -o-object-fit: cover;
  object-fit: cover;
}
.orange-cap-internal .cap-player-name {
  color: #fff;
  font-family: "Koulen";
  font-size: 28px;
  font-weight: 400;
  /* 125% */
}
.orange-cap-internal .captitle {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  font-family: "Koulen";
}

.purple-cap-internal {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 479px;
}
.purple-cap-internal .capplayerimage {
  width: 450px;
  height: 450px;
  margin-left: 156px;
  margin-right: 243px;
  position: relative;
  top: 25px;
  background: url(https://wgray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-scaled.png);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purple-cap-internal .capplayerimage img {
  width: 309px;
  height: 317.829px;

  -webkit-clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
  clip-path: polygon(
    24% 0%,
    74% 0%,
    100% 22%,
    100% 75%,
    75% 100%,
    30% 108%,
    0% 79%,
    0% 23%
  );
}
.purple-cap-internal .cap-details-side {
  margin-top: 65px;
}
.purple-cap-internal .orangecap {
  transform: translate(-35px, 0);
  width: 157px;
  height: 113px;
  -o-object-fit: cover;
  object-fit: cover;
}
.purple-cap-internal .cap-player-name {
  color: #fff;
  font-size: 28px;
  font-family: "Koulen";
  font-weight: 400;
  /* 125% */
}
.purple-cap-internal .captitle {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  font-family: "Koulen";
}

@media screen and (max-width: 992px) {
  .statsplayerindiplayer {
    text-align: center;
  }
  .statsplayerindiplayer img {
    width: 210px;
    height: 216px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.indiplayer {
  width: 100%;
  max-width: 200px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .indiplayer {
    top: 53px;
    left: 32px;
  }
}

.individualtable {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .individualtable {
    width: 640px;
  }
}
.individualtable > div {
  border: 1px solid white;
  height: 88px;
  width: 50%;
  font-family: Rubik;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
  border-right: 0;
}
.individualtable > div:last-child,
.individualtable > div:nth-last-child(3) {
  border-right: 1px solid white;
}
.individualtable > div:last-child,
.individualtable > div:nth-last-child(2) {
  border-bottom: 1px solid white;
}
.individualtable .statsnumb {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .individualtable .statsnumb {
    font-size: 26px;
  }
}
.squad-card {
  border: 1px solid #e6e8eb;
}
.squad-card .squadbody {
  padding: 20px;
}
.squad-card .squad-player-name {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  /* 144.444% */
}
.squad-card .squad-player-role {
  color: #504f50;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  /* 162.5% */
}

.custom-nav-tabs {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .custom-nav-tabs {
    margin-top: 87px;
    justify-content: center;
  }
}
.custom-nav-tabs button {
  display: inline-flex;
  padding: 6px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #dcdcdc;
  border: 0;
  color: #260531;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  /* 144.444% */
}
@media screen and (min-width: 992px) {
  .custom-nav-tabs button {
    margin: 0 7px;
  }
}
.custom-nav-tabs button.active {
  background: #e04413;
  color: white;
}
@media screen and (max-width: 992px) {
  .custom-nav-tabs button {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }
}

.auction-nav-tabs {
  justify-content: center;
  padding-top: 47px !important;
  padding-bottom: 25px !important;
  position: relative;
  z-index: 9;
}
.auction-nav-tabs button {
  display: inline-flex;
  padding: 6px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #dcdcdc;
  border: 0;
  color: #260531;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  margin: 0 7px;
  /* 144.444% */
}
.auction-nav-tabs button.active {
  background: #e04413;
  color: white;
}

.slick-dots {
  bottom: -36px;
}

.slick-dots li button:before {
  width: 14px;
  height: 14px;
  background: #d9d9d9;
  color: unset;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #310e31;
  color: unset;
  border-radius: 50%;
  opacity: 1;
}

.teamstab {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.teamstab .teamstabstab {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background-color: #fafbfc;
  margin: 0 15px;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .teamstab .teamstabstab {
    width: 111.477px;
    height: 111.477px;
  }
}
.teamstab .teamstabstab img {
  width: 90%;
}
.teamstab .teamstabstab.active {
  border: 3px solid #db4610;
}
@media screen and (min-width: 992px) {
  .teamstab .teamstabstab.active {
    border: 6px solid #db4610;
  }
}
.teamstab .teamstabstab:focus-visible {
  outline: 0 !important;
}

.teamtable .captain-header {
  background: linear-gradient(90deg, #260531 0%, #65202e 31.27%, #23295b 100%);
  color: #fff;
  font-size: 17px;
  padding: 7px;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .teamtable .captain-header {
    font-size: 24px;
    padding: 21px;
  }
}
.teamtable .captain-header img {
  margin-left: 10px;
  width: 34px;
  height: 33px;
}

.playerandrole {
  margin: auto;
  text-transform: uppercase;
}
.playerandrole > div {
  border: 1px solid #e6e8eb;
  background: #fafbfc;
  padding: 10px 20px;
  font-family: Rubik;
  display: flex;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .playerandrole > div {
    font-size: 24px;
    padding: 28px;
  }
}
.playerandrole > div img {
  margin-right: 37px;
  width: 32px;
  height: 32px;
}

.aucttteamimage {
  width: 96.925px;
  height: 94.961px;
}
@media screen and (min-width: 992px) {
  .aucttteamimage {
    width: 110px;
  }
}

.auctionsection {
  position: relative;
  background: #41124a;
}
@media screen and (min-width: 992px) {
  .auctionsection {
    height: 931px;
  }
}
.auctionsection::before {
  content: "";
  width: 326.56px;
  height: 407.759px;
  background-image: url(../images/auction-pattern-left.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: left;
}
.auctionsection::after {
  content: "";
  width: 326.56px;
  height: 407.759px;
  background-image: url(../images/auction-pattern-left.svg);
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-position: left;
  transform: scaleX(-1);
}
.auctionsection .iframe {
  position: relative;
  z-index: 1;
}

.tab-content {
  position: relative;
  z-index: 1;
}

.aution-details {
  padding: 20px 15px;
  border-top: 5px solid #d14340;
  background: rgba(64, 15, 57, 0.36);
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
@media screen and (min-width: 992px) {
  .aution-details {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 992px) {
  .aution-details {
    margin-bottom: 42px;
  }
}

.auctionplayerdteails {
  margin-top: 26px;
}

@media screen and (max-width: 992px) {
  .playervalue {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .playervalue {
    margin-top: 26px;
  }
}

.auction-stats {
  padding-top: 46px;
  padding-bottom: 73px;
  position: relative;
  background: #f6f6f6;
}
.auction-stats::before {
  content: "";
  width: 326.56px;
  height: 407.759px;
  background-image: url(../images/auction-stats.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: left;
  bottom: 0;
  margin: auto;
}
.auction-stats .section-title {
  margin-bottom: 46px;
}
.auction-stats .container {
  display: flex;
}
.auction-stats .agv-main {
  color: #491450;
  min-height: 262px;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .auction-stats .agv-main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .auction-stats .agv-main {
    padding: 21px 21px 0;
  }
}
.auction-stats .agv-team-logo {
  width: 77.434px;
  height: 77.434px;
  margin: auto;
  background: white;
  border-radius: 50px;
  padding: 13px;
}
.auction-stats .agv-team-logo img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auction-stats .agv-team-name {
  color: #fff;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  margin: 13px 0 14px;
  /* 157.143% */
}
.auction-stats .fr-name {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  /* 157.143% */
}
.auction-stats .fr-fund {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  /* 157.143% */
}

.stats-gallery {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.stats-gallery::after {
  content: "";
  width: 142.173px;
  height: 177.524px;
  background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-407-scaled.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  background-position: right;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .stats-gallery::after {
    width: 297.31px;
    height: 357px;
    top: 0;
  }
}
.stats-gallery .section-title {
  color: #491450;
}
@media screen and (min-width: 992px) {
  .stats-gallery .section-title {
    margin-bottom: 45px;
  }
}
.stats-gallery a {
  margin-bottom: 45px;
  margin-top: 45px;
}

footer {
  font-family: Rubik;
  padding: 1em;
  text-align: center;
        
          background-image: url(https://gray-manatee-383223.hostingersite.com/wp-content/uploads/2025/06/Group-422-scaled.png);
  text-align: left;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 300;
  background-size: cover;
  /* 150% */
}
footer .menu-item {
  margin-bottom: 18px;
}
footer .menu-item a {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 300;
  /* 150% */
  text-transform: capitalize;
}
footer h6 {
  color: #fff;
  font-family: "Koulen";
  font-size: 24px;
  font-weight: 400;
  /* 166.667% */
}
@media screen and (max-width: 992px) {
  footer h6 {
    margin-top: 40px;
    text-align: center;
  }
}
footer .social-icons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
footer .social-icons li {
  margin-right: 23px;
}
footer .social-icons a:hover img {
  filter: invert(1);
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(336deg);
}
@media screen and (max-width: 992px) {
  footer .social-icons {
    justify-content: center;
  }
  footer .social-icons li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  footer .menu-footer-menu-container {
    text-align: center;
  }
}

/* footer.main-footer::after {
  content: "";
  width: 297.31px;
  height: 258px;
  background-image: url(../images/footerrightpatter.svg);
  position: absolute;
  background-repeat: no-repeat;
  bottom: 48px;
  right: 0;
  z-index: 0;
  background-position: right;
} */

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

.footer-logo-widget figure {
  display: flex;
}
@media screen and (max-width: 992px) {
  .footer-logo-widget figure {
    justify-content: center;
  }
}
.footer-logo-widget figure img {
  max-width: 240px;
}

#menu-footer-menu li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 992px) {
  #menu-footer-menu {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  #menu-footer-menu {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  #menu-footer-menu li {
    margin: 0 !important;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .lower-footer {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .copyright-footer li,
  .copyright-footer a {
    font-size: 15px;
  }
}
footer li a:hover {
  color: #23295b !important;
}

.wp-block-media-text__content p {
  white-space: nowrap;
}

.owl-prev,
.slick-prev,
.slick-next,
.owl-next {
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #260531 !important;
  border-radius: 50px !important;
  margin-top: 23px;
}
.owl-prev span,
.slick-prev span,
.slick-next span,
.owl-next span {
  font-size: 22px;
  top: -2px;
  position: relative;
}
.owl-prev.disabled,
.slick-prev.disabled,
.slick-next.disabled,
.owl-next.disabled {
  opacity: 0.5;
}

.owl-prev {
  margin-right: 11px;
}

.slick-prev:before {
  content: "" !important;
}

.slick-next:before {
  content: "" !important;
}

.wp-block-embed iframe {
  max-width: 100%;
  height: 190px;
}

.wp-block-cb-carousel .slick-next:before,
.wp-block-cb-carousel .slick-prev:before {
  color: #000;
  height: 8px;
  width: 8px;
  display: block;
  left: 4px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  border: 1px solid;
  border-color: black;
  bottom: 0;
  right: 0;
  margin: auto;
  background: transparent;
  border-right: 0;
  border-top: 0;
}

button.slick-next.slick-arrow {
  transform: rotate(180deg);
}

.slick-arrow {
  position: absolute;
  bottom: -35px;
  top: unset !important;
  left: 7px !important;
}

button.slick-next.slick-arrow {
  transform: rotate(180deg) !important;
  left: 60px !important;
  bottom: -20px !important;
}

.designbay:hover {
  color: #23295b !important;
}

.mobile-caps {
  padding-top: 50px;
}
.mobile-caps .captitle {
  font-family: Koulen;
  font-size: 32px;
  color: white !important;
}
.mobile-caps .cap-player-name {
  color: #fff;
  margin-bottom: 11px;
  font-family: Koulen;
  font-size: 18px;
}
.mobile-caps .cap-details-side {
  width: 70%;
  margin: 20px auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
}

.aboutbanner1 {
  background-image: url(https://mpl.thebrandodyssey.com/wp-content/themes/mpl-website-master/assets/images/aboutbanner.png);
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.aboutus-banner-content {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .w-md-75 {
    width: 75%;
  }
}
.aboutus-banner-content p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .aboutus-banner-content p {
    font-size: 20px;
  }
}
.aboutus-banner-content .mpl-logo {
  height: 181px;
  margin: auto;
}

.aboutbanner2 {
  background-image: url(https://mpl.thebrandodyssey.com/wp-content/themes/mpl-website-master/assets/images/Group-191.png);
  min-height: 100vh;
  background-size: cover;
  align-items: center;
  display: flex;
  padding: 100px 0;
}

.aboutus-banner-content {
  text-align: center;
}

.aboutus-banner-content .mpl-logo {
  height: 181px;
  margin: auto;
}

.contbgleft {
  background-image: url(https://mpl.thebrandodyssey.com/wp-content/themes/mpl-website-master/assets/images/contbgleft.png);
  min-height: 530px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contbgleft img {
  max-width: 243px;
}

.formside {
  background-image: url(../images/Group-2322.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.formside .section-title {
  color: #000000;
  letter-spacing: 2px;
  font-size: 30px;
  color: white;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: #1c1317;
  border: 3px solid #23295b;
  border-radius: 10px;
  color: white;
  padding-left: 20px;
}
.wpcf7-form textarea {
  width: 100%;
  height: 100px;
}
.wpcf7-form label {
  font-family: "Koulen";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  width: 100%;
  max-width: 486px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  color: WHITE;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #23295b;
  border-radius: 10px;
  color: white;
  padding: 0 30px;
}

.circles-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .circles-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .circles-container > div {
    max-width: 40%;
  }
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #a93c30;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px;
  border: 4px solid #c8482b;
}
@media screen and (min-width: 992px) {
  .circle {
    width: 200px;
    height: 200px;
  }
}
.circle img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  -o-object-position: bottom;
  object-position: bottom;
}

.circle-content {
  font-weight: bold;
  text-align: center;
  color: #491450;
}
@media screen and (min-width: 992px) {
  .circle-content {
    font-size: 28px;
  }
}

.text-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #491450;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid black;
  padding: 5px 15px 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .text-block {
    font-size: 18px;
    padding: 5px 16px 12px;
    margin-bottom: 22px;
    width: 50%;
  }
  .text-block:nth-child(even) {
    border-right: 0;
  }
}
.text-block:last-child {
  border-right: 0;
}

.team-superiors {
  display: flex;
}
@media screen and (min-width: 992px) {
  .team-superiors {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .team-superiors {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.team-superiors .team-superior {
  color: #491450;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid black;
  padding: 5px 15px 12px;
}
@media screen and (max-width: 992px) {
  .team-superiors .team-superior {
    font-size: 18px;
    padding: 5px 16px 12px;
    margin-bottom: 22px;
    width: 50%;
  }
  .team-superiors .team-superior:nth-child(even) {
    border-right: 0;
  }
}

.role {
  color: #41124a;
}
@media screen and (max-width: 992px) {
  .role {
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) {
  .role {
    font-size: 20px;
  }
}

.name {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .name {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .name {
    font-size: 24px;
  }
}

.flexbasis-15 {
  flex-basis: 14%;
}

footer li a:hover {
    color: #ff7d30  !important;
}