/* ------- Webfonts SRT ------- */
@font-face {
    font-family: 'FormaDJR Display';
    src: url(../fonts/FormaDJRDisplay-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'FormaDJR Micro';
    src: url(../fonts/FormaDJRMicro-Regular.woff2) format('woff2');
}

/* ------- Webfonts END ------- */

/* ------- General SRT ------- */
body {
    margin: 0;
    padding: 0;
    background-color: #f2ebdc;
}

html {
    font-size: 16px;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: none !important;
}

*:link,
*:visited,
*:hover,
*:active {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
    padding: 0;
}

.hp_block {
    padding: 20px;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
}

.hp_block_txt1 {
    font-size: 1.5rem;
}

.hp_block_txt2 {
    font-size: 1.25rem;
}

.hp_block_txt3 {
    font-size: 1rem;
}

.hp_block_display {
    padding: 20px;
    font-family: 'FormaDJR Display', Arial, Helvetica, sans-serif;
}

.hp_limit {
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line {
    background-color: #000000;
    height: 1px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line-white {
    background-color: #ffffff;
    height: 1px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hp_line-margin {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.hp_line-margin-int {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 5px 0;
}

.hp_line-margin-slide {
    background-color: #000000;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.banner {
    position: relative;
    overflow: hidden;
}

.intro_img-txt {
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    font-family: 'FormaDJR Micro';
    color: #ffffff;
}

.intro_img-txt_cont {
    padding: 20px;
}

.intro_img-txt_upper {
    margin: 0 0 15px 0;
    font-size: 3rem;
    line-height: 40px;
}

.intro_img-txt_lower {
    margin: 15px 0 0 0;
    font-size: 2rem;
    line-height: 28px;
}

.banner_video,
.banner_image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.video,
.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.hp_button {
    background-color: #000000;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px;
    width: 25%;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width: 768px) {
    .hp_block_display {
        padding: 15px;
        font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    }

    .hp_block {
        padding: 15px;
    }

    .hp_block_txt1 {
        font-size: 1.25rem;
    }

    .hp_block_txt2 {
        font-size: 1rem;
    }

    .hp_block_txt3 {
        font-size: .75rem;
    }

    .hp_line-margin {
        margin: 15px 0;
    }

    .hp_button {
        padding: 5px;
        width: 100%;
        max-width: unset;
    }

    .intro_img-txt {
        font-size: 2rem;
        line-height: 30px;
    }

    .intro_img-txt_cont {
        padding: 15px;
    }

    .intro_img-txt_upper {
        font-size: 2rem;
        line-height: 28px;
    }

    .intro_img-txt_lower {
        font-size: 1.25rem;
        line-height: 18px;
    }

    .hp_line-margin-slide {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 425px) {
    .hp_block_txt1 {
        font-size: 1rem;
    }

    .hp_block_txt2 {
        font-size: .75rem;
    }

    .intro_img-txt {
        font-size: 1rem;
        line-height: 15px;
    }

    .intro_img-txt_upper {
        font-size: 1.5rem;
        margin: 0 0 5px 0;
    }

    .intro_img-txt_lower {
        font-size: 1rem;
        margin: 5px 0 0 0;
    }
}

/* ------- General END ------- */

/* ------- Header Index SRT ------- */
.header_index {
    background-color: #549ef7;
}

.header_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.header_index_title {
    font-size: 3.5rem;
    line-height: 46px;
}

/* .header_index_logo {
    display: flex;
    align-items: center;
    position: relative;
    width: clamp(40px, 9.5%, 80px);
} */

/* .header_index_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    transform: translateX(-50%) translateY(-50%);
} */

.header_index_logo {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #000000;
}

.header_index_logo-img1 {
    margin: 0 10px 0 0;
    height: 50px;
    width: 50px;
}

.header_index_logo-img2 {
    display: none;
    margin: 0 0 0 10px;
    height: 50px;
    width: 73px;
}

@media only screen and (max-width: 768px) {
    .header_index_title {
        font-size: 2rem;
        line-height: 32px;
    }

    .header_index_logo {
        padding: 0 15px;
    }

    .header_index_logo-img1 {
        margin: 0 5px 0 0;
        height: 25px;
        width: 25px;
    }

    .header_index_logo-img2 {
        margin: 0 0 0 5px;
        height: 25px;
        width: 42px;
    }
}

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

    .header_index_title {
        font-size: 1.5rem;
        line-height: 20px;
    }
}

/* ------- Header Index END ------- */

/* ------- Header Menu STR ------- */
.header_menu_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.header_menu_title {
    border-right: 1px solid #000000;
}

.header_menu_title,
.header_menu_btn {
    font-size: 3.5rem;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
}

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

    .header_menu_title,
    .header_menu_btn {
        padding-left: 20px;
    }
}

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

    .header_menu_title,
    .header_menu_btn {
        padding-left: 15px;
    }
}

.menu_title_content {
    font-size: 2.5rem;
    line-height: 32px;
}

.header_menu_btn {
    flex-grow: 1;
}

.menu_icon {
    height: 46px;
    width: 46px;
    margin: 0 20px;
}

/* @media only screen and (max-width: 1024px) {

    .header_menu_title,
    .header_menu_btn {
        font-size: 2.5rem;
        line-height: 32px;
    }

    .menu_icon {
        height: 32px;
        width: 32px;
    }
} */

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

    .header_menu_title,
    .header_menu_btn {
        font-size: 2rem;
        line-height: 26px;
        letter-spacing: -.5px;
    }

    .menu_icon {
        height: 20px;
        width: 20px;
        margin: 0 15px;
    }

    .header_menu_title {
        /* max-width: 200px; */
        box-sizing: border-box;
    }

    .menu_title_content {
        font-size: 1.75rem;
        line-height: 24px;
    }
}

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

    .header_menu_title,
    .header_menu_btn {
        font-size: 1.5rem;
        line-height: 20px;
        padding: 10px;
    }

    .menu_icon {
        height: 14px;
        width: 14px;
        margin: 0 10px;
    }

    .menu_title_content {
        font-size: 1.25rem;
        line-height: 16px;
        padding: 10px;
    }
}

/* ------- Header Menu END ------- */

/* ------- Intro Container STR ------- */
.intro_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.allcontained {
    max-width: 1200px;
    margin: 0 auto;
}

.intro_img {
    position: relative;
    width: 100%;
    height: 50vh;
}

.intro_info {
    width: 100%;
    height: 100%;
}

.intro_info_index-color {
    background-color: #8cbefa;
}

.intro_info_select-color {
    background-color: #c5defc;
}

.intro_info_select-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.intro_menu_button:first-child {
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
    .intro_img {
        padding-top: 56.25%;
        height: unset;
    }

    .intro_menu_button:first-child {
        margin: 0 15px 0 0;
    }
}

/* ------- Intro Container END ------- */

/* ------- Menu SRT ------- */
.menu_overlay {
    height: 0;
    width: 500px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #f2ebdc;
    overflow-y: hidden;
    transition: .5s;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.menu_title {
    background-color: #549ef7;
    padding: 20px;
    font-size: 3.5rem;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.menu_title a {
    font-size: 4.5rem;
}

.menu_btn-cont {
    background-color: #8cbefa;
    font-size: 2rem;
    line-height: 26px;
    display: flex;
    flex-direction: column;
}

.menu_btn {
    padding: 20px;
    cursor: pointer;
    transition: .5s;
}

.menu_btn:hover {
    background-color: #549ef7;
}

.menu_logo {
    flex-grow: 1;
    background-color: #c5defc;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.menu_logo-hp {
    background-image: url(../img/logos/hp_logo_black.svg);
    height: 60px;
    width: 60px;
}

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

    .menu_overlay {
        width: 400px;
    }
}

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

    .menu_overlay {
        width: 100%;
    }

    .menu_title {
        padding: 15px;
        font-size: 2rem;
        line-height: 32px;
    }

    .menu_title a {
        font-size: 3.5rem;
    }

    .menu_btn-cont {
        font-size: 1.25rem;
        line-height: 16px;
    }

    .menu_btn {
        padding: 15px;
    }

    .menu_logo-hp {
        height: 50px;
        width: 50px;
    }
}

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

    .menu_title {
        font-size: 1.5rem;
        line-height: 20px;
    }

    .menu_title a {
        font-size: 2.5rem;
    }

    .menu_btn {
        font-size: 1rem;
        line-height: 12px;
    }

    .menu_logo-hp {
        height: 40px;
        width: 40px;
    }
}

