* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.header-dark {
    background-color: #0B0C1B;
    position: relative;
}

.row {
    margin: 0 !important;
}

h1 {
    font-size: 2.5em;
}

a {
    color: #ff3f40;
}

a:hover {
    color: #b70506;
    text-decoration: none;
}

.main {
    min-height: 100%;
    margin-bottom: -100px;
}

.main:after {
    content: "";
    display: block;
}

/* footer,
.main:after {
    height: 100px;
} */

.header-holder {
    padding: 15px;
}

.menu-holder {
    display: none;
    float: right;
}

.menu-holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-holder ul li {
    display: inline-block;
    margin: 10px 0px 0px 15px;
}

.menu-holder ul li a {
    color: #1a2c57;
    font-size: 16px;
    font-weight: 500px;
}

.menu-holder ul li a:hover {
    text-decoration: none;
    color: #6B0AEA;
}

.menu-holder ul li a:visited,
.menu-holder ul li a:focus,
.menu-holder ul li a:active {
    text-decoration: none;
}

.menu-holder ul li:last-child {
    margin-top: 3px;
    vertical-align: top;
}

.menu-holder ul li:last-child a {
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.3px;
    display: inline-block;
    background-color: #6B0AEA;
    border: solid 1px #6B0AEA;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
}

.menu-holder ul li:last-child a:hover {
    background-color: #632f91;
    border-color: #632f91;
    color: #eee;
}

/* navtab with languages start */
.lang-select {
    display: flex;
    color: #fff;
    position: relative;
    background-color: transparent;
    align-items: center;
    transition: background-color .3s;
    cursor: pointer;
    z-index: 10;
}

.lang-select.open,
.lang-select:hover {
    background-color: #1A1B2E;
}

.lang-select.open ul,
.lang-select:hover ul {
    visibility: visible;
    opacity: 1;
}

.lang-select span.label {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 10px 0px 35px;
    background: url('https://www.sentinelone.com/wp-content/themes/sentinelone/carbine/assets/svg/globe.svg') no-repeat 10px center;
    background-size: 17px 17px;
    text-transform: uppercase;
}

.lang-select span.label::after {
    content: url('https://www.sentinelone.com/wp-content/themes/sentinelone/carbine/assets/svg/navigation-arrow-down.svg');
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.lang-select ul {
    transition: opacity .3s;
    visibility: hidden;
    text-align: left !important;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    background-color: #1A1B2E;
    padding: 1rem;
    opacity: 0;
}

.lang-select ul li {
    display: list-item !important;
    transition: opacity .3s;
    list-style: circle;
    margin: 0 0 0 20px;
    padding: 5px 0;
    opacity: .7;
}

.lang-select ul li span,
.lang-select ul li {
    font-weight: 400;
    font-size: 13px;
    color: inherit;
    display: inline-block;
    min-width: 70px;
    text-decoration: none;
}

.lang-select ul li.current,
.lang-select ul li:hover {
    opacity: 1;
    list-style: disc;
}

/* navtab with languages stop*/
.purple-section {
    background-color: #952bf9;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
}


.main-title,
.sub-title {
    color: #fff;
    position: relative;
    text-align: center;
}

.counter-outer {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

button:focus {
    outline: 0;
}

.desc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-1 {
    margin: 30px auto 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    background: #26d0ff;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 70px;
    border-radius: 30px;
    border: 2px solid #26d0ff;
    letter-spacing: 1.3px;
    display: inline-block;
    vertical-align: top;
}

.cta-1-holder {
    text-align: center;
}

.speaker-img-holder {
    text-align: center;
}

.speaker-row {
    margin-top: 30px !important;
}

.speaker-img {
    max-width: 100%;
}

.speaker-title {
    text-align: center;
}

.main-form {
    background-color: #eceff6;
    padding: 25px 40px;
    margin-top: 30px;
}

.form-title {
    color: #1a2b59;
}

#thanks-text {
    display: none;
    margin-top: 55px;
}

.site-nav-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}


@media(min-width: 768px) {

    h1 {
        font-size: 36px;
    }

    .purple-section {
        background-size: 100%;
        background-position: 0 0;
    }

    .main-title,
    .sub-title {
        text-align: left;
    }

    .form-outer {
        float: right;
    }

    .side-elem {
        margin-top: 0px;
    }

    .logos img {
        margin-top: 0;
    }

}

@media(min-width: 1168px) {
    .adjust-width {
        max-width: 1168px;
        margin: 0 auto !important;
    }

    .menu-holder {
        display: block;
    }
}

