@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orbitron:wght@400..900&display=swap');


:root {
    --textcolor: #dfdfdf;
    --white: #ffffff;
    --black: #000000;
    --primary: #653a30;
    --secondary: #c81e1e;
    --graycolor: #f3f3f3;
    --text: hsl(0, 0%, 89%);
    --text_muted: hsla(0, 0%, 89%, 0.5);
    --background: hsl(0, 0%, 6%);
    --prog: 0%;
    --new: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@property --prog {
    syntax: "<percentage>";
    initial-value: 100%;
    inherits: false;
}



html,
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    color: var(--textcolor);
    background: #090909;
    scroll-behavior: smooth;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow-x: hidden;
}

/*---- Comman stylesheet ----*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Orbitron", sans-serif;

}

button,
input,
a,
textarea,
select {
    outline: 0 !important;
    box-shadow: unset !important;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

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

.container {
    max-width: 1320px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

/*---- Comman stylesheet ----*/

/*---- loader stylesheet ----*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: var(--black);
}

loader {
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    background: conic-gradient(#FF512F 0%, var(--primary) 100%);
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    animation: loading 1.75s ease-in-out infinite;
}

loader::before {
    content: "";
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    background: var(--background);
    height: 3rem;
    width: 3rem;
    border-radius: 50%;

}

@keyframes loading {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

/*---- loader stylesheet ----*/


/*---- Header stylesheet ----*/
header.header {
    background: #0000004D;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    backdrop-filter: blur(10px);

}

header.header nav.navbar {
    padding: 0;
}

header.header .navbar-brand {
    display: block;
    max-width: 207px;
    padding: 0;
    margin-right: 20px;
}

.header.header nav.navbar .navbar-collapse {
    margin-left: auto;
    justify-content: flex-end;
}

.header.header nav.navbar .navbar-collapse .cta-group {
    margin-left: 65px;
    display: flex;
    align-items: center;
}

.header.header nav.navbar .navbar-collapse .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    transition: all 500ms ease-in-out;
}

.header.header nav.navbar .navbar-collapse .navbar-nav>li>a:hover {
    color: #fe5837;
}

.header.header nav.navbar .navbar-collapse .navbar-nav>li {
    padding: 0 16px;
}

.header.header nav.navbar .navbar-collapse .navbar-nav {
    margin: 0 -16px;
}

.header.header nav.navbar .navbar-collapse .cta-group .cta-first {
    border: 1px solid #FFFFFF;
}

.cta-group .cta-secondary {
    margin-left: 20px;
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
}

.cta-group a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding: 17px 16px;
    display: block;
    border-radius: 8px;
    color: #ffffff;
    text-transform: uppercase;
}

/*---- Header stylesheet ----*/

/*---- Main stylesheet ----*/
.site-hero-section-wrap {
    padding: 210px 0 253px;
    background: url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}

.site-hero-section-wrap h1 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(153, 153, 153, 0.5);
    font-size: 60px;
    font-weight: 800;
    line-height: auto;
    letter-spacing: 0.03em;
}

.site-hero-section-wrap .site-hero-title {
    margin-bottom: 45px;
    position: relative;
}



.description-design {
    color: #A3A3A3;
    font-size: 26px;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: 0.04em;
    margin-top: 34px;
}

.date-time-design {
    font-size: 26px;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: 0.04em;
    color: #FF512F;
}

.ibm_card_strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 36.31px;
    letter-spacing: 0.02em;
    color: #ffffff;
}



.real-title {
    margin: 0 0 30px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 138.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    top: 22px;
}

.site-hero-section-wrap .cta-group {
    display: flex;
    flex-wrap: wrap;
}