/* ------- Menu END ------- */

/* ------- Articles SRT ------- */
.articles_cont {
    padding: 20px;
    font-family: 'FormaDJR Micro';
}

.mini_slide {
    background-color: #f2ebdc;
    cursor: pointer;
    margin: 0 10px;
    height: 450px !important;
    display: flex !important;
    flex-direction: column;
    position: relative;
}

.mini_slide-webinar {
    border: solid 1px #000000;
}

.mini_slide_txt {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
}

.mini_slide_title {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 22px;
}

.mini_slide_desc {
    padding: 15px;
    font-size: 1rem;
    line-height: 16px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    letter-spacing: .4px;
}

.mini_slide:hover .mini_slide_desc {
    visibility: visible;
    opacity: 1;
}

.mini_slide_btn {
    border: none;
    font-family: 'FormaDJR Micro';
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    padding: 10px;
    min-width: 33%;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.mini_slide_logo {
    height: 50px;
    margin: 15px 0 0 0;
    padding: 15px;
    border-top: 1px solid #000000;
}

.articles_logo {
    object-fit: contain;
    object-position: left;
    height: 50px;
    width: 100%;
}

.mini_slide_img-cont {
    flex-grow: 1;
    background-color: #e6e6e6;
}

.mini_slide_img-cont-webinar {
    padding: 15px;
}

.articles_image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.articles_image-webinar {
    object-fit: contain;
    height: 100%;
    width: 100%;

}

.articles_logo_cont {
    position: absolute;
    display: flex;
    align-items: flex-end;
    right: 15px;
    bottom: 15px;
    height: auto;
    width: 120px;
}

.articles_logo_cont_windows {
    position: absolute;
    display: flex;
    align-items: flex-end;
    right: 25px;
    bottom: 20px;
    height: auto;
    width: 160px;
}

.articles_logo_img {
    width: 100%;
}

.articles_logo_img_windows {
    width: 100%;
}

.main_slide {
    background-color: #f2ebdc;
    display: flex !important;
    flex-direction: row;
}

.main_slide_txt {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}

.main_slide_title {
    font-size: 1.5rem;
    line-height: 22px;
    padding: 20px;
}

.main_slide_desc,
.main_slide_btn {
    font-size: 1rem;
    line-height: 16px;
    padding: 20px
}

.main_slide_btn {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main_slide_btn p {
    margin: 0 0 20px 0;
}

.main_slide_button {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0 0;
}

.main_slide_img-cont {
    width: calc((100% / 3) * 2);
}

.mini_slide_video {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.mini_slide_title_video {
    padding: 20px;
    font-size: 1.5rem;
    line-height: 20px;
}

.mini_video {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .articles_cont {
        padding: 15px;
    }

    .mini_slide {
        margin: 0 7.5px;
    }

    .mini_slide {
        height: 400px !important;
    }

    .mini_slide_title {
        padding: 10px;
        font-size: 1.25rem;
        line-height: 18px;
    }

    .mini_slide_desc {
        padding: 10px;
        font-size: .75rem;
        line-height: 14px;
    }

    .mini_slide_btn {
        bottom: 10px;
        left: 10px;
    }

    .mini_slide_logo {
        height: 40px;
        margin: 10px 0 0 0;
        padding: 10px;
    }

    .mini_slide_title_video {
        padding: 15px;
        font-size: 1.25rem;
        line-height: 16px;
    }

    .articles_logo {
        height: 40px;
    }

    .main_slide_title {
        font-size: 1.25rem;
        line-height: 16px;
        padding: 15px;
    }

    .main_slide_desc,
    .main_slide_btn {
        font-size: .75rem;
        line-height: 14px;
        padding: 15px;
    }

    .main_slide_btn p {
        margin: 0 0 15px 0;
    }

    .main_slide_button {
        margin: 15px 0 0 0;
    }

    .main_slide {
        flex-direction: column-reverse;
    }

    .main_slide_img-cont {
        width: 100%;
    }

    .main_slide_txt {
        width: 100%;
        flex-grow: 1;
    }

    .main_slide_button {
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    .main_slide_button {
        width: 100%;
    }

    .mini_slide_title_video {
        font-size: 1rem;
        line-height: 14px;
    }
}

/* ------- Articles END ------- */

/* ------- Help SRT ------- */
.help_button {
    background-color: #0096d6;
    position: fixed;
    z-index: 1;
    top: 86px;
    right: 0;
    width: auto;
    height: auto;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    transition: .5s;
}

.sticky_help {
    top: 0;
    transition: .5s;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.help_icon {
    background-image: url(../img/services_footer/icons/generic_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    height: auto;
    width: 50px;
}

.help_txt {
    font-size: 1.5rem;
    padding: 15px;
    line-height: 20px;
    border-left: 1px solid #000000;
}

.help_overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #80cbeb;
    overflow-y: scroll;
    transition: .5s;
    display: flex;
    flex-direction: column;
}

.help_title {
    background-color: #0096d6;
}

.help_title_cont {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 3rem;
    line-height: 40px;
}

.closebtnhelp {
    font-size: 4rem;
}

.help_subtitle {
    background-color: #40b0e0;
}

.help_subtitle_cont {
    max-width: 1024px;
    margin: 0 auto;
}

.help_form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.help_form_upper {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.help_input {
    border: 1px solid #000000;
    background-color: transparent;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: inherit;
    padding: 10px;
    width: calc(50% - 10px);
    min-width: 250px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
}

.help_input:nth-child(13) {
    margin: 0;
}

.help_form_lower {
    background-color: #bfe5f5;
    flex-grow: 1;
}

.help_form_lower_cont {
    max-width: 1024px;
    margin: 0 auto;
}

.checkbox_cont {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.checkbox_cont input {
    margin: 0 10px 0 0;
}

.checkbox_cont label {
    margin: 0 20px 0 0;
}

.help_send_button {
    font-size: 1.25rem;
}

.help_overlay::-webkit-scrollbar {
    width: 8px;
}

.help_overlay::-webkit-scrollbar-track {
    background-color: #000000;
}

.help_overlay::-webkit-scrollbar-thumb {
    background-color: #0096d6;
    border-left: 1px solid #000000;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
}

::-ms-input-placeholder {
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .help_button {
        top: 62px;
    }

    .sticky_help {
        top: 0;
        transition: .5s;
        box-shadow: 2px 2px 0 0 rgb(0 0 0 / 25%);
    }

    .help_txt {
        font-size: 1.25rem;
        line-height: 16px;
        display: none;
    }

    .help_icon {
        width: 54px;
        height: 54px;
    }

    .help_form_upper {
        flex-direction: column;
        margin: unset;
    }

    .help_input {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .help_input:nth-child(11) {
        margin: 0 0 15px 0;
    }

    .help_title_cont {
        font-size: 2rem;
        line-height: 27px;
    }

    .closebtnhelp {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    .help_button {
        top: 50px;
    }

    .sticky_help {
        top: 0;
        transition: .5s;
        box-shadow: 0 2px 0 0 rgb(0 0 0 / 25%);
    }

    .help_txt {
        font-size: 1rem;
        flex-grow: 1;
    }

    .help_icon {
        width: 36px;
        height: 36px;
    }

    .help_title_cont {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .closebtnhelp {
        font-size: 2.5rem;
    }
}

/* ------- Help END ------- */

/* ------- Services Footer STR ------- */
.services_footer-cont {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.services_text {
    width: calc(100% / 3);
    margin: 0 20px 0 0;
    box-sizing: border-box;
}

.services_video {
    width: calc((100% / 3) * 2);
}

.video_services {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .services_footer-cont {
        padding: 15px 15px 0 15px;
        flex-direction: column-reverse;
    }

    .services_text {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .services_video {
        width: 100%;
    }
}

/* ------- Services Footer END ------- */

/* ------- Legal Footer STR ------- */
.logo_footer {
    background-color: unset;
}

.logo_footer-cont {
    font-family: 'FormaDJR Micro';
    height: 40px;
    padding: 25px 20px 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logo_footer_hp {
    height: 100%;
}

.logo_footer_intel {
    height: 25px;
}

.logo_footer-cont p {
    font-size: 20px;
    margin: 0 10px;
}

.legal_footer {
    text-align: left;
}

.legal_footer p {
    opacity: .5;
    font-size: .75em;
}

.logo_footer_windows {
    display: none;
    height: 25px;
}

.logo_div_footer {
    display: none;
    height: 100%;
    width: 1px;
    background-color: #000000;
    margin: 0 25px;
}

@media only screen and (max-width: 768px) {
    .logo_footer-cont {
        height: 30px;
        padding: 25px 15px 10px 15px;
    }

    .logo_footer-cont p {
        font-size: 16px;
        margin: 8px;
    }
}

@media only screen and (max-width: 425px) {
    .logo_footer-cont {
        padding: 15px 15px 0 15px;
    }

    .logo_footer_intel {
        height: 15px;
    }

    .logo_div_footer {
        margin: 0 15px;
    }

    .logo_footer_windows {
        height: 15px;
    }
}

/* ------- Legal Footer END ------- */