









/*********** 1b. Colors ***********/

/*** Primary Colors ***/



.bg-primary-color-1, .text-primary-color-1 {
  background-color: #000000;
}


/*** Neutral Colors ***/










.bg-neutral-color-800, .text-neutral-color-800 {
  background-color: #000000;
}

.bg-neutral-color-700, .text-neutral-color-700 {
  background-color: #666666;
}

.bg-neutral-color-600, .text-neutral-color-600 {
  background-color: #999999;
}

.bg-neutral-color-500, .text-neutral-color-500 {
  background-color: #CCCCCC;
}

.bg-neutral-color-400, .text-neutral-color-400 {
  background-color: #EEEEEE;
}

.bg-neutral-color-300, .text-neutral-color-300 {
  background-color: #EFEFEF;
}

.bg-neutral-color-200, .text-neutral-color-200 {
  background-color: #F7F7F7;
}

.bg-neutral-color-100, .text-neutral-color-100 {
  background-color: #FFFFFF;
}


/*** Status Colors ***/






.bg-status-color-default, .text-status-color-default {
  background-color: #008883;
}

.bg-status-color-success, .text-status-color-success {
  background-color: #81b1a5;
}

.bg-status-color-warning, .text-status-color-warning {
  background-color: #990100;
}

.bg-status-color-error, .text-status-color-error {
  background-color: #CC0201;
}

/*********** 1c. Typography *********/

/*** Anseo Typography ***/



/*** Desktop Typography ***/
























/*** Mobile Typography ***/























/*********** 1d. Shadows **********/



/******* General Shadow 1 *******/






.general-shadow-1 {
  -webkit-filter: drop-shadow(0px 2px 6px rgba(20, 20, 43, 0.06));
  filter:         drop-shadow(0px 2px 6px rgba(20, 20, 43, 0.06)); 
}

/******* General Shadow 2 *******/






.general-shadow-2 {
  -webkit-filter: drop-shadow(0px 2px 12px rgba(20, 26, 43, 0.08));
  filter:         drop-shadow(0px 2px 12px rgba(20, 26, 43, 0.08)); 
}

/******* General Shadow 3 *******/






.general-shadow-3 {
  -webkit-filter: drop-shadow(0px 8px 28px rgba(20, 20, 43, 0.06));
  filter:         drop-shadow(0px 8px 28px rgba(20, 20, 43, 0.06)); 
}

/******* General Shadow 4 *******/






.general-shadow-4 {
  -webkit-filter: drop-shadow(0px 14px 42px rgba(20, 20, 43, 0.08));
  filter:         drop-shadow(0px 14px 42px rgba(20, 20, 43, 0.08)); 
}


/******* General Shadow 5 *******/






.general-shadow-5 {
  -webkit-filter: drop-shadow(0px 24px 65px rgba(20, 26, 43, 0.12));
  filter:         drop-shadow(0px 24px 65px rgba(20, 26, 43, 0.12)); 
}


/******* General Shadow 6 *******/






.general-shadow-6 {
  -webkit-filter: drop-shadow(0px 32px 72px rgba(20, 20, 43, 0.24));
  filter:         drop-shadow(0px 32px 72px rgba(20, 20, 43, 0.24)); 
}



/******* Button Shadow 1 *******/








/******* Button Shadow 2 *******/








/******* Button Shadow 3 *******/








/******* Button Shadow 4 *******/







/******* Button Shadow 5 *******/







/******* Button Shadow 6 *******/










/*********** 1e. Buttons **********/

/*** Primary Buttons ***/



























/*** Secondary Buttons ***/

























/*********** 1f. Cards ************/


















/*********** 1g. Forms ************/






















/*********** 1h. Tables ************/
















/************ 1i. Site header ************/




/************ 1j. Site footer ************/




/************ 1k. Shadows ************/
   

/* Dynamic CSS asigns */

.horizontal_spacer_1 {  
  margin-left: 5px;
  margin-right: 5px;
}

.vertical_spacer_1 {  
  margin-top: 5px;
  margin-bottom: 5px;
}


.buttons_container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}


.box_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
}

.box_light {
  width: 100%;
  max-width: 140px;
  height: auto;
  text-align: center;
  padding: 15px 15px;
  border-radius: 16px;
  color: #FFF;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
  transition: 0.2s ease-in-out;
}

.box_dark {
  width: 100%;
  max-width: 140px;
  height: auto;
  text-align: center;
  padding: 15px 15px;
  border-radius: 16px;
  color: #000;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
  transition: 0.2s ease-in-out;
}

.box_light:hover, .box_dark:hover {
  transform: scale(1.05);
}

