#site-header {
    box-sizing: border-box;
    width: 100%;
    background: none;
    z-index: 100;
    position: absolute;
}

#site-header .make-me-sticky.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
}

#site-header .make-me-sticky.sticky .talk-to-expert-head {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
    display: block;
}

.talk-to-expert-head {
    display: none;
}

#site-header .make-me-sticky.sticky .top-part{
    display: none;
}

.cf {
    *zoom: 1
}

.cf:before, .cf:after {
    display: table;
    content: ""
}

.cf:after {
    clear: both
}

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

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation: fadeIn 1s ease-out .5s both;
    animation: fadeIn 1s ease-out .5s both
}

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

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation: fadeOut 1s ease-in both;
    animation: fadeOut 1s ease-in both
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: none
    }
}

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

/*! normalize.css v1.1.2 | MIT License | git.io/normalize




/* Mautic Styles */

/* DESKTOP */

.centered-text {
    text-align: center;
}

.a[rel=nofollow] {
    cursor: default;
}

.form-canvas {
    background-color: #FFF;
}

.img-tile-hero-mob {
    margin-top: -20px;
    padding-left: 25px;
}

.form-canvas-container {
    margin: 0px auto;
    padding: 65px 100px;
}

.form-canvas-container-thankyou {
    margin: 0px auto;
    padding: 0px;
}

.thankyou-canvas-container {
    max-width: 600px;
    margin: 0px auto;
    padding: 370px 25px;
}

.form-canvas-text span {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    display: block;
    text-align: left;
}

.table-bar {
    background-image: linear-gradient(to right, rgba(88, 16, 135, 1), rgba(253, 131, 0, 1));
    color: FFFFFF;
}

