
:root {
    --wm-grey-darkest: #252A37;
    --wm-grey-darker: #5A5A5A;
    --wm-grey-light: #7575a1;
    --wm-grey-lighter: #E5E5E5;
    --wm-grey-placeholder: #757575;
    --wm-blue: #FFB114;
    --wm-red: #F0252D;
    --wm-mobile-padding: 16px;
}

/* B2022 fonts start */


@font-face {
    font-family: "LFTEtica-Standard";
    src: url("https://bp-prd-ff-sta.oss-eu-central-1.aliyuncs.com/Typography/LFTEtica.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LFTEtica-Bold";
    src: url("https://bp-prd-ff-sta.oss-eu-central-1.aliyuncs.com/Typography/LFTEtica-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LFTEtica-SB";
    src: url("https://bp-prd-ff-sta.oss-eu-central-1.aliyuncs.com/Typography/LFTEticaSb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "iocsans_font";
    src: url("https://olympics.com/components/fonts/olympic/sans/web/OlympicSans-Regular.woff2") format('woff2');
}

@font-face {
    font-family: "iocheadline_font";
    src: url("https://olympics.com/components/fonts/olympic/headline/web/OlympicHeadline-Regular.woff2") format('woff2');
}

html {
    font-size: 15px;
}

body {
    color: #000000;
    font-family: 'iocsans_font', Arial, sans-serif;
    font-size: 100%;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'iocsans_font', Arial, sans-serif;
    font-weight: 700;
    margin: 10px 0px;
}

h1 {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 16px;
        font-weight: 700;
    }
}

p {
    font-size: 15px;
    line-height: 1.60em;
}

a,
a:visited,
a:active {
    color: var(--wm-blue);
}

a:hover {
    color: var(--wm-grey-darkest);
}

.logo {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    display: block;
    height: 95px;
    left: var(--wm-mobile-padding);
    position: relative;
    top: 100%;
    transform: translateY(-50%);
    width: 80px;
}

.logo > span {
    left: 50%;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
}

.logo img {
    width: 60px;
}

.signup__imagecontainer--desktop .logo {
    height: 110px;
    left: unset;
    position: absolute;
    right: 60px;
    top: 60px;
    transform: none;
    width: 92px;
}

.signup__imagecontainer--desktop .logo > span {
    top: 16px;
}

.signup__imagecontainer--desktop .logo img {
 width: 65px;
}

.container-fluid.wm__signup {
    padding: 0;
    max-width: 800px;
}

.container-fluid.wm__signup > .row {
    margin: 0;
    padding: 0;
}

.container-fluid.wm__signup > .row > div[class^="col"] {
    margin: 0;
    padding: 0;
    background-color: var(--wm-blue);
}

.headerWrapper {
    padding: 20px 0px;
    display: flex;
    justify-content: center
}

.headerImage {
    max-width: 100%;
    padding: 2rem 13rem;
}


.footerImage {
    max-width: 100%;
    padding: 1rem 8rem;
}

.signup__imagecontainer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.signup__imagecontainer--mobile {
    background-image: url(https://image.mailer.olympics.com/lib/fe2b11717d640478741d77/m/1/af4d43a5-4c7d-438e-b26d-f62264915f6f.png);
    height: 400px;
}

@media screen and (min-width: 620px) {
    .signup__imagecontainer--mobile {
        display: none;
    }
}

.signup__imagecontainer--desktop {
    background-image: url(https://image.mailer.olympics.com/lib/fe2b11717d640478741d77/m/1/af4d43a5-4c7d-438e-b26d-f62264915f6f.png);
    display: none;
    min-height: 492px;
}

@media screen and (min-width: 620px) {
    .signup__imagecontainer--desktop {
        display: block;
    }
}

.frm__submit span {
    margin-right: 16px; /* Add margin to the right of the span */
    
}



.signup__frminner {
    width: 100%;
}



.signup__frmcontainer {
    padding: 20px var(--wm-mobile-padding);
min-height:450px;
display: flex;
justify-content:center;
align-items:center;
}

@media screen and (min-width: 768px) {
    .signup__frmcontainer {
        padding: 20px 30px;
    }
}

@media screen and (min-width: 1024px) {
    .signup__frmcontainer {
        padding: 20px 30px;
    }
}

@media screen and (min-width: 1200px) {
    .signup__frmcontainer {
        padding: 20px 30px;
    }

    .signup__frminner {
        width: 100%;
    }
}

.frm__frmgroup {
    margin: 20px 0;
    position: relative;
    display: flex;
    max-width: 100%;
    align-items: center;

}

.frm_text {
    margin: 0px 40px 0px 5px;
    width: 25%;
}

/* scrollbar */
/* Firefox */
.signup__scrollbar * {
    scrollbar-color: #e5e5e5 #ffffff;
    scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
.signup__scrollbar *::-webkit-scrollbar {
    width: 12px;
}

.signup__scrollbar *::-webkit-scrollbar-track {
    background: #ffffff;
}

.signup__scrollbar *::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 6px;
    border: 3px solid #ffffff;
}

/* form elements */
label {
    line-height: 1.1em!important;
}

label.large {
    font-size: 0.85em!important;
    line-height: 1.5em!important;
}
.privacyText {
   font-size: 11px;
}

.frm__label {
    display: block;
    margin-bottom: 8px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=date] {
    border-radius: 4px;
    border: 1px solid var(--wm-grey-lighter);
    box-sizing: border-box;
    color: var(--wm-grey-darker);
    font-size: 16px;
    outline: none;
    padding: 10px;
    transition: box-shadow .05s;
    width: 100%;
    height: 100%
}


@media screen and (max-width: 700px) {
    .frm_text {
        margin: 0px 10px 0px 5px;
    }
}

@media screen and (min-width: 1200px) {
    input[type=text],
    input[type=number],
    input[type=email],
    input[type=date] {
        width: 100%;
    }
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus {
    border: 1px solid var(--wm-grey-lighter);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}



input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=date] {
    border: 1px solid var(--wm-grey-lighter);
}




.frm__submit {
    background-color: #000000;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-family: 'iocsans_font', Arial, sans-serif;
    height: 40px;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width:100px;
}

.frm__submit_img{

 height:16px;
widht:16px;
}


@media screen and (min-width: 768px) {
    .frm__submit {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .frm__submit {
        padding: 0 40px;
    }
}

a.frm__submit {
    align-items: center;
    display: flex;
    width: auto;
}

@media screen and (min-width: 768px) {
    a.frm__submit {
        display: inline-flex;
    }
}

.frm__submit span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frm__submitlabel {
    margin: 0 auto;
}

@media (hover: hover) {
    a.frm__submit:hover .frm__submitlabel {
        color: #ffffff;
    }

    .frm__submit:hover .frm__submitbg {
        background: var(--wm-grey-darkest);
    }
}

a.frm__submit:visited .frm__submitlabel,
a.frm__submit:focus .frm__submitlabel,
a.frm__submit:active .frm__submitlabel {
    color: #ffffff;
}

.frm__submit:focus .frm__submitbg,
.frm__submit:active .frm__submitbg {
    background: var(--wm-grey-darkest);
}



html.no-picture .frm__submit .frm__submitbg {
    background-color: #0032A0;
}

.frm_err_div {
    width: 15%;
    margin: 0px 5px 0px 5px;
    text-align: center;
font-size: 12px;

}

.frm__errlabel {
    color: var(--wm-red);
    display: none;
    margin-top: 8px;
}

.frm__errlabel.show {
    display: block;
}

.frm__frmgroup{
justify-content: space-between;
}

/* ==========================================================================
   WM: Chosen dropdown styling
   ========================================================================== */
.chosen-container-single .chosen-single {
    background-color: #fff!important;
    background: #fff!important;
}

   .wm__signup .chosen-container {
    font-size: 16px;
    width: 100% !important;
}

.wm__signup .chosen-container-single .chosen-single {
    background-clip: unset;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid var(--wm-grey-lighter);
    box-shadow: none;
    color: var(--wm-grey-darkest);
    height: 40px;
    padding: 10px;
}

.wm__signup .chosen-container-single.chosen-container-active .chosen-single.chosen-default,
.wm__signup .chosen-container-single .chosen-single.chosen-default {
    color: var(--wm-grey-placeholder);
    background-color: #fff;
}

.wm__signup .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border: 1px solid var(--wm-grey-lighter);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.wm__signup .chosen-container .chosen-drop {
    border: 1px solid var(--wm-grey-lighter);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.wm__signup .chosen-container .chosen-results {
    color: var(--wm-grey-darkest);
}

.wm__signup .chosen-container .chosen-results li {
    line-height: 15px;
    padding: 14px 18px;
}

.wm__signup .chosen-container .chosen-results li.highlighted.result-selected,
.wm__signup .chosen-container .chosen-results li.highlighted {
    background-color: var(--wm-blue);
    background-image: none;
    color: #fff;
}

.wm__signup .chosen-container .chosen-results li.result-selected {
    background-color: var(--wm-blue);
    color: #ffffff;
}

.wm__signup .chosen-container-single .chosen-search {
    padding: 8px 4px 3px;
}

.wm__signup .chosen-container-single .chosen-search input[type="text"] {
    background: none;
    background-image: url(https://image.communication.olympicchannel.com/lib/fe8a13727c62007574/m/43/48951696-764d-402c-b011-2fca81d3a3d1.png);
    background-position: right 10px top 12px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border: 1px solid var(--wm-grey-lighter);
    box-shadow: none;
    height: auto;
    margin: 1px 0;
    padding: 10px 10px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .wm__signup .chosen-container-single .chosen-search input[type="text"] {
        background: none !important;
        background-image: url(https://image.communication.olympicchannel.com/lib/fe8a13727c62007574/m/43/48951696-764d-402c-b011-2fca81d3a3d1.png) !important;
        background-position: right 10px top 12px !important;
        background-repeat: no-repeat !important;
        background-size: 14px 14px !important;
    }
}

.wm__signup .chosen-container-single .chosen-single div {
    width: 24px;
}

.wm__signup .chosen-container-single .chosen-single div b {
    background: none;
    background-image: url(https://image.communication.olympicchannel.com/lib/fe8a13727c62007574/m/43/b04cc3a1-10e4-4aec-bc53-b110052c1d2d.svg);
    background-position: right 6px top 19px;
    background-repeat: no-repeat;
    background-size: 20px 13px;
}

.wm__signup .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: right -4px top 19px;
    transform: rotate(180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .wm__signup .chosen-container-single .chosen-single div b {
        background-image: url(https://image.communication.olympicchannel.com/lib/fe8a13727c62007574/m/43/b04cc3a1-10e4-4aec-bc53-b110052c1d2d.svg) !important;
        background-position: right 6px top 19px !important;
        background-size: 20px 13px !important;
    }

    .wm__signup .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: right -4px top 19px !important;
        transform: rotate(180deg) !important;
    }
}

select {
    height: 43px;
    text-indent: 14px;
    color: var(--wm-grey-light);
    border: 1px solid var(--wm-grey-lighter);
    width: 100%;
    border-radius: 4px;
  
    background-color: #ffffff;
}

select.dirty {
    color: var(--wm-grey-darkest);
}



@media only screen and (max-width: 767px) {
    /* Restablece la visibilidad a 'visible' para dispositivos móviles */
    select {
        visibility: visible;
    }
}

select:active,
select:focus {
    outline: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

/* error handling*/


/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.has-padding-top-40 {
    padding-top: 40px !important;
}

.has-margin-top-40 {
    margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

/* ==========================================================================
     Checkbox
   ========================================================================== */

.styled-checkbox {
  position: absolute;
  opacity: 0;
  vertical-align: middle;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align:bottom;
  font-size: 1.8em;

}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 23px;
    height: 23px;
    background: white;
}

.styled-checkbox:hover + label:before {
  background: #2489c5;
}

.styled-checkbox:checked + label:before {
  background: #b8b8b8;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 18px;
  background: white;
  width: 4px;
  height: 4px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
           
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.privacyText{

text-align:justify;
}


@media only screen and (max-width: 767px) {
    .frm__submit{
width: 45%;
}

.frm_submit_img{

    margin-left: 0px; 

}

.frm_submit span{

    margin-right: 0px; 

}

.headerImage {
    max-width: 100%;
    padding: 1rem 4rem;
}


.footerImage {
    max-width: 100%;
    padding: 1rem 2rem;
}

input,select, .chosen-container{
max-width:163px;
}






}


select {
    max-height: 100px; /* Adjust the height as needed */
    overflow-y: auto;
}