blockquote {
  border-left: 2px solid #000000;
}



:focus {
  outline: none; 
}







.anseo_hidden_field {
height:0px;
width:0px;
font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none
}

html {
  font-size: 18px;
}

body {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  text-transform: none;
  letter-spacing: -0.1px;
}

/*** Paragraphs ***/

p, li {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  text-transform: none;
  letter-spacing: -0.1px;
}

/*** Anchors ***/

a {
  transition: 0.2s ease-in-out;
  color: unset;
  text-decoration: unset !important;
}

a:hover,
a:focus {
  color: #6effd3 !important;
}


.submenu .level-2 .menu-item a:hover {
   color: #000000 !important;
}


.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  color: #6effd3 !important;
}

strong {
  transition: 0.2s ease-in-out;
}

/*** Headings ***/

h1 {
  
font-family: Roboto, sans-serif;
  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 64px;
  line-height: 76px;
  text-transform: none;
  letter-spacing: 0px;
}

h2 {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 44px;
  line-height: 58px;
  text-transform: none;
  letter-spacing: -1px;
}

h3 {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 22px;
  line-height: 34px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0px;
}

/*** Blockquote ***/

blockquote {
  border-left-color: ;
}






/*** Primary Buttons ***/

.btn-primary-dark {
  background-color: 

  
  
    
  


  rgba(110, 255, 211, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 50px;
  color: #000000;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  
  
  
  
  transition: 0.2s ease-in-out;
  
}

    

	.btn-primary-dark:hover,
  .btn-primary-dark:focus,
  .btn-primary-dark:active {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #666666;
  }


    



.btn-primary-white {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  color: #000000;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  
    
  
  
  transition: 0.2s ease-in-out;
  
}

    

	.btn-primary-white:hover,
  .btn-primary-white:focus,
  .btn-primary-white:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #000000;
    border: 0px solid #000000;
  }


    




/*** Secondary Buttons ***/


.btn-secondary-white {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  
  
  
  
  transition: 0.2s ease-in-out;
  
  
}

    

	.btn-secondary-white:hover,
  .btn-secondary-white:focus,
  .btn-secondary-white:active {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #000000;
    border: 0px solid #000000;
  }


    



.btn-secondary-dark {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  
  
  
  
  
  
  transition: 0.2s ease-in-out;
  
}

    

	.btn-secondary-dark:hover,
  .btn-secondary-dark:focus,
  .btn-secondary-dark:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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


    








.cards {
  justify-content: ;
}
.card__image {
  max-width: px;
}

.card__title {
  color: ;
}

.card__text p {
  color: ;
}

.cards__card {
  background-color: #f7f7f7;
  border: 0px solid #EFEFEF;
  border-radius: 24px;
  transition: 0.2s ease-in-out;
  
  
  
  
  
}















form,
.submitted-message {
  ;
}

.inputs-list input, .inputs-list span {
  color: #000000;
  font-weight: normal;
}


/*** Form label ***/

form label {
  color: #000000;
  font-weight: 500;
}

/*** Form help text ***/

form legend {
  color: #666666;
}

/*** Form inputs ***/

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border: 1px solid #EEEEEE;
  color: #000000;
  border-radius: 14px;
  height: 62px;
  box-shadow: 0px 4px 10px rgba(74, 58, 255, 0.06);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border: 0px solid #999999; 
}




/*** Form placeholder text ***/

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

::-webkit-input-placeholder {
  color: #CCCCCC;
}

/*** Date picker ***/

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

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

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

/*** Submit button ***/


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

  
  
    
  


  rgba(110, 255, 211, 1.0)

;
  border: 0px solid #000000;
  border-radius: 50px;
  color: #000000;
  padding: 16px 30px;
  
    
  
}


    

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #000000;
  }


    












table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: none;
  border-spacing: 0px;
  border-collapse: separate;
	border-right: 1px solid #000000;
	
}

th,
td {
  border: none;
  color: #999999;
  border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}



thead th,
thead td {
  border: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.6)

;
  color: #000000;
	
	
	  border-left: 1px solid #000000;
	  border-bottom: 1px solid #000000;
  
	
}