/* Add your custom CSS below */
form.mktoForm {
    background-color: transparent;
    margin: 0 auto;
    width: 100% !important;
    font-family: Poppins;
    font-size: 15px;
}

form.mktoForm .mktoFormCol {
    width: 100%;
}

form.mktoForm .mktoFormCol:first-child {
    margin-right: 4%;
}

form.mktoForm .wrapper .mktoFormCol:first-child {
    margin-right: 0;
}


form.mktoForm .mktoFormRow:nth-child(6) .mktoFormCol {
    margin-right: 0;
}

form.mktoForm .mktoFormRow:nth-child(14) .mktoFormCol {
    width: 100%;
    margin-right: 0;
}

form.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
    width: 100%;
    margin-right: 0;
}

form.mktoForm .mktoFormRow:nth-child(16) .mktoFormCol,
form.mktoForm .mktoFormRow:nth-child(17) .mktoFormCol {
    width: 100%;
    margin-right: 0;
}

.mktoCheckboxList {
    position: absolute;
    top: 4px;
}

form.mktoForm .mktoOffset {
    width: 0 !important;
}

form.mktoForm .mktoFormRow .mktoAsterix {
    float: right;
}

form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel {
    width: auto !important;
    float: left;
    font-weight: 500;
    display: inline-block;
    color: #5f677e;
    margin: 0;
    text-align: left;
    line-height: 1.4em;
    font-size: 1.15384615385em;
    margin-bottom: 4px;
    font-family: "Poppins", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

form.mktoForm .mktoFormRow .mktoFieldWrap label[for="websiteGDPROptIn"] {
    font-size: 13px;
    font-weight: 400 !important;
    color: #5A5C76 !important;
}

form.mktoForm .mktoFormRow .mktoFieldWrap .mktoGutter {
    display: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

form.mktoForm .mktoFormRow .mktoFieldWrap input,
form.mktoForm .mktoFormRow .mktoFieldWrap select {
    width: 100% !important;
    padding: 9px 40px 9px 5px;
    background-color: #fff;
    border-width: 0;
    color: #000;
    font-family: Poppins;
    line-height: 1.2em;
    font-size: 1.1em;
}


form.mktoForm .mktoFormRow .mktoFieldWrap select {
    height: 33px;
    border-width: 0;
    color: #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

form.mktoForm .mktoFormRow .mktoFieldWrap {
    float: none;
}

form.mktoForm .mktoFormRow .mktoHtmlText {
    width: auto !important;
    display: block;
    color: #5A5C76 !important;
}

form.mktoForm .mktoFormRow .mktoHtmlText a {
    color: #5A5C76 !important;
}

#LblpreferenceBlog,
#LblpreferenceNewsletter,
#LblpreferenceWebinar,
#Lblquestion5,
#Lblquestion6,
#Lblquestion7,
#Lblquestion8,
#LblUnsubscribed,
#Lblquestion4,
#LblsubPauseComms90Days,
#LblsubDeleteallinfo,
#LblhackChatOptIn,
#LblsubFormula1,
#LblpreferenceEvents,
#LblpreferenceMarketingContent,
#Lblsub_s1_thomchat,
#LblDataSet_Interest__c,
#LblwebsiteGDPROptIn,
#LblDataSet_Interest__c {
    margin-left: 25px;
    cursor: pointer;
}

@media (max-width: 767px) {

    #Lblsub_s1_thomchat,
    #LblUnsubscribed,
    #LblsubPauseComms90Days,
    #LblsubDeleteallinfo {
        margin-top: 6px
    }
}

form.mktoForm .mktoFormRow .mktoHtmlText h1,
form.mktoForm .mktoFormRow .mktoHtmlText h2,
form.mktoForm .mktoFormRow .mktoHtmlText h3,
form.mktoForm .mktoFormRow .mktoHtmlText h4 {
    color: #000 !important;
}

form.mktoForm .mktoFormRow:last-of-type,
form.mktoForm .mktoFormRow:nth-last-of-type(2) {
    display: block;
}

form.mktoForm .mktoButtonRow {
    text-align: center;
    display: block;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    display: block;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
    width: 100%;
    margin: 30px auto 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background: linear-gradient(270.57deg, #2E21F3 0%, #6B0AEA 100%);
    height: 42px;
    border: 1px solid #6B0AEA;
    color: #fff;
    line-height: 1;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:focus {
    border: 1px solid #6B0AEA;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
    border: 1px solid #6B0AEA;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:active {
    background-image: none;
    background-color: #6B0AEA;
    color: #fff;
    border: 1px solid #6B0AEA;
}

@media screen and (max-width: 767px) {
    form.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
        padding: 12px 20px !important;
    }
}

@media screen and (max-width: 767px) {

    form.mktoForm {
        padding: 0;
    }

    form.mktoForm .mktoFormRow {
        width: 100%;
    }

    form.mktoForm .mktoFormCol {
        width: 100%;
    }

    form.mktoForm .mktoFormCol:nth-child(odd) {
        margin-right: 0;
    }

    form.mktoForm .mktoFormRow .mktoFieldWrap {
        margin-bottom: 15px;
    }

    form.mktoForm .mktoFormRow .mktoFieldWrap input,
    form.mktoForm .mktoFormRow .mktoFieldWrap select,
    form.mktoForm .mktoFormRow .mktoFieldWrap textarea {
        height: 27px;
        padding: 0 5px;
        float: right;
        width: 100% !important;
    }

    form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel {
        width: 100% !important;
    }

    form.mktoForm .mktoFormRow:last-child .mktoFormCol:last-child .mktoFieldWrap label.mktoLabel {
        padding-left: 10px;
    }

    form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel img {
        padding: 0;
    }

    form.mktoForm .mktoButtonRow .mktoButtonWrap {
        margin-left: 0 !important;
    }

    form.mktoForm .mktoButtonRow {
        text-align: center;
    }

}

@media screen and (max-width: 320px) {
    form.mktoForm {
        width: 250px !important;
    }

    form.mktoForm .mktoFormRow .mktoFieldWrap input,
    form.mktoForm .mktoFormRow .mktoFieldWrap select,
    form.mktoForm .mktoFormRow .mktoFieldWrap textarea {
        float: none;
    }
}

.contain {
    display: flex;
}

@media (max-width: 700px) {
    .contain {
        flex-direction: column;
    }
}

.column-left {
    margin-right: 2rem !important;
}

body.subcenter .container {
    max-width: 1110px;
    margin: 0 auto;
}

body.subcenter form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #3f4259;
}

body.subcenter form.mktoForm .mktoFormRow .mktoFieldWrap input:not([type='checkbox']),
body.subcenter form.mktoForm .mktoFormRow .mktoFieldWrap select:not([type='checkbox']) {
    background: transparent;
    border: 1px solid #5A5C76;
    height: 40px;
}

body.subcenter form.mktoForm .mktoFormRow .mktoFieldWrap input[type='checkbox'],
.mktoCheckboxList {
    margin-right: auto;
    display: block;
    width: 20px !important;
    padding: 0 !important;
    cursor: pointer;
}

body.subcenter .header-dark {
    background-color: #0B0C1B;
    position: relative;
    color: #fff;
    padding-bottom: 14rem;
}

@media (max-width: 1000px) {
    body.subcenter .header-dark .top-bar {
        margin: 0 2rem;
    }
}

@media (max-width: 800px) {
    body.subcenter .header-dark .top-bar {
        display: none;
    }
}

body.subcenter .header-dark a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 950px) {
    body.subcenter .header-dark .top-bar-wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
        padding: 10px 0;
    }
}

