body {
    height: 100%;
    background-color: #000;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

a {
    -webkit-transition: all 277ms ease;
    transition: all 277ms ease;
    text-decoration: underline;
}

.intro-section {
    height: 100%;
}

.intro-section_bg-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/bg-hero-img.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88)));
    background-image: url('../images/bg-hero-img.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
}

.navbar {
    z-index: 14;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.navbar_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navbar_menu_item {
    margin-right: 0px;
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Lexend Peta', sans-serif;
    color: #d0d0d0;
    font-size: 11px;
    text-transform: uppercase;
}

.navbar_menu_item:hover {
    color: #0f0;
}

.navbar_menu_item.w--current {
    color: #d0d0d0;
}

.navbar_menu_item.dropdown-toogle {
    padding-right: 20px;
    -webkit-transition: all 377ms ease;
    transition: all 377ms ease;
}

.intro-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.intro-section_h1 {
    margin-top: 0px;
    margin-left: -12px;
    font-size: 5.5vw;
    line-height: 6.5vw;
    font-weight: 400;
    text-transform: uppercase;
}

.intro-section_subtitle {
    margin-bottom: 75px;
    color: #d0d0d0;
    font-size: 1.3vw;
    line-height: 1.3vw;
}

.button {
    padding: 20px 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #0f0;
    border-radius: 10px;
    background-color: #0f0;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

.button:hover {
    background-color: transparent;
    color: #0f0;
}

.button.outline {
    background-color: transparent;
    color: #fff;
}

.button.outline:hover {
    border-color: #fff;
    background-color: #fff;
    color: #0f0;
}

.navbar_menu_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d0d0d0;
    text-decoration: none;
}

.navbar_menu_phone:hover {
    color: #0f0;
}

.navbar_menu_phone_icon {
    position: relative;
    top: 1px;
}

.navbar_menu_phone_text {
    margin-left: 8px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar_menu_item_dropdown {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
}

.navbar_menu_item_dropdown_icon {
    margin-right: 0px;
}

.navbar_menu_dropdown_list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 215px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.navbar_menu_dropdown_list_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.25);
    color: #000;
    text-decoration: none;
}

.navbar_menu_dropdown_list_item:hover {
    color: #0f0;
}

