/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/global.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
:root {
    --carousel-scroll-time: 80s;

    --black: rgba(0, 0, 0);
    --black_67: rgba(0, 0, 0, .67);
    --black_33: rgba(0, 0, 0, .33);
    --black_20: rgba(0, 0, 0, .20);
    --black_14: rgba(0, 0, 0, .14);
    --black_04: rgba(0, 0, 0, .04);

    --white: rgb(255, 255, 255);
    --white_99: rgba(255, 255, 255, .99);
    --white_60: rgba(255, 255, 255, .60);
    --white_20: rgba(255, 255, 255, .20);
    --white_07: rgba(255, 255, 255, .07);

    --intense-blue: rgb(17, 20, 54);
    --intense-blue_93: rgba(17, 20, 54, .93);
    --text-default-color: rgb(70, 83, 100);
    --dodger-blue: rgb(53, 153, 255);
    --dodger-blue_93: rgba(53, 153, 255, .93);
    --aqua-haze: rgb(244, 246, 249);
    --background-gray: rgb(247, 248, 249);

    --gallery-kiosk: rgb(245, 245, 245);
    --gallery: rgb(238, 238, 238);
    --gainsboro: rgb(226, 226, 226);
    --gainsboro_93: rgba(226, 226, 226, .93);
    --gainsboro_67: rgba(226, 226, 226, .67);
    --silver-chalice: rgb(162, 162, 162);
    --borders-gray: rgba(136, 136, 136, .16);
    --emperor: rgb(89, 89, 89);

    --red: rgb(255, 0, 0);
    --bright-red: rgb(255, 101, 53);
    --red-notice: rgb(235, 104, 67);
    --red-notice_67: rgba(235, 104, 67, .67);
    --ronchi: rgb(239, 189, 70);
    --brown-red: rgb(169, 2, 2);
    --brown-kiosk: rgb(73, 48, 43);

    --forestgreen: rgb(34, 139, 34);

    --yellow: rgb(255, 255, 0);
    --yellow_93: rgba(255, 255, 0, .93);

    --lite-kiosk: rgb(255, 252, 241);
    --kiosk: rgb(234, 221, 205);

    --outer-space: rgb(38, 50, 56);
    --stop-blue: rgb(34, 34, 34);
    --footer-tone: rgb(34, 0, 34);

    --stop-blue-fade: linear-gradient(176deg, rgba(17, 21, 60, 1) 27%, rgba(23, 31, 129, 1) 100%);
    --stop-blue-fade-out: linear-gradient(176deg, rgba(17, 21, 60, 1) 90%, rgba(17, 21, 60, .1) 100%);
    --gray-fade: radial-gradient(circle, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .4) 100%);
    --gray-fade-linear: linear-gradient(0deg, rgba(0, 0, 0, .6) 10%, rgba(0, 0, 0, 0) 60%);
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(/_next/static/media/Monorale-Regular.553f0649.woff2);
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    src: url(/_next/static/media/Monorale-Medium.f6946edb.woff2);
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src: url(/_next/static/media/Monorale-SemiBold.d0578d61.woff2);
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(/_next/static/media/Monorale-Bold.4a00e6a1.woff2);
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/_next/static/media/Montserrat-Regular.3405f01d.woff2);
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/_next/static/media/Montserrat-Medium.5769b3cf.woff2);
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(/_next/static/media/Montserrat-SemiBold.7326b6e5.woff2);
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: var(--white);
    background-color: transparent;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: var(--red);
    -webkit-tap-highlight-color: transparent;
    /* for removing the highlight */
    overflow-x: hidden;
    font-family: Raleway, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
    padding: 0;
}

/* VSPACES */
.vspace-10 {
    height: 10px;
}

.vspace-20 {
    height: 20px;
}

.vspace-30 {
    height: 30px;
}

.vspace-40 {
    height: 40px;
}

.vspace-50 {
    height: 50px;
}

.vspace-60 {
    height: 55px;
}

.vspace-80 {
    height: 80px;
}

.vspace-100 {
    height: 100px;
}

.vspace-120 {
    height: 120px;
}

.vspace-140 {
    height: 140px;
}

.disabled {
    pointer-events: none;
    transition-property: opacity;
    transition-duration: .25s;
}


/* GDPR */
.cookie-consent-container {
    padding-bottom: 0 !important;
    align-items: center !important;
    min-height: 100px !important;
    max-width: 1240px;
    margin: 0 auto !important;
    background: var(--outer-space) !important;
    color: var(--white) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    position: fixed !important;
    width: 90vw !important;
    left: 5vw !important;
    right: 5vw !important;
    z-index: 99999999 !important;
    bottom: 5vh !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px 0 var(--outer-space) !important;
    border: 4px solid var(--white) !important;
    box-sizing: border-box !important;
    font-family: Raleway, sans-serif;
}

.cookie-consent-content {
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 18px;
}

.cookie-consent-button {
    font-size: 12px;
    border-radius: 4px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px !important;
    margin-right: 30px !important;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    background-color: var(--dodger-blue) !important;
    color: var(--white) !important
}

.cookie-consent-button:active {
    box-shadow: 2px 4px 4px 0 var(--black_14) inset !important;
    line-height: 30px;
}

.cookie-consent-button.decline {
    margin-right: 4px !important;
    font-weight: 500;
    background-color: var(--silver-chalice) !important;
    color: var(--intense-blue) !important
}

#errorMessage {
    position: fixed;
    top: 50%;
    width: 100vw;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--intense-blue);
}

@keyframes blinker {
    50% {
        color: var(--white);
        opacity: .8;
        transform: scale(1.1);
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/frame.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.hide {
    display: none !important;
}

.call_to_actions {
    display: flex;
    align-items: center;
}

button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 34px;
    padding-right: 28px;
    background: var(--dodger-blue);
    border: 2px solid var(--dodger-blue);
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.5px;
    height: 49px;
    line-height: 40px;
    border-radius: 8px;
    box-shadow: 1px 2px 2px var(--black_20);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 100ms ease-in;
    white-space: nowrap;
}

button i {
    position: relative;
    margin-left: 10px;
}

button:hover {
    background: var(--dodger-blue_93);
    border-color: var(--dodger-blue_93);
}

button:active {
    top: .5px;
    box-shadow: 1px 2px 2px var(--black_14);
}

.second_call_to_action {
    position: relative;
    margin-left: 30px;
    font-weight: 700;
    font-size: 14px;
    color: var(--red-notice);
    cursor: pointer;
}

.second_call_to_action:hover {
    text-decoration: underline;
}

#nprogress .peg {
    box-shadow: none !important;
}