body.subcenter .header-dark .top-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
}

body.subcenter .header-dark .top-bar-wrap .breach {
    font-weight: 600;
}

body.subcenter .header-dark .top-bar-wrap #menu-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}

body.subcenter .header-dark .top-bar-wrap #menu-top-bar li:nth-child(n+2) a {
    font-weight: 400;
}

body.subcenter .header-dark .top-bar-wrap #menu-top-bar a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-left: 1em;
}

body.subcenter .header-dark .top-bar-wrap #menu-top-bar a:hover {
    color: #6B0AEA;
}

body.subcenter .purple-section {
    font-family: 'Gotham', sans-serif;
    background-image: url("/Users/okaynicecool/Desktop/Theta/sentinelone-marketo/static/assets/img/marketolp-bg.png");
    padding: 4rem;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    max-width: 1168px;
}

body.subcenter .purple-section #hero-text {
    text-align: left;
    font-size: 92px;
    line-height: 89px;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    body.subcenter .purple-section #hero-text {
        font-size: 72px;
        line-height: 69px;
    }
}

@media (max-width: 720px) {
    body.subcenter .purple-section #hero-text {
        font-size: 40px;
        line-height: 37px;
    }
}

body.subcenter .purple-section #hero-subhead {
    font-size: 33px;
    line-height: 44px;
    font-weight: 100;
}