.navbar_menu_dropdown_list_item_title {
    font-family: 'Lexend Peta', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar_menu_dropdown_list_item_date {
    font-family: 'Lexend Peta', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.navbar_menu_dropdown_list_link {
    font-family: 'Lexend Peta', sans-serif;
    color: #959595;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar_menu_dropdown_list_link:hover {
    color: #000;
}

.editions-section {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
}

.editions-section_intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.editions-section_intro_h2 {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}

.editions-section_intro_txt-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.editions-section_intro_txt-block_p {
    margin-bottom: 20px;
    color: #d0d0d0;
}

.editions-section_intro_txt-block_line {
    width: 190px;
    height: 3px;
    border-radius: 8px;
    background-color: #0f0;
}

.editions-section_list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.editions-section_list_item {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 60vh;
    padding: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/salta-col.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/salta-col.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
}

.editions-section_list_item:hover {
    box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, 0.5), -14px 14px 0 0 #0f0;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.editions-section_list_item_header {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.editions-section_list_item_header_left_date {
    font-family: 'Lexend Peta', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.editions-section_list_item_header_left_day {
    margin-top: 3px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.editions-section_list_item_header_right_title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 26px;
    text-align: right;
    text-transform: uppercase;
}

.editions-section_list_item_header_right_country {
    font-family: 'Lexend Peta', sans-serif;
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}

.editions-section_list_item_footer_title {
    margin-bottom: 10px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.editions-section_list_item_footer_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.editions-section_list_item_footer_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.editions-section_list_item_footer_list_item_photo {
    width: 46px;
    height: 46px;
    margin-right: 8px;
    border-radius: 100%;
    background-image: url('../images/monja.png');
    background-position: 50% 0%;
    background-size: cover;
}

.editions-section_list_item_footer_list_item_txt_name {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
}

.editions-section_list_item_footer_list_item_txt_row {
    font-size: 13px;
}

.meta-section {
    position: relative;
    z-index: 5;
    padding-top: 70px;
    padding-bottom: 210px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/divisor-waves.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/divisor-waves.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
}

.meta-section.about-page {
    padding-bottom: 75px;
    background-image: none;
}

.meta-section_h2 {
    margin-top: 0px;
    margin-bottom: 95px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.meta-section_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 780px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.meta-section_content_txt-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.meta-section_content_txt-block_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
}

.meta-section_content_txt-block_item_title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.meta-section_content_txt-block_item_p {
    color: #d0d0d0;
    font-size: 13px;
}

.editions-section_list_graph {
    position: absolute;
    left: auto;
    top: -70px;
    right: -50px;
    bottom: auto;
}

.editions-section_list_item_graph {
    position: absolute;
    left: -15px;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 10;
}

.editions-section_list_item_graph.right {
    left: auto;
    top: -15px;
    right: -90px;
    bottom: auto;
}

.meta-section_content_meta-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
}

.meta-section_content_meta-block_base {
    height: 100%;
    max-width: none;
}

.meta-section_content_meta-block_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta-section_content_meta-block_circles-front {
    position: absolute;
    max-width: none;
}

.meta-section_content_meta-block_circles_top {
    position: absolute;
    top: 0px;
    max-width: none;
}

.meta-section_content_meta-block_circles_top-left {
    position: absolute;
    left: 190px;
    top: 155px;
    max-width: none;
}

.meta-section_content_meta-block_circles_top-right {
    position: absolute;
    top: 155px;
    right: 190px;
    max-width: none;
}

.meta-section_content_meta-block_circles_bottom-right {
    position: absolute;
    right: 190px;
    bottom: 155px;
    max-width: none;
}

.meta-section_content_meta-block_circles_bottom-right.meta-txt {
    right: 215px;
    bottom: 211px;
}

.meta-section_content_meta-block_circles_bottom-left {
    position: absolute;
    left: 190px;
    bottom: 155px;
    max-width: none;
}

.meta-section_content_meta-block_circles_bottom-left.meta-txt {
    left: 230px;
    bottom: 560px;
}

.meta-section_content_meta-block_circles_bottom {
    position: absolute;
    bottom: 0px;
    max-width: none;
}

.meta-section_button-line {
    margin-top: 100px;
    text-align: center;
}

.meta-section_button-line.speakers {
    margin-top: 60px;
}

.testimonial-section {
    position: relative;
    overflow: visible;
    padding-top: 135px;
    padding-bottom: 135px;
    background-color: #0c0c0c;
}

.testimonial-section_h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonial-section_h1_line {
    width: 220px;
    height: 3px;
    margin-bottom: 75px;
    border-radius: 10px;
    background-color: #0f0;
}

.testimonial-section_list {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-section_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    background-color: #000;
}

.testimonial-section_list_item_txt-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 65px 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
}

.testimonial-section_list_item_txt-block_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonial-section_list_item_txt-block_header_p {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #d0d0d0;
    font-size: 13px;
}

.testimonial-section_list_item_txt-block_footer {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    text-align: center;
}

.testimonial-section_list_item_txt-block_footer_name {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.testimonial-section_list_item_txt-block_footer_subtitle {
    opacity: 0.6;
    color: #d0d0d0;
    font-size: 12px;
}

.testimonial-section_list_item_photo {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    background-image: url('../images/palestrante.png');
    background-position: 50% 50%;
    background-size: cover;
}

.testimonial-section_graph {
    position: absolute;
    left: -1%;
    top: auto;
    right: auto;
    bottom: -85px;
    width: 105%;
    max-width: none;
}

.green {
    color: #0f0;
}

.testimonial-section_graph-left {
    position: absolute;
    left: -290px;
    top: 335px;
    right: auto;
    bottom: auto;
}

.testimonial-section_graph-right {
    position: absolute;
    left: auto;
    top: auto;
    right: -40px;
    bottom: 190px;
}

.footer_content_socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_contact_item_infos {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_contact_item_title {
    margin-bottom: 7px;
    font-family: 'Lexend Peta', sans-serif;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer_contact_item_title.dark {
    margin-bottom: 3px;
    color: #000;
}

.footer_content_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
}

.footer_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_content_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_contact_item {
    margin-bottom: 30px;
    text-decoration: none;
}

.footer_content_copyright {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 10px;
    line-height: 16px;
}

.footer_content_socials_item {
    margin-right: 15px;
}

.footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_links_item {
    margin-bottom: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
}

.footer {
    padding-top: 70px;
    padding-bottom: 10px;
    background-color: #000;
}

.footer-signature {
    position: relative;
    top: -15px;
    padding-right: 30px;
    text-align: right;
}

.conference-page_hero-section {
    position: relative;
    padding-bottom: 55px;
    background-image: url('../images/bg-hero-img.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/salta.png');
    background-image: url('../images/bg-hero-img.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/salta.png');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: cover, auto, cover;
}

.conference-page_hero-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 305px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.conference-page_hero-section_content_left_title {
    margin-bottom: 6px;
    font-family: 'Lexend Peta', sans-serif;
    color: #d0d0d0;
    font-size: 14px;
    text-transform: uppercase;
}

.conference-page_hero-section_content_left_price {
    font-family: 'Lexend Peta', sans-serif;
    font-size: 28px;
}

.conference-page_hero-section_content_right {
    font-family: 'Lexend Peta', sans-serif;
    text-align: right;
    text-transform: uppercase;
}

.conference-page_hero-section_content_right_city {
    margin-bottom: 6px;
    font-size: 46px;
    line-height: 37px;
}

.price-tag {
    font-size: 18px;
}

.conference-page_hero-section_graph {
    position: absolute;
    left: auto;
    top: auto;
    right: -30px;
    bottom: 30px;
}

.conference-page_infos-section {
    padding-top: 65px;
    padding-bottom: 40px;
}

.conference-page_infos-section.speakers-page {
    padding-bottom: 15px;
}

.conference-page_infos-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.conference-page_infos-section_content_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
}

.conference-page_infos-section_content_txt-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lexend Peta', sans-serif;
    text-transform: uppercase;
}

.conference-page_infos-section_content_txt-block_item_title {
    font-size: 16px;
}

.conference-page_infos-section_content_txt-block_item_subtitle {
    font-size: 10px;
}

.conference-page_infos-section_content_txt-block_divisor {
    width: 1px;
    height: 50px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.conference-page_infos-section_content_left_p {
    color: hsla(0, 0%, 81.7%, 0.8);
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.conference-page_infos-section_content_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.conference-page_infos-section_content_right_button-subtitle {
    margin-top: 5px;
    margin-bottom: 45px;
    font-family: 'Lexend Peta', sans-serif;
    color: #d0d0d0;
    font-size: 8px;
    text-transform: uppercase;
}

.conference-page_infos-section_content_right_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lexend Peta', sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.conference-page_infos-section_content_right_phone_icon {
    position: relative;
    top: 2px;
}

.conference-page_infos-section_content_right_phone_text {
    margin-left: 10px;
}

.conference-page_speakers-section {
    position: relative;
    padding-top: 45px;
}

.conference-page_speakers-section.speakers-page {
    padding-bottom: 75px;
}

.conference-page_speakers-section_h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

.conference-page_speakers-section_h2_line {
    width: 220px;
    height: 3px;
    border-radius: 10px;
    background-color: #0f0;
}

.conference-page_speakers-section_list {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-right: -25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conference-page_speakers-section_list_item {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    margin-right: 20px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
}

.conference-page_speakers-section_list_item_txt-block {
    position: relative;
    z-index: 11;
    padding: 12px 12px 8px;
    background-color: rgba(0, 0, 0, 0.75);
}

.conference-page_speakers-section_list_item_txt-block_name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.conference-page_speakers-section_list_item_txt-block_row {
    color: hsla(0, 0%, 81.7%, 0.8);
    font-weight: 300;
}

.conference-page_speakers-section_title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.conference-page_speakers-section_graph {
    position: absolute;
    left: auto;
    top: auto;
    right: -250px;
    bottom: -130px;
}

.conference-page_speakers-section_graph.speakers-page {
    left: auto;
    top: 350px;
    right: -280px;
    bottom: auto;
}

.conference-page_about-section {
    padding-top: 180px;
    padding-bottom: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/divisor-waves.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/divisor-waves.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
}

.conference-page_about-section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.conference-page_about-section_content_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.conference-page_about-section_content_line {
    width: 220px;
    height: 3px;
    border-radius: 10px;
    background-color: #0f0;
}

.conference-page_city-section {
    padding-top: 40px;
    padding-bottom: 110px;
    background-image: url('../images/bg-hero-img.png');
    background-position: 0px 0px;
    background-size: cover;
}

.conference-page_city-section_txt-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.conference-page_city-section_p {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    color: hsla(0, 0%, 81.7%, 0.7);
    font-weight: 300;
}

.conference-page_city-section_photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.conference-page_city-section_photos_item {
    height: 400px;
    background-image: url('../images/salta-col.png');
    transition: 400ms;
    background-position: 50% 50%;
    background-size: cover;
}

.conference-page_city-section_photos_item.small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
}

.conference-page_city-section_photos_item.large {
    -webkit-box-flex: 0;
    -webkit-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
}

.about-page_intro-section {
    padding-top: 180px;
    padding-bottom: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/divisor-waves.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/divisor-waves.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
}

.about-page_text-section {
    padding-top: 120px;
    padding-bottom: 85px;
}

.contact-page {
    position: relative;
    background-color: #fff;
}

.navbar_menu_link_dropdown_list_menu_item {
    margin-bottom: 15px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar_menu_link_dropdown_list_menu_item:hover {
    color: #a07987;
}

.navbar_menu_link_dropdown_list_menu_item.w--current {
    color: #fff;
}

.footer_contact_item_infos-2 {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
}

.footer_contact_item_infos-2.dark {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.footer_contact_item_title-2 {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_contact_item_title-2.dark {
    color: #646464;
    font-size: 13px;
}

.navbar_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page_content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 85px;
    padding-bottom: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar_menu_link {
    padding: 10px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar_menu_link:hover {
    color: #a07987;
}

.navbar_menu_link.dark {
    color: #221f20;
}

.navbar_menu_link.dark:hover {
    color: #a07987;
}

.navbar-white {
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.contact-page_bg-grey {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: #000;
}

.form-block {
    margin-top: 25px;
}

.button-2 {
    padding: 18px 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #221f20;
    border-radius: 50px;
    background-color: #fff;
    color: #221f20;
    font-size: 13px;
}

.button-2:hover {
    background-color: #221f20;
    color: #fff;
}

.button-2.pink {
    border-color: #a07987;
    color: #a07987;
}

.button-2.pink:hover {
    background-color: #a07987;
    color: #fff;
}

.button-2.pink.fill {
    background-color: #a07987;
    color: #fff;
}

.button-2.pink.fill:hover {
    background-color: transparent;
    color: #a07987;
}

.contact-page_form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
}

.navbar_menu_btn {
    display: none;
}

.navbar_menu_link_dropdown_list_left_title {
    color: #a07987;
    font-size: 24px;
    text-transform: uppercase;
}

.navbar_menu_link_dropdown_list_left {
    padding: 40px 45px;
}

.form-block_form_item_label {
    margin-bottom: 5px;
    font-family: 'Lexend Peta', sans-serif;
    color: #d0d0d0;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-block_form_item_input {
    height: 50px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(34, 31, 32, 0.17);
    border-radius: 4px;
    background-color: #212121;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: hsla(0, 0%, 100%, 0.5);
}

.form-block_form_item_input:focus {
    border-color: rgba(0, 255, 0, 0.5);
}

.form-block_form_item_input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.3);
}

.form-block_form_item_input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.3);
}

.form-block_form_item_input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.3);
}