#nprogress .spinner {
    display: none !important;
}

.really-hide {
    visibility: hidden;
    transition: visibility 0s, opacity .5s linear;
    cursor: default !important;
}

.tf-v1-widget iframe {
    border-radius: 0 !important;
}

.noanim div {
    animation: none !important;
    opacity: 1 !important;
}

.oblique {
    z-index: 2;
    position: relative;
}

.bckg_404 {
    background-color: var(--black);
    position: absolute;
    height: 100vh;
    width: 100vw;
    text-align: center;
}

.msg_404 {
    color: var(--white);
    top: 50%;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/index.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
#rainbow_header {
    position: relative;
    width: 100%;
    padding-bottom: 353px;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
}

#rainbow_header .borders {
    position: absolute;
    left: 50%;
    bottom: 85px;
    transform: translateX(-50%);
    max-width: 1280px;
    width: 100%;
    border-left: 1px dashed var(--borders-gray);
    border-right: 1px dashed var(--borders-gray);
    height: 350px;
    box-sizing: border-box;
}

#rainbow_header .dancing_gradient {
    position: absolute;
    width: calc(100% + 20px);
    margin-left: -10px;
    bottom: 200px;
    height: 100%;
    /*transform: skewY(-12deg);
    animation: AnimateDance 20s ease-out infinite;*/
}

#rainbow_header .rainbow {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: saturate(2.5);
}

#rainbow_header .gradient {
    position: absolute;
    width: 100%;
    height: 480px;
    bottom: -2px;
    border-bottom: 1px dashed var(--borders-gray);
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}

#rainbow_header .top_gradient {
    position: absolute;
    width: 100%;
    height: 140px;
    background: rgb(255, 0, 255);
    background: linear-gradient(180deg, rgba(255, 0, 255, .2) 0%, rgba(255, 0, 255, 0) 100%);
}

#rainbow_header .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 200px;
    background-image: url(/_next/static/media/dots.2e839d19.webp);
    background-repeat: repeat;
    background-size: 200px;
}

#rainbow_header .container {
    position: relative;
    width: 100%;
    top: 0;
}

#rainbow_header .content {
    position: relative;
    min-width: 768px;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    box-sizing: border-box;
}

#rainbow_header .box_left_master {
    flex: 1 1 29%;
    position: relative;
}

#rainbow_header h1 {
    top: 0;
    color: var(--intense-blue);
    line-height: clamp(54px, 7.5vw, 95px);
    font-size: clamp(54px, 7vw, 93px);
    font-weight: 700;
    min-width: 768px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 210px;
    padding-left: 0;
    padding-right: 40px;
    box-sizing: border-box;
}

#rainbow_header h1.burn {
    position: relative;
    mix-blend-mode: color-burn;
}

#rainbow_header h1.transparent {
    position: absolute;
    color: var(--intense-blue_93);
    opacity: .4;
}

#rainbow_header h1 span {
    display: block;
}

#rainbow_header .content div.paragraph {
    position: relative;
    border-radius: 2px;
    color: var(--text-default-color);
    margin-top: 30px;
    font-size: 19px;
    display: block;
    line-height: 30px;
    font-weight: 400;
    background-color: initial;
    padding: 0;
    padding-right: 140px;
    margin-bottom: initial;
    text-wrap: balance;
}

#rainbow_header .call_to_actions {
    margin-top: 50px;
}

#rainbow_header .box_right_slave {
    flex: 1 1;
    position: relative;
}

#rainbow_header .app_pwa {
    position: absolute;
    width: 895px;
    height: 736px;
    top: 140px;
    background-size: cover;
}

#rainbow_header .app_mobile {
    position: absolute;
    margin-left: -115px;
    margin-top: 375px;
    width: 365px;
    height: 637px;
    background-size: cover;
}

@keyframes AnimateDance {
    0% {
        transform: skewY(-12deg);
    }

    50% {
        transform: skewY(0deg);
    }

    100% {
        transform: skewY(-12deg);
    }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/main-menu.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
#main_menu.container {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 10;
}

#main_menu .topmenu_content {
    position: relative;
    margin: 0 auto;
    height: 90px;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_menu .logo {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 3px var(--black_14));
    flex: 1 1;
}

#main_menu .logo-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

#main_menu .logo-text {
    position: relative;
    width: 90px;
    height: 50px;
    margin-left: 12px;
}

#main_menu ul.topmenu {
    display: flex;
    list-style-type: none;
    color: var(--white);
    font-size: 14.5px;
    font-weight: 600;
    text-shadow: 0 0 3px var(--black_14);
    padding: 0;
    transition: all 200ms ease-out;
    flex: 1 1;
    justify-content: center;
}

#main_menu ul.topmenu.is_bright {
    color: var(--intense-blue);
    text-shadow: 0 0 3px var(--black_14);
}

#main_menu ul.topmenu li {
    position: relative;
    display: block;
    margin: 25px 0;
    padding: 0 20px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all ease-out 120ms;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

#main_menu ul.topmenu a li {
    cursor: pointer;
}

#main_menu ul.topmenu li:hover {
    background-color: var(--white_07);
    border: 1px solid var(--white);
}

#main_menu ul.topmenu.is_bright li:hover {
    background-color: var(--black_04);
    border: 1px solid var(--black_20);
}

#main_menu #submenus {
    position: absolute;
    margin-top: 65px;
    z-index: 1;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) perspective(75em) rotateX(-20deg);
}

#main_menu #submenus .arrow {
    position: absolute;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 3px 7px var(--black_14);
    transition: margin 200ms ease-out;
}

