/* START global css */
 
    html[data-useragent*=idclauncher] .nolauncher {
        display:none!important;
    } 
    
    html[data-useragent*=idclauncher] .noweb-block {
        display:block!important;
    } 

    html[data-useragent*=idclauncher] .noweb-flex {
        display:flex!important;
    } 
    
    html[data-useragent*=idclauncher] footer {
        display:none!important;
    } 
    
    html[data-useragent*=idclauncher] main section:first-child .container-fluid.mt-5 {
        margin-top: 0 !important;
    } 
 
 
    ::-webkit-scrollbar { 
        width: 6px; 
        height: 6px; 
    } 
    
    ::-webkit-scrollbar-track { 
        -webkit-box-shadow: inset 0 0 15px rgba(16, 255, 127, .2); 
    } 
    
    ::-webkit-scrollbar-thumb { 
        -webkit-box-shadow: inset 10px -10px 6px rgb(16, 255, 127); 
    } 
    
    .addComments textarea { 
        min-height: 20vh; 
    } 
    
    .addComments textarea:focus { 
        outline-color: rgba(0, 255, 126, .75); 
        outline-style: auto; 
        outline-width: 1px; 
    } 
    
    .fa,.far,.fas {
        font-family:"Font Awesome 5 Free"!important;
        font-display:swap;
    }
    
    .fab {
        font-family:"Font Awesome 5 Brands"!important;
        font-display:swap;
    } 
    
    .icon_ok::before { 
        font-family:FontAwesome; 
        content:'\f058'; 
    } 
    
    .hidden { 
        display: none !important; 
    }

    .left-0 {
        left: 0 !important;
    }

    .ig-square {
        position: relative;
    }

    .ig-square-4-3 {
        padding-bottom: calc(3 / 4 * 100%);
    }

    .ig-square div:first-child {
        position: absolute;
        width: 100%; 
        height: 100%; 
    }

    .idc-pt-input-otp input {
        text-align: center;
    }
    
    .idc-pt-input-otp input:disabled {
        background-color: #1f272f;
    }
    
    .idc-pt-input-otp button {
        left: 0;
    }


/* END global css */
/* START nav-menu-default-v2 css */
html[data-useragent*='idclauncher'] header{margin-bottom: 3rem!important;}
/*
======================================================================================================================
Sidebar-nav -- MenÃº lateral de navegaciÃ³n en IDC
======================================================================================================================
*/
.sidenav {
    height: calc(100vh - 60px); 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1020; 
    top: 60px; 
    left: -1px;
    overflow-x: hidden; 
    overflow-y: auto;
    flex-wrap: nowrap;
    margin-left: 0;
    padding-left: 0;    
    transition: 0.5s; 
}

 .sidenav.sidenav-after {
    height: calc(100vh - 44px); 
    top: 47px ;    
    transition: 0.3s;
}

.sidenav .collapse li:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

#language-collapse a {
    background-color: rgba(0,255,126,0);
    transition: 0.3s;
}

#language-collapse a:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

.sidenav .collapse a {
    display: block;
    transition: 0.3s;
}

.sidenav .collapse a:hover {
    color: #66ffb2;
}

#categoriesBtn .lottie {
    width: 30px;
    height: 30px;
    z-index: 1040;
    cursor: pointer;
}
.nav-custom-after #categoriesBtn .lottie svg path {
    stroke: rgb(0,255,126); 
}

.sidenav-closed {
    width: 0;
}

.sidenav-opened {
    width: 320px;
}

@media (max-width: 575.98px) {
    .sidenav-opened {
        width: 100vw;
    }
}

.bg-gradient {
    background-image: linear-gradient(45deg, rgba(0, 255, 127, 1) 1%, rgba(49, 73, 84, 1) 50%, rgba(27, 29, 44, 1) 100%);
    transition: all ease-out .4s;
}
/*
======================================================================================================================
Menu especi­fico del juego Top
======================================================================================================================
*/
.navbar li {
    list-style: none;
}

.navbar-brand {
    background-image: url("https://cdn3.idcgames.com/img/default/logo-idc-dark.png");
    height: 50px;
    width: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-custom-after .navbar-brand {
    background-image: url("https://cdn4.idcgames.com/img/default/logo-idc-light.png");
    height: 40px;
}

.nav-custom {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    transition: all 1s ease;
    padding: .3rem 1rem;
    height: 60px;
}

.nav-custom a {
    color: black;
}

.nav-custom-after {
    padding: 0rem 1rem;
    border-bottom: 1px solid #00ff7f;
    height: 47px;
}

.nav-custom-after a {
    color: #fff !important;
    transition: all 1s ease;
}

.nav-custom .dropdown-item, .nav-custom .dropdown-menu a{
    color: #fff;
}

.nav-custom .logged  a {
    color: #314954;
}

.nav-custom-after .logged:not(#friends) a {
    color: #00ff7f!important;
}

@media (min-width: 576px) and (max-width: 767.98px){
    #navbarNav .fontSecondarySmall {
        font-size: 1.05rem;
    }
    #navbarNav ul {
        flex-wrap: nowrap;
    }
    #navbarNav .nav-link {
        padding: 0.5rem 0.55rem;
    }
    #navbarNav .menu-reduced {
        display: none;
    }
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/*Menu lateral*/
.featured {
    background: rgba(0,255,126,.2);
}