.form-block_form_item_input::placeholder {
    color: hsla(0, 0%, 100%, 0.3);
}

.form-block_form_item_input.textarea {
    min-height: 120px;
}

.navbar_menu_link_dropdown_list_menu {
    margin-top: 25px;
    margin-bottom: 40px;
}

.form-block_form_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
}

.navbar_content_brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar_menu_link_dropdown_list_link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar_menu_link_dropdown_photo {
    width: 320px;
    margin-left: 35px;
    background-image: url('../images/casa1.1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.download-button_align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.download-button_align.contact {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.navbar_menu_link_dropdown_list.w--open {
    left: auto;
    top: 42px;
    right: -50px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 2px solid #a07987;
    background-color: rgba(34, 31, 32, 0.95);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14);
}

.contact-page_info_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-page_h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
}

.contact-page_h2.white {
    color: #fff;
    text-align: right;
}

.container-2 {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

.navbar_menu_link_dropdown_icon {
    margin-left: 10px;
}

.footer_contact_item_infos_page {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
}

.footer_contact_item_infos_page.dark {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.contact-page_logo {
    position: absolute;
    left: 50px;
    top: 25px;
    right: auto;
    bottom: auto;
    z-index: 15;
}

.schedule-page_controls_month {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.schedule-page_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.speakers-section_list_item_photo {
    position: relative;
    z-index: 20;
    height: 365px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 50%;
    background-size: auto;
}

.speakers-section_list_item_photo.photo1 {
    position: relative;
    z-index: 20;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: url('../images/monja.png');
    background-size: cover;
}

.speakers-section_list_item_photo.photo1.talk {
    height: 310px;
}

.schedule-page_content_left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
}

.schedule-page_content_left-box.talk {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.schedule-page {
    margin-top: 115px;
    margin-bottom: 130px;
    background-image: url('../images/bg-hero-img.png');
    background-position: 0px 0px;
    background-size: cover;
}

.schedule-page_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.schedule-page_controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.schedule-page_controls_stage-select_text {
    margin-right: 8px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.schedule-page_controls_stage-select_text.menu-item-text {
    margin-right: 0px;
}

.schedule-page_controls_stage-select_text.menu-item-text.red {
    color: #d20073;
}

.schedule-page_controls_stage-select_text.menu-item-text.orange {
    color: #ee8230;
}

.schedule-page_controls_header_day {
    margin-left: 25px;
    font-family: 'Lexend Peta', sans-serif;
    font-size: 140px;
    line-height: 95px;
    font-weight: 800;
}

.schedule-page_controls_stage-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 18px 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
}

.schedule-page_controls_stage-select.menu-item {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}

.schedule-page_controls_stage-select.menu-item:hover {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}

.schedule-page_controls_stage-select.menu-item.red {
    border-color: #d20073;
}

.schedule-page_controls_stage-select.menu-item.selected {
    opacity: 0.3;
}

.schedule-page_controls_stage-select.menu-item.orange {
    border-color: #ee8230;
}

.schedule-page_controls_stage-select_box_menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 48px;
    padding-right: 5px;
    padding-left: 5px;
}

.schedule-page_content_right-box {
    position: -webkit-sticky;
    position: sticky;
    top: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.schedule-page_controls_stage-select_box {
    position: relative;
}

.speakers-section_list_item_txt-block_title {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 31px;
    font-weight: 800;
}

.speakers-section_list_item_txt-block_title.schedule-item-name {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 26px;
}

.speakers-section_list_item_txt-block_title.schedule-item-name.talk {
    font-size: 20px;
}

.speakers-section_list_item_metaball {
    position: absolute;
    left: -95px;
    top: -120px;
    right: auto;
    bottom: auto;
    z-index: 10;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.speakers-section_list_item_metaball.purple {
    left: -52px;
    top: -100px;
}

.speakers-section_list_item_metaball.center {
    left: 42px;
    top: auto;
    bottom: -95px;
}

.schedule-page_content_item_infos_title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.schedule-page_content_item_infos_time_stage {
    color: #d20073;
    font-size: 19px;
    font-weight: 800;
}

.schedule-page_content_item_infos_time_stage.orange {
    color: #ee8230;
}

.speakers-section_list_item_txt-block_subtitle {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.speakers-section_list_item_txt-block_subtitle.schedule-item-role {
    margin-bottom: 10px;
    font-family: Gotham, sans-serif;
    color: #d0d0d0;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: none;
}

.schedule-page_controls_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.speakers-section_list_item_txt-block_brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: -90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.speakers-section_list_item_txt-block_brand.schedule-item-brand {
    margin-bottom: 0px;
}

.schedule-page_controls_header_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.schedule-page_controls_header_buttons_item.bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.schedule-page_content_item_infos_time {
    margin-bottom: 8px;
    font-family: 'Lexend Peta', sans-serif;
    color: #0f0;
    font-size: 21px;
    font-weight: 800;
}

.schedule-page_content_item_infos_time.orange {
    color: #ee8230;
}

.schedule-page_content_item_infos_time.talk {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.schedule-page_content_item_infos {
    -webkit-flex-basis: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
}

.schedule-page_content_item_infos.talk {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.speakers-section_list_item {
    position: relative;
    margin-right: 25px;
    margin-bottom: 205px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30.5%;
    -ms-flex: 0 30.5%;
    flex: 0 30.5%;
    background-color: #d20073;
}

.speakers-section_list_item.schedule-item {
    margin-bottom: 120px;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    background-color: transparent;
}

.speakers-section_list_item.schedule-item.orange {
    margin-bottom: 0px;
    background-color: #d20073;
}

.speakers-section_list_item.schedule-item.purple {
    margin-bottom: 0px;
    background-color: #bb37fe;
}

.speakers-section_list_item.schedule-item.talk {
    margin-bottom: 0px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 50%;
}

.schedule-page_h1 {
    margin-top: 0px;
    margin-bottom: 130px;
    font-size: 44px;
    text-transform: uppercase;
}

.conference-page_speakers-section_list_item_txt-block_line {
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #0f0;
}

.conference-page_speakers-section_list_item_txt-block_content {
    overflow: hidden;
    padding-top: 15px;
}

.conference-page_speakers-section_list_item_txt-block_content_p {
    color: hsla(0, 0%, 81.7%, 0.8);
    font-size: 12px;
    font-weight: 300;
}

.conference-page_speakers-section_list_item_bg {
    position: absolute;
    left: -7px;
    top: auto;
    right: auto;
    bottom: -7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #0f0;
}

.conference-page_speakers-section_list_item_photo {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: url('../images/monja.png');
    background-position: 0px 0px;
    background-size: cover;
}

html.w-mod-js *[data-ix="moveup"] {
    opacity: 0;
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, 80px);
}

.menu_content_locales {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 20px;
    margin-bottom: 6px;
}

.menu_content_locales_item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 5px;
    text-decoration: none;
    color: #fff;
}

.menu_content_locales_item:hover {
    color: #01deea;
}

.menu_content_locales_item-title {
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    font-family: Gilroy, sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .intro-section {
        height: auto;
    }
    .intro-section_bg-video {
        height: auto;
    }
    .navbar {
        padding: 15px 30px;
    }
    .navbar_brand {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .navbar_menu {
        background-color: #323232;
    }
    .navbar_menu_item {
        width: 100%;
        margin-left: 0px;
        padding: 20px 30px;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    }
    .navbar_menu_item.dropdown-toogle.w--open {
        width: 100%;
    }
    .navbar_menu_button {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        font-size: 40px;
    }
    .navbar_menu_button.w--open {
        background-color: transparent;
    }
    .intro-section_content {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .container {
        width: 85%;
    }
    .intro-section_h1 {
        margin-left: 0px;
    }
    .intro-section_subtitle {
        margin-bottom: 45px;
        font-size: 2vw;
        line-height: 2vw;
    }
    .navbar_menu_phone {
        margin-left: 0px;
        padding: 20px 30px;
    }
    .navbar_menu_item_dropdown {
        padding-right: 0px;
    }
    .navbar_menu_item_dropdown_icon {
        margin-right: 30px;
        font-size: 17px;
    }
    .navbar_menu_dropdown_list.w--open {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .editions-section_intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .editions-section_intro_h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .editions-section_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .editions-section_list_item {
        height: 50vh;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .meta-section {
        padding-bottom: 84px;
    }
    .meta-section_content {
        height: auto;
    }
    .meta-section_content_txt-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .meta-section_content_txt-block_item {
        margin-bottom: 35px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .meta-section_content_txt-block_item_title {
        color: #0f0;
    }
    .meta-section_content_meta-block {
        position: relative;
        display: none;
    }
    .meta-section_button-line {
        margin-top: 35px;
    }
    .testimonial-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonial-section_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-section_list_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .testimonial-section_list_item_photo {
        height: 450px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .testimonial-section_graph {
        display: none;
    }
    .testimonial-section_graph-right {
        display: none;
    }
    .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .footer_contact_item_title.dark {
        color: #fff;
    }
    .footer_content_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_contact {
        margin-bottom: 35px;
    }
    .footer_links {
        margin-right: 0px;
        margin-bottom: 35px;
    }
    .conference-page_hero-section_content {
        margin-top: 145px;
    }
    .conference-page_infos-section_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .conference-page_infos-section_content_left {
        margin-bottom: 35px;
    }
    .conference-page_infos-section_content_right {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .conference-page_speakers-section_h2 {
        text-align: left;
    }
    .conference-page_speakers-section_list_item {
        margin-right: 6px;
        margin-bottom: 6px;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
    .conference-page_speakers-section_title-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .conference-page_about-section {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .conference-page_city-section_txt-block {
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .conference-page_city-section_p {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .conference-page_city-section_photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .conference-page_city-section_photos_item {
        margin-bottom: 15px;
    }
    .conference-page_city-section_photos_item.small {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .conference-page_city-section_photos_item.large {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .contact-page {
        border-left-style: none;
        background-color: #000;
    }
    .contact-page_content {
        padding-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .contact-page_left {
        margin-top: 50px;
    }
    .contact-page_bg-grey {
        display: none;
    }
    .button-2 {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .contact-page_form-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .navbar_menu_btn {
        display: block;
        padding: 0px;
    }
    .contact-page_h2 {
        color: #fff;
    }
    .container-2 {
        width: 85%;
    }
    .footer_contact_item_infos_page.dark {
        color: hsla(0, 0%, 81.7%, 0.8);
    }
    .contact-page_logo {
        display: none;
    }
    .schedule-page_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .schedule-page_content_right-box {
        display: block;
        position: relative;
    }
    .speakers-section_list_item {
        width: 340px;
    }
    .schedule-page_controls {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .menu_content_locales {
        justify-content: center;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .w-nav-overlay {
        height: 1000px !important;
    }
    .schedule-page_content_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .schedule-page_content_item_infos {
        margin-top: 30px;
    }
    .speakers-section_list_item {
        width: 100%;
    }
    .speakers-section_list_item.schedule-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.schedule-page_content_item.talk {
    padding-bottom: 120px;
}

@media screen and (max-width: 479px) {
    .schedule-page_content_item.talk {
        padding-bottom: 80px;
    }
    .navbar {
        padding: 10px 15px;
    }
    .navbar_brand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar_brand_logo {
        width: 150px;
        margin-left: -10px;
    }
    .intro-section_content {
        margin-top: 70px;
        margin-bottom: 300px;
    }
    .intro-section_h1 {
        margin-bottom: 12px;
        font-size: 9vw;
        line-height: 10vw;
    }
    .intro-section_subtitle {
        margin-bottom: 35px;
        font-size: 5vw;
        line-height: 5vw;
    }
    .button {
        text-align: center;
    }
    .editions-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .editions-section_intro_h2 {
        font-size: 22px;
        line-height: 29px;
    }
    .editions-section_intro_txt-block_p {
        font-size: 13px;
        line-height: 20px;
    }
    .editions-section_list_item {
        height: auto;
    }
    .editions-section_list_item_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .editions-section_list_item_header_left_date {
        font-size: 13px;
    }
    .editions-section_list_item_header_left_day {
        font-size: 9px;
        line-height: 9px;
    }
    .editions-section_list_item_header_right {
        margin-bottom: 15px;
    }
    .editions-section_list_item_header_right_title {
        text-align: left;
    }
    .editions-section_list_item_header_right_country {
        text-align: left;
    }
    .editions-section_list_item_footer {
        margin-top: 80px;
    }
    .editions-section_list_item_footer_title {
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 16px;
    }
    .editions-section_list_item_footer_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .editions-section_list_item_footer_list_item {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .meta-section {
        padding-top: 25px;
        padding-bottom: 70px;
    }
    .meta-section_h2 {
        margin-bottom: 45px;
        font-size: 17px;
        line-height: 27px;
    }
    .editions-section_list_item_graph {
        display: none;
    }
    .testimonial-section_h1 {
        font-size: 17px;
        line-height: 30px;
    }
    .testimonial-section_list_item_txt-block {
        padding-top: 30px;
    }
    .testimonial-section_list_item_photo {
        height: 250px;
    }
    .footer {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .footer-signature {
        top: 0px;
        margin-top: 25px;
        padding-right: 0px;
        text-align: center;
    }
    .conference-page_hero-section {
        overflow: hidden;
        padding-bottom: 30px;
    }
    .conference-page_hero-section_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .conference-page_hero-section_content_left_title {
        font-size: 11px;
    }
    .conference-page_hero-section_content_left_price {
        font-size: 21px;
    }
    .conference-page_hero-section_content_right {
        margin-bottom: 20px;
        text-align: left;
    }
    .conference-page_hero-section_content_right_city {
        font-size: 26px;
    }
    .conference-page_infos-section {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .conference-page_infos-section_content {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .conference-page_infos-section_content_txt-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center;
    }
    .conference-page_infos-section_content_txt-block_divisor {
        width: 100%;
        height: 1px;
        margin: 25px 0px;
    }
    .conference-page_infos-section_content_right {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .conference-page_infos-section_content_right_button-subtitle {
        text-align: center;
    }
    .conference-page_infos-section_content_right_phone {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .conference-page_speakers-section_h2 {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }
    .conference-page_speakers-section_list {
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .conference-page_speakers-section_list_item {
        height: 250px;
        margin-right: 0px;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .conference-page_speakers-section_title-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .conference-page_speakers-section_graph {
        display: none;
    }
    .conference-page_about-section {
        padding-bottom: 50px;
    }
    .conference-page_about-section_content_title {
        font-size: 20px;
        line-height: 29px;
    }
    .conference-page_city-section {
        padding-top: 45px;
    }
    .about-page_intro-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .about-page_text-section {
        padding-top: 55px;
        padding-bottom: 0px;
    }
    .navbar_menu_link {
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #94707d;
        background-color: #a07987;
    }
    .button-2 {
        width: 100%;
        line-height: 18px;
    }
    .navbar_menu_btn.w--open {
        background-color: transparent;
    }
    .form-block_form_item_input {
        font-size: 16px;
    }
    .navbar_content_brand {
        padding-left: 0px;
    }
    .download-button_align.contact {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .navbar_menu-2 {
        margin-top: 10px;
    }
    .contact-page_h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .schedule-page_content_item {
        margin-bottom: 80px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .schedule-page_content_item.talk {
        margin-bottom: 20px;
    }
    .speakers-section_list_item_photo {
        height: 320px;
    }
    .schedule-page {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .speakers-section_list_item_txt-block_title.schedule-item-name {
        margin-top: 18px;
        font-size: 27px;
        line-height: 27px;
    }
    .speakers-section_list_item_metaball {
        left: -84px;
        top: -108px;
    }
    .speakers-section_list_item_metaball.center {
        left: -21px;
        bottom: -72px;
    }
    .schedule-page_content_item_infos_title {
        margin-top: 22px;
    }
    .schedule-page_content_item_infos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .speakers-section_list_item {
        margin-right: 0px;
        margin-bottom: 180px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .speakers-section_list_item.schedule-item {
        margin-bottom: 0px;
    }
    .schedule-page_h1 {
        margin-bottom: 25px;
        font-size: 22px;
    }
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-bold.otf') format('opentype'), url('/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-light.otf') format('opentype'), url('/fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-bookitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-thinitalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-ultraitalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-xlight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham-xlightitalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

.intro-section_bg-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/bg-hero-img.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88)));
    background-image: url('../images/bg-hero-img.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
}