/* highlight video */
h2 {
    font-family: Roboto, sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #242424;
    line-height: 1.16em;
    margin-top: 10px;
}

.button {
    padding: 10px;
}

.button-area {
    padding-bottom: 0;
}

p.link a {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

p.link svg {
    transform: translateX(0) !important;
    transition: transform 0.3s ease !important;
    stroke: #242424;
    stroke-width: 5px;
    width: 5px;
    height: 8px;
    fill: none;
    margin-left: 10px;
}

p.link:hover svg {
    transform: translateX(5px) !important;
    transition: transform 0.3s ease !important;
}

p.link:hover {
    color: #c30000;
}

.corporate-highlight:not(.bottom) {
    max-height: 670px;
    overflow: hidden;
}

.corporate-highlight:not(.bottom)::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

#business-video {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.corporate-table nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.corporate-table .tab p {
    font-size: 26px;
    text-align: center;
}

.corporate-table .tab {
    background-color: #f4f4f4;
    flex-grow: 1;
    padding: 22px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    width: 50%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporate-table .tab:first-child {
    border-right: 1px #ddd solid;
}

.corporate-table .tab.selected {
    background-color: #fff;
    border-bottom: none;
    color: #c30000;
}

.corporate-table .table-wrapper .top-row {
    height: 70px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.corporate-table .table-icon {
    width: 15px;
}

.corporate-table .table-icon.bar {
    border-top: 1px solid #242424;
    margin: 6px auto;
}

.corporate-table .tab-subtitle {
    font-size: 12px;
    vertical-align: text-top;
}

.corporate-table span.buffet-text {
    font-size: 14px;
}

.slider-table-data-col:hover {
    color: #c30000;
}

.slider-table-data-col:hover p.link a {
    color: #c30000;
}

.slider-table-data-col:hover p.link svg {
    stroke: #c30000;
}

.slider-table-data-col:hover p.link.black a {
    color: #242424;
}

.slider-table-data-col:hover p.link.black svg {
    stroke: #242424;
}

/*.slider-table-data-col:hover .button {
color: white;
border-color: #c30000 !important;
background-color: #c30000;
transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}*/
/* TABLE REDPASS PRICE */
.tables-wrapper .tab p {
    font-size: 26px;
    text-align: center;
}

.tables-wrapper nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.tables-wrapper .table-icon {
    width: 15px;
}

.tables-wrapper .table-icon.bar {
    border-top: 1px solid #242424;
    margin: 6px auto;
}

.tables-wrapper .table-icon.check {
    height: 13px;
    stroke: #c30000;
}

.tables-wrapper > section {
    max-width: 1200px;
    margin: 10px auto 35px;
}

.tables-wrapper .tab {
    background-color: #f4f4f4;
    flex-grow: 1;
    padding: 22px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.tables-wrapper .tab:first-child {
    border-right: 1px #ddd solid;
}

.tables-wrapper .tab.selected {
    background-color: #fff;
    border-bottom: none;
    color: #c30000;
}

.tables-wrapper .table-container > div:first-child {
    width: 100%;
    overflow-x: auto;
}

.tables-wrapper table {
    display: none;
    height: 0;
    opacity: 0;
    transition: all 200ms ease-in-out;
    margin-bottom: 30px;
    min-width: 700px;
}

.tables-wrapper table.selected {
    display: block;
    height: auto;
    opacity: 1;
    transition: all 200ms ease-in-out;
}

tr:not(.disclaimer) {
    border-bottom: 1px solid #f4f4f4;
}

.tables-wrapper .buttons-row {
    border-bottom: none;
}

#table1 .header {
    border-bottom: none !important;
}

.tables-wrapper td {
    font-size: 20px;
    text-transform: uppercase;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.tables-wrapper td.small, .tables-wrapper td p.small {
    font-size: 12px;
    font-weight: normal;
}

.tables-wrapper tr > td.first {
    font-size: 14px;
    font-weight: bold;
}

.tables-wrapper tr.header td {
    white-space: nowrap;
    font-size: 22px;
}

.tables-wrapper tr.subheader td {
    white-space: nowrap;
    font-size: 16px;
}

.tables-wrapper tr.subheader td > p {
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.tables-wrapper td.hover {
    color: #c30000;
}

.tables-wrapper .button-cell .button.hover {
    background-color: #c30000;
    color: #fff;
    border-color: #c30000 !important;
}

.tables-wrapper tr.disclaimer td {
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    text-transform: none;
    height: 60px;
}


.tables-wrapper .discount {
    font-size: 16px;
    padding: 20px;
}

.tables-wrapper .discount:last-child {
    margin-bottom: 80px;
}

.tables-wrapper .discount h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.tables-wrapper .discount p {
    padding-left: 24px;
    padding-top: 10px;
}

.tables-wrapper .discount p:before {
    content: '';
    background: url(/Images/icons/check-red.svg) no-repeat;
    position: absolute;
    width: 30px;
    height: 26px;
    margin-left: -30px;
    margin-top: -3px;
}

.tables-wrapper .button-cell {
    height: 76px;
    padding-top: 30px;
}

.tables-wrapper .button-cell .button {
    background-color: #242424;
    color: #fff;
}

.tables-wrapper .table-container .tab-subtitle {
    font-size: 11px;
    vertical-align: text-top;
}

/* ---------- TEXT AFTER HIGHLIGHT IMAGE --------------- */

.text-after-highlight-image {
    padding: 40px 3% 60px;
    text-align: center;
}

.text-after-highlight-image .title {
    font-size: 32px;
    line-height: 35px;
}

.text-after-highlight-image .sub-text {
    font-size: 18px;
    margin-top: 20px;
}

/* ---------- HIGHLIGHT --------------- */
.corporate-highlight.bottom {
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
    background: #000000;
}

.corporate-highlight.bottom .corporate-highlight-text-area {
    position: absolute;
    top: 0;
}

.corporate-highlight {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
    background-size: cover;
}

.corporate-highlight:not(.bottom) .corporate-highlight-text-area {
    position: absolute;
    top: 40%;
}

/* .corporate-highlight::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }*/
.corporate-highlight .corporate-highlight-video-wrapper {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}

.corporate-highlight .corporate-highlight-video-wrapper > * {
    position: absolute;
    width: 100%;
    height: 100%;
}

.corporate-highlight .corporate-highlight-video-wrapper::after {
    padding-bottom: 56.25%;
    content: "";
    display: block;
    width: 100%;
}

.corporate-highlight .corporate-highlight-text-wrapper {
    text-transform: uppercase;
    text-align: center;
}

.corporate-highlight h1 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 11px;
}

.corporate-highlight h2 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 20px;
}

.corporate-highlight .button {
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    margin-top: 20px;
}

.corporate-highlight .button:not(:hover) {
    color: #242424;
}

.business-corporate .corporate-highlight .corporate-highlight-video-area .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    fill: none;
}

.business-corporate .corporate-highlight .corporate-highlight-video-area .logo rect#icon_white_hover_layer {
    fill: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}