.site-hero-section-wrap .cta-group .cta-first {
    background: url('../images/cta1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 34px;
}

.site-hero-section-wrap .cta-group .cta-sec {
    background: url('../images/cta2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-hero-section-wrap .cta-group a {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 20px;
    min-width: 156px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-hero-section-wrap .site-hero-marquee {
    border: 3px solid #FF512F;
    border-right: 0;
    border-left: 0;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #0F0F0F;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.site-hero-section-wrap .site-hero-marquee .site-hero-marquee-row {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}

.site-hero-section-wrap .site-hero-marquee .site-hero-marquee-row .site-hero-marquee-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.site-hero-section-wrap .site-hero-marquee .site-hero-marquee-row img {
    width: 60px;
}

.site-common-title {
    text-align: center;
    position: relative;
    margin-bottom: 27px;
}

.site-common-title h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 91px;
    margin: 0 0 30px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 138.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
}

.site-common-title h3 {
    position: absolute;
    top: -14px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    font-size: 96px;
    font-weight: 700;
    line-height: 116.57px;
    letter-spacing: 0.16em;
    text-align: center;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(153, 153, 153, 0.5);
    width: 100%;
}

.site-download-deck-wrap {
    padding: 82px 0 125px;
}

.site-download-form-wrap {
    background: url('../images/form-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.site-download-form-wrap .form-group-row {
    display: flex;
    margin: 0 -20px;
}

.site-download-form-wrap form {
    width: 90%;
    margin: 0 auto;
}

.site-download-form-wrap .form-group-row .form-group-col {
    width: 50%;
    padding: 0 20px 26px;
}

.site-download-form-wrap .form-group-row .form-group-col input {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #0000000D !important;
    border-radius: 6px;
    border: 0;
    border-bottom: 1px solid #E5E7EB;
    background: rgba(255, 255, 255, 0.5);
    height: 46px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: 0.005em;
    text-align: left;
    padding: 16px 44px;
}

.site-download-form-wrap form button {
    margin: 37px auto 0;
    display: block;
    padding: 16px 46px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background: #2D2D2D;
    border: 0;
    color: #ffffff;
    border-radius: 8px;
    display: flex;
}

.site-download-form-wrap form button img {
    width: 24px;
    margin-left: 12px;
}

.site-download-form-wrap .form-group-row .form-group-col input::placeholder {
    color: #ffffff;
}

.site-download-form-wrap .form-group-row .form-group-col input[placeholder="Enter your full name"] {
    background: url('../images/user-2.svg') rgba(255, 255, 255, 0.5);
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}

.site-download-form-wrap .form-group-row .form-group-col input[type="email"] {
    background: url('../images/mail.svg') rgba(255, 255, 255, 0.5);
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}

.site-various-cate-wrap {
    padding: 60px 0 23px;
    position: relative;
}

.site-various-cate-wrap:after {
    content: '';
    position: absolute;
    right: -20%;
    top: 0;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(29, 43, 100, 0.40) 0%, rgba(248, 205, 218, 0.40) 100%);
    filter: blur(178px);
}

.site-various-cate-wrap .site-various-cate-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.site-various-cate-wrap .site-various-cate-row .site-various-cate-content,
.site-various-cate-wrap .site-various-cate-row .site-various-cate-lists {
    width: 50%;
    padding: 0 15px;
}

.site-various-cate-wrap .site-various-cate-row .site-various-cate-content .site-common-title {
    text-align: left;
}

.site-various-cate-wrap .site-various-cate-row .site-various-cate-content .site-common-title h3 {
    left: 0;
    transform: unset;
}

.site-various-cate-lists .site-various-cate-lists-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #878787;
    cursor: pointer;
}

.site-various-cate-lists .site-various-cate-lists-item .title-item h4,
.site-various-cate-lists .site-various-cate-lists-item .title-link h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
}

.site-various-cate-lists .site-various-cate-lists-item .title-link h4 img {
    width: 12px;
    margin-left: 13px;
}

.site-various-cate-lists .site-various-cate-lists-item:hover .title-item h4,
.site-various-cate-lists .site-various-cate-lists-item:hover .title-link h4 {
    color: #FF512F;
}

.site-blocken-capital-wrap {
    padding: 84px 0 44px;
}

.site-blocken-capital-wrap .site-blocken-capital-row {
    display: flex;
    flex-wrap: wrap;
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content {
    width: calc(84% - 375px);
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-img {
    width: 500px;
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .site-common-title {
    text-align: left;
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .site-common-title h3 {
    /*top: 35px;*/
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .site-common-title p {
    max-width: 622px;
    margin: 0 0 30px;
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .normal-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FF512F;
    position: relative;
    padding-right: 23px;
}

.site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .normal-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: url('../images/next-up-orange.svg');
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-new-daws-main-wrap {
    padding: 78px 0 76px;
}

.site-new-daws-main-wrap .site-common-title h3 {
    width: 120%;
    top: -40px;
}

.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    width: 64em;
    margin: 0 auto;
}

.countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}

.site-new-daws-main-wrap .site-common-title {
    margin-bottom: 44px;
}

.number,
.separator {
    display: block;
    color: #333;
    height: 10rem;
    font-size: 10rem;
    position: relative;
    line-height: 10rem;
    text-align: center;
    width: 100%;
}

.separator {
    margin: 0;
    width: 2rem;
}

.new,
.old,
.current {
    color: #333;
    position: absolute;
    border-radius: 1rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
    position: relative;
}

#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -80px;
    font-size: 12px;
}

#js-hours:after {
    content: "HOURS";
}

#js-minutes:after {
    content: "MINUTES";
}

#js-seconds:after {
    content: "SECONDS";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
    }
}

