







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */




























































/* 1d. Buttons */
/* primary_button */








/* secondary_button */








/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








:root{
  --primary-color:#20355f;
  --secondary-color:#B7CBCF;
  --body-color:#555555;
  --white-color:#FFFFFF;
  --dark-color: #030a21;
  --bg-green: #5ce5c4;
  --white_color: #FFFFFF;
  --lightgray_color: #F7F7F7;
  --darkgray_color: #e1e6ee;
  --cylindrical:#21526A;
  --heavy_metal: #41413E;
  --black_color: #000000;
  --orange-color: #FA6401;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0px;
  
}

.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  max-width: 1140px;
}
.content-wrapper {
  padding: 0px 15px;
}
.content-wrapper-slim{
  max-width: 872px;
  padding:0 15px;
  margin-left:auto;
  margin-right:auto;
}

.new-template-2023 .content-wrapper{
  max-width: 1170px;
  padding:0 15px;
}
.new-template-2023 .dnd-section>.row-fluid,
.new-template-2023 .page-center{
  padding:0;
  max-width:100% !important;
  width:100% !important;
}
.new-template-2023 .dnd-section .dnd-column {
  padding: 0;
}
.new-template-2023  .dnd-section,
.new-template-2023  .content-wrapper--vertical-spacing {
  padding:0;
}





body {
  font-size: 18px;
  color: #555555;
  font-weight: 400;
  font-family: Red Hat Display;
  /*   font-family: Open Sans; */
  -webkit-font-smoothing: antialiased;
}

/* Paragraphs */



/* Anchors */

a {
  color: #20355f;
}
a:hover {
  color: #fa6401;
}
/* Headings */


h1 {
  
  font-family: Red Hat Display;
  font-size: 52px;
  color: #20355f;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 15px;
}

