
/* LANDING SECTION */


section .landing_bottomOverlap {
    transform: translateY(52.1%);
    z-index: 4;
}
section .landingCTA {
    position: relative;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    left: 0%;
}
.landingCTA .landingCTALogo {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 55%;
    top: -20%;
}
.landingCTA .landingCTAText {
    position: relative;
    display: block;
    left: 0%;
    top: -1%;
    font-weight: 400;
    width: 100%;
    font-size: 140%;
}
.landingCTA .landingCTAButton {
    position: relative;
    display: block;
    width: 100%;
    top: -1%;
    left: 0%;
    z-index: 2;
    padding-bottom: 5vw;
}
.landing .landingCTAImage1 {
    position: absolute;
    width: 25%;
    bottom: -2vw;
    left: 15%;
    z-index: 3;
}
.landing .landingCTAImage2 {
    position: absolute;
    width: 25%;
    bottom: -2vw;
    right: 15%;
    z-index: 1;
}

/* GAME ROTATION SECTION */

section.gameRotation {
    background-image: url('../../assets/shared/blueHexBackground.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
    color: white;
    padding-top: 4vw;
    padding-bottom: 6vw;
}
.gameRotation .gameRotationTitle {
    font-weight: 600;
    position: relative;
    z-index: 4;
}
.gameRotation .gameRotationTitle h2 {
    font-size: 190% !important;
    font-weight: 500;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 1.5vw;
}
.gameRotation .gameRotationText {
    font-size: 105%;
    font-weight: 400;
    position: relative;
    z-index: 4;
}
.gameRotation .gameRotationIcons {
    position: relative;
    height: 35vw;
    padding-bottom: 1rem;
}
.gameRotationIcons .gameRotationIconsLoadingOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@keyframes logoBlinking {
    0% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% { 
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.95);
    }
    100% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.gameRotationIcons .gameRotationIconsLoadingGif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    animation: logoBlinking 0.5s ease-in-out infinite; /* 添加动画 */
}
.gameRotationIcons .gameRotationIconsTopRowSection {
    position: relative;
    display: block;
    width: max-content;
    height: 50%;
    white-space: nowrap;
    top: 11.5%;
    pointer-events: none;
    opacity: 0;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow_0 {
    position: relative;
    display: inline-block;
    height: 100%;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow_1 {
    position: relative;
    display: inline-block;
    height: 100%;
}
.gameRotationIcons .gameRotationIconsBottomRowSection {
    position: relative;
    display: block;
    width: max-content;
    height: 50%;
    white-space: nowrap;
    bottom: 11.5%;
    left: -3%;
    pointer-events: none;
    opacity: 0;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow_0 {
    position: relative;
    display: inline-block;
    height: 100%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow_1 {
    position: relative;
    display: inline-block;
    height: 100%;
}

.gameRotationIconsRow .gameRotationIconDiv {
    position: relative;
    display: inline-block;
    pointer-events: all;
}
.gameRotationIconsRow .gameRotationIconDiv .gameRotationIconLink {
    display: contents;
}
.gameRotationIconsRow .gameRotationIconDivSmall {
    height: 50%;
}
.gameRotationIconsRow .gameRotationIconDivMedium {
    height: 40%;
}
.gameRotationIconsRow .gameRotationIconDivLarge {
    height: 45%;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivSmall {
    top: -40%;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivSmall:nth-child(3n) {
    top: -30%;
    z-index: 6;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivMedium {
    top: -20%;
    z-index: 6;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivMedium:nth-child(2n) {
    top: -10%;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivLarge {
    top: 0%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivSmall {
    bottom: 0%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivSmall:nth-child(3n) {
    bottom: -10%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivMedium {
    bottom: 0%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivMedium:nth-child(2n) {
    bottom: -10%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivLarge {
    bottom: 0%;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivLarge:nth-child(3n) {
    bottom: -10%;
}
.gameRotationIconsTopRowSection .gameRotationIconsTopRow .gameRotationIconDivLarge .gameRotationIconLink .gameRotationIcon {
    z-index: 5;
}
.gameRotationIconsBottomRowSection .gameRotationIconsBottomRow .gameRotationIconDivLarge .gameRotationIconLink .gameRotationIcon {
    z-index: 5;
}
.gameRotationIconsRow .gameRotationIconDiv .gameRotationIconLink .gameRotationIcon {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    animation-duration: 3s;
    animation-timing-function: 'ease-in-out';
    animation-delay: 5s;
    animation-iteration-count: infinite;
}
.gameRotationIconsRow .gameRotationIconDiv .gameRotationIconLink .gameRotationIcon:hover {
    scale: 1.1;
}
.gameRotationIconsRow .gameRotationIconDivSmall .gameRotationIconLink .gameRotationIcon {
    animation-name: gameRotationIconBounce1;
}
@keyframes gameRotationIconBounce1 {
    0%, 10%, 90%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-0.5vw);
    }
    50% {
        transform: translateY(-0.5vw);
    }
    60% {
        transform: translateY(-0.5vw);
    }
}
.gameRotationIconsRow .gameRotationIconDivMedium .gameRotationIconLink .gameRotationIcon {
    animation-name: gameRotationIconBounce2;
}
@keyframes gameRotationIconBounce2 {
    0%, 10%, 90%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-0.4vw);
    }
    50% {
        transform: translateY(-0.4vw);
    }
    60% {
      transform: translateY(-0.4vw);
    }
}
.gameRotationIconsRow .gameRotationIconDivLarge .gameRotationIconLink .gameRotationIcon {
    animation-name: gameRotationIconBounce3;
}
@keyframes gameRotationIconBounce3 {
    0%, 10%, 90%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-0.3vw);
    }
    50% {
      transform: translateY(-0.3vw);
    }
    60% {
        transform: translateY(-0.3vw);
    }
}
.gameRotation .gameRotationCTAButton {
    position: relative;
    display: block;
    display: block;
}
.gameRotation .gameRotationCTAText {
    margin-top: 5vw;
    position: relative;
    display: block;
}
@keyframes gameRotation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* SWINTT STUDIOS SECTION */

section.swinttStudios {
    color: white;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-size: cover !important;
}
.swinttStudios .swinttStudiosLogo {
    display: block;
    margin: 0 auto;
    top: -10%;
    position: relative;
    width: 55%;
    padding-bottom: 7%;
}
.swinttStudios .swinttStudiosText {
    padding-bottom: 8%;
    display: block;
}
.swinttStudios .swinttStudiosCTAButton {
    position: relative;
    display: block;
}
.swinttStudios .swinttStudiosCTAText {
    position: relative;
    color: #113a55;
    z-index: 4;
}
.swinttStudios .swinttStudiosCTAText h1 {
    font-weight: 300;
    font-size: 190%;
}
.swinttStudios .swinttStudiosMixTape {
    position: absolute;
    width: 8%;
    left: 20%;
    top: -2%;
    z-index: 3;
    animation: bobbing 5s infinite 1s;
}
.swinttStudios .swinttStudiosGreenSkull {
    position: absolute;
    width: 8%;
    bottom: -10%;
    left: 30%;
    z-index: 3;
    animation: bobbing 5s infinite 2s;
}
.swinttStudios .swinttStudiosRedSherrif {
    position: absolute;
    width: 8%;
    right: 20%;
    top: 5%;
    z-index: 3;
    animation: bobbing 5s infinite 3s;
}
.swinttStudios .swinttStudiosVinniePointing {
    position: absolute;
    bottom: 0;
    width: 17.5%;
    right: 20%;
    z-index: 0;
}

/* SWINTT GAMIFY SECTION */

section.swinttGamify {
    background-color: #3E2747;
    padding-top: 6vw;
    padding-bottom: 12vw;
    color: white;
    font-weight: 500;
}
.swinttGamify .swinttGamifyLogo {
    width: 55%;
}
.swinttGamify .swinttGamifySlogan {
    position: relative;
    display: block;
    padding-bottom: 2vw;
    top: -15px;
    font-size: 110%;
}
.swinttGamify .swinttGamify_bottomOverlap {
    transform: translateY(60.5%);
    z-index: 4;
    display: none;
}
.swinttGamify .swinttGamifyDescriptionSpace {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 1; /* allows the children to expand and contract based on the size of the screen */
    flex-direction: row;
    padding-bottom: 2vw;
}
.swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyDescriptionText {
    text-align: left;
    display: block;
    flex-basis: 50%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyDescriptionText ul {
    padding-left: 15px;
}
.swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyDescriptionText ul li {
    margin: 1vw 0;
}
.swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder {
    flex-basis: 50%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder .swinttGamifyPhoneImage {
    width: 25vw;
    position: relative;
    display: block;
    z-index: 5;
    padding-left: 10%;
}
.swinttGamify .swinttGamifyCTAButton {
    z-index: 5;
    position: relative;
    display: block;
}
.swinttGamifyCTAButton button {
    background-color: rgb(16, 63, 91, 0.75) !important;
    border-color: #fdc753 !important;
    border-radius: 1px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    color: white !important;
}
.swinttGamifyCTAButton buttonhover {
    background-color: rgb(16, 63, 91, 1) !important;
}

/* SWINTT LIVE SECTION */

section.swinttLive {
    background-repeat: repeat-y;
    background-size: 100% auto;
    color: white;
    padding-top: 4vw;
    display:none;
}
.swinttLive .swinttLive_bottomOverlap {
    transform: translateY(19%);
    z-index: 4;
}
.swinttLive .swinttLiveDescriptionSpace {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 1; /* allows the children to expand and contract based on the size of the screen */
    flex-direction: row;
}
.swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo {
    text-align: left;
    display: block;
    flex-basis: 65%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo .swinttLiveLogo {
    width: 100%;
    position: relative;
    z-index: 4;
}
.swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo ul {
    padding-left: 15px;
}
.swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo ul li {
    margin: 1vw 0;
}
.swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder {
    flex-basis: 35%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder .swinttLivePhoneImage {
    position: relative;
    display: block;
    width: 22.5vw;
    z-index: 5;
    padding-left: 10%;
}
.swinttLive .swinttLiveHexGroup {
    position: relative;
    display: block;
    width: 70%;
    bottom: 5vw;
    margin-top: 5vw;
}
.swinttLive .swinttLiveHexGroup .swinttLiveHexIconBackground {
    position: relative;
    display: block;
    width: 100%;
    left: 0%;
    top: 0%;;
}
.swinttLive .swinttLiveHexGroup .swinttLiveHexIconHolder {
    width: 18%;
    height: 40%;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIconHolder1 {
    top: 12%;
    left: 5%;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIconHolder2 {
    top: 41%;
    left: 23.25%;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIconHolder3 {
    top: 12%;
    left: 42%;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIconHolder4 {
    top: 41%;
    left: 60.25%;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIconHolder5 {
    top: 12%;
    left: 79%;
}
.swinttLive .swinttLiveHexGroup .swinttLiveHexIconHolder .swinttLiveHexIcons {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.swinttLive .swinttLiveHexGroup .swinttLiveHexIconComingSoon {
    width: 9%;
    height: 23%;
    position: absolute;
    text-align: center;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIcon4ComingSoon{
    top: 18.5%;
    left: 64.75%;
}
.swinttLive .swinttLiveHexGroup #swinttLiveHexIcon5ComingSoon{
    top: -11.5%;
    left: 83.25%;
}
.learnMorePDFCanvas {
    position: relative;
    display: block;
    width: 90vw;
    height: 90vh;
    max-height: 99%;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
}
.swinttLive .swinttLiveCTAButton {
    z-index: 5;
    position: relative;
    display: block;
}

/* OUR TEAM SECTION */

section.ourTeam {
    background-color: #3E2747;
    padding-top: 9vw;
    padding-bottom: 6vw;
    color: white;
}
.ourTeam .ourTeamTitle {
    padding-bottom: 2.5vw;
}
.ourTeam .ourTeamMembers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1; /* allows the children to expand and contract based on the size of the screen */
    flex-direction: row;
    order: 2;
    width: 100%;
    left: 2.5%;
    position: relative;
    padding-bottom: calc(15vw);
}
.ourTeam .ourTeamMembers .ourTeamMember {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13vw;
    max-height: 13vw;
}
.ourTeam .ourTeamMembers .ourTeamMemberLeft {
    position: relative;
    margin-right: -4%;
    margin-bottom: -2.75%;
    margin-top: -2%;
}
.ourTeam .ourTeamMembers .ourTeamMemberRight {
    margin-left: -4%;
    top: 6vw;
    position: relative;
    margin-bottom: -2%;
    margin-top: -2.75%;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImage {
    max-width: 100%;
    height: 100%;
    position: relative;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImageLeft {
    right: 0%;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImageRight {
    left: 0%;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation {
    width: 80%;
    position: relative;
    display: block;
    
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft {
    right: 30%;
    display: block;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight {
    left: 5%;
    display: block;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight {
    display: block;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberName {
    display: block;
    width: 150%;
    text-transform: uppercase;
    font-weight: 600;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberPosition {
    display: block;
    width: 150%;
    color: #DE3558;
    padding-bottom: 7%;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberDescription {
    display: block;
    width: 160%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.9vw;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft .ourTeamMemberDescription {
    right: 10%;
}
.ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight .ourTeamMemberDescription {
    left: -10%;
}
.ourTeam .ourTeamCTAButton{
    position: relative;
    display: block;
}

/* REGULATED MARKETS SECTION */

section.regulatedMarkets {
    background: linear-gradient(to bottom, transparent, white), url('../../assets/home/index/regulatedMarkets/background.png') repeat center top;
    background-size: 100% auto;
    background-position: center top;
    color: #3E2747;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.regulatedMarkets .regulatedMarketFlags {
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
}
.regulatedMarkets .comingSoonMarketFlags {
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
}
.regulatedMarkets .regulatedMarketFlag {
    width: 2.25vw;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 50%;
    height: 2.25vw;
}
.regulatedMarkets .comingSoonMarketFlag {
    width: 2.25vw;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 50%;
    height: 2.25vw;
    margin-bottom: 1vw;
}
.regulatedMarkets .regulatedMarketsMap {
    width: 100%;
}
.comingSoonMarketsTitle {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw !important;
}

/* NEWS SECTION */

section.news {
    background-color: #3E2747;
    padding-top: 4vw;
    padding-bottom: 6vw;
    color: white;
}
.news .news-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    padding-bottom: 3vw;
}
.news .news-container .news-tile {
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    padding: 1%;
}
.news .news-container .news-tile-big {
    grid-row: span 2;
    grid-column: span 8;
}
.news .news-container .news-tile-small {
    grid-column: span 4;
}
.news .news-container .news-tile .newsItem_headlineImage {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}
.news .news-container .news-tile .newsItemDate {
    padding-left: 2%;
    display: block;
    text-align: left;
    margin-top: 1.5%;
    margin-bottom: 0%;
    text-align: left;
    font-size: 90%;
    color: #DE3558;
    font-weight: 450;
}
.news .news-container .news-tile .newsItemTitle {
    padding-left: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-weight: 400;
}
.news .news-container .news-tile .newsItemContentSnippet {
    position: relative;
    display: block;
    width: 96%;
    height: 65%;
    text-align: justify;
    font-size: smaller;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2%;
    font-size: 80%;
    margin-top: 0.6rem;
}
.news .news-container .news-tile-small .newsItemContentSnippet {
    display: none;
}
.news .news-container .news-tile .newsItemReadMore {
    padding-left: 2%;
    display: block;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}
.news .news-container .news-tile .newsItemReadMore a {
    text-decoration: none;
    color: black;
    font-size: 80%;
}
.news .newsCTAButton {
    display: block;
}

/* CONTACT SECTION */

section.contact {
    background-color: #DE3558;
    padding-top: 2vw;
    padding-bottom: 3vw;
    color: white;
    overflow: hidden;
}
.contact .contactGrid {
    display: flex;
    flex-wrap: nowrap;
    align-items: top;
    flex-grow: 1; /* allows the children to expand and contract based on the size of the screen */
    flex-direction: row;
}
.contact .contactGrid .contactLeftInfo {
    text-align: left;
    flex-basis: 45%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.contact .contactGrid .contactLeftInfo h1 {
    margin-bottom: 0;
    width: 100%;
}
.contact .contactGrid .contactLeftInfo p {
    width: 100%;
}
.contact .contactGrid .contactRightMap {
    flex-basis: 55%; /* sets the initial size of the children */
    align-items: center; /* aligns the children vertically */
}
.contact .contactGrid .contactLeftInfo #contactForm {
    width: 120%;
    left: 0%;
    position: relative;
    display: block;
    background-color: white;
    color: black;
    z-index: 3;
}
.contact .contactGrid .contactLeftInfo #contactForm .contactFormTitle {
    padding-top: 1.5vw;
    padding-left: 1.5vw;
    position: relative;
    display: block;
    margin-bottom: 1vw;
}
.contact .contactGrid .contactLeftInfo #contactForm .nameInput {
    position: relative;
    width: calc(49.1% - 1.5vw);
    padding: 2% 2% 2% 2%;
    margin: 1% 0% 1% 1.5vw;
    box-sizing: border-box;
    background-color: whitesmoke;
    border: none;
}
.contact .contactGrid .contactLeftInfo #contactForm .emailInput {
    position: relative;
    width: calc(49.1% - 1.5vw);
    padding: 2% 2% 2% 2%;
    margin: 1% 1.5vw 1% 0%;
    box-sizing: border-box;
    background-color: whitesmoke;
    border: none;
}
.contact .contactGrid .contactLeftInfo #contactForm .subjectInput {
    position: relative;
    width: calc(99.5% - 3vw);
    padding: 2% 2% 2% 2%;
    margin: 1% 1.5vw 1% 1.5vw;
    box-sizing: border-box;
    background-color: whitesmoke;
    border: none;
}
.contact .contactGrid .contactLeftInfo #contactForm .contactDepartmentSelect {
    position: relative;
    width: calc(99.5% - 3vw);
    padding: 2% 2% 2% 2%;
    margin: 1% 1.5vw 1% 1.5vw;
    box-sizing: border-box;
    background-color: whitesmoke;
    border: none;
}
.contact .contactGrid .contactLeftInfo #contactForm .messageInput {
    display: block;
    position: relative;
    width: calc(99.5% - 3vw);
    padding: 2.5% 2.5% 2.5% 2.5%;
    margin: 1% 1.5vw 1% 1.5vw;
    box-sizing: border-box;
    height: 100px;
    resize: vertical;
    background-color: whitesmoke;
    border: none;
}
.contact .contactGrid .contactLeftInfo .contactSubmitSection {
    position: relative;
    display: block;
    width: 100%;
    height: 15%;
    margin-left: 1.5vw;
    margin-top: 2%;
    padding-bottom: 5%;
}
.contact .contactGrid .contactLeftInfo .contactSubmitSection #contactForm_submitBtn {
    position: relative;
    display: block;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.contact .contactGrid .contactLeftInfo .contactSubmitSection #contactForm_spinner {
    height: 1.5rem;
    width: 1.5rem;
}
.contact .contactGrid .contactLeftInfo .contactSubmitSection #contactForm_error-message {
    color: red;
    position: absolute;
    left: 20%;
    top: 10%;
    font-size: 12px;
}
.contact .contactGrid .contactLeftInfo .contactSubmitSection #contactForm_success-message {
    color: green;
    position: absolute;
    right: 5%;
    top: 10%;
    font-size: 12px;
}
.contact .contactGrid .contactRightMap .contactMapiFrame {
    top: -2vw;
    width: 195%;
    left: 0%;
    position: relative;
    display: block;
    z-index: 2;
    height: calc(100% + 5vw + 20px);
}
.contact .contactGrid .contactRightMap .gmCover {
    width: 101%;
    height: 25px;
    bottom: 4vw;
    position: relative;
    background: #DE3558;
    z-index: 3;
    display: none;
}

/* CURRENT PARTNERS SECTION */

section.currentPartners {
    background: linear-gradient(to top, #3E2747, transparent, #3E2747), url('../../assets/shared/blueHexBackground.png') repeat center top;
    color: white;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.currentPartners .currentPartnersText h1 {
    font-weight: 300;
    font-size: 190%;
}
.currentPartners .currentPartnersGrid {
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.currentPartners .currentPartnersGrid .currentPartnersGridItem {
    width: 14%;
    padding: 3%;
}
.hiddenPartnerLogo {
    display: none;
}
 
.currentPartners .currentPartnersGrid .currentPartnersGridItem .currentPartnersLogo {
    width: 100%;
    filter: sepia(100%) hue-rotate(170deg) saturate(200%);
    opacity: 0.5 !important;
    transition-duration: 0s !important;
}
.currentPartners .currentPartnersGrid .currentPartnersGridItem .currentPartnersLogo:hover {
    animation: currentPartnersLogoAnimation 0.3s ease forwards;
    transition-duration: 0s !important;
    opacity: 1 !important;
}
@keyframes currentPartnersLogoAnimation {
    0% {
      filter: sepia(100%) hue-rotate(170deg) saturate(200%);
    }
    1% {
      filter: sepia(100%) hue-rotate(0deg) saturate(200%);
    }
    100% {
        filter: none;
      }
}

/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
    .regulatedMarkets .regulatedMarketFlag {
        width: 2.5vw;
        height: 2.5vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 2.5vw;
        height: 2.5vw;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft {
        right: 40%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight {
        left: 15%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberDescription {
        width: 200%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft .ourTeamMemberDescription {
        right: 30%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight .ourTeamMemberDescription {
        left: -30%;
    }
    .news .news-container .news-tile-big {
        grid-column: span 7;
    }
    .news .news-container .news-tile-small {
        grid-column: span 5;
    }
    .news .news-container .news-tile-small-wide {
        grid-column: span 6;
    }
}

@media screen and (max-width: 980px) {
    .swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder .swinttGamifyPhoneImage {
        width: 35vw;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder .swinttLivePhoneImage {
        width: 27.5vw;
    }
    .regulatedMarkets .regulatedMarketFlag {
        width: 3vw;
        height: 3vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 3vw;
        height: 3vw;
    }
    .ourTeam .ourTeamTitle {
        padding-bottom: 0vw;
    }
    .ourTeam .ourTeamMembers .ourTeamMember {
        width: 100%;
        padding-top: 6%;
        justify-content: right;
        height: unset;
        max-height: unset;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
    }
    .ourTeam .ourTeamMembers .ourTeamMemberLeft {
        margin-right: 0;
    }
    .ourTeam .ourTeamMembers .ourTeamMemberRight {
        margin-left: 0;
        top: 0;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation {
        width: 75%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft {
        right: 0%;
        left: unset;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight {
        left: unset;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImage {
        position: absolute;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImageLeft {
        left: 0%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberName {
        width: 100%;
        text-align: left;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberPosition {
        width: 100%;
        text-align: left;
        padding-bottom: 2%;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberDescription {
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.5vw;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationLeft .ourTeamMemberDescription {
        right: unset;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformationRight .ourTeamMemberDescription {
        left: unset;
    }
    .contact .contactGrid .contactRightMap {
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 805px) {
    .gameRotation .gameRotationIcons {
        height: 50vw;
    }
    .swinttGamify .swinttGamifyDescriptionSpace {
        flex-wrap: wrap; /* allows children to wrap onto separate lines */
        flex-direction: column;
    }
    .swinttGamify .swinttGamifySlogan {
        padding-bottom: 0;
    }
    .swinttGamify .swinttGamifySlogan h3 {
        margin-bottom: 0;
    }
    .swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder .swinttGamifyPhoneImage {
        width: 40vw;
        padding: 0;
    }
    .swinttLive .swinttLiveDescriptionSpace {
        flex-wrap: wrap; /* allows children to wrap onto separate lines */
        flex-direction: column;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder .swinttLivePhoneImage {
        width: 40vw;
        padding: 0;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo .swinttLiveLogo {
        padding-top: 8vw;
        width: 55%;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo h3 {
        margin-bottom: 0;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLiveInfo {
        display: contents;
        align-items: center;
    }
    .swinttLive .swinttLiveHexGroup {
        bottom: 8vw;
        margin-top: 8vw;
    }
    .swinttStudios .swinttStudiosVinniePointing{
        right: 20%;
    }
    .regulatedMarkets .regulatedMarketFlag {
        width: 4vw;
        height: 4vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 4vw;
        height: 4vw;
    }
    .news .news-container .news-tile .newsItemTitle {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .contact .contactGrid {
        flex-wrap: wrap; /* allows children to wrap onto separate lines */
        flex-direction: column;
    }
    .contact .contactGrid .contactLeftInfo #contactForm {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .contact .contactGrid .contactLeftInfo {
        padding-bottom: 7%;
    }
    .contact .contactGrid .contactRightMap .contactMapiFrame {
        width: 100%;
        height: 55vw;
    }
    .contact .contactGrid .contactRightMap .gmCover {
        display: block;
    }
}

@media screen and (max-width: 630px) {
    section .landingCTA {
        top: -26vw;
    }
    .landingCTA .landingCTALogo {
        padding-bottom: 5vw;
        top: -10%;
    }
    .landingCTA .landingCTAButton {
        top: -100%;
    }
    .landingCTA .landingCTAText {
        font-size: 90% !important;
        top: -80%;
    }
    .gameRotation .gameRotationIcons {
        height: 60vw;
    }
    .gameRotation .gameRotationTitle h2 {
        font-size: 140% !important;
    }
    section.swinttStudios {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    .swinttStudios .swinttStudiosText {
        padding-bottom: 0;
    }
    .swinttStudios .swinttStudiosCTAText h1 {
        font-size: 140%;
        margin-bottom: 1.5rem !important;
    }
    .swinttStudios .swinttStudiosGreenSkull{
        left: 25%;
    }
    .swinttStudios .swinttStudiosRedSherrif {
        right: 25%;
    }
    .swinttStudios .swinttStudiosMixTape {
        left: 22%;
    }
    section.swinttGamify {
        background-color: #3E2747;
        padding-top: 12vw;
        padding-bottom: 12vw;
        color: white;
        font-weight: 500;
    }
    .learnMorePDFCanvas {
        width: unset;
        height: unset;
        max-width: 90vw;
        max-height: 90vh;
    }
    .swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .swinttGamify .swinttGamifyDescriptionSpace .swinttGamifyPhoneImageHolder .swinttGamifyPhoneImage {
        width: 70vw;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .swinttLive .swinttLiveDescriptionSpace .swinttLivePhoneImageHolder .swinttLivePhoneImage {
        width: 70vw;
    }
    .swinttLive .swinttLiveHexGroup {
        bottom: 9vw;
    }
    .regulatedMarkets .regulatedMarketFlag {
        width: 5vw;
        height: 5vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 5vw;
        height: 5vw;
    }
    section.ourTeam {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    .ourTeam .ourTeamTitle {
        margin-bottom: 1rem !important;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberName {
        padding-left: 7%;
        width: 90%;
        font-size: 1rem;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberPosition {
        padding-left: 7%;
        width: 90%;
        font-size: 0.8rem;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberInformation .ourTeamMemberDescription {
        padding-left: 7%;
        width: calc(90% - 20px);
        font-size: 0.8rem;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImage {
        max-height: 25vw;
    }
    .bodyDiv .pageSections section.regulatedMarkets .regulatedMarketsTitle {
        margin-bottom: 1rem;
    }
    .bodyDiv .pageSections section.regulatedMarkets .comingSoonMarketsTitle {
        margin-bottom: 1rem;
    }
    .regulatedMarkets .regulatedMarketFlags {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .regulatedMarkets .comingSoonMarketFlags {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    section.news {
        padding-top: 6vw;
        padding-bottom: 12vw;
    }
    .news .news-container {
        padding-bottom: 8vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact .contactGrid .contactLeftInfo h1{
        padding-left: 20px;
        padding-right: 20px;
    }

    .news .news-container .news-tile-big {
        grid-column: span 12;
    }
    .news .news-container .news-tile-small {
        grid-column: span 12;
    }
    .news .news-container .news-tile-small-wide {
        grid-column: span 12;
    }
    .news .news-container .news-tile .newsItemDate {
        font-size: 100%;
    }
    .news .news-container .news-tile .newsItemReadMore a {
        font-size: 120%;
    }
    .news .news-container .news-tile:nth-child(n+4) {
        display: none;
    }
    -small .newsItemContentSnippet {
        display: block;
    }
    section.contact {
        padding-top: 6vw;
    }
    form#contactForm {
        padding: 3vw !important;
        width: fit-content !important;
    }
    .contact .contactGrid .contactLeftInfo .contactSubmitSection {
        padding-bottom: 2%;
    }
    .contact .contactGrid .contactLeftInfo #contactForm .contactFormTitle {
        margin-top: 0;
    }
    .contact .contactGrid .contactRightMap .contactMapiFrame {
        top: 0px;
    }
    .contact .contactGrid .contactRightMap {
        top: 4vw;
    }
    .contact .contactGrid .contactLeftInfo {
        padding-bottom: 1%;
    }
    .contact .contactGrid .contactRightMap .gmCover {
        display: block;
    }
    section.currentPartners {
        padding-top: 8vw;
        padding-bottom: 10vw;
    }
    section.currentPartners .currentPartnersText h1 {
        font-size: 140%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 455px) {
    .bodyDiv .pageSections {
        margin-top: 10vw;
    }
    header .background {
        width: 75%;
        left: 13%;
        top: 5vw;
    }
    section .landingCTA {
        top: -50vw;
    }
    .landing .landingCTAImage1 {
        width: 19%;
        left: 19%;
    }
    .landing .landingCTAImage2 {
        width: 19%;
        right: 19%;
    }
    .landingCTA .landingCTALogo {
        padding-bottom: 3vw;
    }
    .gameRotation .gameRotationIcons {
        height: 70vw;
    }
    .swinttStudios .swinttStudiosVinniePointing {
        right: 20%;
    }
    .regulatedMarkets .regulatedMarketFlag {
        width: 6vw;
        height: 6vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 6vw;
        height: 6vw;
    }
    .contact .contactGrid .contactRightMap {
        top: 3vw;
    }
}

@media screen and (max-width: 368px) {
    .landingCTA .landingCTALogo {
        padding-bottom: 0;
    }
    .gameRotation .gameRotationIcons {
        height: 80vw;
    }
    .regulatedMarkets .regulatedMarketFlag {
        width: 7vw;
        height: 7vw;
    }
    .regulatedMarkets .comingSoonMarketFlag {
        width: 7vw;
        height: 7vw;
    }
    .ourTeam .ourTeamMembers .ourTeamMember .ourTeamMemberImage {
        max-height: 27vw;
    }
    .contact .contactGrid .contactRightMap {
        top: 2vw;
    }
    .contact .contactGrid .contactLeftInfo {
        padding-bottom: 0%;
    }
}