
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */






























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */




:root{
  --primary_color: #163048;
  --secondary_color: #19A71A;
  --tertiary_color: #021526;
  --black_color: #000;
  --white_color: #FFFFFF;
  --text_color: ;
  --primary-font {font=Montserrat, font_set=GOOGLE, styles={font-family=Montserrat, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#163048, variant=regular, fallback=sans-serif, style=font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #163048;font-family: Montserrat, sans-serif;}:
  --secondary-font: {font=IBM Plex Sans, font_set=GOOGLE, styles={font-family='IBM Plex Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#163048, variant=regular, fallback=sans-serif, style=font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #163048;font-family: 'IBM Plex Sans', sans-serif;};
}






.content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}

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

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





html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #021526;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  font-weight:500;
  line-height: 32px;
  color:#163048;
}
.p-large p{
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 500;
  line-height: 32px;
  font-size: 22px;
}

.p-small p{
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0270E0;
}

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

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

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 72px;
  text-transform: none;
  line-height:103px;
  font-weight: 700;

}
h1 span{
  color: var(--secondary_color);
}
h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #163048;
  font-size: 45px;
  text-transform: capitalize;
  line-height:58px;
  font-weight: 700;

}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 42px;
  text-transform: none;
  line-height: 63px;
  font-weight: 700;

}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 38px;
  text-transform: none;
  line-height: 100%;
  font-weight: 700;
}

h5,
.h5 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 26px;
  text-transform: none;
  line-height:1.615;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #163048;
  font-size: 22px;
  text-transform: capitalize;
  line-height:2;
}

/* Blockquote */

blockquote {
  border-left-color: #19A71A;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px none #19A71A;

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

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

  
  
    
  


  rgba(25, 167, 26, 1.0)

;
  border-radius: 80px;
  color: #FFFFFF;
  font-size: 24px;
  text-transform: none;
  max-width: 435px;
  width: 100%;
  line-height: 29px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px none #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(2, 21, 38, 1.0)

;
  border-radius: 80px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(65, 207, 66, 1.0);
  border-color: #41cf42;
}





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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border-top: 1px none ;
border-right: 1px none ;
border-bottom: 1px none #516747;
border-left: 1px none ;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 700; 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: 42px;
  color: ;
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
}


/* Labels */

form label {
  color: #163048;
}

/* Help text */

form legend {
  color: #163048;
}

/* 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 rgba(0, 0, 0, 25%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #999;
  border-radius: 35px;
  outline:none;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 2px none #19A71A;
;
  padding-top: 25px;
padding-right: 20px;
padding-bottom: 25px;
padding-left: 20px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  background-color: 

  
  
    
  


  rgba(25, 167, 26, 1.0)

;
  border-radius: 80px;
  text-transform: none;
  width:auto;
}

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

  
  
    
  


  rgba(25, 167, 26, 1.0)

;
  color: #FFFFFF;
  border: 2px none #19A71A;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(65, 207, 66, 1.0);
  border-color: #41cf42;
}





/* Table */

table {
  border: 1px solid #163048;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #163048;

  padding: 18px;

  color: #163048;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(22, 48, 72, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #163048;
}





.header {
  background-color: 

  
  
    
  


  rgba(25, 167, 26, 0.0)

;
}
li.hs-menu-item.hs-menu-depth-1 a{
  color: #0D2B46;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D2B46;
  font-family: Montserrat;
}

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

.menu .menu__link:hover,
.menu .menu__link: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: #00031e;
}

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

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #35536e;
}

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

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #0D2B46;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #163048;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #163048;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #163048;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link: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(25, 167, 26, 0.0)

;
}

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

  
  
    
  


  rgba(25, 167, 26, 0.0)

;
}

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

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

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

  
  
    
  


  rgba(25, 167, 26, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(25, 167, 26, 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: #163048;
}





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

/* Blog post */

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

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

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

.blog-post__tag-link:active {
  color: #2a3d4e;
}

/* 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: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: capitalize;
}

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

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

.blog-related-posts__title-link:active {
  color: #3e5870;
}

/* 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: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
}





/* 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: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: capitalize;
}

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #3e5870;
}


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

/* Blog pagination */

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

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #2a3d4e;
}

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 42px;
}

.card__body svg {
  fill: #163048;
}

/* Social follow */

.social-links__icon {
  background-color: #163048;
}

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

.social-links__icon:active {
  background-color: #3e5870;
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #021526;
  font-size: 42px;
}

 

.align-left{
  text-align: left;
}
.align-center{
  text-align: center;
}
.align-right{
  text-align: right;
}
 
p.margin-zero,
.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero ul,
.text-margin-zero ol,
.text-margin-zero li,
.text-margin-zero label,
.text-margin-zero blockquote{
  margin: 0; 
}
 

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

 

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mb-15 p {
  margin-bottom: 15px;
}



.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white span,
.all-text-white li,
.all-text-white a:not(.cta_button, :hover),
.all-text-white label,
.all-text-white form label,
.all-text-white .submitted-message,
.all-text-white blockquote,
.all-text-white li::marker{
  color: var(--white_color);
}

@media(max-width:980px){
  h1,.h1{
    font-size: 57px;
    line-height: 70px;
  }
  h2,.h2{
    font-size:38px;
    line-height: 48px;
  }
  h3, .h3 {
    font-size:36px;
    line-height: 46px;
  }
  h4, .h4 {
    font-size: 32px;
    line-height: 42px;
  }
  h5, .h5 {
    font-size:24px
  }
  h6, .h6 {
    font-size:20px
  }
  .p-large p,
  .p-small p,
  p{
    line-height: 28px;
  }
  .mob-flex-col{
    flex-direction:column;
  }
}
@media(max-width:767px){
  button,
  .button,
  .hs-button,
  .hs-blog-post-listing__post-button {
    font-size:20px;
  }

  h1, .h1 {
    font-size: 47px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 33px;
    line-height: 43px;
  }
  h3, .h3 {
    font-size:30px;
    line-height:40px;
  }
  h4, .h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5, .h5 {
    font-size:22px
  }
  h6,.h6{
    font-size:18px;
  }
  .p-large p {
    font-size: 18px;
  }
  body main#main-content a.button,body main#main-content a.button:hover {
    padding:20px ;
  }
}

@keyframes fadeInDownCustom {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__fadeInDownCustom {
 animation: fadeInDownCustom 1s cubic-bezier(.77,0,.175,1) 1;
}