html {
    font-size: 14px;
    margin:0;
    padding:0;
    width: 100%;
    height:100%;
    overflow-x: hidden!important;
    scroll-behavior: smooth;
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  body {
    margin:0;
    overflow-x: hidden;
    padding:0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .interior {
      width: 100%;
  }
  
  a {
    text-decoration: none;
    transition: all 200ms ease-out;
  }
  
  
  p {
    margin: 0;
    padding: 0;
  }
  
  .flex {
    display: flex;
  }
  
  .jCenter {
    justify-content: center;
  }
  
  .aCenter {
    align-items: center;
  }
  
  .center_center {
      align-items: center;
      justify-content: center;
  }
  
  .rowDirect {
    flex-direction: row;
  }
  
  .columnDirect {
    flex-direction: column;
  }
  
  #playerStatsLink {
    display: none!important;
  }
  
  #homepageMain {
    width: 100%;
}
div[contenteditable="false"] {
  width:100%;
}

table#homepageContentTable {
  display: none;
}

  :root {
    --color-one:#f73760;
    --color-two:#242424;
    --color-three:#FFFFFF;
    --color-four:transparent;
    --color-five:#F7F7F7;
    --color-six:#777777;
    --color-seven:#1A2F5A;
    --color-eight:#EDA436;
    --maxWidth-set:1300px;
  }

  .kumbh {
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    font-style: normal;

  }

  /* ----------------------- Header Styles ----------------------- */

  header {
    width:100%;
    height: auto;
    background-color:transparent;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
  }

  .subPageHeader {
    background-color: var(--color-seven);
    width:100%;
    position: relative;
  }

  ::marker {
      display: none;
  }
  
  #playerStatsLink {
    display: none!important;
  }

  .logoPlaceholder {
    width: 11rem;
    margin: 1rem;
    height: 4rem;
    background-color:var(--color-six);
  }

  .mainLogo {
    width:12rem;
  }

/* ----------------------- Navigation Styles ----------------------- */
  
.hamburger {
    width: 30px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: none;;
    justify-content: flex-start;
  }

  a.headerCTA {
    color:#FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    font-size:17px;
    font-weight:bold;
    transition: all ease 300ms;
  }

  a.headerCTA:hover {
    border: 2px solid var(--color-one);
    background-color:var(--color-one)
  }

  .bar {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    transition: 0.4s;
  }

  .bar1 {
    top: 10px;
  }

  .bar2 {
    top: 18px;
  }

  .bar3 {
    top: 26px;
    width:20px
  }

  .hamburger.active .bar1 {
    transform: rotate(45deg);
    top: 18px;
  }

  .hamburger.active .bar2 {
    opacity: 0;
  }

  .hamburger.active .bar3 {
    transform: rotate(-45deg);
    top: 18px;
    width:30px;
  }

  ul#nav {
    display: flex;
    margin: auto;
    padding: 0;
    height:5rem;
}

#nav li {
  list-style-type: none;
  height:100%;
  cursor: pointer;
}

#nav li a {
  margin: 0 1.3rem;
  color: #fff;
  font-size: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all ease 200ms;
}

#nav li:hover a {
  color:var(--color-one);
}

/* ----------------------- Main Styles ----------------------- */

.main {
    width: 100%;
    background-color:#f7f7f7;
}

.heroSection {
  width: 100%;
  height: 500px;
  background-color: transparent;
  overflow: hidden;
  position: relative; /* important for containing absolute children */
}

.heroNav  {
  color:var(--color-five);
  }

.heroNav a {
color:var(--color-five);
margin: 1rem;
transition: all ease 400ms;
}

.heroNav a:hover {
  color:var(--color-one);
  }

  .shortBG .heroContent h1 {
    margin:.5rem;
  }

.heroAction a {
  background-color:var(--color-one);
  padding: 1rem 1.5rem;
  margin: 0 1rem;
  border-radius: 50px;
  font-weight:500;
  color:var(--color-five);
  transition: all ease 300ms;
}

.heroAction a:hover {
  background-color: var(--color-seven);
}

.heroSection h1 {
  font-size: 3rem;
color:#ffffff;
}


.heroSection.shortBG {
  height:300px;
}

.heroWrap {
  display: flex;
  justify-content: center;
  align-items:center;
  flex-direction:column;
  z-index:99;
}