#main_menu #submenus .arrow i {
    font-size: 34px;
    color: var(--white);
}

#main_menu #submenus .items {
    position: relative;
    margin-top: 12px;
    border-radius: 14px;
    box-shadow: 1px 20px 20px 0 var(--black_14);
    box-sizing: border-box;
    border: 4px solid var(--white);
}

#main_menu #submenus .shadow {
    display: flex;
    padding: 20px;
    position: relative;
    border-radius: 9px;
    background-color: var(--white_99);
}

#main_menu #submenus .submenu {
    position: relative;
    list-style-type: none;
    color: var(--intense-blue);
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: stretch;
    text-shadow: none;
    box-sizing: border-box;
    z-index: 2;
}

#main_menu #submenus .submenu li {
    margin: 0;
    cursor: pointer;
    transition: all ease-out 100ms;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    background-color: transparent;
}

#main_menu #submenus .submenu li:hover {
    background-color: var(--background-gray);
}

#main_menu button.signup {
    position: relative;
    margin: 0;
    background-color: var(--white_20);
    color: var(--white);
    border-color: var(--white);
    border-width: 2px;
    font-weight: 600;
    transform: scale(.8);
    transform-origin: right;
    text-shadow: 0 0 4px var(--black_14);
    box-shadow: 0 0 4px 0 var(--black_14);
    transition: all 200ms ease-out;
}

#main_menu button.signup:hover {
    background-color: var(--black_04);
}

#main_menu button.signup.contract {
    padding: 0;
    width: 50px;
    max-width: 50px;
    overflow: hidden;
    border-radius: 12px;
}


#main_menu button.signup .picture {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_menu button.signup .picture i {
    margin: 0;
}

#main_menu button.signup.is_bright {
    background-color: transparent;
    color: var(--intense-blue);
    border-color: var(--intense-blue);
    text-shadow: 0 0 4px var(--black_14);
    box-shadow: 0 0 4px 0 var(--black_14);
}

#main_menu .pane {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 1;
    justify-content: flex-end;
}

#main_menu .logged_user_pane {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

#main_menu .logged_user_pane .display_name {
    box-sizing: border-box;
    transition: all ease-out 120ms;
    white-space: nowrap;
    color: var(--white);
    font-size: 12.5px;
    font-weight: 700;
    text-shadow: 0 0 3px var(--black_14);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    letter-spacing: .1px;
    cursor: pointer;
    position: relative;
    right: 0;
}

#main_menu .logged_user_pane .display_name span {
    font-size: 10.5px;
    opacity: .8;
    font-weight: 600;
}

#main_menu .logged_user_pane:hover .display_name {
    right: -5px;
}





#mobile_menu_button {
    position: absolute;
    right: 40px;
    cursor: pointer;
    overflow: hidden;
    display: none;
    -webkit-tap-highlight-color: var(--red);
    -webkit-tap-highlight-color: transparent;
}

#mobile_menu_button svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    transform: scale(3) !important;
}

#mobile_menu {
    position: absolute;
    border-radius: 14px;
    box-shadow: 1px 20px 20px 0 var(--black_14);
    box-sizing: border-box;
    border: 4px solid var(--white);
    margin: 100px 40px 40px 40px;
    z-index: 10;
    width: calc(100% - 80px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 120ms ease-out, visibility 200ms;
}

#mobile_menu.show {
    visibility: visible;
    opacity: 1;
}

#mobile_menu .shadow {
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-color: var(--gainsboro_93);
    box-sizing: border-box;
}

#mobile_menu ul {
    list-style-type: none;
    color: var(--intense-blue);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#mobile_menu li {
    margin: 0;
    cursor: pointer;
    transition: all ease-out 100ms;
    border-radius: 8px;
    padding: 12px 20px;
    background-color: transparent;
}

#mobile_menu li:hover {
    background-color: var(--white);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/marvel-header.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* HEADERS */

#marvel_header {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--white);
    border-bottom: 1px dashed var(--borders-gray);
}

#marvel_header.is_dark.is_image {
    background-color: var(--black);
}

#marvel_header.is_left.is_image {
    background-color: var(--white)
}

#marvel_header.is_video {
    padding-bottom: 100px;
}

#marvel_header .borders {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
    width: 100%;
    border-left: 1px dashed var(--borders-gray);
    border-right: 1px dashed var(--borders-gray);
    height: 100%;
}

#marvel_header .dancing_gradient {
    position: absolute;
    top: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    height: calc(100% - 5px);
    height: 100%;
    /*max-height: 1100px;*/
    border-bottom: 1px dashed var(--borders-gray);
}

#marvel_header.is_left .dancing_gradient {
    height: 460px;
}



#marvel_header #header_image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 1100px;
    transition: all 200ms ease-in;
    opacity: .6;
}

#marvel_header.is_left #header_image {
    height: 460px;
    opacity: 1;
}

#marvel_header .rainbow {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: saturate(2.5);
}

#marvel_header .gradient {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}

#marvel_header.is_left .gradient {
    display: none;
}

#marvel_header .top_gradient {
    position: absolute;
    width: 100%;
    height: 140px;
    background: rgb(255, 0, 255);
    background: linear-gradient(180deg, rgba(255, 0, 255, .2) 0%, rgba(255, 0, 255, 0) 100%);
}

#marvel_header .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 200px;
    background-image: url(/_next/static/media/dots.2e839d19.webp);
    background-repeat: repeat;
    background-size: 200px;
}

#marvel_header .container {
    position: relative;
    width: 100%;
    top: 0;
}

#marvel_header .content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: clamp(10px, 5vw, 40px);
    padding-right: clamp(10px, 5vw, 40px);
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

#marvel_header.is_left .content {
    flex-direction: row;
}

#marvel_header .box_left_master {
    /*flex: 1 1 38%;*/
    flex: 1 1 100%;
    position: relative;
}

#marvel_header .title_container {
    position: relative;
    display: flex;
    justify-content: center;
}

#marvel_header.is_left .title_container {
    height: 460px;
    justify-content: left;
}