.corporate-highlight .corporate-highlight-video-wrapper:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

/* ---------- SLICK TABLE --------------- */

.corporate-table {
    padding: 0px 3.7% 35px 3.7%;
}

.slider-table-header-col {
    position: absolute;
    pointer-events: none;
}

.slider-table-header-col > div:not(.top-row) {
    position: relative;
    background-color: white;
    z-index: 2;
}

.slider-table-data-wrapper {
    width: 100%;
}

.table-wrapper .competition-logo {
    width: 30px;
    height: 30px;
    margin: 0px;
}

.table-wrapper .slider-table-header-col div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-wrapper .info-row {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    flex-direction: column;
}

.table-wrapper .info-row p.link {
    margin-top: 2px;
}

.slider-table-data-col {
    text-align: center;
}

#table-camarotes .slider-table-data-col {
    width: calc(100%/4);
}

#table-executive .slider-table-data-col {
    width: calc(100%/5);
}
    
/* .slider-table-data-col > div:not(.top-row) */ 
.slider-table-header-col > div:not(.top-row) {
    float: left;
    width: 100%;
}

/*.slider-table-data-col > div:not(.top-row) {
    height: 74px;
    line-height: 74px;
}*/

.slider-table-data-col > div:not(.top-row) > *:not(.button) {
    display: inline-block;
    vertical-align: middle;
}

.slider-table-data-col .top-row {
    font-size: 28px;
}

.slider-table-data-col p {
    font-size: 16px;
    line-height: 20px;
}

.corporate-table .slider-table-data-col .table-info-number {
    font-size: 20px;
    text-transform: none;
} 

.business-corporate .corporate-table .slider-table-data-col .price-cell {
    color: #c30000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.business-corporate .corporate-table .slick-dots {
    bottom: 50px !important;
    /*padding-left: 50px;*/
}

.business-corporate .corporate-table .slick-dots {
    bottom: 90px !important;
    /*padding-left: 50px;*/
}

.business-corporate .corporate-table .slider-table-data-col .button-cell {
    height: auto;
    padding-top: 40px;
    line-height: 1;
    width: 90%;
    margin: 0 auto;
}

.business-corporate .corporate-table .slick-dots li button:before {
    color: black !important;
}

.slider-table-data-col .price-cell strong {
    font-size: 15px;
}

.slider-table-data-col .button {
    background-color: #242424;
    width: 100%;
    text-align: center;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}

.slider-table-data-col .button:not(:hover) {
    color: #fff;
}

.corporate-table-small-text-wrapper {
    font-size: 12px;
    padding: 0px 3% 0px 3%;
}

.corporate-table-small-text-wrapper p span {
    font-size: 9px;
    vertical-align: text-top;
}

.corporate-table .table-wrapper .slider-table-header-col {
    width: 20%;
    text-align: center;
}

.corporate-table .table-wrapper .slider-table-header-col .info-row {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    align-items: flex-start;
}

