/* =============================================================================================================*/

/* LetoSans Thin */

@font-face {
    font-family: 'LetoSans';
    src: url('../fonts/LetoSans/LetoSans-Thin.woff2') format('woff2'), url('../fonts/LetoSans/LetoSans-Thin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


/* LetoSans Regular */
@font-face {
    font-family: 'LetoSans';
    src: url('../fonts/LetoSans/LetoSans-Regular.woff2') format('woff2'), url('../fonts/LetoSans/LetoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* LetoSans Bold */
@font-face {
    font-family: 'LetoSans';
    src: url('../fonts/LetoSans/LetoSans-Bold.woff2') format('woff2'), url('../fonts/LetoSans/LetoSans-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
}

html, body {
    height: auto;
}

b {
    font-weight: 600;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'LetoSans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

/* CONTENT =======================================================================================================*/

.content-all {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #e8e8e8;
}

.flex-wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

.content {
    width: 100%;
    height: auto;
    /*position: relative;*/
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.fix-width {
    width: 1200px;
    max-width: 80%;
    margin: 100px 60px;
    z-index: 2;
}

.section-fix-width {
    width: 100%;
    /*max-width: 80%;*/
    max-width: 1200px;
    padding: 0 60px;
    background-clip: content-box;
    z-index: 2;
}

.background-blue-dark {
    background-color: #004F7A;
}

.background-blue-light {
    background-color: #f1f7fe;
}

.background-white {
    background-color: #ffffff;
}

.hero-container {
    padding: 160px 0px;
    margin: 0;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more-info-container {
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    max-width: 80%;
    padding: 60px 0 100px;
}


/* INSTRUMENTS ====================================================================================================*/

.vh-100 {
    height: 100vh;
}

.w-80 {
    width: 80%;
}

.w-50 {
    width: 50%;
}

.margin-b-40 {
    margin-bottom: 40px !important;
}

.yellow {
    color: #FFEA24 !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.speakers-content-fix {
    /*max-width: 1120px;*/
    margin: auto;
}

/* ELEMENTS =======================================================================================================*/

a {
    color: white;
}

.bg-gradient {
    background-image: linear-gradient(#0f1115, #003576);
}

hr {
    height: 1px;
    border-width: 0;
    color: #222222;
    opacity: 0.35;
    background-color: #222222;
    width: 90%;
    margin: 0 auto;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-resizer {
    font-size: 1em;
}

.text-transform-disable {
    text-transform: none !important;
}

.txt-h1 {
    width: 100%;
    color: white;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0.3em;
    text-shadow: 2px 2px 1px #000000;
}

.txt-h2 {
    width: 100%;
    color: #FFEA24;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.3em;
    text-shadow: 2px 2px 1px #000000;
}

.txt-h3 {
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0.3em;
}

.bn-small {
    width: fit-content;
    min-width: 50px;
    height: fit-content;
    color: white;
    white-space: nowrap;
    border: 1px solid #00FDFE;
    /* background: #00FDFE; */
    padding: 8px 40px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.bn-small:hover {
    background: rgba(0, 0, 0, 0.2);
    color: white;
}

.bn-big {
    width: fit-content;
    min-width: 50px;
    height: fit-content;
    color: white;
    white-space: nowrap;
    border: 1px solid #00000015;
    background: #004060;
    padding: 18px 40px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.bn-big.light {
    color: #004060;
    background: white;
    border: 1px solid white;
}

.bn-dark-hover:hover {
    background: #0E183A !important;
    border: 1px solid #0E183A !important;
    color: white;
}

.bn-big:hover {
    background: white;
    color: #004060;
}

.bn-big.light:hover {
    background: #004060;
    color: white;
}

.bn-disabled {
    pointer-events: none;
    background: none;
    color: white;
}

/* LOADER ------------------------------------------------------------- */

.loader {
    visibility: hidden;
    margin: 20px auto;
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid white;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* MODAL ====================================================================================================*/

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-content {
    max-width: 100%;
    background-color: #fefefe;
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 30px #505050;
}

.modal-content img {
    height: 80px;
    margin: 20px;
}

.modal-message {
    padding: 20px;
    font-size: 22px;
}

@media all and (max-width: 480px) {
    .modal-message {
        padding: 10px;
        font-size: 16px;
    }
}

/* ANIMATION -----------------------------------------------------------------------------------*/

.fade-in-when-come {
    opacity: 0;
    animation: fadein ease-out 0.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.fade-in-scale {
    opacity: 0;
    animation: fadein-scale ease-in-out 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes fadein-scale {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Firefox */

@-moz-keyframes fadein-scale {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein-scale {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein-scale {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Firefox */

@-moz-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* RED DOT */

@keyframes pulse_animation {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 300ms;
    transform-origin: center center;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.red_dot {
    position: fixed;
    z-index: 1000;
    margin: 20px;
    background-color: #ffea24;
    border: 1px solid #ffea24;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/* Border Blink */

@-webkit-keyframes borderBlink {
    from, to {
        border-color: transparent;
    }

    100% {
        border-color: unset;
    }
}

@keyframes borderBlink {
    from, to {
        border-color: transparent;
    }

    100% {
        border-color: unset;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    from, to {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.borderBlink {
    -webkit-animation: borderBlink 0.2s ease-in-out forwards;
    animation: borderBlink 0.2s ease-in-out forwards;
    animation-iteration-count: 3;
}

.blink {
    -webkit-animation: blink 0.2s ease-in-out forwards;
    animation: blink 0.2s ease-in-out forwards;
    animation-iteration-count: 3;
}

/* ====================================================================================== */

@media all and (max-width: 1600px) {}

@media all and (max-width: 1400px) {}

@media all and (max-width: 1000px) {}

@media all and (max-width: 900px) {}

@media all and (max-width: 800px) {

    .bn-small {
        padding: 8px 20px;
    }

    .hero-container {
        padding: 80px 0px;
    }

    .section-fix-width {
        max-width: 100%;
        padding: 0 20px;
        z-index: 2;
    }

    .more-info-container {
        max-width: 100%;
    }

    .three-steps-container {
        flex-direction: column;
    }
}

@media all and (max-width: 500px) {
    .hero-container {
        padding: 40px 0px;
    }
    .section-fix-width {
        padding: 0;
    }
}