/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
.post-preview-one-main {
    text-decoration: none;
}

.card-wrapper.post-item-three {
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.posts-preview-one-list {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-preview-two-tag {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.3s;
    display: inline-block;
    width: auto;
}

.post-preview-two-tag:hover {
    opacity: 0.6;
    transform: scaleX(1.01);
}

.post-preview-two-link,
.post-preview-two-text > a {
    display: inline-flex;
    text-decoration: none;
}

.post-preview-two-text {
    margin-bottom: 20px;
}

.posts-preview-two-title {
    margin: 0px;
}

.post-preview-one-content-three {
    height: auto;
    width: 200px;
    min-width: 200px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.post-preview-one-card-wrapper:hover {
    transform: scale(1.01);
    opacity: 0.7;
}

ul.posts-preview-one-list li {
    list-style: none;
    display: flex;
    align-items: center;
}

.post-item-three {
    margin-bottom: 0px;
}

.post-link {
    margin-top: 10px;
}

.post-preview-one-card-wrapper {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: transform .5s;
    transition: 0.3s;
    gap: 30px;
    padding-right: 20px;
}

.show-more-button {
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background-color: #013268;
    color: white;
    font-weight: 600;
    font-size: 14px;
    width: fit-content !important;
}

.show-more-button:hover {
    background-color: #3B5673;
    color: white;
}

.post-preview-one-author-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    gap: 5px;
}

.post-preview-one-author-three a {
    text-decoration: none !important;
}

.post-author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius:40px;
}

.post-preview-one-title-wrapper {
    display: flex;
}

.post-preview-one-author-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.post-preview-one-author-name {
    font-size: 16px;
    font-weight: normal !important;
    font-family: "Bebas Neue", sans-serif !important;
}

.post-preview-one-date {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 12px;
    line-height: 14px;
    font-family: "Poppins", sans-serif !important;
}

.post-text {
    padding-bottom: 0px;
    white-space: pre-line;
}

.post-text a {
    color: black;
}

.post-text p {
    margin: 0px !important;
}

.post-preview-one-title {
    margin: 0px !important;
    font-weight: normal !important;
    color: black !important;
    text-decoration: none !important;
}

.post-preview-one-title h2 {
    font-size: 30px;
    text-decoration: none;
}

.post-preview-one-title a {
    text-decoration: none !important;
}

.post-preview-one-image-three {
    display: block;
    height: 100%;
    width: 100%;
    margin-right: 20px;
    margin-left: auto;
    padding-bottom: 0px;
    object-fit: cover;
}

.card-wrapper {
    text-align: left !important;
}

.post-attachment {
    border: 2px solid #dde3ea;
    border-radius: 7px;
    padding: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.post-attachment-icon {
    display: inline-block;
    background-color: black;
    padding: 5px 15px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    color:#fff !important;
    font-size: 30px;
}

.post-attachment-text {
    display: inline-block;
    color: black;
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

.post-attachment-text p {
    margin-bottom: 0px;
}

.post-attachment-download {
    display: inline-block;
    color: black;
    float: right;
    font-size: 30px;
}

.post-attachment-text,
.post-attachment-download {
    color: black;
}

@media screen and (max-width: 767px) {
    ul.posts-preview-one-list li {
    flex-direction: column;
    align-items: flex-start;
    }
    
    .post-preview-one-image-three {
        width: 100%;
        margin-bottom: 15px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }
    
    .post-preview-one-author-three {
        padding: 20px;
        gap: 10px;
    }
    
    .post-author-three {
        padding: 10px !important;
    }
    
    .post-preview-one-content-three {
        width: 100%;
        clip-path: unset;
        height: auto;
    }
    
    .post-preview-one-card-wrapper {
        gap: 0px;
        padding-right: 0px;
    }
}


#videoYoutube {
  pointer-events: none;
}

.video-container {
  background: #000;
}

.image-slider-two {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.slide_viewer {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.image-slide-two {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: black;
}

.image-slide-two:first-child {
  display: block;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.previous_btn, .next_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: white;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  border-radius: 50%;
  background-color: black;
}

.previous_btn svg, .next_btn svg {
  height: 20px;
  color: white !important;
}

.fa-solid {
  font-size: 16px;
}

.previous_btn:hover, .next_btn:hover {
  color: grey;
}

.img-slider-overlay {
  opacity: 50%;
  z-index: 2;
}

.video-slider-overlay {
  opacity: 50%;
  /*z-index: 1;*/
  background: #000;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}

.video-slider-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-slider-img {
  object-fit: cover;
  display: block;
  max-width: auto;
  width: 100%;
  height: 600px;
}

.slider-title-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 1200px;
  z-index: 1;
}

.slider-title-video-one {
  position: absolute;
  top: 45%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 1200px;
  z-index: 1;
}

.slider-title-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  text-align: left;
  width: 60%;
  z-index: 3;
}

.img-slider-title {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
  color: white !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  z-index: 12;
  margin: 0px !important;
}

.img-slider-desc {
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.previous_btn {
  left: 10%;
  transform: rotate(180deg);
}

.next_btn {
  right: 10%;
}

#sliderSolidLeft {
  margin-left: 0;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.dot {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

@media only screen and (max-width: 1028px) {
  .previous_btn {
    left: 20px;
  }
  .next_btn {
    right: 20px;
  }
  .video-container {
    height: 600px;
    width: auto;
  }
  .video-slider-overlay iframe {
    height: 600px;
    width: 1200px;
    margin-left: 50vw;
    transform: translate(-50%);
  }
  .slider-title-one {
    width: 100%;
    padding: 20px;
    top: 50%;
  }
  .slider-title-video-one {
    width: 100%;
    padding: 20px;
  }
  .dots-container {
    bottom: 70px;
  }
}

.page-links-main h2 {
  font-weight: normal;
  line-height: 1.1;
}

img[src=""] {
  display: none;
}

.page-links-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-links-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-links-text-wrapper {
  display: flex;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  padding: 3px 20px 3px 20px;
}

.page-links-border {
  border-left: 3px solid;
  height: auto;
}

.page-links-two-two-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.page-links-two-two-title h2 {
  word-break: break-all;
}

.page-links-two-two-description {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-links-wrapper:hover .page-links-title::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.page-links-image-container {
  background-color: #ffffff;
  background-size: cover;
  height: 250px !important;
  width: 100% !important;
  overflow: hidden;
}

.page-links-image {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-links-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.page-links-wrapper:hover .page-links-image {
  opacity: 0.1;
  transition: 0.3s;
}

.page-links-wrapper:hover .page-links-image-container {
  opacity: 0.1;
  transition: 0.3s;
}

.page-links-title {
  position: absolute;
  align-items: center;
}

.page-links-main a:link {
  display: flex;
  flex: 1 1 30%;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .page-links-container {
    flex-direction: column;
  }
  .page-links-image-container {
    height: 150px !important;
  }
  .page-links-wrapper {
    width: 100%;
  }
  .page-links-main a:link {
    width: 100%;
  }
  .page-links-title {
    font-size: 45px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
  }
}

.prev,
.next {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.prev {
  margin-right: 20px;
}

.next {
  margin-left: 20px;
}

.disabled {
  opacity: 0.2;
}

.canceled {
  opacity: 0.5;
}

.matches-slider-four-two {
  width: 100%;
}

.canceled-title {
  font-weight: regular !important;
  font-family: "Poppins", sans-serif !important;
  white-space: nowrap;
  margin: 0px !important;
  color: white;
}

.fa-solid {
  font-size: 11px;
  margin-right: 2px;
}

.upcoming-matches-four-two-tag-wrapper {
  display: flex;
  text-decoration: none;
}

.upcoming-matches-four-two-tag-text {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px !important;
  text-decoration: none;
  transition: 0.3s;
}

.upcoming-matches-four-two-tag-text:hover {
  opacity: 0.6;
  transform: scaleX(1.01);
}

.upcoming-matches-four-two-tag-text:empty {
  display: none;
}

.upcoming-matches-four-two-title {
  display: flex;
  flex-direction: column;
}

.prev::before {
  content: " ";
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  cursor: pointer;
  display: flex;
}

.next::before {
  content: " ";
  border-right: 2px solid;
  border-top: 2px solid;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  cursor: pointer;
  display: flex;
}

.upcoming-matches-main {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 50px;
}

.matches-upcoming-four-two {
  display: flex;
  gap: 25px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.matches-title-container {
  margin-left: 10px;
  margin-top: 10px;
}

.matches-title-four-two {
  margin-bottom: 25px;
  margin-top: 0px;
  font-size: 50px !important;
  color: white;
  font-weight: normal !important;
}

.card-wrapper-four-two {
  display: flex;
  border-style: none;
  background-color: #000000;
  gap: 15px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.match-date-four-two {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.location-time {
  display: flex;
  gap: 5px;
}

.location-team-four-two {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.location-wrapper-four-two {
  color: #969696;
  display: flex;
  gap: 3px;
  align-items: baseline;
}

.location-wrapper-four-two img {
  height: 10px;
  width: 10px;
  opacity: 0.7;
}

.date-container-four-two {
  background: #002342;
  padding: 10px;
}

.show-more-button {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  background-color: #013268;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.show-more-button:hover {
  background-color: #3B5673;
  color: white;
}

.date-text-four-two,
.team-name-four-two,
.competition-text,
.score-center.white {
  color: white;
}

.w-layout-grid-four-two {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.w-layout-grid-reverse {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  flex-direction: column-reverse;
}

.location-time-text-four-two {
  display: flex;
  background-color: transparent;
  font-family: "Poppins", sans-serif !important;
  color: white;
  opacity: 0.7;
  font-size: 12px;
  text-align: left;
  line-height: 1 !important;
}

.time {
  white-space: nowrap;
}

.location {
  word-break: break-word;
}

.date-text-four-two {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}

.month {
  font-size: 15px;
}

.day {
  font-size: 25px;
}

.competition {
  font-size: 12px;
  font-style: italic;
}

.team-four-two {
  display: flex;
  gap: 10px;
  align-items: center;
}

.team-name-four-two {
  color: #313131;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 30px !important;
  font-weight: normal !important;
  text-align: left;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home {
  color: #ffffff;
}

.team-name-four-two.away {
  color: #fff;
}

.result {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr -webkit-max-content 1fr;
  -ms-grid-columns: 1fr max-content 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-badge-four-two {
  width: 30px;
  height: auto;
  max-width: none;
}

.score-center {
  color: #313131;
  font-size: 30px;
  font-weight: 500;
}

.score-center.white {
  color: #fff;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .matches-main-four-two {
    padding-top: 10px !important;
    padding-left: 0px;
  }
  .prev,
  .next {
    margin-right: 5px;
    margin-left: 5px;
  }
  .upcoming-matches-four-two-title {
    margin: 20px;
  }
}

.home-about-one-main {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.home-about-one-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    gap: 20px;
}

.home-about-one-wrapper-one {
    
}

.home-about-one-wrapper-one > a:first-child {
    display: flex;
    text-decoration: none;
    margin-bottom: 5px;
}

.home-about-one-tag-text {
    display: flex;
    margin: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.3s;
}

.home-about-one-tag-text:hover {
    opacity: 0.6;
    transform: scaleX(1.01);
}

.home-about-one-description-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
           line-clamp: 7; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-about-one-content {
    display: flex;
    flex-direction: column;
    color: white;
    max-width: 1200px;
    width: 100%;
}

.home-about-one-title, 
.home-about-one-description,
.home-about-one-button {
    margin: 0px;
}

.home-about-one-title h2 {
    color: white;
}

.home-about-one-button-link,
.home-about-one-wrapper-one > a:has(.home-about-one-button) {
    margin-top: 20px;
}

p:empty {
    display: none;
}

.home-about-one-image {
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.home-about-one-image img {
    overflow: hidden;
    width: 100%;
    height: 500px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    object-fit: cover;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.home-about-one-main {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.home-about-one-wrapper {
    min-width: 100%;
    flex-shrink: 0;
}

.slider-controls {
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slider-bullets {
    display: flex;
    gap: 10px;
}

.slider-bullets button {
    background-color: #ccc;
    border: none !important;
    padding: 0px !important;
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-bullets button.active {
    background-color: #333;
}

@media screen and (max-width: 1024px) {
    .home-about-one-content {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .home-about-one-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .ferdinand-title-one-first h1 {
        font-size: 40px;
    }
    
    .home-about-one-tag-link {
        margin-bottom: 10px;
    }
    
    .home-about-one-button {
        max-width: 200px;
    }
    
    .home-about-one-main {
        height: 600px;
    }
    
    .home-about-one-image {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    
    .home-about-one-content {
        max-width: 100%;
        padding: 0px;
    }
    
    .home-about-one-wrapper-one {
        
    }
    
    .home-about-one-image img {
        height: 100%;
        width: 100%;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    }
    
    .home-about-one-title {
        font-size: 50px;
        margin-bottom: 5px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.widget-edb46e .sponsors-section {
  position: relative;
  padding: 60px 20px;
  min-height: 300px;
  overflow: hidden;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%) !important;
  z-index: 1;
  padding-top: 130px;
}

.widget-edb46e .sponsors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.widget-edb46e .sponsors-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.widget-edb46e .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.widget-edb46e .sponsor-item {
  flex: 0 0 calc((100% - 80px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.widget-edb46e .sponsor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.widget-edb46e .sponsor-logo {
  width: 100%;
  height: 80px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.widget-edb46e .sponsor-logo:hover {
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-edb46e .sponsor-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
  .widget-edb46e .sponsors-section {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .widget-edb46e .sponsor-item {
    flex: 0 0 calc((100% - 20px) / 1);
  }
  .widget-edb46e .sponsors-section {
    padding: 40px 10px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%) !important;
  }
  .widget-edb46e .sponsors-grid {
    gap: 15px;
    justify-content: center;
  }
  .widget-edb46e .sponsor-item {
    padding: 15px;
  }
  .widget-edb46e .sponsor-logo {
    height: 60px;
  }
}

@charset "UTF-8";
.widget-7401b5 {
  --footer-left-bg: #1a1a2e;
  --footer-right-bg: #16213e;
  --footer-title-color: #ffffff;
  --footer-text-color: rgba(255,255,255,0.78);
  --footer-divider-color: #e94560;
  --footer-social-color: #ffffff;
  --nav-underline-color: #e94560;
  --social-hover-bg: #e94560;
  display: block;
  width: 100%;
  /* ── Full-width outer shell ── */
  /* ── Full-width background layer ── */
  /* Right bg — base layer filling everything */
  /* Left bg — straight 50/50 split, no diagonal */
  /* ── Centred content wrapper (max 1200px) ── */
  /* ── LEFT COLUMN ── */
  /* ── RIGHT COLUMN ── */
  /* ── Navigation links (horizontal on desktop, vertical on mobile) ── */
  /* custom_link outputs the <a>; we style it directly */
  /* ── TABLET (768 – 1024px) ── */
  /* ── MOBILE (≤ 767px) ── */
}
.widget-7401b5 .footer-widget {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget-7401b5 .footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.widget-7401b5 .footer-bg-right {
  position: absolute;
  inset: 0;
  background: var(--footer-right-bg);
  z-index: 1;
}
.widget-7401b5 .footer-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: var(--footer-left-bg);
  z-index: 2;
}
.widget-7401b5 .footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.widget-7401b5 .footer-left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.widget-7401b5 .footer-left-content {
  padding: 56px 56px 56px 48px;
  width: 100%;
  box-sizing: border-box;
}
.widget-7401b5 .footer-title {
  color: var(--footer-title-color);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.widget-7401b5 .footer-divider {
  width: 56px;
  height: 4px;
  background: var(--footer-divider-color);
  border-radius: 2px;
  margin-bottom: 22px;
}
.widget-7401b5 .footer-paragraph {
  color: var(--footer-text-color);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.widget-7401b5 .footer-paragraph p {
  margin: 0;
}
.widget-7401b5 .footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.widget-7401b5 .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.widget-7401b5 .btn-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.widget-7401b5 .btn-arrow-icon svg {
  width: 100%;
  height: 100%;
}
.widget-7401b5 .contact-btn:hover .btn-arrow-icon {
  transform: translateX(3px);
}
.widget-7401b5 .footer-right {
  flex: 0 0 50%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.widget-7401b5 .footer-right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 48px 44px 56px;
  width: 100%;
  box-sizing: border-box;
}
.widget-7401b5 .footer-location-title {
  color: var(--footer-title-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 18px 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.widget-7401b5 .footer-location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}
.widget-7401b5 .footer-location-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--footer-divider-color);
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.widget-7401b5 .footer-location-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.widget-7401b5 .footer-address {
  color: var(--footer-text-color);
  font-size: 0.97rem;
  line-height: 1.6;
}
.widget-7401b5 .footer-nav-links {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 24px;
  align-items: center;
  list-style: none;
  padding: 0;
}
.widget-7401b5 .footer-nav-links a {
  color: var(--footer-text-color);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  padding: 4px 0;
  position: relative;
  transition: color 0.2s ease;
  display: inline-block;
}
.widget-7401b5 .footer-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--nav-underline-color);
  border-radius: 1px;
  transition: width 0.22s ease;
}
.widget-7401b5 .footer-nav-links a:hover {
  color: #ffffff;
}
.widget-7401b5 .footer-nav-links a:hover::after {
  width: 100%;
}
.widget-7401b5 .footer-nav-link {
  display: inline;
}
.widget-7401b5 .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.widget-7401b5 .social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--footer-social-color);
  text-decoration: none;
  transition: background 0.22s ease, transform 0.18s ease;
}
.widget-7401b5 .social-icon-link:hover {
  background: var(--social-hover-bg);
  transform: translateY(-2px);
}
.widget-7401b5 .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.widget-7401b5 .social-icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-7401b5 .footer-left-content {
    padding: 44px 48px 44px 36px;
  }
  .widget-7401b5 .footer-right-content {
    padding: 44px 36px 44px 48px;
  }
  .widget-7401b5 .footer-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .widget-7401b5 {
    /* Left bg: full-width top half, straight bottom edge */
    /* Nav links go vertical on mobile */
  }
  .widget-7401b5 .footer-inner {
    flex-direction: column;
    min-height: unset;
  }
  .widget-7401b5 .footer-bg-left {
    width: 100%;
    bottom: auto;
    height: 50%;
  }
  .widget-7401b5 .footer-left {
    flex: unset;
    width: 100%;
    overflow: visible;
  }
  .widget-7401b5 .footer-left-content {
    padding: 44px 28px 44px 28px;
  }
  .widget-7401b5 .footer-right {
    flex: unset;
    width: 100%;
    overflow: visible;
  }
  .widget-7401b5 .footer-right-content {
    padding: 44px 28px 44px 28px;
  }
  .widget-7401b5 .footer-title {
    font-size: 1.5rem;
  }
  .widget-7401b5 .footer-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .widget-7401b5 .footer-nav-links a {
    font-size: 0.97rem;
    padding: 6px 0;
  }
}
