footer .site-footer .navigation-area .special-footer-link {
  background: #1e81d6;
  color: #fff;
}

.form-group {
  border: 1px solid #3280c0;
  border-radius: 5px;
  padding: 10px;
}

.form-group .form-control {
  border: 0;
}

.btn {
  border-radius: 30px;
}

.btn-primary {
  background-color: #3280c0 !important;
  border-color: #3280c0 !important;
  color: #fff !important;
  position: relative;
}

.btn-primary:after {
  position: absolute;
  pointer-events: none;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  border-radius: 30px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #fff !important;
  border-color: #3280c0 !important;
  color: #3280c0 !important;
}

.smart-form .btn-primary {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 30px;
}

@media (min-width: 992px) {
  .team {
    margin: 0 -20px;
  }
}
.team.with-spacing {
  max-width: 80%;
  margin: 0 auto;
}
.team .member {
  position: relative;
  margin-bottom: 120px;
}
.team .member.with-margin {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .team .member.with-margin {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 120px;
  }
  .team .p-4 {
    padding: 10px !important;
  }
  .team .member .bottom {
    min-height: 100px;
  }
}
.team .member {
  transition: 1s;
}
.team .member .about {
  display: block;
  height: 0;
  overflow: hidden;
  transition: 0.75s;
}
/* .team .member:hover .about {
  height: 150px;
} */
.team .member img {
  width: 100% !important;
  height: auto !important;
  display: none;
}

.featured-grid {
  width: 100%;
  display: grid;
  padding-inline: 1rem;
  grid-template-columns: 75% 25%;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 1rem;
  column-gap: 20px;
  margin-inline: auto;
}
.featured-grid .featured-item:first-child {
  display: flex;
}
.featured-grid .featured-item:first-child .member.with-margin {
  width: 100%;
  margin-bottom: 120px;
}
.featured-grid .featured-item:first-child .member.with-margin .bottom {
  height: 100%;
  width: 99%;
}
.featured-grid .featured-item:first-child .member.with-margin .about {
  display: block;
  overflow: visible;
  height: auto;
  padding-top: 1rem;
  width: 75%;
}
.featured-grid .featured-item:first-child img {
  width: 220px !important;
  height: 220px !important;
  display: inline-block;
}
.featured-grid .featured-item:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}
.featured-grid .featured-item:first-child .job-title {
  flex: 1 0 100%;
}
.featured-grid .featured-item:first-child .data {
  display: flex;
  gap: 2rem;
}
.featured-grid .featured-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.featured-grid .featured-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.featured-grid .featured-item .member.with-margin,
.featured-grid .featured-item .member .bottom {
  position: relative;
  height: 86%;
}
.featured-grid .featured-item:nth-child(2) .member.with-margin,
.featured-grid .featured-item:nth-child(2) .member.with-margin {
  margin-bottom: 0;
}
.featured-grid .featured-item:nth-child(2) .bottom,
.featured-grid .featured-item:nth-child(3) .bottom {
  width: 95%;
}

@media (max-width: 991px) {
  .featured-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: unset;

    & > div:not(:first-child) {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  .featured-grid .featured-item:nth-child(2) .member .bottom,
  .featured-grid .featured-item:nth-child(3) .member .bottom {
    width: calc(100% - 1rem);
  }
  .featured-grid .featured-item:nth-child(3) .member.with-margin {
    margin-right: 0.5rem;
    margin-left: -17px;
  }
}

@media (max-width: 767px) {
  .featured-grid .featured-item:first-child .data {
    flex-direction: column;
    align-items: center;
  }
  .featured-grid .featured-item:first-child span {
    width: 90%;
    border-top: 1px solid #fff;
    padding: 1rem 1rem 2.75rem;
  }
}
/* .team .row > div:first-of-type img {
  display: inline-block;
} */
.team .name {
  margin: 0;
  color: #fff !important;
}
.team .member .bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: -85px;
  right: 0;
  width: 100%;
  background: #1d305b;
  color: #fff;
}

.team.with-spacing .member .bottom {
  border-radius: 20px;
}

.team .member .toggle {
  border-top: 3px solid #fff;
  text-align: left;
  display: none;
}

.iconTitle-fullWidth.one-line {
  justify-content: start;
  padding-right: 5%;
}
.iconTitle-fullWidth.one-line > div {
  display: flex;
  align-items: center;
}
.iconTitle-fullWidth.one-line > div img {
  width: auto;
  height: 60px;
}
.iconTitle-fullWidth.one-line > div h3 {
  transform: translateY(-1px);
}

.mfp-counter {
  direction: ltr;
}

.about-side-image {
  padding: 20px;
  color: #fff;
  display: block;
  margin-left: -15px;
  position: relative;
}

@media (min-width: 1200px) {
  .about-side-image:before {
    position: absolute;
    right: 30%;
    top: 0;
    width: 1000px;
    height: 100%;
    background: #032260;
    content: "";
    z-index: -1;
  }
}

