@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

:root{
    --bg-1: linear-gradient(to bottom, rgba(9, 46, 126, 0.5), rgba(156, 188, 252, 0.5));
    --bg-2: linear-gradient(to bottom, rgba(0, 81, 255, 0.49), rgba(156, 225, 252, 0.507));
    --bg-3: linear-gradient(to bottom, rgba(144, 165, 212, 0.558), rgba(222, 242, 242, 0.507));
    --bg-4: linear-gradient(to bottom, rgba(6, 25, 68, 0.541), rgba(74, 108, 152, 0.479));
    --bg-5: linear-gradient(to bottom, rgba(76, 96, 127, 0.562), rgba(123, 167, 206, 0.455));
    --hover: rgb(0, 81, 255);
    --white: #fff;
    --black: #180707;
    --transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    --dark-navbar: #081624;
    --box-shadow: 0 0 9px 3px rgba(255, 255, 255, 0.52);
}

body{
    background: var(--bg-3);
    direction: ltr;
    font-family: 'Reddit Sans', sans-serif !important;
    font-size:  18px;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height:  80vh;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
    display: block;
}

.box{
    padding: 72px 0;
}

.title{
    font-size: 23px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 29px;
    text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	-2px 0 2px var(--black), 0 -2px 2px var(--black);
}

.navbar{
    background-color: #0c062e !important;
    border-bottom: 2px solid var(--hover);
}

.navbar-first{
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding-top: 29px;
    padding-right: 29px;
    padding-left: 29px;
}
.d-flex {
    display: flex;
    gap: 40px;
}
.nav-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
}