.site-new-daws-main-wrap #countdown-container {
    padding: 18px 0 56px;
    background: #0F0F0F;
    border-top: 2px solid #FF512F;
    border-bottom: 2px solid #FF512F;
    position: relative;
    z-index: 1;
}

.site-new-daws-main-wrap .countdown .current,
.site-new-daws-main-wrap .countdown .new,
.site-new-daws-main-wrap .countdown .old {
    font-family: "Bebas Neue", sans-serif;
    font-size: 65.03px;
    font-weight: 400;
    line-height: 78.04px;
    letter-spacing: 0.04em;
    color: #FF512F;
    height: 78px;
}

.site-new-daws-main-wrap .countdown .number,
.site-new-daws-main-wrap .countdown .separator {
    height: 78px;
}

.site-new-daws-main-wrap #js-days:after,
.site-new-daws-main-wrap #js-hours:after,
.site-new-daws-main-wrap #js-minutes:after,
.site-new-daws-main-wrap #js-seconds:after {
    font-size: 22.39px;
    font-weight: 600;
    line-height: 26.87px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #ffffff;
    bottom: -30px;
}

.site-new-daws-main-wrap .countdown .separator {
    color: #FF512F;
    font-size: 96px;
    top: 0;
    line-height: 105px;
    font-family: "Bebas Neue", sans-serif;
}

.site-event-recap-main-wrap .site-event-recap-slider-wrap {
    margin-bottom: 24px;
}

.site-event-recap-main-wrap .site-event-recap-slider-wrap .slick-track,
.site-event-recap-main-wrap .site-event-recap-rever-slider-wrap .slick-track {
    margin: 0 -12px;
    display: flex;
}

.site-event-recap-main-wrap .site-event-recap-slider-wrap .slick-track .item,
.site-event-recap-main-wrap .site-event-recap-rever-slider-wrap .slick-track .item {
    padding: 0 12px;
    height: auto;
}

.site-event-recap-main-wrap .site-event-recap-slider-wrap .slick-track .item img,
.site-event-recap-main-wrap .site-event-recap-rever-slider-wrap .slick-track .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.site-event-recap-main-wrap {
    padding: 84px 0 44px;
    position: relative;
}

.site-event-recap-main-wrap:after {
    content: '';
    position: absolute;
    left: -20%;
    top: -23%;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(29, 43, 100, 0.40)0%, rgba(248, 205, 218, 0.40)100%);
    filter: blur(178px);
}

/* custom */

.site-event-recap-main-wrap-open .site-event-recap-slider-wrap {
    margin-bottom: 24px;
}

