/* Theme base styles */


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/


.hd-blog-hero .outer-container {
  max-width: unset !important;
}

.outer-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #181627;
  padding: 60px 20px;
}

@media (min-width: 425px){
  .outer-container {
    max-width: 580px;
    padding: 60px 0px;
  }  
  .container,
  .container-fluid .dnd-section > .row-fluid {
    max-width: 620px;
  }  
}

@media (max-width: 426px){
  .container .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row > * {
    padding-left: 0px;
    padding-right: 0px;
  }  
}

@media (min-width: 768px){
  .outer-container {
    max-width: 835px;
    padding: 60px 30px;
  }  
  .container,
  .container-fluid .dnd-section > .row-fluid {
    max-width: 865px;
  }  
}
@media (min-width: 1240px){
    .outer-container {
    max-width: 1183px;
    padding: 60px 30px;
  } 
  .container{
    max-width: 1300px;
  }  
  .container-fluid .dnd-section > .row-fluid {
    max-width: 1300px;
  }  
}


@media (min-width: 1400px){
  .outer-container {
    max-width: 1200px;
    padding: 60px 30px;
  }  
  .container,
  .container-fluid .dnd-section > .row-fluid {
    max-width: 1200px;
  }
}
.dnd-section.hd-sec-pad-reset{
  padding: 0;
}

.dnd-section.hd-sec-pad-reset .dnd-column {
  padding: 0;
}
.hd-zindex .container{
  position: relative;
  z-index: 2;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Checkboxes */






form .inputs-list label span {
  color: #D1D8ED;
}

.hs-form input[type=checkbox]{
  position: relative;
  left: 0;
  border: 1px solid #1E1B31;
  background: #D1D8ED;
	cursor: pointer;
	line-height: 0;
	outline: 0;
	padding: 0;
	height: 20px;
	width: 20px!important;
	-webkit-appearance: none;
}

.hs-form input[type=checkbox]:hover{
  opacity: 1;
}

.hs-form input[type=checkbox]:checked{
  background-color: #D1D8ED;
  opacity: 1;
}

.hs-form input[type=checkbox]:checked:before{
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 11px;
  border: solid #1E1B31;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* Fields */
form .hs-form-field {
  margin-bottom: 10px;
}

/* Title */
.form-title:empty {
  display:none;
}

/* Labels */
form label {
  display: block;
  margin-bottom: 0;
  position: relative;
}

form label,
form label span {
  font-weight: 700;
  line-height: 1.5;
}



/* Help text */
form legend {
  font-size: 0.875rem;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form select,
form textarea {
  display: inline-block;
  padding: 12px 0;
  width: 100%!important;
  line-height: 0;
  border-left: 0!important;
  border-top: 0!important;
  border-right: 0!important;
}

form input[type=file] {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%!important; 
}

form textarea:focus, 
form input[type="text"]:focus, 
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus, 
form input[type="color"]:focus, 
form .uneditable-input:focus {
  outline: 0;
  /*   -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%); */
}

form input[type=date],
form input[type=datetime-local],
form input[type=month],
form input[type=time] {
  width: 100%!important;
  padding: 0.7rem !important;
}

form fieldset {
  max-width: 100% !important;
}

form fieldset.form-columns-1 .hs-fieldtype-select .hs-input,
form fieldset.form-columns-1 .hs-fieldtype-textarea .hs-input {
  width: 100%!important;
}

form div.input{
  line-height: 0;
}

form .hs-fieldtype-booleancheckbox .input{ 
  line-height: 1;
}

@media (max-width: 480px){
  fieldset.form-columns-1 .input,
  form fieldset.form-columns-2 .input {
    margin-right: 0!important;
  }
}

form textarea{
  height: auto;
  line-height: 20px;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0;
  line-height: 1.5;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form .inputs-list label span {
  font-size: 16px;
  
  font-weight: 400;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form .hs-form-checkbox-display span,
form .hs-form-radio span,
form .hs-form-booleancheckbox-display span {
  padding: 0;
}

/* Inputs - date picker */
form .hs-dateinput .hs-input {
  min-height:47px !important;
}

/* Inputs - date picker */
form .hs-dateinput .hs-input {
  min-height:47px !important;
}

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}

form .fn-date-picker .pika-table thead th {
  color: #FFF;
}

form .fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

form .fn-date-picker td .pika-button:hover,
form .fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Text */
form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 10px;
  letter-spacing: .5px;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .hs-main-font-element p {
  font-size: 18px!important;
}

/* GDPR */
form .legal-consent-container {
  /*   padding: 0 5px; */
  padding: 0;
}

form .legal-consent-container .hs-form-booleancheckbox-display {
  cursor: pointer;
}

form .legal-consent-container .hs-form-booleancheckbox-display > span,
form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 16px !important;
  display: block;
}

form .legal-consent-container .inputs-list {
  padding: 0;
}

form .legal-consent-container input[type=checkbox] {
  margin-top: 1px;
}

/* Validation */
form .hs-form-required {
  /*   position: absolute;
  left: 0; */
  padding: 0;
}

form .hs-error-msg {
  margin-top: 0.35rem;
}

/* Submit button */

form .hs-submit{
  text-align: left;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  letter-spacing: 1px;
  line-height: 1;
  margin: 10px 0 0 0;
  transition: all .3s ease-in-out;
}

form input[type=submit] {
  padding-right: 42px!important;
}

main form input[type=submit] {
  margin-top: 0;
}

form .actions {
  position: relative;
}

form .actions .button-wrapper {
  position: relative;
  display: inline;
}

form .actions .button-wrapper svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0px, -40%);
  pointer-events: none;
}

form .actions .button-wrapper svg path {
  transition: fill .3s ease-in-out;
}

form .actions .button-wrapper:hover svg path {
  fill: #1e1b31;
}

@media (max-width: 767px) {
  footer form .actions:after {
    right: 30%;
    transform: translate(0, -100%);
  }

  main form input[type=submit] {
    white-space: pre!important;
  }
}

/* Captcha */
/* form .grecaptcha-badge {
margin: 0 auto;
}
*/
form .hs_recaptcha {
  margin-top: 10px;
}

@media (max-width: 480px) {
  form fieldset.form-columns-2 .hs-input {
    width: 100%!important;
    margin-right: 0!important;
  } 
}  

@media (min-width: 768px) {
  form .hs-form-field {
    margin-bottom: 20px;
  }
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form select,
  form textarea {
    padding: 12px 0;
  }
  form fieldset.form-columns-2 > :first-child .input {
    margin-right: 8px;
  }
  form .hs-main-font-element p {
    font-size: 20px!important;
  }
}

@media (min-width: 992px) {
  /*   form .hs_recaptcha {
  float: left;
  width: 60%;
} */
  form input[type=submit],
  form .hs-button {
    width: auto;
  }
}
ol {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 40px!important;
}

ol li {
  position: relative;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -40px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #36F;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.hd-overlay:before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hd-module-padding {
  padding: 35px 0;
}

@media (min-width: 576px) {
  .hd-module-padding{
    padding: 45px 0;
  }
}

@media (min-width: 768px) {
  .hd-module-padding{
    padding: 75px 0;
  }
}


.hd-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.10);
}
.hd-switchback-var-1 .hd-intro .hd-headline,
.hd-switchback-var-2 .hd-intro .hd-headline,
.hd-card-variant-1 .hd-intro .hd-headline,
.hd-card-variant-2 .hd-intro .hd-headline,
.testimonial-slider .hd-intro .hd-headline {
  margin-top: 0
}

.hd-switchback-var-2 .hd-intro,
.testimonial-slider .hd-intro {
  display: inline-block;
  margin: 0 0 15px 0;
}

@media (min-width: 768px){
  .hd-switchback-var-2 .hd-intro .hd-headline,
  .testimonial-slider .hd-intro .hd-headline {
    margin: 0 0 30px 0;
  }
}
.hd-form-inner {
  border-radius: 4px;
  background: #fff;
  padding: 15px;
}

.hd-form-inner h3 {
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .hd-form-inner{
    padding: 20px;
  }
}

/* Macros
Non-cosmetic design patterns including grid and layout classes)
*/


.hd-card{
  padding: 15px 0;
  margin: 0 0 15px 0;
  text-align: center;
  position: relative;
}

.hd-card .hd-headline{
  margin: 0 0 15px 0;
}

.hd-card .body-text{
  display: inline-block;
}

.hd-card .body-text p{
  margin: 0;
}

.hd-card .btn{
  margin:0;
}

@media (min-width: 768px){
  .hd-card{
    margin: 0 0 30px 0;
  }
  .hd-card .hd-headline{
    margin: 0 0 20px 0;
  }
}
.hd-card-variant-1 .hd-card{
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media (min-width: 768px){
  .hd-card-variant-1 .hd-card{
    gap: 30px;
  }
}
.hd-card-variant-2 .hd-card .hd-headline{
  font-weight: 700;
}
.hd-icon-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #1D2036;
  padding: 24px;
}

.hd-icon-card * {
  color: #d1d8ed;
}