.btn-cta-small {
    display: none;
    white-space: nowrap;
    padding: 17px 30px;
    font-size: 1.5em;
    line-height: 0.1em;
    border: 5px solid black;
    left: 10%;
    cursor: pointer;
    height: 46px;
}

@media (max-width: 767.98px) {
.btn-cta-small {
    padding: 17px 15px;}
 }

.nav-custom-after a.btn-cta-small {
    color: black!important;
}

.nav-custom-after a:hover.btn-cta-small {
    color: #00ff7f!important;
}

.flag {
    transform: scale(.5);
    margin: -20px;
}

@media (max-width: 575.98px) {
.flag {
    transform: scale(.4);
    margin: -20px;}
}

.language-menu.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    margin-top: .1rem;
    width: 97vw;
    justify-content: flex-end;
    height: auto;
    flex-wrap: wrap;
    box-shadow: none;
}

.language-menu a {
    width: 97px;
}

/*////////////////////////Perfect Scroll bar css
 * Container style
 */
 .ps {
    overflow: hidden !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }
  
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
  }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #343a40;
    opacity: 0.9;
  }
  
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__thumb-y {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #00ff7f;
    height: 11px;
  }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #00ff7f;
    width: 11px;
  }
  
  /* MS supports */
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important;
    }
  }
  
  /*# sourceMappingURL=main.css.map */
  

/*
======================================================================================================================
REGISTER/LOGIN CSS IDC GAMES
======================================================================================================================
*/


.modal-content {
    border: none;
    box-shadow: 1px 3px 9px 3px rgba(0,0,0,0.8);
}

@media (min-width: 1200px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
        max-width: 936px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
        max-width: 830px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
        max-width: 80vw;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
        max-width: 85vw;
    }
}

@media (min-width: 768px) {
   .loginModal .close, .registerModal .close, .hide_close_modal .close {
        display: none;
    } 
}
@media (max-width: 767px) {
   .loginModal .close, .registerModal .close, .hide_close_modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
    } 
}

.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
}

.modal-backdrop.fade {
 opacity:0;
}
.modal-backdrop.show {
 opacity:.7;
}

/*
================================
Fonts
================================
*/
.alredyRegistered p, .noYetRegistered p {
    font-size: 0.9rem; 
}

/*
================================
Upper link
================================
*/

.alredyRegistered {
    position: absolute;
    top: 15px;
}

.noYetRegistered .lineaHorizontalEstrecha {
    width: 45%;
    float: right;
}
    @media (max-width: 575px) {
       .noYetRegistered .lineaHorizontalEstrecha {
            display: none;
        } 
    }

.alredyRegistered .lineaHorizontalEstrecha {
    width: 40%;
    float: right;
}
    @media (max-width: 575px) {
       .alredyRegistered .lineaHorizontalEstrecha {
            display: none;
        } 
    }

/*
================================
Main container
================================
*/
.modalMainContentContainer {
    position: relative;
    max-width: 100%;
}

.loginModal .btn-cta, .registerModal .btn-cta {
    font-size: 1.7rem;
    padding: 1% 5%;
}
    @media (max-width: 575px) {
        .loginModal .btn-cta, .registerModal .btn-cta {
            font-size: 1.6rem;
            padding: 2% 5%;
        }
    }

/*
================================
Or Register with
================================
*/
.btn-social {
  max-height: 46px;
  width: 182px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  white-space: nowrap;
}
.modal .btn-social {
  max-height: 40px;
  font-size: .7rem;
  line-height: .7rem;
}

.modal .btn-social {
    width: 190px;
    }

@media (max-width: 507px) {
    .modal .btn-social {
        width: 100%; }
}
    
.btn-social:focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-msn {
    color: #000;
    background-color: #fff;
    max-height: 41px;
    border-color: rgba(0, 0, 0, .2);
}

.btn-msn svg {
    max-height: 22px;
}
.btn-msn path {
    fill: #FFF;
}

.btn-twitter {
    color: #fff;
    background-color: #00a7e7;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vk {
    color: #fff;
    background-color: #2787f5;
    border-color: rgba(0, 0, 0, .2);
}