.heroBar {
  width: 100%;
  max-width: 1300px;
  background-color:#FFFFFF;
  border-radius: 10px;
  height: 7rem;
  padding: 1rem;
  position: absolute;
  top: 455px;
}

.frontSection {
  z-index:900;
  background-color:#fafafa;
}

.liveBG {
  background-image: url("https://app.greenrope.com/users/myteam49570/Media73.webp");
  background-position: center;
  background-size:cover;
}
.aboutBG {
  background-image: url("https://app.greenrope.com/users/myteam49570/Media79.webp");
  background-position: center;
  background-size:cover;
}
.workBG {
  background-image: url("https://app.greenrope.com/users/myteam49570/Media52.jpg");
  background-position: center;
  background-size:cover;
}

.iconBlocks {
  max-width: 1300px;
  width: 100%;
  flex-wrap: wrap;
}

.countNum {
  line-height: 6rem;
  margin: 0 2rem;
}

.shortHeader {
  max-width: 520px;
}

.countNum p {
  font-size: 4rem!important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.iconBlock {
  display: flex;
  flex-direction: column;
  text-align:left;
  width: 30%;
  margin:2rem 1rem;
}


.vidWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: auto;
  min-height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.vidWrap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  min-height: 100%;
  height: auto;
  width: auto;
  aspect-ratio: 16 / 9;
  border: none;
  object-fit: cover;
}


.iconBlock svg {
  margin-bottom:1rem;
}

.section .iconBlock p {
  text-align:left;
}

.shortBG .heroWrap {
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.5);
}

.squareImg {
  width: 90%;
  max-width:45rem;
  border-radius: 10px;
}

.blueSectionWrap {
  max-width:1300px;
  width:100%;
  padding:4rem 0;
}

.extendP p {
  max-width:80rem!important;
}

.barItem {
  margin: 1rem;
  text-align:center;
  transition: all ease 300ms;
}

.doublePics {
  width: 100%;
  max-width:1300px;
}

.picWrap {
  width:100%;
  height: 30rem;
  border-radius: 10px;
  margin:4rem .5rem;
  min-width:37rem;
}

.pw1 {
  background-image:url("https://app.greenrope.com/users/myteam49570/Media75.webp");
  background-size:cover;
  background-position:center;
}
.pw2 {
  background-image:url("https://app.greenrope.com/users/myteam49570/Media76.webp");
  background-size:cover;
  background-position:center;
}

.picCover {
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.5);
  cursor:pointer;
  transition: ease all 300ms;
}

.picWrap p {
  color:var(--color-five)!important;
}

.picCover:hover {
  background-color:rgba(0, 0, 0, 0.0);
}

.barItem:hover {
  margin-top:.5rem;
  margin-bottom:1.5rem;
}
.barItem:hover h3 a {
color:var(--color-one);
}

.barItem h3 a {
  margin-top:0;
  font-size:22px;
  margin-bottom:.25rem;
  color:#222222;
  transition: all ease 300ms;
}

.barItem h3 {
margin: .2rem 0;
}

.barItem p a {
  margin-top:0;
  font-size:17px;
  color:#a6abcd
}

.barLine {
  width: 2px;
  height: 100%;
  margin: 0 2rem;
  background-color:var(--color-one);
}

.section span {
  color:var(--color-one);
  font-size:19px;
}

.spanLine {
  width: 20rem;
  height: 1px;
  margin: .65rem 0;
  background-color: #a6abcd;
}

.section {
  max-width:1300px;
  z-index:50;
}

.topSection {
  margin-top:10rem;
}

.section h2 {
  font-size: 3rem;
  color:#22253d;
  margin-top:.8rem;
}

.section p {
  font-size:17px;
  line-height:2.2rem;
  text-align:center;
  color:#22253d;
}

.cardWrapper {
  width:100%;
  max-width:1300px;
  flex-wrap:wrap;
  margin-top:4rem;
}

.card {
  width:100%;
  max-width: 27rem;
  height: auto;
  margin: 1.5rem;
}

.card span {
  text-transform: uppercase;
  font-weight:700;
  font-size:16px;
}

.blockedLeft {
  margin-right:4rem;

  max-width:700px;
}

.blockedLeft p {
  text-align:left;
}

.blockedLeft img {
  max-width: 600px;
  margin-top:1.5rem;
  border-radius: 10px;
}