.site-event-recap-main-wrap-open .site-event-recap-slider-wrap .slick-track,
.site-event-recap-main-wrap-open .site-event-recap-rever-slider-wrap .slick-track {
    margin: 0 -12px;
    display: flex;
}

.site-event-recap-main-wrap-open .site-event-recap-slider-wrap .slick-track .item,
.site-event-recap-main-wrap-open .site-event-recap-rever-slider-wrap .slick-track .item {
    padding: 0 12px;
    height: auto;
}

.site-event-recap-main-wrap-open .site-event-recap-slider-wrap .slick-track .item img,
.site-event-recap-main-wrap-open .site-event-recap-rever-slider-wrap .slick-track .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.site-event-recap-main-wrap-open {
    padding: 184px 0 44px;
    position: relative;
}

.site-event-recap-main-wrap-open:after {
    content: '';
    position: absolute;
    left: -20%;
    top: -23%;
    width: 665px;
    border-radius: 50%;
}

/* end custom */

.site-inbm-speaker-main-wrap .item-img img {
    transition: all 500ms ease-in-out;
    width: 100%;
    display: block;
    filter: grayscale(1);
}

.site-inbm-speaker-main-wrap .site-common-title {
    text-align: left;
}

.site-inbm-speaker-main-wrap h3 {
    text-align: left;
}

.site-inbm-speaker-main-wrap .slick-track {
    display: flex;
    margin: 0 -21px;
}

.site-inbm-speaker-main-wrap .slick-track .item {
    padding: 0 21px;
    text-align: center;
    cursor: pointer;
}

.site-inbm-speaker-main-wrap .slick-track .item .item-img {
    width: 245px;
    margin: 0 auto 25px;
}

.site-inbm-speaker-main-wrap .site-inbm-first-slider {
    margin-bottom: 43px;
}

.site-inbm-speaker-main-wrap .slick-track .item .item-content .name {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 9px;
    font-family: "Inter", sans-serif;
    transition: all 500ms ease-in-out;
}

.site-inbm-speaker-main-wrap .slick-track .item .item-content .desg {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.site-inbm-speaker-main-wrap .slick-track .item:hover img {
    filter: grayscale(0);
}

.site-inbm-speaker-main-wrap .slick-track .item:hover .item-content .name {
    color: #FF512F;
}

.site-inbm-speaker-main-wrap .container-inner {
    display: flex;
    justify-content: space-between;
}

.site-inbm-speaker-main-wrap .site-common-title h2 {
    margin: 0;
}

.site-inbm-speaker-main-wrap .site-inbm-first-slider button.slick-arrow {
    display: none !important;
}

.site-inbm-speaker-main-wrap .site-common-title {
    margin-bottom: 44px;
}

.site-inbm-speaker-main-wrap .container-inner button {
    width: 64px;
    height: 64px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    background: transparent;
}

.site-inbm-speaker-main-wrap .container-inner button.prev-btn {
    background: url(../images/arrow-left.svg) transparent;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.site-inbm-speaker-main-wrap .container-inner button.next-btn {
    background: url(../images/arrow-right.svg) transparent;
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    margin-left: 16px;
}

.site-inbm-speaker-main-wrap .container-inner .btn-wrap {
    padding-top: 15px;
}

.site-inbm-speaker-main-wrap {
    padding: 76px 0 60px;
    position: relative;
}

.site-inbm-speaker-main-wrap:after {
    content: '';
    left: -20%;
    top: -37%;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(29, 43, 100, 0.40)0%, rgba(248, 205, 218, 0.40)100%);
    filter: blur(178px);
    position: absolute;
}

.site-our-legacy-wrap {
    padding: 44px 0 24px;
    position: relative;
}

.cta-button {
    width: 223px;
    height: 56px;
    padding: 16px 46px 16px 46px;
    border-radius: 8px;
    background: #2D2D2D;
    color: #FFFFFF;
    margin-top: 30px;
}

.site-our-legacy-wrap:after {
    content: '';
    position: absolute;
    right: -20%;
    top: 0;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(29, 43, 100, 0.40)0%, rgba(248, 205, 218, 0.40)100%);
    filter: blur(178px);
}