/*
html, body {
	overflow-x: hidden;
}*/

.about-side-image img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-side-image figcaption {
  display: block;
  padding-top: 10px;
  padding-right: calc(30% + 30px);
}
.about-side-image figcaption strong {
  font-size: 1.3rem;
}

.btn-about-read-more {
  border: 1px solid #3280c0;
  color: #3280c0;
  border-radius: 10px;
  padding: 30px;
  text-align: right;
  position: relative;
}

.btn-about-read-more:hover,
.btn-about-read-more:focus {
  background: #3280c0;
  color: #fff;
}

.btn-about-read-more:before {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 80px;
  height: 80px;
  background: url(images/brand-wiki.png);
  content: "";
  display: block;
}

.team-circles .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 991px) {
  .team-circles .grid {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-circles .grid > div {
}

.team-circles .member img {
  border-radius: 50%;
  width: 80%;
}

@media (max-width: 991px) {
  .team-circles .member img {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .managment .team-circles .grid > div:nth-child(3) .member img {
  }
  .managment .team-circles .grid > div:nth-child(3) .member .bottom {
  }

  .managment .team-circles .grid > div:nth-child(1) {
    order: 3;
    /*transform: scale(1.5);*/
  }
  .managment .team-circles .grid > div:nth-child(2) {
    order: 1;
  }
  .managment .team-circles .grid > div:nth-child(3) {
    order: 2;
  }
  .managment .team-circles .grid > div:nth-child(4) {
    order: 3;
  }
  .managment .team-circles .grid > div:nth-child(5) {
    order: 4;
  }
}

.team-circles .member {
  text-align: center;
  position: relative;
}
.team-circles .member .name {
  margin: 0;
  margin-top: 10px;
}

.team-circles .member .about {
  display: none;
}
.team-circles .member.with-about:hover:after {
  display: block;
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -5px;
  margin-top: -10px;
  content: "";

  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #032260;
  border-top: 0;
}
.team-circles .member:hover .about {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 15px;
  text-align: right;
  border-top: 3px solid #032260;
  z-index: 999;
  background: #fff;
}

@media (min-width: 992px) {
  .about-content {
    border-left: 1px solid #ddd;
    padding-left: 60px;
    margin-left: 30px;
  }
}

p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.home-page p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cover-slick {
  visibility: hidden;
}

.slick-slider .slick-arrow:before {
  color: #032260 !important;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    left: calc(100% - 50px) !important;
  }
  .slick-slider .slick-next {
    right: calc(100% - 50px) !important;
  }
}

.site .a-cta:before {
  top: 7px;
  left: 7px;
}

.root-page {
  position: relative;
}

@media (min-width: 1200px) {
  .root-page:after {
    content: "";
    display: block;
    background-image: var(--image-url);
    position: absolute;
    bottom: 191px;
    left: 0;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .heroHome-section .wrapper {
    top: auto !important;
    bottom: 15% !important;
  }
}

@media screen and (max-width: 767px) {
  .sportType-page .heroPage-section .sportPage-title .main-info h1 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .sportType-page .heroPage-section .sportPage-title .sportType-image img {
    width: auto !important;
    height: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .sportType-page .heroPage-section .sportPage-title {
    align-items: center !important;
  }
}

@media screen and (max-width: 767px) {
  .sportType-page .heroPage-section .sportPage-title .main-info h1 {
    text-align: center !important;
    margin: 0 !important;
  }

  .sportType-page .heroPage-section .sportPage-title .main-info h1:before {
    content: none !important;
  }
  .sportType-page .heroPage-section .sportPage-title .main-info {
    padding: 10px !important;
  }
}

/**/

@media (max-width: 991px) {
  .sub-pages-nav.with-icons a .icon + span {
    font-size: 18px;
    padding: 0;
    min-height: 36px;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .root-page .heroPage-section .page-title {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  header .menu-area .nav-dotDivider > ul > li > ul {
    all: revert;
    display: none;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #1e81d6;
  }
  header .menu-area .nav-dotDivider > ul > li > ul li .arrow {
    display: none;
  }
  header .menu-area .nav-dotDivider > ul > li > ul li > ul {
    display: none;
  }

  .site header .menu-area .nav-dotDivider {
    padding-right: 15px;
  }
  .site header .menu-area .nav-dotDivider .arrow {
    display: none;
  }
  .site header .menu-area .nav-dotDivider li:has(ul) > span {
    position: relative;
  }
  .site header .menu-area .nav-dotDivider li:has(ul) > span .arrow {
    position: absolute;
    right: -38px;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    font-style: normal;
  }
  .site header .menu-area .nav-dotDivider li:has(ul) > span .arrow:before {
    content: "+";
    color: #1e81d6;
  }
  .site header .menu-area .nav-dotDivider .subMenu-open > ul {
    display: block;
  }
  .site header .menu-area .nav-dotDivider .subMenu-open > span .arrow:before {
    content: "x";
  }
}
