@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{ box-sizing: border-box; }



/* ex. 


*/


-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; */


/* ex. -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);;  */

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-family: 'Barlow', sans-serif; font-weight:400; color:#000000; font-size: 16px;}
input{font-family: 'Barlow', sans-serif;}
ul{margin:0px; padding:0;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; text-decoration:none; color:#000000;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'Barlow', sans-serif; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Barlow', sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

h1,h2,h3,h4,h5,h6{margin-top:0px; color:#000000; margin-bottom:10px;}
h1 { font-size: 72px; line-height: 72px; font-weight: 700; }
h2 { font-size: 42px; line-height: 52px; font-weight: 600; }
h3 { font-size: 38px; line-height: 44px; font-weight: 600; }
h4 { font-size: 32px; line-height: 36px; font-weight: 600; }
h5 { font-size: 28px; line-height: 32px; font-weight: 600; }
h6 { font-size: 24px; line-height: 28px; font-weight: 600; }

.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

.content { font-size: 24px; line-height: 34px; font-weight: 400; }
.content p { margin-top: 0; }
.reg_btn { display: flex; }
.reg_btn a { background: #fcaf17; font-size: 20px; letter-spacing: 3px; color: #000; font-weight: 700; border: 1px solid #fa0; padding: 5px 40px; border-radius: 18px; transition: all 0.4s ease-in-out; cursor: pointer; }
.reg_btn a:hover { color: #fcaf17; border: 1px solid #fcaf17; background:none; }

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}
.hs-error-msgs label { color: red; }

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}


.form_style .hs-form fieldset.form-columns-2 .hs-dependent-field {
    float: left;
    margin: 0;
    width: 50%;
}

.form_style .hs-form fieldset.form-columns-2 .hs-dependent-field>.hs-form-field.hs_country:last-child {
    margin: 0;
    width: 100%
}

.form_style .hs-form fieldset.form-columns-2 .hs-dependent-field>.hs-form-field:nth-child(1n+1) {
    
    width: 50%;
}

.form_style .hs-form fieldset.form-columns-2 .hs-dependent-field>.hs-form-field:nth-child(2) {

    margin-right: 0
}
.form_style .hs-form fieldset.form-columns-2 .hs-dependent-field>.hs-form-field:nth-child(2) .input{ width:100% }


/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}
.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

/* Menu CSS */
.ebiz-toggle{padding:10px 0; background-color:rgba(0, 0, 0, 0.1); float:right; border:none; cursor:pointer; width: 43px;}
.ebiz-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:3px; position:relative; width:22px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
.ebiz-toggle .icon-bar + .icon-bar{margin-top:4px;}
.ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:7px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.mainmenu .mobile-menu span.mobile-toggle{width:36px; height:36px; position:absolute; right:0px; top:0px; background-color:#ededed; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#000; height:16px; width:2px; position:absolute; left:17px; top:10px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:100%; min-width:250px;}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
.mainmenu .hs-menu-wrapper ul ul{background-color:#fff; min-width:250px;}

/* CSS start from here */

/* Header CSS */
.header { padding: 32px 0; position: fixed; top: 0; right: 0; left: 0; background: rgb(0 0 0 / 30%); width: 100%; z-index: 99; }
.header.active { background-color: #000; }
.header .header_wrap { display: flex; align-items: center; justify-content: space-between; }
.header .header_wrap .logo { width: 220px; }
.header .header_wrap .logo img { width: 100%; }
.header .header_wrap .mainmenu { display: flex; }
.header .header_wrap .mainmenu ul { display: flex; gap: 37px; }
.header .header_wrap .mainmenu ul>li a { font-size: 18px; color: #fff; font-weight: 600; text-transform: none; position: relative; transition: all 0.4s ease-in-out;  }
.header .header_wrap .mainmenu ul>li a:after { content: ''; border-bottom: 2px solid #fff; position: absolute; bottom: -9px; left: 0; width: 100%; }
.header .header_wrap .mainmenu ul>li:hover a { color: #FFAA00; }
.header .header_wrap .mainmenu ul>li:hover a:after { border-bottom: 2px solid #FFAA00; }
.header .header_wrap .mainmenu .regbtn a { background: #fcaf17; font-size: 18px; color: #000; font-weight: 600; border: 1px solid #fa0; padding: 3px 10px; border-radius: 18px; transition: all 0.4s ease-in-out; }
.header .header_wrap .mainmenu .regbtn a:hover { color: #fcaf17; border: 1px solid #fcaf17; background:none; } 

.header_wrap .globe_class { background-image: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/globe-icon.svg); }
.header_wrap .globe_class .lang_list_class { min-width: 170px; }
.header_wrap .globe_class .lang_list_class a.lang_switcher_link { font-size: 13px; font-weight: 500; }
.header_wrap .globe_class .lang_list_class li { padding: 15px 15px 7px; }
.header_wrap .lang_switcher_class { top: 5px; margin-left: 35px; }
.lang_list_class li:last-child { padding-bottom: 15px !important; }
.lang_list_class li:first-child { padding-top: 15px !important; }
.header_wrap .menulang_bx { display: flex; }


/* Hero Section CSS */
.hero_section { color: #fff; padding: 180px 0 56px; }
.hero_section .herosec_details { min-height: 630px;max-width: 630px; display: flex; flex-flow: column wrap; align-items: flex-start; justify-content: center; }
.hero_section .herosec_details h1.title { color: #fff; margin-bottom: 100px; }
.hero_section .herosec_details .logo { width: 634px; margin-bottom: 45px; }
.hero_section .herosec_details .logo img { width: 100%; }
.hero_section .herosec_details .content_text { color: #FFAA00; text-transform: uppercase; letter-spacing: 3px; }
.hero_section .herosec_details .herosec_img_wrap { display: flex; align-items: center; }


/* What Is Penteracon CSS */
.wip_section { padding: 25px 0 25px; }
.wip_section .wip_sec_wrap .main_title { padding:0; position: relative; }
/* .wip_section .wip_sec_wrap .main_title:before { content: ''; border-top: 3px solid #FFAA00; position: absolute; top: 0; width: 462px; border-radius: 5px; } */
.wip_section .wip_sec_wrap .main_title .content ul { padding:0 0 0 30px; }
.wip_section .wip_sec_wrap .main_title .content ul li { list-style:disc; }
.wip_section .wip_sec_wrap .wip_main_cover .wip_data { width: calc(33.33% - 30px); margin-bottom:10px; }
.wip_section .wip_sec_wrap .wip_main_cover { display: flex; flex-flow: row wrap; justify-content: space-between; }
.wip_section .wip_sec_wrap .wip_main_cover .image { display: flex; margin-bottom: 20px; height: 300px; }
.wip_section .wip_sec_wrap .wip_main_cover .image img { width: 100%; height: 100%; object-fit: cover; }
.wip_section .wip_sec_wrap .wip_main_cover .heading { color: #FFAA00; text-transform: uppercase; letter-spacing: 2px; }
.wip_section .wip_sec_wrap .regbtn { display: flex; }

.penteracon-us .wip_section .wip_sec_wrap .wip_main_cover .wip_data { margin-bottom:30px; }
.penteracon-us .wip_section .content { margin-bottom: 50px; }


/* Image Video Section CSS */
.imgvideo_sec { padding-bottom: 40; padding-bottom: 70px; }
.imgvideo_sec .imgvideo_wrap .image img, .video { width: 100%; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .video_box { position: relative; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .video_box .video-thumbnail-img  { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; z-index: 1; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .video_box .video-thumbnail-img img { height: 100% !important; width: 100%; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .video_box video { width: 100%; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .play-button-wrapper { z-index: 2; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: auto; pointer-events: none; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .play-button-wrapper #circle-play-b { cursor: pointer; pointer-events: auto; }
.imgvideo_sec .imgvideo_wrap .imgvideo_set .play-button-wrapper #circle-play-b svg { width: 100px; height: 100px; fill: #fff; stroke: #fff; cursor: pointer; background-color: rgba(0, 0, 0, 0.2); border-radius: 50%; opacity: 0.9; }


/* Contactus Section CSS */
.contactus_section { padding: 50px 0; }
.contactus_section { position: relative; }
.contactus_section .contactus_wrap .title { font-weight: 800; }
.contactus_section .contactus_wrap:before { content: ''; border-top: 3px solid #FFAA00; position: absolute; top: 0; width: 462px; border-radius: 5px; }
.contactus_section .contactus_wrap .reg_btn { margin-top: 20px; }
.pentera-agenda-eu .contactus_section .contactus_wrap:before { display:none; }

/* Footer CSS */
.footer { background: #000; padding: 30px 0;  }
.footer .footer_section { display: flex; justify-content: space-between; width: 100%; }
.footer .footer_section .fleft_part { display: flex; align-items: center; }
.footer .footer_section .fleft_part .logo { width: 220px; }
.footer .footer_section .fleft_part .logo img { width: 100%; }
.footer .footer_section .fleft_part .social_icon { position: relative; padding-left: 70px; display: inline-block; vertical-align: top; }
.footer .footer_section .fleft_part .social_icon ul { display: flex; gap: 20px; align-items: center; }
.footer .footer_section .fleft_part .social_icon ul li a { width: 32px; display: flex; }
.footer .footer_section .fleft_part .social_icon ul li a img { width: 100%; }
.footer .footer_section .fleft_part .social_icon:before { content: ''; border-left: 2px solid #fff; height: 100%; position: absolute; left: 35px; }
.footer .footer_section .fright_part { display: flex; align-items: center; gap: 60px; }
.footer .footer_section .fright_part .rights_reserved_text { color: #fff; }
.footer .footer_section .fright_part .footer_content:before { content: ''; border-left: 2px solid #fff; height: 46px; position: absolute; left: -30px; top: -13px; }
.footer .footer_section .fright_part .footer_content { color: #fff; position: relative; }
.footer .footer_section .fright_part .footer_content p a { color: #fff; transition: all 0.4s ease-in-out; }
.footer .footer_section .fright_part .footer_content p a:hover { color: #FFA900; }
.footer .footer_section .fright_part .footer_content p { margin: 0; display: flex; gap: 10px; }


.faq_section { display: inline-block; width: 100%; vertical-align: top; padding: 25px 0 120px; }
.faq_section .section_wrap { padding-top: 40px; position: relative; }
/* .faq_section .section_wrap:before { position: absolute; content: ""; top: 0; left: 0; width: 462px; height: 4px; background: #FFA900; border-radius: 4px; } */
.faq_section .section_wrap h3 { font-weight: 700; font-size: 28px; line-height: 1; margin-bottom: 40px; }
.faq_section .section_wrap .inner { margin-bottom: 30px; font-size: 24px; line-height: 30px; max-width: 1055px; }
.faq_section .section_wrap .inner .box_title { font-weight: 700; padding-bottom: 15px; }
.faq_section .section_wrap .inner .box_content p { margin: 0 0 10px; }
.faq_section .section_wrap .inner .box_content { }
.faq_section .section_wrap .inner .box_content  a { display: inline-block; width: 100%; text-decoration: underline; }
.faq_section .section_wrap .inner .box_content a+a { margin-top: 5px; }
.faq_section .section_wrap .inner:last-child { margin: 0; }
.faq_section .section_wrap .inner .agenda_content ul li span { width: 18%; display: inline-block; }

.speakers_section { display: inline-block; width: 100%; vertical-align: top; padding: 25px 0; }
/* .speakers_section .title:before { position: absolute; content: ""; top: 0; left: 0; width: 460px; height: 4px; background: #FFA900; border-radius: 4px; } */
.speakers_section .title h3 { margin: 0; font-size: 28px; line-height: 30px; font-weight: 700; }
.speakers_section .title { flex-flow: row wrap; padding-top: 40px; position: relative; display: flex; justify-content: space-between; align-items: center; }
.speakers_section .coming_soon_label { font-size: 22px; line-height: 28px; font-weight: 700; text-transform: uppercase; color: #ffaa00; letter-spacing: 2px; }
.speakers_section .section_wrap { padding-top: 20px; display: flex; flex-wrap: wrap; margin: 0 -20px; }
.speakers_section .section_wrap .col { width: 20%; padding: 0 10px 60px; }
.speakers_section .section_wrap .col .img { width: 100%; height: 305px; }
.speakers_section .section_wrap .col .inner .name_des { width: 80%; font-size: 20px; line-height: 25px; }
.speakers_section .section_wrap .col .boxtop_title { display: flex; flex-wrap: wrap; justify-content: space-between; padding:10px 10px 15px; }
.speakers_section .section_wrap .col .bottom_part { padding: 15px 0 0; position: relative; width: 100%; }
.speakers_section .section_wrap .col .inner { padding: 0; background: #fff; transition: all .5s ease-in-out; position:relative; }
.speakers_section .section_wrap .col .inner:hover, .speakers_section .section_wrap .col .inner.box_active { box-shadow: 0px 0px 10px rgb(0, 0, 0, .1); }
.speakers_section .section_wrap .col .tab_box .box_title { padding: 15px 0; border-top: 2px solid #000; font-size: 20px; line-height: 23px; position: relative; padding-right: 20px; }
.speakers_section .section_wrap .col .inner .name_des span { font-weight: 700; display: block; }
.speakers_section .section_wrap .col .tab_wrap { width: 100%; position: absolute; top: 100%; left: 0; padding: 0 10px 10px; transition:all .5s ease-in-out; }
.speakers_section .section_wrap .col .tab_box .box_content { font-size: 18px; line-height: 1.2; display: none; padding: 0 10px 10px 10px; left: 0; z-index: 1; }
.speakers_section .section_wrap .col .tab_box .box_content ul li+li { margin-top: 15px; }
.speakers_section .section_wrap .col .tab_box .box_title:before { position: absolute; top: 17px; right: 0; content: ""; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/down_arrow.png)no-repeat center/cover; width: 19px; height: 10px; }
.speakers_section .section_wrap .col.box-active .tab_wrap {  box-shadow: 0px 6px 6px rgb(0 0 0 / 10%); background:#fff; z-index:1; }
.speakers_section .section_wrap .col .inner:hover .tab_wrap {  box-shadow: 0px 6px 6px rgb(0 0 0 / 10%); background:#fff; }

.agenda_section { display: inline-block; width: 100%; padding: 25px 0; vertical-align: top; }
.agenda_section .title { position: relative; padding-top: 40px; }
/* .agenda_section .title:before { position: absolute; content: ""; top: 0; left: 0; width: 460px; height: 4px; background: #FFAA00; border-radius: 5px; } */
.agenda_section .title h3 { font-size: 28px; line-height: 30px; font-weight: 700; }
.agenda_section .top_part { display: flex; align-items: center; flex-wrap: wrap; padding-top: 30px; }
.agenda_section .top_part ul { display: flex; align-items: center; flex-wrap: wrap; }
.agenda_section .top_part ul li { margin-left: 50px; position: relative; font-size: 24px; line-height: 36px; text-transform: capitalize; display:flex; align-items:center;}
.agenda_section .top_part ul li span { width: 20px; height: 20px; border-radius: 100%; margin-right:10px; }
.agenda_section .top_part .legend { font-size: 24px; line-height: 36px; text-transform: capitalize; }

.agenda_section .bottom_part { padding-top: 50px; max-width: 100%; }
.agenda_section .bottom_part .session_wrap+.session_wrap { margin-top: 50px;  }
.agenda_section .bottom_part .session_wrap .date { font-size: 25px; line-height: 30px; color: #ffaa00; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px; font-weight: 700; }
.agenda_section .bottom_part .session_wrap .date span { padding-left: 20px; position: relative; }
.agenda_section .bottom_part .session_wrap .date span:before { position: absolute; content: ""; top: 0; left: 0; width: 2px; height: 30px; bottom: 0; background: #ffaa00; margin: auto 0; }
.agenda_section .bottom_part .session_inner { margin-bottom: 30px; padding-left: 40px; position:relative; }
.agenda_section .bottom_part .box_part { display: flex; flex-wrap: wrap; font-size: 24px; line-height: 30px; }
.agenda_section .bottom_part .box_part .content { display: none; padding-top: 15px; }
.agenda_section .bottom_part .box_part .time { width: 160px; font-weight: 700; }
.agenda_section .bottom_part .box_part .session_name { padding: 0 15px 0 0; }
.agenda_section .bottom_part .box_part .name_title { padding:0 15px; position:relative; }
.agenda_section .bottom_part .box_part .location { padding: 0 15px; margin-left: 0; position: relative; }
.agenda_section .bottom_part .box_part .location:before { position: absolute; content: ""; top: 0; left: 0; width: 2px; height: 30px; background: #000; bottom: 0; margin: auto 0; }
.agenda_section .bottom_part .box_part a.readmore { font-weight: 700; font-size: 20px; line-height: 25px; }
.agenda_section .bottom_part .box_part a:hover { color: #ffaa00; }
.agenda_section .bottom_part .box_part a.read_less { font-weight: 700; font-size: 20px; padding-top: 15px; display: inline-block; }
.agenda_section .bottom_part .session_inner:before { position: absolute; top: 5px; left: 0; width: 20px; height: 20px; background: #FBA919; content: ""; border-radius: 100%; }
.agenda_section .bottom_part .session_inner.main:before { background: #FBA919; }
.agenda_section .bottom_part .session_inner.executive_track:before { background: #005BAB; }
.agenda_section .bottom_part .session_inner.practitioners_track:before { background: #00AEEF; }
.session_inner.active .readbtn{ display:none;}
.agenda_section .bottom_part .box_part .content a.readmore { margin-top: 15px; display: inline-block; }
.agenda_section .bottom_part .box_part .right_part { width: calc(100% - 160px); display: flex; flex-wrap: wrap; align-items: center; padding-left: 15px; }
.agenda_section .bottom_part .box_part .name_title:before { position: absolute; content: ""; top: 0; left: 0; width: 2px; height: 30px; background: #000; }

.venue_section { display: inline-block; width: 100%; vertical-align: top; padding: 25px 0;  }
.venue_section .title { position: relative; padding-top: 40px; }
.venue_section .title h3 { font-size: 28px; line-height: 30px; font-weight: 700; }
.venue_section .title .top_content { font-size: 24px; line-height: 33px; max-width: 60%; }
.venue_section .title .top_content span { display: block; }
.venue_section .img_box { padding: 50px 0; display: flex; flex-wrap: wrap; margin: 0 -20px; }
.venue_section .img_box .img_inner { width: 33.33%; padding: 0 20px; }
.venue_section .img_box .img_inner .img { width: 100%; height: 310px; }
.venue_section .venue_box { max-width: 60%; }
.venue_section .venue_box .accomodation { font-size: 28px; font-weight: 700; padding-bottom: 15px; }
.venue_section .venue_box .box_titlecont .middle_conternt { font-size: 24px; line-height: 33px; }
.venue_section .box_wrap .box_content { font-size: 24px; line-height: 33px; }
.venue_section .box_wrap .box_content p { margin: 0 0 10px; }
.venue_section .venue_box .box_inner:not(:last-child) { padding-bottom: 30px; }
.venue_section .venue_box .box_titlecont { padding-bottom: 30px; padding-top: 40px; }
.venue_section .box_wrap .box_content ul li:not(:last-child) { margin-bottom: 10px; }
.venue_section .box_wrap .box_content ul li a:hover { color: #FFAA00; }

.popup_form { position: fixed; top: 0; left: 0; display: none; align-items: center; justify-content: center; width: 100%; height:auto; z-index:99; background: rgba(0,0,0,.7);}
.popup_form .section_wrap .top_content ul { display: flex; align-items: center; padding: 15px 0 10px; position: relative; }
.popup_form .section_wrap .top_content ul li { font-size: 26px; letter-spacing: 3px; line-height: 36px; color: #000000; font-weight: 900; }
.popup_form .section_wrap .top_content ul li+li { position: relative; margin-left: 15px; padding-left: 15px; }
.popup_form .section_wrap .top_content ul li+li:before { position: absolute; content: ""; top: 0; left: 0; width: 2px; height: 25px; background: #000; bottom: 0; margin: auto 0; }
.popup_form .section_wrap { position: relative; max-width: 900px; margin: 40px auto; background: #fff;    /* text-align: center; */ filter: drop-shadow(0px 9px 6.5px rgba(0, 0, 0, 0.28)); background-color: #ffffff; padding: 50px; }
.popup_form .section_wrap form input, .popup_form .section_wrap form textarea { border-radius: 3px; background-color: #fff; border: 1px solid #000000; width: 100% !important; max-width: 100% !important; }
.popup_form .section_wrap form select { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/bottom-arrow.svg) no-repeat 99% / 15px; -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 3px; background-color: #fff; border: 1px solid #000000; width: 100% !important; max-width: 100% !important; }
.popup_form .section_wrap form input::placeholder, .popup_form .section_wrap form textarea::placeholder{ font-size: 16px; line-height: 28px; color: #000000; font-weight: 400; text-transform:capitalize; }
.popup_form .section_wrap form textarea { resize:none; }
.popup_form .section_wrap form fieldset { max-width: 100% !important; display: flex; flex-wrap: wrap; margin: 0 -15px; }
.popup_form .section_wrap form fieldset .field.hs-form-field { width: 50%; padding: 0 15px; }
.popup_form .section_wrap form .input { margin: 0; width: 100%; display: inline-block; }
.popup_form .section_wrap form fieldset.form-columns-1 { display:inline-block; width:100%; }
.popup_form .section_wrap form fieldset.form-columns-1 .field.hs-form-field { width: 100%; }

.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list { display: flex; align-items: center; margin-top: 15px; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li { width: 92px; height: 89px; display: flex; align-items: center; justify-content: center; position:relative; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li input { margin: 0 !important; opacity:0; }
.popup_form .section_wrap form fieldset ul.inputs-list li+li { margin-left: 5px; }
.popup_form .section_wrap span.close { position: absolute; top: 15px; right: 15px; cursor: pointer; }
.popup_form .section_wrap form  .hs_submit.hs-submit { display: flex; align-items: center; justify-content: space-between; flex-wrap:wrap; }
.popup_form .section_wrap form .hs_submit.hs-submit .hs-richtext { width: 50%; padding-right: 15px; }
.popup_form .section_wrap form input.hs-button { width: auto !important; border-radius: 19px; background-color: #000000; min-width: 215px; padding: 0; font-size: 22px; letter-spacing: 12px; line-height: 36px; color: #ffffff; font-weight: 700; padding-left:12px; }
.popup_form .section_wrap form .actions { display: inline-block; text-align: right; width: 50%; padding-left:15px; }
.popup_form .submitted-message { font-size: 20px; text-align: center; padding: 15px 0 0; font-weight: 700; }
.popup_form .submitted-message a { color: #FFAA00; }
body.popup_active .popup_form{ display:block; overflow-y: auto; }
.popup_form .section_wrap form fieldset ul.no-list.hs-error-msgs { display: inline-block; margin-top: 0; }
.popup_form .section_wrap form fieldset ul.no-list.hs-error-msgs li { width: 100%; text-align: left; height: auto; }

.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li span { font-size:0; position:absolute; top:0; left:0; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li label span:before { position: absolute; content: ""; top: 0; left: 0; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio01.png)no-repeat center/cover; width: 91px; height: 89px; transition:all .3s ease-in-out; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li input:checked + span:before { opacity: 0.5; transition:all .3s ease-in-out; }

.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(2) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio02.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(3) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio03.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(4) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio04.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(5) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio05.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(6) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio06.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(7) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio07.png)no-repeat center/cover; }
.popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li:nth-child(8) label span:before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pantacorn-2023/radio08.png)no-repeat center/cover; }

.popup_form select.hs-input { border-radius: 3px; border: 1px solid #000000; width: 100% !important; height: 48px; padding: 10px 15px; }

.regbtn_section { padding: 30px 0 5px; }
.regbtn_section .reg_btn { position: relative; }
.regbtn_section .reg_btn:before { position: absolute; content: ""; bottom: -30px; left: 0; width: 460px; height: 4px; background: #FFAA00; border-radius: 5px; }

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


.speakers_section .section_wrap .speakerdet_overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), color-stop(70%, #fff)); background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .8) 0, #fff 70%); background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff 70%); border-radius: 0; -webkit-box-shadow: 0 0 25px 0 rgba(17, 18, 41, .12); box-shadow: 0 0 25px 0 rgba(17, 18, 41, .12); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; opacity: 0; padding: 30px 20px 40px; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); -webkit-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-property: opacity, visibility, -webkit-transform; transition-property: opacity, visibility, -webkit-transform; -o-transition-property: transform, opacity, visibility; transition-property: transform, opacity, visibility; transition-property: transform, opacity, visibility, -webkit-transform; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; visibility: hidden; }
.speakers_section .section_wrap .speakerdet_overlay:after { background-color: #fa0; bottom: 0; content: ""; height: 5px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 51.66%; }
.speakers_section .section_wrap .col:hover .speakerdet_overlay_wrap { overflow-y: auto; }
.speakers_section .section_wrap .speakerdet_overlay_wrap .client_bio { opacity: .75; }
.speakers_section .section_wrap .col .bottom_part { position: initial !important; }
.speakers_section .section_wrap .speakerdet_overlay .speakerdet_overlay_wrap .boxtop_title { padding: 0 0 20px; }

.speakerdet_model.fancybox-content { max-width: 346px; border-radius: 10px; box-shadow: 0 0 30px rgba(17,18,41,.12); padding: 70px 24px 50px; }
.speakerdet_model.fancybox-content:after { background-color: #fa0; bottom: 0; content: ""; height: 5px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 51.66%; }
.speakerdet_model.fancybox-content .fancybox-close-small { padding: 6px; }
.speakerdet_model.fancybox-content .speakerdet_overlay_wrap .boxtop_title { display: flex; justify-content: space-between; padding: 0 0 20px; }
.speakerdet_model.fancybox-content .speakerdet_overlay_wrap .boxtop_title .name_des { font-size: 16px; line-height: 20px; }
.speakerdet_model.fancybox-content .speakerdet_overlay_wrap .boxtop_title .name_des span { font-weight: 700; display: block; margin-top: 5px; }
.speakerdet_model.fancybox-content .speakerdet_overlay_wrap .client_bio { opacity: 1; font-size: 16px; }

.speakerdet_overlay_wrap::-webkit-scrollbar-track { background-color: #c1c1c1; border-radius: 4px; -webkit-box-shadow: none; border: 1px solid #fff; }
.speakerdet_overlay_wrap::-webkit-scrollbar { background-color: #f5f5f5; width: 4px; }
.speakerdet_overlay_wrap::-webkit-scrollbar-thumb { background-color: #9d9d9d; border-radius: 8px; -webkit-box-shadow: none; }

.venue_section .venue_box .box_wrap .box_inner { position: relative; }
.venue_section .venue_box .box_wrap .box_inner:before { position: absolute; content: ""; bottom: 12px; left: 0; width: 460px; height: 4px; background: #FFAA00; border-radius: 5px; }
.venue_section .venue_box .box_wrap .box_inner:last-child:before { display: none; }

/* Sessions text module */
.sessionstext_section { padding: 50px 0 30px; }
.sessionstext_section .sessionstext_sec_wrap .title { font-size: 28px; font-size: 28px; font-weight: 700; padding-bottom: 15px; }
.sessionstext_section .sessionstext_sec_wrap:before { position: absolute; content: ""; top: -30px; left: 0; width: 460px; height: 4px; background: #FFAA00; border-radius: 5px; }
.sessionstext_section .sessionstext_sec_wrap { position: relative; }
.sessionstext_section .sessionstext_sec_wrap .content .more { font-weight: 300; }
.sessionstext_section .sessionstext_sec_wrap .morecontent span { display: none; }
.sessionstext_section .sessionstext_sec_wrap .morelink { display: table; font-weight: 600; }

/* Headline of this videos module */
.headlinevideo_section .title { font-size: 28px; font-weight: 700; padding: 30px 0; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field { padding: 40px 0; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field:nth-child(odd) { background: #EBEBEB; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover { display: flex; flex-flow: row wrap; justify-content: space-between; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part { width: 30%; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part .image { height: 260px; position: relative; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part .image img { width: 100px; position: absolute; right: 20px; bottom: 10px; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part { width: 68%; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_details { max-width: 560px; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part .heading { font-size: 24px; font-weight: 700; text-transform: uppercase; color: #FFAA00; }
.headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part .button_wrap a { font-weight: 700; text-decoration: underline; margin-bottom: 10px; display: inline-block; }

/* Simple logo section */
.logobx_cover { padding: 32px 0; position: absolute; inset: 0; height: 0; }

/* Country list section */
.conutrylist_bx { padding: 70px 0; }
.conutrylist_bx .conutrylistbx_wrap { display: flex; flex-flow: row wrap; margin: 0 -30px; }
.conutrylistbx_wrap .country_details { width: 33.33%; padding: 0 30px; }
.conutrylistbx_wrap .country_name { color: #FFAA00; text-transform: uppercase; font-weight: 900; }
.conutrylistbx_wrap .content { font-size: 20px; line-height: 27px; }
.conutrylistbx_wrap .reg_btn a { text-transform: uppercase; }

/* Video popup module */
.wip_section.videopop_sc .videolink_sc a:after { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/playbtn-svg.svg)no-repeat 50%/cover; content: ""; width: 100px; height: 100px; position: absolute; z-index: 9; }
.wip_section.videopop_sc .videolink_sc a { position: relative; display: flex; align-items: center; justify-content: center; z-index: 9; }
.wip_section.videopop_sc .videolink_sc img { width: 100%; }
.wip_section.videopop_sc .wip_sec_wrap .wip_main_cover .heading { margin:15px 0 0; }

/* Image section */
.imgbx_cover { padding: 50px 0; }
.imgbx_cover .heading { font-weight: 800; margin-bottom: 20px; }
.imgbx_cover .img_bx img { width: 80%; object-fit: cover; }

/* Agenda Schedule Section */
.schedule_sc { padding: 30px 0; }
.schedule_sc .schedulesc_heading { margin-bottom: 30px; }
.schedule_sc .schedulesc_heading h5 { font-weight: 800; }
.schedule_sc .schedulesc_wrap { width: 100%; display: inline-block; }
.schedule_sc .schedulesc_full-col { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; border-bottom: 2px solid #FFAA00; }
.schedule_sc .schedulesc_full-col .schedulesc_col { width:20%; }
.schedule_sc .schedulesc_full-col .schedulesc_col h3 { color: #FFAA00; font-size: 32px; line-height: 36px; font-weight: 700; letter-spacing: 3px; }
.schedule_sc .schedulesc_full-col .schedulesc_col h6 { font-weight: 700; }

.schedule_sc .schedulesc_full-col .schedulesc_col_wrap { width: 80%; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; }
.schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col { width: 33.33%; display: flex; align-items: center; justify-content: center; flex-flow: wrap; padding: 0 20px; text-align: center; }
.schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap { text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; }
.schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap a { display: inline-block; width: 100%; font-size:18px; line-height: 30px; font-weight: 700; border-radius: 35px; padding:15px 25px; letter-spacing: 2px; text-transform: uppercase; }
.schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap a:hover { opacity: 0.7; }
.schedule_sc .schedulesc_full-col:last-child .schedulesc_col_wrap .schedulesc_col.full_width_button { width: 50%; }

.contactus_section.subscription_section {  }
.contactus_section.subscription_section .form_wrap { margin:30px 0; }
.contactus_section.subscription_section .form_wrap .hs-form-field { width: 500px; position:relative; }
.contactus_section.subscription_section .form_wrap form { display: flex; flex-flow: wrap; align-items: center; position:relative; }
.contactus_section.subscription_section .form_wrap .hs-form-field input.hs-input { margin: 0; line-height: 30px; border: 1px solid #dddddd; }
.contactus_section.subscription_section .form_wrap form .hs_submit.hs-submit input.hs-button.primary.large { line-height: 16px; width: 200px; background: #fcaf17; }
.contactus_section.subscription_section .form_wrap .hs-form-field ul.no-list.hs-error-msgs.inputs-list { display: inline-block; position: absolute; top: 100%; } 
.contactus_section.subscription_section .form_wrap .hs-form-field ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg.hs-main-font-element,
.contactus_section.subscription_section .form_wrap form .hs_error_rollup .hs-error-msgs label{ transform: translate(0px);  -webkit-transform: translate(0px);  -moz-transform: translate(0px); }
.contactus_section.subscription_section .form_wrap form .hs_error_rollup { position: absolute; top:130%; }


.btn a { background: rgba(251, 170, 25,100%); border: none; color: #000;  padding: 4px 15px; display: inline-block;  border-radius: 90px; letter-spacing: 2px; font-weight: 700; }
/* .header .header_wrap .mainmenu ul > li:last-child > a:after { display: none; } */
.bz-modal { overflow:hidden !important; }
/* CSS end here */

.footerbgset .header { background: transparent; }
.footerbgset .header.active { background:rgb(0 0 0 / 90%); } 
/**/
.newhero_area { width: 100%; position: relative; display: inline-block; vertical-align: top; padding: 260px 0 100px; min-height: 850px; }
.newhero_area .newhero_toplogo { top: -130px; position: relative; }
.newhero_area .newhero_toplogo img { margin-left:-6px; }
.newhero_area .newhero_btmwrap { width: 100%; margin-top: 250px; }
.newhero_area .newhero_btmwrap h1 { color: #fff; font-weight: bold;  font-size: 63px; line-height: 60px; display: block; }
.newhero_area .newhero_btmwrap .btmtitle { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; width:100%; margin-bottom: 20px; }
.newhero_area .newhero_btmwrap .btmlogo { width:100%; max-width:280px; }

.newvideopop_area { width:100%; background:url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png') no-repeat center center/cover; margin-top:-5px; padding-bottom:40px !important; }
.newvideopop_area .wip_sec_wrap { width:100%; display:flex; flex-wrap:wrap; color:#fff; align-items:flex-start; } 
.newvideopop_area .newvideopop_left { width:65%; padding-right:130px; font-size: 24px; line-height: 30px; }
.newvideopop_area .newvideopop_left h5 { color:#FBA919; }
.newvideopop_area .newvideopop_left h5 + p:first-child { margin-top:10px; }
.newvideopop_area .newvideopop_left .text { width:100%; margin-bottom:30px; }
.newvideopop_area .newvideopop_left .text:last-child { margin-bottom:0; }
.newvideopop_area .newvideopop_left ul { padding-left:30px; }
.newvideopop_area .newvideopop_left ul li { list-style: disc; } 
 
.newvideopop_area .wip_main_cover { width:35%; text-align:center; align-items: flex-start !important;  justify-content: center !important; }
.newvideopop_area .wip_main_cover .wip_data { width:100% !important; margin-bottom:120px !important; }
.newvideopop_area .wip_main_cover .wip_data:nth-child(3) { margin-bottom:60px !important; }
.newvideopop_area .wip_main_cover .wip_data .videolink_sc a { width:100%; height:310px; }
.newvideopop_area .wip_main_cover .wip_data .videolink_sc img { object-fit: cover; height: 100% !important; }
.newvideopop_area .wip_main_cover .new-popup-btn { text-align:center; width:100%; }  
 
.countdown_box { width: 100%; text-align: left; max-width: 650px; margin-top:0; display:inline-block; vertical-align:top; }
.countdown_box ul { padding: 0 !important; margin: 0; list-style: none; display: flex; flex-wrap: wrap; }
.countdown_box ul li { list-style: none !important; width:auto; text-align:center; font-size: 28px; line-height: 30px; padding:0 20px; border-right:1px solid #EBEBEB; }
.countdown_box ul li span { width: 100%; display: block; font-weight: 400; font-size: 70px; line-height:70px; }
.countdown_box #countdown { width: 100%; margin-top: 30px; }
.countdown_box ul li:first-child { padding-left:0; }
.countdown_box ul li:last-child { border-right:none; }

.letters_box { width: 100%; margin: 30px 0 30px; display: flex; flex-wrap: wrap; }
.letters_box .letters_links { width: auto; display: inline-block; margin-right: 60px; }
.letters_box .letters_links a { width: auto; display: flex; align-items: center; color: #FFAA00; font-weight: 600; font-size: 25px; line-height: 30px; text-transform: uppercase; text-align: left; }
.letters_box .letters_links a img { margin-right: 20px; }
.letters_box .letters_links:last-child { margin-right: 0; }

.footerbgset .footer { margin-top: -2px; background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom  -430px/cover; }
.footerbgset .footer .footer_section { position:relative; }
.footerbgset .footer .footer_section:before { position:absolute; content:""; left:0; top:-40px; width:100%; height:1px; background:#808291; }

.footer { background:#222A4F; }  
.footer .footer_section .fleft_part .logo { width:180px; }
.footer .footer_section .fright_part .footer_content:before { height:15px; border:none; content:"|"; left: -20px;  top: 0; }   
.footer .footer_section .fright_part { gap: 35px; }
.footer .footer_section .fleft_part .social_icon ul li a:hover { /*opacity:0.8;*/ filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(293%) hue-rotate(209deg) brightness(101%) contrast(102%); }

.footerbdr .footer { border-top:15px solid #BFB3FF; direction: ltr; }

.new-popup-btn a { padding: 10px 20px; border:1px solid rgba(251, 170, 25,100%);letter-spacing: 0.5px; font-size: 18px; line-height: 20px; font-weight: bold; transition:all .4s ease; }
.new-popup-btn a:hover { color:rgba(251, 170, 25,100%); background:transparent; }

.inlinetop { width:100%; display:inline-block; vertical-align:top; }

.header-cloud-security .newhero_area { padding-top:320px; }

/**/ 

@keyframes slide-width {
    0% {
        width:0;
    }
    100% {
        width:calc(100% + 10px);
    }
}


.nhero_area { padding:60px 0; position:relative; display: flex; align-items: center; }
.nhero_area .container { position:relative; padding:60px 20px; }
.nhero_area .container:before { position:absolute; content:""; left:20px; top:20px; width:calc(100% - 100px); height:calc(100% - 20px); background:url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/hero-bgpat.png') no-repeat center center/100% 100%; z-index:-1; } 
.nhero_area h1 { font-weight:900; color:#1F2A50; width:100%; display:block; margin-bottom:20px; font-size: 95px; line-height: 90px; }
.nhero_area h1 span { position:relative; width:auto; display:inline-block; }   
.nhero_area h1 span:before { position: absolute; content: ""; background: #FBA919; /*width: 100%;*/ width: 0; left: -5px; transform: unset; height: 100%; z-index: -1; }
.nhero_area .animated-strip.go span:before{animation: slide-width .6s cubic-bezier(0.58, 1.07, 0.64, 1.09) forwards;}
.nhero_area .nhero_text { font-size: 60px; line-height: 64px; color: #1F2A50; }

.newhero_bx .container:before { background-size: cover; }
.newhero_bx .subtitle { font-weight: 900; color: #1F2A50; font-size: 44px; line-height: normal; }
.newhero_bx h1 { font-size: 70px; line-height: 80px; }
.newhero_bx .nhero_text { font-weight: 500; font-size: 34px; line-height: 38px; color: #1F2A50; }
.newhero_bx .bottom_text { font-size: 30px; line-height: 40px; padding: 20px 0 0; }
.newhero_bx .btn_style { margin-top: 30px; }
.newhero_bx .btn_style.button_on_off { display: none; }
.newhero_bx .btn_style a { padding: 9px 25px; min-width: 230px; text-align: center; }


/**/
.textimg_area { padding:90px 0; background:#EFF0F0; }
.textimg_area .container { display:flex; flex-wrap:wrap; }
.textimg_area .textimg_left { width:62%; font-size:22px; line-height:42px; padding-right: 100px; position:relative; }
.textimg_area .textimg_left.textimg_full { margin: 0 auto; }
.textimg_area.form_border_on .textimg_left:before { position: absolute; content: ""; right: 50px; top: 0; width: 1px; height: 100%; background: #000; }
.textimg_area .textimg_left h2 { color:#1F2A50; font-weight: 700; }
.textimg_area .textimg_right { width:38%; } 
.textimg_area .textimg_right .form_title { margin-bottom: 30px; font-weight: bold; }
.textimg_area .textimg_item { width:100%; display:block; margin-bottom:10px; }
.textimg_area .textimg_item:last-child { margin-bottom:0; }
.textimg_area .textimg_left ul li { position: relative; padding-left: 15px; }
.textimg_area .textimg_left ul li:before { position: absolute; content: ""; top: 18px; left: 0; width: 6px; height: 6px; background: #000; border-radius: 100%; }

.speakstrip_area { padding: 70px 0; }
.speakstrip_cover { width: 100%; display: flex; flex-wrap: wrap; margin:0 -20px; }
.speakstrip_cover .speakstrip_item { width: calc(100%/3); padding: 0 20px; }
.speakstrip_cover .speakstrip_itemin { width:100%; display:flex; flex-wrap:wrap; align-items:flex-end; }
.speakstrip_cover .speakstrip_img { width:320px; }
.speakstrip_cover .speakstrip_info { width:calc(100% - 320px); padding-left:10px; font-size: 32px;  line-height: 36px;  font-weight: 400; }
.speakstrip_cover .speakstrip_info h4 { margin-bottom:10px; font-weight:900; }
.speakstrip_text { width:100%; display:block; margin-top:50px; font-size:30px; line-height:40px; padding:0 20px; }
.bottom_texton .speakstrip_cover .speakstrip_img { width:250px; }
.bottom_texton .speakstrip_cover .speakstrip_info { width:calc(100% - 250px); }

.speakstrip_cover.two_column .speakstrip_item { width: calc(100% / 2); }
.speakstrip_cover.four_column .speakstrip_item { width: calc(100% / 4); }

.speakstrip_cover.four_column .speakstrip_img { width: 220px; }
.speakstrip_cover.four_column .speakstrip_info { width: calc(100% - 220px); }

/**/
.header_area { background:#1F2A50; padding:30px 0; /* direction: ltr; */ }
.header_area .container { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.header_area .header_logo { width:auto; display:flex; flex-wrap:wrap; align-items:center; }
.header_area .header_logo a { width:auto; display:inline-block; position:relative; margin-right: 30px; padding-right: 30px; }
.header_area .header_logo a:after { position:absolute; content:""; right:0; top:0; width:2px; height:100%; background:#fff; }
.header_area .header_logo a img { height: 45px !important; width: auto; object-fit: contain; } 
.header_area .header_logo a:last-child:after { display:none; }
.header_area .header_logo a:last-child { margin-right:0; padding-right:0; }

.header_area .header_logo:last-child a { padding:0 0 0 30px; margin:0; }
.header_area .header_logo:last-child a:after { display:none; }
.header_area .header_logo:last-child a:first-child { padding-left:0; margin-left:0; }
.header_area .header_logo:last-child a img { height:40px !important; }

.header_area .header_logo1 { width:100%; } 
.header_area .header_logo2 { width:60%; justify-content: flex-end; }
.header_area .header_logo3 { width:60%; justify-content: flex-end; }
.header_area .header_logo4 { width:60%; justify-content: flex-end; }

.header_area .header_logo1.fullheader_logo { width: 100%; }

[id^="label-customer_enablement_webinar_date"] {
  width: 0px !important;
}


.form_style { width:100%; display:block; margin-bottom:50px; }  
.form_style form fieldset { max-width:100%; }
.form_style form { width:100%; position:relative; }  
.form_style form .hs-form-field { width:100%; display:flex; flex-wrap:wrap; align-items:center; margin-bottom:20px; }
.form_style form .hs-form-field > label { margin-right:10px; width: 110px; text-align: left; display:block; word-break: break-word; color: #231F20; font-size: 18px; line-height: 20px; font-weight: 500; }
.form_style form .hs-form-field .input { margin-right:0 !important; /*width:calc(100% - 120px);*/ }
.form_style form .hs-input { width:100% !important; background:transparent; border:1px solid #1F2A50; padding: 5px 8px; height: 34px; font-size: 18px; line-height: 24px; margin:0; }
.form_style form .hs-form-required { display:none !important; }
.form_style form .hs_submit { width:100%; text-align:right; margin-top:10px; }
.form_style form .hs_submit .hs-button { background: #FBA919; border-radius: 40px; width: auto; display: inline-block; text-transform: uppercase; padding:6px 25px; color: #231F20; font-size: 22px; line-height: 30px; font-weight: 900; letter-spacing: 2px; }
.form_style form .hs_submit .hs-button:hover { background: #231F20; color:#fff; } 
.form_style form .hs-error-msgs { width:100%; text-align:center; margin:7px 0 0; }
.form_style form .hs-error-msgs label { transform:translate(0, 0); }
.form_style form .hs_error_rollup .hs-error-msgs { margin:-10px 0 0; }
.form_style .submitted-message { width:100%; text-align:center; font-size: 20px; font-weight: bold; line-height: 28px; }
.form_style .submitted-message img { object-fit: cover; width: auto; }
  
.form_style form .hs_gdpr_mandatorycheckbox { display: none ; }
.form_style form .hs_gdpr_consent { display:none ; }



.fullimage_area { width:100%; height:650px; }

/**/ 
.speakcontent_area.textimg_area { padding:60px 0; }
.speakcontent_area.speakers_bdr_on .textimg_left:before { position: absolute; content: ""; right: 50px; top: 0; width:2px; height: 100%; background: #000; } 
.speakcontent_area .speakstrip_cover .speakstrip_item { width:100%; padding:0 0 20px; }
.speakcontent_area .speakstrip_cover .speakstrip_item:last-child { padding-bottom:0; }
.speakcontent_area .speakstrip_cover .speakstrip_img { width:280px; }
.speakcontent_area .speakstrip_cover .speakstrip_info { width:calc(100% - 280px); font-size: 26px; line-height: 34px; color:#1F2A50; }
.speakcontent_area .speakstrip_cover .speakstrip_info h4 { color:#1F2A50; font-size: 26px; line-height: 34px; }


/**/ 
.herosesign_area { padding:50px 0; position:relative; display: flex; align-items: center; }
.herosesign_area h1 { font-weight:900; color:#1F2A50; width:100%; display:block; margin-bottom:10px; font-size: 72px; line-height: 70px; }
.herosesign_area h1 span { position:relative; width:auto; display:inline-block; z-index: 1; }   
.herosesign_area h1 span:after { position: absolute; content: ""; background: #FBA919; left:0; top:0; width: 100%; height: 100%; z-index: -1; }
.herosesign_area .nhero_text { font-size: 40px; line-height: 55px; color:#1F2A50; width:100%; display:block; margin-bottom:30px; }
.herosesign_area .herosesign_wrap { width:100%; display:flex; flex-wrap:wrap; align-items: flex-start; }
.herosesign_area .herosesign_left { width:70%; padding-right:30px; }
.herosesign_area .herosesign_right { width:30%; }
.herosesign_area .herosesign_logos { width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.herosesign_area .logos_item { width: auto; display: inline-block; position:relative; margin-right:25px; padding-right:25px; }
.herosesign_area .logos_item img { width:auto; height:45px !important; }
.herosesign_area .logos_item:after { position:absolute; content:""; right:0; top:0; width:2px; height:100%; background:#1F2A50; }
.herosesign_area .logos_item img { height: 45px !important; width: auto; object-fit: contain; } 
.herosesign_area .logos_item:last-child:after { display:none; }

.herosesign2_area .logos_item:after { background:#fff; }

.btn_style a { background: #FBA919; border-radius: 40px; width: auto; display: inline-block; text-transform: uppercase; padding: 6px 25px; color: #231F20; font-size: 22px; line-height: 29px; font-weight: bold; letter-spacing: 2px; }
.btn_style a:hover { background: #231F20; color: #fff; }

.btn_style.white a { background:#fff; color:#231F20; }
.btn_style.white a:hover { background:#231F20; color:#fff; }

/**/
.herosesign2_area .container { width:100%; padding-right:30px; }
.herosesign2_area h1 span:after { background:#fff; }
.herosesign2_area .herosesign_wrap { align-items: center; }
.herosesign2_area .herosesign_left { width:55%; }
.herosesign2_area .herosesign_right { width:45%; display:flex; flex-wrap:wrap; justify-content: flex-end; }
.herosesign2_area .herosesign_left h1 { margin-bottom:30px; }
.herosesign2_area .speakstrip_item { width:calc(100%/3); }
.herosesign2_area .speakstrip_item .speakstrip_info { width:100%; padding:10px 60px 0 0; text-align: right; color:#1F2A50; }
.herosesign2_area .speakstrip_item h6 { font-size:16px; line-height:22px; margin-bottom: 0; font-weight: bold; color:#1F2A50; }
.herosesign2_area .speakstrip_item .speakstrip_img img { width:100% !important; }
.herosesign2_area .herosesign_right.herosesign_new3 .speakstrip_item { width: 100%; }

/*  */
.zigzagbx_sc { padding: 50px 0; }
.zigzagbxsc_wp.reverse_section { flex-direction: row-reverse; }
.zigzagbxsc_wp { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; }
.zigzagbxsc_wp .left_part { width: calc(50% - 80px); }
.zigzagbxsc_wp .right_part { width: 50%; } 
.zigzagbxsc_wp .left_part .title { color: #1F2A50; font-weight: 700; margin-bottom: 30px; }
.zigzagbxsc_wp .left_part .content { font-size: 30px; color: #231F20; line-height: normal; }
.zigzagbxsc_wp .right_part .videopop_bx a { position: relative; display: flex; align-items: center; justify-content: center; z-index: 9; width: 100%; }
.zigzagbxsc_wp .right_part .videopop_bx img { object-fit: cover; height: 100% !important; width: 100%; }
.zigzagbxsc_wp .right_part .videopop_bx a:after { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/play-btn-yellow.svg)no-repeat 50%/cover; content: ""; width: 100px; height: 100px; position: absolute; z-index: 9; }
.zigzagbxsc_wp .right_part .image_bx img { object-fit: cover; height: 100% !important; width: 100%; }

.video_title { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; background: #f7f7f7; }
.video_title .section_wrap { display: flex; align-items: flex-start; flex-wrap: wrap; margin: 0 -20px; }
.video_title .section_wrap .col { width: 33.33%; padding: 0 20px 65px; }
.video_title .section_wrap .col a { display: inline-block; width: 100%; height: 100%; position: relative; }
.video_title .section_wrap .col h3 { margin-top: 15px; font-weight: 700; font-size: 32px; line-height: 38px; }
.video_title .section_wrap .col a:after { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/play-btn-yellow.svg)no-repeat 50%/cover; content: ""; width: 80px; height: 80px; position: absolute; z-index: 9; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/**/
.textimg_area .textimg_right .form_style ul.inputs-list li { position: relative; display: inline-block; vertical-align: top; width: 100%; }
.textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"] { position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; }
.textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"] + span { display: inline-block; vertical-align: top; width: 100%; padding-left: 30px; position: relative; }
.textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"] + span:before { position: absolute; content: ""; width: 20px; height: 20px; top:7px; left: 0; border: 1px solid; }
.textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"]:checked + span:after { position: absolute; content: ""; width: 14px; height: 14px; top: 11px; left: 4px; background: #000; }


.form_style form fieldset ul.inputs-list li.hs-form-checkbox label { font-size: 18px; line-height: 34px; padding-bottom: 10px; display: inline-block; width: 100%; }
.form_style form select.hs-input { line-height: 0; padding-top: 2px; }

.herosesign_wrap ul li { list-style: revert; margin-bottom: 24px; }
.herosesign_wrap ul { padding-left: 24px; line-height: normal; }


.heroban_wrap img,
.heromob_img img { width: 100%; }

/*  */
.countryevent_sc .heading { color: #1E2A50; font-weight: bold; margin-bottom: 100px; }
.countryevent_wrap .country_text { color: #1E2A50; font-weight: bold; display: inline-block; line-height: normal; background: #FBA919; border-radius: 0 32px 32px 0; padding: 8px 55px 8px calc((100% - 1570px)/2); margin-bottom: 40px; }
.countrydeta_wrap { display: flex; flex-flow: row wrap; padding-bottom: 80px; }
.countrydeta_wrap .candyevent_details { width: 33.33%; padding-bottom: 40px; }
.countryevent_wrap:last-child .countrydeta_wrap { padding-bottom: 0; }
.candyevent_details .candyeventdet_in { max-width: 220px; padding-right: 15px; }
.candyeventdet_in .event_logo img { width: 100%; }
.candyeventdet_in .content { color: #1E2A50; padding-top: 20px; line-height: normal; }
.candyeventdet_in .btn_style a { text-transform: capitalize; font-weight: 900; letter-spacing: 0; }
.candyeventdet_in .btn_style.btn_none { display: none; }

/*  */
.header .header_wrap .mainmenu .regbtn,
.new-popup-btn a { display: none; }
html[dir="rtl"] fieldset.form-columns-1 textarea.hs-input,
html[dir="rtl"] fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="password"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="datetime"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="datetime-local"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="date"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="file"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="month"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="time"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="week"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="number"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="email"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="url"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="search"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="tel"].hs-input,
html[dir="rtl"] fieldset.form-columns-1 input[type="color"].hs-input { direction: rtl; }
html[dir="rtl"] *{ font-family: "Assistant", sans-serif !important;}
html[dir="rtl"] .textimg_area .textimg_left ul li { padding-left:0px; padding-right: 15px; }
html[dir="rtl"] .textimg_area .textimg_left ul li:before { left:auto;right:0; }

html[dir="rtl"] .textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"] + span { padding-left:0; padding-right:30px; }
html[dir="rtl"] .textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"] + span:before { left:auto; right:0; }
html[dir="rtl"] .textimg_area .textimg_right .form_style ul.inputs-list li input[type="checkbox"]:checked + span:after { left:auto; right:4px; }

.speakstrip_img img { width: 100%; height: auto !important; object-fit: contain; max-width: 320px !important; }


/*  */
.quotebx_sc { background: #222a4f; padding: 50px 0 }
.quotebxsc_wrap { display: flex; flex-flow: row wrap }
.quotebxsc_wrap .left_part { width: 33% }
.quotebxsc_wrap .right_part { color: #fff; padding-left: 20px; width: 67% }
.quotebxsc_wrap .right_part .quote_text { color: #fff; font-weight: 400; max-width: 680px; }
.quotebxsc_wrap .right_part .source_text { font-size: 23px; margin-top: 100px; }
.quotebxsc_wrap .content_wrap { max-width: 834px; margin: 80px auto 0; position: relative; z-index: 9; }
.quotebxsc_wrap .content_wrap img.top_quote { position: absolute; top: -94px; z-index: -1; left: -90px; }
.quotebxsc_wrap .content_wrap img.bottom_quote { position: absolute; bottom: 70px; left: 50%; z-index: -1; }

/* 15-08-2024 */

.form_content { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0; }
.form_content .section_wrap { display: flex; flex-wrap: wrap; }
.form_content .section_wrap .left_part { width: 50%; padding-right: 25px; }
.form_content .section_wrap .right_part { width: 50%; padding-left: 25px; }
.form_content .section_wrap .left_part h3 { color: #ffaa00; }
.form_content .section_wrap .left_part .title_cont { padding-top: 25px; }
.form_content .section_wrap .left_part .title_cont .inner+.inner { margin-top: 25px; }
.form_content .section_wrap .left_part .title_cont .inner .title { color: #ffaa00; font-size: 27px; font-weight: 500; line-height: 34px; margin-bottom: 5px; }
.form_content .section_wrap .left_part .title_cont .inner .box_content { font-size: 18px; line-height: 26px; color: #1f2a50; margin-top: 5px; }
.form_content .section_wrap .left_part .title_cont .inner .box_content p { margin: 0; }
.form_content .section_wrap .right_part form input,
.form_content .section_wrap .right_part form select { margin: 0; background-color: transparent; border: 1px solid #ffaa00; border-radius: 4px; height: 44px; width: 100% !important; padding: 10px; font-family: Barlow; font-size: 16px; font-weight: 400; font-style: normal; letter-spacing: normal; line-height: 28px; color: #ffaa00; max-width: 100% !important; }
.form_content .section_wrap .right_part form fieldset { margin-bottom: 15px; position: relative; }
.form_content .section_wrap .right_part form .hs_error_rollup { display: none; }
.form_content .right_part form .form-columns-2 .hs_lastname .hs-error-msgs { margin-left: 8px; }
.form_content .right_part fieldset .hs-error-msgs { margin-bottom: 0; margin-top: 4px; }
.form_content .right_part fieldset .hs-error-msgs .hs-error-msg,
.form_content .right_part .hs_error_rollup .hs-error-msgs .hs-error-msg{ transform: initial; }
.form_content form input,
.form_content form .form-columns-2 .field:first-child .input{ margin-right: 7px; }
.form_content form .form-columns-2 .field:last-child .input{ margin-right: 0; margin-left: 7px; }
.form_content .right_part form fieldset .input { margin-right: 0; } 
.form_content form fieldset { max-width: 100%; }
.form_content form .hs-submit .actions { text-align: end; }
.form_content form .hs-submit .actions .hs-button { height: auto; padding: 10px 30px; font-weight: 700; width: fit-content !important; border-radius: 50px; }
.form_content form .hs-submit .actions .hs-button:hover { background-color: #ffaa00; color: #1f2a50; }
.form_content .right_part .submitted-message { font-size: 20px; font-weight: 600; color: #ffaa00; text-align: center; }

.textimg_area .textimg_left .text{font-weight:400;}

/* 1-10-2024 */

.videos-section{padding:55px 0 130px;background:var(--gray-color);}
.videos-section .section-row{margin:50px -38px 0;row-gap:32px;}
.videos-section .video-card-wrapper{padding:0 38px;width:33.33%;}
.videos-section .video-card{position:relative;}
.videos-section .video-card .playbtn-set{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%, -50%);width: 30px;height: 30px;}
.videos-section .video-card .playbtn-set:before{transition: var(--primary-transition);position:absolute;width:30px;height:30px;background:#fa0;content:'';border-radius:50%;}
.videos-section .video-card .playbtn-set:after{position:absolute;width:15px;height:15px;background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Pentesters%20and%20Sons/Images/play-btn.svg) no-repeat center / 15px;content:'';top:8px;left:9px;}
.videos-section .video-card .playbtn-set:hover:before{background:#000;}
.videos-section .video-card .playbtn-set:hover:after{filter: brightness(0) saturate(100%) invert(64%) sepia(99%) saturate(893%) hue-rotate(347deg) brightness(103%) contrast(97%);}
.videos-section .video_text { font-size: 20px; line-height: 26px; font-weight: 500; margin-top: 8px; color: #1F2A50; }
.videos-section .videobx-wrap:hover .video_text { color: #FBAA19; }
.videos-section .videobx-wrap:hover .video_text { color: #FBAA19; }
.video-card-wrapper .videobx-wrap { position: relative; }
.video-card-wrapper .videobx-wrap .video-title{font-size:20px;line-height:32px;font-weight:600;margin-top:10px;}
.video-card-wrapper .videopop_link { position: absolute; inset: 0; height: 100%; width: 100%; display: inline-block; z-index: 9; }

.videos-section .section-row {display: flex;flex-wrap: wrap;}
.videos-section .video-card .thumbnail-img img {max-width: 100%;height: auto;width: 100%;}

.speakstrip_area.speakstrip_cover_v2 .speakstrip_cover {justify-content: center;}
.custom-column-section.custom-column-section-v2 .content-column-wrap {text-align: center;}
.custom-column-section.custom-column-section-v2 .content-column-wrap .image-wrap {margin: 0 auto;}

/* 14-10-2024-59 */
.demo-automated-hero-main-wrap:before{position:absolute;content:"";left:0;top:50px;width:100%;height:100%;background:url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/star-img.png') no-repeat top center/contain;z-index:-1;}
.demo-automated-hero-main-wrap .container:before{display:none;}
.new-hero-form-main-wrap{display:flex;flex-flow:wrap;justify-content:space-between;}
.new-hero-form-main-wrap .left{width:65%;padding-right:3%;}
.new-hero-form-main-wrap h1{font-size:81px;line-height:normal;padding-right:10%;margin-bottom:0;}
.new-hero-form-main-wrap .right{width:31%;background:#EBEBEB;padding:23px 21px; margin-bottom: -14%; }
.new-hero-form-main-wrap .left .nhero_text{font-size:39px;line-height:normal;font-weight:900;}
.new-hero-form-main-wrap .right input[type="text"],.new-hero-form-main-wrap .right input[type="password"],.new-hero-form-main-wrap .right input[type="datetime"],.new-hero-form-main-wrap .right input[type="datetime-local"],.new-hero-form-main-wrap .right input[type="date"],.new-hero-form-main-wrap .right input[type="month"],.new-hero-form-main-wrap .right input[type="time"],.new-hero-form-main-wrap .right input[type="week"],.new-hero-form-main-wrap .right input[type="number"],.new-hero-form-main-wrap .right input[type="email"],.new-hero-form-main-wrap .right input[type="url"],.new-hero-form-main-wrap .right input[type="search"],.new-hero-form-main-wrap .right input[type="tel"],.new-hero-form-main-wrap .right input[type="color"],.new-hero-form-main-wrap .right input[type="file"],.new-hero-form-main-wrap .right textarea,.new-hero-form-main-wrap .right select{width:100% !important;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;line-height:inherit;background:transparent;border:0;border-bottom:1px solid #1F2A50;font-size:21px;color:#1F2A50;padding:7.5px 0;-webkit-border-radius:0!important;border-radius:0!important}
.new-hero-form-main-wrap .right select{-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}
.new-hero-form-main-wrap .right ::-webkit-input-placeholder{color:#1F2A50;opacity:1;}
.new-hero-form-main-wrap .right :-ms-input-placeholder{color:#1F2A50;opacity:1;}
.new-hero-form-main-wrap .right ::placeholder{color:#1F2A50;opacity:1;}
.new-hero-form-main-wrap .right h3{font-size:39px;line-height:normal;text-align:center;color:#1F2A50;font-weight:900;}
.new-hero-form-main-wrap div.input{position:relative;}
/* .new-hero-form-main-wrap div.input select,.new-hero-form-main-wrap div.input input{text-indent:15px;width:100%!important;} */
/* .new-hero-form-main-wrap div.input:before{content:"*";position:absolute;left:0;top:25%} */
.new-hero-form-main-wrap .right input[type="submit"]{height:45px;padding:0px 24px;background:rgb(251,170,25);max-width:max-content;min-width:254px;width:max-content;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:10px;line-height:150%;text-decoration:none;font-family:'Barlow';margin:0;font-size:21px;box-shadow:0px 1px 3px 0px rgba(0,0,0,0.06);color:rgb(31,42,80);text-align:center;border:1px solid #ffaa00;border-radius:31.875px;font-weight:normal;margin:0px auto;}
.new-hero-form-main-wrap .right .actions{text-align:center;margin-top:20px;}
.demo-automated-hero-main-wrap{padding-bottom:15px;}
.demo-automated-hero-main-wrap .container{padding-bottom:0; padding-top:20px;}

.request-demo-two-column-wrap { display: flex; flex-flow: wrap; width: 67%; }
.request-demo-two-column-wrap .left { width: 60%; }
.request-demo-two-column-wrap .right { width: 40%; padding-left: 20px; }
.request-demo-main-wrap { background: #BFB3FF; padding-top: 58px; }
.request-demo-two-column-wrap .left h3 { font-size: 39px; font-weight: 900; color: #1f2a50;}
.request-demo-two-column-wrap .left .content { font-size: 31px; line-height: normal; color: #1f2a50;}
.request-demo-two-column-wrap .left .content ul { padding-left: 29px; }
.request-demo-two-column-wrap .left .content ul li { list-style: disc; margin-bottom: 10px; }

.request-demo-client-details-wrap { display: flex; flex-flow: wrap; width: 80%; margin-left: -2%; margin-top: 45px; }
.request-demo-client-info { width: 27%; position: relative; }
.client-details { position: absolute; right: 0; top: 15px; }
.client-details h4 { font-size: 28px; font-weight: 900; margin-bottom: 0; color: #1f2a50;}
.client-details span { font-size: 28px; line-height: normal; color: #1f2a50;}
.request-demo-client-quotes-wrap { width: 73%; font-size: 39px; line-height: normal; font-weight: 900; padding-left: 75px; position: relative; z-index: 1; color: #1f2a50;}
.request-demo-client-quotes-wrap:before { content: ''; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/quote-icon.png) no-repeat center center/contain; width: 167px; position: absolute; left: 37px; aspect-ratio: 1/1; z-index: -1; top: -13px; }

/* 5-11-2024 */
.speakstrip_area.speaker-strip-center .speakstrip_cover{justify-content:center;}

/* Enterpirse */
body.body_blue { color: #1F2A50; }
h2.black { font-weight: 900; color: #1F2A50; }
.highlight span { position: relative; width: auto; display: inline-block; }
.highlight span:before { position: absolute; content: ""; background: #FBA919; width: 0; height: 100%; left: -5px; z-index: -1; /*left: 50%; transform: translateX(-50%); width: calc(100% + 10px);*/ }
.highlight.animated-strip.go span:before{animation: slide-width .6s cubic-bezier(0.58, 1.07, 0.64, 1.09) forwards;}
.icon-cards-with-content { padding: 50px 0 80px; }
.icon-cards-with-content .title .content { margin-top: 20px; font-weight: 500; font-size: 19px; line-height: 30px; max-width: 1230px; }
.icon-cards-with-content .cards-row { margin: 44px -15px 0; display: flex; flex-wrap: wrap; row-gap: 22px; }
.icon-cards-with-content .card { padding: 0 15px; width: 33.33%; }
.icon-cards-with-content .card .card-inner{height:100%;}
.icon-cards-with-content .card .icon { min-height: 95px; }
.icon-cards-with-content .card h6 { margin-top: 15px; color: #1F2A50; font-size: 24px; line-height: 30px; }
.icon-cards-with-content .card h6 strong { font-weight: 900; }
.icon-cards-with-content .card .card-content { margin-top: 15px; font-size: 19px; line-height: 30px; font-weight: 500; max-width: 330px; }
.icon-cards-with-content .highlight.animated-strip.go span:nth-child(2n):before { animation-delay: .4s; }

.content-with-logo{background:#EFF0F0;padding:50px 0;}
.content-with-logo .content { font-size: 19px; line-height: 30px; font-weight: 500; color: #1F2A50; max-width: 800px; }
.content-with-logo .logo-row { margin: 50px -5px 0; display: flex; align-items: center; flex-wrap: wrap; row-gap: 24px; }
.content-with-logo .logo-row .icon { position: relative; }
.content-with-logo .logo-row .icon a { display: inline-block; position: absolute; inset: 0; z-index: 1; }
.content-with-logo .logo-row .icon img.active { position: absolute; top: 0px; left: 0px; opacity: 0; transition: 400ms; }
.content-with-logo .logo-row .icon:hover img.active { opacity: 1; }

.content-with-logo.white_bg { background: #fff; }

.table-content { padding: 50px 0; }
.table-content .title .content { max-width: 900px; margin-top: 30px; font-size: 19px; line-height: 30px; font-weight: 500; color: #1F2A50; }
.table-content .table-wrapper { margin-top: 50px; }
.table-content .table-wrapper .table-row { display: flex; }
.table-content .table-wrapper .table-body .table-row:nth-child(odd) { background: #EFF0F0; }
.table-content .table-wrapper .table-row > div { padding: 6px 15px; }
.table-content .table-wrapper .table-header .table-row { font-weight: 600; }
.table-content .table-wrapper .table-row .col2, .table-content .table-wrapper .table-row .col3 { display: flex; justify-content: center; align-items: center; }
.table-content .table-wrapper .table-row > div:first-child { width:50%; max-width:500px; }
.table-content .table-wrapper .table-row > div.col2, .table-content .table-wrapper .table-row > div.col3 { width:25%; max-width: 185px; font-weight: 600; color: #1F2A50; }
.table-content .table-wrapper .table-row  .col img { vertical-align: middle; }
.table-content.grey_bg { background: #EFF0F0; }
.table-content.grey_bg .table-wrapper .table-body .table-row:nth-child(odd) { background: #fff; }

.table-rating .star { position: relative; }
.table-rating .star img { min-width: 105px; }
.table-rating .star > div { overflow: hidden; position: absolute; top: 0px; left: 0; width: 105px; }
.table-rating .star-1 > div { width: 20px; }
.table-rating .star-2 > div { width: 40px; }
.table-rating .star-3 > div { width: 60px; }
.table-rating .star-4 > div { width: 80px; }
.table-rating .star-5 > div { width: 105px; }
.table-rating .star-0 { display: none; }
.table-content.table-rating.grey_bg .table-wrapper .table-body > div:nth-child(even) { background: #EFF0F0; }
.table-content.table-rating.grey_bg .table-wrapper .table-body > div:nth-child(odd) { background: #fbfbfb; }
.table-content.table-rating .table-head .row-title { padding: 9px 15px; font-weight: 700; }
.table-content.table-rating .table-body { border-top: 2px solid #1F2A50; border-bottom: 2px solid #1F2A50; }
.table-content.table-rating .table-head:not(:last-child) { border-top: 1px solid #1F2A50; }
.table-content.table-rating .table-wrapper .table-row > div.col2 { border-right: 2px solid rgba(174, 176, 178, 0.50); }
.table-content.table-rating .table-wrapper .table-row > div.col1 { max-width: 510px }
.table-content.table-rating .table-wrapper .table-header .table-row > .col.col2 { border-right: 0; }
.table-content.table-rating .table-wrapper .table-header .table-row > .col { font-size: 20px; line-height: 130%; }


.form-with-video { padding: 50px 0 60px; background: #FBAA19; }
.form-with-video .title .content { margin-top: 15px; font-weight: 500; }
.form-with-video .left { width: 730px; padding-right: 100px; }
.form-with-video .inner { display: flex; flex-wrap: wrap; }
.form-with-video .inner .right { width: calc(100% - 730px); }
.form-with-video .form-wrapper { margin-top: 24px; max-width: 440px;}
.form-with-video .form-wrapper form { position: relative; }
.form-wrapper form .hs-form-field input { padding: 14px 54px 14px 33px; border: 2px solid #1F2A50; border-radius: 40px; background: transparent; font-size: 20px; line-height: 24px; }
.form-wrapper form .hs-form-field input::placeholder { color: #fff; }
.form-wrapper form .hs-form-field input[type="checkbox"] { display: none; }
.form-wrapper form .hs-form-field input[type="checkbox"] + span { display: block; position: relative; padding-left: 36px; font-size: 12px; line-height: 20px; font-weight: 500; }
.form-wrapper form .hs-form-field input[type="checkbox"] + span:before { position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: transparent; border:1px solid #1F2A50; content: ''; }
.form-wrapper form .hs-form-field input[type="checkbox"]:checked + span:before{position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/check-icon.svg) no-repeat center / contain; border:1px solid #1F2A50; content: '';}
.form-wrapper form  .legal-consent-container { font-size: 12px; line-height: 16px; font-weight: 500; }
.form-wrapper form .legal-consent-container a { color: #fff; text-decoration: underline; }
.form-wrapper form .legal-consent-container a:hover { color: #1F2A50; }
.form-wrapper form .hs-submit input[type="submit"] { width: 50px; height: 50px; font-size: 0; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/plane-icon.svg) no-repeat center / 24px; border-radius: 50%; position: relative; }
.form-wrapper form .hs-submit .actions { width: 50px; height: 50px; background: #1F2A50; border-radius: 50%; transition:400ms;}
.form-wrapper form .hs-submit .actions:hover{background: #fff;}
.form-wrapper form .hs-submit .actions:hover input[type="submit"] {filter: brightness(0) saturate(100%) invert(12%) sepia(14%) saturate(4933%) hue-rotate(201deg) brightness(100%) contrast(90%);}
.form-with-video .form-wrapper form .hs-submit { position: absolute; top: 3px; right: 5px; }
.form-with-video .inner .video-wrapper a { display: block; position: relative; }
.form-with-video .inner .video-wrapper a:before { width: 50px; height: 50px; position: absolute; content: ''; background: #FFAA00; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 400ms; }
.form-with-video .inner .video-wrapper a:after { width: 28px; height: 28px; position: absolute; content: ''; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/play-btn.svg) no-repeat 5px center / contain; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.form-with-video .inner .video-wrapper a:hover:after { filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1254%) hue-rotate(360deg) brightness(101%) contrast(109%); }
.form-with-video .inner .video-wrapper a:hover:before { background: #1F2A50; }
.form-with-video .inner .video-wrapper a img { max-width: 100%; height: auto; width: 100%; }

.nhero_area .container{padding-bottom:0;}
/*.nhero_area.hero-v2 .container::before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/hero-bgpat.png) no-repeat top center / contain; z-index: -1;}*/
.nhero_area.hero-v2 .container::before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/nhero_desktop_bg.png) no-repeat top center / contain; z-index: -1;}
.nhero_area.hero-v2 h1 { max-width:940px; font-size: 63px; line-height: 76px; }
.nhero_area.hero-v2 h1 span{z-index:2;}
.nhero_area.hero-v2 .nhero_text { font-size: 30px; line-height: 36px; max-width:830px; }
.hero-v2 .form-wrapper { max-width: 860px; position:relative; background: #fff;}
.hero-v2 h4 { color: #1F2A50; font-weight: 900; margin-top: 60px; }
.hero-v2 .form-wrapper { display: flex; max-width: 940px; }
.hero-v2 .form-wrapper form .form-wrapper .form-group-1 { position: relative; width: 430px; }
.hero-v2 .form-wrapper form .form-wrapper .form-group-2 { width: calc(100% - 430px); padding-left: 50px; }
.hero-v2 .form-wrapper form .hs-form-field input{color: #1F2A50;}
.hero-v2 .form-wrapper form .hs-form-field input::placeholder { color: #AEB0B2 !important; }
.hero-v2 .form-wrapper form .hs-submit { position: absolute; top: 3px; right: 2px; }
.hero-v2 .form-wrapper form .legal-consent-container { color: #AEB0B2; }
.hero-v2 .form-wrapper form .legal-consent-container a { color: #BFB3FF; }
.hero-v2 .form-wrapper form .legal-consent-container a:hover { color: #1F2A50; }
.hero-v2 .form-wrapper form .hs-submit .actions { width: 50px; height: 50px; background: #FBAA19; border-radius: 50%; transition:400ms;}
.hero-v2 .form-wrapper form .hs-submit .actions:hover{background: #1F2A50;}
.hero-v2 .form-wrapper form .hs-submit input[type="submit"] { filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(5895%) hue-rotate(194deg) brightness(90%) contrast(92%); }
.hero-v2 .form-wrapper form .hs-submit .actions:hover input[type="submit"] { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5722%) hue-rotate(29deg) brightness(99%) contrast(103%); }


body .pc-content-form-section .hs-form fieldset .hs-fieldtype-booleancheckbox.hs_years_of_experience_with_pentera_platform.hs-form-field,
body .pc-content-form-section .hs-form fieldset .hs-fieldtype-booleancheckbox.hs_preferred_team_members__optional_.hs-form-field { display:none; }
body .pc-content-form-section .hs-form fieldset .hs_number_of_years_of_experience_with_pentera.hs-form-field { margin-top:15px; }



@media(min-width:2000px){
    .fullimage_area { height:900px; }
}

@media (min-width:768px) { 
/*     .container, .row-fluid .container[class*="span"]{width:750px;}  */
    img.guenther_mobile { display: none; }
    .mobile_view { display:none; }
    
    .heromob_img { display:none; }
    html[dir="rtl"] .form_style form .hs_submit { text-align: left; }
    html[dir="rtl"] .textimg_left { padding-right: 0; padding-left: 20px; }
/*     html[dir="rtl"] .textimg_left {padding-right: 20px;padding-left: 0px; } */
/*     html[dir="rtl"] .textimg_area .container { flex-flow: row-reverse; } */
}
@media (min-width:992px) { 
    .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
    .container, .row-fluid .container[class*="span"]{width:970px;}
    .speakers_section .section_wrap .col:hover .speakerdet_overlay { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: visible; }
     html[dir="rtl"] .textimg_left { padding-right: 0; padding-left: 100px; }
/*     html[dir="rtl"] .textimg_left {padding-right: 100px;padding-left: 0px; } */
}
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} 
.content-with-logo .logo-row .icon {max-width: 190px;}
}

@media (min-width:1220px) {
    .speakers_section .section_wrap .speakerdet_overlay { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 30px 30px 60px; }
}

@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1400px;} }
@media (min-width:1630px) { .container, .row-fluid .container[class*="span"]{width:1600px;} .cloud-security-page .container { max-width:1424px; width:100%; } }
@media (min-width:1730px) {
    .new-container-set .container,.new-container-set .row-fluid .container[class*="span"] { width: 1720px; }
}
@media (max-width:1730px){
    .new-hero-form-main-wrap .left .nhero_text { font-size: 34px; }
    .new-hero-form-main-wrap h1 { font-size: 70px; }
    .request-demo-two-column-wrap .left h3 { font-size: 34px; }
    .request-demo-two-column-wrap .left .content {font-size: 26px;}
    .request-demo-client-quotes-wrap {font-size: 34px;}
    
}

@media (max-width:1629px){
    .countryevent_wrap .country_text {
        padding: 8px 55px 8px calc((100% - 1380px) / 2);
    }
}

@media (max-width:1619px){
    
    .newvideopop_area .wip_main_cover .wip_data { margin-bottom:70px !important; }
    .newvideopop_area .newvideopop_left { padding-right: 90px; }
    .newvideopop_area .wip_main_cover .wip_data .videolink_sc a { height:220px; }
    .newhero_area .newhero_btmwrap h1 { font-size: 50px; line-height: 52px;  }   
    .newhero_area .newhero_toplogo { width:100%; max-width:400px; }
    .newhero_area { padding:260px 0 50px; }
    .newvideopop_area .newvideopop_left .text { margin-bottom: 40px; }
    
    .footerbgset .footer { background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom  -60px/cover; }

    .nhero_area h1 { font-size: 80px; line-height: 80px; }
    .newhero_bx h1 { font-size: 65px; line-height: 75px; }
    .newhero_bx .subtitle { font-size: 40px; } 
    .nhero_area .nhero_text { font-size: 50px; line-height: 54px; }
    .newhero_bx .nhero_text { font-size: 30px; line-height: 35px; }
    .textimg_area .textimg_left { font-size: 20px; line-height: 36px;  padding-right: 40px; }
    .textimg_area { padding:60px 0; }
    .speakstrip_cover .speakstrip_info { font-size: 24px; line-height: 26px; }
    .speakstrip_text { font-size: 24px; line-height: 32px; }
    
    .textimg_area.form_border_on .textimg_left:before { display:none; }
    .speakcontent_area.speakers_bdr_on .textimg_left:before  { right:40px; } 
    .speakcontent_area.speakers_bdr_on .textimg_left { font-size: 22px;  line-height: 28px; padding-right: 80px; }
    .speakcontent_area .speakstrip_cover .speakstrip_img { width:220px; }
    .speakcontent_area .speakstrip_cover .speakstrip_info h4 { font-size: 20px; line-height: 24px; }
    .speakcontent_area .speakstrip_cover .speakstrip_info { width:calc(100% - 220px); font-size: 20px; line-height: 24px; }
    
    .fullimage_area { height:540px; }
    .header_area .header_logo a { margin-right: 20px; padding-right: 20px; }
    .header_area .header_logo:last-child a { padding: 0 0 0 15px; margin: 0 0 0 15px; }
    .header_area .header_logo1 { width:100%; }
    .header_area .header_logo2 { width:55%; }
    
    .herosesign_area h1 { font-size: 54px; line-height: 58px; }
    .herosesign2_area .speakstrip_item .speakstrip_info { padding:10px 20px 0 0; }
    
}
@media (max-width:1440px){
    .wip_section .wip_sec_wrap .wip_main_cover .image { height: 280px; }

    .header .header_wrap .mainmenu ul > li a { font-size: 14px; }
    .header .header_wrap .mainmenu ul.active-branch.mobile-menu { gap: 20px; }
    
    .newhero_area { min-height:770px; }
    .newhero_area .newhero_btmwrap { margin-top:170px; }
    
    .footerbgset .footer { background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom  -20px/cover; }
    .videos-section .video-card-wrapper{padding:0 16px;}.videos-section .section-row{margin:50px -16px 0;}
}

@media (max-width:1629px){
    .countryevent_wrap .country_text {
        padding: 8px 55px 8px calc((100% - 1140px) / 2);
    }
}

@media (max-width:1429px){
    .quotebxsc_wrap .content_wrap img.top_quote { width: 120px; left: -50px; top: -50px; }
    .quotebxsc_wrap .right_part { padding-left: 50px; }
    
    .speakstrip_cover.four_column .speakstrip_item { width: calc(100% / 3); }
    .speakstrip_cover.four_column .speakstrip_item .speakstrip_img { width: 220px; }
}

@media (max-width:1430px){
    .speakers_section .section_wrap .col { width: calc(25% - 10px); }
    .agenda_section .bottom_part { max-width: 80%; }
    
    .venue_section .title .top_content {max-width: 70%; }
    .venue_section .venue_box { max-width: 70%; }
    
    .popup_form .section_wrap { padding: 30px; }
    
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap a { font-size:18px; line-height:24px; letter-spacing: 0; }
    
    .herosesign_area h1 { font-size: 48px; line-height: 50px; }    
    
    
}
@media (max-width:1399px){
    .header .header_wrap .mainmenu ul { gap: 15px; }
    .speakstrip_cover .speakstrip_item { width: calc(100%/3); padding: 0 20px 40px; }
    .speakstrip_cover { margin: 0 -20px; }
    .speakstrip_cover .speakstrip_info { width: 100%; padding: 20px 0 0; }

    .new-hero-form-main-wrap .left .nhero_text { font-size: 30px; margin-bottom: 10px; }
    .new-hero-form-main-wrap .left { padding-right: 0; }
    .new-hero-form-main-wrap h1 { padding-left: 0; font-size: 63px; line-height: normal; }
    .request-demo-two-column-wrap .right { padding-left: 15px; }
    .request-demo-two-column-wrap .left h3 { font-size: 30px; line-height: normal; }
    .request-demo-two-column-wrap .left .content { font-size: 24px; line-height: 34px; }
    .request-demo-two-column-wrap .left .content ul li { margin-bottom: 5px; }
    .request-demo-client-details-wrap { width: 100%; }
    .request-demo-client-info { width: 30%; }
    .request-demo-client-quotes-wrap { width: 70%; padding-left: 45px; }
    .request-demo-client-quotes-wrap:before { left: 18px; }
    .new-hero-form-main-wrap .right { margin-bottom: -25%; }

}
@media (max-width:1199px){
    
    h1 { font-size: 50px; line-height: 52px; }
    h2 { font-size: 40px; line-height: 42px; }
    h3 { font-size: 30px; line-height: 32px; }
    h4 { font-size: 26px; line-height: 28px; }
    h5 { font-size: 24px; line-height: 26px; }
    h6 { font-size: 18px; line-height: 20px; }
    .content { font-size: 20px; line-height: 26px; }
    
    .header .header_wrap .mainmenu ul { gap: 15px; }
    .header .header_wrap .logo { width: 190px; margin-right: 15px; }
    .header .header_wrap .mainmenu ul>li a { font-size: 14px; }
    
    .hero_section { padding: 140px 0 56px; }
    .hero_section .herosec_details .logo { width: 400px; }
    
    .footer .footer_section { flex-flow: row wrap; justify-content: center; }
    .footer .footer_section .fleft_part { margin-bottom: 20px; }
    
    .faq_section .section_wrap .inner { max-width: 900px; }

    .speakers_section .section_wrap .col .img { height: 250px; }
    .speakers_section .section_wrap .col .inner .name_des { font-size: 16px; line-height: 20px; }
    .speakers_section .section_wrap .col .tab_box .box_title { font-size: 16px; line-height: 20px; }
    .speakers_section .section_wrap .col .tab_box .box_content { font-size: 16px; padding: 0; }
    
    .agenda_section .bottom_part { max-width: 100%; }
    
    .venue_section .title .top_content { max-width: 100%; }
    .venue_section .venue_box { max-width: 100%; }
    
    .popup_form .section_wrap { max-width:750px; }
    .popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li { width: 75px; height: 70px; }
    .popup_form .section_wrap form fieldset .hs_dietary_requirements_2 ul.inputs-list li label span:before { width: 75px; height: 70px; }
    
    .wip_section .wip_sec_wrap .wip_main_cover .image { height: 220px; }
    
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part { width: 50%; }
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part { width: 48%; }
    
    .conutrylistbx_wrap .content { font-size: 16px; line-height: 20px; }
    
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col { padding: 0 10px; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap a { font-size:16px; }
    .schedule_sc .schedulesc_full-col .schedulesc_col h3 { font-size: 26px; line-height: 30px; letter-spacing: 2px; }
    
    .header .header_wrap .mainmenu ul > li a { font-size: 12px; }
    
    .newvideopop_area .newvideopop_left { padding-right: 50px; font-size: 20px;  line-height: 26px; }
    .countdown_box ul li span { font-size: 50px; line-height: 50px; }
    .countdown_box ul li { font-size: 24px; line-height: 24px;  }
    .letters_box { margin: 30px 0 30px; }
    .newhero_area .newhero_btmwrap h1 { font-size: 38px; line-height: 40px; }
    
    .footerbgset .footer .footer_section:before {   }
    
    .speakstrip_area { padding:50px 0; }
    .bottom_texton .speakstrip_cover .speakstrip_img { width:220px; }  
    .bottom_texton .speakstrip_cover .speakstrip_info { width:calc(100% - 220px); }
    .speakstrip_cover .speakstrip_img { width:220px; }  
    .speakstrip_cover .speakstrip_info { width:calc(100% - 220px); }
    
    .speakstrip_text { font-size: 22px; line-height: 30px; }
    .nhero_area h1 { font-size: 70px; line-height: 70px;  }
    .nhero_area .container { padding:30px 20px; }
    .textimg_area .textimg_left { font-size: 22px;  line-height: 32px; } 
    
    .form_style form .hs-form-field { width:100% !important; }
    .form_style form .hs-form-field > label { font-size: 16px; line-height: 20px; }
    
    .speakcontent_area .speakstrip_cover .speakstrip_info { width:100%; padding:10px 0 0; }
    .header_area .header_logo a img { height:40px !important; } 
    
    .herosesign_area h1 { font-size: 40px; line-height: 44px; }
    .herosesign_area .nhero_text { font-size: 30px; line-height: 36px; }
    .herosesign2_area .speakstrip_item .speakstrip_info { text-align:center; padding:10px 0 0; }
    .herosesign2_area .herosesign_left h1 { margin-bottom:10px; }  
    .herosesign_area .logos_item img { height:35px !important; }
    
    .zigzagbxsc_wp .left_part .content { font-size: 26px; }
    .zigzagbxsc_wp .left_part .title { margin-bottom: 15px; }
    
    .video_title .section_wrap { margin: 0 -10px; }
    .video_title .section_wrap .col { padding: 0 10px 30px; }
    
    .newhero_bx h1 { font-size: 60px; }
    
    .countryevent_wrap .country_text { padding: 8px 55px 8px calc((100% - 950px) / 2); }

    .request-demo-main-wrap { padding-top: 45px; }
    .request-demo-two-column-wrap .left { width: 100%; }
    .request-demo-two-column-wrap .right { width: 100%; padding-left: 0; padding-top: 15px; }
    .request-demo-client-details-wrap { margin-top: 20px; margin-left: 0; }
    .request-demo-client-info { width: 32%; }
    .request-demo-client-quotes-wrap { width: 68%; font-size: 28px; line-height: normal; }
    .client-details h4, .client-details span { font-size: 21px; line-height: normal; }
    .new-hero-form-main-wrap .right h3 { font-size: 30px; line-height: 32px; }
    .new-hero-form-main-wrap h1 { font-size: 56px; line-height: normal; }

    .form_style .hs-form fieldset.form-columns-2 .hs-dependent-field { width: 100%; margin-bottom: 20px; }
    .form_style form .hs-form-field.form-field-full .input { padding: 0; }
    .form_style .hs-form fieldset.form-columns-2 .hs-dependent-field>.hs-form-field:nth-child(2) { margin-bottom: 0; }
    
    .form-with-video .left { width: 600px; padding-right: 40px; }
    .form-with-video .inner .right { width: calc(100% - 600px); }
}

@media (max-width:991px){
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none;padding-bottom: 15px;}
    
    .header { padding: 22px 0; }
    .header .header_wrap .mainmenu ul>li a:after { display: none; }
    .header .header_wrap .mainmenu ul { position: absolute; left: 0; top: 100%; padding: 15px; background: rgb(8 10 20 / 80%); }
    .header .header_wrap .mainmenu ul>li a { border-bottom: 2px solid #FFAA00; padding-bottom: 6px; }
    .header .header_wrap .mainmenu .regbtn { margin-top: 20px; display: flex; }
    .header .header_wrap .mainmenu ul>li a { font-size: 16px; }
    
    .header_wrap .lang_switcher_class { top: 30px; position: absolute; right: 70px; margin-left: 0; }
    
    h1 { font-size: 40px; line-height: 48px; }
    h2 { font-size: 36px; line-height: 40px; }
    h3 { font-size: 26px; line-height: 30px; }
    h4 { font-size: 24px; line-height: 28px; }
    h5 { font-size: 22px; line-height: 26px; }
    h6 { font-size: 16px; line-height: 20px; }
    .content { font-size: 16px; line-height: 22px; }
    
    .hero_section { padding: 110px 0 46px; background-size: 130% 100% !important; }
    
    .faq_section { padding: 50px 0 80px; }
    .faq_section .section_wrap h3 { font-size: 24px; line-height: 28px; margin-bottom: 30px; }
    .faq_section .section_wrap .inner { max-width: 100%; }
    .faq_section .section_wrap .inner .agenda_content ul li span { width: 25%; }
    
    .speakers_section .section_wrap .col {width: calc(33.33% - 10px);}
    .speakers_section .section_wrap { margin: 0 -10px; }
    
    
    .agenda_section .bottom_part .box_part { font-size: 18px; line-height: 26px; }
    .agenda_section .title h3 { font-size: 24px; line-height: 34px; }
    .agenda_section .top_part ul li { font-size: 20px; margin-left: 20px; }
    .agenda_section .top_part .legend { font-size: 20px; line-height: 25px; }
    .agenda_section .bottom_part .box_part a.readmore { font-size: 18px; line-height: 26px; }
    .agenda_section .bottom_part .session_wrap .date { font-size: 26px; line-height: 30px; }
    
    .venue_section .img_box .img_inner { padding: 0 10px; }
    .venue_section .img_box .img_inner .img { height: 250px; }
    .venue_section .title .top_content { font-size: 20px; line-height: 30px; }
    .venue_section .venue_box .accomodation { font-size: 24px; line-height: 34px; }
    .venue_section .venue_box .box_titlecont .middle_conternt { font-size: 20px; line-height: 30px; }
    .venue_section .box_wrap .box_content { font-size: 20px; line-height: 30px; }
    
    
    .popup_form .section_wrap .popup_logo { max-width: 300px; }
    .popup_form .section_wrap .popup_logoimg { object-fit: cover; max-width: 100%; }
    .popup_form .section_wrap .popup_logo a { display: inline-block; max-width: 300px; width: 100%; }
    .popup_form .section_wrap .popup_logo a img { width: 100%; }
    .popup_form .section_wrap .top_content ul li { font-size: 20px; line-height: 30px; }
    .popup_form .section_wrap form input.hs-button { letter-spacing: 8px; font-size: 20px; line-height: 30px; padding-left:8px; }
    
    .sessionstext_section .sessionstext_sec_wrap .title { font-size: 24px; line-height: 34px; }
    .sessionstext_section .sessionstext_sec_wrap .content { font-size: 20px; line-height: 30px; }
    
    .conutrylist_bx .conutrylistbx_wrap { margin: 0; }
    .conutrylistbx_wrap .country_details { padding: 0 20px; width: 50%; }
    
    .schedule_sc .schedulesc_full-col .schedulesc_col { width: 100%; margin-bottom: 15px; }
    .schedule_sc .schedulesc_full-col { flex-flow: wrap; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap { width: 100%; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col { margin: 0 auto; }
    
    .newhero_area {  }
    .newhero_area .newhero_toplogo { max-width:320px; }
    .newhero_area .newhero_btmwrap { margin-top:150px; }
    .newhero_area .btmtitle { width: 100%; margin-bottom: 28px; }
    
    .newvideopop_area .newvideopop_left { width:60%; padding-right:40px; font-size: 18px; line-height: 24px; }
    .newvideopop_area .wip_main_cover { width:40%; }
    .newvideopop_area .newvideopop_left .text { margin-bottom: 10px; }
    .letters_box { margin:30px 0 0; }  
    .letters_box .letters_links { width:100%; margin:0 0 20px; }
    .letters_box .letters_links a img { width: 45px; }
    .letters_box .letters_links a { font-size: 20px; line-height: 22px; text-align: left; }
    .countdown_box ul li { padding:0 10px; font-size: 16px;  line-height: 20px; }  
    .countdown_box ul li span { font-size: 44px;  line-height: 45px; }
    
    .nhero_area { padding:30px 0; }
    .nhero_area h1 { font-size: 54px; line-height: 56px; }
    .nhero_area .nhero_text { font-size: 34px; line-height: 40px; }
    .newhero_bx .nhero_text { font-size: 28px; line-height: 32px; }
    .nhero_area .container { padding:20px; width:100%; }
    
    .header_area { padding:15px 0; }
    .header_area .header_logo a img {height: 36px !important;object-fit: contain;width: auto;}
    .textimg_area { padding:50px 0; }
    .textimg_area .textimg_left { font-size: 20px; line-height: 27px; padding-right: 20px; width:60%; }
    .textimg_area .textimg_right { width:40%; }
    .speakstrip_area { padding:40px 0; }
    .bottom_texton .speakstrip_cover .speakstrip_info { width:100%; padding:10px 0 0; }
    .speakstrip_cover .speakstrip_info { width:100%; padding:10px 0 0; font-size: 22px; line-height: 28px; }
    .speakstrip_text { font-size: 18px;  line-height: 26px;  margin-top: 30px; }
    .nhero_area h1 { font-size: 50px;  line-height: 54px; }   
    
    .speakcontent_area.speakers_bdr_on .textimg_left { padding-right:60px; }
    .speakcontent_area.speakers_bdr_on .textimg_left:before { right:30px; }
    
    .fullimage_area { height:320px; }
    
    .header_area .header_logo1 { width:100%; }
    .header_area .header_logo2 { width:100%; justify-content: flex-start; margin-top: 25px; }
    
    .herosesign_area .container { width:100%; padding-right: 15px; }
    .herosesign_area .herosesign_left { width:100%; padding:0; }
    .herosesign_area .herosesign_right { width:100%; padding:30px 0 0; }
    .herosesign2_area .herosesign_right { justify-content: flex-start; }
    
    .zigzagbxsc_wp .left_part .content { font-size: 22px; }
    .zigzagbxsc_wp .left_part { width: calc(50% - 20px); }
    
    .video_title .section_wrap .col a img { object-fit: cover; height: 100% !important; width: 100%; }
    .video_title .section_wrap .col a { height: 200px; }
    
    .newhero_bx h1 { font-size: 50px; line-height: 60px; }
    .newhero_bx .subtitle { font-size: 36px; } 
    
    .countryevent_wrap .country_text { padding: 8px 35px 8px 15px; }
    .countryevent_sc .heading { margin-bottom: 50px; }
    
    .quotebxsc_wrap .content_wrap img.bottom_quote { width: 50px; left: auto; right: 0; bottom: 57px; }
    .quotebxsc_wrap .content_wrap img.top_quote { width: 75px; top: -30px; left: -30px; }
    .quotebxsc_wrap .right_part .source_text { margin-top: 50px; }
    
    .form_content .section_wrap .left_part .title_cont .inner .title { font-size: 22px; line-height: 30px; }
    .form_content .section_wrap .right_part form .form-columns-2 .field { width: 100%; margin: 0 0 15px; }
    .form_content .section_wrap .right_part form .form-columns-2 .field .input { margin: 0; }
    .form_content .section_wrap .right_part form .form-columns-2 { margin-bottom: 0; } 
    .form_content .right_part form .form-columns-2 .hs_lastname .hs-error-msgs { margin-left: 0; }
    
     .videos-section{padding:50px 0 80px;}
    .videos-section .section-row{margin:50px -16px 0;}
    
    .speakstrip_cover.four_column .speakstrip_info { width: 100%; }


    .new-hero-form-main-wrap .left { width: 100%; }
    .new-hero-form-main-wrap .right { width: 100%; margin-top: 25px; margin-bottom: 0; }
    .new-hero-form-main-wrap .right fieldset { max-width: 100% !important; }
    .request-demo-two-column-wrap { width: 100%; }
    .request-demo-client-info { width: 100%; max-width: 350px; margin: 0px auto; }
    .request-demo-client-quotes-wrap { width: 100%; margin-bottom: 55px; margin-top: 15px; }
    .request-demo-client-details-wrap { flex-flow: column; }
    .request-demo-two-column-wrap .right { text-align: center; }
    
    .hero-v2 .form-wrapper form .form-wrapper .form-group-1 { width: 330px; }
    .hero-v2 .form-wrapper form .form-wrapper .form-group-2 { width: calc(100% - 320px); }
    
    .form-with-video .left { width: 400px; }
    .form-with-video .inner .right { width: calc(100% - 400px); }


}
@media (max-width:767px){
    .header .header_wrap .logo { width: 190px; }
    .hero_section .herosec_details h1.title { margin-bottom: 60px; }
    .hero_section .herosec_details .logo { width: 300px; }
    .hero_section .herosec_details { justify-content: flex-start; }

/*     .wip_section .wip_sec_wrap .main_title:before { width: 262px; } */
    .wip_section .wip_sec_wrap .wip_main_cover .wip_data { width: calc(50% - 10px); }
    .wip_section .wip_sec_wrap .wip_main_cover .image { height: 200px; }
    
    .wip_sec_wrap .content { display: block !important; }

    .imgvideo_sec { padding-bottom: 40px; }

    .contactus_section .contactus_wrap:before { width: 100%; max-width: 262px; }

    .footer .footer_section .fleft_part .logo { width: 190px; }
    .footer .footer_section .fleft_part .social_icon ul li a { width: 26px; }
    
/*     .faq_section .section_wrap:before { width: 50%; } */
    .faq_section .section_wrap .inner { font-size: 20px; margin-bottom: 30px; }
    
    .speakers_section .section_wrap .col { width: calc(50% - 10px); padding-bottom: 40px; }
    .agenda_section .top_part .legend { width: 100%; }
    .agenda_section .bottom_part .box_part .time { width: 100%; }
    .agenda_section .bottom_part .box_part .session_name { width: 100%; padding: 10px 0; }
    .agenda_section .bottom_part .box_part .name_title { width: 100%; padding: 0; }
    .agenda_section .bottom_part .box_part .name_title:before { display:none; }
    .agenda_section .bottom_part .box_part .location { width: 100%; padding: 10px 0; margin: 0; }
    .agenda_section .bottom_part .box_part .location:before { display: none; }
    .agenda_section .bottom_part .session_inner:before { top: 3px; }
    .agenda_section .bottom_part .session_wrap+.session_wrap { margin-top: 30px; }
    .agenda_section .bottom_part .session_wrap .date { font-size: 20px; line-height: 26px; }
    .agenda_section .bottom_part .box_part .right_part { width: 100%; padding: 0; }
    .agenda_section .title { padding-top: 30px; }
/*     .agenda_section .title:before {width: 50%;} */
    .agenda_section .top_part ul li { width: 100%; margin: 15px 0 0; font-size: 20px; line-height: 26px; }

    .regbtn_section .reg_btn:before { width: 50%; }
    .venue_section .title { padding-top: 30px; }
    .venue_section .title h3 { font-size: 24px; line-height: 34px; }
    .venue_section .img_box { padding: 30px 0; margin: 0 -5px; }
    .venue_section .venue_box .box_titlecont { padding-bottom: 20px; padding-top: 30px; }
    .venue_section .venue_box .box_inner:not(:last-child) { padding-bottom: 30px; }

    .venue_section .title .top_content { font-size: 16px; line-height: 26px; }
    .venue_section .venue_box .box_titlecont .middle_conternt { font-size: 16px; line-height: 26px; }
    .venue_section .box_wrap .box_content { font-size: 16px; line-height: 26px; }
    
    .popup_form .section_wrap { padding:15px; }
    .popup_form .section_wrap form fieldset .field.hs-form-field { width: 100%; padding: 0; }
    .popup_form .section_wrap form fieldset { margin: 0; }
    .popup_form .section_wrap .popup_logo a { max-width: 200px; }
    .popup_form .section_wrap .top_content ul li { font-size: 16px; line-height: 20px; }
    
    .popup_form .section_wrap { max-width: 100%; }
    .popup_form .section_wrap form fieldset ul.inputs-list { flex-wrap: wrap; justify-content: center; }
    .popup_form .section_wrap form fieldset ul.inputs-list li { width: 55px; height: 50px; margin-right: 10px; margin-bottom: 10px; }
    .popup_form .section_wrap form fieldset ul.inputs-list li label span:before {width: 55px;height: 50px;}
    .popup_form .section_wrap form fieldset ul.inputs-list li+li { margin-left: 0; }
    
    .popup_form .section_wrap form .hs_submit.hs-submit .hs-richtext { width: 100%; padding: 0; }
    .popup_form .section_wrap form .actions { width: 100%; text-align: left; padding: 15px 0 0; }
    
    .venue_section .venue_box .box_wrap .box_inner:before { width: 50%; }
    
    img.guenther_desktop { display: none; } 
    img.guenther_mobile { max-width: 100%; }
    
    .sessionstext_section { padding: 40px 0 20px; }
    .sessionstext_section .sessionstext_sec_wrap:before { width: 50%; }
    .sessionstext_section .sessionstext_sec_wrap .content { font-size: 16px; line-height: 26px; }
    
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part, .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part { width: 100%; }
    .headlinevideo_section .title { font-size: 24px; padding: 15px 0; }
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field { padding: 30px 0 20px; }
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_details { max-width: 100%; margin-top: 20px; }
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .right_part .heading { font-size: 20px; }
    .headlinevideo_section .headlinevideo_sec_wrap .headline_field_cover .left_part .image img { width: 70px; }
    
    .wip_section.videopop_sc .videolink_sc a:after { height: 80px; width: 80px; }
    
    .imgbx_cover { padding: 30px 0; }
    
    .speakers_section .coming_soon_label { font-size: 18px; }
    
    .schedule_sc .schedulesc_heading { margin-bottom:15px; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col { width:50%; padding:0px 15px; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col .button-wrap a { padding: 10px 15px; margin-bottom:30px; }
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col:last-child .button-wrap a,
    .schedule_sc .schedulesc_full-col:last-child .schedulesc_col_wrap .schedulesc_col.full_width_button .button-wrap a { margin-bottom:0px; }
    
    .contactus_section.subscription_section .form_wrap .hs-form-field { width: 100%; }
    .contactus_section.subscription_section .form_wrap .hs_submit.hs-submit { margin: 15px 0 0; }
    
    /**/
    .newhero_area .newhero_btmwrap h1 { font-size: 30px;  line-height: 32px; margin-bottom:20px; }
    .newhero_area .newhero_btmwrap .btmlogo { width:100%; max-width:200px; }
    .newvideopop_area .newvideopop_left { width:100%; padding:0; }
    .newvideopop_area .wip_main_cover { width:100%; }
    .countdown_box ul li:last-child { border:none; }
    .letters_box { margin:30px 0 0; } 
    .newvideopop_area .wip_main_cover .wip_data { margin-bottom:40px !important; }
    .newhero_area .newhero_btmwrap { margin-top:20px; }
    .newhero_area { min-height:auto; padding:120px 0 30px; }
    .newhero_area:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:#0b1225; opacity:0.5; }
    .newhero_area .container { position:relative; z-index:1; }
    .newhero_area .newhero_toplogo { top:0; display: block;  margin-bottom: 20px; }
    .countdown_box { max-width:450px; margin:30px auto 0; }
    .header-cloud-security .newhero_area { padding-top: 180px; }
    
    .newvideopop_area .wip_main_cover .wip_data .videolink_sc a { height:280px; }
    .footerbgset .footer .footer_section:before { top:-34px; }
    
    .speakstrip_cover .speakstrip_item { width:100%; padding:0 0 30px; }
    .speakstrip_cover .speakstrip_item:last-child {  padding:0;  }
    .textimg_area .textimg_left { width:100%; padding-right:0; font-size: 18px; line-height: 25px; margin-bottom: 10px; }
    .textimg_area .textimg_right { width:100%; }
    .nhero_area h1 { font-size: 38px; line-height: 45px; margin-bottom: 10px; }
    .nhero_area .nhero_text { font-size: 24px; line-height: 32px; }
    .newhero_bx .nhero_text { font-size: 24px; line-height: 32px; }
    .nhero_area .container:before { background-size: cover; }
    .textimg_area { padding:30px 0; }
    .speakstrip_text { padding:0; }
    
    .form_style form .hs-form-field > label { font-size: 16px; line-height: 20px; }
    
    .speakcontent_area.speakers_bdr_on .textimg_left { padding-right:0; font-size: 18px; line-height: 25px; }
    .speakcontent_area.speakers_bdr_on .textimg_left:before { right:0; display:none; }
    
    .header_area .header_logo a { margin-bottom:10px; } 
    .speakcontent_area.textimg_area { padding:40px 0; }
    .header_area .header_logo2 { margin-top:10px; }
    .header_area .header_logo:last-child a { padding:0; /* margin: 0 20px 10px 0; */ }    
    .header_area .header_logo:last-child a:first-child { padding:0; margin-right:20px; }
    .header_area .header_logo:last-child a img { height:30px !important; }
    
    .herosesign_area { padding:30px 0; }
    .herosesign_area .herosesign_logos { margin-bottom: 20px; }
    .herosesign_area .logos_item {  margin-right: 15px; padding-right: 15px; margin-bottom:15px; }
    .herosesign_area .nhero_text { font-size: 24px; line-height: 30px; margin-bottom: 20px; } 
    
    
    .nhero_area { padding:15px 0; }
    .nhero_area .container:before { left: 0; width: 100%; }
    
    
    .zigzagbxsc_wp .left_part,
    .zigzagbxsc_wp .right_part { width: 100%; }
    .zigzagbx_sc { padding: 30px 0; }
    .zigzagbxsc_wp .right_part .videopop_bx a:after { width: 80px; height: 80px; }
    .zigzagbxsc_wp .left_part .content { font-size: 18px; }
    
    .video_title { padding: 50px 0; }
    .video_title .section_wrap { margin: 0; }
    .video_title .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .video_title .section_wrap .col h3 { font-size: 24px; line-height: 30px; }
    
    .fullimage_area.inlinetop { display: none; }
    .speakstrip_cover { margin: 0; }
    
    .newhero_bx .bottom_text { font-size: 22px; line-height: 26px; padding: 20px 0 0; }
    .newhero_bx .btn_style a { padding: 9px 15px; min-width: auto; }
    .newhero_bx .btn_style { margin-top: 20px; }
    
    .newhero_bx h1 { font-size: 40px; line-height: 50px; }
    .newhero_bx .subtitle { font-size: 30px; }
    
    .heroban_wrap { display: none; }
    
    .candyeventdet_in .content { font-size: 20px; }
    .countrydeta_wrap .candyevent_details { width: 50%; }
    .candyevent_details .candyeventdet_in { max-width: 300px; }
    .countrydeta_wrap { padding-bottom: 40px; }
    .countryevent_wrap .country_text { font-size: 22px !important; }

    .quotebxsc_wrap .left_part { width: 100%; text-align: center; }
    .quotebxsc_wrap .right_part { width: 100%; padding: 50px 20px 0; }
    .quotebxsc_wrap .content_wrap { margin: 0; }
    .quotebxsc_wrap .content_wrap img.bottom_quote { right: -30px; }
    .quotebxsc_wrap .right_part .source_text { font-size: 18px; }    
    
    .form_content { padding: 50px 0; }
    .form_content .section_wrap .left_part,
    .form_content .section_wrap .right_part{ padding: 10px 0; width: 100%; }
    .form_content .section_wrap .left_part .title_cont .inner .box_content { font-size: 16px; line-height: 24px; }
    .form_content .section_wrap .left_part .title_cont .inner+.inner { margin-top: 20px; }
    .form_content .section_wrap .left_part .title_cont { padding-top: 15px; }
    
    .videos-section .section-row{display:flex;flex-wrap:wrap;}
    .videos-section .video-card-wrapper{width:50%;}
    
    .speakstrip_cover.two_column .speakstrip_item,
    .speakstrip_cover.four_column .speakstrip_item { width: 100%; }
    
    
    .new-hero-form-main-wrap .left .nhero_text { font-size: 25px; line-height: normal; }
    .new-hero-form-main-wrap h1 { font-size: 34px; line-height: 40px; }
    .new-hero-form-main-wrap .right input[type="submit"] { min-width: 100%; }

    .nhero_area.hero-v2 h1 { font-size: 42px; line-height: 40px; background: transparent; }
    .nhero_area.hero-v2 .nhero_text { /*font-size: 18px; line-height: 22px;*/ font-size: 22px; line-height: 26px; margin-top: 20px;  background: transparent;}
    .hero-v2 h4 { margin-top: 30px; background: transparent;}
/*     .hero-v2 .form-wrapper form .hs-submit { top: 13px; } */
    .nhero_area.hero-v2 .container::before { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/nhero_mobile_bg.png) no-repeat top center / contain; top: -6px; }
        
    .content-with-logo h2 { font-size: 30px; line-height: 30px; }
    .content-with-logo .content { margin-top: 20px; }
    .content-with-logo .logo-row .icon { width: 33.33%; }
    .content-with-logo .logo-row .icon img { max-width: 100%; height: auto; /*border: 1px solid #1F2A50; border-radius: 30px;*/ }
    
    .icon-cards-with-content { padding: 40px 0; }
    .icon-cards-with-content h2 { font-size: 30px; line-height: 30px; }
    .icon-cards-with-content .cards-row { margin: 34px -15px 0; }
    .icon-cards-with-content .card { width: 100%; max-width: 370px; padding: 0 20px; }
    
    .form-with-video { padding: 40px 0; }
    .form-with-video .inner { flex-direction: column-reverse; }
    .form-with-video .left { width: 100%; margin-top: 40px; padding: 0; }
    .form-with-video .form-wrapper { margin-top: 30px; }
    .form-with-video .inner .right { width: 100%; }
    
/*     .table-content .table-wrapper{overflow-x:auto;} */
    .table-content h2 { font-size: 30px; line-height: 30px; }
    .table-content .table-wrapper .table-row > div{flex-shrink:0;}
    .table-content .table-wrapper .table-body.horizontal-demo{width: 100%;}
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_scrollTools.mCSB_scrollTools_horizontal{top:0;}
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_container{margin:20px 0 0 !important; padding-top: 20px;}
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_draggerContainer .mCSB_draggerRail {top: 8px; height: 17px !important; margin: 0 !important; position: relative; z-index: 2; background: transparent; }
    .table-content .table-wrapper .table-body .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: transparent !important; }
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_draggerContainer { margin: 0 !important; }
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_buttonLeft, .table-content .table-wrapper .table-body.horizontal-demo .mCSB_buttonRight { width: 32px; height: 32px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/circular-right.svg) no-repeat; opacity: 1; }
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_buttonLeft {transform: rotate(180deg);}
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_buttonLeft.disabled { display: none !important; }
    .table-content .table-wrapper .table-body.horizontal-demo .mCSB_buttonRight.disabled { display: none !important; }
    
    .table-content .table-wrapper .table-header .table-row { border-bottom:1px solid #1F2A50; margin-bottom:5px; }
    .table-content .table-wrapper .table-body { width:100%; }  
/*     .table-content .table-wrapper .table-body .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { height:8px; background: #D1D3D4; margin:4px 0; }
    .table-content .table-wrapper .table-body .mCSB_scrollTools .mCSB_draggerRail { background: #D1D3D4; } */
    
    .hero-v2 .form-wrapper form .hs-submit { top:13px; right:4px; }
    
    .table-content.table-rating .table-wrapper .table-header .table-row { border-bottom: 0; border-top: 1px solid #1F2A50; }
    .table-content.table-rating .table-head .row-title { font-weight: 600; }
    .table-content.table-rating .table-wrapper .table-row > div { font-size: 15px; padding: 6px 6px; }
    .table-content.table-rating .table-wrapper .table-header .table-row > .col { font-size: 17px; }
    
}
@media (max-width:600px){
    .reg_btn a { font-size: 16px; padding: 5px 30px; }
    .contactus_section { padding: 40px 0; }
    
    .footer .footer_section .fright_part { gap: 10px; flex-flow: row wrap; text-align: center; }
    .footer .footer_section .fright_part .rights_reserved_text { width: 100%; }
    .footer .footer_section .fright_part .footer_content { width: 100%; }
    .footer .footer_section .fright_part .footer_content p { justify-content: center; }
    .footer .footer_section .fright_part .footer_content:before { display: none; }
    .footer .footer_section .fleft_part { flex-flow: row wrap; justify-content: center; gap: 10px; }
    .footer .footer_section .fleft_part .social_icon ul { justify-content: center; }
    .footer .footer_section .fleft_part .social_icon { width: 100%; padding-left: 0; }
    .footer .footer_section .fleft_part .social_icon:before { display: none; }
    
    .speakers_section .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .speakers_section .section_wrap { margin: 0; }
/*     .speakers_section .title:before { width: 100%; } */
    .speakers_section .title { padding-top: 30px; }
    
    .venue_section .img_box .img_inner { width: 100%; padding: 0 0 20px; }
    .venue_section .img_box { margin: 0; }
    
    .faq_section .section_wrap .inner .agenda_content ul li span { width: 40%; }
    
    .conutrylistbx_wrap .country_details { padding: 0 0 20px; width: 100%; }
    .conutrylist_bx { padding: 50px 0; }
    
    .imgbx_cover .img_bx img { width: 100%; }
    
    .hero_section .herosec_details.txt-img-mn { min-height: 550px; }
    .newvideopop_area .wip_main_cover .wip_data .videolink_sc a { height:220px; }
    
    .header_area .header_logo a:first-child { margin-right: 16px; padding-right: 16px; }
    .header_area .header_logo a img { height:26px !important; }
    
    .herosesign2_area .speakstrip_item { width:50%; padding:0 0 20px; } 
    .herosesign2_area .speakstrip_item .speakstrip_img img { max-width: 200px !important; margin: 0 auto; display: block; }
    
    .speakstrip_cover .speakstrip_itemin { text-align: center; }
    .speakstrip_cover .speakstrip_img { margin: auto; }
    .form_style form .hs_submit { text-align: center; }
    
    .header_area .header_logo2 { width: auto; }
    .header_area .header_logo1 { width: auto; }
    .header_area .header_logo:last-child a img { max-width: 70px !important; }
    .header_area .header_logo a:first-child { margin: 0; padding-right: 0; }
    .header_area .header_logo:first-child a img { width: 150px; }
    .header_area .header_logo:last-child a:first-child {margin-right: 5px;}
    
}
@media (max-width:580px){    
    .schedule_sc .schedulesc_full-col .schedulesc_col_wrap .schedulesc_col { width: 100%; }
    .schedule_sc .schedulesc_full-col:last-child .schedulesc_col_wrap .schedulesc_col.full_width_button { width: 100%; }
    
    .herosesign2_area .speakstrip_item { width:100%; } 
    
    .videos-section{padding:50px 0;}
    .videos-section .section-row{margin:40px -16px 0;}
    .videos-section .video-card-wrapper{width:100%;}

}
@media (max-width:480px){
    .hero_section .herosec_details h1.title { font-size: 30px; line-height: 34px; margin-bottom: 40px; }
    .hero_section .herosec_details .content_text { font-size: 18px; line-height: 26px; }
    .hero_section .herosec_details .logo { width: 200px; }
    
    .countdown_box ul li {  font-size: 13px; line-height: 18px; }
    .countdown_box ul li span { font-size: 35px; line-height: 44px; }
  
    .form_style form .hs-form-field > label { width:100px; font-size: 14px; line-height: 16px; }
    .form_style form .hs-form-field .input { width:calc(100% - 110px); }
    
    .countrydeta_wrap .candyevent_details { width: 100%; }
    .candyevent_details .candyeventdet_in { padding-right: 0; }
    
}
@media (max-width:425px){
    .hero_section { padding: 120px 0 36px; }
    .hero_section .herosec_details .logo { width: 220px; }
    
    .wip_section .wip_sec_wrap .wip_main_cover .wip_data { width: 100%; }
}


/* 20-11-2023 */
body.page_bg { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/page_bg.png)no-repeat center/cover; }
.champ_innerhero { display: inline-block; width: 100%; vertical-align: top; padding: 50px 0; }
.champ_innerhero .section_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.champ_innerhero .section_wrap .left_part { width: 50%; padding-right: 15px; }
.champ_innerhero .section_wrap .right_part { width: 50%; padding-left: 15px; display: flex; align-items: center; justify-content: flex-end; }
.champ_innerhero .section_wrap .left_part h1 { font-size: 70px; color: #FFAA00; font-weight: 300; margin: 0; font-family: "Barlow"; }
.champ_innerhero .section_wrap .left_part h1 span { font-weight: 700; }
.champ_innerhero .section_wrap .left_part .contnet { font-size: 28px; color: #fff; padding: 20px 0; }
.champ_innerhero .section_wrap .left_part .btn_style1 a { display: inline-block; padding: 10px; background: #FFAA00; text-decoration: none; min-width: 377px; border-radius: 50px; text-align: center; font-size: 22px; letter-spacing: 4px; line-height: 36px; color: #000000; font-weight: 700; font-family: "Barlow"; transition:all .5s ease-in-out; }
.champ_innerhero .section_wrap .left_part .btn_style1 a:hover { color: #fff; }
.popup_form { display: none; /*max-width: 800px !important;*/ height:100%; }
.popup_form  .popup_inner h3 { font-size: 26px; letter-spacing: 3px; line-height: 36px; color: #000000; font-weight: 900; font-family: "Barlow"; display: inline-block; border-bottom: 4px solid #000; width: 100%; padding-bottom: 10px; margin-bottom: 10px; max-width: 99%; }
.popup_form { /*max-width: 800px !important;*/ width: 100% !important; filter: drop-shadow(0px 9px 6.5px rgba(0, 0, 0, 0.28)); background: #fff; }
.popup_form .pop_form h3 { display: none; }
.popup_form .pop_form form fieldset.form-columns-2 { display: flex; flex-wrap: wrap; max-width: 100%; }
.popup_form .pop_form form fieldset input { border-radius: 3px; border: 1px solid #000000; width: 100% !important; height: 48px; padding: 10px 15px; }
.popup_form .popup_logo { padding: 0 5px; }
.popup_form form { width: 100%; max-width: 100% !important; }
.popup_form .pop_form form fieldset .field.hs-form-field .field.hs-form-field:last-child .input { margin: 0; }
.popup_form .pop_form form fieldset { max-width: 100%; margin-bottom: 15px; }
.popup_form .pop_form form  input.hs-button { border-radius: 19px; background-color: #000000; min-width: 215px; padding: 10px; font-size: 22px; letter-spacing: 12px; line-height: 36px; color: #ffffff; font-weight: 700; font-family: "Barlow"; text-align: center; text-transform: uppercase; }
.popup_form .pop_form form .hs_submit.hs-submit { display: flex; justify-content: flex-end; padding-right: 10px; position:relative; top:-50px; transition:all .5s ease-in-out; }
.popup_form ul.hs-error-msgs { margin: 0; padding: 0; list-style-type: none; }
.popup_form ul.hs-error-msgs label.hs-error-msg { color: red; }
.popup_form .pop_form form input.hs-button:hover { background: transparent; color: #000; }

.popup_form .pop_form form fieldset .hs-richtext { max-width: 50%; padding-top: 25px; position: relative; z-index: 1; }
.popup_form .pop_form form fieldset .hs-richtext a { font-size: 19px; line-height: 28px; color: #000000; font-weight: 400; font-family: "Barlow"; text-decoration: none; }
.popup_form .hs_error_rollup { display: none; }

.security_readiness { display: inline-block; width: 100%; vertical-align: top; }
.security_readiness .section_wrap { padding: 50px 0; border: 5px solid #ffff; border-right: 0; border-left: 0; }
.security_readiness .section_wrap h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; }
.security_readiness .section_wrap .content { font-size: 22px; line-height: 28px; color: #ffffff; font-weight: 400; font-family: "Barlow"; padding-top: 15px; }

.key_use_cases { display: inline-block; width: 100%; vertical-align: top; padding: 50px 0; }
.key_use_cases h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; margin-bottom: 30px; }
.key_use_cases .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.key_use_cases .section_wrap .col { width: 25%; padding: 0 15px 30px; }
.key_use_cases .section_wrap .col .icon { margin-bottom: 15px; margin: 0 auto; text-align: center; min-height:91px; display: flex; align-items: flex-end; justify-content: center; }
.key_use_cases .box_bottom h4 { font-size: 22px; line-height: 28px; color: #ffffff; font-weight: 700; font-family: "Barlow"; text-align: center; max-width: 60%; }
.key_use_cases .box_bottom { padding: 15px 15px 0; }
.key_use_cases .box_bottom .box_content { font-size: 22px; line-height: 28px; color: #ffffff; font-weight: 400; font-family: "Barlow"; text-align: center; }

.know_about_pentera { display: inline-block; width: 100%; }
.know_about_pentera .section_main { padding: 50px 0; border: 5px solid #fff; border-right: 0; border-left: 0; }
.know_about_pentera h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; }
.know_about_pentera .section_wrap { display: flex; align-items: center; margin: 30px -15px 0;  flex-wrap:wrap; }
.know_about_pentera .section_wrap .col { width: calc(100% / 5); padding: 0 15px; }
.know_about_pentera .section_wrap .col .btn_style1 a { display: inline-block; text-transform: uppercase; text-decoration: none; min-width: 100%;     box-sizing: border-box !important; background: #ffaa00; padding: 10px 15px; border-radius: 5px; font-size: 16px; line-height: 28px; color: #000000; font-weight: 700; font-family: "Barlow"; text-align: center; transition: all .5s ease-in-out; }
.know_about_pentera .section_wrap .col .btn_style1 a:hover { color: #fff; }
.know_about_pentera .video_poup { display: none; }
.video_poup video { max-width: 800px !important; }

.threestep_section { padding: 50px 0; display: inline-block; width: 100%; vertical-align: top; }
.threestep_section h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; margin-bottom: 50px; }
.threestep_section .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.threestep_section .section_wrap .col { width: 33.33%; padding: 0 5px; position: relative; }
.threestep_section .section_wrap .inner { padding: 0 25px; text-align: center; }
.threestep_section .section_wrap .inner .step { font-size: 45px; letter-spacing: 5px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; display: inline-block; width: 100%; }
.threestep_section .section_wrap .inner .setp_number { font-size: 100px; letter-spacing: 12px; line-height: 1; color: #ffaa00; font-weight: 900; font-family: "Barlow"; text-align: center; }
.know_about_pentera .section_wrap .col .box_bottom { padding: 15px; }
.threestep_section .section_wrap .col .box_bottom { padding: 25px 35px 0; font-size: 22px; line-height: 28px; color: #ffffff; font-weight: 400; font-family: "Barlow"; text-align: center; }
.threestep_section .section_wrap .col .box_bottom h4 { font-weight: 700; }
.threestep_section .section_wrap .col:before { position: absolute; content: ""; top: 60px; right: -20px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/right-arrow.png)no-repeat center/cover; width: 59px; height: 48px; }
.threestep_section .section_wrap .col:last-child:before { display: none; }

.trusted_globally { display: inline-block; width: 100%; vertical-align: top; }
.trusted_globally .section_main { padding: 50px 0; border-bottom: 5px solid #fff; }
.trusted_globally .section_main h3 { color: #fa0; font-family: Barlow; font-size: 30px; font-weight: 900; letter-spacing: 4px; line-height: 36px; margin-bottom: 40px; }
.trusted_globally .logo_wrap { display: flex; flex-wrap: wrap; align-items: center; margin: 0 -20px; }
.trusted_globally .logo_wrap .col { width: 20%; padding: 0 15px 30px; }
.trusted_globally .logo_wrap .col .img_wrap { height: 61px; display: flex; align-items: center; justify-content: center; }
.trusted_globally .logo_wrap .col .img_wrap img { object-fit: contain; }
.trusted_globally .logo_wrap .col:nth-child(4) .img_wrap { margin-top: -20px; }

.content_videosection .section_main { padding-top: 50px; border-bottom: 5px solid #fff; }
.content_videosection .section_main h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; margin-bottom: 30px; }
.content_videosection  .content { font-size: 36px; letter-spacing: -1px; line-height: 36px; color: #ffffff; font-weight: 400; font-family: "Barlow"; position: relative; padding: 20px 20px 25px 0; padding-bottom: 30px; }
.content_videosection .content span { color: #ffaa00; font-weight: 700; }
.content_videosection .content:before { position: absolute; content: ""; top: 0; left: -70px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/quote-top.png)no-repeat center/cover; width: 53px; height: 42px; }
.content_videosection .content:after { position: absolute; content: ""; bottom: 0; right: -40px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/Penteracon%202023/Images/quote-bottom.png)no-repeat center/cover; width: 53px; height: 42px; }
.content_videosection .aurther_detail { font-size: 25px; letter-spacing: 0px; line-height: 36px; color: #ffffff; font-weight: 400; font-family: "Barlow"; padding-top: 10px; }
.content_videosection .section_main .zigzag_left22 { padding: 0 70px !important; }
.content_videosection .aurther_detail span { font-weight: 800; display:block; }
.content_videosection .video-sec a img { display: none; }

.get_started { display: inline-block; width: 100%; vertical-align: top; padding-bottom:50px; }
.get_started .section_wrap { padding: 50px 0 0; border-top: 5px solid #fff; }
.get_started .section_wrap h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; }
.get_started .section_wrap .content { max-width: 60%; font-size: 29px; line-height: 36px; color: #ffffff; font-weight: 400; font-family: "Barlow"; padding: 25px 0; }
.get_started .section_wrap .btn_style1 a { background: #fa0; border-radius: 50px; color: #000; display: inline-block; font-family: Barlow; font-size: 22px; font-weight: 700; letter-spacing: 4px; line-height: 36px; min-width: 377px; padding: 10px; text-align: center; text-decoration: none; transition: all .5s ease-in-out; }
.get_started .section_wrap .btn_style1 a:hover { color: #fff; }

.champ_testimonial .title_logo h3 { font-size: 30px; letter-spacing: 4px; line-height: 36px; color: #ffaa00; font-weight: 900; font-family: "Barlow"; margin-bottom: 30px; }
.champ_testimonial .section_logo { margin-bottom: 30px; }
.champ_testimonial .box_title h3 { font-size: 36px; letter-spacing: -1px; line-height: 36px; color: #ffffff; font-weight: 400; font-family: "Barlow"; }
.champ_testimonial .box_title h3 span { color: #ffaa00; font-weight: 800; }
.champ_testimonial .company_name span { display: block; font-weight: 700; }

section.wip_section.border-top .wip_sec_wrap { position: relative; padding-top: 50px; }
section.wip_section.border-top .wip_sec_wrap:before { content: ''; border-top: 3px solid #FFAA00; position: absolute; top: 0; width: 462px; border-radius: 5px; }

.champ_innerhero.carttons_innerhero { overflow-x: hidden; }
.champ_innerhero.carttons_innerhero .right_part img { position: relative; right: -60px; }
.champ_innerhero.carttons_innerhero .left_part { padding-left: calc((100% - 1430px) / 2); }
body .champ_innerhero.carttons_innerhero .left_part h1 { font-size: 82px; line-height: 79px; text-transform: uppercase; color: #ffffff; font-weight: 400; }
.champ_innerhero.carttons_innerhero .toon_logo { padding: 10px 0  0; }
.champ_innerhero.carttons_innerhero .section_wrap { align-items: center; }
.champ_innerhero.carttons_innerhero .section_wrap .contnet { padding-bottom: 0; font-size: 30px; line-height: 36px; }
.champ_innerhero.carttons_innerhero .section_wrap .contnet p { margin: 0; }

.cartoons_list { display: inline-block; width: 100%; vertical-align: top; }
.cartoons_list .section_wrap { display: flex; flex-wrap: wrap; padding: 80px 0 50px; margin: 0 -20px 80px; position:relative; }
.cartoons_list .section_wrap:before, .cartoons_list .section_wrap:after { position: absolute; content: ""; top: 0; left: 0; width: calc(100% - 40px); right: 0; background: #ffaa00; height: 3px; margin: 0 auto; }
.cartoons_list .section_wrap:after { top: auto; bottom: 0; }
.cartoons_list .section_wrap .col { width: 25%; padding: 0 20px 30px; }
.cartoons_list .section_wrap .col .top_img { width: 100%; height: 319px; display: inline-block; position:relative; }
.cartoons_list .section_wrap .col .box_title { font-size: 26px; letter-spacing: 3px; line-height: 30px; color: #ffaa00; font-weight: 800; font-family: "Barlow"; text-align: center; padding: 15px 5px 0; }
.cartoons_list .section_wrap .col .top_img span.number { position: absolute; bottom: 0; right: 0; width: 40px; height: 40px; background: #fff; font-size: 32px; letter-spacing: 1px; text-transform: uppercase; color: #000000; font-weight: 900; font-family: "Barlow"; display: flex; align-items: center; justify-content: center; }
.fancybox-content { max-width: 1100px !important; }
.cartoons_list .section_wrap .col .inner { position: relative; }
.cartoons_list .section_wrap .col .inner a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.toons_form { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 50px; }
.toons_form fieldset { max-width: 1058px !important; }
.toons_form h4 { font-size: 26px; letter-spacing: 3px; line-height: 36px; color: #ffffff; font-weight: 800; font-family: "Barlow"; margin: 0; }
.toons_form fieldset .hs-richtext { max-width: 700px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 3px solid #fff; }
.toons_form form .toons_formwrap fieldset { max-width: 100% !important; }

.toons_form fieldset.form-columns-3 { display: flex; width: 100%; }
.toons_form fieldset.form-columns-3 .field.hs-form-field {width: 33.33%;}
.toons_form fieldset input,
.toons_form fieldset select { width: 100% !important; height: 48px; border-radius: 3px; background-color: #ffffff; border: 1px solid #000000; }
.toons_form .toons_formwrap { margin-bottom: 25px; }
.toons_form fieldset .input { margin-right: 15px !important; }

.toons_form fieldset input::placeholder,
.toons_form fieldset select { font-size: 16px; line-height: 28px; color: #000000; font-weight: 400; font-family: "Barlow"; }
.toons_form input[type="submit"] { display: inline-block; width: auto; border-radius: 19px; background-color: #ffb619; min-width: 215px; font-size: 22px; letter-spacing: 12px; line-height: 30px; color: #ffffff; font-weight: 700; font-family: "Barlow"; text-align: center; padding: 5px 20px; height: auto; text-transform: uppercase; }
.toons_form  .hs_submit { margin-top: 30px; }

iframe#Bizzabo-iFrameResizer-agenda-fpu2th { min-height: 4410px !important; }

@media (min-width:2000px){
    .hero_section { background-position: bottom center !important; }
}

@media (max-width:1499px){
    .champ_innerhero .section_wrap .left_part h1 { font-size: 61px; line-height: 1; }
    .champ_innerhero.carttons_innerhero .left_part { padding-left: calc((100% - 1170px) / 2); }
    .toons_form fieldset { max-width: 855px !important; }
    .toons_form fieldset .hs-richtext { max-width: 500px; }
}

@media (max-width:1399px){
    .cartoons_list .section_wrap .col { padding: 0 10px 30px; }
    .cartoons_list .section_wrap { margin: 0 -10px 80px; }
    .cartoons_list .section_wrap .col .top_img { height: 280px; }
}
@media (max-width:1200px){
    .champ_innerhero .section_wrap .left_part h1 { font-size: 47px; }
    .champ_innerhero .section_wrap .left_part .contnet { font-size: 24px; line-height: 30px; }
    .champ_innerhero .section_wrap .right_part { max-width: 40%; }
    .champ_innerhero .section_wrap .left_part .btn_style1 a { min-width: 300px; font-size: 18px; line-height: 26px; }

    .key_use_cases .section_wrap { margin: 0 -10px; }
    .key_use_cases .section_wrap .col { padding: 0 10px 20px; }
    .key_use_cases .box_bottom { padding: 15px 0 0; }
    .key_use_cases .box_bottom h4 { font-size: 20px; line-height: 28px; }
    .key_use_cases .box_bottom .box_content { font-size: 18px; line-height: 26px; }

    .know_about_pentera .section_wrap { margin: 30px -10px 0; }
    .know_about_pentera .section_wrap .col .btn_style1 a { min-width: auto; font-size: 14px; line-height: 22px; padding: 10px; width: 100%; }
    .know_about_pentera .section_wrap .col { padding: 0 10px; }
    .video_poup video { max-width: 600px !important; }

    .threestep_section .section_wrap .inner .step { font-size: 40px; line-height: 1; }
    .threestep_section .section_wrap .inner .setp_number { font-size: 66px; line-height: 1; }
    .threestep_section .section_wrap .col .box_bottom { padding: 20px 0 0; font-size: 18px; }

    .trusted_globally .logo_wrap { margin: 0 -10px; }
    .trusted_globally .logo_wrap .col { padding: 0 10px 20px; }
    .trusted_globally .logo_wrap .col .img_wrap img { max-width: 90%; margin: 0 auto; }
    .trusted_globally .logo_wrap .col:nth-child(4) .img_wrap { margin-top: -10px; }

    .content_videosection .content { font-size: 26px; }
    .content_videosection .aurther_detail { font-size: 20px; line-height: 26px; }

    .get_started .section_wrap .content { font-size: 20px; line-height: 26px; }
    .get_started .section_wrap .btn_style1 a { font-size: 18px; line-height: 26px; min-width: 310px; }
    
    .cartoons_list .section_wrap .col { padding: 0 10px 30px; width:33.33%; }
    .cartoons_list .section_wrap { margin: 0 -10px 80px; }
    .cartoons_list .section_wrap:before { width: calc(100% - 20px); }
    .cartoons_list .section_wrap .col .top_img { height: 270px; }
    .cartoons_list .section_wrap .col .box_title { font-size: 20px; line-height: 28px; padding: 15px 0 0; }

    .toons_form h4 { font-size: 22px; line-height: 30px; }
    
    .champ_innerhero.carttons_innerhero .left_part { padding-left: calc((100% - 950px) / 2); }
    .champ_innerhero.carttons_innerhero .toon_logo { max-width: 50%; }
    .champ_innerhero.carttons_innerhero .right_part img { right: -40px; }
    body .champ_innerhero.carttons_innerhero .left_part h1 { font-size: 60px; line-height: 62px; }
} 

@media (max-width:991px){
    .champ_innerhero .section_wrap .left_part h1 { font-size: 34px; }
    .security_readiness .section_wrap h3 { font-size: 24px; line-height: 30px; }

    .key_use_cases .section_wrap .col { width: 50%; }
    .key_use_cases h3 { font-size: 24px; line-height: 30px; }

    .know_about_pentera h3 { font-size: 24px; line-height: 30px; }
    .know_about_pentera .section_wrap .col { width: 50%; padding: 0 10px 20px; }

    .threestep_section h3 { font-size: 24px; line-height: 30px; }
    .threestep_section .section_wrap .inner { padding: 0 15px; }
    .threestep_section .section_wrap .col:before { width: 37px; height: 29px; top: 50px; }
    .threestep_section .section_wrap .inner .step { font-size: 30px; line-height: 36px; }
    .threestep_section .section_wrap .inner .setp_number { font-size: 50px; line-height: 56px; }

    .trusted_globally .section_main h3 { font-size: 24px; line-height: 30px; }
    .trusted_globally .logo_wrap .col { width: 25%; }
    .trusted_globally .logo_wrap { justify-content: center; }

    .content_videosection .section_main h3 { font-size: 24px; line-height: 30px; }
    .content_videosection .section_main .zigzag_left22 { padding: 0 40px !important; }
    .content_videosection .content { font-size: 20px; line-height: 26px; }
    .content_videosection .content:before { width: 43px; height: 34px; left: -50px; }
    .content_videosection .content:after { width: 43px; height: 34px; right: -20px; }

    .champ_testimonial .title_logo h3 { font-size: 24px; line-height: 30px; }
    .get_started .section_wrap h3 { font-size: 24px; line-height: 30px; }
    
    section.wip_section.border-top .wip_sec_wrap:before { width: 262px; }
    
    .champ_innerhero.carttons_innerhero .left_part { padding-left: calc((100% - 730px) / 2); }
    .cartoons_list .section_wrap .col { width: 50%; }
    .cartoons_list .section_wrap { justify-content: center; margin-bottom:0; }
    .toons_form fieldset .hs-richtext { max-width: 100%; }
    body .champ_innerhero.carttons_innerhero .left_part h1 { font-size: 40px; line-height: 42px; }
    .toons_form fieldset { max-width: 100% !important; }
    .toons_form fieldset .input { margin-right: 0 !important; }
    .cartoons_list { padding-bottom: 50px; }
}
@media (max-width:767px){
    .champ_innerhero .section_wrap .left_part { width: 100%; order: 2; padding: 25px 0 0; }
    .champ_innerhero .section_wrap .right_part { width: 100%; max-width: 100%; padding: 0; }
    .champ_innerhero .section_wrap .left_part h1 { font-size: 30px; line-height: 36px; }
    .champ_innerhero .section_wrap .left_part .contnet { font-size: 18px; line-height: 26px; }
    .champ_innerhero .section_wrap .left_part .btn_style1 a { font-size: 16px; line-height: 24px; min-width: 100%; }

    .security_readiness .section_wrap h3 { font-size: 22px; line-height: 28px; }
    .security_readiness .section_wrap .content { font-size: 16px; line-height: 24px; }

    .key_use_cases h3,
    .know_about_pentera h3 { font-size: 22px; line-height: 28px; }

    .key_use_cases .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .key_use_cases .section_wrap { margin: 0; }
    .key_use_cases .section_wrap .col:last-child { padding: 0; }

    .know_about_pentera .section_wrap { margin: 20px 0 0; }
    .know_about_pentera .section_wrap .col { width: 100%; padding: 0 0 20px; }
    .know_about_pentera .section_wrap .col:last-child { padding: 0; }
    .video_poup video { max-width: 100% !important; }

    .threestep_section h3 { font-size: 22px; line-height: 28px; margin-bottom: 20px; }
    .threestep_section .section_wrap { margin: 0; }
    .threestep_section .section_wrap .col { width: 100%; padding: 0 0 100px; }
    .threestep_section .section_wrap .col:before { top: auto; right: 0; left: 0; bottom: 40px; margin: 0 auto; transform: rotate(90deg); }
    .threestep_section .section_wrap .col:last-child { padding: 0; }
    .threestep_section .section_wrap .inner { padding: 0; }

    .trusted_globally .section_main h3 { font-size: 22px; line-height: 28px; }
    .trusted_globally .logo_wrap .col { width: 50%; padding: 0 15px 30px; }
    .trusted_globally .logo_wrap { margin: 0; }
    .trusted_globally .section_main { padding: 50px 0 30px; }

    .content_videosection .section_main h3 { font-size: 22px; line-height: 28px; margin-bottom: 20px; }
    .content_videosection .content { font-size: 18px; line-height: 26px; padding: 40px 15px 30px; }
    .content_videosection .aurther_detail { padding-bottom: 20px; font-size: 18px; line-height: 26px; }
    .content_videosection .content:before { left: 0; }
    .content_videosection .content:after { right: 0; bottom: 0px; }

    .champ_testimonial .title_logo h3 { font-size: 22px; line-height: 28px; margin-bottom: 20px; }
    
    .get_started .section_wrap .content { max-width: 100%; font-size: 16px; line-height: 22px; }
    .get_started .section_wrap h3 { font-size: 22px; line-height: 28px; }
    .get_started .section_wrap .btn_style1 a { width: 100%; font-size: 16px; line-height: 24px; min-width: 100%; }
    
    .trusted_globally .logo_wrap .col .img_wrap img { max-width: 100%; }
    
    .champ_innerhero.carttons_innerhero .right_part img { right: -10%; }
    .champ_innerhero.carttons_innerhero .section_wrap { justify-content: center; }
    .champ_innerhero.carttons_innerhero .left_part { padding: 30px 15px 0; }
    body .champ_innerhero.carttons_innerhero .left_part h1 { font-size: 36px; line-height: 40px; }
    .cartoons_list .section_wrap .col { width: 50%; }
    
    
}
@media (max-width:500px){
    .toons_form fieldset.form-columns-3 { flex-wrap: wrap; }
    
    .cartoons_list { padding-bottom: 20px; }
    .cartoons_list .section_wrap { margin: 0; padding-top: 50px; padding-bottom:20px; }
    .cartoons_list .section_wrap:before { width: 100%; }
    .cartoons_list .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .cartoons_list .section_wrap .col .top_img { height: 250px; }
    
}

@media (max-width:480px){
    .popup_form { padding: 15px !important; }
    .popup_form .pop_form form .hs_submit.hs-submit { top: 0; justify-content: flex-start; }
    .popup_form .pop_form form fieldset { margin: 0; }
    .popup_form .pop_form form fieldset .hs-form-field { margin-bottom: 15px; }
    .popup_form .pop_form form fieldset .hs-richtext { padding: 0 0 20px; }
    .popup_form .pop_form form input.hs-button { font-size: 18px; min-width: 150px; letter-spacing: inherit; width: 100%; display: inline-block; max-width: 100%; padding: 5px 15px; border-radius: 5px; }
    .popup_form .popup_inner h3 { font-size: 22px; line-height: 26px; padding-top: 10px; }
    
    .key_use_cases .section_wrap .col .icon { min-height: auto; }
    
    .video_poup.fancybox-content { padding: 10px; }
    
    .toons_form input[type="submit"] { letter-spacing: 0; min-width: 150px; font-size: 18px; line-height: 25px; }
    .toons_form .hs_submit { margin-top: 15px; }
    .toons_form fieldset input,
    .toons_form fieldset select { height: 40px; }
    .toons_form fieldset .hs-richtext { padding-bottom: 10px; }
    .toons_form h4 { font-size: 20px; line-height: 22px; }
    .cartoons_list .section_wrap .col .box_title { font-size: 16px; line-height: 24px; }
    
    .table-content.table-rating .table-wrapper { overflow: auto; }
    .table-content.table-rating .table-wrapper .table-body { width: 500px; }
    .table-content.table-rating .table-wrapper .table-header { width: 500px; }
}


@media (max-width:991px){
    iframe#Bizzabo-iFrameResizer-agenda-fpu2th {
    width: 100%;
}
}

/*  */

.new-subscribe_section { display: inline-block; width: 100%; vertical-align: top; }
.new-subscribe_section .subscribe_form form input { margin: 0; background-color: transparent; border: 3px solid #ffaa00; height: 40px; width: 100%; border-radius: 20px; padding: 10px 304px 10px 20px; font-family: Barlow; font-size: 16px; font-weight: 400; font-style: normal; letter-spacing: normal; line-height: 28px; color: #ffaa00; }
.new-subscribe_section .subscribe_form { max-width: 640px; width: 100%; position: relative; }
.new-subscribe_section .subscribe_form input[type="submit"] { position: absolute; top: 0; width: auto; right: 0; padding: 1px 20px; color: #000; background-color: #ffaa00; font-family: Barlow; font-size: 22px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: 30px; text-align: center; text-transform: capitalize; height: auto; letter-spacing: 4.4px; cursor: pointer; }
.new-subscribe_section .subscribe_form label.hs-error-msg { transform: translate(0); -webkit-transform: translate(0); -moz-transform: translate(0); }
.new-subscribe_section .subscribe_form ul.hs-error-msgs { list-style-type: none; margin: 0; padding: 0; }
.new-subscribe_section .subscribe_form ul.hs-error-msgs li { list-style-type: none; padding: 5px; margin: 0; }
.new-subscribe_section .subscribe_form form input::placeholder { color: #1F2A50; font-family: Barlow; font-size: 16px; font-weight: 400; font-style: normal; letter-spacing: normal; line-height: 28px; }
.new-subscribe_section .submitted-message { padding: 25px; border: 1px solid #ffaa00; color: #ffaa00; }
.new-subscribe_section .subscribe_form form .hs_error_rollup { display: none; }
.form_style form select.hs-input { color: rgb(31 42 80); -webkit-text-fill-color: rgb(31 42 80);  height:auto; line-height:24px; }


@media (max-width:1499px) {
	.new-subscribe_section .subscribe_form input[type="submit"] { padding:5px 20px; font-size: 20px; line-height: 22px; }
	.new-subscribe_section .subscribe_form form input { padding: 10px 265px 10px 10px; }
}
@media (max-width:1200px) {
	.new-subscribe_section .subscribe_form input[type="submit"] { font-size: 16px;  }
	.new-subscribe_section .subscribe_form form input { padding: 10px 225px 10px 10px; }
}
@media (max-width:991px) {
	.new-subscribe_section { padding-top: 20px; }
	.new-subscribe_section .subscribe_form { max-width: 70%; }
}
@media (max-width:767px) {
	.new-subscribe_section .subscribe_form { max-width: 100%; }
	.new-subscribe_section .subscribe_form input[type="submit"] { max-width: 100%; text-align: center; }
	.new-subscribe_section .subscribe_form  .actions { margin: 0 auto; text-align: center; }
	.new-subscribe_section .subscribe_form form input { padding: 10px; }
    .form_style form .hs-input { width: 100%; }

    .form_border_on .form_style form .hs-form-field { display: block; }
    .form_border_on .form_style form .hs-form-field .input { width: 100%; }
    .form_border_on .form_style form .hs-form-field select.hs-input option:disabled { color: #1F2A50; }

}
@media (max-width:500px) {
	.new-subscribe_section .subscribe_form input[type="submit"] { position: static; margin-top: 15px; letter-spacing: 1.2px; }
}

/*  */
.ctf-pentera-page .footer { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom -700px / cover; }
.ctf-pentera-page .footer .footer_section { position:relative; }
.ctf-pentera-page .footer .footer_section:before { position: absolute; content: ""; left: 0; top: -40px; width: 100%; height: 1px; background: #808291; }

@media (max-width: 1619px){
    .ctf-pentera-page .footer { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom -530px / cover; }
}

@media (max-width: 1440px){    
    .ctf-pentera-page .footer { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom -430px / cover; }
}

@media (max-width: 991px){    
    .ctf-pentera-page .footer { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom -200px / cover; }
}

@media (max-width:767px){    
    .ctf-pentera-page .footer { background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/blubg-sec.png) no-repeat center bottom -20px / cover; }
    .ctf-pentera-page .footer .footer_section:before { display:none; }
}