.nav-logo__img{
    height: 81px;
    width: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo__img > img{
    height: 72px;
    width: 72px;
    object-fit: contain;
}

.nav-logo__title{
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    transition: var(--transition);
}

.nav-logo:hover .nav-logo__title,
.nav-logo:focus .nav-logo__title{
    color: var(--hover);
}

.nav-link{
    color: var(--white);
    transition: var(--transition);
}

.nav-link:hover,
.nav-link:focus{
    color: var(--hover);
}

.collapse{
    justify-content: end;
}

.container-fluid{
    flex-direction: column;
}

.navbar-toggler{
    color: var(--white);
    transition: var(--transition);
}

.navbar-toggler:hover,
.navbar-toggler:focus{
    border: none;
    outline: none;
    box-shadow: var(--box-shadow);
    color: var(--hover);
}

.header-bg{
    background-image: var(--bg-3), url('content/bg/bg-light-068ff7669c5063.jpg ');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.class-header-box{
    padding: 142px 0;
    min-height: 646px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box__title{
    text-align: center;
    font-weight: 700;
    color: white;
	text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	-2px 0 2px var(--black), 0 -2px 2px var(--black);
    margin-bottom:  11px;
}

.header-box__btn{
    text-align: center;
}

.ben{
    background-color: #0c062e;
    border-top: 2px solid var(--hover);
    border-bottom: 2px solid var(--hover);
    position: relative;
    overflow: hidden;
}

.ben-containeer{
    z-index: 1;
    position: relative;
}

.ben-img{
    width: 163px;
    height: 163px;
    background-image: url('content/other/airplane-png-068ff7669c5251.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 0;
    animation: moveUpDown 10s linear infinite;
    -webkit-animation: moveUpDown 10s linear infinite;
    opacity: 0.3;
}

.ben-img-2{
    width: 123px;
    height: 123px;
    background-image: url('content/other/airplane-png-168ff7669c5273.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 0;
    animation: moveUpDown-2 9s linear infinite;
    -webkit-animation: moveUpDown-2 9s linear infinite;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    opacity: 0.3;
    transform: translateY(-100%);
}

.ben-title{
    color: var(--white);
    z-index: 1;
}

.ben-box__count{
    font-size: 32px;
    color: var(--white);
    display: inline-block;
    font-weight: 700;
    z-index: 1;
}

.ben-box__count > span{
    color: var(--hover);
}

.ben-box__title{
    color: var(--white);
}

.main{
    display: flex;
    flex-direction:  column-reverse;
    gap: 17px;
    padding: 17px;
}

.games-box-img{
    width: 100%;
    height: 374px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.games-box-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.games-box-img:hover > img,
.games-box-img:focus > img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.games-box{
    display: flex;
    flex-direction:column-reverse;
    gap:  17px;
}

.games-box > div{
    flex: 1;
}

.games-box-descr{
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: center;
}

.games-box-descr__title{
    font-size: 19px;
    font-weight: 700;
    color: var(--white);
    text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	-2px 0 2px var(--black), 0 -2px 2px var(--black);
    transition: var(--transition);
}


.games-box-descr__title:hover,
.games-box-descr__title:focus{
    color: var(--hover);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    text-shadow: 2px 0 2px var(--white), 0 2px 2px var(--white), 
	-2px 0 2px var(--white), 0 -2px 2px var(--white);
}

.sidebar_fsd5{
    padding: 17px;
    width: 100%;
}

.tranding-list_ftsd9{
    display: flex;
    flex-direction: column-reverse;
    gap: 17px;
    margin-bottom: 40px;
}

.tranding-item{
    display: flex;
    flex-direction: row;
    gap:  17px;
    align-items: center;
    justify-content: space-between;
}

.tranding-item__img{
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    flex: 1;
}

.tranding-item__img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.tranding-item__img:hover > img,
.tranding-item__img:focus > img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.tranding-item__title{
    font-weight: 700;
    transition: var(--transition);
    color: var(--black);
    display: inline-block;
}

.tranding-item__title:hover,
.tranding-item__title:focus{
    color: var(--hover);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

.tranding-item > div{
    flex: 1;
}
.sidebar-title{
    font-size: 23px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 29px;
    text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	-2px 0 2px var(--black), 0 -2px 2px var(--black);
}

.stat_gdy6{
    margin-bottom: 40px;
}

.stat-item{
    margin-bottom: 17px;
    font-weight:600;

}

.stat-item:last-child{
    margin-bottom: 0;
}

.stat-item > span{
    color: var(--hover);
    font-weight: 700;
    font-size: 18px;
}

.liders-item__img{
    width: 45px;
    height: 45px;
    padding: 5px;
    box-shadow: var(--box-shadow);
}

.liders-item__img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.liders-item{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.liders-name{
    word-break: break-all;
}

.cup-liders-cup__img{
    width: 45px;
    height: 45px;
}

.cup-liders{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    list-style: none;
}

.cup-liders-item{
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
    padding: 5px;
    box-shadow: var(--box-shadow);
}

.first-score{
    background-color: #ffd90088;
    position: relative;
}

.first-score::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    background: url('sources/gold-medal.png') no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}

.second-score{
    background-color: #c0c0c09f;
    position: relative;
}

.second-score::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    background: url('sources/silver-medal.png') no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}

.third-score{
    background-color: #b8733377 ;
    position: relative;
}

.third-score::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    background: url('sources/bronze-medal.png') no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}


.liders-images{
    width: 45px;
    height: 45px;
}

.liders-images > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.number{
    font-weight: 700;
    font-size: 18px;
    width: 18px;
}

.score{
    font-weight: 700;
    font-size: 18px;
    margin-left: auto;
}

.video-player{
    height: 376px;
    width: 100%;
    object-fit: cover;
}

.video-container{
    display: none;
    position: relative;
    z-index: 2;
}

.video{
    background-image: url('content/bg/bg-light-168ff7669c5091.jpg ');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    position: relative;
}

.video::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c062eb7;
    z-index: 0;
}


.button-play{
    color: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.button-play > svg{
    width: 82px;
    height: 82px;
}

.button-video-close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: var(--white);
    z-index: 2;
    cursor: pointer;
}

.button-video-close > svg{
    width: 30px;
    height: 30px;
}

.promo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.promo-text{
    color: var(--white);
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    	text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	-2px 0 2px var(--black), 0 -2px 2px var(--black);
}

.promo-container{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: start;
    padding-top: 43px;
}

.promo-delimeter{
    position: relative;
    padding-right: 18px;
}

.promo-delimeter::after{
    width: 3px;
    height: 45px;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: var(--hover);
}

.cup-sl-2{
    width: 80%;
    margin: 0 auto;
}

.disclaimer-box_hdu785{
    margin-bottom: 40px;
    background-color: #ACA22Eb0;
    border: 3px solid var(--hover);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.disclaimer{
    text-align: center;
    color: var(--white);
}

.ben-img-3{
    width: 85px;
    height: 85px;
    background-image: url('content/other/airplane-png-268ff7669c5294.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
    animation: moveUpDown-3 10s linear infinite;
    -webkit-animation: moveUpDown-3 10s linear infinite;
    opacity: 0.3;
}

.au-img{
    width: 163px;
    height: 163px;
    object-fit: contain;
    float: none;
    margin: 0 auto;
    animation: opacity 7s linear infinite;
    -webkit-animation: opacity 7s linear infinite;
}

.subscribe-box{
    background-color: #0c062ecb;
    color: var(--white);
}

.subscribe-form{
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 80%;
    margin:  auto;
}

.subscribe-input{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--hover);
    outline: none;
    width: 100%;
}

.footer_grfhhois{
    background-color: #0c062e;
    color: var(--white);
    padding-bottom: 26px;
}

.footer-col{
    position: relative;
}

.footer-img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.footer-img-2{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-img > img{
    width: 100%;
    height:374px;
    object-fit: contain;
}

.footer-img-2{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-footer{
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    justify-content: center;
    height: 100%;
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
  }

  .copyright_rt7{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffffc9;
    flex-direction: column;
    gap: 11px;
  }

  .footer-wr{
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
    justify-content: center;
    padding: 72px 0;
  }

    .disclaimer-img{
    width: 60px;
    height: 60px;
    }

    .disclaimer-img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .disclaimer-wr{
        display: flex;
        flex-direction: column;
        gap: 11px;
        justify-content: center;
        align-items: center;
    }

  .page-main__img{  
    width: 270px;
    height: 270px;
    object-fit: contain;
    float: none;
    padding: 17px;
    animation: opacity 7s linear infinite;
    -webkit-animation: opacity 7s linear infinite;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-games-box_7851{
    display: flex;
    flex-direction: row;
    gap: 17px;
  }

  .page-games-box-img{
    width: 100%;
    height: 374px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    flex: 1;
    display: block;
  }

  .page-games-box-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
  }

  .page-games-box-img:hover > img,
  .page-games-box-img:focus > img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  .games-box-descr{
    flex: 1;
  }
.conts-block{
    flex: 1;
}
  .contact-page__wrt5743{
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 100%;
    justify-content: center;
  }

  .contact-page__item{
    box-shadow: var(--box-shadow);
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
    padding: 17px;
  }

  .map_gdy7{
    height: 100%;
  }

  .map_gdy7 > iframe{
    height: 100%;
  }

  .contact-name{
    font-weight: 700;
  }

  .contact-text{
    color: inherit;
  }

  .contact-page__item > a{
    transition: var(--transition);
    color: inherit;
  }

  .contact-page__item:hover > a,
  .contact-page__item:focus > a{
    color: var(--hover);
  }

  .form{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .contact-form-item_hd7{
    width: 100%;
  }

   .input-main__row--element,
    .textarea-main__row--element,
    .contact-form-item_hd7 > input,
    .contact-form-item_hd7 > textarea{
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid var(--hover);
        outline: none;
        width: 100%;
        padding: 11px 17px;
        color: var(--white);
    }

    .input-main__row--element::placeholder,
    .textarea-main__row--element::placeholder,
    .contact-form-item_hd7 > input::placeholder,
    .contact-form-item_hd7 > textarea::placeholder{
        color: #ffffffd5;
        text-shadow: 2px 0 2px var(--black), 0 2px 2px var(--black), 
	    -2px 0 2px var(--black), 0 -2px 2px var(--black);
    }

    .privacy{
        color: inherit;
        transition: var(--transition);
    }

    .privacy:hover,
    .privacy:focus{
        color: var(--hover);
    }

    .privacy-link{
        color: #ffffffb9;
    }
.thumb-games-main{
    display: flex;
    flex-direction: column-reverse;
    gap:23px;
}
    .page-img{
        width: 250px;
        height: 250px;
        float: none;
        margin: 0 auto;
        padding: 17px;
    }
.container-privac{
    word-break: break-all;
}
.discl-ttl{
    color: #fff;
     text-align: center;
}
    .page-img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .comments__img{
        width: 45px;
        height: 45px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: var(--box-shadow);
    }

    .comments__img > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .comments-box{
        display: flex;
        flex-direction: column;
        gap: 11px;
        height: 100%;
        justify-content: center;
    }

    .comments-item_ftt6{
        display: flex;
        flex-direction: column;
        box-shadow: var(--box-shadow);
        gap: 17px;
        align-items: center;
        padding: 11px;
        height: 100%;
        justify-content: center;
    }

    .comments__text{
        text-align: center;
    }

    .iframe-col > iframe{
        min-height: 374px;
    }

    .comments-img-box{
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        justify-content: center;
        color: var(--hover);
        font-weight: 700;
    }
@media (max-width: 575px){
    .page-games-box_7851 {
        flex-direction: column !important;
    }
}

@media (min-width: 576px){
      .copyright_rt7{
        flex-direction: row;
      }
}
@media (max-width: 991px){
    .footer-col,
    .footer-col-2{
        display: none;
    }

    .col-main{
        box-shadow: none !important;
    }
}

@media (min-width: 992px){
    .title{
    font-size: 33px;
    }

    .box{
        padding: 81px 0;
    }

    .class-header-box{
        padding: 81px 0;
    }

    .hero-box__title{
        padding: 0  82px;
    }

    .games-box{
        flex-direction: row;
    }

    .games-box-img{
        width: 300px;
    }

    .promo-text{
        font-size: 42px;
    }

    .promo-container{
        align-items: end;
        padding-bottom:  82px;
        padding-top: 0;
    }

    .promo-delimeter{
        padding-right: 50px;
    }

    .promo-delimeter::after{
        height: 100px;
        bottom: -25px;
    }

    .au-img{
        width: 300px;
        height: 374px;
        float: right;
        padding: 17px;
    }

    .subscribe-form{
        flex-direction: row;
    }

    .nav-privacy{
        flex-direction: row;
    }

    .page-img,
    .page-main__img{  
        width: 300px;
        height: 374px;
        float: right;
    }

    .form{
        width: 80%;
    }

        .disclaimer-wr{
        flex-direction: row;
    }
}

@keyframes moveUpDown {
    0% {
        transform: translate(0%, 50%);
        -webkit-transform: translate(0%, 50%);
    }
    100%{
        transform: translate(-50%, -300%);
        -webkit-transform: translate(-50%, -300%);
    }
}
@keyframes moveUpDown-2 {
    0% {
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }
    100%{
        transform: translate(200%, 500%);
        -webkit-transform: translate(200%, 500%);
    }
}

@keyframes moveUpDown-3 {
    0% {
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }
    100%{
        transform: translate(-1500%, 150%);
        -webkit-transform: translate(-1500%, 150%);
    }
}

@keyframes opacity{
    0%{
        filter: opacity(1);
        -webkit-filter: opacity(1);
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
    }
    50%{
        filter: opacity(0.5);
        -webkit-filter: opacity(0.5);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        filter: opacity(1);
        -webkit-filter: opacity(1);
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);

    }
}:root {
    --accent: #b36c3a;
    --white: #fff;
    --pulse: #962121;
  }
  
  .button-1 {
    display: inline-flex;
    text-align: center;
    background-color: var(--white);
    color: var(--accent);
    border-radius: 10em;
    font-weight: 600;
    padding: 1em 2em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--accent);
    box-shadow: 0 0 0 0 var(--accent);
  }
  .button-1:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 var(--accent);
  }
  .button-1:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 var(--accent);
  }
  
  .button-2 {
    padding: 5px 10px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .button-2:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 11px;
  }
  
  .button-2:active {
    color: #000;
  }
  
  .button-2:active:after {
    background: transparent;
  }
  
  .button-2:hover:before {
    opacity: 1;
  }
  
  .button-2:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 11px;
  }
  
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .button-3 {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(218, 218, 218, 0.497);
    border-radius: 0.25rem;
    box-shadow: rgba(84, 82, 82, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
      Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  
  .button-3:hover,
  .button-3:focus {
    border-color: rgba(255, 255, 255, 0.781);
    box-shadow: rgba(76, 75, 75, 0.1) 0 4px 12px;
    color: rgba(255, 253, 253, 0.65);
  }
  
  .button-3:hover {
    transform: translateY(-1px);
  }
  
  .button-3:active {
    background-color: #f0f0f1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
  }
  
  .button-4 {
    align-items: center;
    background-color: #340ac2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto,
      "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell,
      "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height:  18px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left:  18px;
    padding-right: 18px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
  }
  
  .button-4:hover,
  .button-4:focus {
    background-color: #3e11d1;
    color: #ffffff;
  }
  
  .button-4:active {
    background: #09223b;
    color: rgb(255, 255, 255, 0.7);
  }
  
  .button-4:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3);
  }
  
  .button-5 {
    appearance: none;
    background-color: var(--pulse);
    border: 2px solid var(--pulse);
    border-radius: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 18px 23px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
  }
  
  .button-5:disabled {
    pointer-events: none;
  }
  
  .button-5:hover {
    box-shadow: rgba(198, 10, 10, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  .button-5:active {
    box-shadow: none;
    transform: translateY(0);
  }
  
  .iframe-row{
    iframe{
        width: 100%;
        height: 100vh;
        border: none;
    }
  }

  .footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
