/*
  FONTS
*/

@font-face {
    font-family: 'ABC Normal';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/ABCNormal-Light.woff') format('woff'), url('../fonts/ABCNormal-Light.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'ABC Normal';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/ABCNormal-Book.woff') format('woff'), url('../fonts/ABCNormal-Book.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'ABC Normal';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/ABCNormal-Neutral.woff') format('woff'), url('../fonts/ABCNormal-Neutral.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'ABC Normal';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/ABCNormal-Bold.woff') format('woff'), url('../fonts/ABCNormal-Bold.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'ABC Normal';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/ABCNormal-Medium.woff') format('woff'), url('../fonts/ABCNormal-Medium.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/ScotchDisplay-Light.woff') format('woff'), url('../fonts/ScotchDisplay-Light.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'Scotch Display';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/ScotchDisplay-Roman.woff') format('woff'), url('../fonts/ScotchDisplay-Roman.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'La Belle Aurore';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/labelleaurore-regular.woff') format('woff'), url('../fonts/labelleaurore-regular.eot') format('eot');
    font-display: swap;
}


/*
	NORMALIZE
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

:root {
    font-size: 62.5%;
    --layout: 129rem;
    --blue: #72B1FF;
    --blue-light: #F1F8FF;
    --pink: #FFD9F5;
    --green: #91E29F;
    --yellow: #FFD66F;
    --gray: #F5F5F5;
    --gray-text: #C0C0C0;
    --gray-dark: #737373;
    --border: #EAEAEA;
    --sand: #EEEFE8;
}

body {
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
    font-family: 'ABC Normal', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

img,
iframe {
    border: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

ol li {
    list-style-type: decimal;
}

p {
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    margin: 0;
    padding: 0;
}


/*
  COMPONENTS
*/

.logo {
    display: none;
    vertical-align: middle;
    font-weight: 500;
    font-style: normal;
    color: black;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.007rem;

}

.logo-full {
    display: block;
    width: 15rem;
    height: 4rem;
    background-image: url('../images/logo.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -6666rem;
    overflow: hidden;
}

.imago {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 3.5rem;
    background-image: url('../images/imago.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -6666rem;
    overflow: hidden;
}

[class*=ico-] {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -6666rem;
    overflow: hidden;
}

.ico-twitter {
    background-image: url('../images/twitter.svg');
}

.ico-facebook {
    background-image: url('../images/facebook.svg');
}

.ico-linkedin {
    background-image: url('../images/linkedin.svg');
}

.ico-whatsapp {
    background-image: url('../images/whatsapp.svg');
}

.button,
body .footer_hero .button,
body .wp-site-blocks header .button,
body .wp-site-blocks section .button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    min-width: 25rem;
    font-weight: normal;
    font-style: normal;
    color: black;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #FFD9F5, white);
    border-radius: 3.5rem;
    padding: 1.5rem 1rem;
    transition: all 0.25s;
    overflow: hidden;
    position: relative;
}

.button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(to bottom, #FFD9F5, white, #FFD9F5);
    z-index: 1;
    transition: all 0.25s;
}

.button:hover:before {
    top: -100%;
}

.button span {
    display: block;
    position: relative;
    z-index: 2;
}

.button-blue {
    background: linear-gradient(to bottom, var(--blue), white);
}

.button-blue:before {
    background: linear-gradient(to bottom, var(--blue), white, var(--blue));
}

.button-green {
    background: linear-gradient(to bottom, var(--green), white);
}

.button-green:before {
    background: linear-gradient(to bottom, var(--green), white, var(--green));
}

.button-yellow {
    background: linear-gradient(to bottom, var(--yellow), white);
}

.button-yellow:before {
    background: linear-gradient(to bottom, var(--yellow), white, var(--yellow));
}

.container {
    max-width: var(--layout);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}


/*
  HEADER
*/

.header,
#header {
    background: var(--sand);
    margin-top: 0;
    position: relative;
}

.header .container {
    position: relative;
    z-index: 2;
}

.header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.header_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    animation: visible 1s 2s forwards;
}

.header_audio {
    display: inline-block;
    margin-left: auto;
    margin-right: 1rem;
}

.header_audio span {
    display: block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    text-indent: -666rem;
    overflow: hidden;
    background-image: url('../images/audio-off.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_audio.active span {
    background-image: url('../images/audio-on.svg');
}

.header_share {
    position: relative;
}

.header_share > a {
    display: inline-block;
    vertical-align: middle;
    color: black;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.01rem;
}

.header_share > a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3rem;
    height: 1.3rem;
    background-image: url('../images/share.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 1rem;
}

.header_share nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: -1.25rem;
    top: calc(100% + 1.25rem);
    transition: opacity 0.5s;
}

.header_share.active nav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header_share nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.header_hero {
    padding: 2rem;
    min-height: calc(100vh - 20rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_hero h1 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 3.8rem;
    line-height: 0.94;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto 8rem;
    position: relative;
}

.header_hero h1 span {
    overflow: hidden;
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.05);
}

.header_hero h1 span:before {
    content: attr(data-text);
    display: block;
    animation: toTop 1s forwards;
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
}

.header_hero h1 span:nth-of-type(2):before {
    animation-delay: 0.25s;
}

.header_hero h1 span:nth-of-type(3):before {
    animation-delay: 0.5s;
}

.header_hero h1 strong {
    font-size: 1.8rem;
    line-height: 1;
    font-family: 'La Belle Aurore';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    display: block;
    position: absolute;
    top: calc(100% + 1rem);
    left: calc(100% - 18rem);
    width: 18rem;
    opacity: 0;
    visibility: hidden;
    filter: blur(0);
    animation: visible 1s 1s forwards;
}