.brBlock {
  width: 25rem;
  margin: 2rem 1rem;
  padding:1rem; 
 border-radius: 10px;
 box-shadow: 10px 0px 30px -20px #000;
}

.brBlock h4 {
  font-size: 1.5rem;
    color: #22253d;
    margin-top: .8rem;
}

.blockedRight {
  max-height: 700px;
  flex-wrap:wrap;
}

.card h4 {
  font-weight:800;
  font-size:20px;
  margin:.8rem 0;
}

.card p {
  text-align:left;
}

.card img {
  box-shadow: 0px 10px 30px -20px #000;
  width: 100%;
  height:25rem;
  border-radius: 10px;
  max-width:405px;
  margin-bottom:1rem;
  max-height:270px;
}

.blueSection {
  margin-top:5rem;
  background-color: var(--color-seven);
  max-width: 100%!important;
  width:100%;
}

.halfPageSlideshow.workSlide {
  background-image: url("https://app.greenrope.com/users/myteam49570/Media81.webp");
  background-size:cover;
  height:55rem;
}

.halfPageSlideshow {
  width: 50%;
  box-shadow: 0px 10px 30px -20px #000;
  background-size:cover;
  background-color:var(--color-one);
  height:48rem;
  margin-right: 8rem;
  padding-right: 8rem;
  transition: background-image 1s ease-in-out;
  position: relative;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.show {
  opacity: 1;
  z-index: 2;
}

.slide.hide {
  z-index: 1;
}

.halfContent {
  width:50%;
}

.halfContent p {
  max-width: 30rem;
  color:#cccccc!important;
  text-align:left;
}

.halfContent ul {
  list-style: none;
  font-size:17px;
  line-height:3rem;
}

.blueSection h2, .blueSection h3, .blueSection h4, .blueSection p, .blueSection ul {
  color:#ffffff;
}

.contentWrap {
  width:100%;
  justify-content: space-between;
  align-items:center;
  margin: 4rem 0;
}

.contentWrap p {
  text-align:left;
}

.contentBlock {
  width: 50%;
  margin: 1rem;
}

.contentBlock a {
  border-radius: 100px;
  background-color: var(--color-one);
  padding: 1.5rem 2rem;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#FFFFFF;
  font-size:20px;
  font-weight:600;
  max-width:24rem;
  margin-top:2rem;
  transition: all ease 300ms;
}
.contentBlock a:hover {
  background-color: var(--color-seven);
}

.aKey svg {
  margin:0 .5rem;
}

.profileCards {
  width: 100%;
  max-width: 1300px;
}

.cardP strong {
  font-size:1.5rem;
}

.cardP img {
  Width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cardP {
  height: 43rem;
  margin:1rem;
  background-color: var(--color-five);
  box-shadow: 0px 10px 30px -20px #000000;
  border-radius: 15px;
  transition: all ease 300ms;
  width: 33%;
  justify-content: flex-start;
  cursor:pointer;
}

.cardP:hover {
  margin-top: 0;
  margin-bottom:2rem;
  box-shadow: 0px 20px 40px -10px #000;
}

.cardP p {
  padding: 1.5rem;
}

.iconContent {
  margin: .5rem 0;
}

.iconContent h4 {
  margin:.5rem 0;
  font-size:1.3rem;
}

.iconContent svg {
  width: 4rem;
  height:3.5rem;
  padding:.6rem;
  border: 4px solid var(--color-seven);
  border-radius: 500px;
  margin:1rem;
}

a.pinkButton {
  all: unset; 
  display: inline-block;
  width: auto !important;
  max-width: max-content;
  background-color:var(--color-one);
  transition: all ease 300ms;
  padding:1.25rem 2rem;
  border-radius: 100px;
  font-size:17px;
  color:#ffffff;
}

.padded {
  padding: 5rem 0; 
}

/* ----------------------- Circle Feature ----------------------- */

.circle-info-section {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 600px;
  overflow: visible;
}

.circle-wrapper {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 3px dotted #0077b6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.6s ease;
  pointer-events: auto;
}
#circleBg.playBG.circle-bg-0 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media92.webp');
}

#circleBg.playBG.circle-bg-1 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media89.webp');
}

#circleBg.playBG.circle-bg-2 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media87.webp');
}

#circleBg.circle-bg-0 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media43.jpg');
}