.site-our-legacy-wrap .site-our-legacy-logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.site-our-legacy-wrap .site-our-legacy-logo .site-our-legacy-img {
    flex: 1;
    padding: 0 24px;
    position: relative;
}

.site-our-legacy-wrap .site-our-legacy-logo .site-our-legacy-img>img {
    width: 100%;
    height: auto;
}

.site-our-legacy-wrap .site-our-legacy-logo .site-our-legacy-img .site-our-legacy-child-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-our-legacy-wrap .site-our-legacy-logo .site-our-legacy-img .site-our-legacy-child-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-our-legacy-wrap .site-our-legancy-listing-wrap {
    display: flex;
    margin-top: 27px;
    background: url(../images/new-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 115px;
}

.site-our-legacy-wrap .site-our-legancy-listing-wrap .items {
    flex: auto;
    padding-left: 22px;
    background: url('../images/line.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 3px;
}

.site-our-legacy-wrap .site-our-legancy-listing-wrap .items .items-number {
    font-size: 65px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
}

.site-our-legacy-wrap .site-our-legancy-listing-wrap .items .items-text {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

/*---- Main stylesheet ----*/



/*---- Footer stylesheet ----*/
footer.footer {
    position: relative;
    padding-top: 57px;
    background: #131313;
}

footer.footer .top-footer {
    position: relative;
}

footer.footer .top-footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52%;
    background: #0D0D0D;
    z-index: 0;
}

footer.footer .top-footer .column-inner {
    position: relative;
    z-index: 1;
}

footer.footer .footer-title h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 82.32px;
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 138.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 16px;
    text-transform: uppercase;
}

footer.footer .footer-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

footer.footer .footer-title {
    margin-bottom: 40px;
}

footer.footer .footer-form {
    margin-bottom: 20px;
}

footer.footer .footer-form form {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

footer.footer .footer-form form input {
    width: 405px;
    border: 1px solid #525252;
    background: transparent;
    height: 63px;
    border-radius: 4px;
    padding: 24px 24px 24px 24px;
    color: #A3A3A3;
}

footer.footer .footer-form form button {
    background: linear-gradient(90deg, #FF512F -10.2%, #FFAC2F 116.59%);
    width: 64px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    border: 0;
    bottom: 0;
}

footer.footer .footer-form form button:after {
    background: url('../images/next-arrow.svg');
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 24px;
    top: 20px;
    width: 16px;
    height: 16px;
}

footer.footer .footer-logo a {
    display: block;
    max-width: 207px;
}

footer.footer .footer-logo {
    margin-bottom: 48px;
}

footer.footer .footer-column-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 152px;
}

footer.footer .footer-column-row .footer-details-col {
    width: 33.33%;
    padding: 0 25px;
}

footer.footer .footer-column-row .footer-details-col h3,
footer.footer .footer-column-row .footer-details-col p,
footer.footer .footer-column-row .footer-details-col p a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

footer.footer .footer-column-row .footer-details-col p a {
    font-weight: 400;
}

footer.footer .footer-copyright-text {
    margin-bottom: 125px;
}

footer.footer .footer-copyright-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}

footer.footer .bottom-footer {
    border: 3px solid #FF512F;
    border-right: 0;
    border-left: 0;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #0F0F0F;
    width: 100%;
    left: 0;
    overflow: hidden;
}

footer.footer .bottom-footer .bottom-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}

footer.footer .bottom-footer .bottom-footer-row .bottom-footer-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

footer.footer .bottom-footer .bottom-footer-row img {
    width: 60px;
}

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

    100% {
        transform: translateX(-100%);
    }
}

footer.footer .right-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
}

/*---- Footer stylesheet ----*/





/*---- Start Media Query ----*/


/* @media screen and (min-width:1150px) and (max-width:1550px){
  .container {
      max-width: 1150px;
  }
} */


@media screen and (min-width:992px) and (max-width:1100px) {}