.corporate-table .table-wrapper .slider-table-data-wrapper .slider-table-data-col .slider-header-text-mobile {
    font-size: 32px;
    line-height: 34px;
    text-transform: none;
    font-weight: 500;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-data-wrapper {
    width: 90px;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-data-wrapper .inside-column-left {
    float: left;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-data-wrapper .inside-column-right {
    float: right;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-data-wrapper p span {
    font-size: 14px;
    vertical-align: text-top;
}

.corporate-table .slider-table-header-col .info-row p span {
    font-size: 10px;
    vertical-align: text-top;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row .info-special-header-wrapper {
    display: inline-block;
    float: left;
    width: 80%;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row .info-special-header-wrapper p {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row .info-special-header-wrapper .inside-column-left {
    float: left;
    margin-left: 45px;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row .info-special-header-wrapper .inside-column-right {
    float: right;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row #header-wrapper-second-row {
    margin-top: 17px;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-paragraph-wrapper .inside-column-left {
    float: left;
    width: 60px;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-paragraph-wrapper .inside-column-right {
    float: right;
    width: 60px;
}

/* ---------- SLICK --------------- */
.business-corporate .gallery-section {
    margin-top: 60px;
    padding-bottom: 60px;
}

.business-corporate .gallery-section .description .big-title {
    font-size: 18px;
}

.business-corporate .gallery-section h3 {
    color: #fff;
    text-transform: uppercase;
}


.business-corporate .gallery-section .gallery-list {
    border-bottom: none;
}

.business-corporate .gallery-section .gallery-list .item {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 96%;
}

.business-corporate .gallery-section .description {
    width: 66%;
}

.business-corporate .gallery-section .extra-small {
    text-transform: uppercase;
}

.business-corporate .gallery-section .gallery-list .description .inner-item {
    width: 100%;
}

/* ---------- END SLICK --------------- */

/* ---------- INFORMATION --------------- */

.corporate-information .corporate-information-text-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 35px;
}

.corporate-information .corporate-information-text-wrapper  .corporate-paragraph-wrapper {
    padding: 0px 2% 0px 4%;
}

.corporate-information-paragraph {
    margin-bottom: 15px;
}

/* ---------- PARTNERS --------------- */

.corporate-members {
    padding: 50px 0px 40px;
}

.partners-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.partners-categories .category {
    width: 140px;
    font-size: 14px;
    background-color: #eee;
    border: 1px solid #fff;
    margin-right: 18px;
    margin: 0 auto;
    cursor: pointer;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}

.partners-categories .category p {
    padding: 10px 15px;
    text-align: center;
}

.partners-categories .category:hover {
    background-color: #fff;
    color: #c30000;
    border: 1px solid #eee;
}

.partners-categories .category.selected {
    background-color: #fff;
    color: #c30000;
    border: 1px solid #eee;
}

.corporate-members h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto;
    padding: 0px 12%;
}

.partners-wrapper .partners-logos .slick-dots {
    bottom: -20px !important;
}

.partners-wrapper .partners-logos .slick-dots li button:before {
    color: black !important;
}

.partners-wrapper .corporate-member-individual-wrapper .image-wrapper img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.partners-wrapper .corporate-member-individual-wrapper .image-wrapper img:hover {
    filter: unset;
}
/* ---------- CONTACTS --------------- */
hr.contacts-border-line {
    width: 90%;
    color: #ebebeb;
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}

hr.contacts-border-line.mbottom-large {
    margin-bottom: 60px;
}

.business-corporate-contacts .business-corporate-text-wrapper-left {
    margin-top: 30px;
    margin-bottom: 25px;
}

.business-corporate-contacts .business-corporate-text-wrapper-left p {
    color: #bebebe;
}

.business-corporate-contacts .business-corporate-text-wrapper-right {
    margin: 40px 0;
}

.business-corporate-contacts .business-corporate-text-wrapper-right h2 {
    font-weight: lighter;
}

.business-corporate-contacts .business-corporate-text-wrapper-right .wrapper-right-paragraph2 {
    text-transform: none;
}

.business-corporate-contacts .business-corporate-text-wrapper-right .wrapper-right-paragraph2:hover {
    color: #c30000;
}

.business-corporate-contacts .business-corporate-text-wrapper-left h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
}

.business-corporate-contacts .business-corporate-text-wrapper-right h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
}

/* download */
.business-corporate-contacts.download .business-corporate-text-wrapper-right img {
    display: inline-block;
    width: 35px;
    height: 44px;
    margin: 0px 0 0 20px;
}

.business-corporate-contacts.download .business-corporate-text-wrapper-right h2 {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.business-corporate-contacts.download .business-corporate-text-wrapper-left h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}


.business-corporate-contacts.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.business-corporate-contacts.download .business-corporate-text-wrapper-left {
    margin-bottom: 0px;
}*/

/* ---------- BANNER BOTTOM --------------- */

.corporate-highlight.bottom h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
}

.corporate-highlight.bottom p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    font-family: Roboto;
    text-transform: none;
}

.corporate-highlight.bottom svg {
    width: 50px;
    max-height: 50px;
}

.corporate-highlight.bottom a {
    margin-right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.corporate-highlight.bottom .icons .icon-row a:last-of-type {
    margin-right: 0;
}

.corporate-highlight.bottom .button {
    margin-top: 0px;
}

.business-corporate.content-area {
    font-family: 'Roboto' !important;
}

p.title {
    text-transform: uppercase !important;
}

.corporate-table p.link {
    margin-top: 17.5px;
    text-transform: none;
}

.corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .corporate-icon {
    margin-left: 195px;
}

.corporate-table .table-wrapper .slider-table-data-wrapper .slider-table-data-col .slider-header-text-mobile:not(.camarotes) {
    font-size: 18px !important;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
    line-height: 24px;
}

.slider-header-text-name {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
}

/* SERVICES BANNER */
.services-banner {
    font-family: Roboto;
    color: #242424;
    position: relative;
    display: inline-block;
    width: 100%;
}

.services-banner .background-image, .services-banner .content-wrapper {
    width: 100%;
}

.services-banner .background-image.middle {
    min-height: 545px;
    object-fit: cover;
    object-position: left;
    object-position: -314px;
}

.services-banner .background-image.right {
    min-height: 607px;
    object-fit: cover;
    object-position: left;
    object-position: -668px;
}

.services-banner .content-wrapper {
    position: absolute;
    top: 80px;
}

.services-banner h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin: 0;
}

.services-banner p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
    font-weight: 500;
}

.services-banner .service {
    height: 120px;
    font-family: Roboto;
    display: flex;
    align-items: center;
}

.services-banner .service object {
    height: 75px;
    width: 75px;
    margin-right: 32.4px;
}

.services-banner .service h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    color: #242424;
    text-transform: none;
    font-family: Roboto;
}

.services-banner .service p.link {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.services-banner .service p.link a {
    color: #242424;
    text-decoration: none;
}

.services-banner .service p.link:hover a {
    color: #c30000;
}

.services-banner .service p.link svg {
    stroke: #242424;
    stroke-width: 7px;
}

.services-banner .service p.link:hover svg {
    stroke: #c30000;
}

.services-banner svg.icon {
    width: 75px;
    height: 75px;
    margin-right: 40px;
    fill: #939393;
}

.services-banner .service:hover svg.icon {
    fill: #c30000;
}
/* FIM SERVICES BANNER */

.fixed-content {
    position: fixed;
    right: 15px;
    top: 617px;
    display: flex;
    z-index: 1000;
    width: 100px;
    height: 50px;
}

.fixed-content.open {
    top: 217px;
    right: 15px;
}

.fixed-content:not(.open) {
    top: 617px !important;
}

.fixed-content .telephone, .fixed-content .chat {
    width: 50px;
    height: 50px;
    background: #242424;
    display: flex;
}

.fixed-content .telephone {
    border-right: solid 1px #ffffff;
}

.fixed-content a.icon {
    width: 100%;
    height: 100%;
    display: flex;
}

.fixed-content a.icon svg {
    width: 24px;
    height: 24px;
    margin: auto;
    fill: #ffffff;
}

.fixed-content .telephone svg {
    transition: transform 300ms ease-in-out;
}

.fixed-content .telephone.open svg {
    transform: rotate(90deg);
    transition: transform 300ms ease-in-out;
}

.fixed-content .chat svg {
    transition: transform 300ms ease-in-out;
}

.fixed-content .chat a:hover svg, .fixed-content .chat.open svg, .fixed-content .chat a:hover svg {
    transform: translate(-2px, -2px);
    transition: transform 300ms ease-in-out;
}

.fixed-content .telephone.open, .fixed-content .chat.open {
    background: #c30000;
}

.fixed-content .content-wrapper {
    position: absolute;
    width: 345px;
    top: 50px;
    right: 0;
    background: #ffffff;
    padding: 30px 25px 40px;
    display: flex;
    flex-direction: column;
}

.fixed-content .telephone .content-wrapper {
    height: 400px;
}

.fixed-content .chat .content-wrapper {
    height: 376px;
}

.fixed-content .content-wrapper svg.close {
    width: 12px;
    height: 12px;
    stroke: #242424;
    stroke-width: 4px;
    opacity: 1;
    margin-left: auto;
    transform: none;
}

.fixed-content .content-wrapper svg.close:hover {
    stroke: #c30000; 
}

.fixed-content .content-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    color: #242424;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 6px;
}

.fixed-content .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
    font-family: 'Roboto';
}

.fixed-content .content-wrapper .form-textbox label {
    text-transform: uppercase;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    font-family: Roboto;
}

/*.fixed-content .content-wrapper .form-textbox input {
    height: 50px;
    border: 1px solid #BEBEBE;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-family: Roboto;
    font-weight: 400;
    border-left: none;
}*/

.fixed-content .content-wrapper .form-textbox .input, .calendar .content-wrapper .step .generic-form .form-textbox .input {
    display: flex;
}

.fixed-content .content-wrapper .form-textbox span, .calendar .content-wrapper .step .generic-form .form-textbox .input span {
    border: 1px solid #BEBEBE;
    border-right: none;
    padding-left: 20px;
    font-size: 18px;
    line-height: 18px;
    font-family: Roboto;
    font-weight: 400;
    height: 50px;
    display: flex;
    align-items: center;
    color: #bebebe;
}

.generic-form .terms-conditions {
    padding-top: 20px;
}   

.form-autocomplete .dropdown.text-dropdown {
    padding: 0px;
    width: 100%;
}

.generic-form .form-textbox .dropdown {
    background-color: white;
}

.generic-form .form-textbox.form-autocomplete .dropdown .dropdown-toggle input {
    border-right-width: 0px;
    border-left-width: 0px;
}

.phoneDropdown input:nth-child(1) {
    width: 25px !important;
    color: #BEBEBE;
    padding-right: 0px;
    padding-left: 15px;
}

.phoneDropdown input:nth-child(2) {
    width: 35px !important;
    color: #BEBEBE;
    padding-left: 2px;
    padding-right: 0px;
}

.phoneDropdown input:nth-child(3) {
    width: 100%;
    padding-left: 5px;
    background: #ffffff;
}

.form-autocomplete .dropdown.text-dropdown .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    max-height: 215px;
    overflow-y: auto;
}