#circleBg.circle-bg-1 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media37.jpg');
}

#circleBg.circle-bg-2 {
  background-image: url('https://app.greenrope.com/users/myteam49570/Media38.jpg');
}

.circle-icons-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: transform 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-icon-tab {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: white;
  color: #0077b6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.6s ease;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle)) 
    translate(260px)
    rotate(calc(-1 * var(--angle)))
    rotate(calc(-1 * var(--wrapper-rotation, 0deg)));
}

.circle-tab-title {
  display:none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
/* ----------------------- DataBar Styles----------------------- */

.byTheNum {
  padding: 2rem;
  width: 90%;
  max-width: 45rem;
  margin-left:2rem;
}

.byTheNum h4 {
  font-size: 2rem;
  color: var(--color-five);
  margin-bottom:0 .8rem;
}

.loadingBarWrap {
  margin-bottom: 1.5rem;
}

.loadingBar {
  width: 0%;
  height: 25px;
  border-radius: 6px;
  background: linear-gradient(
    45deg,
    #f73760 25%,
    #fa5b7e 25%,
    #fa5b7e 50%,
    #f73760 50%,
    #f73760 75%,
    #fa5b7e 75%,
    #fa5b7e 100%
);
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: 0 0;
  animation: barberpole 1s linear infinite;
  transition: width 2s ease-in-out;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

@keyframes barberpole {
  0% {
      background-position: 0 0;
  }
  100% {
      background-position: 20px 0;
  }
}


/* ----------------------- End DataBar Styles----------------------- */
/* ----------------------- Carousel Styles----------------------- */

.carousel-container {
  max-width: 1300px;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.carousel-track-wrapper {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.carousel-track-wrapper img {
  padding: 10px;
  margin: 0 1rem;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ----------------------- Scroll To Top Styles ----------------------- */

      .scroll_top.scroll_to_top {
        display: flex;
        position: fixed;
        bottom: 0;
        right: 0;
        opacity: 1;
        background-color: #222;
        border-radius: 3px;
        padding: .4rem;
        cursor: pointer;
        z-index: 990;
        margin: 20px;
        transition: all 200ms ease;
    }
    .scroll_to_top:hover {
        background-color: var(--color-one);    
    }
  
    .scroll_top {
        opacity: 0;
        z-index: 990;
    }
    .scroll_to_top img {
        width: 20px !important;
        height: 20px;
    }

/* ----------------------- Footer Styles ----------------------- */

footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--color-seven);
}
.footContent {
    width: 90%;
    max-width: 1300px;
    padding:3rem 0;
    flex-wrap:wrap;
    justify-content: space-between;
}
.footBlock {
   max-width:25rem;
}

.footIcon {
  background-color:var(--color-one);
  width: 2.3rem;
  height:2.3rem;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items:center;
  margin-right:.8rem;
}

.footLinkWrap {
  margin: .3rem 0rem;
}

.footLinkWrap a {
  color:var(--color-three);
  font-size:16px;
}
.footLinkWrap p {
  color:var(--color-three);
  font-size:16px;
  max-width: 240px;
}
.footLogo {
  width:12rem;
  margin-top:1rem;
}
.logoBlock {
  align-items:flex-start!important;
}
.footBlock h4 {
  color: var(--color-three);
  font-weight: 800;
  font-size:24px;
  margin:.5rem 0;
}

.bottomFooter {
  width: 100%;
  max-width: 1300px;
  border-top: 1px solid var(--color-two);
  padding-top:3rem;
  color:var(--color-three);
  margin-bottom:1rem;
  margin-top:1rem;
}

.pinkFoot a {
  color:var(--color-one)!important;
}

.socialWrap {
  margin-top:1rem;
}

/* ----------------------- Responsive Styles ----------------------- */
@media only screen and (max-width: 1400px) {

}

    @media only screen and (max-width: 1300px) {

    }
    @media only screen and (max-width: 1200px) {
       
    }
    @media only screen and (max-width: 1100px) {

    }
    @media only screen and (max-width: 1000px) {

    }
    @media only screen and (max-width: 900px) {

    }
    @media only screen and (max-width: 700px) {

    }
    @media only screen and (max-width: 600px) {

    }
    @media only screen and (max-width: 500px) {

    
    }
    @media only screen and (max-width: 400px) {

    }