.btn-steam {
    color: #fff;
    background-color: #134b7c;
    border-color: rgba(0, 0, 0, .2);
}

.btn-google {
    color: #fff;
    background-color: #e34133;
    border-color: rgba(0, 0, 0, .2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}

.btn-twitch {
    color: #FFF;
    background: #451793;
    border-color: rgba(0, 0, 0, .2);
}

.btn-discord {
    color: #fff;
    background-color: #5865f2;
    border-color: rgba(0, 0, 0, .2);
}
.x-twitter-small {
    fill: #fff;
    height: 1.33333em;
  }

/*Responsive basado en la altura de la pantalla y no en el ancho*/
@media (max-height: 740px) {
    .modal .display-4 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .modal .h6 {
        font-size: 1rem;
    }

    .modal h4 {
        font-size: 1.5rem;
    }
    .loginModal .btn-cta.mt-xl-4, .registerModal .btn-cta.mt-xl-4 {
        margin-top: .25rem !important;
    }
    .modalMainContentContainer .mt-xl-5 {
        margin-top: .75rem !important;
    }

    .modalMainContentContainer .pt-xl-4  {
        padding-top: .5rem !important;
    }
}
/*
======================================================================================================================
Botones de logado/no logado
======================================================================================================================
*/
 .unlogged, .logged {
    display: none;
}
/*
.alert-transparent {
    height:60px;
}
*/
#searchForm .search-control {
    padding-left: 2.375rem;
}

#searchForm .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.email-otp-input {
    text-align: center;
}

.email-otp-input:disabled {
    background-color: #1f272f;
}

#register_verify {
    left: 0;
}

.friends-sidebar {
    display: none;
    position: fixed;
    width: 0px;
    height: calc(100% - 47px);
    right: -0.5rem;
    top: 47px;
    border-left: 1px solid #00ff7f;
    transition: .5s;
    z-index: 1000;
}

.friends-sidebar.opened {
    width: 320px;
}

.friends-sidebar-iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .friends-sidebar {
        /*height: calc(100vh - 55px - 63px);*/
        /*top: 63px;*/
        border-left: unset;
        right: unset;
        transition: unset;
    }    
    .friends-sidebar.opened {
        width: 100%;
    }
}