.form-autocomplete .dropdown.text-dropdown .dropdown-menu li:last-child {
    padding-bottom: 15px;
}

.form-autocomplete .dropdown.text-dropdown .dropdown-menu li:first-child {
    padding-top: 15px;
}

.form-autocomplete .dropdown.text-dropdown .dropdown-menu li {
    color: #BEBEBE;
}

.generic-form .form-textbox .dropdown .dropdown-toggle p, .generic-form .form-textbox .dropdown li {
    line-height: 18px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: Roboto;
    margin: 0;
}

#telephone-dropdown::-webkit-scrollbar {
    display: none;
}

.fixed-content .generic-form {
   justify-content: flex-start;
   padding: 0;
}

.fixed-content generic-form .form-textbox {
    padding: 0;
}

.fixed-content .content-wrapper .button-area {
    padding-top: 20px;
    width: 100%;
}

.fixed-content .content-wrapper .completed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fixed-content .content-wrapper .completed svg {
    width: 43px;
    height: 43px;
    margin-bottom: 18px;
}

.fixed-content .content-wrapper .completed p {
    text-align: center;
    margin-bottom: 18px;
}

.fixed-content .content-wrapper .completed span {
    color: #888888;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 400;
}

.fixed-content .content-wrapper .contact svg {
    width: 24px;
    height: 24px;
}

.fixed-content .content-wrapper .contact .text {
    margin-left: 15px;
}

.fixed-content .content-wrapper .contact .text p:first-of-type{
    margin-bottom: 3px;
}

.fixed-content .content-wrapper .contact .text a p {
    margin-bottom: 7px;
    color: #888888;
    cursor: pointer;
}

.fixed-content .content-wrapper .contact .text a:hover p {
    color: #c30000;
}

.fixed-content .content-wrapper .contact .text p:nth-of-type(2) {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin: 0;
}