#marvel_header h1 {
    margin-top: 160px;
    color: var(--intense-blue);
    line-height: clamp(48px, 7.5vw, 85px);
    font-size: clamp(40px, 7vw, 77px);
    font-weight: 700;
    text-align: left;
    transition: color 200ms ease-out;
    text-wrap: balance;
}

#marvel_header.is_center h1 {
    padding-left: clamp(10px, 5vw, 60px);
    padding-right: clamp(10px, 5vw, 60px);
    text-align: center;
}

#marvel_header.is_dark h1 {
    color: var(--white);
}

#marvel_header.is_gradient h1 {
    color: var(--intense-blue);
}

#marvel_header.is_dark.is_gradient.is_left .content h1 {
    color: var(--intense-blue);
}

#marvel_header.is_left .content h1 {
    padding: 0;
    position: absolute;
    font-weight: 700;
    line-height: clamp(34px, 7.5vw, 77px);
    font-size: clamp(34px, 7vw, 72px);
    top: auto;
    bottom: 0;
    margin: auto;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 0;
}

#marvel_header.is_dark.is_left .content h1 {
    color: var(--white);
}

#marvel_header.is_gradient h1.transparent {
    position: relative;
    color: var(--intense-blue_93);
    opacity: .4;
}

#marvel_header h1.h1_burn {
    position: absolute;
    top: 0;
    color: var(--intense-blue);
    mix-blend-mode: color-burn;
}

#marvel_header .paragraph {
    position: relative;
    margin-top: clamp(30px, 5vw, 50px);
    color: var(--intense-blue);
    line-height: clamp(25px, 4.5vw, 32px);
    font-size: clamp(20px, 3vw, 22px);
    font-weight: 400;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    transition: color 200ms ease-out;
    text-wrap: balance;
}

#marvel_header.is_center .paragraph {
    text-align: center;
}

#marvel_header .paragraph ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
}

#marvel_header .paragraph li {
    margin-bottom: 10px;
}

#marvel_header .paragraph small {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-default-color);
    background-color: var(--gainsboro_67);
    padding: 0px 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

#marvel_header .paragraph.light {
    color: var(--text-default-color);
    margin-top: 0;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    background-color: initial;
    padding: 0;
    margin-bottom: initial;
}

#marvel_header .paragraph.light strong {
    margin-top: 50px;
    margin-bottom: 20px;
    display: inline-block;
}

#marvel_header.is_dark .paragraph {
    color: var(--white);
}

#marvel_header.is_gradient .paragraph,
#marvel_header.is_image.is_left .paragraph {
    color: var(--intense-blue);
}

/*#marvel_header.is_image .paragraph {
    text-align: center;
}*/

#marvel_header.is_left .paragraph {
    text-align: left;
}

#marvel_header.is_left .paragraph a {
    border-bottom: .5px solid var(--text-default-color);
}

#marvel_header .paragraph strong {
    font-weight: 700;
    /*background-color: var(--yellow);
    padding-left: 4px;
    padding-right: 4px;*/
    border-radius: 2px;
}

#marvel_header .call_to_actions {
    margin-top: 50px;
    text-align: left;
    display: block;
}

#marvel_header.is_left .call_to_actions {
    text-align: left;
    display: block;
}

#marvel_header.is_center .call_to_actions {
    text-align: center;
    display: block;
}

#marvel_header .video {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0px 5px var(--white), 0 2px 20px 4px var(--black_14), 0 0 0 1px var(--white) inset;
    aspect-ratio: 16/9;
    background-color: var(--white);
}




















#marvel_header .box_right_slave {
    flex: 1 1;
    position: relative;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/marvel-box.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* MARVELBOX */
#marvel_box {
    position: absolute;
    width: 100%;
    margin-top: -198px;
    z-index: 1;
}

#marvel_box.global {
    margin-top: 0;
}

#marvel_box .container {
    position: relative;
    width: 100%;
}

#marvel_box .boundaries {
    overflow: hidden;
}

#marvel_box .bkg_color {
    position: absolute;
    width: 100%;
    height: calc(100% - 1px);
    top: 0;
}

#marvel_box .borders {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 1px dashed var(--borders-gray);
    border-right: 1px dashed var(--borders-gray);
    box-sizing: border-box;
}

#marvel_box .for_divider .borders {
    top: 130px;
    height: calc(100% - 130px);
}

#marvel_box .content {
    position: relative;
    min-width: 768px;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
    box-sizing: border-box;
    z-index: 2;
}

#marvel_box .for_divider .content {
    padding-top: 100px;
}

/* COLORS */
#marvel_box .bkg_color.blur {
    border-top: 1px dashed var(--borders-gray);
    background-size: cover;
    filter: blur(20px);
    transform: scale(1.5);
    transform-origin: center;
}

#marvel_box .bkg_color.white {
    background-color: var(--white);
    border-bottom: 1px dashed var(--borders-gray);
}

#marvel_box .bkg_color.gray {
    background-color: var(--background-gray);
    border-bottom: 1px dashed var(--borders-gray);
}

#marvel_box .bkg_color.blue {
    background-color: var(--intense-blue);
    background: var(--stop-blue-fade);
    border-top: 1px dashed var(--borders-gray);
}

#marvel_box .bkg_color.red {
    background-color: var(--red);
}

#marvel_box .content.white {
    color: var(--intense-blue);
}

#marvel_box .content.white .sommario {
    color: var(--text-default-color);
}

#marvel_box .content.gray {
    color: var(--intense-blue);
}

#marvel_box .content.gray .sommario {
    color: var(--text-default-color);
}

#marvel_box .content.blue {
    color: var(--gainsboro);
}

#marvel_box .content.red {
    color: var(--intense-blue);
}

#marvel_box .carousel.gray {
    background-color: var(--background-gray);
}

#marvel_box .carousel.white {
    background-color: var(--white);
}

#marvel_box .carousel.blue {
    background-color: var(--intense-blue);
    background: var(--stop-blue-fade);
}

#marvel_box .carousel.red {
    background-color: var(--red);
}

/* INSIDE MARVELBOX */
#marvel_box .box_left_master {
    flex: 1 1 20%;
    margin-right: 40px;
    position: relative;
}