/* END nav-menu-default-v2 css */
/* START main-global-download-default css */
main{background-image: url(https://cdn5.idcgames.com/storage/image/0/GamesSectionTemplateParam-Content-179-recommended-image/default.jpg);}
/*
======================================================================================================================
ThankYou page
======================================================================================================================
*/

main{display: none;}
@media (min-width: 992px) {
   .thankyouPage {
    position: relative!important;
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    } 
}

.rowBgGradient {
    background-image: linear-gradient(90deg,#a00c1f 40%,#21478b);
    position: relative;
}

.left {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.right {
    justify-content: flex-end;
}
 
.bg1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover !important;
    background-size: auto auto;
    opacity: .8;

}
    @media (max-width: 767px) {
       .bg1{
            height: 100vh;
            width: 100%;
            overflow-x: hidden;
        }
    }

.sliders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    transform: rotate(-15deg);
    transition: none;
}

@media (max-width: 992px) {
    .sliders {
        position: fixed;
    }
}

.thankyouPage .top,
.thankyouPage .bottom {
    position: absolute;
    width: 150%;
    height: 120vh;
}

.top {
    top: -150vh;
    left: -50%;
}

.bottom {
    bottom: -150vh;
    right: 0;
}


.texture2 {
    background: url(https://idcgames.com/cdn/img/textures/texture1b.webp) top no-repeat;
    opacity: .35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover !important;
}

.btnLanding {
  padding: 15px 50px;
  border: 1px solid #00ff7f;
  color: #00ff7f;
  background: #000000b3;
  letter-spacing: 0.1rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
  @media (min-width: 576px) {
    .btnLanding {
      padding: 15px 50px;
    }
  }
  @media (min-width: 480px) and (max-width: 575px) {
    .btnLanding {
      display: flex;
      align-self: center;
      text-align: center;
    }
    .btns a{
      display: flex;
      align-self: center;
      text-align: center;
    }
  }
  @media (max-width: 479px) {
    .btnLanding {
      font-size: 1em;
      padding: 10px 18px;
    }
  }

.btnLanding:hover, .btnLanding:focus, .btnLanding:active {
  border: 1px solid #202328;
  color: black;
  background: rgba(0,255,127,.8);
}

.sliders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    transition: none;
}

@media (max-width: 992px) {
    .sliders {
        position: fixed;
    }
}


.transform, .transform2 {
  -webkit-transition: all 0.9s ease;  
  -moz-transition: all 0.9s ease;  
  -o-transition: all 0.9s ease;  
  -ms-transition: all 0.9s ease;  
  transition: all 0.9s ease;
}
@media (min-width: 992px) {
    .transform-active {
        top: -57vh;
        left: -50%;
    }
    .transform-active2 {
        bottom: -90vh;
    }
    .sliders1{
        transform: rotate(-12deg);
    }
    .sliders2{
        transform: rotate(-28deg);
    }

}
@media (max-width: 991px) {
   .transform-active {
        top: -80vh;
        left: -50%;
    }
    .transform-active2 {
        bottom: -67vh;
    }
    .sliders1{
        transform: rotate(-12deg);
    }
    .sliders2{
        transform: rotate(-23deg);
    }

}

.lineaHorizontalAncha {
    position: relative;
    width: 180%;
    left: -80%;
}

/*
======================================================================================================================
Instructions
======================================================================================================================
*/
@media (min-width: 992px) {
    .right {
        height: 90vh;
        margin:2% 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .left {
        height: 65vh;
    }
    .right {
        height: 35vh;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .left {
        height: 50vh;
    }
    .right {
        height: 50vh;
    }
}
@media (min-width: 480px) and (max-width: 575px) {
    .left {
        height: 60vh;
        padding-top: 10vh;
    }
    .right {
        height: 40vh;
    }
}
@media (max-width: 479px) {
    .left {
        height: 50vh;
        padding-top: 10vh;
    }
    .right {
        height: 50vh;
    }
}

/*Parent container*/
@media (min-width: 1200px) {
    .textInstructionsContainer {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 25%;
        max-width: 62%;
    }
    .textInstructionsContainer div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
        position: relative;
    }
    .textInstructionsContainer div:nth-of-type(2) {
        display: flex;
        flex-grow: 2;
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .textInstructionsContainer {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 25%;
        max-width: 80%;
    }
    .textInstructionsContainer div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
        position: relative;
    }
    .textInstructionsContainer div:nth-of-type(2) {
        display: flex;
        flex-grow: 2;
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .textInstructionsContainer {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }
    .textInstructionsContainer div:nth-of-type(1) {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .textInstructionsContainer div:nth-of-type(2) {
        display: flex;
        position: relative;
        width: 20%
    }
}
@media (max-width: 767px) {
    .textInstructionsContainer {
        margin: 5px;
        width: 100%;
    }
}

/*instructions title*/
@media (min-width: 992px) {
    .instructionsTitle {
        width: 5px;
        margin-top: 15px;
    }

    .instructionsTitle p{
        position: relative;
        direction: rtl;
        white-space: nowrap;
        top: 4%;
        opacity: .5;
        margin-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .instructionsTitle {
        width: 30px;
    }

    .instructionsTitle p{
        position: relative;
        top: 60%;
        opacity: .5;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .instructionsTitle {
        width: 40px;
    }

    .instructionsTitle p{
        position: relative;
        top: 100%;
        opacity: .5;
        white-space: nowrap;
    }
}


/*container Text*/

@media (min-width: 768px) and (max-width: 991px) {
   .textInstructions .fontSecondaryLarge {
    font-size: 4.5rem;
    } 
}
@media (min-width: 576px) and (max-width: 767px) {
   .textInstructions .fontSecondaryLarge {
    font-size: 3.7rem;
    } 
}
@media (max-width: 575px) {
   .textInstructions .fontSecondaryLarge {
    font-size: 3.6rem;
    } 
}

/*line*/
@media (min-width: 1200px) {
    .lineaVertical {
        width: 1px;
        -webkit-transition: height 2s;
        transition: height 2s;
        z-index: 1;
        display: flex;
        align-self: center;
        transform: skew(45deg);
        bottom: -1px;
        transform-origin: top;
        bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .lineaVertical {
        width: 1px;
        -webkit-transition: height 2s;
        transition: height 2s;
        z-index: 1;
        display: flex;
        align-self: center;
        transform: skew(45deg);
        bottom: -1px;
        transform-origin: top;
        bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
        .lineaVertical {
        height: 1px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {

}
@media (min-width: 480px) and (max-width: 575px) {

}
@media (max-width: 479px) {

}

.lineaVertical4 {
    transform: skew(-45deg);
}


@media (max-width: 575px) {
    .leftColumnChild {
        max-width: 100vw;
    }
    #iconDownload {
        height: 65%;
        display: flex;
        align-self: end;
        max-width: 25vw;
    }
    .fontSecondaryLarge {
    font-size: 4rem;
    line-height: 0.9em;
    }
}

.download { color: #FFF !important;}
/* END main-global-download-default css */