@media screen and (min-width:768px) and (max-width:991px) {}


@media screen and (min-width:1200px) and (max-width:1276px) {
    .header.header nav.navbar .navbar-collapse .navbar-nav>li>a {
        font-size: 14px;
    }

    .header.header nav.navbar .navbar-collapse .navbar-nav>li {
        padding: 0 12px;
    }

    .header.header nav.navbar .navbar-collapse .navbar-nav {
        margin: 0 -12px;
    }

    .header.header nav.navbar .navbar-collapse .cta-group {
        margin-left: 30px;
    }

    .header.header nav.navbar .navbar-collapse .cta-group a {
        padding: 15px 16px;
    }
}


@media screen and (max-width:1199px) {
    header.header .navbar-brand {
        max-width: 160px;
    }

    header.header {
        padding: 25px 0px;
    }

    header.header .navbar .navbar-toggler {
        padding: 0;
        border: 0;
    }

    header.header .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: var(--new);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    header.header .navbar .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
        background-image: url(../images/close-line-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
    }

    footer.footer .footer-title h3 {
        font-size: 40px;
        line-height: 1.5;
    }

    footer.footer .bottom-footer .bottom-footer-row .bottom-footer-text {
        font-size: 44px;
        line-height: normal;
    }

    .site-common-title h2 {
        font-size: 55px;
        line-height: normal;
    }

    .site-common-title h3 {
        font-size: 70px;
        line-height: normal;
    }

    .site-new-daws-main-wrap .site-common-title h3 {
        width: 100%;
    }

    .header.header nav.navbar .navbar-collapse {
        padding-top: 30px;
    }

    .header.header nav.navbar .navbar-collapse .navbar-nav>li {
        padding: 0 16px 20px;
    }

    .header.header nav.navbar .navbar-collapse .cta-group {
        margin: 0;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap {
        padding: 46px 75px;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap .items .items-number {
        font-size: 35px;
    }
}

@media screen and (max-width:991px) {
    footer.footer .footer-title h3 {
        font-size: 30px;
        line-height: 1.4;
    }

    footer.footer .footer-form form input {
        width: 100%;
    }

    footer.footer .footer-form form {
        display: flex;
    }

    footer.footer .footer-column-row {
        margin: 0 -15px 50px;
    }

    footer.footer .footer-column-row .footer-details-col {
        width: 100%;
        padding: 0 15px 30px;
    }

    footer.footer .right-img {
        display: none;
    }

    footer.footer .bottom-footer {
        position: relative;
    }

    footer.footer .bottom-footer .bottom-footer-row .bottom-footer-text {
        font-size: 25px;
        line-height: normal;
    }

    footer.footer .footer-copyright-text {
        margin-bottom: 50px;
    }

    br {
        display: none;
    }

    footer.footer .top-footer:after {
        display: none;
    }

    .site-hero-section-wrap h1 {
        font-size: 50px;
        line-height: normal;
        -webkit-text-stroke-color: #ffffff;
        word-break: break-word;
    }

    .site-hero-section-wrap .cta-group .cta-first {
        margin-bottom: 25px;
    }

    .site-hero-section-wrap .site-hero-marquee .site-hero-marquee-row .site-hero-marquee-text {
        font-size: 35px;
    }

    .site-event-recap-main-wrap {
        padding: 50px 0;
    }

    .site-common-title h2 {
        font-size: 35px;
        line-height: normal;
    }

    .site-common-title h3 {
        font-size: 30px;
        word-break: break-all;
        line-height: normal;
        padding: 0 15px;
    }

    .site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content {
        width: 100%;
    }

    .site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-img {
        width: 100%;
    }

    .site-blocken-capital-wrap .site-blocken-capital-row .site-blocken-capital-content .site-common-title h3 {
        top: -16px;
    }

    .site-new-daws-main-wrap .site-common-title h3 {
        width: 100%;
        top: 0;
    }

    .countdown {
        width: 20em;
    }

    .site-new-daws-main-wrap .countdown .current,
    .site-new-daws-main-wrap .countdown .new,
    .site-new-daws-main-wrap .countdown .old {
        font-size: 35px;
    }

    .site-new-daws-main-wrap #js-days:after,
    .site-new-daws-main-wrap #js-hours:after,
    .site-new-daws-main-wrap #js-minutes:after,
    .site-new-daws-main-wrap #js-seconds:after {
        font-size: 13px;
        bottom: -22px;
    }

    .site-new-daws-main-wrap .countdown .separator {
        font-size: 50px;
    }

    .site-new-daws-main-wrap {
        padding: 50px 0;
    }

    .site-inbm-speaker-main-wrap {
        padding: 50px 0;
    }

    .site-various-cate-wrap {
        padding: 50px 0;
    }

    .site-various-cate-wrap .site-various-cate-row .site-various-cate-content,
    .site-various-cate-wrap .site-various-cate-row .site-various-cate-lists {
        width: 100%;
    }

    .site-various-cate-wrap .site-various-cate-row .site-various-cate-content {
        padding-bottom: 30px;
    }

    .site-download-deck-wrap {
        padding: 50px 0 35px;
    }

    .site-download-form-wrap {
        padding: 60px 30px;
    }

    .site-download-form-wrap .form-group-row .form-group-col {
        width: 100%;
    }

    .site-download-form-wrap .form-group-row {
        flex-wrap: wrap;
    }

    .site-download-form-wrap form button {
        margin-top: 0;
    }

    .site-inbm-speaker-main-wrap .slick-track {
        margin: 0;
    }

    .site-inbm-speaker-main-wrap .slick-track .item {
        padding: 0;
    }

    .site-inbm-speaker-main-wrap .container-inner .btn-wrap {
        padding-top: 0;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap {
        padding: 30px 30px 0;
        flex-wrap: wrap;
        background: #feaa40;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap .items {
        flex: 1 1 33.33%;
        margin-bottom: 30px;
    }

    .site-our-legacy-wrap {
        padding: 50px 0;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap .items .items-number {
        font-size: 35px;
    }
}

@media screen and (max-width:767px) {
    .site-inbm-speaker-main-wrap .container-inner .btn-wrap {
        display: none;
    }

    .site-our-legacy-wrap .site-our-legacy-logo .site-our-legacy-img {
        flex: 1 1 50%;
        margin-bottom: 30px;
    }

    .site-our-legacy-wrap {
        padding: 40px 0;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap {
        padding: 30px;
        flex-wrap: wrap;
        background: #fe9f3f;
    }

    .site-our-legacy-wrap .site-our-legancy-listing-wrap .items {
        flex: 1 1 50%;
        margin-bottom: 30px;
    }

    .site-download-form-wrap form {
        width: 100%;
    }

    .site-download-form-wrap form button {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}


/* extras */

.cta-first-new {
    border: 1px solid #FFFFFF;
}

.cta-first-new:hover {
    border: 1px solid orange;
}

.activebg {
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
    border: 1px solid rgb(0, 0, 0);
}

.cta-group-new a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding: 17px 16px;
    display: block;
    border-radius: 8px;
    color: #ffffff;
    text-transform: uppercase;
}

.eventcol {
    background: #2E2E2E;
    border-radius: 20px;
    border: #7d7d7d 3px solid;
}

.eventcol:hover {
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
    border-radius: 20px;
    border: #ffffff 3px solid;
}

.event-date .text-normal {
    font-size: 14px;
    color: #ffffff;
}

.event-date .text-large {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
}

.badge-sharp {
    background: #000000 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px !important;
}

.badge-orange {
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%) !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px !important;
}

.card {
    background: transparent;
    border: #222222 1px solid !important;
}

#mform .form-control {
    background: transparent;
    color: #ffffff;
    border: #4d4d4d 1px solid;
}

#mform .form-label {
    color: #ffffff
}

#mform .form-control:focus {
    background: transparent;
    color: #ffffff;
    border: #727272 1px solid;
}