#marvel_box .box_right_slave {
    flex: 1 1;
    margin-left: 20px;
    position: relative;
}

/*#marvel_box .box_right_slave.contain {
    margin-bottom: 110px;
}*/

#marvel_box .box_left_slave {
    flex: 1 1;
    margin-right: 20px;
    position: relative;
}


#marvel_box .box_right_master {
    flex: 1 1 20%;
    margin-left: 40px;
    position: relative;
}

#marvel_box .box_left {
    position: relative;
}

#marvel_box .box_center {
    position: relative;
    text-align: center;
    /*padding-bottom: 130px;*/
}

#marvel_box h3.occhiello {
    color: var(--red-notice);
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 37px;
}

#marvel_box h2.titolo {
    font-weight: 700;
    font-size: clamp(30px, 5vw, 50px);
    margin-bottom: 35px;
    text-wrap: balance;
}

#marvel_box h2.titolo.column {
    margin-bottom: 55px;
}

#marvel_box div.sommario {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#marvel_box div.sommario p {
    margin-bottom: 20px;
}

#marvel_box div.sommario.nobutton {
    margin-bottom: 0;
}

#marvel_box div.sommario.column {
    display: flex;
    /*justify-content: space-around;*/
}

#marvel_box div.sommario.column div {
    margin-right: 90px;
    flex: 1 1;
}

#marvel_box div.sommario.column div:last-child {
    margin-right: 0;
}

#marvel_box div.sommario.column h3 {
    margin-bottom: 20px;
}

#marvel_box div.sommario ul {
    margin-top: 40px;
    padding-left: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8em;
    list-style-position: inside;
    list-style-type: none;
}

#marvel_box div.sommario ul li a {
    display: inline-block;
    line-height: 0;
    text-decoration: underline;
}


#marvel_box div.sommario ul li::before {
    content: '✻';
    margin-right: 10px;
}

#marvel_box .side_image {
    position: absolute;
    width: 50vw;
    height: 100%;
    background-repeat: no-repeat;
    border: 0;
}

#marvel_box .side_image.contain {
    background-size: contain;
}

#marvel_box .side_image.cover {
    background-size: cover;
}


#marvel_box .side_image.right {
    left: 0;
    background-position: left top;
}

#marvel_box .side_image.left {
    right: 0;
    background-position: right top;
}

#marvel_box .side_image.sinistra {
    background-position: left top;
}


/* MARVELBOX SPOTON */
#marvel_box .spoton {
    position: relative;
}

#marvel_box .spoton-tabs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    cursor: pointer;
    border-bottom: 1px solid var(--gainsboro);
}

#marvel_box .spoton-tab {
    position: relative;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: var(--gainsboro);
    transition: margin 120ms ease-out;
}

#marvel_box .spoton-tab:hover {
    margin-top: -4px;
}

#marvel_box .spoton-box {
    margin-top: 40px;
    display: flex;
}

#marvel_box .spoton-box .spoton-content {
    text-align: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
}

#marvel_box .spoton-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
}

#marvel_box .spoton-box p {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
}

#marvel_box .spoton-box p strong {
    font-weight: 500;
}

#marvel_box .spoton-box .image {
    position: relative;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

#marvel_box .spoton-box .call_to_actions {
    margin-top: 50px;
}

#marvel_box .carousel {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

#marvel_box .carousel-track {
    animation: CarouselScroll var(--carousel-scroll-time) linear infinite;
    width: calc(220px * 18);
    display: flex;
}

#marvel_box .carousel-slide {
    position: relative;
    width: 100px;
    aspect-ratio: 1/1;
    margin-left: 60px;
    margin-right: 60px;
    flex: 0 0 auto;
}

@keyframes CarouselScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 6));
    }
}


#marvel_box .fullsize_image {
    height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

#marvel_box .fullsize_image .content {
    height: 100%;
    display: block;
    /*overflow: hidden;*/
}

#marvel_box .fullsize_image .content .full_image {
    position: absolute;
    width: calc(100% - 80px);
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    box-shadow: 0 0 5px 0 var(--black_20);
    border-radius: 10px;
    overflow: hidden;
}

#marvel_box .fullsize_image .full-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    background-color: var(--black_20);
}

#marvel_box .fullsize_image .full-container.bottom {
    top: auto;
    height: auto;
    bottom: 0;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

#marvel_box .fullsize_image .full-container h2 {
    font-size: 42px;
    text-shadow: 1px 1px 4px var(--black_20);
}

#marvel_box .fullsize_image .full-container .sommario {
    text-shadow: 1px 1px 4px var(--black_20);
    padding-left: 50px;
    padding-right: 50px;
    text-wrap: balance;
}


#marvel_box .fullsize_image .full-container.is_dark h2,
#marvel_box .fullsize_image .full-container.is_dark .sommario {
    color: var(--white);
    margin-bottom: 30px;
}

#marvel_box .fullsize_image .full-container .call_to_actions {
    display: block;
    text-align: center;
}

.sommario strong {
    font-weight: 600;
    background-color: var(--yellow_93);
    padding: 4px;
    border-radius: 2px;
    color: var(--black);
}

#marvel_box .for_divider .bkg_color .oblique {
    position: absolute;
    width: 100vw;
    height: 200px;
    transform: skewY(-3deg);
    transform-origin: top left;
}

#marvel_box .for_divider .bkg_color.white .oblique {
    background-color: var(--white);
}

#marvel_box .for_divider .bkg_color.blue .oblique {
    background-color: var(--intense-blue);
    background: var(--stop-blue-fade-out);
}

#marvel_box .for_divider .bkg_color.gray .oblique {
    background-color: var(--background-gray);
}

#marvel_box .bordersOblique {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 1px dashed var(--borders-gray);
    border-right: 1px dashed var(--borders-gray);
    box-sizing: border-box;
}

.squares {
    position: absolute;
    background-image: url(/_next/static/media/dots.2e839d19.webp);
    background-repeat: repeat;
    background-size: 200px;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    z-index: 1;
    opacity: .6;
}

