







/*  1a. Containers  */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */


























/* 1e. Forms */










































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1450px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1450px;
}

/* header.header.cdn-top-nav.cdn_header .content-wrapper, */
.cdn_footer .footer-content-wrapper,
.dnd-section > .row-fluid{
  zoom:0.8;
}

html.hs-inline-edit .cdn_footer .footer-content-wrapper,
html.hs-inline-edit .dnd-section > .row-fluid{
  zoom:1;
}

@media (min-width:1201px){

  header.header.cdn_header .content-wrapper{
    zoom:0.8;
  }

  /*  .cdn-top-nav  */

  html.hs-inline-edit header.header.cdn_header .content-wrapper{
    zoom:1;
  }

}




/* :root {
  --red_color: #C0191E;
} */

html {
  font-size: 26px;
  scroll-behavior: smooth; 
  scroll-padding-top: 150px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: korolevLight, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #454646;
  font-size: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Paragraphs */

p {
  font-family: korolevLight, serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

.text-link a:hover  {
  color:#0689B7;
}

a {
  font-weight: normal; text-decoration: none; font-family: korolevMedium, sans-serif; font-style: normal;
  color: #038ab9;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: korolevMedium, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: korolevMedium, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 100px;
  text-transform: none;
  line-height: 94%;
}

h1>span,
.h1>span,
h2>span,
.h2>span,

.all-text-white h1>span,
.all-text-white .h1>span,
.all-text-white h2>span,
.all-text-white .h2>span{
  color: #7c7368;
}


h2,
.h2 {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 96px;
  text-transform: none;
  line-height: 95%;
}

h3,
.h3 {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 70px;
  text-transform: none;
  line-height: 95%;
}

body .row-fluid h3 span {
  color: #7c7368;
}

h4,
.h4 {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 50px;
  text-transform: none;
  line-height: 94%;
}

h5,
.h5 {
  font-family: korolevHeavy; font-style: normal; font-weight: 900; text-decoration: none;
  color: #7c7368;
  font-size: 40px;
  text-transform: none;
  line-height: 95%;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: korolevMedium, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 25px;
  text-transform: none;
  line-height: 109%;
}




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





.primary_btn a.cta_button,
.primary_btn button,
.primary_btn .button,
.primary_btn .hs-button,
.primary_btn .hs-blog-post-listing__post-button {
  border: 1.6px solid #ffffff;

  padding-top: 18px;
padding-right: 20px;
padding-bottom: 18px;
padding-left: 20px;

  font-family: korolevMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
  line-height:95%;
  display: inline-block;
  transition: border-radius 0.2s ease-in;
  min-width:238px;
  text-align:center;
}

.primary_btn a.cta_button:hover,
.primary_btn a.cta_button:focus,
.primary_btn button:hover,
.primary_btn button:focus,
.primary_btn .button:hover,
.primary_btn .button:focus,
.primary_btn .hs-button:hover,
.primary_btn .hs-button:focus,
.primary_btn .hs-blog-post-listing__post-button:hover,
.primary_btn .hs-blog-post-listing__post-button:focus {
  border: 1.6px solid #ffffff;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 30px;
  transition: border-radius 0.2s ease-in;
}

.primary_btn a.cta_button:active,
.primary_btn button:active,
.primary_btn .button:active,
.primary_btn .hs-button:active,
.primary_btn .hs-blog-post-listing__post-button:active {
  font-family: korolevMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #ffffff;
  border-radius: 30px;
  transition: border-radius 0.2s ease-in;
}


/* Secondary Button   */

.cdn_footer.secondary_btn a,
.cdn_header .secondary_btn a,
.secondary_btn a.cta_button,
.secondary_btn button,
.secondary_btn .button,
.secondary_btn .hs-button,
.secondary_btn .hs-blog-post-listing__post-button {
  
  padding-top: 13px;
padding-right: 23px;
padding-bottom: 13px;
padding-left: 23px;

  font-weight: 700; text-decoration: none; font-family: korolevBold; font-style: normal; 
  background-color: 

  
  
    
  


  rgba(192, 25, 30, 0.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 25px;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height:1;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.cdn_header .secondary_btn a.cta_button:hover {
  border-radius: 0;
/*   opacity: 0.8; */
}

.cdn_footer .secondary_btn a:hover,
.cdn_header .secondary_btn a:hover,
.secondary_btn a.cta_button:hover,
.secondary_btn a.cta_button:focus,
.secondary_btn button:hover,
.secondary_btn button:focus,
.secondary_btn .button:hover,
.secondary_btn .button:focus,
.secondary_btn .hs-button:hover,
.secondary_btn .hs-button:focus,
.secondary_btn .hs-blog-post-listing__post-button:hover,
.secondary_btn .hs-blog-post-listing__post-button:focus {
  border: 1px solid #7c7368;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(124, 115, 104, 1.0)

;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}

.cdn_footer .secondary_btn a:active,
.cdn_header .secondary_btn a:active,
.secondary_btn a.cta_button:active,
.secondary_btn button:active,
.secondary_btn .button:active,
.secondary_btn .hs-button:active,
.secondary_btn .hs-blog-post-listing__post-button:active {
  font-weight: 700; text-decoration: none; font-family: korolevBold; font-style: normal;
  background-color: rgba(232, 65, 70, 0.0);
  border-color: #ffffff;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}






form,
.submitted-message {
  font-family: korolevLight, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #272727;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(39, 39, 39, 1.0)

;
  padding-top: 108px;
padding-right: 108px;
padding-bottom: 108px;
padding-left: 113px;
;
}

.submitted-message {
  color: #ffffff;
  height: 100% !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Form title */

.form-title {
  border: 1px none #272727;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: korolevLight; font-style: normal; font-weight: 900; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 70px;
  color: #454646;
  background-color: 

  
  
    
  


  rgba(39, 39, 39, 0.0)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #FFFFFF;
}

/* Inputs */

/* form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
border: 1px solid #454646;

background-color: 

  
  
    
  


  rgba(69, 70, 70, 1.0)

;
color: #FFFFFF;
border-radius: 0px;
} */


/* .form-with-content-section form input[type=email],
.form-with-content-section form input[type=file],
.form-with-content-section form input[type=number],
.form-with-content-section form input[type=password],
.form-with-content-section form input[type=search],
.form-with-content-section form input[type=tel],
.form-with-content-section form input[type=text],
.form-with-content-section form select
{
color:#000000;
}
*/

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text] {
  background-color: transparent;
  border-bottom: 3px solid #454646 !important;
  border-radius: 0;
  border: none;
  padding: 0 23px 5px 0 !important;;
  color:#ffffff;
  min-height: 0 !important;;
}

form textarea {
  background-color: transparent;
  border-bottom: 3px solid #454646 !important;
  border-radius: 0;
  border: none;
  color:#ffffff;
  padding:  0 23px 5px 0 !important;;

}

.body-container--contact-v2 .form-with-content-section form input[type=email],
.body-container--contact-v2 .form-with-content-section form input[type=file],
.body-container--contact-v2 .form-with-content-section form input[type=number],
.body-container--contact-v2 .form-with-content-section form input[type=password],
.body-container--contact-v2 .form-with-content-section form input[type=search],
.body-container--contact-v2 .form-with-content-section form input[type=tel],
.body-container--contact-v2 .form-with-content-section form input[type=text],
.body-container--contact-v2 .form-with-content-section form select,
.body-container--contact-v2 .form-with-content-section form textarea{
  color: #fff;
}

form input:focus,
form textarea:focus{
  outline: none;

}

body .form-section form select.is-placeholder,
body .form-section input::placeholder,
body .form-section textarea::placeholder {
  text-align: LEFT;
}

/* .form-with-content-section form label,
.form-with-content-section form textarea{
color: #000;
} */

body form .hs-fieldtype-select .input {
  position: relative;
}

form .input select {
  background-position: left;
  background-size: 89.5%;
  background-repeat: no-repeat;
  color: #ffffff;
  appearance: none;
  background-image: url(https://39663622.fs1.hubspotusercontent-na1.net/hubfs/39663622/Assets%202023/solid-color-img.png);
  background-color: #272727;
  border: none;
  padding: 20px 20px !important;
}

form .hs-fieldtype-select .input:after {
  background-image: url(https://39663622.fs1.hubspotusercontent-na1.net/hubfs/39663622/Vector%2014.png);
}

form .hs-fieldtype-select .input:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}

.hs-error-msg {
  color: #ef6b51 !important;
}

@media (max-width: 990px) and (min-width: 768px){
  form .input select {
    background-size: 85%;
  }
}

@media (max-width: 767px) and (min-width: 600px){
  body form .input select {
    background-size: 92.5%;
  }
}

@media (max-width: 450px){
  body form .input select {
    background-size: 85%;
  }
}

@media (max-width: 767px){
  body .form-with-content-section form {
    max-width: 100%;
    width: 100%;
  }
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
  line-height: 0%;
  letter-spacing: 0.05em;
}

::-moz-placeholder {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
  line-height: 0%;
  letter-spacing: 0.05em;
}

:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
  line-height: 0%;
  letter-spacing: 0.05em;
}

::placeholder {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
  line-height: 0%;
  letter-spacing: 0.05em;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #FFFFFF;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0A4370;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0A4370 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #0A4370;
}

@media (max-width:767px){
  ::placeholder,
  :-ms-input-placeholder,
  ::-webkit-input-placeholder,
  ::-moz-placeholder {
    text-align:left !important;
  }
  html {
    scroll-padding-top: 150px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #454646;
;
  padding-top: 13px;
padding-right: 70px;
padding-bottom: 13px;
padding-left: 70px;
;
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 40px;
  background-color: 

  
  
    
  


  rgba(69, 70, 70, 1.0)

;
  border-radius: ;
  text-transform: ;
  display: inline-block;
  min-width: 265px;
  min-height: 78px;
  text-transform:uppercase;
}

body form input[type=submit]:hover,
body form input[type=submit]:focus,
body form .hs-button:hover,
body form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #454646;
  border: 1px solid #454646;
;
}

body form input[type=submit]:active,
body form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #0A4370;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #0A4370;

  padding: 18px;

  color: #0A4370;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(10, 67, 112, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0A4370;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.cdn_header li.hs-menu-item a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  /*   font-family: korolevLight; */
  font-family:"korolevMedium", sans-serif;
  transition: 0.3s;
}



.cdn_header li.hs-menu-item a:hover{
  color: 

  
  
    
  


  rgba(192, 25, 30, 0.0)

;
}

.cdn_header li.hs-menu-item.hs-menu-depth-1:nth-child(5)>a {
  color: #FFFFFF;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .cdn_header li.hs-menu-item a:hover,
.menu .cdn_header li.hs-menu-item a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .cdn_header li.hs-menu-item a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .cdn_header li.hs-menu-item a--active-link:after {
  background-color: #FFFFFF;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #494A52;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #494A52;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
}

.cdn_header li.hs-menu-item a,
.cdn_header li.hs-menu-item a:focus {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

.cdn_header li.hs-menu-item a:hover,
.cdn_header li.hs-menu-item a:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: korolevLight;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(10, 67, 112, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #454646;
}

.blog-post__tag-link {
  color: #454646;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1d1e1e;
}

.blog-post__tag-link:active {
  color: #6d6e6e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #0A4370;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #001b48;
}

.blog-related-posts__title-link:active {
  color: #326b98;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #0A4370;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #001b48;
}

.hs-blog-post-listing__post-title-link:active {
  color: #326b98;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #454646;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #454646;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #1d1e1e;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #6d6e6e;
}

.hs-pagination__link-icon svg {
  fill: #454646;
}

/* Pricing card */

.card__price {
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 70px;
}

.card__body svg {
  fill: #0A4370;
}

/* Social follow */

.social-links__icon {
  background-color: #0A4370;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #001b48;
}

.social-links__icon:active {
  background-color: #326b98;
  font-weight: 900; text-decoration: none; font-family: korolevHeavy, sans-serif; font-style: normal;
  color: #0A4370;
  font-size: 70px;
}

.h2-100 h2 {
  font-size: 100px;
  line-height: 120%;
}

.h2-100-91 h2 {
  font-size: 100px;
  line-height: 91%;
}
.team-member-section img {
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}
.team-member-section.ts-energy .member-picture img{ 
  height: 300px!important;
  object-fit: cover;
}

body .bg-video-wrap.widget_1743746921073 .custom_heading h1 {
    font-size: 100px;
    line-height: 100%;
}

@media(max-width:1500px){

  ::-webkit-input-placeholder {
    font-size: 16px;
  }

  ::-moz-placeholder {
    font-size: 16px;
  }

  :-ms-input-placeholder {
    font-size: 16px;
  }

  form input::placeholder,
  form text-area::placeholder,
  form select.is-placeholder{
    font-size: 16px;
  }

  .hs-error-msg,
  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label{
    font-size: 20px;
  }

}


@media(max-width:1024px) and (min-width:768px){

  h1 large ,
  h1,
  .h1 {
    font-size: 60px !important;
  }

  h2,
  .h2 {
    font-size: 50px !important;
  }

  h3,
  .h3 {
    font-size: 45px !important;
  }

  h4,
  .h4 {
    font-size: 40px !important;
  }

  h5,
  .h5 {
    font-size: 35px !important;
  }

  h6,
  .h6 {
    font-size: 22px !important;
  }

  li, p{
    font-size:20px !important;
  }

}

@media (max-width:767px){

  h1,
  .h1,
  h1 large {
    font-size: 55px !important;
  }

  h2,
  .h2 {
    font-size: 45px !important;
  }

  h3,
  .h3 {
    font-size: 40px !important;
  }

  h4,
  .h4 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  h5,
  .h5 {
    font-size: 25px !important;
  }

  h6,
  .h6 {
    font-size: 20px !important;
  }

  li, 
  p,
  body{
    font-size:20px !important;
  }

  .primary_btn a.cta_button{
    font-size:18px !important;
  }
/* 
  br {
    display: none;
  } */

  body .primary_btn .button,
  body .primary_btn .hs-blog-post-listing__post-button,
  body .primary_btn .hs-button,
  body .primary_btn a.cta_button,
  body .primary_btn button {
    min-width: unset;
  }

  ::-webkit-input-placeholder {
    font-size: 14px;
  }

  ::-moz-placeholder {
    font-size: 14px;
  }

  :-ms-input-placeholder {
    font-size: 14px;
  }

  form input::placeholder,
  form text-area::placeholder,
  form select.is-placeholder {
    font-size: 14px;
  }

}

@media (max-width:460px){

  h1,
  .h1,
  h1 large {
    font-size: 40px !important;
  }

  h2,
  .h2 {
    font-size: 32px !important;
  }

  h3,
  .h3 {
    font-size: 28px !important;
  }

  h4,
  .h4 {
    font-size: 26px !important;
  }

  h5,
  .h5 {
    font-size: 24px !important;
  }

  h6,
  .h6 {
    font-size: 18px !important;
  }

  li,
  p,
  body{
    font-size:16px !important;
  }

  .primary_btn a.cta_button{
    font-size:16px; 
  }

  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  ::-moz-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  form input::placeholder,
  form text-area::placeholder,
  form select.is-placeholder{
    font-size: 12px;
  }

  form .hs-button, form input[type=submit] {
    min-height: 65px;
    min-width: 150px;
    font-size: 18px!important;
  }

  form input[type=email],
  form input[type=file],
  form input[type=number],
  form input[type=password],
  form input[type=search],
  form input[type=tel],
  form input[type=text],
  form select, form textarea {
    padding: 18px 15px;
  }

}

@media (max-width:360px){

  h1,
  .h1,
  h1 large {
    font-size: 36px !important;
  }

  h2,
  .h2 {
    font-size: 30px !important;
  }

  h3,
  .h3 {
    font-size: 26px !important;
  }

  h4,
  .h4 {
    font-size: 24px !important;
  }

  h5,
  .h5 {
    font-size: 22px !important;
  }

  h6,
  .h6 {
    font-size: 18px !important;
  }


}

body .big-wrapper {
  margin: 0 auto;
  max-width: 1750px;
}


@media (min-width: 768px){

  body .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

}


body.mac .contact-form form .hs-button,
body.mac .contact-form form input[type=submit],
body.mac .asset-section form .hs-button,
body.mac .asset-section form input[type=submit]{
  font-family: korolevHeavy,sans-serif;
  max-width: 265px;
  padding: 16px 20px 14px;
  text-transform: uppercase;
  width: 100%;
}

body.mac .price-section .numbers h2,
body.mac .price-section .numbers h2 span {
  vertical-align: -webkit-baseline-middle;
}

.asset-section form .hs-button,
.asset-section form input[type=submit] {
  font-family: korolevHeavy,sans-serif;
  max-width: 265px;
  padding: 12px 20px 18px;
  text-transform: uppercase;
  width: 100%;
}

body.mac .body-container--community{
  overflow-x: hidden;
}


form label {
  color: #fff;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 136.68%;
}

body form label {
    text-transform: uppercase !important;
}

header.exile_header li.hs-menu-item a:hover,
header.exile_header li.hs-menu-item.active>a {
  color: #DD5726;
}

body.mac .news-media .primary_btn a.cta_button {
  padding: 30.4px 8px 21px;
}

body .hs-form-required {
    color: #fff;
}

@media (max-width: 767px){
  body .sponsorship-form-section fieldset .hs-fieldtype-select .input {
    max-width: 100%;
    position: relative;
  }
}


/* --------------------- Exile Red Page Css Starts ---------------------------- */

.red .exile-image-video-section h1>span,
.red .exile-image-video-section .h1>span,
.red .exile-image-video-section h2>span,
.red .exile-image-video-section .h2>span,
.red .exile-image-video-section .all-text-white h1>span,
.red .exile-image-video-section .all-text-white .h1>span,
.red .exile-image-video-section .all-text-white h2>span,
.red .exile-image-video-section .all-text-white .h2>span,
.red .exile-delivery h2>span,
body .red .exile-content-with-form h3>span,
.red .jump_to_other-services-section .title-col orange {
  color: var(--red_color);
}
.red .exile-experience-excellence-section .title-cont:before,
.red .exile-experience-excellence-section .secondary_btn a.cta_button, 
.red .exile-experience-excellence-section .secondary_btn a.cta_button:hover,
.cdn_footer.new .footer-cta-conta .secondary_btn a.cta_button,
.red .jump_to_other-services-section .cta-conta.image_btn{
  background: var(--red_color);
}
.red .exile-experience-excellence-section .secondary_btn a.cta_button,
.cdn_footer.new.exile_footer .secondary_btn a:hover {
  border-color: var(--red_color);
}

/* --------------------- Exile Red Page Css Ends ---------------------------- */

.cdn_header .header__navigation.header--element.present li.hs-menu-item.hs-menu-depth-1:nth-child(5)>a {
  color: var(--red_color);
}
.cdn_header .header__navigation.header--element.present li.hs-menu-item.hs-menu-depth-1:nth-child(6)>a {
  color: #FFFFFF;
}
.cdn_header .header__navigation.header--element.present li.hs-menu-item.hs-menu-depth-1:nth-child(6):hover>a,
.cdn_header li.hs-menu-item.hs-menu-depth-1:nth-child(5):hover>a {
  color: var(--red_color) 
}
.form-with-content-section .left-col {
    flex-basis: 100%!important;
    width: 100%;
    max-width: 100%;
}
.form-with-content-section .right-col.form-conta {
    flex-basis: 0;
    display: none;
}
.form-with-content-section .description-container, .form-with-content-section .main-title {
/*     margin-left: auto!important; */
    max-width: 100%!important;
    padding-left: 0!important;
}
.form-with-content-section.dnd_area_service-detail-module-3 .main-title {
    max-width: 100%!important;
}
.ts-cta a.cta_button {
/*     color: #0689b7 !important; */
    font-family: korolevMedium, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    padding: 13px 73px;
    background: #fff;
}


/* temp */
.form-with-content-section .main-content-container.content-wrapper {
    max-width: 1650px !important; 
    padding: 0 15px; 
}
@media screen and (max-width: 750px){
  .form-with-content-section .title-conta.flex img {
    object-fit: contain;
  } 
  .body-container--home .bg-video-wrap .custom_heading h1{
    font-size: 40px;
  }sitemap
}