#mform select.form-control option {
    background-color: #282828;
    border: #dddddd 1px solid !important;
    border-radius: 0px;
}

#mform .error {
    color: red;
    font-size: 12px;
}

.text-hl {
    text-transform: uppercase;
    color: #FF512F;
    font-size: 18px;
    letter-spacing: 1px;
}

.ibm_card {
    width: 100%;
    background: #2E2E2E;
    z-index: 100;
    border-radius: 4px;
}

.ibm_card:hover {
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
}

.ibm_card .title {
    text-align: center;
    color: #FFDADA;
    text-transform: uppercase;
    padding-top: 80px;
    padding-bottom: 80px;
    letter-spacing: 1px;
}

.ibmcard_bg {
    background: url("../images/networkbg.png");
    background-size: cover;
}




.site-hero-section-wrap-x {
    padding: 210px 0 153px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}

.site-hero-section-wrap-x .site-hero-marquee {
    border: 3px solid #FF512F;
    border-right: 0;
    border-left: 0;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #0F0F0F;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.site-hero-section-wrap-x .site-hero-marquee .site-hero-marquee-row {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}

.site-hero-section-wrap-x .site-hero-marquee .site-hero-marquee-row .site-hero-marquee-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.site-hero-section-wrap-x .site-hero-marquee .site-hero-marquee-row img {
    width: 60px;
}

.ibm_card .titlex {

    text-align: center;
    color: #ffffff;
    text-transform: none;
    padding-top: 80px;
    padding-bottom: 80px;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-orange {
    background: linear-gradient(90deg, #FF512F 0%, #FFAC2F 100%);
}


.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0) 100%);

}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 30s linear infinite;
}