/* TILES */
#marvel_box .tiles {
    width: 100%;
    display: grid;
    padding-top: 40px;
    justify-items: stretch;
    justify-content: space-evenly;
    align-content: space-between;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
}

#marvel_box .tile {
    display: flex;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
}

#marvel_box .tile .tile-bckg {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90px;
    color: var(--gainsboro_67);
    transition: 200ms all ease-out;
}

#marvel_box .tile:hover .tile-bckg {
    color: var(--gainsboro);
}

#marvel_box .tile .egg-top {
    height: 50%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    color: var(--gainsboro_93);
    font-weight: 500;
    padding-top: 30px;
}

#marvel_box .tiles-container .content {
    display: block;
    padding-bottom: 60px;
}

#marvel_box .tiles-container h3.occhiello,
#marvel_box .tiles-container h2.titolo {
    text-align: center;
}

#marvel_box .tiles-container h2.titolo {
    margin-bottom: 55px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/marvel-form.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
#form {
    overflow: hidden;
}

#marvel_box .container.box_form {
    font-family: Montserrat;
    background-color: var(--white);
}

#marvel_box .box_form .content {
    flex-direction: column;
    padding-left: clamp(20px, 15vw, 200px);
    padding-right: clamp(20px, 15vw, 200px);
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
}

#marvel_box .box_form .question-container {
    flex-direction: row;
    line-height: 35px;
    color: var(--intense-blue);
    display: flex;
}

#marvel_box .box_form .question-index {
    display: flex;
    align-items: center;
    transform: translate(-100%);
    padding-right: 10px;
    position: absolute;
}

#marvel_box .box_form .question-container .num {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid var(--black_14);
    aspect-ratio: 1/1;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    transform: scale(.6);
    transform-origin: right;
}

#marvel_box .box_form .question-container i {
    font-size: 12px;
    color: var(--black_14);
}

#marvel_box .box_form .question {
    width: 100%;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}

#marvel_box .box_form .field {
    position: relative;
    top: 0;
    width: 100%;
    background: transparent;
    border: none;
    margin-top: 42px;
    font-size: 28px;
    font-weight: 400;
    color: var(--intense-blue);
    outline: none;
    font-family: Montserrat;
}

#marvel_box .box_form .field::placeholder {
    color: var(--black_20);
    font-weight: 400;
}

#marvel_box .box_form .field:focus+.subline {
    height: 2px;
    margin-bottom: 28.5px;
}

#marvel_box .box_form .subline {
    position: relative;
    box-sizing: border-box;
    top: 10px;
    width: 100%;
    height: .5px;
    margin-bottom: 30px;
    background: var(--intense-blue);
    transition: all 100ms ease-out;
}

#marvel_box .box_form .subline.gap {
    margin-top: 40px;
}

#marvel_box .box_form .buttons {
    display: flex;
    justify-content: space-between;
}

#marvel_box .box_form button {
    position: relative;
    box-sizing: border-box;
    border: none;
    background: var(--black);
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    transform: scale(.85);
    transform-origin: left;
}

#marvel_box .box_form .ok_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

#marvel_box .box_form .return {
    position: relative;
    font-size: 11px;
    color: var(--text-default-color);
    text-align: left;
}

#marvel_box .box_form .move {
    display: flex;
    align-items: center;
    justify-content: center;
}

#marvel_box .box_form button.move {
    padding: 0;
    aspect-ratio: 1/1;
    transform: scale(.7);
    transform-origin: right;
    border-radius: 100%;
    margin-left: -5px;
}

#marvel_box .box_form button.move.disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

#marvel_box .box_form button i {
    font-size: 20px;
}

#marvel_box .box_form button.move i {
    margin: 0;
}

#marvel_box .box_form .details {
    color: var(--silver-chalice);
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

#marvel_box .box_form .details.error {
    color: var(--red);
    font-weight: 500;
}


#marvel_box .box_form .react-select-container {
    margin-top: 30px;
    margin-bottom: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: 400;
    color: var(--intense-blue);
}

#marvel_box .box_form .react-select__menu {
    background-color: var(--background-gray);
    color: var(--intense-blue);
    margin-top: 12px;
    max-height: 170px;
    font-size: 18px;
    border-bottom: .5px solid var(--intense-blue);
}

#marvel_box .box_form .react-select__placeholder {
    color: var(--black_20);
    font-weight: 400;
}

#marvel_box .box_form .react-select__menu-list {
    max-height: 170px;
}

#marvel_box .box_form .react-select-container:active+.subline {
    height: 2px;
    margin-bottom: 28.5px;
}

#marvel_box .box_form .react-select__option {
    padding: 10px;
}

#marvel_box .box_form .react-select__option--is-focused,
#marvel_box .box_form .react-select__option--is-selected {
    background-color: var(--gainsboro_67);
    border-radius: 3px;
}

#marvel_box .box_form .react-select__option--is-selected {
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#marvel_box .box_form .scelta {
    display: flex;
    gap: 10px;
}

#marvel_box .box_form .sino {
    font-size: 20px;
    width: 120px;
    padding: 4px;
    text-align: center;
    line-height: 30px;
}

#marvel_box .box_form .content.end {
    text-align: center;
    height: 400px;
}

#marvel_box .box_form .close-form {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: var(--text-default-color);
    cursor: pointer;
}

#marvel_box .box_form .content.end .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: var(--text-default-color);
}

.formprogress {
    position: relative;
    height: 3px;
    background-color: var(--gainsboro);
    top: 0;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.formprogress div {
    position: relative;
    height: 100%;
    width: 0;
    background-color: var(--red-notice);
    transition: width 400ms cubic-bezier(.34, 1.56, .64, 1);
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/marvel-feature.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
#marvel_feature .container {
    background-color: var(--white);
}

#marvel_feature .content {
    display: block;
    padding: 40px;
    padding-bottom: 120px;
    border-top: 3px solid var(--gainsboro);
}

#marvel_feature .row {
    position: relative;
    min-height: 80px;
    width: 100%;
    background-color: var(--white);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 4px 0 4px 20px;
    box-sizing: border-box;
}

#marvel_feature .row:nth-child(odd) {
    background-color: var(--white);
}

