







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */






































/* 1f. Tables */













/* 1g. Website header */









/* 1h. Website footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #24272C;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #24272C;
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #24272c;
}

a:hover,
a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000004;
}

a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #4c4f54;
}

/* Headings */

h1,
.h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-family: Roboto;
  color: #24272C;
  font-size: 52px !important;
  text-transform: none;
}

h2,
.h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-family: Roboto;
  color: #24272C;
  font-size: 42px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  font-family: Roboto;
  color: #24272C;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  font-family: Roboto;
  color: #24272C;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: Roboto;
  color: #24272C;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: Roboto;
  color: #24272C;
  font-size: 18px;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  line-height: 1.25;
  margin: 0 0 .75rem;
  font-weight: 700;
}

/* Paragraphs */
p, p span {
  margin: 0 0 .5rem;
}

/* Lists */
ul {
  margin: 0 0 1rem;
  list-style: square;
}
ul li {
  margin-left: -20px;
}
ul li::marker {
  color: var(--green-digital);
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Blockquote */

blockquote {
  border-left-color: #2D4057;
}





button, 
.header__navigation ul li:last-child a,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px none #30de64;

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

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

  
  
    
  


  rgba(48, 222, 100, 1.0)

;
  border-radius: 8px;
  color: #24272c;
  font-size: 18px;
  text-transform: none;
}

button:hover,
button:focus,
.header__navigation ul li:last-child a:hover,
.header__navigation ul li:last-child a: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;

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

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: 

  
  
    
  


  rgba(36, 39, 39, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 255, 127, 1.0)

;
  border-radius: 8px;
  font-size: 18px;
  text-transform: none;
}

button:active,
.header__navigation ul li:last-child a:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(88, 255, 140, 1.0);
  border-color: #58ff8c;
}


.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index:0;
}
.custom-button.slanted {
    padding-right: 10px !important;
    padding-left: 25px !important;
}
.custom-button.slanted:after {
    border-top-right-radius: 10px;
    content: "";
    height: 45px;
    position: absolute;
    right: -17px;
    top: 0px;
    transform: skew(-30deg);
    width: 50px;
    z-index: -1;
    background: inherit;
}

.hs-button.text-only{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  background: none;
}


.custom-button.primary {
  background-color: #1a73e8;
  color: #fff;
}

.custom-button.primary:hover {
  background-color: #155ab6;
}

.custom-button.secondary {
  background-color: transparent;
  border: 2px solid #1a73e8;
  color: #1a73e8;
}

.custom-button.secondary:hover {
  background-color: #1a73e8;
  color: #fff;
}

.custom-button .icon, .hs-button.text-only .icon{
  display: inline-flex;
  transition: transform 0.3s ease;
}

.custom-button:hover .icon, .hs-button.text-only:hover .icon {
  transform: translateX(4px);
}






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

  
  
    
  


  rgba(45, 64, 87, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #2D4057;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  ;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: ;
  color: ;
  background-color: 

  
  
    
  


  rgba(45, 64, 87, 1.0)

;
}


/* Labels */

form label {
  color: #24272C;
}

/* Help text */

form legend {
  color: #24272C;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #24272C;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #24272C;
}

::-moz-placeholder {
  color: #24272C;
}

:-ms-input-placeholder {
  color: #24272C;
}

::placeholder {
  color: #24272C;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #24272C;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
  border-radius: 8px;
  text-transform: none;
}

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(88, 255, 140, 1.0);
  border-color: #58ff8c;
}





/* Table */

table {
  border: 1px solid #24272C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #24272C;

  padding: 18px;

  color: #24272C;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #24272C;
}





.header {
  background-color: ;
}

.menu__link,
.header__logo .logo-company-name {
  font-family: Roboto;
  color: #24272c;
}
#hs_cos_wrapper_menu li.hs-menu-item a:link {
  font-family: Roboto !important;
}
.menu__child-toggle-icon {
  border-top-color: #24272c;
}

.menu .menu__link:hover,
.menu .menu__link:focus
  color: #000004;
}

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

.menu .menu__link:active {
  color: #4c4f54;
}

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

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

@media (min-width: 767px) {
  .menu .menu__submenu{
    
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: ;
  }
}

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

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

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

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





.footer {
  background-color: 

  
  
    
  


  rgba(0, 117, 81, 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: #24272C;
}

.blog-post__tag-link {
  color: #24272C;
}

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

.blog-post__tag-link:active {
  color: #4c4f54;
}

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

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

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

.blog-related-posts__title-link:active {
  color: #4c4f54;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #24272C;
}





/* Home */

.body-container--home .dnd-module img {
  border-radius: 8px;
}

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

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #4c4f54;
}


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

/* Blog pagination */

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

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4c4f54;
}

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #24272C;
  font-size: 30px;
}

.card__body svg {
  fill: #24272C;
}

/* Social follow */

.social-links__icon {
  background-color: #24272C;
}

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

.social-links__icon:active {
  background-color: #4c4f54;
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #24272C;
  font-size: 30px;
}

.body-container--sponsors img, .body-container--hotel .hero-image img {
  border-radius: 8px;
}
.body-container--hotel ul.list li {
  margin-bottom:1rem;
}