.fixed-content .content-wrapper .contact {
    padding: 0;
}

.fixed-content .content-wrapper .contact:first-of-type {
    margin-bottom: 24px;
}

.gradient-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.35 !important;
    z-index: 100;
}

.scheduler-info.bottom {
    margin-top: 25px;
}

.scheduler-info.bottom .text-area {
    border-bottom: none;
    border-top: solid 1px #f4f4f4;
}

.scheduler-info .text-area {
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 40px;
}

.scheduler-info .text-area h3 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
    margin-top: 40px;
    margin-bottom: 7px;
    text-transform: none;
}

.scheduler-info .text-area h3.link a {
    display: flex;
    align-items: center;
    color: #242424;
}

.scheduler-info .text-area h3.link svg {
    position: absolute;
    right: 0;
}

.scheduler-info .text-area h3.link svg.arrow {
    stroke-width: 5px;
    height: 13px;
    stroke: #242424;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

.scheduler-info .text-area.open h3.link svg.arrow {
    opacity: 0;
}

.scheduler-info .text-area h3.link svg.cross {
    width: 12px;
    height: 12px;
    stroke: #242424;
    stroke-width: 4px;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.scheduler-info .text-area.open h3.link svg.cross {
    opacity: 1;
}

.scheduler-info .text-area p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}

.scheduler-info .text-area .hidden-content {
    max-height: 0;
    transition: all 300ms ease-in-out;
}

.scheduler-info .text-area.open .hidden-content {
    max-height: 1000px;
}

.scheduler-info .text-area .hidden-content h3 {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 15px;
}

.scheduler-info .text-area .hidden-content .flex-area {
    display: flex;
}

.scheduler-info .text-area .hidden-content .flex-area img {
    margin: 0 10px auto 0;
    margin-left: 0;
    margin-right: 10px;
}

.scheduler-info .text-area .hidden-content .flex-area p:not(.grey) {
    font-weight: 500;
}

.scheduler-info .text-area .hidden-content .flex-area p.grey {
    font-size: 16px;
    color: #888888;
}

.scheduler-info .text-area .hidden-content .flex-area a:not(:last-of-type) p.grey {
    margin-bottom: 18px;
}

.calendar .step.active {
    visibility: visible;
    opacity: 1 !important;
    height: unset;
    min-height: unset;
    transition: all 200ms ease-in-out;
}

.calendar .step {
    visibility: hidden;
    opacity: 0 !important;
    height: 0;
    min-height: 0;
}

/*.calendar .step.last.active {
    margin-top: 40px;
}*/

.calendar h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 35px;
}

.calendar #picker {
    display: flex;
    justify-content: center;
}

.calendar .date-picker {
    position: relative;
}

.calendar .date-picker svg.arrow {
    position: absolute;
    top: 24px;
    z-index: 1;
    transform: rotate(180deg);
    width: 7.5px;
    height: 13px;
}

.calendar .date-picker svg.arrow.prev {
    left: 15px;
    transform: rotate(180deg);
}

.calendar .date-picker svg.arrow.next {
    right: 15px;
    transform: rotate(0);

}

.calendar .date-picker .months {
    padding: 0;
}

.calendar .date-picker .month {
    margin: 0;
    background: none;
}

.calendar .date-picker .month * {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.calendar .date-picker .month.dp-large tbody > tr {
    border: none;
}

.calendar .date-picker .month.dp-large > thead .name {
    background: #F4F4F4;
    padding: 15px 0;
}

.calendar .date-picker .month.dp-large > thead .weekday {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
}

.calendar .date-picker .month.dp-large td {
    width: 49px;
    height: 64px;
    min-width: 49px;
    border-bottom: solid 1px #f4f4f4;
    background-clip: padding-box;
}

.calendar .date-picker .month > tbody .day.weekend {
    font-weight: 500;
}

.calendar .date-picker .month.dp-large > tbody td {
    position: relative;
}

.calendar .date-picker .month > tbody td .day:not(.grey) {
    background: none !important;
    border-radius: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar .date-picker .month > tbody td:not(.restricted):hover .day, .calendar .date-picker .month > tbody td:not(.restricted).active .day {
    color: #ffffff;
}

.calendar .content-wrapper .submit-button {
    margin-top: 8.5px;
}

.calendar .content-wrapper .return {
    padding-top: 18px;
    display: flex;
}

.calendar .content-wrapper .return a {
    cursor: pointer;
}

.calendar .content-wrapper .return p {
    text-transform: none;
    font-weight: 500;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
}

.calendar .date-picker .month.dp-large > tbody td .bg-hover {
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 65%;
    background: #242424;
    transform: skew( -15deg );
    height: 100%;
    opacity: 0;
}

.calendar .date-picker .month.dp-large > tbody td:hover .bg-hover {
    opacity: 0.5;
}

.calendar .date-picker .month.dp-large > tbody td.active .bg-hover {
    opacity: 1;
}

.calendar .time-slots {
    padding: 40px 0 20px;
    border-bottom: solid 1px #f4f4f4;
    display: flex;
    flex-wrap: wrap;
}

.calendar .time-slots span.slot {
    padding: 10px 20px;
    background: #f4f4f4;
    color: #242424;
    width: 145px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 18px;
    border-radius: 2px;
    opacity: 1;
}

.calendar .time-slots span.slot:not(.restricted) {
    cursor: pointer;
}

.calendar .time-slots span.slot.active, .calendar .time-slots span.slot:hover:not(.restricted) {
    background: #242424;
    color: #ffffff;
}

.calendar .time-slots span.slot.restricted, .calendar .time-slots span.slot:hover:not(.restricted, .active) {
    opacity: 0.35;
}

.calendar .content-wrapper .step .options {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 6.5px;
}

.calendar .content-wrapper .step .options .option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.calendar .content-wrapper .step .options .option .checkbox {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.calendar .content-wrapper .step .options .option .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.calendar .content-wrapper .step .options .option .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 1px #242424;
}

.calendar .content-wrapper .step .options .option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.calendar .content-wrapper .step .options .option .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.calendar .content-wrapper .step .options .option .checkbox .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #242424;
}

.calendar .content-wrapper .step .options .option svg, .calendar .content-wrapper .step .options .option img {
    max-width: 24px;
    max-height: 24px;
    margin-left: 24px;
    margin-right: 20px;
}

.calendar .content-wrapper .step .options .option p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}