.table-bar th {
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.table-content {
    background: #171616;
    border-top: 5px solid #000;
    ;
}

.table-content td {
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.Points {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px 0px;
    border: 1px solid #FF8300;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.img-tile {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.img-tile-hero {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.two-tiles-org-bg {
    padding: 70px 0px;
    align-items: center;
    background-color: #F47920;
    box-shadow: 0 35px 26px -40px rgb(0 0 0 / 40%);
}

.two-tiles-org-bg-heading {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 15px;
}

.two-tiles-wht-bg-heading {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #000000;
    text-align: center;
    padding-bottom: 20px ;
}

.two-tiles-wht-bg-subheading {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #5F5F5F;
    text-align: center;
}

.two-tiles-org-bg-description {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.two-tiles-blk-bg-thankyou {
    padding: 0px;
    display: flex;
    align-items: center;
}

.two-tiles-bg {
    padding: 0px;
    display: flex;
    align-items: center;
}

.talk-to-expert-head {
    padding-top: 0px;
    background-color: #FFFFFF;
}


.explore-text {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    padding: 0px 0px 10px;
}







.c-container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 25px;
    display: list-item;
    color: #FFF;
}
.homepage-target-toggle {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    list-style-type: none;
    width: auto;
    white-space: nowrap;
    z-index: 10;
    position: relative;
    float: right;
    color: #5F5F5F;
}
.homepage-target-toggle li {
    display: inline-block;
    padding: 0px 5px;
    margin: 0;
    height: 100%;
}
.explore-orange-btn a {
    min-width: 140px;
    text-align: center;
    padding: 9px 25px;
    background-color: #FF8300;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    border-radius: 100px;
}
.explore-orange-btn a:hover {
    color: #ffffff;
    background-color: #dc6934;
    transition: 0.5s;
    border-radius: 100px;
}
.explore-transparent-btn a {
    min-width: 140px;
    text-align: center;
    padding: 9px 25px;
    background-color: #FFFFFF00;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    border-radius: 100px;
}
.explore-transparent-btn a:hover {
    color: #dc6934;
    transition: 0.5s;
    border-radius: 100px;
}



.logo-tile {
    max-width: 500px;
    margin: 0px auto;
}

.banner-img-tile {
    max-width: 350px;
    margin: 0px auto;
}

.banner-img-text {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-align: center;
    max-width: 400px;
    margin: -1px auto;
    text-transform: uppercase;
    line-height: 28px;
    border-left: 2px solid #F47920;
    border-right: 2px solid #F47920;
    padding: 0px 20px;
}


.explore-btn{
    padding: 25px 0px 50px;
}
.banner-target-toggle {
    border-radius: 100px;
    margin: 0 auto;
    display: inline-block;
    list-style-type: none;
    border: 1px solid #FF8300;
    background-color: #FFFFFF;
    width: auto;
    white-space: nowrap;
    z-index: 10;
    position: relative;
}
.banner-target-toggle li {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 100%;
}
.explore-banner-orange-btn a {
    min-width: 140px;
    display: block;
    text-align: center;
    padding: 8px 25px;
    background-color: #FF8300;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    border-radius: 100px;
}
.explore-banner-orange-btn a:hover {
    color: #ffffff;
    background-color: #dc6934;
    transition: 0.5s;
    border-radius: 100px;
}
.explore-banner-transparent-btn a {
    min-width: 120px;
    display: block;
    text-align: center;
    padding: 8px 5px 8px 25px;
    background-color: #FFFFFF00;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    border-radius: 100px;
}
.explore-banner-transparent-btn a:hover {
    color: #dc6934;
    transition: 0.5s;
    border-radius: 100px;
}


.explore-banner-transparent-btn-right a {
    min-width: 130px;
    display: block;
    text-align: center;
    padding: 8px 15px 8px 5px;
    background-color: #FFFFFF00;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    border-radius: 100px;
}
.explore-banner-transparent-btn-right a:hover {
    color: #dc6934;
    transition: 0.5s;
    border-radius: 100px;
}








.hero--nav .top-part {
    padding: 0px 25px;
    max-width: 1450px;
    margin: 0px auto;
}

.thankyou-container {
    align-items: center;
    padding: 100px 0px;
}

.security_section_register {
    background-color: #FFFFFF;
    width: 100%;
    margin: 20px auto;
    padding: 50px;
    max-width: 1064px;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
}

.navbar-header-text {
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.countdown {
    text-align: center;
    padding: 20px 0px;
}

.countdown-group {
    display: inline-flex;
}

.countdown-number {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.countdown-text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.countdown-bg {
    padding: 10px;
    margin: 0px 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 75px;
}

.full-height {
    height: 100vh;
    position: relative;
}

.relative {
    position: relative;
}

.banner-vert {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.flex {
    display: flex;
}

.icon-img {
    margin-left: 15px;
}

.img-size {
    width: 60px;
    height: 60px;
    flex: 1;
}

.pad-top-25 {
    margin-top: 25px;
}

.pad-5 {
    padding: 5px;
}

.pad-75 {
    padding: 75px 0px;
}

.mar-left-25 {
    margin-left: 25px;
}

.col-grid-mar {
    margin-top:-410px
}

.content-row {
    text-align: left;
}

.footer-links{
    display: inline-block;
    vertical-align: top;
}

.footer-links-text{
    text-decoration: none;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.footer-links-text p{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.container_main {
    padding: 0;
    max-width: 100%;
    background-color: white;
}

.hero { 
    position: relative;
}

.hero.hero--alt {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1080px;
}

.hero.hero--alt-2 {
    min-height: 520px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero.hero--alt-3 {
    min-height: 600px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}

.hero.hero--alt-4 {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.banner-container-1 {
    margin: 0 auto;
    padding: 125px 25px 50px;
    max-width: 1450px;
}

.banner-container-2 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 25px;
    max-width: 1450px;
}

.banner-container-4 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    max-width: 1250px;
}

.banner-container-3 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px 0px;
    max-width: 1400px;
}

.hero--nav {
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 20px 75px -20px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #707070;
}

.Logo_main {
    width: 230px;
    padding: 10px 0px;
    float: left;
}

.Logo_partner {
    width: 180px;
    padding: 23px 0px;
    float: right;
}

.header_button {
    float: right;
    padding: 40px 0px;
}

.Logo_Second {
    width: 340px;
    padding: 20px;
    float: left;
}

.Logo_footer {
    width: 230px;
    padding: 20px 0px;
    float: left;
}

.Page-naviagtion {
    padding: 25px 0px;
    float: right;
}

.Logo_webinar {
    width: 540px;
    margin-top: 5px;
    float: left;
    padding-bottom: 75px
}

.banner-wrap {
    padding: 0px;
    display: flex;
    align-items: center;
}

.banner-tiles-img {
    max-width: 160px;
    float: left;
}

.hero-banner-two {
    text-align: left;
    font-size: 58px;
    color: #F47920;
    font-style: normal;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 64px;
    text-transform: uppercase;
}

.hero-banner-two span {
    font-size: 46px;
    color: #000000;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.hero-banner-one {
    text-align: center;
    font-size: 54px;
    color: #0B435C;
    font-style: normal;
    font-family: 'SharpGroteskBook-25', sans-serif;
    line-height: 62px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.hero-banner-date {
    text-align: left;
    font-size: 28px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 34px;
    text-transform: uppercase;
}

.tile-header-blk {
    text-align: left;
    font-size: 32px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    padding-bottom: 25px;
}

.tile-header {
    text-align: left;
    font-size: 32px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
    padding-bottom: 25px;
}

.tile-header-welcome {
    text-align: left;
    font-size: 32px;
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 38px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tile-header-welcome p {
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    padding-bottom: 15px;
    text-transform: lowercase;
}

.tile-header-thankyou {
    text-align: left;
    font-size: 52px;
    color: #FF8300;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 52px;
    text-transform: uppercase;
    padding: 50px;
}

.tile-header-thankyou p {
    text-align: left;
    font-size: 28px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    text-transform: lowercase;
    padding-top: 15px;
}

.tile-header span {
    color: #FF8300;
}

.tile-header-blk-2 {
    text-align: left;
    font-size: 40px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 48px;
    padding-bottom: 25px;
    max-width: 640px;
}

.tile-header-blk-thankyou {
    text-align: center;
    font-size: 28px;
    color: #474747;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.tile-header-blk-thankyou span {
    color: #FF8300;
}

.hero-banner-description {
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    display: block;
    bottom: 0;
    max-width: 600px;
}

.tile-text-blk {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    display: block;
    bottom: 0;
    max-width: 530px;
    padding-top: 25px;
}

.tile-text-blk span {
    color: #ff8300;
}

.tile-description-blk {
    text-align: left;
    font-size: 38px;
    color: #ff8300;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 40px !important;
    bottom: 0;
    max-width: 620px;
}

.ready-text{
    text-align: left;
    font-size: 38px;
    color: #ff8300;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 40px !important;
}

.tile-description-blk span {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.tile-description-blk-thankyou {
    text-align: center;
    font-size: 24px;
    color: #474747;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    display: block;
    bottom: 0;
    max-width: 530px;
    padding-bottom: 25px;
}

.tile-description {
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    display: block;
    bottom: 0;
    padding-bottom: 25px;
}

.Paragraph-text-header-dark {
    text-align: left;
    color: #FFFFFF;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    letter-spacing: normal;
    margin: 5px auto 15px;
}

.Paragraph-text-header-dark span {
    font-style: normal;
    font-weight: 600;
}


.Paragraph-text-header-dark p {
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    letter-spacing: normal;
    margin: 5px auto 15px;
}

.Paragraph-text-header {
    text-align: left;
    color: #FFFFFF;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    letter-spacing: normal;
    margin: 20px auto;
}

.Paragraph-text-header span {
    font-style: normal;
    font-weight: 600;
}

.paragraph-text-dark {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.paragraph-text {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.security_section_register_description {
    text-align: left;
    font-size: 20px;
    color: #101E35;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    display: block;
    bottom: 0;
}

.security_section_thankyou_description {
    text-align: center;
    font-size: 20px;
    color: #101E35;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    line-height: 32px;
    display: block;
    bottom: 0;
    padding: 25px;
}

.security_section_thankyou_description_2 {
    text-align: center;
    font-size: 18px;
    color: #101E35;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    display: block;
    bottom: 0;
    padding: 10px;
}

.hero-banner-one-description {
    text-align: center;
    font-size: 28px;
    color: #0B435C;
    font-weight: 400;
    font-style: normal;
    font-family: 'SharpGroteskBook-25', sans-serif;
    line-height: 36px;
    display: block;
    bottom: 0;
    text-transform: uppercase;
}

.section_three {
    background-color: #101E35;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 0px;
}

.security_section_one {
    margin-left: auto;
    margin-right: auto;
    margin-top: -520px;
    padding: 75px 0px 0px;
    overflow: hidden;
}

.security_section_one_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 0px 25px;
}






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







.section-orange {
    background-color: #FF8300;
}









.security_section_two {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}

.security_section_two_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}

.section-two {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 25px;
}
.section-two-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.section-two-description {
    text-align: left;
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}

.section-two-description span{
    color: #F47920;
    font-weight: 700;
}












.section-grey {
    background-color: #5F5F5F;
}

.security_section_three {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}

.security_section_three_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}

.section-three {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 25px;
}
.section-three-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.section-three-description {
    text-align: left;
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}

.section-three-description span{
    color: #F47920;
    font-weight: 700;
}
















.security_section_four {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}

.security_section_four_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}

.security_section_four_row_container {
    padding: 25px;
}

.section-four {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 25px;
}
.section-four-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.section-four-heading span {
    color: #F47920;
    display: block;
}
.section-four-description {
    text-align: left;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}
.section-four-description span{
    color: #F47920;
    font-weight: 700;
}


.section-four-sub-description {
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 20px auto 0px;
}















.security_section_five {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}

.security_section_five_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px 340px;
}

.section-five {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 25px;
}
.section-five-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.section-five-heading span {
    color: #F47920;
}
.section-five-description {
    text-align: left;
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}

.section-five-description span{
    color: #F47920;
    font-weight: 700;
}










.security_section_six {
    background-color: #EAEAEA;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 25px;
}
.security_section_six_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-six {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 25px;
}
.section-six-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.section-six-heading span {
    color: #F47920;
}
.section-six-description {
    text-align: left;
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}
.section-six-description span{
    color: #F47920;
    font-weight: 700;
}
.security_section_six_row_container {
    padding: 25px;
    background-color: #FFFFFF;
    margin: 15px;
    min-height: 320px;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 40%);
}
.section-six-sub-description {
    text-align: left;
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    margin: 20px auto 0px;
}

.section_six-margin {
    margin-top: -340px;
}









































.security_section_subpage {
    background-color: #C7C7C6;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 25px;
}

.security_section_subpage_container {
    max-width: 1400px;
    margin: 0px auto;
}

.section_two {
    padding: 0px;
    max-width: 1400px;
    margin: 0px auto;
    padding-bottom: 50px;
}

.security_section_masterclass {
    background-image: url(../resources/images/img-bg-masterclass-gifts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_five {
    background-image: url(../resources/images/img-bg-form.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.body_container {
    padding: 50px;
}

.body_header {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #101E35;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.security_section_register_header {
    text-align: left;
    font-size: 28px;
    line-height: 52px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.security_section_thankyou_header {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.security_section_one_header {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.security_section_modal_subheader {
    font-size: 40px;
    line-height: 48px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.security_section_modal_title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 0px 0px;
}

.security_section_agenda_subheader {
    font-size: 24px;
    line-height: 32px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.security_section_agenda_time {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 0px 0px 10px;
}

.security_section_agenda_title {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 0px 0px;
}

.security_section_agenda_title span {
    font-family: 'HPSimplified Bold', sans-serif;
    display: block;
}

.security_section_one_description span {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
}

.security_section_one_description {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.security_section_modal_description {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: #0E0905;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 10px 0px 20px;
}

.lg-heading-under {
    display: block;
    min-height: 3px;
    max-width: 61px;
    background-color: #BAC51F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.lg-heading-under-left {
    display: block;
    min-height: 3px;
    max-width: 30px;
    background-color: #BAC51F;
    margin-top: 5px;
    margin-bottom: 15px;
}

.nav-blocks {
    display: flex;
}

.banner-col-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.banner-block-tiles {
    flex: 1;
    position: relative;
    margin: 15px;
    box-sizing: border-box;
    align-content: flex-start;
}



.col-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.block-tiles {
    flex: 1;
    position: relative;
    margin: 15px;
    box-sizing: border-box;
    align-content: flex-start;
}

.block-tiles-content {
    padding: 0px;
    margin-top: -30px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.section_three_container {
    max-width: 700px;
    margin: 25px auto;
}

.section_four_container {
    max-width: 700px;
    margin: 25px auto;
}

.section_three_logo_container {
    margin: 0px 20px;
}

.section_three_logo_img {
    margin: 0px auto 25px;
    display: block;
    text-align: center;
    width: 95px;
}

.security_section_masterclass_logo_img {
    margin: 0px 0px 25px;
    display: block;
    text-align: center;
    width: 95px;
}

.security_section_masterclass_container {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}

.security_section_masterclass_header {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    font-style: normal;
    font-family: 'SharpGroteskBook-25', sans-serif;
    padding: 10px 0px;
    max-width: 590px;
    text-transform: uppercase;
}

.security_section_masterclass_description {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 10px 0px;
    max-width: 570px;
}

.contact_details {
    padding: 25px;
    margin: 20px auto;
    text-align: center;
}

.contact_tel a {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.contact_tel a:hover {
    color: #BAC51F;
}

.contact_tel span {
    color: #BAC51F;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.contact_email a {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.contact_email a:hover {
    color: #BAC51F;
}

.contact_email span {
    color: #BAC51F;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.webinar_header {
    color: #FFFFFF;
    font-size: 90px;
    line-height: 61px;
    font-style: normal;
    font-family: 'Metric Bold', sans-serif;
    max-width: 480px;
}

.webinar_sub_header {
    text-align: left;
    font-size: 36px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Metric Semibold', sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
}

.webinar_description {
    text-align: left;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Metric Semibold', sans-serif;
}

.webinar_details {
    text-align: left;
    font-size: 27px;
    line-height: 36px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Metric Regular', sans-serif;
    text-transform: uppercase
}

.navbar-default .navbar-nav .Register-header-btn {
    padding-left: 50px;
}

.navbar-default .navbar-nav .Register-header-btn a {
    text-decoration: none;
    color: #0E0905;
    background-color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-default .navbar-nav .Register-header-btn a:hover {
    text-decoration: none;
    color: #0E0905;
    background-color: #C0D0D8;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
}

.addeventatc .addeventatc_icon {
    display: none;
}

.Calendar-cta-btn {
    padding: 25px 0px;
    text-align: center;
}

.Calendar-cta-btn a {
    color: #FFFFFF !important;
}

.addeventatc {
    text-decoration: none !important;
    background-color: #0E0905 !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-family: 'HPSimplified Regular', sans-serif !important;
    padding: 15px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.addeventatc:hover {
    color: #C0D0D8 !important;
    background-color: #0E0905 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}




.two-btn-row {
    display: flex;
}





.Org-cta-btn {
    padding: 40px 0px;
    display: flex;
}
.Org-cta-btn a {
    text-decoration: none;
    background-color: #FF8300;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}
.Org-cta-btn a:hover {
    color: #FF8300;
    background-color: #FFFFFF00;
    text-decoration: none;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}







.Org-cta-btn-small {
    padding: 30px 0px;
}
.Org-cta-btn-small a {
    text-decoration: none;
    background-color: #FF8300;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}
.Org-cta-btn-small a:hover {
    color: #FF8300;
    background-color: #FFFFFF00;
    text-decoration: none;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}






.Org-cta-header-btn {
    padding: 0px;
    display: flex;
}
.Org-cta-header-btn a {
    text-decoration: none;
    background-color: #FF8300;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}
.Org-cta-header-btn a:hover {
    color: #FF8300;
    background-color: #FFFFFF00;
    text-decoration: none;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}





.Org-bor-cta-btn {
    padding: 40px 0px;
    display: flex;
}
.Org-bor-cta-btn a {
    text-decoration: none;
    background-color: #FFFFFF00;
    color: #FF8300;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}
.Org-bor-cta-btn a:hover {
    color: #FFFFFF;
    background-color: #FF8300;
    text-decoration: none;
    border: 2px solid #FF8300;
    transition: all 0.3s ease !important;
}






.Wht-cta-btn {
    padding: 40px 0px 0px;
    display: flex;
}
.Wht-cta-btn a {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #FF8300;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
}
.Wht-cta-btn a:hover {
    color: #FFFFFF;
    background-color: #f47920;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease !important;
}






.Wht-bor-cta-btn {
    padding: 20px 0px;
    display: flex;
}
.Wht-bor-cta-btn a {
    text-decoration: none;
    background-color: #FFFFFF00;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    transition: all 0.3s ease !important;
}
.Wht-bor-cta-btn a:hover {
    color: #FF8300;
    background-color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    transition: all 0.3s ease !important;
}





.Org-cta-link a {
    text-decoration: none;
    color: #FF8300;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 15px 0px 15px;
    text-align: center
}

.Org-cta-link a:hover {
    text-decoration: none;
    color: #FF8300;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    padding: 15px 0px 15px;
    text-align: center;
    transition: all 0.3s ease !important;
}






.container_full {
    background: #EAEAEA;
}

.footer--nav {
    padding: 25px;
    max-width: 1450px;
    margin: 0px auto;
}

.content-border {
    border-top: 1px solid #888888;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
}

.footer-info {
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: left;
    padding: 15px 0px;
}

.footer-info span {
    padding: 0px 5px 0px 5px
}

.footer-info span a {
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.footer-info span a:hover {
    color: #ff8300;
}

.confirmation_container {
    width: 100%;
    height: 100%;
    border: solid 1px #DC052B;
    background-color: #1d292e;
    text-align: center;
    padding: 200px 50px;
}

.confirmation_container img {
    width: 65px;
    padding-bottom: 20px;
}

.bottom-part {
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.bottom-part-contact {
    text-align: left;
    color: #5F5F5F;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 0px;
}

.bottom-part-contact a {
    color: #5F5F5F;
    text-decoration: none
}

.bottom-part-contact a:hover {
    color: #FF8300;
}

.bottom-part-contact span {
    color: #FF8300;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.footer-wrap-v2 .footer-nav li a.foot-logo {
    position: static;
    margin: auto !important;
    margin-bottom: 20px !important;
    max-width: 246px;
}

.foot-logo {
    position: static;
    margin: auto !important;
    margin-bottom: 20px !important;
    max-width: 246px;
}

.appstore-wrap a:first-of-type {
    display: none;
}

.footer--nav .appstore-wrap {
    float: left;
}

.app {
    max-width: 23.5%;
    display: block;
}

.last-li {
    float: right;
}

.last-li {
    padding: 20px 0px;
}

.last-li p {
    font-size: 16px;
    margin: 15px 0px;
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.last-li .sub-menu p {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-weight: 700;
}

.last-li ul {
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.last-li ul li {
    font-size: 16px;
    margin: 0 0 10px;
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.last-li .sub-menu a {
    font-size: 16px;
    color: #222;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.sub-menu span {
    font-size: 16px;
    margin: 0 0 10px;
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.first-li {
    display: inline-flex;
    padding: 20px 30px 20px 0px;
}

.first-li ul {
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.first-li ul li {
    font-size: 16px;
    margin: 0 0 10px;
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.first-li .sub-menu p {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-weight: 700;
}

.first-li .sub-menu a {
    font-size: 16px;
    color: #222;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.appstore {
    display: block;
    padding: 15px 0px;
}

.social-icons {
    display: block;
    padding: 5px 0px;
}

.social-icons img {
    width: 35px;
    margin: 0px 5px;
}

.copyright {
    float: right;
    padding: 70px 20px;
}

.copyright p {
    text-align: right;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
}
.tile-info-center {
    text-align: center;
    padding: 20px 50px 0px;
    margin: 0px auto;
}

.black-bg {
    background-color: #000;
    display: flow-root;
}

.orange-bg {
    background-color: #FF8300;
    display: flow-root;
}

.two-tiles-right {
    background-color: #000;
    padding: 75px 25px;
    max-width: 700px;
    float: right;
    margin: 0px auto;
}

.two-tiles-left {
    background-color: #ff8300;
    padding: 75px 25px;
    max-width: 700px;
    float: left;
    margin: 0px auto;
}

.two-tiles-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.two-tiles-items {
    flex: 1;
    position: relative;
    box-sizing: border-box;
    align-content: flex-start;
}

.two-tiles-text {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-weight: 400;
    padding-left: 25px;
}

.tile-img-right {
    max-width: 160px;
}

.tile-img-left {
    max-width: 300px;
}

.img-half-icon {
    max-width: 140px;
    margin: 0px auto;
}

.img-half-logo {
    max-width: 230px;
}

/*  MOB-MIN-WIDTH  */

/* Small devices (landscape phones, 576px and up */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up */

@media (min-width: 768px) {
    .img-tile-hero-mob {
        display: none;
    }
    .tile-info-left {
        margin-right: 25px;
    }
    .tile-info-left-bg {
        margin-right: 25px;
    }
    .tile-info-right {
        margin-left: 25px;
    }
    .tile-info-right-bg {
        margin-left: 25px;
    }
    .img-left {
        width: 400px;
        padding-right: 50px;
    }
}

/* Large devices (desktops, 992px and up */

@media (min-width: 992px) {

    .footer--nav .bottom-part{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 1400px;
    }

    .banner-img-container-mob {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up */

@media (min-width: 1200px) {

    .footer--nav .bottom-part{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        }
    
    .footer-nav-left {
        float: left
    }
    .footer-nav-right {
        float: right
    }
}


/*  MOB-MAX-WIDTH  */

/* Small devices (mobile phones, less than 576px */

@media (max-width: 575.98px) {

    .row .block-tiles-content {
        padding: 0px;
        margin-top: -35px;
    }

    .row .security_section_one {
        margin-top: 0px;
    }

    .row .section-6-heading {
        text-align: center;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 32px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .row .section-6-description {
        text-align: center;
        margin-bottom: 0px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }

    .banner-vert {
    }

    .form-canvas-container {
        margin: 0px auto;
        padding: 25px;
    }

    .form-canvas-container-thankyou {
        margin: 0px auto;
        padding: 0px;
    }
    
    .header_button {
        display: none;
    }

    .two-btn-row {
        display: block;
    }

    .mar-left-25 {
        margin-left: 0px;
    }

    .thankyou-canvas-container {
        max-width: 600px;
        margin: 0px auto;
        padding: 25px;
    }

    .row .footer--nav .bottom-part{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
        
    .table-bar th {
        padding: 15px;
        font-size: 14px;
        line-height: 28px;
    }
    .table-content td {
        padding: 15px;
        font-size: 14px;
        line-height: 28px;
    }
    .container_main .security_section_masterclass {
        background-image: url(../resources/images/img-bg-masterclass-gifts.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -830px 0px;
    }
    .security_section_masterclass_header {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 10px 0px;
        max-width: 240px;
        text-transform: uppercase;
    }
    .security_section_masterclass_description {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 10px 0px;
        max-width: 210px;
    }
    .security_section_register {
        padding: 20px;
    }
    .countdown-bg {
        padding: 5px;
        margin: 0px 5px;
        background-color: #000;
        color: #fff;
        text-align: center;
        width: 60px;
    }
    .row .hero.hero--alt {
        background-position: center;
        min-height: 600px;
    }
    .row .hero.hero--alt-2 {
        min-height: 420px;
        background-position: center;
    }
    .row .hero.hero--alt-3 {
        min-height: 460px;
        background-position: left;
    }

    .Logo_main {
        width: 140px;
        padding: 15px 0px;
        float: left;
    }

    .Logo_partner {
        width: 120px;
        padding: 16px 0px;
        float: right;
    }

    .Logo_Second {
        width: 240px;
        padding: 20px 0px;
        float: none;
        margin: 0px auto;
    }

    .Logo_footer {
        width: 230px;
        padding: 20px 0px;
        float: none;
        margin: 0px auto;
    }

    .row .bottom-part-contact {
        text-align: center;
    }

    .Logo_webinar {
        width: 280px;
        padding-top: 0px;
        padding-bottom: 20px;
        float: left;
        margin: 10px auto;
    }
    .row .banner-container-1 {
        text-align: center;
        padding: 100px 25px 25px;
    }
    .container_main .banner-container-2 {
        text-align: center;
        padding: 50px 25px;
    }
    .container_main .banner-container-4 {
        text-align: center;
        padding: 25px;
    }
    .container_main .banner-container-3 {
        padding: 25px 25px;
    }
    .banner-tiles .hero-banner-two {
        text-align: left;
        font-size: 30px;
        color: #F47920;
        font-style: normal;
        font-weight: 900;
        font-family: 'Lato', sans-serif;
        line-height: 36px;
    }
    
    .banner-tiles .hero-banner-date {
        text-align: left;
        font-size: 20px;
        color: #000000;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        text-transform: uppercase;
    }

    .container_main .tile-header-blk {
        text-align: left;
        font-size: 26px;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .container_main .tile-header-blk-2 {
        text-align: left;
        font-size: 26px;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .container_main .tile-header-blk-thankyou {
        text-align: center;
        font-size: 26px;
        color: #474747;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .container_main .tile-header {
        text-align: left;
        font-size: 26px;
        color: #000000;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 34px;
        padding-bottom: 15px;
    }

    .container_main .tile-header-welcome {
        text-align: left;
        font-size: 26px;
        color: #FF8300;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 34px;
        padding-bottom: 15px;
    } 
    .banner-container-1 .hero-banner-description {
        text-align: left;
        font-size: 18px;
        color: #000000;
        font-style: normal;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block
    }
    .container_main .tile-text-blk {
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block;
        padding-top: 15px;
    }
    .container_main .tile-description-blk {
        text-align: left;
        font-size: 28px;
        color: #ff8300;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 36px;
    }

    .tile-info-center .ready-text {
        text-align: left;
        font-size: 28px;
        color: #ff8300;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        line-height: 36px;
    }

    .container_main .tile-description-blk-thankyou {
        text-align: center;
        font-size: 18px;
        color: #474747;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block;
        padding-bottom: 15px;
    }
    .container_main .tile-description {
        text-align: left;
        font-size: 18px;
        color: #000000;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block;
        padding-bottom: 15px;
    }
    .container_main .hero-banner-one {
        text-align: center;
        font-size: 32px;
        color: #0B435C;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 42px;
        padding-bottom: 0px
    }

    .security_section_one_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 0px;
    }

    .security_section_register .security_section_register_description {
        text-align: left;
        font-size: 18px;
        color: #101E35;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block
    }
    .thankyou-container .security_section_thankyou_description {
        text-align: center;
        font-size: 18px;
        color: #101E35;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block
    }
    .container_main .hero-banner-one-description {
        text-align: center;
        font-size: 14px;
        color: #0B435C;
        font-weight: 400;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 22px;
        display: block
    }
    .footer-nav-left {
        float: none;
        margin: 0px auto;
    }
    .footer-nav-right {
        float: none;
        margin: 0px auto;
    }
    .footer-info {
        font-size: 14px;
        color: #5F5F5F;
        font-weight: 300;
        font-style: normal;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
        padding: 10px 0px;
    }
    .footer-info span {
        display: block;
        padding: 10px 0px;
    }
    .body_container .body_header {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        color: #101E35;
        font-weight: 700;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 0px;
    }
    .security_section_register .security_section_register_header {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        color: #0E0905;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }
    .thankyou-container .security_section_thankyou_header {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #0E0905;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }
    .security_section_one .security_section_one_header {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }

    .modal-body .security_section_modal_subheader {
        font-size: 18px;
        line-height: 36px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 10px 0px 0px;
    }
    .modal-body .security_section_modal_title {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 5px 0px;
    }
    .security_section_one .security_section_one_description span {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        display: block;
        padding: 20px 0px;
    }
    .security_section_one .security_section_one_description {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }

    .modal-dialog .security_section_modal_description {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 10px 0px;
    }
    .series_details_header {
        font-weight: 400;
        font-style: normal;
        font-family: 'Titillium Web', sans-serif;
        color: #DC052B;
        font-size: 42px;
        line-height: 50px;
        text-align: left;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .series_form .series_details {
        padding: 50px 25px 50px 25px;
    }
    .series_form_header {
        font-size: 20px;
        line-height: 28px;
    }
    .series_details .confirmation_container {
        width: 100%;
        height: 100%;
        border: solid 1px #DC052B;
        background-color: #1d292e;
        text-align: center;
        padding: 50px 50px;
        margin-bottom: 25px;
    }





    .Wht-cta-btn {
        padding: 15px 0px 0px;
    }
    .Wht-cta-btn a {
        text-align: center;
        text-decoration: none;
        color: #0E0905;
        background-color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 5px 24px;
        margin: 0px auto;
    }





    .Org-cta-btn {
        padding: 25px 0px;
    }
    .Org-cta-btn a {
        text-align: center;
        text-decoration: none;
        background-color: #FF8300;
        color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        margin: 0px;
        border: 2px solid #FF8300;
        transition: all 0.3s ease !important;
    }






    .security_section_four_row_container .Org-cta-btn-small {
        padding: 25px 0px;
    }
    .security_section_four_row_container .Org-cta-btn-small a {
        text-align: center;
        text-decoration: none;
        background-color: #FF8300;
        color: #FFFFFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        margin: 0px;
        border: 2px solid #FF8300;
        transition: all 0.3s ease !important;
    }






    .Org-cta-header-btn {
        padding: 0px;
        text-align: left;
    }
    .Org-cta-header-btn a {
        text-align: center;
        text-decoration: none;
        background-color: #FF8300;
        color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        margin: 0px;
        border: 2px solid #FF8300;
        transition: all 0.3s ease !important;
    }





    .Org-bor-cta-btn {
        padding: 25px 0px;
        text-align: left;
    }

    .Org-bor-cta-btn a {
        text-decoration: none;
        background-color: #FFFFFF00;
        color: #FF8300;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        text-align: center;
        text-transform: uppercase;
        border: 2px solid #FF8300;
        transition: all 0.3s ease !important;
    }






    .Wht-cta-btn {
        padding: 25px 0px;
        text-align: left;
    }
    .Wht-cta-btn a {
        text-align: center;
        text-decoration: none;
        background-color: #FFFFFF;
        color: #FF8300;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        margin: 0px;
    }



    .Wht-bor-cta-btn {
        padding: 15px 0px;
        text-align: left;
    }

    .Wht-bor-cta-btn a {
        text-decoration: none;
        background-color: #FFFFFF00;
        color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 30px;
        text-align: center;
        text-transform: uppercase;
        border: 2px solid #FFFFFF;
        transition: all 0.3s ease !important;
    }





    .Calendar-cta-btn {
        text-align: center;
        text-decoration: none;
        background-color: #C0D0D8;
        color: #0E0905;
        font-size: 18px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 5px 24px;
        margin: 0px auto;
    }










    .row .section-two-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #000000;
        font-size: 28px;
        line-height: 34px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .row .section-two-description {
        text-align: left;
        margin-bottom: 10px;
        color: #5F5F5F;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }










    .row .section-three-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #000000;
        font-size: 28px;
        line-height: 34px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .row .section-three-description {
        text-align: left;
        margin-bottom: 10px;
        color: #5F5F5F;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }











    .row .section-four-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 34px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .row .section-four-description {
        text-align: left;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }

    .row .section-four-sub-description {
        text-align: center;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 20px auto 0px;
    }











    .webinar_header {
        color: #FFFFFF;
        font-size: 58px;
        line-height: 58px;
        font-style: normal;
        font-family: 'Metric Bold', sans-serif;
        max-width: 480px;
    }
    .webinar_sub_header {
        text-align: left;
        font-size: 22px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Metric Semibold', sans-serif;
        text-transform: uppercase;
        padding-top: 15px;
    }
    .webinar_description {
        text-align: left;
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Metric Semibold', sans-serif;
    }
    .webinar_details {
        text-align: left;
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Metric Regular', sans-serif;
        text-transform: uppercase
    }
    .contact_details {
        padding: 0px;
        margin: 20px auto;
        text-align: center;
    }
    .contact_tel a {
        font-size: 22px;
        line-height: 30px;
    }
    .contact_tel span {
        font-size: 22px;
        line-height: 30px;
    }
    .contact_email a {
        font-size: 22px;
        line-height: 30px;
    }
    .contact_email span {
        font-size: 22px;
        line-height: 30px;
    }
    .section_three {
        padding: 0px;
    }
    .row .security_section_one {
        padding: 0px;
    }
    .security_section_two_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 0px;
    }
    .security_section_three_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 0px;
    }
    .security_section_four_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 0px;
    }
    .row .security_section_five_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 0px;
    }
    .security_section_six_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 50px 0px;
    }
    .security_section_subpage {
        padding: 25px;
    }
}

/* Medium devices (mobile phones landscape, less than 768px */

@media (max-width: 767.98px) {

    .section_six-margin {
        margin-top: 0px;
    }

    .security_section_five_container {
        max-width: 1450px;
        margin: 0px auto;
        padding: 100px 25px;
    }

    .footer-links .footer-links-text {
        text-decoration: none;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 0px;
        display: inline-block;
        text-align: center;
        }

        .footer-links .footer-links-text p {
            text-decoration: none;
            color: #ffffff;
            font-size: 20px;
            font-weight: 400;
            font-style: normal;
            font-family: 'Lato', sans-serif;
            padding: 0px;
            text-align: center;
            }

    .content-row {
        padding: 20px;
        text-align: center;
        }

    .copyright {
        float: none;
        padding: 25px 20px;
    }
    .copyright p {
        text-align: center;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        line-height: 20px;
    }

    .img-tile-hero {
        display: none;
    }
    .two-tiles-org-bg {
        padding: 25px 0px;
    }

    .two-tiles-blk-bg-thankyou {
        padding: 0px;
        display: block;
    }

    .two-tiles-bg {
        padding: 25px 0px;
        display: block;
    }

    .tile-info-right {
        margin-bottom: 0px;
    }
    .tile-info-right-bg {
        margin-bottom: 25px;
    }
    .tile-info-left {
        margin-bottom: 0px;
    }
    .tile-info-left-bg {
        margin-bottom: 25px;
    }
    .Page-naviagtion .navbar-default .navbar-nav .Register-header-btn {
        display: none;
    }
    .pad-75 {
        padding: 50px 0px;
    }
    .Page-naviagtion {
        float: none;
        padding: 20px 0px 0px;
    }
    .content-border {
        border-top: 1px solid #888888;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        display: block;
    }

    .two-tiles-container {
        width: 100%;
        margin: 0 auto;
        display: unset;
        align-items: center;
    }


    .tile-img-right {
        max-width: 160px;
        margin: 0px auto;
        padding-bottom: 25px;
    }
    
    .tile-img-left {
        max-width: 300px;
        margin: 0px auto;
        padding-bottom: 25px;
    }

    .two-tiles-text {
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-decoration: none;
        font-weight: 400;
        padding-left: 0px;
        text-align: center;
    }
    
}

/* Large devices (tablets, less than 992px */

@media (max-width: 991.98px) {

    .hero.hero--alt {
        background-position: center;
        min-height: 960px;
    }

    .security_section_one {
        margin-top: -220px;
    }
    .banner-img-tile {
        max-width: 300px;
        margin: 0px;
    }
    .banner-img-container-mob {
        display: flex;
        align-items: center;
    }
    .banner-img-text {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-align: center;
        max-width: 400px;
        margin: -1px auto;
        text-transform: uppercase;
        line-height: 22px;
        border-left: 2px solid #F47920;
        border-right: 2px solid #F47920;
        padding: 0px 20px;
    }


    .block-tiles-content {
        padding: 0px;
        margin-top: -70px;
    }
    
    .banner-col-wrap {
        display: block;
    }

    .banner-img-container {
        display: none;
    }
    
    .security_section_four_row_container {
        min-height: 370px;
    }

    .footer-links-text {
        text-decoration: none;
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 5px;
        display: inline-block;
    }

    .col-wrap {
        display: block;
    }
    .col-wrap .block-tiles {
        margin: 25px 0px;
        min-height: 100%;
    }
    .body_container {
        padding: 20px 25px;
    }

    .last-li {
        float: none;
    }
    .first-li {
        display: block;
    }
    .security_section_masterclass {
        background-image: url(../resources/images/img-bg-masterclass-gifts.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -360px 0px;
    }
    .security_section_agenda_time {
        padding: 0px;
    }

    .tile-header-blk {
        text-align: left;
        font-size: 32px;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .tile-header-blk-2 {
        text-align: left;
        font-size: 36px;
        color: #FFFFFF;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 44px;
        padding-bottom: 20px;
    }
    .tile-header-blk-thankyou {
        text-align: center;
        font-size: 36px;
        color: #474747;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 44px;
        padding-bottom: 20px;
    }
    .tile-header {
        text-align: left;
        font-size: 32px;
        color: #000000;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .tile-header-welcome {
        text-align: left;
        font-size: 32px;
        color: #FF8300;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 38px;
        padding-bottom: 20px;
    }

    .hero-banner-description {
        text-align: left;
        font-size: 24px;
        color: #000000;
        font-style: normal;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        line-height: 30px;
        display: block
    }
    .tile-text-blk {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 28px;
        display: block;
        padding-top: 10px;
    }
    .tile-description-blk {
        text-align: left;
        font-size: 32px;
        color: #ff8300;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 40px;
    }

    .ready-text {
        text-align: left;
        font-size: 32px;
        color: #ff8300;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        line-height: 40px;
    }

    .tile-description-blk-thankyou {
        text-align: center;
        font-size: 20px;
        color: #474747;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 28px;
        display: block;
        padding-bottom: 20px;
    }
    .tile-description {
        text-align: left;
        font-size: 18px;
        color: #000000;
        font-style: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        line-height: 26px;
        display: block;
        padding-bottom: 18px;
    }
    .hero-banner-one {
        text-align: center;
        font-size: 48px;
        color: #0B435C;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 62px;
        padding-bottom: 10px;
    }
    .security_section_register_description {
        text-align: left;
        font-size: 24px;
        color: #101E35;
        font-weight: 400;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 36px;
        display: block
    }
    .security_section_thankyou_description {
        text-align: center;
        font-size: 24px;
        color: #101E35;
        font-weight: 400;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 36px;
        display: block
    }
    .hero-banner-one-description {
        text-align: center;
        font-size: 24px;
        color: #0B435C;
        font-weight: 400;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        line-height: 36px;
        display: block
    }
    .body_header {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        color: #101E35;
        font-weight: 700;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 25px;
    }
    .security_section_register_header {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
        color: #0E0905;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }
    .security_section_thankyou_header {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        color: #0E0905;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }
    .security_section_one_header {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        font-weight: 700;
        font-style: normal;
        font-family: 'SharpGroteskBook-25', sans-serif;
        padding: 25px 0px;
    }

    .security_section_modal_subheader {
        font-size: 24px;
        line-height: 36px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 10px 0px 0px;
    }
    .security_section_modal_title {
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 5px 0px;
    }
    .security_section_agenda_subheader {
        font-size: 18px;
        line-height: 26px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 10px 0px 0px;
    }
    .security_section_agenda_title {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        padding: 5px 0px;
    }
    .security_section_one_description span {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        display: block;
        padding: 20px 0px;
    }
    .security_section_one_description {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }

    .security_section_modal_description {
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        color: #0E0905;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }
    .series_details {
        padding: 50px 25px;
    }
    .series_details_time {
        font-weight: 300;
        font-style: normal;
        font-family: 'Titillium Web', sans-serif;
        color: #FFFFFFA7;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        padding-bottom: 20px
    }
    .series_details_description {
        font-weight: 300;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding-bottom: 20px
    }
    .confirmation_container {
        width: 100%;
        height: 100%;
        border: solid 1px #DC052B;
        background-color: #1d292e;
        text-align: center;
        padding: 120px 50px;
    }
    .navbar-default .navbar-nav .Register-header-btn {
        padding-left: 15px;
    }
    .navbar-default .navbar-nav .Register-header-btn a {
        text-decoration: none;
        color: #0E0905;
        background-color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        padding: 15px 25px;
        text-align: center;
        text-transform: uppercase;
    }
    .navbar-default .navbar-nav .Register-header-btn a:hover {
        text-decoration: none;
        color: #0E0905;
        background-color: #C0D0D8;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        padding: 15px 25px;
        text-align: center;
        text-transform: uppercase;
    }

    .two-tiles-right {
        background-color: #000;
        padding: 75px 25px;
        max-width: 700px;
        float:none;
        margin: 0px auto;
    }

    .two-tiles-left {
        background-color: #ff8300;
        padding: 75px 25px;
        max-width: 700px;
        float:none;
        margin: 0px auto;
    }









    .section-two-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #000000;
        font-size: 32px;
        line-height: 38px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .section-two-description {
        text-align: left;
        margin-bottom: 10px;
        color: #5F5F5F;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }









    .section-four-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #FFFFFF;
        font-size: 32px;
        line-height: 38px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .section-four-description {
        text-align: left;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }








    .section-three-heading {
        text-align: left;
        margin-bottom: 15px;
        color: #000000;
        font-size: 32px;
        line-height: 38px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .section-three-description {
        text-align: left;
        margin-bottom: 10px;
        color: #5F5F5F;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
    }




}

/* Extra devices (desktops, less than 1200px */

@media (max-width: 1199.98px) {

    .section-6-heading {
        text-align: center;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 28px;
        line-height: 34px;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .section-6-description {
        text-align: center;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }

    .footer-links{
        vertical-align: top;
    }
        
    .footer-links{
        display: block;
        vertical-align: top;
    }

    .hero-banner-two {
        text-align: left;
        font-size: 46px;
        color: #F47920;
        font-style: normal;
        font-weight: 900;
        font-family: 'Lato', sans-serif;
        line-height: 52px;
    }

    .hero-banner-date {
        text-align: left;
        font-size: 26px;
        color: #000000;
        font-style: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        line-height: 32px;
        text-transform: uppercase;
    }

    .hero.hero--alt-2 {
        min-height: 520px;
        background-position: center;
    }
    .hero.hero--alt-3 {
        min-height: 600px;
        background-position: left;
    }
    .series_form_input {
        width: 100%;
    }
}

/* Extra devices (desktops, less than 1250px */

@media (max-width: 1250px) {
    .block-tiles {
        margin: 10px;
    }
}


/* Extra devices (desktops, less than 1350px */

@media (max-width: 1350px) {
    .Org-cta-btn-small a {
        display: block;
        padding: 10px 15px;
        line-height: 22px;
    }
}

@media (min-width: 1400px) {
    .content-border-bg {
        display: block;
        max-width: 1400px;
        margin: 0px auto;
    }
    .webinar_cotainer {
        padding: 70px 0px;
    }
}

@media (max-width: 1400px) {
    .content-border-bg {
        display: block;
        padding: 0px 25px;
    }
    .pad-side-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .banner-container-3 {
        padding: 50px 25px;
    }
    .bottom-part-contact {
        text-align: left;
        color: #5F5F5F;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        line-height: 22px;
        padding: 25px 0px;
    }
    .webinar_cotainer {
        padding: 25px;
    }
}