@font-face {
    font-family: 'Brand-bold';
    src: url('../fonts/swiss-bold-webfont.woff2') format('woff2'),
         url('../fonts/swiss-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brand-italic';
    src: url('../fonts/swiss-italic-webfont.woff2') format('woff2'),
         url('../fonts/swiss-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brand';
    src: url('../fonts/swiss-roman-webfont.woff2') format('woff2'),
         url('../fonts/swiss-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

section {
    background-color: #fff !important;
}

main {
    background-color: #fff !important;
}

body {
    background-color: #fff !important;
}

.brand {
    font-family: 'Brand';
    font-weight: normal;
    font-style: normal;
}

.active-tab {
    background: #ff6b02;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
}
#main-video01 {
    background-size: cover;
    background-image: url('../images/main-video01.jpg');
}

#main-video02 {
    background-size: cover;
    background-image: url('../images/ideal-national-championship-winner-2021.png');
}
.youtube-player {
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 500px;
}
.youtube-cover {
    height: 100%;
}
iframe {
    border: 0;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    margin-left: 3px;
    transform: scale(0.8);
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #00000075;
    border-radius: 50%;
    transition: all 200ms;
}
.video-text {
    display: flex;
    position: absolute;
    align-items: center;
    background-color: #00000075;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 100%;
    height: 60px;
    bottom: 0px;
}
.video-text:last-child {
    font-size: 13px;
    font-weight: 700;
}
span.video-text-arrow {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin: 15px;
}
.social-footer a img:hover {
    filter: invert(42%) sepia(51%) saturate(3767%) hue-rotate(7deg) brightness(109%) contrast(108%);
}

.step {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}