@media (max-width: 1000px) {
    body.subcenter .purple-section #hero-subhead {
        font-size: 28px;
        line-height: 1;
        font-weight: 100;
        margin-top: 1.5rem;
        text-align: left;
    }
}

body.subcenter footer.footer {
    background-color: #0B0C1B;
    padding: 2rem 0 1rem;
}

body.subcenter footer.footer .footer-inner,
body.subcenter footer.footer a {
    color: #76788F;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

body.subcenter footer.footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1110px) {
    body.subcenter footer.footer .footer-inner {
        margin: 0 2rem;
    }
}

@media (max-width: 768px) {
    body.subcenter footer.footer .footer-inner .links {
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }
}

body.subcenter footer.footer .footer-inner a:hover {
    color: #fff;
}

body.subcenter footer.footer .footer-inner .icons a {
    margin-left: 10px;
    opacity: .3;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

body.subcenter footer.footer .footer-inner .icons a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
    .mktoFormRow:nth-child(2) {
        display: flex;
        justify-content: space-between;
    }

    .mktoFormRow:nth-child(4) {
        display: flex;
    }

    .mktoFormRow:nth-child(5) {
        display: flex;
    }

    .mktoFormRow:nth-child(6) {
        display: flex;
    }

    .mktoFormRow:nth-child(3) {
        display: flex;
    }

    .mktoFormRow:nth-child(13) .mktoFormCol:nth-child(1) {
        margin-right: 1rem !important;
    }

    .mktoFormRow:nth-child(14) .mktoFormCol:nth-child(1) {
        margin-right: 1rem !important;
    }

    .mktoFormRow:nth-child(15) .mktoFormCol:nth-child(1) {
        margin-right: 1rem !important;
    }

    .mktoFormRow:nth-child(16) .mktoFormCol:nth-child(1) {
        margin-right: 1rem !important;
    }
}

body.subcenter .info-section .main-form h2 {
    font-size: 22px;
}

body.subcenter .info-section .main-form h2 strong {
    padding: 0px;
}

body.subcenter .wrapper {
    width: calc(50% - 30px);
}

@media (max-width: 767px) {
    body.subcenter .wrapper {
        width: 100%;
    }
}

body.subcenter .purple-section {
    position: unset;
    margin-top: 40px;
}

body.subcenter .header-dark {
    padding-bottom: 0;
}


/* RTL */

body[data-loadedlang="Arabic"] *,
body[data-loadedlang="Hebrew"] * {
  text-align: right !important;
}

body[data-loadedlang="Arabic"] .header-holder img,
body[data-loadedlang="Hebrew"] .header-holder img {
  float: left;
}

body[data-loadedlang="Arabic"] form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel,
body[data-loadedlang="Hebrew"] form.mktoForm .mktoFormRow .mktoFieldWrap label.mktoLabel {
  float: right;
}

body[data-loadedlang="Arabic"] .mktoForm .mktoCheckboxList,
body[data-loadedlang="Hebrew"] .mktoForm .mktoCheckboxList {
  right: 0;
}

body[data-loadedlang="Arabic"] #LblpreferenceBlog,
body[data-loadedlang="Arabic"] #LblpreferenceEvents,
body[data-loadedlang="Arabic"] #LblpreferenceMarketingContent,
body[data-loadedlang="Arabic"] #LblsubFormula1,
body[data-loadedlang="Arabic"] #LblDataSet_Interest__c,
body[data-loadedlang="Arabic"] #LblUnsubscribed,
body[data-loadedlang="Arabic"] #LblsubPauseComms90Days,
body[data-loadedlang="Arabic"] #LblwebsiteGDPROptIn,
body[data-loadedlang="Hebrew"] #LblpreferenceBlog,
body[data-loadedlang="Hebrew"] #LblpreferenceEvents,
body[data-loadedlang="Hebrew"] #LblpreferenceMarketingContent,
body[data-loadedlang="Hebrew"] #LblsubFormula1,
body[data-loadedlang="Hebrew"] #LblDataSet_Interest__c,
body[data-loadedlang="Hebrew"] #LblUnsubscribed,
body[data-loadedlang="Hebrew"] #LblsubPauseComms90Days,
body[data-loadedlang="Hebrew"] #LblwebsiteGDPROptIn {
  margin-right: 25px;
}