.hd-icon-card .content-wrapper {
  display: grid;
  gap: 16px;
  justify-items: start;
  grid-template-columns: 1fr;
  padding: 0;
}

.hd-icon-card .content-wrapper .hd-headline {
  margin: 0;
}

.hd-icon-card .content-wrapper .btn {
  margin: 32px 0 0;
  align-self: end; 
}

.hd-icon-card:hover .btn {
  color: #00e6d9;
}

.hd-icon-card:hover .btn svg path {
  fill: #00e6d9;
}


.hd-icon {
	position: relative;
	display: block;
  margin: 0 0 15px 0;
}

.hd-icon svg {
	display: block;
}

.hd-icon img,
.hd-icon svg{
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .hd-icon {
    margin: 0 0 20px 0;
  }
  .hd-icon img,
  .hd-icon svg{
    width: 100px;
    height: 100px;
  }
}


/* Components / Modules
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* Footer DND Sections Reset */
footer .dnd-section {
  padding: 0;
}


.resource-center__content.resource-slider.singular .hubdb__card {
  height: 551px;
}

.hubdb__card {
  height: 465px;
  max-width: 404px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hubdb__card .image-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.hubdb__card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hubdb__card:hover .contents {
  background-color: rgba(24,22,39,.9);
}
.hubdb__card .contents {
  align-content: space-between;
  backdrop-filter: blur(1px);
  background-color: rgba(24,22,39,.7);
  display: grid;
  height: 100%;
  left: 0;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
}
.hubdb__card .contents .logo {
  width: 133px;
  margin-bottom: 16px;
}
.hubdb__card .contents .additional-content .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.hubdb__card .contents .additional-content
.hubdb__card .contents .inner .content-type {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 22.5px;
  margin-bottom: 28px;
  text-align: left;
  text-transform: uppercase;
}
.hubdb__card .contents .inner .content-type .special-tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.52px;
  background-color: darkgrey;
  color: #fff;
}
.hubdb__card .contents .inner .title {
  color: #d1d8ed;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
}
.hubdb__card .contents .highlighted {
  background-color: #36f;
  padding: 2px 4px;
  color: #fff;
}
.hubdb__card .contents .inner .additional-content *,
.hubdb__card .contents .inner .additional-content {
  color: #D1D8ED;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;

}
.hubdb__card .contents .inner .content-type {  
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: 0.04em;
  text-align: left;  
  text-transform: uppercase;
  margin-bottom: 28px;
  display: block;
}
.hubdb__card .btn {
  font-size: 18px;
  letter-spacing: normal;
  background: none;
  border: none;
  color: #d1d8ed;
  margin: 0;
  padding: 0;
}
.hubdb__card:hover {
  cursor: pointer;
}
.hubdb__card .btn:hover {
  background: none;
}
.hubdb__card .btn svg path {
  fill: currentColor;
}
.hubdb__card .contents .speaker-details {
  margin-top: 16px;  
}
.hubdb__card .contents .speaker-details .name {
  color: #D1D8ED;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.4px;  
}
.hubdb__card .contents .speaker-details .description {
  color: #D1D8ED;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
@media (min-width: 768px) {
  .hubdb__card .contents .inner .title {
    min-height: 135px;
  }
}
@media (min-width: 1280px) {
  .hubdb__card.rc-variant .contents .additional-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
  }
  .hubdb__card.rc-variant .image-wrapper {
    overflow: hidden;
  }
  .hubdb__card.rc-variant .image-wrapper img {
    transform: scale(1);
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
  }
  .hubdb__card:hover .btn {
    font-size: 16px;
    color: #00E6D9;
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
  }
  .hubdb__card .btn svg,
  .hubdb__card .btn svg path,
  .hubdb__card:hover .btn svg path
  .hubdb__card:hover .btn svg {
    transition: all 0s ease-in-out !important;
  }
  .hubdb__card .image-wrapper img {
    transform: translate(25%, 25%);
  }
  .hubdb__card.rc-variant:hover .image-wrapper img {
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
    transform: scale(2);
    object-fit: 200%;
    transform: scale(2) translate(25%, 25%);
  }
  .hubdb__card.rc-variant:hover .contents {
    backdrop-filter: blur(10px);
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
  }
  .hubdb__card.rc-variant:hover .contents .additional-content {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.26s cubic-bezier(0.01, 0.79, 0.58, 1);
  }  
}


header{
  font-style: normal;
  font-weight: 400;
}
.lang_list_class {
  z-index: 99999 !important;
}
.hd-menu  .secondary-button {
  padding: 5px;
  margin-bottom: 17px;
  border-radius: 8px;
  font-size: 16px;
}
.hd-header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #0091ae;
  
}

.hd-header {
  background: transparent;
  transition: background .3s ease-in-out;
}

.hd-header.scrolled,
.hd-header.active{
  background: #000;
}

.hd-menu .main-nav .logo-wrapper img {
  max-width: 120px!important;
}

.hd-menu .main-nav .menu-links .menu-item .menu-title {
  padding: 8px;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  transition: all .3s ease-in-out;
}

.hd-menu .main-nav .menu-links .menu-item.active .menu-title {
  color: #36F;
}

.hd-menu .main-nav .menu-links .menu-item .menu-title .toggle-submenu {
  text-align: right;
}

.hd-menu .main-nav .menu-links .menu-item.active .menu-title svg path {
  transition: fill .3s ease-in-out;
  fill: #36F;
}



.header-lang {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  padding: 8px 5px;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}

.header-lang.active {
  background: #181627;
}

.header-lang.active .header-lang-label > span {
  color: #36F;
}

.header-lang.active .header-lang-label svg {
  transition: all .3s ease-in-out;
  transform: rotate(-180deg);
}

.header-lang.active .header-lang-label svg path {
  fill: #36F;
}