#marvel_feature .row:nth-child(even) {
    background-color: var(--background-gray);
}

#marvel_feature .row .feature {
    font-weight: 600;
    font-size: 16px;
    width: 40%;
}

#marvel_feature .row .feature small {
    display: block;
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
}

#marvel_feature .row .cell small.detail {
    font-size: 12px;
    font-weight: 500;
}

#marvel_feature .row .availability {
    display: flex;
    width: 60%;
    min-width: 620px;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

#marvel_feature .row .availability .cell {
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-size: 13px;
    flex-basis: 130px;
}

#marvel_feature .row .cell.labels {
    display: block;
    margin-bottom: 10px;
}

#marvel_feature .row .cell.labels span {
    background-color: var(--yellow_93);
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 19px;
    text-transform: capitalize;
}

#marvel_feature .row .cell.price {
    font-family: 'Montserrat';
}

#marvel_feature .row .cell strong {
    font-weight: 600;
    font-size: 16px;
}

#marvel_feature .row .availability .cell i.fa-times {
    color: var(--silver-chalice);
    font-size: 16px;
}

#marvel_feature .row .availability .cell i.fa-check {
    color: var(--dodger-blue);
    font-size: 16px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/footer.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/* FOOTER */
footer {
    font-family: Montserrat, sans-serif;
    position: relative;
    width: 100vw;
    background-color: var(--footer-tone);
    height: auto;
    line-height: initial;
    padding-left: 0;
    text-align: center;
}

footer .footer-content {
    position: relative;
    width: 100vw;
    max-width: 1279px;
    display: inline-flex;
    justify-content: space-around;
}

footer .flex-item {
    color: var(--intense-blue);
    text-align: left;
    margin: 90px 40px;
    flex: 1 1 auto;
    flex-basis: 0;
    margin-bottom: 50px;
}

footer .flex-item:first-child {
    margin-left: 50px;
}

footer .flex-item:last-child {
    margin-right: 50px;
}

footer .flex-item h3 {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    color: var(--silver-chalice);
    height: 27px;
}

footer .flex-item .image {
    position: absolute;
    top: 80px;
    left: 30px;
    margin: 0;
    width: 130px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url('/images/logo-bn.webp');
    background-size: contain;
}

footer .flex-item .box {
    font-size: 12px;
    margin-top: 30px;
    font-weight: 400;
    color: var(--silver-chalice);
    line-height: 16px;
    white-space: normal;
}

footer .flex-item .box a {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: var(--silver-chalice);
}

footer .flex-item .box a i {
    margin-right: 10px;
    width: 14px;
    text-align: center;
}

footer input {
    font-weight: 400;
    color: var(--intense-blue);
    background: var(--background-gray);
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid var(--background-gray);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    padding: 10px;
    margin-top: 20px;
}

footer input::placeholder {
    color: var(--silver-chalice);
}

footer button.go-button {
    font-size: 11px;
    padding: 5px 10px;
    margin-top: 20px;
    height: 30px;
    line-height: inherit;
}

footer button.go-button:active {
    padding-top: 5px !important;
}


footer .check-email-newsletter {
    position: absolute;
    z-index: 9999;
    transition-property: visibility, opacity;
    transition-duration: .25s, .25s;
}

footer .check-email-newsletter.rtl {
    direction: rtl;
    margin-top: 27px;
    margin-left: -10px;
}

footer .check-email-newsletter div {
    position: absolute;
    background: var(--yellow);
    color: var(--intense-blue);
    padding: 4px 8px 4px 25px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 0 0 4px var(--black_14), 0 0 2px 0 var(--black_14);
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transition-property: opacity, visibility;
    transition-duration: .25s, 0s;
}

footer .check-email-newsletter.rtl div {
    padding: 4px 25px 4px 8px;
}

footer .check-email-newsletter div i {
    position: absolute;
    font-size: 16px;
    top: 3px;
    left: 3px;
}

footer .check-email-newsletter.rtl div i {
    left: auto;
    right: 3px;
}

footer .check-email-newsletter.hidex {
    transition-property: visibility, opacity;
    transition-duration: .25s, .25s;
    cursor: default !important;
    opacity: 0;
    visibility: hidden;
}

footer .newsOk {
    top: 10px;
    position: relative;
}

footer .news-ok-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .news-ok-container i {
    margin-right: 5px;
}

.footer-bottom {
    font-family: Montserrat, sans-serif;
    text-align: center;
    background-color: var(--footer-tone);
    font-weight: 500;
    font-size: 12px;
}

.footer-bottom-nidi {
    position: relative;
    width: 100vw;
    height: 100px;
    color: var(--silver-chalice);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 40px;
}

.footer-bottom-nidi p {
    max-width: 600px;
}


.footer-bottom-nidi .nidi {
    position: relative;
    width: 300px;
    height: 50px;
    background-color: var(--white);
    border-radius: 10px;
    background-position: center -24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/_next/static/media/nidi.049e0fc4.png);
}

.footer-bottom-content {
    color: var(--intense-blue);
    width: 100vw;
    display: inline-block;
    max-width: 1279px;
    box-sizing: border-box;
    padding: 0 50px 0 50px;
    line-height: 100px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: var(--silver-chalice);
    border-top: .5px solid var(--silver-chalice);
}

.footer-bottom-content a {
    color: var(--silver-chalice)
}

.footer-bottom-content .fa-heart {
    color: var(--red);
}

.footer-bottom-content .socials {
    position: relative;
    float: right;
    font-size: 20px;
    right: 0;
    vertical-align: bottom;
}

.footer-bottom-content .socials a {
    margin-left: 28px;
    color: var(--silver-chalice)
}

/* APP BADGES */
.download-apps {
    width: calc(100% - 40px);
    border-top: 1px dashed var(--silver-chalice);
    margin-top: 50px;
    padding-top: 20px;
}