.logos-slider-container img {
    width: 180px;
    max-width: 180px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

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



.cardx {
    background: rgb(224, 142, 11);
    padding: 0.2rem;
    border-radius: 1rem;
    margin: 0 auto;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%);
}


/* Social Box */
.social-box {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
}

.social-box .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    aspect-ratio: 1;
    font-size: 1.5rem;
    color: #c5c5c5;
    background-color: #242529;
    border-radius: 50px;
    transition: color 0.15s ease-in, box-shadow 0.75s cubic-bezier(0.74, 0.01, 0.02);
}

.social-box .item svg {
    transition: transform 0.75s ease-in-out;
}

@property --fill-color {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}

.social-box .item:hover {
    color: var(--primary-color);
    --fill-color: 100%;
    box-shadow: 0 0 1.5rem black;
}

.social-box .item:hover svg {
    transform: scale(1.25);
}

.social-box .item::after {
    position: absolute;
    z-index: -1;
    content: "";
    inset: -3px;
    border-radius: inherit;
    background: conic-gradient(var(--primary-color) var(--fill-color), transparent var(--fill-color));
    transition: --fill-color 0.75s ease-in-out;
}


.modal {
    z-index: 60000;
}


.timeline {
    position: relative;
    padding: 2rem 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f90;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 2rem 0;
    width: 50%;
    padding: 1rem 2rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f90;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item-left {
    left: 0;
    text-align: right;
}

.timeline-item-right {
    left: 50%;
    text-align: left;
}

.timeline-item-right::before {
    left: -10px;
    right: auto;
}

.timeline-content {
    background-color: #111;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #f90;
    transition: transform 0.3s ease;
}

.timeline-content:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px #f90;
}

.coming-soon {
    text-align: center;
    font-style: italic;
    color: #aaa;
    margin-top: 2rem;
}

.team-section {
    padding: 4rem 2rem;
}

.team-title {
    text-align: center;
    margin-bottom: 3rem;
}

.team-card {
    background-color: #111;
    border: 1px solid #f90;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    color: #f90;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #f90;
}

.team-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter: grayscale(100%);

}

.team-info {
    padding: 1rem;
}

.team-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.team-title-text {
    font-size: 0.95rem;
    color: #ccc;
}

.schedulebtn {
    padding: 10px 30px !important;
    font-size: 15px;

}