.calendar .content-wrapper .step .generic-form {
    padding-top: 0;
}

.calendar .content-wrapper .step .generic-form .form-textbox .input #telephone {
    border-left: none;
}

.calendar .content-wrapper .step p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
}

.calendar .content-wrapper .last.step h2 {
    margin-bottom: 5px;
}

.calendar .content-wrapper .last.step .flex-area {
    display: flex;
}

.calendar .content-wrapper .last.step .flex-area:first-of-type {
    padding: 40px 0 20px;
}

.calendar .content-wrapper .last.step .flex-area:last-of-type {
    padding-bottom: 40px;
}

.calendar .content-wrapper .last.step .flex-area svg {
    max-width: 24px;
    max-height: 24px;
    margin-right: 15px;
}

.calendar .content-wrapper .last.step p.text {
    font-family: Roboto;
    font-size: 14px;
    line-height: 21px;
    color: #888888;
    margin-bottom: 6.5px;
}

.calendar .content-wrapper .last.step p.text a.red {
    color: #c30000;
    cursor: pointer;
}

.calendar .content-wrapper .step .generic-form .form-textbox .message {
    width: 100%;
    height: 110px;
    padding: 10px 20px;
    border: 1px solid #BEBEBE;
    font-size: 18px;
    line-height: 18px;
    font-family: Roboto;
    font-weight: 400;
    resize: none;
}

.calendar .content-wrapper .button.disabled:before {
    background-color: #242424;
}

.game-header {
    background-color: #242424;
}

.premium-list {
    padding-top: 25px;
}

.premium-option {
    padding: 25px;
    flex-direction: column;
}

.premium-option .premium-option-desc p {
    padding-bottom: 7px;
}

.premium-option .premium-option-desc p:last-of-type {
    padding-bottom: 15px;
}

.premium-option p.link {
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
}

.premium-item .premium-buttons {
    padding: 25px;
    padding-top: 0;
}

.premium-item .premium-buttons .buttons {
    padding-top: 15px;
}

.premium-item .ticket-price {
    padding-bottom: 7px;
}

.premium-item img {
    width: 100%;
    object-fit: cover;
}

.menu-section {
    display: block;
}

footer.footer-section {
    display: block;
}

.homeTickets .game-description {
    border-bottom: 1px solid #ddd;
}

.Home.Tickets .back-to-top {
    display: none;
}