.header_hero h1 strong:before {
    content: '';
    display: block;
    width: 0;
    height: 0.3rem;
    background-image: url('../images/underline.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 17rem 0.3rem;
    position: absolute;
    top: 85%;
    left: 5%;
    animation: underline 0.75s 1.5s forwards;
}

.header_hero h2 {
    font-weight: 200;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    max-width: 33rem;
    margin: 0 auto 2rem;
    opacity: 0;
    visibility: hidden;
    animation: visible 1s 2s forwards;
}

.header_hero p {
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto 3rem;
    opacity: 0;
    visibility: hidden;
    animation: visible 1s 2s forwards;
}

.header_hero p span {
    font-weight: 200;
}

.header_hero .go {
    display: block;
    width: 4.4rem;
    height: 3rem;
    position: relative;
    animation: go 1.75s ease-in-out infinite 2.75s;
}

.header_hero .go:before,
.header_hero .go::after {
    content: '';
    display: block;
    width: 0.2rem;
    height: 0;
    transform: rotate(0deg);
    background: black;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(0deg);
}

.header_hero .go:before {
    animation: goHeight 0.25s 1.75s forwards, goLeft 0.75s 2s forwards;
}

.header_hero .go:after {
    animation: goHeight 0.25s 1.75s forwards, goRight 0.75s 2s forwards;
}

.header_hero .go span {
    display: block;
    text-indent: -666rem;
    overflow: hidden;
}

.header_hero .button {
    opacity: 0;
    visibility: hidden;
    animation: visible 1s 2s forwards;
}


/*
  MAIN
*/

main {
    background: linear-gradient(to bottom, #F8F8F5 0%, #F2F7F0 40%, var(--green) 50%, #F2F7F0 60%, white);
    overflow: hidden;
    width: 100%;
}

/*
  INFO
*/

.info {
    padding: 7rem 2rem 5rem;
    position: relative;
}

.info:before,
.last:before {
    content: '';
    display: block;
    width: 90rem;
    height: 55rem;
    background-image: url('../images/bg-info-1.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15rem;
    left: -90rem;
    z-index: 0;
    transition: all 1s;
}

.quotes.active + .info:before,
.last.active:before {
    left: -60rem;
    animation: dance 20s infinite;
}

.info:after {
    content: '';
    display: block;
    width: 90rem;
    height: 64rem;
    background-image: url('../images/bg-info-2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20%;
    right: -90rem;
    z-index: 0;
    transition: right 1s 1s;
}

.info.active-second:after {
    right: -60rem;
    animation: dance 20s 1s infinite;
}

.info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info .column {
    text-align: left;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.info.active .column {
    transform: translateY(0);
    opacity: 1;
}

.info h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 4.4rem;
    line-height: 1;
    text-align: left;
    max-width: 25rem;
    margin: 0 auto 2rem 0;
}

.info h3 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.125;
    text-align: left;
    margin: 0 auto 2rem 0;
}

.info .column:nth-of-type(1) p {
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 1.6rem;
    line-height: 1.334;
    text-align: left;
    margin: 0 auto 1.5rem 0;
}

.info .column:nth-of-type(1) p:nth-of-type(3) {
    margin-bottom: 3rem;
}

.info_aside {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    text-align: left;
    margin-bottom: 2rem;
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.info.active-second .info_aside {
    transform: translateY(0);
    opacity: 1;
}

.info.active-second .info_aside + .info_aside {
    transform: translateY(5rem);
    opacity: 0.15;
}

.info.active-third .info_aside + .info_aside {
    transform: translateY(0);
    opacity: 1;
}

.info_aside p {
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.info_aside ul {
    list-style-type: none;
}

.info_aside ol {
    list-style-type: none;
    counter-reset: my-awesome-counter;
}

.info_aside ol li {
    list-style-type: none;
    counter-increment: my-awesome-counter;
}

.info_aside ol li::before {
    content: "0" counter(my-awesome-counter);
    font-family: 'La Belle Aurore';
    font-weight: normal;
    font-style: normal;
    font-size: 1.9rem;
    position: absolute;
    top: 0;
    left: 0;
}

.info_aside li {
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.334;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.info_aside ul li:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url('../images/face.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.25rem;
    left: 0;
}


/*
  QUOTES
*/

.quotes {
    position: relative;
    overflow: hidden;
}

.quotes_bg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 40rem);
    top: -20rem;
}

.quotes_bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.quotes_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: fader 12s infinite;
}

.quotes_bg img:nth-of-type(1) {
    animation-delay: 0s;
}
.quotes_bg img:nth-of-type(2) {
    animation-delay: -9s;
}
.quotes_bg img:nth-of-type(3) {
    animation-delay: -6s;
}
.quotes_bg img:nth-of-type(4) {
    animation-delay: -3s;
}

.quote {
    padding: 10rem 4rem;
    position: relative;
    z-index: 2;
}

.quote p {
    font-family: 'Scotch Display';
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 3.6rem;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 1.5rem;
}

.quote p strong {
    font-weight: normal;
    display: block;
}

.quote p span {
    float: left;
    margin-left: -2.2rem;
}

.quote cite {
    font-family: 'La Belle Aurore';
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    display: block;
}

.quote cite:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3.2rem;
    height: 0.5rem;
    background-image: url('../images/cite.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem;
}


/*
  SPEAKERS
*/

.speakers {
    padding: 7rem 2rem;
}

.speakers .container {
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.speakers.active .container {
    transform: translateY(0);
    opacity: 1;
}

.speakers h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 4.2rem;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.speakers .bio {
    display: none;
}

.speakers ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.speakers li {
    width: 45%;
    max-width: 23.8rem;
    text-align: left;
    margin-bottom: 4rem;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.223;
}

.speakers li.awaiting {
    filter: blur(0.5rem);
}

.speakers li a {
    display: block;
    color: var(--gray-dark);
}

.speakers li a .speakers_img {
    margin-bottom: 1rem;
    border-radius: 2rem;
    overflow: hidden;
}

.speakers li img {
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}

.speakers li a:hover img {
    transform: scale(1.05);
}

.speakers li strong {
    font-weight: 700;
    display: block;
    color: black;
    margin-bottom: 0.8rem;
}

.speakers li span {
    display: block;
    color: black;
}

.speakers p {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.125;
    text-align: right;
    margin: 0 auto 1rem;
}

.speakers p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url('../images/face.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}


/*
  FEATURES
*/

.features {
    padding: 0 2rem;
    position: relative;
}

.features .container {
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.features.active .container {
    transform: translateY(0);
    opacity: 1;
}

.features article {
    background: white;
    border-radius: 2rem;
    padding: 3rem 2rem 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.features article:before {
    content: '';
    display: block;
    width: 18rem;
    height: 25rem;
    background-image: url('../images/branch.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6rem;
    right: 40%;
    transform: rotate(50deg);
    transform-origin: right top;
}

.features.active article:before {
    animation: fallout 1s ease forwards, brunch1 13s 1s ease infinite;
}

.features h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 4.2rem;
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    max-width: 28.5rem;
    margin-bottom: 3rem;
}

.features h2 strong {
    font-weight: 200;
}

.features h3,
.features h4 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 2.2rem;
    line-height: 1.125;
    text-align: left;
    max-width: 64rem;
    margin-bottom: 3rem;
}

.features h3 strong {
    font-weight: 700;
}

.features h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.features_check {
    max-width: 54rem;
    margin-bottom: 4rem;
}

.features_check li {
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.334;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.features_check li:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url('../images/check.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.features_experiences {
    width: 100%;
    max-width: 35.5rem;
    margin-bottom: 4rem;
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.features.active-second .features_experiences {
    transform: translateY(0rem);
    opacity: 1;
}

.features_experiences ul {
    margin-bottom: 2rem;
}

.features_experiences li {
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 0.8rem;
    padding: 2.2rem 2rem 2.8rem;
    text-align: left;
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.features_experiences li:nth-of-type(1) {
    border-color: var(--green);
}

.features_experiences li:nth-of-type(2) {
    border-color: var(--blue);
}

.features_experiences li p {
    font-weight: 200;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.334;
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.features_experiences li p + p {
    margin-top: auto;
}

.features_experiences li p strong {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
}

.features_experiences li p:nth-of-type(2) strong {
    display: inline;
}

.features_contact {
    background: var(--pink);
    border-radius: 2rem 2rem 0 0;
    padding: 3.2rem 2rem;
    max-width: 38rem;
    text-align: left;
    font-weight: 200;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.334;
    transform: translateY(110%);
    transition: all 1s;
}

.features.active-third .features_contact {
    transform: translateY(0rem);
}

.features_contact strong {
    font-weight: 700;
    font-size: 1.8rem;
    display: block;
}

.features_contact a {
    color: black;
}


/*
  SCHEDULE
*/

.schedule {
    padding: 7rem 2rem;
}

.schedule .container {
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.schedule.active .container {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    z-index: 3;
}

.schedule h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 4.2rem;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.schedule h2 span {
    display: block;
}

.schedule_calendar {
    background-color: var(--blue);
    border-radius: 1.8rem;
    padding: 1.4rem 2rem 2rem;
    max-width: 51.6rem;
    margin-bottom: 4rem;
}

.schedule .schedule_calendar h3,
.schedule_calendar h3 {
    font-family: 'ABC Normal';
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
}

.schedule_calendar table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.schedule_calendar table th {
    text-align: left;
    padding: 1.2rem;
    text-transform: uppercase;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    width: 14.28%;
}

.schedule_calendar table th span {
    display: none;
}

.schedule_calendar table td {
    border: 1px solid var(--border);
    background-color: white;
    padding: 1.2rem;
    color: black;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 200;
    text-align: left;
}

.schedule_calendar table td:nth-of-type(7),
.schedule_calendar table td:nth-of-type(7) a {
    color: red;
}

.schedule_calendar table td a {
    display: block;
    margin: -1.2rem;
    color: black;
    background-color: var(--sand);
    padding: 1.2rem;
}

.schedule_calendar table td a.active {
    background-color: var(--yellow);
}

.schedule_tabs {
    width: 100%;
    max-width: 55rem;
    margin-bottom: 4rem;
}

.schedule_tabs a {
    color: var(--gray-text);
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 1.25rem 2.5rem;
    border-radius: 5rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 19rem;
    transition: background 0.25s;
}

.schedule_tabs a:nth-of-type(2) {
    transition-delay: 0.2s;
}

.schedule_tabs a:nth-of-type(3) {
    transition-delay: 0.4s;
}

.schedule_tabs a:nth-of-type(4) {
    transition-delay: 0.6s;
}

.schedule.active .schedule_tabs a {
    max-width: 55rem;
}

.schedule_tabs a.active {
    color: white;
    background: var(--blue);
}

.schedule_tabs a:not(.active):hover {
    background: var(--blue-light);
}

.schedule_tabs strong {
    display: block;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s;
}

.schedule.active .schedule_tabs strong {
    opacity: 1;
    visibility: visible;
}

.schedule_tabs a:nth-of-type(2) strong {
    transition-delay: 0.4s;
}

.schedule_tabs a:nth-of-type(3) strong {
    transition-delay: 0.6s;
}

.schedule_tabs a:nth-of-type(4) strong {
    transition-delay: 0.8s;
}

.schedule .container {
    padding-bottom: 95rem;
}

.schedule .container > h3 {
    display: block;
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.125;
    text-align: left;
    position: absolute;
    top: 121rem;
    left: 0;
}

.schedule .container > ul {
    font-weight: 200;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.334;
    position: relative;
    max-width: 55rem;
    margin-bottom: 3rem;
    text-align: left;
    position: absolute;
    top: 125rem;
    left: 0;
}

.schedule .container > ul li {
    margin-bottom: 0.5rem;
    list-style: disc;
    list-style-position: inside;
}

.schedule_content {
    padding-left: 9rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 45rem;
    padding-top: 6rem;
}

.schedule_content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
}

.schedule_content h4 {
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.schedule_content strong {
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    padding-left: 2.8rem;
    border-left: 1px solid black;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
}

.schedule_content strong:nth-of-type(2) {
    transition-delay: 0.75s;
}

.schedule_content strong:nth-of-type(3) {
    transition-delay: 1.75s;
}

.schedule_content strong:nth-of-type(4) {
    transition-delay: 2.75s;
}

.schedule_content.active strong {
    opacity: 1;
}

.schedule_content strong:nth-of-type(1),
.schedule_content strong:nth-of-type(4) {
    border-left-color: transparent;
}

.schedule_content strong:nth-of-type(1):after {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background: black;
    position: absolute;
    top: 50%;
    left: -0.1rem;
}

.schedule_content strong:nth-of-type(4):after {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background: black;
    position: absolute;
    bottom: 50%;
    left: -0.1rem;
}

.schedule_content strong:before {
    content: '';
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: var(--blue);
    border-radius: 100%;
    position: absolute;
    top: 0.5rem;
    left: -0.45rem;
    z-index: 1;
}

.schedule_content ul {
    padding-left: 2.8rem;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    position: relative;
}

.schedule_content ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 0;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s 0.25s;
}

.schedule_content.active ul:after {
    height: 100%;
}

.schedule_content ul:nth-of-type(2):after {
    transition-delay: 1.25s;
}

.schedule_content ul:nth-of-type(3):after {
    transition-delay: 2.25s;
}

.schedule_content ul:nth-of-type(4):after {
    content: none;
    display: none;
}

.schedule_content ul:before {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    background-image: url('../images/morning.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5rem;
    left: -8rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.schedule_content ul:nth-of-type(2):before {
    background-image: url('../images/noon.svg');
    transition-delay: 1s;
}

.schedule_content ul:nth-of-type(3):before {
    background-image: url('../images/afternoon.svg');
    transition-delay: 2s;
}

.schedule_content ul:nth-of-type(4):before {
    background-image: url('../images/night.svg');
    transition-delay: 3s;
}

.schedule_content.active ul:before {
    opacity: 1;
    visibility: visible;
}

.schedule_content ul:last-child {
    border-left: none;
}

.schedule_content li {
    font-weight: 200;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.375;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.25s;
    max-width: 28rem;
}

.schedule_content ul:nth-of-type(2) li {
    transition-delay: 1.25s;
}

.schedule_content ul:nth-of-type(3) li {
    transition-delay: 2.25s;
}

.schedule_content ul:nth-of-type(4) li {
    transition-delay: 3.25s;
}

.schedule_content.active li {
    opacity: 1;
    visibility: visible;
}


/*
  LOCATION
*/

.location {
    /* background: var(--pink); */
    padding: 7rem 2rem;
    position: relative;
}

.location:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 10rem);
    background-image: url('../images/bg-location.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: top 1s;
}

.location.active:before {
    top: -10rem;
    /* animation: dance 25s infinite; */
}

.location .container {
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.location.active .container {
    transform: translateY(0);
    opacity: 1;
}

.location h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 4.2rem;
    line-height: 1.1;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.location ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location li {
    width: 45%;
    max-width: 23.8rem;
    text-align: left;
    margin-bottom: 4rem;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.223;
    color: var(--gray-dark);
}

.location li img {
    display: block;
    margin-bottom: 1rem;
}

.location li strong {
    font-weight: 700;
    display: block;
    color: black;
    margin-bottom: 0.8rem;
}

.location_map {
    border: 2rem solid white;
    border-radius: 2rem;
    max-width: 103.4rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.location_map > div,
.location_map iframe {
    width: 100%;
    height: 38rem;
    filter: grayscale(1);
}

.location_map a {
    display: block;
    position: relative;
}
.location_map a span {
    display: block;
    position: absolute;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    background: white;
    border-radius: 4rem;
    padding: 1rem;
    min-width: 19rem;
    transition: all 0.25s;
}


/*
  EXPERIENCES
*/

.experiences {
    padding: 8rem 2rem 0;
    position: relative;
}

.experiences .container {
    transform: translateY(5rem);
    opacity: 0.15;
    transition: all 1s;
}

.experiences.active .container {
    transform: translateY(0);
    opacity: 1;
}

.experiences:before {
    content: '';
    display: block;
    width: 90rem;
    height: 55rem;
    background-image: url('../images/bg-experiences.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15rem;
    left: -80rem;
    z-index: 0;
    transition: all 1s;
}

.experiences.active:before {
    left: -50rem;
    animation: dance 20s;
}

.experiences h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 4.2rem;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.experiences h2 strong {
    font-weight: 200;
    display: block;
}

.experiences .container > p {
    font-weight: 200;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.334;
    text-align: left;
    margin: 0 0 2rem;
    color: black;
    max-width: 50rem;
}

.experiences .container > p a {
    color: black;
    text-decoration: underline;
}

.experiences .container > p strong {
    font-weight: 500;
}

.experiences .container > p:nth-of-type(1) {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    color: black;
    font-size: 2.2rem;
    line-height: 1.125;
    max-width: 23rem;
    margin-bottom: 4rem;
}

.experiences_articles {
    margin-bottom: 2rem;
}

.experiences article {
    width: 100%;
    max-width: 62rem;
    border: 0.2rem solid;
    border-radius: 2rem;
    background: white;
    padding: 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 25rem;
    margin-bottom: 2rem;
}

.experiences article:nth-of-type(1) {
    border-color: var(--green);
}

.experiences article:nth-of-type(2) {
    border-color: var(--blue);
}

.experiences h3 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.experiences h4 {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.experiences p {
    color: var(--gray-dark);
    font-size: 1.6rem;
    line-height: 1.2;
}

.experiences p + p {
    margin-top: 2rem;
}

.experiences article p:nth-of-type(3) {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}

/*
.experiences p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url('../images/check.svg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.experiences article:nth-of-type(2) p::before {
  background-image: url('../images/nocheck.svg');
}
*/
.experiences .button {
    min-width: 19rem;
    margin-top: auto;
}

.experiences .cart .quantity {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.schedule-tabs {
    padding: 8rem 2rem 0;
}

.schedule-tabs .logo {
    text-align: center;
    margin-bottom: 70px;
    display: block;
}

.schedule-tabs .logo > img {
    display: block;
    max-width: 380px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.schedule-tabs .tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.schedule-tabs .tab .tablinks {
    appearance: none;
    border: none;
    height: 49px;
    background: #D9D9D9;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-family: 'ABC Normal';
    font-weight: 200;
    width: 32%;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-tabs .tab .tablinks svg {
    margin-left: 10px;
    width: 10px;
}

.schedule-tabs .tab .tablinks.active {
    background: #FED56D;
    color: black;
}

.schedule-tabs .tab .tablinks.active svg {
    transform: rotate(180deg);
}

.schedule-tabs .tab .tablinks.active svg .arrow {
    stroke: #000;
}

.schedule-tabs .tab .tablinks.active:first-child {
    background: #F5D7E7;
    color: black;
}

.schedule-tabs .tab .tablinks.active:last-child {
    background: #7CAADA;
    color: black;
}

.schedule-tabs .tab .tablinks strong {
    display: none;
}

.schedule-tabs .tabcontent {
    display: none;
    padding: 30px 20px 50px;
    border-radius: 50px;
    background-image: url('../images/bgtab.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.schedule-tabs .tabcontent .line {
    margin-bottom: 20px;
}

.schedule-tabs .tabcontent .line > span {
    display: flex;
    align-items: center;
    width: 50%;
    height: 1px;
    background: black;
    position: relative;
}

.schedule-tabs .tabcontent .line > span:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #72B1FF;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.schedule-tabs .tabcontent .line > span:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #72B1FF;
    border-radius: 100%;
    position: absolute;
    right: 0;
}

.schedule-tabs .tabcontent .line > span.last:after {
    content: none;
}

.schedule-tabs .tabcontent .columns {
    display: block;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}

.schedule-tabs .tabcontent .columns .col {
    width: 100%;
    position: relative;
}

.schedule-tabs .tabcontent .columns .col + .col {
    margin-top: 30px;
}

.schedule-tabs .tabcontent .columns .col.col-single .desc {
    max-width: 385px;
    margin-top: 20px;
}

.schedule-tabs .tabcontent .columns .col.col-single .sticker {
    position: relative;
    margin-top: 60px;
}

.schedule-tabs .tabcontent .columns .col .sticker {
    max-width: 295px;
    height: auto;
    display: block;
    position: relative;
    margin-top: 60px;
}

.schedule-tabs .tabcontent .columns .col .event .time {
    display: block;
    font-family: 'ABC Normal';
    font-weight: 200;
    font-size: 2.438rem;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .title {
    display: block;
    font-family: 'ABC Normal';
    font-weight: 700;
    font-size: 2.438rem;
    text-align: left;
    margin: 5px 0 10px;
}

.schedule-tabs .tabcontent .columns .col .event .desc {
    display: block;
    font-family: 'ABC Normal';
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .wrapper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.schedule-tabs .tabcontent .columns .col .event .wrapper .column {
    width: 50%;
}

.schedule-tabs .tabcontent .columns .col .event .wrapper .column .item {
    margin-bottom: 0;
}

.schedule-tabs .tabcontent .columns .col .event .item .lbl {
    display: block;
    text-transform: uppercase;
    font-family: 'ABC Normal';
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .item {
    margin-bottom: 30px;
}

.schedule-tabs .tabcontent .columns .col .event .note {
    font-family: 'ABC Normal';
    font-weight: 600;
    display: block;
    font-size: 1.4rem;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .item .name {
    display: block;
    font-size: 1.6rem;
    font-family: 'ABC Normal';
    font-weight: 700;
    margin: 2px 0 5px;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .item .role {
    display: block;
    font-family: 'ABC Normal';
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
}

.schedule-tabs .tabcontent .columns .col .event .venue {
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}

.schedule-tabs .tabcontent .columns .col .event .venue > img {
    height: 20px;
    width: auto;
}

.schedule-tabs .tabcontent .columns .col .event .venue > span {
    display: block;
    font-family: 'ABC Normal';
    font-weight: normal;
    font-size: 1.6rem;
    margin-left: 5px;
}

/*
  FOOTER
*/

.footer {}

.footer_sponsor {
    padding: 7rem 2rem 5rem;
    text-align: center;
}

.footer_sponsor a {
    display: block;
    max-width: 15rem;
    margin: 0 auto 2rem;
}

.footer_sponsor a:not(:first-child) {
    display: inline-block;
    vertical-align: middle;
    max-width: 11rem;
    margin: 0 2rem 2rem
}

.footer_sponsor a:not(:first-child) img {
    max-height: 8rem;
}

.footer_hero {
    background: var(--sand);
    background-size: cover;
    padding: 7rem 2rem;
    position: relative;
}

.footer_hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.footer_hero h2 {
    font-family: 'Scotch Display';
    font-weight: normal;
    font-style: normal;
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    max-width: 15rem;
    margin: 0 auto 5.2rem;
    position: relative;
    z-index: 1;
}

.footer_hero p {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer_hero p strong {
    font-weight: 700;
    font-size: 2rem;
    display: block;
    margin-bottom: 2rem;
}

.footer_hero p a {
    color: black;
}

.footer_legal {
    padding: 5rem 2rem;
    text-align: center;
}

.footer_legal a {
    color: black;
}

.footer_legal p,
.footer_legal li {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.footer_legal li:nth-of-type(4) {
    margin-left: auto;
    margin-right: auto;
}

.footer_legal strong {
    font-weight: 700;
}

.footer_legal ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 30rem;
    margin: 0 auto;
}


/*
  MODAL
*/

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 1s;
    background-color: white;
    border-radius: 2rem;
    padding: 2rem;
    width: calc(100% - 4rem);
    max-width: 100rem;
    height: calc(100vh - 12rem);
    overflow: auto;
}

.modal.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body.overlay {
    overflow: hidden;
}

body.overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.modal_close {
    display: block;
    width: 4rem;
    height: 4rem;
    background-image: url('../images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    text-indent: -666rem;
    overflow: hidden;
    float: right;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.modal-zoom .modal_close {
    position: absolute;
    top: 2rem;
    right: 0;
    float: none;
    margin: 0;
    width: 3rem;
    height: 3rem;
}

.modal img {
    display: block;
    max-width: 14rem;
    margin: 0 0 2rem;
}

.modal.modal-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    height: auto;
    max-width: 90vw;
    width: auto;
}

.modal.modal-zoom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    padding: 0 2rem;
}

.modal.modal-zoom img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.modal .container,
.modal .container p {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.223;
    color: var(--gray-dark);
}

.modal .container p {
    margin-top: 1rem;
}

.modal .container p:nth-of-type(1) {
    margin-top: 2rem;
}

.modal .container span {
    display: block;
    color: black;
}
.modal .container strong {
    font-weight: 700;
    display: block;
    color: black;
    margin-bottom: 0.8rem;
}


/*
  SOLD OUT
*/

.soldout {
    background: white;
    border: 0.2rem solid #737373;
    border-radius: 2rem;
    margin: 0 auto 4rem;
    padding: 6rem 2rem 3rem;
}

.soldout h3 {
    color: black;
    font-size: 3.5rem;
    line-height: 4rem;
    max-width: 68rem;
    margin: 0 auto 3.5rem;
}

.soldout p {
    color: black;
    max-width: 65rem;
    margin: 0 auto 4.5rem;
}


/*
  LAST EDITION
*/

.last {
    padding: 7rem 2rem 5rem;
    position: relative;
}

.last h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 4.4rem;
    line-height: 1;
    text-align: left;
    margin: 0 auto 2rem 0;
}

.last p {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.125;
    text-align: left;
    margin: 0 auto 2rem 0;
}

.last .button {
    margin: 0 auto 4rem 0;
}

.last .video,
.article .video {
    width: 100%;
    max-width: 103.8rem;
    margin: 0 auto 4rem;
    border: 1rem solid white;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding-top: 56.25%; */
}

.article .video {
    margin: 5rem -2rem;
    border: none;
    border-radius: 0;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    z-index: 2;
}

.last .video video,
.article .video video {
    display: block;
    width: 100%;
}

.last .video iframe,
.article .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gallery .swiper,
.modal .swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.last .gallery {
    width: 100%;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
}

.gallery .swiper {
    max-width: 102.5rem;
    margin: 0 auto;
}

.gallery .swiper img {
    width: 100%;
}

.gallery .swiper-wrapper,
.modal .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.gallery .swiper-android .swiper-slide,
.gallery .swiper-wrapper,
.modal .swiper-android .swiper-slide,
.modal .swiper-wrapper,
.gallery .swiper-edicion,
.gallery .swiper-edicion {
    transform: translate3d(0px, 0, 0);
}

.gallery .swiper-pointer-events,
.modal .swiper-pointer-events {
    touch-action: pan-y;
}

.gallery .swiper-slide,
.modal .swiper-slide,
.gallery .swiper-edicion {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide a {
    display: block;
}

.gallery .swiper-slide-invisible-blank,
.modal .swiper-slide-invisible-blank {
    visibility: hidden;
}

.gallery .swiper-css-mode > .swiper-wrapper,
.modal .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery .swiper-horizontal.swiper-css-mode > .swiper-wrapper,
.modal .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev,
.modal .swiper-button-next,
.modal .swiper-button-prev {
    width: 1.5rem;
    height: 5rem;
    z-index: 10;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    text-indent: -6666rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery .swiper-button-next.swiper-button-disabled,
.gallery .swiper-button-prev.swiper-button-disabled,
.modal .swiper-button-next.swiper-button-disabled,
.modal .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.gallery .swiper-button-next,
.modal .swiper-button-next {
    background-image: url('/wp-content/themes/babia/assets/images/slider-next.svg');
    right: 1rem;
}

.modal .swiper-button-next {
    right: -3rem;
}

.gallery .swiper-button-prev,
.modal .swiper-button-prev {
    background-image: url('/wp-content/themes/babia/assets/images/slider-prev.svg');
    left: 1rem;
}

.modal .swiper-button-prev {
    left: -3rem;
}

.modal.modal-zoom {
    padding: 4rem;
    max-height: 85vh;
}
.modal.modal-zoom .modal_close {
    right: 0.75rem;
    top: 0.75rem;
    background-size: 2rem;
}
.modal.modal-zoom .container {
    padding: 0;
}
@media(min-width:1024px) {
    .last .gallery {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery .swiper-button-next,
    .gallery .swiper-button-prev,
    .modal .swiper-button-next,
    .modal .swiper-button-prev {
        width: 3rem;
        height: 10rem;
    }
    .gallery .swiper-button-next {
        right: 0;
    }
    .gallery .swiper-button-prev {
        left: 0;
    }
    .modal.modal-zoom .swiper-button-next {
        right: -3rem;
        width: 2rem;
    }
    .modal.modal-zoom .swiper-button-prev {
        left: -3rem;
        width: 2rem;
    }
    .modal.modal-zoom {
        padding: 4rem;
        max-height: 85vh;
    }
    .modal.modal-zoom .modal_close {
        right: 0.75rem;
        top: 0.75rem;
        background-size: 2rem;
    }
    .modal.modal-zoom .container {
        padding: 0;
    }
}

/*
  TABLET
*/

@media(min-width: 768px) {
    .position-bnt {
        display: flex;
        gap: 40px;
        max-width: 66.5rem;
        margin-left: auto;
        font-size: 3.2rem;
        line-height: 3.6rem;
        margin-bottom: 3.3rem;
        padding-right: 18rem;
    }
    .logo {
        display: inline-block;
    }

    .logo-full {
        width: 26.5rem;
        height: 6.9rem;
    }

    .imago {
        width: 2.6rem;
        height: 4rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_bar {
        padding: 2.5rem 2.5rem 0;
    }

    .header_hero h1 {
        font-size: 8rem;
        max-width: 45rem;
        margin-bottom: 12rem;
    }

    .header_hero h1 strong {
        font-size: 2.6rem;
        left: calc(100% - 21rem);
        width: 26rem;
    }

    .header_hero h1 strong:before {
        background-size: 24rem 0.3rem;
    }

    /* .header_hero h2 {
    font-size: 2rem;
    max-width: 60rem;
    margin-bottom: 2.5rem;
  } */

    .header_hero p {
        font-size: 3.5rem;
        margin-bottom: 4rem;
    }

    .info {
        padding: 8rem 8rem 2rem;
    }

    .info .column + .column {
        margin-top: 5rem;
    }

    .info:before,
    .last:before {
        width: 160rem;
        height: 80rem;
        left: -160rem
    }

    .quotes.active + .info:before,
    .last.active:before {
        left: -100rem;
        top: -25rem;
    }

    .info:after {
        width: 170rem;
        height: 98rem;
        right: -170rem;
    }

    .info.active-second:after {
        right: -80rem;
    }

    .info h2 {
        font-size: 6rem;
        max-width: 35rem;
        margin-bottom: 4.2rem;
    }

    .info h3 {
        font-size: 3.2rem;
        max-width: 50rem;
        margin-bottom: 2.5rem;
    }

    .info .column:nth-of-type(1) p {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .info .column:nth-of-type(1) p:nth-of-type(3) {
        margin-bottom: 4rem;
    }

    .info p {
        font-size: 1.8rem;
        max-width: 51rem;
        margin-bottom: 4rem;
    }

    .info_aside {
        max-width: 62rem;
        padding: 4.4rem 5.5rem 1.4rem;
        margin-bottom: 3rem;
    }

    .info_aside p {
        font-size: 2.5rem;
        margin-bottom: 3.8rem;
    }

    .info_aside li {
        padding-left: 6rem;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .info_aside ol li::before {
        font-size: 3rem;
    }

    .info_aside ul li:before {
        width: 2.6rem;
        height: 2.9rem;
    }

    .quote {
        padding: 12rem 12rem 14rem;
    }

    .quote p {
        font-size: 6rem;
        margin-bottom: 3rem;
    }

    .quote cite {
        font-size: 2.2rem;
    }

    .speakers {
        padding: 6rem;
    }

    .speakers h2 {
        font-size: 5rem;
        margin-bottom: 4.8rem;
    }

    .speakers ul {
        justify-content: flex-start;
        margin-bottom: 3rem;
    }

    .speakers li {
        margin-bottom: 6rem;
        width: 19%;
        margin-right: 8%;
        font-size: 1.8rem;
    }

    .speakers li:nth-of-type(4n + 4) {
        margin-right: 0;
    }

    .speakers li a .speakers_img {
        margin-bottom: 2.6rem;
    }

    .speakers p {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }

    .speakers p:before {
        width: 2.8rem;
        height: 2.8rem;
        margin-top: -0.6rem;
    }

    .features {
        padding: 0 8rem;
    }

    .features .container:after {
        content: '';
        display: block;
        width: 50rem;
        height: 55rem;
        background-image: url('../images/branch.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -17rem;
        left: 105%;
        transform: rotate(-20deg);
        transform-origin: right top;
        z-index: 2;
        transition: all 1s;
    }

    .features.active-second .container:after {
        left: 55%;
        animation: brunch2 15s ease infinite;
    }

    .features article {
        padding: 6rem 9rem 0;
    }

    .features article:before {
        width: 50rem;
        height: 55rem;
        right: 55%;
        top: -20rem;
    }

    .features h2 {
        font-size: 5rem;
        margin-bottom: 9.6rem;
        max-width: 100%;
    }

    .features h2 strong {
        display: block;
    }

    .features_check li {
        font-size: 1.8rem;
        padding-left: 6rem;
        margin-bottom: 2.4rem;
    }

    .features_check li:before {
        width: 3.2rem;
        height: 3.2rem;
        top: -0.25rem;
    }

    .features h3 {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }

    .features h4 {
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }

    .features_experiences ul {
        margin-bottom: 3.5rem;
    }

    .features_experiences li p {
        font-size: 1.6rem;
    }

    .features_experiences li p strong {
        font-size: 1.8rem;
    }

    .features_contact {
        padding: 2.9rem 4rem 5rem;
        font-size: 1.8rem;
    }

    .features_contact strong {
        font-size: 2rem;
    }

    .schedule {
        padding: 6rem;
    }

    .schedule h2 {
        font-size: 5rem;
        margin-bottom: 5rem;
    }

    .schedule_calendar table th {
        padding-left: 0;
        padding-right: 0;
    }

    .schedule_calendar table th span {
        display: inline;
    }

    .schedule_content {
        width: 100%;
        max-width: 61rem;
        margin-top: 5rem;
        padding-top: 8rem;
    }

    .schedule_content h4 {
        font-size: 3rem;
    }

    .schedule_content strong {
        font-size: 2rem;
    }

    .location {
        padding: 5rem;
    }

    .location h2 {
        font-size: 5rem;
        margin-bottom: 5rem;
    }

    .location li {
        width: 22%;
        font-size: 1.8rem;
        margin-bottom: 6rem;
    }

    .location li img {
        margin-bottom: 2.6rem;
    }

    .location_map > div,
    .location_map iframe {
        height: 59rem;
    }

    .experiences {
        padding: 5rem 5rem 0;
    }

    .experiences:before {
        top: -11rem;
    }

    .experiences.active:before {
        left: -30rem;
    }

    .experiences .experiences_articles {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .experiences article {
        min-height: 31.5rem;
        margin-bottom: 4rem;
        padding: 5rem;
    }

    .experiences h2 {
        font-size: 5rem;
        width: 100%;
        margin-bottom: 3rem;
        padding-top: 4rem;
    }

    .experiences .container > p {
        font-size: 1.8rem;
    }

    .experiences .container > p:nth-of-type(1) {
        max-width: 45rem;
        font-size: 3.2rem;
        margin-bottom: 8rem;
    }

    .experiences h3 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .experiences h4 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .experiences p {
        font-size: 1.8rem;
    }

    .schedule-tabs {
        padding: 8rem 2rem 0;
    }

    .schedule-tabs .tab {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .schedule-tabs .tab .tablinks {
        appearance: none;
        border: none;
        height: 49px;
        background: #D9D9D9;
        border-radius: 50px;
        text-transform: uppercase;
        color: white;
        font-family: 'ABC Normal';
        font-weight: 200;
        width: 32%;
        font-size: 1.8rem;
    }

    .schedule-tabs .tab .tablinks svg {
        width: 20px;
    }

    .schedule-tabs .tab .tablinks.active {
        background: #FED56D;
        color: black;
    }

    .schedule-tabs .tab .tablinks.active:first-child {
        background: #F5D7E7;
        color: black;
    }

    .schedule-tabs .tab .tablinks.active:last-child {
        background: #7CAADA;
        color: black;
    }

    .schedule-tabs .tab .tablinks strong {
        display: none;
    }

    .schedule-tabs .tabcontent {
        display: none;
        padding: 40px 50px 70px;
        border-radius: 50px;
        background-image: url('../images/bgtab.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .schedule-tabs .tabcontent .line {
        margin-bottom: 20px;
    }

    .schedule-tabs .tabcontent .line > span {
        display: flex;
        align-items: center;
        width: 50%;
        height: 1px;
        background: black;
        position: relative;
    }

    .schedule-tabs .tabcontent .line > span:before {
        content: "";
        width: 9px;
        height: 9px;
        background: #72B1FF;
        border-radius: 100%;
        position: absolute;
        left: 0;
    }

    .schedule-tabs .tabcontent .line > span:after {
        content: "";
        width: 9px;
        height: 9px;
        background: #72B1FF;
        border-radius: 100%;
        position: absolute;
        right: 0;
    }

    .schedule-tabs .tabcontent .line > span.last:after {
        content: none;
    }

    .schedule-tabs .tabcontent .columns {
        display: flex;
        justify-content: space-between;
    }

    .schedule-tabs .tabcontent .columns .col {
        width: 49%;
        position: relative;
    }

    .schedule-tabs .tabcontent .columns .col.col-single .desc {
        max-width: 385px;
        margin-top: 20px;
    }

    .schedule-tabs .tabcontent .columns .col.col-single .sticker {
        position: relative;
        margin-top: 60px;
    }

    .schedule-tabs .tabcontent .columns .col .sticker {
        max-width: 295px;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .time {
        display: block;
        font-family: 'ABC Normal';
        font-weight: 200;
        font-size: 2.438rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .title {
        display: block;
        font-family: 'ABC Normal';
        font-weight: 700;
        font-size: 2.438rem;
        text-align: left;
        margin: 5px 0 10px;
    }

    .schedule-tabs .tabcontent .columns .col .event .desc {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.25rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper {
        display: flex;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper .column {
        width: 50%;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper .column .item {
        margin-bottom: 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .lbl {
        display: block;
        text-transform: uppercase;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 0.875rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item {
        margin-bottom: 30px;
    }

    .schedule-tabs .tabcontent .columns .col .event .note {
        font-family: 'ABC Normal';
        font-weight: 600;
        display: block;
        font-size: 1rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .name {
        display: block;
        font-size: 1.313rem;
        font-family: 'ABC Normal';
        font-weight: 700;
        margin: 2px 0 5px;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .role {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue {
        display: flex;
        align-items: center;
        margin: 5px 0 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue > img {
        height: 20px;
        width: auto;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue > span {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.25rem;
        margin-left: 5px;
    }

    .footer_sponsor {
        padding: 12rem 0;
    }

    .footer_sponsor a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4rem;
    }

    .footer_sponsor a:not(:first-child) {
        margin: 0 4rem;
    }

    .footer_hero p {
        font-size: 2rem;
    }

    .footer_hero p strong {
        font-size: 3rem;
    }

    .modal {
        padding: 5rem;
    }

    .modal img {
        max-width: 26.8rem;
    }

    .modal .container {
        font-size: 2rem;
    }

    .modal .container strong {
        font-size: 3rem;
        margin-bottom: 0.4rem;
    }

    .modal .container p {
        font-size: 1.8rem;
    }

    .modal .container p:nth-of-type(1) {
        margin-top: 3.5rem;
    }

    .last {
        padding-top: 9.5rem;
        padding-bottom: 1rem;
    }

    .last .container {
        display: flex;
        flex-direction: column;
    }

    .last h2 {
        width: 100%;
        max-width: 66.5rem;
        margin-left: auto;
        margin-right: 0;
        font-size: 6rem;
        line-height: 1;
        margin-bottom: 4.5rem;
    }

    .last p {
        width: 100%;
        max-width: 66.5rem;
        margin-left: auto;
        margin-right: 0;
        font-size: 3.2rem;
        line-height: 3.6rem;
        margin-bottom: 3.3rem;
        padding-right: 18rem;
    }

    .last .button {
        margin-left: auto;
        margin-right: 41.6rem;
        margin-bottom: 6rem;
    }

    .last .video {
        border: 3rem solid white;
        border-radius: 3rem;
        margin-bottom: 3rem;
    }

}


/*
  DESKTOP
*/

@media(min-width: 1024px) {


    .location_map a:hover span {
        background: #5CB3FF;
        color: white;
    }

    .schedule-tabs {
        padding: 5rem 5rem 0;
    }

    .schedule-tabs .tab {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .schedule-tabs .tab .tablinks {
        appearance: none;
        border: none;
        height: 49px;
        background: #D9D9D9;
        border-radius: 50px;
        text-transform: uppercase;
        color: white;
        font-family: 'ABC Normal';
        font-weight: 200;
        width: 32%;
        font-size: 2.438rem;
    }

    .schedule-tabs .tab .tablinks.active {
        background: #FED56D;
        color: black;
    }

    .schedule-tabs .tab .tablinks.active:first-child {
        background: #F5D7E7;
        color: black;
    }

    .schedule-tabs .tab .tablinks.active:last-child {
        background: #7CAADA;
        color: black;
    }

    .schedule-tabs .tab .tablinks strong {
        font-weight: 600;
        display: inline-block;
    }

    .schedule-tabs .tabcontent {
        display: none;
        padding: 40px 50px 70px;
        border-radius: 50px;
        background-image: url('../images/bgtab.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .schedule-tabs .tabcontent .line {
        margin-bottom: 20px;
    }

    .schedule-tabs .tabcontent .line > span {
        display: flex;
        align-items: center;
        width: 50%;
        height: 1px;
        background: black;
        position: relative;
    }

    .schedule-tabs .tabcontent .line > span:before {
        content: "";
        width: 9px;
        height: 9px;
        background: #72B1FF;
        border-radius: 100%;
        position: absolute;
        left: 0;
    }

    .schedule-tabs .tabcontent .line > span:after {
        content: "";
        width: 9px;
        height: 9px;
        background: #72B1FF;
        border-radius: 100%;
        position: absolute;
        right: 0;
    }

    .schedule-tabs .tabcontent .line > span.last:after {
        content: none;
    }

    .schedule-tabs .tabcontent .columns {
        display: flex;
        justify-content: space-between;
    }

    .schedule-tabs .tabcontent .columns .col {
        width: 49%;
        position: relative;
    }

    .schedule-tabs .tabcontent .columns .col.col-single .desc {
        max-width: 385px;
        margin-top: 20px;
    }

    .schedule-tabs .tabcontent .columns .col.col-single .sticker {
        position: relative;
        margin-top: 60px;
    }

    .schedule-tabs .tabcontent .columns .col .sticker {
        max-width: 295px;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .time {
        display: block;
        font-family: 'ABC Normal';
        font-weight: 200;
        font-size: 2.438rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .title {
        display: block;
        font-family: 'ABC Normal';
        font-weight: 700;
        font-size: 2.438rem;
        text-align: left;
        margin: 5px 0 10px;
    }

    .schedule-tabs .tabcontent .columns .col .event .desc {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.6rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper {
        display: flex;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper .column {
        width: 50%;
    }

    .schedule-tabs .tabcontent .columns .col .event .wrapper .column .item {
        margin-bottom: 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .lbl {
        display: block;
        text-transform: uppercase;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.2rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item {
        margin-bottom: 30px;
    }

    .schedule-tabs .tabcontent .columns .col .event .note {
        font-family: 'ABC Normal';
        font-weight: 600;
        display: block;
        font-size: 1.4rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .name {
        display: block;
        font-size: 1.6rem;
        font-family: 'ABC Normal';
        font-weight: 700;
        margin: 2px 0 5px;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .item .role {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.2rem;
        text-align: left;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue {
        display: flex;
        align-items: center;
        margin: 5px 0 0;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue > img {
        height: 20px;
        width: auto;
    }

    .schedule-tabs .tabcontent .columns .col .event .venue > span {
        display: block;
        font-family: 'ABC Normal';
        font-weight: normal;
        font-size: 1.6rem;
        margin-left: 5px;
    }

}


/*
  LARGE DESKTOP
*/

@media(min-width: 1440px) {

    .header_bar {
        padding: 5.5rem 0.5rem 0;
    }

    .info .container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .quotes + .info:before,
    .last:before {
        left: auto;
        right: 100vw;
    }

    .quotes.active + .info:before,
    .last.active:before {
        left: auto;
        right: 55vw;
    }

    .info.active-second:after {
        left: auto;
        right: -50rem;
    }

    .info .column {
        width: 50%;
        text-align: left;
    }

    .info .column + .column {
        text-align: right;
        margin-top: 41rem;
    }

    .quote {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .speakers h2 {
        font-size: 8rem;
    }


    .speakers li {
        width: 19%;
        margin-right: 8%;
        font-size: 1.8rem;
    }

    .speakers li:nth-of-type(4n + 4) {
        margin-right: 0;
    }

    .features h2 {
        font-size: 8rem;
    }

    .features_check {
        margin-bottom: 6rem;
    }

    .features_experiences {
        position: absolute;
        bottom: 4rem;
        right: 11rem;
        z-index: 9;
    }

    .schedule .container {
        padding-bottom: 12rem;
    }

    .schedule h2 {
        font-size: 8rem;
        width: 100%;
    }

    .schedule .container > h3 {
        font-size: 3.2rem;
        margin-bottom: 1.5rem;
        position: relative;
        top: auto;
        left: auto;
    }

    .schedule .container > ul {
        font-size: 1.8rem;
        position: relative;
        top: auto;
        left: auto;
    }

    .schedule_tabs a {
        font-size: 2rem;
        padding: 1.5rem 2.5rem 1.6rem 3rem;
    }

    .schedule_content {
        top: 15.5rem;
        left: auto;
        right: 0;
    }

    .location:before {
        height: calc(100% + 30rem);
    }

    .location.active:before {
        top: -30rem;
    }

    .location h2 {
        font-size: 8rem;
        max-width: 30rem;
    }

    .location li {
        width: 19%;
        margin-right: 5%;
        font-size: 1.8rem;
    }

    .location li:nth-of-type(4n + 4) {
        margin-right: 0;
    }

    .experiences:before {
        width: 130rem;
        height: 75rem;
        right: 100%;
        left: auto;
        top: -19rem;
    }

    .experiences.active:before {
        left: auto;
        right: 50%;
    }

    .experiences h2 {
        padding-top: 6rem;
        font-size: 8rem;
    }

    .footer_legal {
        max-width: var(--layout);
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer_legal li {
        margin-left: 1rem;
    }

    .footer_legal li:nth-of-type(4) {
        margin-right: 0;
    }

    .footer_legal nav:nth-of-type(2) {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer_legal > p:nth-of-type(2) {
        margin-right: 14rem;
        margin-left: auto;
    }

    .modal_close {
        background-size: contain;
        margin-top: -1rem;
        margin-right: -1rem;
    }

    .modal .container {
        padding: 8rem 7rem 8rem 34rem;
        position: relative;
    }

    .modal:not(.modal-zoom) .container img {
        position: absolute;
        top: 8rem;
        left: 3rem;
    }

}


/*
  KEYFRAMES
*/

@keyframes visible {
    100% {
        opacity: 1;
        visibility: visible;
        filter: blur(0);
    }
}

@keyframes fallout {
    100% {
        transform: rotate(0deg);
    }
}

@keyframes brunch1 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(1deg);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes brunch2 {
    0% {
        transform: rotate(-20deg);
    }
    25% {
        transform: rotate(-23deg);
    }
    50% {
        transform: rotate(-19deg);
    }
    75% {
        transform: rotate(-21deg);
    }
    100% {
        transform: rotate(-20deg);
    }
}

@keyframes toTop {
    100% {
        top: 0
    }
}

@keyframes dance {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-1deg);
    }
    75% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes fader {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    53% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes underline {
    100% {
        width: 100%;
    }
}

@keyframes go {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes goHeight {
    100% {
        height: 2.7rem;
    }
}

@keyframes goLeft {
    0% {
        transform: rotate(0deg);
        left: 50%;
    }
    100% {
        left: 25%;
        transform: rotate(-55deg);
    }
}

@keyframes goRight {
    0% {
        transform: rotate(0deg);
        left: 50%;
    }
    100% {
        left: 75%;
        transform: rotate(55deg);
    }
}

.header .header_hero .header_title {
    font-family: 'ABC Normal';
    font-weight: 700;
    font-style: normal;
    font-size: 4.7rem;
    line-height: 4.4rem;
    text-align: left;
    text-transform: none;
    max-width: 90rem;
    margin: auto auto 11rem;
}

main.alt {
    background: linear-gradient(to bottom, #F8F8F5 0%, #F2F7F0 90%, #F2F7F0);
    position: relative;
}

main .article {
    padding: 5rem 2rem;
}

.card {
    background-color: white;
    border-radius: 1.2rem;
    padding: 1.5rem 1.5rem 2rem 1.9rem;
    text-align: left;
    margin-bottom: 5rem;
}

.card .card_title {
    font-family: 'ABC Normal';
    font-weight: 700;
    font-style: normal;
    font-size: 1.9rem;
    line-height: 2.3rem;
    text-align: left;
    margin: 0 0 1.3rem;
}

.card .card_subtitle {
    font-family: 'ABC Normal';
    font-weight: normal;
    font-style: normal;
    color: #878787;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: left;
    margin: 0 0 3.8rem;
}

.card .card_description {
    font-family: 'ABC Normal';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: left;
    margin: 0 0 2.7rem;
}

.card .card_social {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card .card_social [class*=ico-] {
    width: 2.5rem;
    height: 2.5rem;
}

.card .ico-twitter {
    background-image: url('../images/twitter-alt.svg');
}

.card .ico-facebook {
    background-image: url('../images/facebook-alt.svg');
}

.card .ico-linkedin {
    background-image: url('../images/linkedin-alt.svg');
}

.article h2 {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 3.1rem;
    text-align: left;
    margin: 0 0 4rem;
}

.article p {
    font-family: 'ABC Normal';
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin: 0 0 2rem;
}

.article h3 {
    font-family: 'ABC Normal';
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 3.1rem;
    text-align: left;
    margin: 0 0 2.5rem;
}

.article .gallery,
.article figure {
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    margin: 5rem -2rem;
}

.article figure {
    display: block;
    position: relative;
    z-index: 2;
}

.article figure img {
    display: block;
    width: 100%;
}

.article .gallery {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    z-index: 2;
}

.blockquote {
    max-width: 90rem;
    margin: 5rem auto;
    padding-left: 5rem;
    position: relative;
}

.blockquote:before {
    content: '';
    display: block;
    width: 3.7rem;
    height: 3.2rem;
    background-image: url('../images/quotes-open.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.blockquote p,
.article .blockquote p {
    font-family: 'Scotch Display';
    font-weight: 200;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 2.9rem;
    text-align: left;
    margin: 0 0 0.8rem;
    padding-bottom: 3.2rem;
    position: relative;
}

.blockquote p:after {
    content: '';
    display: block;
    width: 3.7rem;
    height: 3.2rem;
    background-image: url('../images/quotes-close.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blockquote cite strong {
    display: block;
    font-family: 'La Belle Aurore';
    font-weight: normal;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: left;
}

.blockquote cite strong:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 0.3rem;
    background-image: url('../images/line.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem;
}

.blockquote cite span {
    display: block;
    font-family: 'ABC Normal';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 3.2rem;
    text-align: left;
    margin-top: -0.5rem;
    padding-left: 4rem;
}

main.alt .deco-1,
main.alt .deco-2,
main.alt .deco-3,
main.alt .deco-pink,
main.alt .deco-green,
main.alt .deco-orange,
main.alt .deco-pink-blue2 {
    display: block;
    width: 80rem;
    height: 60rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    animation: dance 8s infinite;
}

main.alt .deco-1 {
    background-image: url('../images/deco-article-1.png');
    left: -40rem;
    margin-top: -11rem;
}

main.alt .deco-2 {
    background-image: url('../images/deco-article-2.png');
    right: -40rem;
    margin-top: -30rem;
}

main.alt .deco-3 {
    width: 100rem;
    height: 75rem;
    background-image: url('../images/deco-article-3.png');
    left: -50rem;
    margin-top: -20rem;
}

@media(min-width: 768px) {

    .header .header_hero .header_title {
        font-size: 7.7rem;
        line-height: 7.4rem;
    }

    main .article {
        padding-top: 13.3rem;
        padding-bottom: 13rem;
    }

    .article .container {
        max-width: 126rem;
        padding-left: 15rem;
        padding-right: 5rem;
    }

    .article h2 {
        font-size: 3.2rem;
        line-height: 4.5rem;
        margin: 0 0 7.2rem;
    }

    .article p {
        font-size: 1.9rem;
        line-height: 3.2rem;
        margin: 0 0 3.2rem;
    }

    .article h3 {
        font-size: 3.2rem;
        line-height: 4.5rem;
        margin: 0 0 2.7rem;
    }

    .article .video,
    .article .gallery,
    .article figure {
        margin-top: 9rem;
        margin-bottom: 13rem;
    }

    .article .gallery .swiper {
        max-width: 110.4rem;
    }

    .blockquote {
        padding-left: 10rem;
        margin-top: 16.5rem;
        margin-bottom: 11rem;
    }

    .blockquote.blockquote-last {
        margin-top: 12rem;
    }

    .blockquote.blockquote-last + .blockquote-last {
        margin-top: 9.5rem;
    }

    .blockquote:before,
    .blockquote p:after {
        width: 7.6rem;
        height: 6.6rem;
    }

    .blockquote:before {
        left: 1.5rem;
    }

    .blockquote p,
    .article .blockquote p {
        font-size: 4.1rem;
        line-height: 4.2rem;
        padding-bottom: 3rem;
        padding-right: 3rem;
        margin-bottom: 0.8rem;
    }

}

@media(min-width: 1024px) {

    .article .container {
        padding-left: 45.5rem;
    }

    .article .card {
        max-width: 26rem;
        position: absolute;
        top: -0.5rem;
        left: 14.5rem;
    }

    .article .gallery {
        padding-left: 0;
        padding-right: 0;
        max-width: 125.5rem;
        margin-left: auto;
        margin-right: auto;
    }

}

@media(min-width: 1440px) {

    .article .container {
        padding-right: 20rem;
    }

    .blockquote p,
    .article .blockquote p {
        font-size: 6.1rem;
        line-height: 6.2rem;
    }

    main.alt .deco-1,
    main.alt .deco-2,
    main.alt .deco-3 {
        animation: dance 16s infinite;
    }

    main.alt .deco-1 {
        width: 142.5rem;
        height: 136.5rem;
        left: -85rem;
        margin-top: -15rem;
    }

    main.alt .deco-2 {
        width: 103.2rem;
        height: 90rem;
        right: -16rem;
        margin-top: -65rem;
    }

    main.alt .deco-3 {
        width: 181.9rem;
        height: 199.8rem;
        left: -80rem;
        margin-top: -40rem;
    }

}