.header-lang .header-lang-label {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.header-lang .header-lang-label .current-language {
  color: #fff;
  pointer-events: none;
}

.header-lang .hs_cos_wrapper_type_language_switcher {
  height: 24px;
}

.header-lang .globe_class {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="none"><path fill="%23fff" d="M12.5 21a8.7 8.7 0 0 1-3.5-.71 9.1 9.1 0 0 1-2.86-1.93 9.1 9.1 0 0 1-1.93-2.86A8.7 8.7 0 0 1 3.5 12q0-1.863.71-3.503a9.1 9.1 0 0 1 1.93-2.858A9.1 9.1 0 0 1 9 3.711 8.7 8.7 0 0 1 12.5 3q1.863 0 3.503.71a9.1 9.1 0 0 1 2.858 1.93 9.1 9.1 0 0 1 1.928 2.857A8.7 8.7 0 0 1 21.5 12a8.7 8.7 0 0 1-.71 3.5 9.1 9.1 0 0 1-1.93 2.86 9.1 9.1 0 0 1-2.857 1.93A8.7 8.7 0 0 1 12.5 21m0-.992a15 15 0 0 0 1.452-2.221q.57-1.09.929-2.44h-4.762q.396 1.426.948 2.516t1.433 2.145m-1.273-.15q-.7-.825-1.278-2.04a11.7 11.7 0 0 1-.86-2.472H5.253q.86 1.866 2.437 3.06a7.36 7.36 0 0 0 3.536 1.452m2.546 0a7.36 7.36 0 0 0 3.536-1.452q1.578-1.194 2.437-3.06h-3.834a17 17 0 0 1-.957 2.492q-.578 1.215-1.182 2.02m-8.927-5.512H8.88q-.115-.615-.16-1.199a14 14 0 0 1-.001-2.294q.047-.585.16-1.2H4.847a8.17 8.17 0 0 0-.256 3.561q.091.613.255 1.132m5.035 0h5.238q.114-.615.16-1.18.048-.564.048-1.166t-.047-1.166a12 12 0 0 0-.16-1.18H9.88q-.113.615-.16 1.18-.047.564-.047 1.166t.047 1.166.161 1.18m6.239 0h4.034a8.067 8.067 0 0 0 .255-3.56 7.5 7.5 0 0 0-.255-1.132h-4.035q.114.615.16 1.199a14 14 0 0 1 .001 2.294q-.047.585-.16 1.2m-.208-5.693h3.834q-.88-1.905-2.408-3.06-1.53-1.155-3.565-1.47a11.7 11.7 0 0 1 1.259 2.106q.558 1.185.88 2.424m-5.793 0h4.762a14 14 0 0 0-.977-2.546A11 11 0 0 0 12.5 3.992a11 11 0 0 0-1.404 2.116 14 14 0 0 0-.977 2.546m-4.865 0h3.834a14 14 0 0 1 .88-2.424q.559-1.186 1.259-2.107-2.054.315-3.574 1.48t-2.4 3.05"/></svg>')!important; 
  width: 25px;
  height: 24px;
}

.header-lang .globe_class .lang_list_class {
  width: 220px;
  top: 68px;
  background: #181627;
  left: 0;
  padding: 24px;
}

.header-lang .globe_class .lang_list_class:before,
.header-lang .globe_class .lang_list_class:after {
  display: none;
}

.header-lang .globe_class .lang_list_class li {
  padding: 0;
  border: 0;
}

.header-lang .globe_class .lang_list_class li a.lang_switcher_link {
  padding: 12px 0;
  background: #181627;
  width: 100%;
  display: block;
  color: #D1D8ED;
  text-align: left;
  transition: color .3s ease-in-out;
}

.header-lang .globe_class .lang_list_class li a.lang_switcher_link:hover {
  color: #00E6D9;
}

@media (max-width: 1049px) {
  
  .hd-menu .main-nav {
    display: grid;
    grid-template-areas: "logo hamburger";
    grid-template-columns: 1fr auto;
    align-items: center;
    row-gap: 24px;
  }

  .hd-menu .main-nav.active {
    grid-template-areas: 
      "logo hamburger"
      "language-switcher search-bar"
      "menu-links menu-links";
  }

  .hd-menu .main-nav .logo-wrapper {
    grid-area: logo;
    padding: 20px 0 20px 24px;
  }

  .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 20px 24px 20px 0;
    padding: 6px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: #fff;
    grid-area: hamburger;
    height: 32px;
    justify-self: end;
    border-radius: 8px;
  }

  .hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 13px;
  }

  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 19px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0px;
    background-color: #36F;
  }

  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
  }

  .hamburger .hamburger-inner {
    display: block;
    margin-top: -2px;
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
  }

  .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s, transform .13s cubic-bezier(.55,.055,.675,.19);
    top: -7px;
  }

  .hamburger-inner:after {
    top: -14px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s, opacity .1s linear;
    bottom: -7px;
  }

  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #36F;
  }

  .hamburger.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0, -7px, 0) rotate(-45deg);
  }

  .hamburger.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s, transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
  }

  .hamburger.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333), opacity .1s linear .22s;
    opacity: 0;
  }

  .hd-menu .main-nav .menu-links {
    grid-area: menu-links;
    display: none;
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
  }

  .hd-menu .main-nav.active .menu-links {
    height: auto;
    display: block;
    opacity: 1;
    padding: 0 20px;
    color: #fff;
    height: calc(100vh - 187px);    
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hd-menu .main-nav .menu-links .menu-title,
  .hd-menu .main-nav .menu-links .sub-menu-title,
  .hd-menu .main-nav .menu-links .hs-menu-item a{
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }

  .hd-menu .main-nav.active .menu-links .menu-title,
  .hd-menu .main-nav.active .menu-links .sub-menu-title,
  .hd-menu .main-nav.active .menu-links .hs-menu-item a {
    opacity: 1;
  }

  .hd-menu .main-nav .menu-links .menu-item .menu-title {
    font-size: 16px;
    padding: 0;
    text-decoration: none;
  }

  .hd-menu .main-nav .menu-links .menu-item.active .menu-title {
    margin-bottom: 16px;
  }

  .hd-menu .main-nav .menu-links .menu-item.active .menu-title svg {
    transition: transform .3s ease-in-out;
    transform: rotate(-180deg);
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu {
    display: none;
  }

  .hd-menu .main-nav .menu-links .menu-item.active .mega-menu {
    display: block;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .col-12 {
    padding: 0 20px;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .mega-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .mega-menu-inner .sub-menu ul {
    margin: 0;
    padding-left: 12px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .mega-menu-inner .sub-menu ul .hs-menu-item a {
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
    text-decoration: none;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .mega-menu-inner .sub-menu ul .hs-menu-item a:hover {
    color: #36F;
  }

  .hd-menu .main-nav .menu-links .menu-item .mega-menu .sub-menu-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
  }

  .hd-menu .main-nav .additional-items {
    grid-area: language-switcher;
    display: none;
  }

  .hd-menu .main-nav.active .additional-items {
    display: block;
  }

  .hd-menu .main-nav .additional-items .button-wrapper,
  .hd-menu .main-nav .additional-items .search-button-wrapper {
    display: none;
  }

  .hd-menu .main-nav .search-bar-wrapper {
    grid-area: search-bar;
    display: none;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper {
    display: none;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    display: flex;
    padding: 17px;
    background: #181627;
    gap: 32px;
    z-index: 11;
  }

  .hd-menu.search-active:before,
  .hd-menu.language-switcher-active:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000;
    opacity: 0.9;
    pointer-events: none;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active input.input-field {
    color: #fff;
    border-color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active input::-webkit-input-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active input::-moz-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active input:-ms-input-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active input::placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper .search-form-wrapper.active button[type=submit] {
    padding: 12px;
    border: 0;
    background: #00E6D9;
  }

  .hd-menu .main-nav.active .search-bar-wrapper {
    display: block;
    padding-right: 20px;
    padding-top: 17px;
    margin-top: -24px;
    height: 80px;
  }

  .hd-menu .main-nav.active .search-bar-wrapper.language-switcher-active {
    position: relative;
    z-index: 11;
    background: #181627;
  }

  .mobile-search-toggle {
    padding: 16px;
    background: #1E1B31;
    border: 0;
  }

  .mobile-search-toggle svg {
    pointer-events: none;
  }

  .header-lang {
    justify-content: flex-end;
    margin-top: -24px;
    padding: 40px 12px 16px;
    transition: unset;
  }

  .header-lang.active {
    background: #181627;
    position: relative;
    z-index: 99999;
    border-radius: 0;
  }

  .header-lang.active .header-lang-label > span {
    color: #fff;
  }

  .header-lang.active .header-lang-label svg {
    transform: rotate(0deg);
  }

  .header-lang.active .header-lang-label svg path {
    fill: #fff;
  }

  .header-lang.active .lang_list_class {
    display: block;
  }
  .header-lang .lang_list_class {
    left: 0 !important;
    top: 40px !important;
    transform: translateX(-12px);
    width: 100vw !important;
  }  
}

@media (min-width: 1050px) {
  .mobile-search-toggle {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .hd-menu .button-wrapper-mobile {
    display: none;
  }

  .hd-menu .logo-wrapper {
    width: 120px;
  }



  .hd-menu {
    padding: 28px 30px;
    transition: padding .2s ease-in-out;
  }

  .hd-header.scrolled .hd-menu {
    padding: 14px 30px;
  }

  .hd-menu .main-nav .menu-links .menu-item .menu-title {
    font-size: 15px;
  }

  .hd-menu .main-nav {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    column-gap: 12px;
  }

  .hd-menu .main-nav .menu-links {
    display: flex;
    justify-self: end;
    column-gap: 4px;
  }

  .hd-menu .main-nav .menu-links .menu-item .menu-title:hover,
  .hd-menu .main-nav .menu-links .menu-item.active .menu-title{
    border-radius: 8px;
    background: #181627;
  }

  .hd-menu .main-nav .menu-links .menu-item .menu-title:hover svg,
  .hd-menu .main-nav .menu-links .menu-item.active .menu-title svg{
    transition: transform .3s ease-in-out;
    transform: rotate(-180deg);
  }


  .hd-menu .main-nav .menu-links .menu-item a.menu-title {
    text-decoration: none;
  }

  .menu-item .mega-menu {
    height: 0;
    min-height: 400px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100vw;
    top: 117px;
    left: 0;
    background: #000;
    padding: 48px 0;
    transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  }

  .menu-item .mega-menu.active {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hd-header.scrolled .menu-item .mega-menu {
    top: 89px;
  }

  .menu-item .mega-menu .mega-menu-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 48px;
  }

  .menu-item .mega-menu .mega-menu-inner .sub-menu-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .menu-item .mega-menu .mega-menu-inner .sub-menu-group .sub-menu-title {
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 24px;
    border-bottom: 1px solid #00E6D9;
  }

  .menu-item .mega-menu .mega-menu-inner .sub-menu-group .sub-menu ul[role=menu] {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .menu-item .mega-menu .mega-menu-inner .sub-menu-group .sub-menu ul[role=menu] .hs-menu-item a {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease-in-out;
  }

  .menu-item .mega-menu .mega-menu-inner .sub-menu-group .sub-menu ul[role=menu] .hs-menu-item a:hover {
    color: #00E6D9;
  }

  .hd-menu .main-nav .additional-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
  }

  .hd-menu .main-nav .additional-items .search-button-wrapper .search-button {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
  }

  .hd-menu .main-nav .additional-items .search-button-wrapper .search-button svg path {
    transition: all .3s ease-in-out;
  }

  .hd-menu .main-nav .additional-items .search-button-wrapper .search-button:hover svg path {
    stroke: #00E6D9;
  }

  .hd-header .search-bar-wrapper.active .search-form-wrapper {
    max-width: 746px;
    margin: 0 auto;
  }

  .hd-header .search-bar-wrapper {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .hd-header .search-bar-wrapper.active {
    position: absolute;
    top: 117px;
    left: 0;
    width: 100%;
    padding: 0 0 17px 0;
    background: #000;
    transition: visiblity .3s ease-in-out,opacity .3s ease-in-out, top .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .hd-header.scrolled .search-bar-wrapper.active {
    top: 89px;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper {
    display: flex;
    gap: 32px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input {
    padding: 12px 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #D1D8ED;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input:focus {
    border-color: #00E6D9;
    box-shadow: unset;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input::-webkit-input-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input::-moz-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input:-ms-input-placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper input::placeholder {
    color: #fff;
  }

  .hd-menu .main-nav .search-bar-wrapper.active form.search-form-wrapper .search-icon button[type=submit] {
    background: #00E6D9;
    padding: 11px;
    border: 0;
  }

  .header-lang {
    position: relative;
  }

  .header-lang .lang_switcher_class {
    position: unset;
  }

  .header-lang .globe_class .lang_list_class {
    top: 64px;
    right: 0;
    left: auto;
    -webkit-transform: unset;
    transform: unset;
  }
}

@media (min-width: 1440px) {
  .hd-menu {
    padding: 28px 60px;
  }

  .hd-header.scrolled .hd-menu {
    padding: 14px 60px;
  }

  .hd-menu .main-nav {
    column-gap: 24px;
  }

  .hd-menu .main-nav .menu-links .menu-item .menu-title {
    font-size: 1rem;
  }

  .hd-menu .main-nav .additional-items {
    gap: 24px;
  }
}

@media (min-width: 1050px) and (max-width: 1279px) {
  .hd-menu .main-nav .additional-items .button-wrapper {
    display: none;
  }
}


.hd-footer-inner {
  padding: 48px 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hd-footer-inner .logo-wrapper img {
  max-width: 150px !important;
}

.hd-footer-inner .links-column {
  display: flex;
  flex-direction: column;
  gap: 24px; 
}

.hd-footer-inner .links-column .links-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hd-footer-inner .links-column .links-wrapper ul .hs-menu-item a {
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.hd-footer-inner .column-1 {
  grid-area: column-1;
  display: flex;
  flex-direction: column;
}

.hd-footer-inner .column-1 .footer-content-wrapper {
  margin-top: 48px;
}

.hd-footer-inner .column-1 .form-wrapper {
  margin-top 24px;
}

.hd-footer-inner .column-1 .form-wrapper form {
  display: grid;
  grid-template-areas: 
    "email"
    "submit"
    "consent";
}

.hd-footer-inner .column-1 .form-wrapper form .hs-email {
  grid-area: email;
}

.hd-footer-inner .column-1 .form-wrapper form .hs-email label {
  display: none;
}

.hd-footer-inner .column-1 .form-wrapper form .hs-email input[type=email] {
  height: 54px;
  border: 0;
  background: #fff;
  padding: 16px 12px;
}

.hd-footer-inner .column-1 .form-wrapper form .legal-consent-container {
  grid-area: consent;
}

.hd-footer-inner .column-1 .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display,
.hd-footer-inner .column-1 .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span,
.hd-footer-inner .column-1 .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span p {
  color: #fff;
}

.hd-footer-inner .column-1 .form-wrapper form .hs-submit {
  grid-area: submit;
}

.hd-footer-inner .column-1 .form-wrapper form .hs-submit input[type=submit] {
  margin: 0;
}

.hd-footer-inner .column-2 {
  grid-area: column-2;
}

.hd-footer-inner .column-3 {
  grid-area: column-3;
}

.hd-footer-inner .column-4 {
  grid-area: column-4;
}

.hd-footer-inner .socials {
  grid-area: socials;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}

.hd-footer-inner .socials .hd-icon {
  margin: 0;
}

.hd-footer-inner .socials .social-icon {
  transition: all .3s ease-in-out;
}

.hd-footer-inner .socials .social-icon svg {
  width: auto;
  height: 24px;
}

.hd-footer-inner .bottom-strip {
  grid-area: bottom-strip;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  align-items: center;
}

.hd-footer-inner .bottom-strip .menu-wrapper ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hd-footer-inner .bottom-strip .menu-wrapper ul .hs-menu-item a {
  text-decoration: none;
}

.hd-footer-inner .bottom-strip .menu-wrapper ul .hs-menu-item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hd-footer-inner .bottom-strip .menu-wrapper ul .hs-menu-item a {
    font-size: 13px;
    text-wrap: no-wrap;
  }

  .hd-footer-inner .bottom-strip .copyright {
    font-size: 13px;
  }

  .hd-footer-inner .column-1 .form-wrapper form .hs-submit input[type=submit] {
    margin-bottom: 16px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hd-footer-inner {
    display: grid;
    grid-template-areas:
      "column-1 column-1"
      "column-2 column-3"
      "column-4 column-4"
      "socials socials"
      "bottom-strip bottom-strip";
    row-gap: 48px;
  }

  .hd-footer-inner .column-1 .form-wrapper form {
    grid-template-areas:
      "email submit"
      "consent consent";
    column-gap: 16px;
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1050px) {
  .hd-footer-inner {
    padding: 120px 0 32px;
    grid-template-areas: 
      "column-1 column-2 column-3 column-4"
      "column-1 socials socials socials"
      "bottom-strip bottom-strip bottom-strip bottom-strip";
    grid-template-columns: 1fr auto auto auto;
    column-gap: 18px;
    row-gap: 0;
  }

  .hd-footer-inner .column-2,
  .hd-footer-inner .column-3 {
    width: 239px;
  }

  .hd-footer-inner .socials {
    justify-self: end;
    margin-top: 48px;
  }

  .hd-footer-inner .bottom-strip {
/*     flex-direction: row; */
    justify-content: space-between;
    margin-top: 120px;
    padding-top: 32px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
  }
}

@media (min-width: 1336px) {
  .hd-footer-inner {
    column-gap: 40px;
  }
  
  .hd-footer-inner .column-1 {
    margin-right: 88px;
  }
}

.hd-footer-inner .hs-form-booleancheckbox-display > span {
  display: flex!important;
}


.hd-contact-form .content-column .steps-list {
  padding: 48px 0;
  margin-bottom: 0;
}

.hd-contact-form .content-column .text-block {
  padding-bottom: 48px;
}

.hd-contact-form .content-column .below-list-content {
  padding-top: 48px;
}

.hd-contact-form .form-column {
  padding: 48px 20px;
  background: #D1D8ED;
}

.hd-contact-form .content-column li,
.hd-contact-form .content-column p,
.hd-contact-form .content-column span {
  font-size: 16px;
}

@media (min-width: 992px) {
  .hd-contact-form .form-column {
    padding: 48px;
  }
}


.hd-hero-banner-slider .hero-banner-slide .container {
  position: relative;
  z-index: 3;
}

.hd-hero-banner-slider .hero-banner-slide {
  display: flex;
  height: 100vh;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}

.hd-hero-banner-slider .hero-banner-slide .content {
  justify-content: center;
  height: 100vh;
  align-items: center;
}

.hd-hero-banner-slider .hero-banner-slide .content .inner-content-wrapper {
  display: flex;
  flex-direction: column; 
  gap: 48px;
}

.hd-hero-banner-slider .hero-banner-slide .background-image {
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.hd-hero-banner-slider .hero-banner-slide .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hd-hero-banner-slider .hero-banner-slide .button-group {
  padding-top: 24px;
}


.hd-content-slider .content-slide .container {
  position: relative;
  z-index: 3;
}

.hd-content-slider .content-slide {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.hd-content-slider .content-slide .content {
  height: 100%;
  align-items: center;
  padding: 209px 0;
}

.hd-content-slider .content-slide .background-image {
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.hd-content-slider .content-slide .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hd-content-slider .content-slide .button-group {
  padding-top: 24px;
}


.hd-switchback .button-wrapper {
  margin-top: 48px;
  display: flex;
  gap: 24px;
}

.hd-switchback img {
  width: 100%;
}

@media (max-width: 767px) {
  .hd-switchback .button-wrapper {
    margin-bottom:24px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap:0;
  }
  .hd-switchback .button-wrapper .button {
    justify-content: center;
    text-align: left;
  }
}

.hd-switchback{
 margin: 80px 0; 
}


.hd-expertise-listing .button-wrapper {
  width: auto;
  margin: 0 auto; 
}


.hd-card-variant-1 .hd-intro,
.hd-card-variant-2 .hd-intro,
.hd-card-fullwidth .hd-intro{
  display: inline-block;
  margin: 0 0 15px 0;
}
.hd-card-fullwidth.hd-asset .hd-intro{
  margin: 0;
}


.hd-card-fullwidth .hd-intro .hd-headline{
  margin-top: 0
}
.hd-card-fullwidth.hd-asset .hd-intro .btn{
  margin-bottom: 0;
}
.hd-card-fullwidth img{
  margin: 0 0 15px 0;
}
.hd-card-fullwidth form .hs-submit {
  text-align: left;
}

@media (min-width: 768px){
  .hd-card-fullwidth img{
    margin: 0;
  }
}


.hd-testimonial-slider{
  overflow: hidden;
  padding: 0 15px;
}
.hd-testimonial-slider .hd-card{
  text-align: center;
  background: #fff;
  padding: 15px;
  margin: 5px 15px 15px 15px;
}
.hd-testimonial-slider .hd-card .quotee img{
  margin: 0 auto 5px auto;
  border-radius: 80px;
  width: 80px;
  height: auto;
}
.hd-testimonial-slider .hd-card h4{
  color: #090304;
  margin: 0 0 10px 0;
  position: relative;
}
.hd-testimonial-slider .hd-card h4:after{
  content:"";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  width: 75px;
  height: 2px;
  z-index: 1;
  background: #FFC000;
  margin: 0 auto;
}
.hd-testimonial-slider .hd-card p{
  margin: 0 0 20px 0;
}
.hd-testimonial-slider .hd-card p.designation{
  font-size: 16px;
  margin: 0;
}
.hd-testimonial-slider .hd-card p.location{
  font-size: 14px;
  margin: 0 0 10px 0;
}
.hd-testimonial-slider .hd-card p:last-child{
  margin: 0;
}

@media (min-width: 768px){
  .hd-testimonial-slider{
    padding: 0 25px;
  }
  .hd-testimonial-slider .hd-card .quotee img{
    border-radius: 120px;
    width: 120px;
  }
  .hd-testimonial-slider .hd-card p.location{
    margin: 0 0 20px 0;
  }
}





.hd-accordion.hd-accordion--wrapper .hd-accordion__social-media--item {
  background: #FF5A5F;      
  width: 53px;
  height: 53px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;  
  transition: background 0.3s ease-in;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion__social-media--item:hover {
  background: #CC4C59;
  transition: background 0.3s ease-out;
}
.hd-accordion--wrapper .hd-accordion--container {
  padding-left: 24px;
  padding-right: 24px;

}


.hd-accordion.hd-accordion--wrapper .hd-accordion__social-media--item i {
  font-size: 24px;
  color: #fff;      
}

.hd-accordion.hd-accordion--wrapper .hd-accordion__social-media {
  display: flex;
  grid-gap: 16px;
}    

.hd-accordion.hd-accordion--wrapper .hd-accordion__content--image {
  object-fit: cover;       
}

.hd-accordion.hd-accordion--wrapper summary.hd-accordion__title::-webkit-details-marker {
  display: none;
}

.hd-accordion.hd-accordion--wrapper {
  display: grid;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion--container:nth-last-child(1) {
  margin-bottom: 0;
}
.hd-accordion.hd-accordion--wrapper .hd-accordion--container:nth-last-child(1) .hd-accordion {
  border-bottom:none
}

.hd-accordion.hd-accordion--wrapper .hd-accordion {
  padding: 0px;
  border-bottom: 1px solid #DEDCDF;
  overflow: hidden;        
}

.hd-accordion.hd-accordion--wrapper .hd-accordion:active {
  border: none;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__title .qa-arrow:after {
  transition: transform 0.3s ease-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;  
  font-weight: 300;
  line-height: 0;
  color: #FF5A5F;
  content: '\f067'; /* Plus icon */


}

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__title .qa-arrow {
  transform: rotate(90deg);
  line-height: 15px;
  height: 4px;
  transition: transform 0.3s ease-in;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion[open] .hd-accordion__title .qa-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;

}
.hd-accordion.hd-accordion--wrapper .hd-accordion[open] .hd-accordion__title .qa-arrow:after {
  content: '\f068';
}

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__title, 
.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__content {
  padding-left: 24px;
  padding-right: 24px;
}    

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__title, 
.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: left;
}

.hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__maintitle {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-weight: 600;
  margin: 12px 0;
}    

@media screen and (min-width: 767px) {
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__maintitle {
    font-size: 24px;
    line-height: 32px;
  }
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__title .inner, 
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__text .inner {
    grid-gap: 21px; 
  }
}

@media (min-width: 992px) {
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__maintitle {
    margin: 23px 0;
  }
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__content {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

@media (min-width: 1200px) {
  .hd-accordion.hd-accordion--wrapper .hd-accordion .hd-accordion__maintitle {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }  
}


.hd-call-to-action-banner .form-wrapper form {
  margin-top 24px;

}
.hd-call-to-action-banner .form-wrapper form {
  display: grid;
  grid-template-areas: 
    "email"
    "submit"
    "consent";

}
.hd-call-to-action-banner .form-wrapper form .hs-email {
  grid-area: email;
}

.hd-call-to-action-banner .form-wrapper form .hs-email label {
  display: none;
}
.hd-call-to-action-banner .form-wrapper   form input[type=email] {
  height: 54px;
  border: 0;
  background: #fff;
  padding: 16px 12px;
}
.hd-call-to-action-banner .form-wrapper form .legal-consent-container {
  grid-area: consent;
}

.hd-call-to-action-banner .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display,
.hd-call-to-action-banner .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span,
.hd-call-to-action-banner .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span p {
  color: #fff;
}
.hd-call-to-action-banner .form-wrapper form  {
  grid-area: submit;
}

.hd-call-to-action-banner.form-wrapper form  input[type=submit] {
  margin: 0;
}
@media (max-width: 767px) {
  .hd-call-to-action-banner .form-wrapper {
    padding-top:20px
  }

  .hd-call-to-action-banner .form-wrapper form  input[type=submit] {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 768px) {

  .hd-call-to-action-banner .form-wrapper form {
    grid-template-areas:
      "email submit"
      "consent consent";
    column-gap: 16px;
    grid-template-columns: 1fr auto;
  }
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:48px;
  flex-wrap: wrap;
}

.logo-item {
  height:120px;
  width: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .logo-container {
    gap:8px;
  }
  
  .logo-item {
    flex-basis: calc(50% - 20px);
  }
}


.hd-stats-counter {
  padding: 48px 20px;
}

.hd-stats-counter .container .row:not(.headline-row) {
  row-gap: 48px; 
}

.hd-stats-counter .row.headline-row {
  margin-bottom: 120px;
}

.hd-stats-counter .col-12 {
  padding: 0 10px;
}

.hd-stats-counter .stat-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}

@media (min-width: 768px) {
  .hd-stats-counter .stat-cards {
    flex-wrap: nowrap;
    justify-content: start;
  }
}

.hd-stats-counter .stat-cards .stat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 204px;
  height: auto;
}

.hd-stats-counter .stat-card .stat-wrapper {
  display: flex;
  flex-direction: row;
}

.hd-stats-counter .stat-card .stat-wrapper .stat-amount,
.hd-stats-counter .stat-card .stat-wrapper .stat-marker{
  color: #fff;
  font-weight: 400;
  font-size: 70px;
}


.hd-framework-cards .hd-icon-card .icon-wrapper {
  max-width: 48px;
  max-height: 48px;
}

.hd-framework-cards .hd-icon-card .content-wrapper {
  height: 100%;
  padding: 0;
}

.hd-framework-cards .hd-icon-card .content-wrapper h1,
.hd-framework-cards .hd-icon-card .content-wrapper h2, 
.hd-framework-cards .hd-icon-card .content-wrapper h3,
.hd-framework-cards .hd-icon-card .content-wrapper h4, 
.hd-framework-cards .hd-icon-card .content-wrapper h5, 
.hd-framework-cards .hd-icon-card .content-wrapper h6,
.hd-framework-cards .hd-icon-card .content-wrapper h1 span, 
.hd-framework-cards .hd-icon-card .content-wrapper h2 span, 
.hd-framework-cards .hd-icon-card .content-wrapper h3 span, 
.hd-framework-cards .hd-icon-card .content-wrapper h4 span, 
.hd-framework-cards .hd-icon-card .content-wrapper h5 span, 
.hd-framework-cards .hd-icon-card .content-wrapper h6 span {
  font-weight: 700;
  margin-bottom: 16px;
}

.hd-framework-cards .button-wrapper {
  width: auto;
  margin: 0 auto; 
}


.hd-analytics-cards .headline-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #36f;
  margin-bottom: 60px;
}

.hd-analytics-cards .hd-icon-card {
  background: inherit;
  padding: 0;
}

.hd-analytics-cards .hd-icon-card .icon-wrapper {
  max-width: 48px;
  max-height: 48px;
}

.hd-analytics-cards .hd-icon-card .content-wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
}

.hd-analytics-cards .hd-icon-card .content-wrapper h1,
.hd-analytics-cards .hd-icon-card .content-wrapper h2, 
.hd-analytics-cards .hd-icon-card .content-wrapper h3,
.hd-analytics-cards .hd-icon-card .content-wrapper h4, 
.hd-analytics-cards .hd-icon-card .content-wrapper h5, 
.hd-analytics-cards .hd-icon-card .content-wrapper h6,
.hd-analytics-cards .hd-icon-card .content-wrapper h1 span, 
.hd-analytics-cards .hd-icon-card .content-wrapper h2 span, 
.hd-analytics-cards .hd-icon-card .content-wrapper h3 span, 
.hd-analytics-cards .hd-icon-card .content-wrapper h4 span, 
.hd-analytics-cards .hd-icon-card .content-wrapper h5 span, 
.hd-analytics-cards .hd-icon-card .content-wrapper h6 span {
  font-weight: 700;
}

.hd-analytics-cards .button-wrapper {
  width: auto;
  margin: 0 auto; 
}

.hd-analytics-cards .hd-icon-card .content-wrapper {
  grid-template-rows: auto 1fr auto;
  height: 100%;
}


.hd-timeline-slider{
  position: relative;
/*   overflow: hidden; */
  cursor: grab;
  margin: 0 auto;
}
.hd-timeline-slider:active {
  cursor: grabbing;
}
.hd-timeline-slider:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #D1D8ED;
  top: 50%;
  transform: translate(0, 50%);
}

.hd-timeline-slider .slick-next,
.hd-timeline-slider .slick-prev {
  background: #181627!important;
  border-color: #181627!important;
}

.hd-timeline-slider .slick-next:hover,
.hd-timeline-slider .slick-prev:hover {
  background: #3366FF!important;
  border-color: #3366FF!important;
}

.hd-timeline-slider .slick-next:hover:before,
.hd-timeline-slider .slick-prev:hover:before {
  color: #D1D8ED!important;
}

.hd-timeline-slider .slick-next {
  right: -86px;
}

.hd-timeline-slider .slick-prev {
  left: -86px;
}

.hd-timeline-slider .timeline-slide {
  justify-content: center;
  display: inline-flex !important;
  flex-direction: column;
  gap:196px;
}
.hd-timeline-slider .text-block{
  width: 100%;
}

.hd-timeline-slider .text-block .hd-headline {
  margin-bottom: 16px;
}

.hd-timeline-slider .text-block .body-text,
.hd-timeline-slider .text-block .body-text * {
  font-size: 16px;
  line-height: 26.4px;
}

.hd-timeline-slider .body-text{
  width:100%
}

.hd-timeline-slider .slick-slide:nth-child(odd) .timeline-slide {
  flex-direction: column-reverse;
}

.hd-timeline-slider .timeline-card {
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative;
  max-width: 574px;
  width: 100%;
}
.hd-timeline-slider .image-wrapper {
  position:relative;
  height: 176px;
  width: 100%;
  max-width: 255px;
}
.hd-timeline-slider .image-wrapper img {
  max-width:unset !important;
  object-fit:cover;
  height: 176px !important;
  width:100%
}
.hd-timeline-slider .year {
  width: 85px;
  text-align: center;
  position: absolute;
  padding: 4px 12px;
  border-radius: 4px;
  left: 64px;
  transform: translate(0, 50%);
}
.hd-timeline-slider .slick-slide:nth-child(even) .timeline-slide .year {
  transform: translate(0, -50%);
  top:-98px;
}
.hd-timeline-slider .slick-slide:nth-child(odd) .timeline-slide .year {
  transform: translate(0, 50%);
  bottom:-98px;
}
.hd-timeline-slider .year-line {
  height: 52px;
  position: absolute;
  padding: 4px 1px;
  border-radius: 4px;
  left: 101px;
  transform: translate(0, 50%);
}
.hd-timeline-slider .slick-slide:nth-child(even) .timeline-slide .year-line {
  transform: translate(0, -50%);
  top:-50px;
}
.hd-timeline-slider .slick-slide:nth-child(odd) .timeline-slide .year-line {
  transform: translate(0, 50%);
  bottom:-50px;
}

@media (max-width: 991px) {
  .hd-timeline-slider{
    position: relative;
    overflow: hidden;
    padding-left: 65px;
  }
  .hd-timeline-slider .image-wrapper {
    height: auto;
    width:auto;
    max-width: unset !important;
  }
  .hd-timeline-slider .image-wrapper img {
    object-fit:cover;
    height: 176px !important;
    width: 100% !important;
  }
  .hd-timeline-slider:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: #D1D8ED;
    top: 0;
    left: 0;
    margin-left: 20px;
    transform: none;
  }
  .hd-timeline-slider .timeline-card {
    height: unset;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 48px;
  }

  .timeline-card .hd-headline {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .hd-timeline-slider .timeline-slide {
    display:flex !important;
    margin-bottom: 20px;
  }
  .offset-card {
    display:none;
  }
  .hd-timeline-slider .year {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 4px;
    left: -65px;
    top: 0;
    padding: 12px 4px;
    position: absolute;
    transform: unset;
    width: auto;
    font-size: 22px;
  }
  .hd-timeline-slider .year-line {
    display:none;

  }
}

@media (min-width: 992px) {
  .hd-timeline-slider { 
    max-width: calc(100vw - 374px);
  }
}


.hd-testimonial-slider {
background: transparent;
}
.hd-testimonial-slider .below-slider-cta {
  justify-content: center;
  display: flex;
  align-items: center;
}


.hd-testimonial-slider .slick-slide {
  margin: 0 12px;
}

.hd-testimonial-slider .slick-list {
  margin: 0 -12px;
}

.hd-testimonial-slider .text-block {
  margin-bottom: 24px;
}

.hd-testimonial-slider .text-block .body-text p {
  margin-bottom: 0;
}

.hd-testimonial-slider .speaker-slider {
  margin-top: 48px;
}

.hd-testimonial-slider .slick-slide > div {
  height: inherit;
}

.hd-testimonial-slider .speaker-slide {
  background: #1d2b3f;
  font-style: normal;
  font-weight: 400;
  padding: 48px 24px;
  display: inline-flex!important;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: inherit;
}

.hd-testimonial-slider .speaker-slide .speaker-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.hd-testimonial-slider .speaker-slide .speaker-info-wrapper img {
  width: 54px!important;
  height: 54px!important;
  object-fit: fill;
}

.hd-testimonial-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hd-testimonial-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner .speaker-name {
  font-size: 16px;
  font-weight: 700;
}

.hd-testimonial-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner .speaker-designation {
  font-size: 14px;
  font-weight: 400;
}

.hd-testimonial-slider .speaker-slide .quote-wrapper blockquote {
  margin-bottom: 0;
}

.hd-testimonial-slider .speaker-slide .button-wrapper .btn {
  margin: 0;
}

.hd-testimonial-slider .slider-navigation {
  margin-top: 48px;
}

.hd-testimonial-slider .slider-navigation .slider-navigation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  row-gap: 16px;
}

.hd-testimonial-slider .slider-navigation .slider-navigation-wrapper .arrows-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) {
  .hd-testimonial-slider .slider-navigation .slider-navigation-wrapper {
    flex-direction: row;
  }
}

.hd-testimonial-slider .modal-dialog {
  max-width: 1548px;
}

.hd-testimonial-slider .modal-dialog .modal-body {
  padding: 60px 0;
  background: #181627;
}

.hd-testimonial-slider .modal-dialog .modal-body .socials-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.hd-testimonial-slider .modal-dialog .modal-body .socials-wrapper .socials-title {
  font-size: 14px;
}

.hd-testimonial-slider .modal-dialog .modal-body .socials-wrapper .socials-inner {
  display: flex;
  gap: 12px;
  flex-direction: row;
}

.hd-testimonial-slider .modal-dialog .modal-body .socials-wrapper .socials-inner .hd-icon {
  margin: 0;
}

.hd-testimonial-slider .modal-dialog .modal-body .socials-wrapper .socials-inner .hd-icon svg {
  height: 24px;
  width: auto;
}

.hd-testimonial-slider .modal-dialog .modal-body button.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 1L17 17' stroke='white' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M1 17L17 1' stroke='white' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.hd-testimonial-slider .modal-dialog .modal-body button.btn-close:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .hd-testimonial-slider .modal-dialog .modal-body {
    padding: 120px 0;
  }

  .hd-testimonial-slider .modal-dialog .modal-body button.btn-close {
    top: 30px;
    right: 30px;
  }
}


.hd-agenda-listing .text-block {
  padding: 60px 64px;
}
.hd-agenda-listing .agaenda-block {
  padding: 48px;
  background-color:red;
}
.hd-agenda-listing .quote-wrapper .headline-text .hd-headline {
  margin: 0 0 16px;
}
.hd-agenda-listing .quote-wrapper{
  padding-top:24px
}
.hd-agenda-listing .button-wrapper {
  padding: 48px;
  width: auto;
  margin: 0 auto; 
}

.hd-agenda-listing .speaker-info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
}

.hd-agenda-listing .speaker-info-wrapper img {
  height: 54px !important;
  object-fit: cover;
  width: 54px !important;
}

.hd-agenda-listing .speaker-info-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hd-agenda-listing .speaker-name {
  font-size: 16px;
  font-weight: 700;
}

.hd-agenda-listing .speaker-designation {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .hd-agenda-listing .text-block {
    padding: 60px 24px;
  }
  .hd-agenda-listing .speaker-info-wrapper {
    justify-content: left;
  }
  .hd-agenda-listing .agaenda-block {
    margin: 24px;
    padding: 24px;
    background-color:blue;
  }
}


.hd-people-cards .person-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hd-people-cards .person-card img {
  object-fit: cover;
}

.hd-people-cards .person-card .person-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hd-people-cards .person-card .person-info .person-name {
  color: #fff;
  font-size: 24px;
}

.hd-people-cards .person-card .person-info .person-designation {
  font-size: 16px;
}

.hd-people-cards .person-card .socials-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}

.hd-people-cards .person-card .socials-wrapper .hd-icon {
  margin-bottom: 0; 
}

.hd-people-cards .person-card .socials-wrapper .hd-icon svg {
  width: auto;
  height: 24px;
}

.hd-people-cards .person-card .socials-wrapper .hd-icon svg path {
  fill: #D1D8ED;
}


.hd-feature-cards .blockquote-card {
  padding: 48px 48px 48px 24px;
}

.hd-feature-cards .blockquote-card blockquote {
  margin-bottom: 0;
}


.hd-rating {
  background: transparent;
}
.hd-rating .embed-slide{
  height: 489px;
  width: 325px;
  font-style: normal;
  font-weight: 400;
  gap: 24px;
}

.hd-rating .image-column{
  width: 325px;
  display: grid;
  font-style: normal;
  font-weight: 400;
  gap: 24px;
}
.rating-star i {
  color: #DEAC00;
}

.hd-rating .Rating-container {
  margin-top: 48px;
  gap: 24px;
  display: flex;
}

.hd-rating .rating-card {
  display: grid;
  background: #1d2b3f;
  font-style: normal;
  font-weight: 400;
  padding: 48px 24px;
  justify-content: center;
  gap: 48px;
  grid-template-rows: auto 1fr auto;
}
.hd-rating .rating-card .rating-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.hd-rating .rating-card .rating-info-wrapper .speaker-info-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hd-rating .rating-card .quote-wrapper blockquote {
  margin-bottom: 0;
}

.hd-rating .rating-card .button-wrapper .btn {
  margin: 0;
}

@media (max-width: 992px) {
  .hd-rating .Rating-container {
  flex-direction: column;
  }
  
}


.hd-blog-hero {
  padding: 168px 0 108px;
}

.hd-blog-hero .outer-container {
  background: transparent;
  padding: 0;
}

.hd-blog-hero .blog-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0 20px;
}

.hd-blog-hero .blog-hero-inner .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hd-blog-hero .blog-hero-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hd-blog-hero .blog-hero-content .date-published {
  font-size: 14px;
}

.hd-blog-hero .blog-hero-content .hd-headline {
  margin-bottom: 16px;
}

.hd-blog-hero .blog-hero-content p {
  margin-bottom: 0;
}

.social-share {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.social-share .share-text {
  font-size: 14px;
}

.social-share .social-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.social-share .social-icons .social-share__button {
  height: 24px;
  width: auto;
}

.social-share .social-icons .social-share__button svg {
  height: 24px;
  width: auto;
  vertical-align: baseline;
}

@media (min-width: 992px) {
  .hd-blog-hero .blog-hero-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .hd-blog-hero .blog-hero-inner .featured-image {
    width: 631px;
    height: 631px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.hd-sticky-page-navigation-outer.outer-container {
  background: inherit;
  padding: 36px 20px;
}

@media (min-width: 992px) {
  .hd-sticky-page-navigation-outer.outer-container {
    padding: 60px 20px;
  }
}

.hd-sticky-page-navigation {
  padding: 12px 24px;
  background: #D1D8ED;
  display: flex;
  justify-content: space-between;
}

.hd-sticky-page-navigation .breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hd-sticky-page-navigation .breadcrumbs-wrapper .links,
.hd-sticky-page-navigation .breadcrumbs-wrapper .separator {
  font-size: 16px;
  color: #1E1B31;
}

.hd-sticky-page-navigation .breadcrumbs-wrapper .links .hd-icon {
  margin-bottom:0;
}

.hd-sticky-page-navigation .breadcrumbs-wrapper .links .hd-icon svg path {
  fill: #1E1B31;
}

/* Dropdown */
.drop-down {
  position: relative;
}

.drop-down .options ul{
  display: none;
  right: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 32px;
  width: max-content;
  max-width: 407px;
  background: #D1D8ED;
  padding: 24px;
}

.drop-down .options ul a .value {
  font-size: 16px;
  color: #1E1B31;
  transition: color .3s ease-in-out;
  display: block;
}

.drop-down .selected span {
  font-size: 16px;
  color: #1e1b31;
}

.drop-down .selected {
  cursor: pointer;
  width: 270px;
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.drop-down .selected:hover span {
  font-weight: 700;
}

.drop-down .options ul li a{
  padding:12px 0; 
  display:block;
  text-decoration:none;
}

.drop-down .options ul li a:hover .value{
  color: #36F;
}

/* @media (max-width: 991px) {
.hd-sticky-page-navigation {
justify-content: flex-end;
}
} */

@media (min-width: 768px) and (max-width: 991px) {
  .hd-sticky-page-navigation .breadcrumbs-wrapper .current-page {
    display: block;
    width: auto;
    max-width: 214px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .drop-down .selected span {
    width: auto;
    display: block;
    text-align: right;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .hd-sticky-page-navigation {
    justify-content: flex-start;
  }

  .hd-sticky-page-navigation .page-navigation-wrapper {
    width: 100%;
  }

  .drop-down .selected {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .drop-down .selected svg {
    width: 24px;
    height: auto;
  }

  .drop-down .options ul {
    max-width: calc(100vw - 88px);
  }
}


.hd-sticky-page-navigation-outer.hd-sticky-display{
  display: none;
}

@media (min-width: 992px) {
  .hd-sticky-page-navigation-outer.hd-sticky-display{
    display: block;
  }
}


@media (max-width: 991px) {
  .hd-tabs.outer-container {
    padding: 45px 0;
  }

  .hd-tabs > .container {
    padding: 0 15px;
  }

  .hd-tabs .tab-links .tab-switcher {
    padding: 23px 0;
    background: transparent;
    display: flex;
    width: 100%;
    border: 0;
    align-items: center;
    justify-content: space-between;
    color: #D1D8ED;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
  }

  .hd-tabs .tab-links .tab-switcher .tab-minus {
    display: none;
  }

  .hd-tabs .tab-links .tab-switcher.active {
    opacity: 1;
    font-weight: 700;
    border-bottom: 0;
  }

  .hd-tabs .tab-links .tab-switcher.active .tab-plus {
    display: none;
  }

  .hd-tabs .tab-links .tab-switcher.active .tab-minus {
    display: block;
  }

  .hd-tabs .tab-content-item-mobile {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }

  .hd-tabs .tab-content-item-mobile.active {
    visibility: visible;
    height: 100%;
    transition: all .5s ease-in-out;
    opacity: 1;
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .hd-tabs .tab-links {
    padding: 20px 0 32px;
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  .hd-tabs .tab-links .tab-switcher {
    color: #D1D8ED;
    opacity: 0.8;
    background: transparent;
    border: 0;
    font-size: 18px;
    transition: all .3s ease-in-out;
  }

  .hd-tabs .tab-links .tab-switcher:hover {
    opacity: 1;
  }

  .hd-tabs .tab-links .tab-switcher.active {
    font-weight: 700;
    opacity: 1;
  }

  .hd-tabs .tab-content-item {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }

  .hd-tabs .tab-content-item.active {
    visibility: visible;
    height: 100%;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    padding-top: 24px;
  }
}


.hd-speaker-slider.outer-container {
  background: transparent; 
}

.hd-speaker-slider .slick-slide {
  margin: 0 12px;
}

.hd-speaker-slider .slick-list {
  margin: 0 -12px;
}

.hd-speaker-slider .text-block {
  margin-bottom: 24px;
}

.hd-speaker-slider .text-block .body-text p {
  margin-bottom: 0;
}

.hd-speaker-slider .speaker-slider {
  margin-top: 48px;
}

.hd-speaker-slider .speaker-slide {
  background: #1d2b3f;
  font-style: normal;
  font-weight: 400;
  padding: 48px 24px;
  display: inline-flex!important;
  flex-direction: column;
  gap: 24px;
}

.hd-speaker-slider .speaker-slide .speaker-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.hd-speaker-slider .speaker-slide .speaker-info-wrapper img {
  width: 54px!important;
  height: 54px!important;
  object-fit: cover;
}

.hd-speaker-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hd-speaker-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner .speaker-name {
  font-size: 16px;
  font-weight: 700;
}

.hd-speaker-slider .speaker-slide .speaker-info-wrapper .speaker-info-inner .speaker-designation {
  font-size: 14px;
  font-weight: 400;
}

.hd-speaker-slider .speaker-slide .quote-wrapper blockquote {
  margin-bottom: 0;
}

.hd-speaker-slider .speaker-slide .button-wrapper .btn {
  margin: 0;
}

.hd-speaker-slider .modal-dialog {
  max-width: 1548px;
}

.hd-speaker-slider .modal-dialog .modal-body {
  padding: 60px 0;
  background: #181627;
}

.hd-speaker-slider .modal-dialog .modal-body .socials-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.hd-speaker-slider .modal-dialog .modal-body .socials-wrapper .socials-title {
  font-size: 14px;
}

.hd-speaker-slider .modal-dialog .modal-body .socials-wrapper .socials-inner {
  display: flex;
  gap: 12px;
  flex-direction: row;
}

.hd-speaker-slider .modal-dialog .modal-body .socials-wrapper .socials-inner .hd-icon {
  margin: 0;
}

.hd-speaker-slider .modal-dialog .modal-body .socials-wrapper .socials-inner .hd-icon svg {
  height: 24px;
  width: auto;
}

.hd-speaker-slider .modal-dialog .modal-body button.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 1L17 17' stroke='white' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M1 17L17 1' stroke='white' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.hd-speaker-slider .modal-dialog .modal-body button.btn-close:hover {
  opacity: 1;
}

.hd-speaker-slider .below-slider-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

@media (max-width: 991px) {
  .hd-speaker-slider .modal-dialog .modal-body .hd-headline {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hd-speaker-slider .modal-dialog .modal-body .hd-headline {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .hd-speaker-slider .modal-dialog .modal-body {
    padding: 120px 0;
  }

  .hd-speaker-slider .modal-dialog .modal-body button.btn-close {
    top: 30px;
    right: 30px;
  }
}


/* Blog Pages
Blog Pages declarations
*/

.hs-blog-post .body-container-post{
  padding: 0 15px;
  background: #fff;
}

.hs-blog-post .body-container-post .blog-content{
  max-width: 971px;
  margin: 0 auto;
  display: flex;
}

.hs-blog-post .body-container-post .blog-content p,
.hs-blog-post .body-container-post .blog-content li{
  color: #1E1B31;
  font-size: 18px;
}

.hs-blog-post .body-container-post .blog-content h2,
.hs-blog-post .body-container-post .blog-content h3,
.hs-blog-post .body-container-post .blog-content h4,
.hs-blog-post .body-container-post .blog-content h5,
.hs-blog-post .body-container-post .blog-content h6{
  color: #1e1b31;
}

.blog-content .hs_cos_wrapper_type_module {
  margin-bottom: 48px;
}

.blog-slider-wrapper,
.blog-form-wrapper {
  margin: 0 0 120px;
}

.blog-slider-wrapper .outer-container {
  background: transparent!important;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0!important
}


.blog-slider-wrapper .outer-container .container:nth-of-type(2) {
  max-width: 1548px!important;
}

.social-sharing-wrapper {
  padding: 48px 0 120px 0;
}

@media (min-width: 992px) {
  .social-sharing-wrapper {
    padding: 60px 0 120px 0;
  }
}

.social-sharing-wrapper .social-share {
  justify-content: center;
}

.social-sharing-wrapper .share-text {
  color: #1E1B31!important;
}

.social-sharing-wrapper .social-icons svg path {
  fill: #1E1B31!important;
}

.hs-blog-post .page-nav-wrapper{
  background: #fff; 
}

.hs-blog-post .blog-post-cta-switchback-wrapper{
  background: #fff; 
  padding: 0 0 60px 0;
}

.hs-blog-post .blog-post-cta-switchback-wrapper.hd-blog-switchback{
  display: none;
  opacity: none;
}

.hs-blog-post .blog-post-end-section{
  background: #1E1B31;
}

@media (max-width: 991px) {
  .blog-post-end-section .blog-slider-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-post-end-section .blog-form-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Third Party
Third party libraries declarations
*/

/* Slick Slider */
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-slide[aria-hidden="true"] a {
  display: none;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 998;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #D1D8ED;
  border-radius: 16px;
  transition: all .3s ease-in-out;

  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev.arrow-static,
.slick-next.arrow-static {
  position: static;
   -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-prev:hover,
.slick-next:hover{
  color: transparent;
  outline: none;
  background: #D1D8ED;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled{
  opacity: .25;
  pointer-events: none;
}
.slick-prev:before,
.slick-next:before{
  font-family: "Font Awesome 5 Pro"!important;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #D1D8ED;
  transition: color .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before{
  color: #181627;
}

.slick-prev{
  left: 42px;
}
[dir='rtl'] .slick-prev{
  right: -25px;
  left: auto;
}
.slick-prev:before{
  content: '\f053'!important;
}
[dir='rtl'] .slick-prev:before{
  content: '→';
}

.slick-next{
  right: 42px; 
}
[dir='rtl'] .slick-next{
  right: auto;
  left: -25px;
}


@media (max-width: 992px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}


.slick-next:before{
  content: '\f054'!important;
}
[dir='rtl'] .slick-next:before{
  content: '←';
}

/* Dots */
.slick-dots{
  position: absolute!important;
  bottom: 48px!important;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dots-wrapper .slick-dots {
  position: static!important;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;

}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #D1D8ED;
  transition: background .3s ease-in-out;
  border-radius: 12px;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
  background: #00E6D9;
}

/* @media (min-width: 768px) {
.slick-prev{
left: 42px;
}
.slick-next{
right: 42px; 
}
} */

.slider-navigation {
  margin-top: 48px;
}

.slider-navigation .slider-navigation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  row-gap: 16px;
}

.slider-navigation .slider-navigation-wrapper .arrows-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) {
  .slider-navigation .slider-navigation-wrapper {
    flex-direction: row;
  }
}


/* VARIABLES */

























/* DEVIDING RATIOS */



/* ==================================================================================== */
.hd-pt-s {
  padding-top: calc(30px / 2);
}
.hd-pt-m {
  padding-top: calc(60px / 2);
}
.hd-pt-l {
  padding-top: calc(80px / 2);
}
.hd-pt-xl {
  padding-top: calc(100px / 2);
}

.hd-pb-s {
  padding-bottom: calc(30px / 2);
}
.hd-pb-m {
  padding-bottom: calc(60px / 2);
}
.hd-pb-l {
  padding-bottom: calc(80px / 2);
}
.hd-pb-xl {
  padding-bottom: calc(100px / 2);
}

.hd-mt-s {
  margin-top: calc(30px / 2);
}
.hd-mt-m {
  margin-top: calc(60px / 2);
}
.hd-mt-l {
  margin-top: calc(80px / 2);
}
.hd-mt-xl {
  margin-top: calc(100px / 2);
}

.hd-mb-s {
  margin-bottom: calc(30px / 2);
}
.hd-mb-m {
  margin-bottom: calc(60px / 2);
}
.hd-mb-l {
  margin-bottom: calc(80px / 2);
}
.hd-mb-xl {
  margin-bottom: calc(100px / 2);
}

/* ==================================================================================== */
/* medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .hd-pt-s {
    padding-top: calc(30px / 2);
  }
  .hd-pt-m {
    padding-top: calc(60px / 2);
  }
  .hd-pt-l {
    padding-top: calc(80px / 2);
  }
  .hd-pt-xl {
    padding-top: calc(100px / 2);
  }

  .hd-pb-s {
    padding-bottom: calc(30px / 2);
  }
  .hd-pb-m {
    padding-bottom: calc(60px / 2);
  }
  .hd-pb-l {
    padding-bottom: calc(80px / 2);
  }
  .hd-pb-xl {
    padding-bottom: calc(100px / 2);
  }

  .hd-mt-s {
    margin-top: calc(30px / 2);
  }
  .hd-mt-m {
    margin-top: calc(var(--mt-m) / 2);
  }
  .hd-mt-l {
    margin-top: calc(var(--mt-l) / 2);
  }
  .hd-mt-xl {
    margin-top: calc(var(--mt-xl) / 2);
  }

  .hd-mb-s {
    margin-bottom: calc(30px / 2);
  }
  .hd-mb-m {
    margin-bottom: calc(60px / 2);
  }
  .hd-mb-l {
    margin-bottom: calc(80px / 2);
  }
  .hd-mb-xl {
    margin-bottom: calc(100px / 2);
  }
}

/* ==================================================================================== */
/* large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hd-pt-s {
    padding-top: 30px;
  }
  .hd-pt-m {
    padding-top: 60px;
  }
  .hd-pt-l {
    padding-top: 80px;
  }
  .hd-pt-xl {
    padding-top: 100px;
  }

  .hd-pb-s {
    padding-bottom: 30px;
  }
  .hd-pb-m {
    padding-bottom: 60px;
  }
  .hd-pb-l {
    padding-bottom: 80px;
  }
  .hd-pb-xl {
    padding-bottom: 100px;
  }

  .hd-mt-s {
    margin-top: 30px;
  }
  .hd-mt-m {
    margin-top: 60px;
  }
  .hd-mt-l {
    margin-top: 80px;
  }
  .hd-mt-xl {
    margin-top: 100px;
  }

  .hd-mb-s {
    margin-bottom: 30px;
  }
  .hd-mb-m {
    margin-bottom: 60px;
  }
  .hd-mb-l {
    margin-bottom: 80px;
  }
  .hd-mb-xl {
    margin-bottom: 100px;
  }
}


.hd-slider .slick-prev {
  left: -42px;
}

.hd-slider .slick-next {
  right: -42px;
}

.hd-slider .slick-arrow {
  background: #181627;
  border-color: #181627;
}

.hd-slider .slick-arrow:hover {
  background-color: #36f;
  border-color: #36f;
}

.hd-slider .slick-arrow:hover:before {
  color: #D1D8ED;
}

.hd-slider .slick-dots {
  bottom: 28px!important;
  left: 50%;
  width: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .hd-slider .slick-arrow {
    top: 50%;
    transform: translate(0, 50%);
  }

  .hd-slider .slick-prev {
    left: -18px;
  }

  .hd-slider .slick-next {
    right: -18px;
  }
}

@media (max-width: 767px) {
  .hd-slider .outer-container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}