@media (max-width: 767px) {
    .corporate-table .table-wrapper .top-row {
        height: 80px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 50px;
    }

    .slider-table-data-col .info-row p {
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) {
    .corporate-highlight:not(.bottom) {
       max-height: 440px;
    }

    .corporate-highlight:not(.bottom)::before {
        margin: 0px 1.75%;
    }

    .corporate-table .tab p {
        font-size: 34px;
    }

    /* TABLE REDPASS PRICE */
    .tables-wrapper .tab p {
        font-size: 34px;
    }

    .tables-wrapper .button-cell .button {
        width: 140px;
    }

    .corporate-table-small-text-wrapper {
        padding: 0px 2% 0px 10%;
        max-width: 1200px;
    }

    .corporate-table-small-text-wrapper.executiveSeats {
        padding: 0px 2% 0px 10%;
    }

    .tables-wrapper nav {
        width: 94%;
    }

    .tables-wrapper > section {
        margin: 40px auto 10px;
    }

    .tables-wrapper tr.header td {
        font-size: 28px;
    }

    .tables-wrapper tr.subheader td {
        font-size: 28px;
    }

    .tables-wrapper tr.subheader td > p {
        font-size: 16px;
    }

    .tables-wrapper td {
        height: 70px;
    }

    .tables-wrapper td {
        font-size: 14px;
    }

    .tables-wrapper td.number {
        font-size: 24px;
    }

    .tables-wrapper tr.disclaimer td {
        font-size: 15px;
        padding-left: 30px;
    }

    .tables-wrapper #table1 td {
        width: 10%;
    }

    /*.tables-wrapper #table1 .header td:first-child {
        width: 20%;
    }*/


    .tables-wrapper #table-premium td {
        width: 12%;
    }

    .tables-wrapper #table-premium td span.buffet-text {
        font-size: 14px;
    }


    .text-after-highlight-image .sub-text {
        padding: 0px 15%;
    }
    
    /** HIGHLIGHT **/
    .corporate-highlight {
        padding: 0 1.75%;
        text-align: center;
    }

    .corporate-highlight {
        height: 570px;
    }

    .corporate-highlight .corporate-highlight-video-area {
        position: relative;
        margin-top: 9.5%;
        z-index: 9;
        margin-bottom: 20px;
    }

    .corporate-highlight .corporate-highlight-video-wrapper {
        width: 35%;
        margin: 0 auto;
        position: relative;
    }

    .corporate-highlight:not(.bottom) .corporate-highlight-text-area {
        float: none;
        top: 35%;
    }

    .corporate-highlight .corporate-highlight-text-wrapper {
        margin-top: 0;
        vertical-align: middle;
        float: none;
    }

    .corporate-highlight h1 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .corporate-highlight h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .corporate-highlight.bottom h2 {
        margin-bottom: 10px;
    }

    .corporate-highlight.bottom .icons .icon-row {
        display: inline-block;
        margin: 0;
    }

    .corporate-highlight.bottom .icons .icon-row:first-of-type {
        margin-right: 40px;
    }

    .corporate-highlight .button {
        width: 140px;
    }

    /* ---------- SLICK TABLE --------------- */

    .corporate-table {
        padding: 40px 0px;
    }

    .corporate-table .table-wrapper {
        margin: 25px 0 10px;
    }

    .table-wrapper .slider-table-header-col div {
        justify-content: center;
    }

    .corporate-table .table-wrapper .slider-table-header-col .info-row {
        text-align: center;
        align-items: center;
    }

    .business-corporate .corporate-table .slider-table-data-col .price-cell {
        height: 60px;
        line-height: 53px;
    }

    .business-corporate .corporate-table .slider-table-data-col .button-cell {
        height: 76px;
        padding-top: 20px;
        line-height: 76px;
    }

    .slider-table-data-col .top-row {
        font-size: 40px;
        white-space: nowrap;
    }

    #new-table-executive .top-row {
       height: 90px;
    }

    .slider-table-data-col .price-cell {
        font-size: 14px;
    }

    .slider-table-data-col .price-cell strong {
        font-size: 20px;
    }

    .business-corporate .deal-span {
        font-size: 12px;
    }

    .business-corporate .deal-span strong {
        font-size: 14px;
    }

    .corporate-table .slider-table-data-wrapper .slider-table-data-col .top-row #header-wrapper-second-row {
        margin-top: 20px;
    }

    /* ---------- SLICK --------------- */
    .business-corporate .gallery-section .description .big-title {
        font-size: 32px;
    }

    .business-corporate .gallery-section .description .text:not(.big-title) {
        font-size: 16px;
    }

    .business-corporate .gallery-section .description {
        width: 45%;
        align-items: flex-end;
    }

    .business-corporate .gallery-section .gallery-list .description .inner-item .extra-small {
        margin-top: 14px;
    }

    .gallery-section .gallery-list .description .inner-item .big-title {
        width: 145%;
        margin-bottom: 0px !important;
    }

    .gallery-section .gallery-list .description .inner-item .small-title {
        width: 108%;
    }

    /* ---------- END SLICK --------------- */

    /* ---------- INFORMATION --------------- */

    .corporate-information {
        padding: 0px 18% 0px 18%;
    }

    .corporate-information .corporate-information-text-wrapper h2 {
        margin-bottom: 25px;
    }

    .corporate-information .corporate-information-text-wrapper .corporate-paragraph-wrapper .corporate-information-text-wrapper-left {
        width: 50%;
        display: inline-block;
        float: left;
        padding-right: 10px;
    }

    .corporate-information .corporate-information-text-wrapper .corporate-paragraph-wrapper .corporate-information-text-wrapper-right {
        width: 50%;
        display: inline-block;
        float: right;
    }

    /* ---------- PARTNERS --------------- */

    .corporate-members h2 {
        padding: 0px;
    }

    .partners-categories {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0px;
    }

    .partners-categories .category {
        width: 120px;
        font-size: 14px;
        background-color: #eee;
        border: 1px solid #fff;
        margin-right: 18px;
    }

    .partners-categories .category p {
        padding: 10px 15px;
        text-align: center;
    }

    .partners-categories .category:hover {
        background-color: #fff;
        color: #c30000;
        border: 1px solid #eee;
    }

    /* ---------- CONTACTS --------------- */
    .business-corporate-contacts .business-corporate-text-wrapper-left {
        display: inline-block;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-left h2 {
        display: inline-block;
        margin-right: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-left p {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        text-transform: none;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-right {
        display: inline-block;
        float: right;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-right a:first-of-type h2{
        margin-bottom: 5px;
        text-align: right;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-right a:first-of-type h2:hover {
        color: #c30000;
    }

    .business-corporate-contacts .business-corporate-text-wrapper-right h2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    /* download */
    .business-corporate-contacts.download .business-corporate-text-wrapper-right h2 {
        vertical-align: middle;
    }

    hr.contacts-border-line {
        width: 95%;
    }

    /* ---------- END CONTACTS --------------- */
    /* ---------- BANNER BOTTOM --------------- */
    .corporate-highlight.bottom {
        width: 100%;
        height: 327px;
        padding: 0;
    }

    .corporate-highlight.bottom .corporate-highlight-text-area {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .corporate-highlight.bottom .corporate-highlight-text-wrapper {
        vertical-align: middle;
        float: none;
        display: table-cell;
        text-align: center;
    }

    .corporate-highlight.bottom .button {
        width: 160px;
    }

    /* SERVICES BANNER */
    .services-banner .content-wrapper {
        padding: 0 3.148%;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .services-banner .content-wrapper.inverse {
        flex-direction: row-reverse;
    }

    .services-banner .services-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }

    .services-banner .service {
        padding-left: 24px;
        width: 50%;
    }

    .services-banner p {
        padding-bottom: 0;
    }

    .services-banner .text-wrapper {
        margin-right: 80px;
    }

    .services-banner .background-image.middle, .services-banner .background-image.right {
        min-height: unset;
        object-fit: unset;
        object-position: unset;
        object-position: unset;
    }
    /* FIM SERVICES BANNER */

    .fixed-content {
        right: 0;
        top: 213px !important;
        flex-direction: column;
        width: 70px;
        height: 140px;
    }

    .fixed-content:not(.open) {
        top: 213px !important;
    }

    .fixed-content .telephone, .fixed-content .chat {
        width: 70px;
        height: 70px;
    }

    .fixed-content .telephone a:hover, .fixed-content .chat a:hover {
        background: #ffffff;
    }

    .fixed-content .telephone a:hover svg, .fixed-content .chat a:hover svg {
        fill: #c30000;
    }

    .fixed-content .telephone:not(.active) .icon:hover svg {
        transform: rotate(90deg);
        transition: transform 300ms ease-in-out;
    }

    .fixed-content .chat:not(.active) .icon:hover svg {
        transform: translate(-3px, -3px);
        transition: transform 300ms ease-in-out;
    }

    .fixed-content .telephone {
        border-right: none;
        border-bottom: solid 1px #ffffff;
    }

    .fixed-content.open {
        right: 498px !important;
    }

    .fixed-content .content-wrapper {
        width: 498px;
        height: 360px !important;
        top: 0;
        left: 70px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .fixed-content .button-area {
        align-items: flex-end;
    }

    .corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .corporate-icon {
        margin: auto;
    }

    .calendar .date-picker .month.dp-large > thead .weekday {
        width: 76.4px;
    }

    .calendar .content-wrapper .submit-button .button-area a, .calendar .content-wrapper .submit-button .button-area .button {
        width: 100% !important;
    }

    .calendar .date-picker .month.dp-large > tbody td .bg-hover {
        left: 13px;
        transform: skew( -23deg );
    }

    .calendar .content-wrapper .step .generic-form .form-textbox input {
        width: 100%;
    }

    .calendar .content-wrapper {
        max-width: 604px;
    }

    .calendar .date-picker svg.arrow:hover {
        opacity: 0.5;
    }

    .premium-option {
        padding-right: 0;
        width: 76.4%;
    }

    .premium-item .premium-buttons {
        padding-left: 0;
        width: 23.6%;
    }

    .sticky-header .game-header {
        display: none;
    }

    .menu-section {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    /* ---------- SLICK TABLE --------------- */
    /* table */
    .business-corporate .corporate-table .slider-table-data-wrapper {
        width: 80%;
    }

    .business-corporate .corporate-table {
        padding: 20px 1.683% 58px;
    }

    .business-corporate .corporate-table .slider-table-data-col .button-cell {
        height: auto;
        line-height: inherit;
    }
    .slider-table-header-col {
        position: relative;
    }

    .slider-table-data-col .button {
        width: 140px;
    }

    .slider-table-data-wrapper {
        width: calc(11/12*100%);
    }

    .business-corporate .corporate-table .slick-dots {
        bottom: 65px !important;
    }

    .menu-section .buttons.business #business-links .item.selected {
        color: #c30000;
        border-bottom: 3px solid #c30000;
    }

    .scheduler-info {
        float: right;
        padding: 0;
        right: 4.5%;
        padding-top: 60px;
    }

    .scheduler-info .text-area {
        border: none;
        padding: 0;
    }

    .scheduler-info .text-area h3 {
        margin-top: 0px;
    }

    .scheduler-info .text-area h3 svg {
        display: none;
    }

    .scheduler-info .text-area .hidden-content {
        max-height: unset;
    }

    .scheduler-info .text-area .hidden-content .flex-area p:last-of-type {
        margin-bottom: 0;
    }

    .calendar {
        margin-top: 67px;
        padding-left: 4.5%;
        margin-bottom: 80px;
    }

    .calendar .date-picker svg.arrow {
        cursor: pointer;
    }

    .calendar .content-wrapper {
        display: inline-block;
        border-right: solid 1px #f4f4f4;
        padding-right: 68px;
    }

    .scheduler-info.bottom .text-area {
        border-top: none;
    }

    .calendar .step.last {
        margin-top: 0;
    }

    .calendar .content-wrapper .last.step p.text {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .corporate-highlight-video-wrapper {
        width: 30%;
    }

    .business-areas .business-areas-slider-wrapper .business-areas-second-row {
        margin-top: 25px;
    }


    .corporate-table-small-text-wrapper {
        padding: 0px 2% 0px 13%;
    }

    hr.contacts-border-line {
        width: 97%;
    }

    .corporate-table-small-text-wrapper.executiveSeats {
        padding: 0px 2% 0px 13%;
    }

    .scheduler-info {
        right: 9%;
    }

    .calendar {
        padding-left: 9%;
    }
}

@media screen and (max-width: 767px) {
    .slider-table-data-col .button {
        height: 45px;
    }
    
    .tables-wrapper tr.subheader td {
        font-size: 28px;
    } 

    .tables-wrapper td {
        font-size: 14px;
    }
    .tables-wrapper td.number {
        font-size: 24px;
    }

    .slider-table-data-col .info-row .info-special-data-wrapper p { 
        padding-left: 0px;
    }

    .corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-paragraph-wrapper p {
        padding-left: 0px;
    }

    .corporate-table .slider-table-data-wrapper .slider-table-data-col .info-row .info-special-paragraph-wrapper .inside-column-left {
        margin-left: 50px;
        margin-right: 15px;
    }

    .corporate-table .table-wrapper .slider-table-header-col {
        width: 30%;
    }

    .corporate-table #new-table-executive .slider-table-header-col .info-row {
        white-space: normal;
    }
    /* ---------- INFORMATION --------------- */
    .corporate-information .corporate-information-text-wrapper h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 345px;
    }

    /* ---------- PARTNERS --------------- */
    
    /* ---------- BANNER BOTTOM --------------- */
    .corporate-highlight.bottom img {
        min-height: 586px;
        object-fit: cover;
    }

    .corporate-highlight.bottom .corporate-highlight-text-area {
        top: 80px;
    }
}

@media screen and (max-width: 380px) {
    .corporate-highlight.bottom h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .corporate-highlight h2 {
        padding: 0px;
        font-size: 28px;
    }

    /* ---- nav ----*/
    .corporate-table {
        padding: 0px 2% 35px 2%;
    }

    .corporate-table .tab p {
        font-size: 22px;
    }
}