tfoot td {
  border: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #666666;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

tbody + tbody {
  border: none;
  border-top-color: ;

}






.header .logo-company-name {
  line-height: 30px;
}

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.container-header-nav-2 p, .top-level-link span {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  text-transform: ;
  letter-spacing: -0.1px;
  transition: .2s ease-in-out;
}

.submenu.level-2 .menu-item .menu-link, .header__language-switcher .lang_list_class li a {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: ;
  
  font-size: 14px;
  color: #666666;
  line-height: 0px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.lang_list_class a:hover,
.lang_list_class a:focus,
.top-level-link span:hover {
  color: #000000 !important;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #000000;
}

  

@media(min-width: 857px) {

  .submenu.level-2 {
    border: none !important;
    border-radius: 15px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    -prefixes-transition-property: opacity, visibility !important;
    -prefixes-transition-duration: .4s, 0s !important;
    -prefixes-transition-delay: 0s, .4s !important;
    left: unset !important;
    transition: 0.2s ease-in-out !important;
  }

  .submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
      left: unset !important;
      visibility: visible !important;
      opacity: 1 !important;
      -prefixes-transition-delay: 0s, 0s !important;
  }

  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    left: unset !important;
  }


  .submenu.level-2 > li {
    border: none !important;
  }
  .submenu.level-2 > li:first-child:before {
    border: none !important;
    top: -6px !important;
    width: 0px !important;
    height: 0px !important;
    display: none !important;
    border-radius: none !important;

  }

  .submenu.level-2 .menu-item:last-of-type, .submenu.level-2 .menu-item:last-of-type .menu-link {
    border-radius: 15px !important;
  }

  .submenu.level-2 .menu-item:first-of-type, .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 15px !important;
  }
}

@media(max-width: 857px) {
	
	a:hover,
	a:focus {
		color: #000000 !important;
	}

  .header__navigation--toggle.open:after, .header__search--toggle.open:after, .header__language-switcher--toggle.open:after {
    color: #000000 !important;
    top: -2px;
    text-transform: capitalize !important;
  }
  
  
  body .submenu.level-2, body .header__language-switcher .lang_list_class {
    padding-left: 20px;
}
  
  body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    margin-top: 0px !important;
    border: none !important;
    background-color: #FFFFFF;
  }
  
 
}


@media(max-width: 857px) {
  
  .submenu .level-2 .menu-item a:hover {
     color: #000000 !important;
  }
  
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #000000;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -0.1px;
  }
  
  .submenu.level-2 .menu-item .menu-link {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 14px;
    color: #666666;
    line-height: 1px;
    text-transform: none;
    letter-spacing: -0.1px;
  }
  
  .navigation-primary a:hover,
  .navigation-primary a:focus,
  .lang_list_class a:hover,
  .lang_list_class a:focus,
  .top-level-link:hover {
    color: #000000 !important;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    color: #000000;
  }
  
}

body .header__search .hs-search-field__input {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-size: 18px;
}



body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: ;
}



body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  
    font-family: Roboto, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-size: 18px;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(0, 1, 10, 1.0)

 !important;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  color: #FFFFFF;

}