#header .content .download-apps p.light {
    position: relative;
    color: var(--silver-chalice);
    font-size: 14px;
    line-height: inherit;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.app-badges {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.badge-playstore {
    width: 168px;
    height: 65px;
}

.badge-appstore {
    width: 168px;
    height: 65px;
}

.badge-playstore img,
.badge-appstore img {
    width: 100%;
    height: auto;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/responsive.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* ----------- Fallback ----------- */
@media only screen and (max-width: 1024px) {

    #marvel_box div.sommario.column div {
        margin-right: 50px;
    }

    #marvel_box .spoton-box .call_to_actions {
        align-items: flex-start;
        flex-direction: column;
    }

    #marvel_box .spoton-box .call_to_actions .second_call_to_action {
        margin-left: 10px;
        margin-top: 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 835px) and (max-width: 980px) {

    #main_menu .logo-text {
        display: none;
    }
}

/* ----------- Between iPad Pro 10.5" and iPad Mini ----------- */
@media only screen and (max-width: 834px) {

    #main_menu ul.topmenu,
    #main_menu button.signup {
        display: none;
    }

    #mobile_menu_button {
        display: block;
        margin-top: -5px;
    }

    #rainbow_header h1 {
        position: relative;
        margin-top: 160px;
        min-width: initial;
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }

    #rainbow_header h1 span {
        display: inline;
        margin-left: 11px;
    }

    #marvel_box h2.titolo.column {
        margin-bottom: 0;
    }

    #marvel_box div.sommario.column {
        display: block;
    }

    #marvel_box div.sommario.column div {
        margin: 0;
    }

    #marvel_box div.sommario.column h3 {
        margin-top: 40px;
    }

    #marvel_header .box_right_slave {
        display: none;
    }
}

/* ----------- Under iPad Mini until iPhone 8  ----------- */
@media only screen and (max-width: 585px) {

    body {
        overflow-x: initial;
    }

    .animated {
        animation-duration: 0s !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }

    #main_menu .logo {
        transform-origin: left;
        transform: scale(.9);
    }

    #main_menu .topmenu_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    #mobile_menu_button {
        right: 20px;
    }

    #rainbow_header {
        padding-bottom: 200px;
    }

    #rainbow_header .rainbow {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .6;
        filter: saturate(2.5);
    }

    #rainbow_header .container {
        position: relative;
        width: 100%;
        overflow: hidden;
        top: 0;
    }

    #rainbow_header h1 {
        line-height: clamp(44px, 7.5vw, 85px);
        font-size: clamp(37px, 7vw, 77px);
    }

    #rainbow_header .content {
        position: relative;
        width: 100%;
        min-width: auto;
        max-width: auto;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    #rainbow_header .content p {
        width: 100%;
    }

    #rainbow_header .call_to_actions {
        margin-bottom: 100px;
    }

    #rainbow_header .content div.paragraph {
        width: auto;
    }

    #rainbow_header .content div.paragraph.light {
        width: 100%;
    }

    .call_to_actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .second_call_to_action {
        margin-left: 10px;
        margin-top: 30px;
        font-size: 14px;
    }

    #rainbow_header .box_right_slave {
        display: none;
    }

    #marvel_box {
        position: absolute;
        margin-top: -200px;
    }

    #marvel_box .carousel {
        overflow: hidden;
    }

    #marvel_box .container {
        position: relative;
        width: 100%;
    }

    #marvel_box .content {
        position: relative;
        min-width: auto;
        max-width: auto;
        width: 100%;
        margin: 0 auto;
        padding: 100px 30px;
        flex-direction: column;
        gap: 70px;
    }

    #marvel_box .box_form .content {
        gap: 20px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    #marvel_box .box_form .field {
        margin-top: 30px;
        font-size: 20px;
    }

    #marvel_box .box_form .scelta {
        flex-direction: column;
    }

    #marvel_box .box_form .subline {
        top: 0;
        margin-bottom: 5px;
    }

    #marvel_box .box_form .field:focus+.subline {
        margin-bottom: 3.5px;
    }

    #marvel_box .box_form .react-select-container:active+.subline {
        margin-bottom: 3.5px;
    }

    #marvel_box .box_form .react-select-container {
        font-size: 20px;
    }

    #marvel_box .box_form .return {
        display: none;
    }

    #marvel_box .double_box_image_right .content {
        flex-direction: column-reverse;
    }

    #marvel_box .box_left_slave {
        top: 0;
        height: 100vw;
        margin-right: 0;
        position: relative;
    }

    #marvel_box .box_right_slave {
        margin-left: 0;
    }

    #marvel_box .box_right_slave.contain {
        margin-bottom: inherit;
    }

    #marvel_box .box_left_master {
        margin-right: 0;
    }

    #marvel_box .side_image {
        position: relative;
        width: 100%;
        height: 240px;
        background-size: cover;
    }

    #marvel_box .side_image.left {
        background-position: top;
    }

    #marvel_box .side_image.contain {
        background-position: top;
        height: initial;
        aspect-ratio: 1/1;
        background-size: cover;
    }

    #marvel_box .box_right_master {
        margin-left: 0;
    }

    #marvel_box .spoton {
        display: none;
    }

    #marvel_box .box_left_slave.contain {
        margin-bottom: 0px;
    }

    #marvel_box .fullsize_image {
        padding-top: 0;
    }

    #marvel_box .fullsize_image .full-container {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #marvel_box .fullsize_image .full-container .sommario {
        padding-left: 0px;
        padding-right: 0px;
    }

    #marvel_box .squares {
        display: none;
    }

    footer .footer-content {
        flex-direction: column;
    }

    footer .flex-item {
        margin: 50px 40px;
    }

    footer .flex-item .image {
        top: 50px;
        left: 40px;
    }

    footer .flex-item:first-child {
        margin-left: 40px;
    }

    .footer-bottom-content {
        padding-top: 20px;
        padding-bottom: 40px;
        line-height: 30px;
    }
}

/* ----------- Under iPhone 8 ----------- */
@media only screen and (max-width: 374px) {

    #marvel_box .box_left_master {
        margin-right: 0;
    }

    #marvel_box h2.titolo {
        font-size: 34px;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/partners/animate.min.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        animation-timing-function: ease-in
    }

    40% {
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        animation-timing-function: ease-in
    }

    40% {
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}