h2 {
  font-family: Red Hat Display;
  font-size: 45px;
  color: #20355f;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  font-family: Red Hat Display;
  font-size: 35px;
  color: #20355f;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}

h4 {
  font-family: Red Hat Display;
  font-size: 30px;
  color: #20355f;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}

h5 {
  font-family: Red Hat Display;
  font-size: 24px;
  color: #20355f;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}

h6 {
  font-family: Red Hat Display;
  font-size: 16px;
  color: ;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 15px;
}

/* Blockquote */
.new-template-2023 h1,
.new-template-2023 h2,
.new-template-2023 h3,
.new-template-2023 h4,
.new-template-2023 h5,
.new-template-2023 h6{
  margin:0;
}
@media screen and (max-width: 992px){
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px){
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
}






a.cta-link,
a.cta_button[title],
.button,
.hs-button {
  /*   background: linear-gradient(90deg,#0095de,#3100b7 100%,#3100b7 53%,#3100b7 56%,#3100b7); Recent Commented */
  border-radius: 35px;
  color: #FFFFFF;
  padding: 8px 15px;
  text-decoration:none;
  display:inline-block;
  transition: .3s all ease-in-out;
  background-color: var(--orange-color);
  border:2px solid var(--orange-color);
}
.hs-button{
  border-radius: 25px;
  padding: 8px 15px;
}
form .hs-button, form input[type=submit] {
  font-size: 16px;
  font-weight: 500;
}
a.cta-link:hover,
a.cta_button[title]:hover,
.button:hover,
.hs-button:hover {
  
  transition: .3s all ease-in-out;
  /*   background: linear-gradient(190deg,#0095de,#3100b7 100%,#3100b7 53%,#3100b7 56%,#3100b7); Recent Commented */
  background-color: var(--white_color);
  border: 2px solid var(--orange-color);
  transition: all .3s ease-in-out;
  color: var(--orange-color);
  text-shadow: none !important;
}

.secondary_btn a.cta-link,
.secondary_btn a.cta_button[title],
.secondary_btn .button,
.secondary_btn .hs-button {
  /*   background: linear-gradient(90deg,#0095de,#3100b7 100%,#3100b7 53%,#3100b7 56%,#3100b7); Recent Commented */
  border-radius: 35px;
  color: #fa6401;
  padding:7px 25px;
  display:inline-block;
  background-color: var(--orange-color);
  border:2px solid var(--orange-color);
}

.secondary_btn a.cta-link:hover,
.secondary_btn a.cta_button[title]:hover,
.secondary_btn .button:hover,
.secondary_btn .hs-button:hover {
  
  /*   background: linear-gradient(90deg,#0095de,#3100b7 100%,#3100b7 53%,#3100b7 56%,#3100b7); Recent Commented */
  background-color: var(--white_color);
  border: 2px solid var(--orange-color);
  transition: all .3s ease-in-out;
  color: var(--orange-color);
  text-shadow: none !important;
}

.all-tags-list a.tag-btn.tiny-text{
  background-color: var(--orange-color) !important;
  border:2px solid var(--orange-color);
}

.all-tags-list a.tag-btn.tiny-text:hover{
  background-color: var(--white_color);
  border:2px solid var(--orange-color);
  color: var(--orange_color);
}
.tcc-btn a.cta-link:hover {
  text-shadow: none !important;
}





.btn-grad a.cta-link,
.btn-grad a.cta_button[title],
.btn-grad .button,
.btn-grad .hs-button{
  background-image: linear-gradient(to right, #000000 0%, #0f9b0f  51%, #000000  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFFFFF;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad a.cta-link:hover,
.btn-grad a.cta_button[title]:hover,
.btn-grad .button:hover,
.btn-grad .hs-button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #FFFFFF;
  text-decoration: none;
  border:none;
  padding: 15px 45px
}








/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(32, 53, 95, 1.0);
}

/* Form label */

form label {
  color: rgba(250, 100, 1, 1.0);
}

/* Form help text */

form legend {
  color: rgba(255, 0, 0, 1.0);
}

/* Form inputs */

form input[type=text],
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-color: rgba(206, 212, 218, 1.0);
  color: rgba(250, 100, 1, 1.0);
  border-radius: 25px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(128, 189, 255, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #8E8D8D;
}

th,
td {
  border-color: #8E8D8D;
  color: #8E8D8D;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(32, 53, 95, 1.0)

;
  border-bottom-color: #8E8D8D;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}





header.header {

  
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:not(.cta-link) {
  
  color: var(--white_color) !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a.cta-link{
  /*   padding: 8px 0px; */
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 8px 25px;

}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:not(.cta-link):hover {
  
  color: var(--orange-color) !important;
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:not(.cta-link) {
  
  color: var(--orange-color) !important;
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul  {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:not(.cta-link) {
  
  color: var(--white_color) !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:not(.cta-link):hover {
  
  color: var(--orange-color) !important;
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a:not(.cta-link) {
  { color: rgba(250, 100, 1, 1.0);#}
  color: var(--white_color) !important;
  background-color: rgba(255, 255, 255, 0.0);
}

.header-social-icon ul.social li a {
  color: rgba(32, 53, 95, 1.0);
}
.header-social-icon ul.social li a:hover {
  color: rgba(250, 100, 1, 1.0);
}

@media(min-width:993px){
  body .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.active.active-branch a{
    color: var(--orange-color);
    text-shadow: none;
  }
}


@media(max-width:992px){
  .custom-menu-primary .hs-menu-wrapper.active-branch{
    
    background-color: #262626;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:not(.cta-link) {
    color: var(--white-color);
    font-weight: 400;
  }
  .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
    border-bottom: 1px dashed #8e8d8d;
  }
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul {
    width: 100%;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child {
    margin-top: 20px;
  }

}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #20355f;
  font-family: Red Hat Display;
}

body .navigation-primary a:hover,
body .navigation-primary 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: #000d37;
}

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

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

body .submenu.level-2,
.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: ;
}

.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,
.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: Red Hat Display;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer-phone p a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-phone p a:hover {
  color: rgba(232, 232, 232, 1.0);
}
.footer-disclaimer {
  background-color: rgba(38, 38, 38, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright p a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright p a:hover {
  color: rgba(142, 141, 141, 0.8);
}
.ft-social-icon ul.social li a:hover {
  color: rgba(142, 141, 141, 1.0);
}
.ft-social-icon ul.social li a {
  color: rgba(32, 53, 95, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(8, 28, 32, 0.10);
}

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

.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: #fa6401;
}

.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: #fa6401;
}

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

.blog-pagination__link {
  color: #555555;
}

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


.blog-post__author {
  background-color: #B7CBCF;
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #fa6401;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #fa6401;
}

.blog-index__post-content a {
  color: #555555;
}

.blog-post__read-more svg {
  fill: #555555;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(8, 28, 32, 0.10);
}

.blog-sidebar a {
  color: #555555;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

/* .blog-post {
box-shadow: -5px 0px 20px 0px rgba(8, 28, 32, 0.10);
} */

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

.blog-post__meta a:hover {
  color: #fa6401;
}

.blog-post__links-container {
  border-top:  2px solid rgb(163, 183, 187);
}

.blog-post__back-to-blog {
  color: #555555;
}

.blog-post__back-to-blog svg {
  fill: #555555;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(163, 183, 187) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(163, 183, 187);
}

.section.post-footer .hs-input {
  border-color: rgb(163, 183, 187);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}
.bs,
.shadow,
.box-shadow{
  box-shadow: 0 4px 8px rgba(0,26,97,.25); 
}

.border-all {
  border: 1px solid #e8e6f8;
}

.border-b,
.border-bottom {
  border-bottom: 1px solid #e8e6f8;
}
.border-t,
.border-top {
  border-top: 1px solid #e8e6f8;
}
.border-l,
.border-left {
  border-left: 1px solid #e8e6f8;
}
.border-r,
.border-right {
  border-right: 1px solid #e8e6f8;
}

.ts h1,
.ts h2,
.ts h3,
.ts h4,
.ts h5,
.ts h6,
.ts a{
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}



body hs-cmsf-branding,
hs-cmsf-branding {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}





body {
  position: relative;
  z-index: 1;
}
.whatsapp-chat-btn svg {
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.whatsapp-chat-btn:hover svg {
  transform: scale(1.2);
}
.whatsapp-chat-btn {
  position: fixed;
  z-index: 111;
  bottom: 5px;
  right: 20px;
  transform: translate(0%, 0%);
  display:  none;
}
.whatsapp-chat-btn:hover svg {
  transform: scale(1.2);
}
body .WidgetBranding__ViralFrameContainer-wwfqz2-0.fxefQV.p-x-1.m-bottom-1.align-center.justify-center {
  display: none !important;
}
body .UIBox__Box-sc-7pzlx3-0.haCUb.private-flex__child {
  display: none !importantbody ;
}
body .WidgetBranding__ViralFrameContainer-wwfqz2-0.fxefQV.p-x-1.m-bottom-1.align-center.justify-center {
  display: none;
}

body iframe .UIBox__Box-sc-7pzlx3-0.haCUb.private-flex__child span.private-icon.private-icon__high.ViralComponents__StyledViralIcon-sc-17bhyjp-2.gA-Dooj {
  color: #FFF !important;
}
body iframe .text-center.date-picker-freemium-cta.p-y-2 a span {
  color: #FFFFFF !important;
}
body iframe .text-center.date-picker-freemium-cta.p-y-2 a span strong {
  color: #FFFFFF !important;
}

.tcc-btn.sm-btn {
  max-width: 200px;
}