.footer__columns h6 {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  font-weight: 600;
  text-decoration: none;
  font-style: normal;

  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__columns a {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 14px;
  color: #b2aeae;
  line-height: 15px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__columns a:hover {
  color: #FFFFFF !important;
}

.footer__copyright a:hover {
  color: #6effd3 !important;
}




.footer p {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 14px;
  color: #b2aeae;
  line-height: 23px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}

.footer__copyright {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  font-weight: 400;
  text-decoration: none;
  font-style: normal;

  font-size: 14px;
  color: #b2aeae;
  line-height: 23px;
  text-transform: none;
  letter-spacing: -0.1px;
  
}






.blog-post__date {
  border-color: #000000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {

  
    font-family: Roboto, sans-serif;
  
  font-weight: 800;
  text-decoration: none;
  font-style: normal;
  
  color: #000000;
  font-size: 44px;
  line-height: 58px;
  text-transform: none;
  letter-spacing: -1px;
}

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

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

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






body .icon svg {
  fill: #000000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .social-links__icon {
  background-color: #000000;
}


body .social-links__icon svg {
  fill: #000000;
}




[data-aos^=fade][data-aos^=fade].aos-animate {
  -webkit-transform: none;
  transform: none;
}








@media(max-width: 767px) {

  
  .buttons_container {
    flex-direction: column;
  }
  




  html {
    font-size: 16px;
  }

  body {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
		font-size: 16px;
    font-style: normal;
    color: #666666;
    line-height: 26px;
    text-transform: none;
    letter-spacing: -0.1px;
  }

  /*** Paragraphs ***/

  p {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
		font-size: 16px;
    font-style: normal;
    color: #666666;
    line-height: 26px;
    text-transform: none;
    letter-spacing: -0.1px;
  }

  /*** Anchors ***/
  
  
  strong {
    transition: 1s all ease-in-out;
  }


  /*** Headings ***/

  h1 {
   
     font-family: Roboto, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 36px;
    line-height: 44px;
    text-transform: none;
    letter-spacing: -0.1px;
  }

  h2 {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 36px;
    line-height: 44px;
    text-transform: none;
    letter-spacing: -1px;
  }

  h3 {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 24px;
    line-height: 31px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h4 {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 800;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h5 {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0px;
  }
  
  h6 {
    
      font-family: Roboto, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
  }

  
  
  
  /* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  
  
    font-family: arial, helvetica, sans-serif, sans-serif;
  
  color: #FFFFFF;

}

  .footer__columns h6 {

    
      font-family: arial, helvetica, sans-serif, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__columns a {

    
      font-family: arial, helvetica, sans-serif, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 14px;
    color: #b2aeae;
    line-height: 15px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__columns a:hover {
    color: #FFFFFF;
  }

  .footer__copyright a:hover {
    color: #000000;
  }




  .footer p {

    
      font-family: arial, helvetica, sans-serif, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 14px;
    color: #b2aeae;
    line-height: 23px;
    text-transform: none;
    letter-spacing: -0.1px;

  }

  .footer__copyright {

    
      font-family: arial, helvetica, sans-serif, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #b2aeae;
    line-height: 23px;
    text-transform: none;
    letter-spacing: -0.1px;

  }


  
}


/******************************************************************/
/*                        - Custom CSS -                          */
/*  Activate this CSS ile from the Theme Settings before using it */
/*  Find it on: Global Settings > Settings > Enable Custom CSS    */
/******************************************************************/

/******************************************************************/
/*              Please add your Custom CSS below                  */
/******************************************************************/

/* Updating "pin-spacer" from navigation-main module (copied from xait theme) to have a maximum height */

.pin-spacer {
  max-height: 100vh;
}

/* Footer */

.footer {
  overflow: hidden;
  padding-top: 235px;
  position: relative;
}

.footer__bg-logo {
  position: absolute;
  right: 100px;
  bottom: 0;
  pointer-events:none;
}

.footer__description p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.footer__columns a, 
.footer__columns h6 {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
}

.footer__container-bottom {
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  padding: 10px 0 70px;
}

@media (max-width: 976px) {
  .footer {
    padding-top: 130px;
  }

  .footer__bg-logo  {
    display: none;
  }

  .footer__container > .container-fluid > .row-fluid-wrapper > .row-fluid > .footer__left-column,
  .footer__container > .container-fluid > .row-fluid-wrapper > .row-fluid > .footer__right-column {
    margin-left: 0;
    width:  100%;
  }
  
  .footer__columns__grid {
    padding-left: 0;
  }  

  .footer__container-bottom {
    margin-top: 45px;
    padding: 10px 0 20px;
  }
}

@media (max-width: 420px) {
  .footer__columns__grid {
    grid-template-columns: repeat(2, auto);      
   }
}
/* Custom code for Blog Post template adjusments*/
.elements--post--blog__image {
    width: 1210px !important;
    margin-top: 12px;
    object-fit: cover;
    margin-bottom: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.elements--post2--blog--body img {
    width: 100% !important;
    height: auto !important;
}
.elements--post--blog--tag__badge{
    background-color: rgba(161, 143, 185, .1);
    color: #000;
}
.elements--post--blog--header__container {
    margin-top: 120px !important;
}
.elements-blog_2-header {
    margin: 120px 0 0 !important;
}
.elements--post2--blog--body{
    max-width: 914px !important;
}
.elements-sac-cards__card a.blog-tag{
    display: none;
}
h3.ie-elements-sac-title{
    margin-top: 0px;
}
p.ie-card-articles__date-icon{
    display: none;
}
p.elements--post--blog__subtitle{
    margin-bottom: 48px;
}
p a{
    text-decoration: underline !important;
    text-decoration-color: #6effd1 !important;
    text-underline-position: under;
}
.elements--post2--blog--body li a{
    text-decoration: underline !important;
    text-decoration-color: #6effd1 !important;
    text-underline-position: under;
}
#section-articles {
    background-color: #fff!important;
}
.h1-mobile-small {
    font-size: 18px !important;
    line-height: 22px !important;
}
@media only screen and (max-width: 800px) {
   .elements--post--blog__image {
    width: 100% !important;
    max-height: fit-content !important;
  }
   .elements--post2--blog--body img {
    width: 100% !important;
/*    height: fit-content !important;*/
    height: auto !important;
  }
  h1.elements--post--blog__title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h1.main-content {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  button.dot {
    width: 50px;
    height: 50px;
  }
  .main-content.section-1-row-0-padding {
    padding-top: 80px; !important;
  }
}
