







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */










/* 1h. Website footer */








header.header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.hs-inline-edit header.header {
  position: relative;
}

#main-content {
  position: relative;;
  z-index: 1;
}
.content-wrapper {
  max-width: 1200px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 20px 1rem;
  z-index: 0;
}
.dnd-section .dnd-column {
  padding: 0 10px;
}

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin: 0 0 20px;
  clear: both;
}

/* Anchors */

a {
  color: #0600FF;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-weight: inherit;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(84, 88, 89, 1.0)

;
}

/* Headings */

h1,
.h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #111C27;
  font-size: 42px;
  line-height: 1.15;
  text-transform: none;
}

h2,
.h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #545859;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #545859;
  font-size: 26px;
  line-height: 1.25;
  text-transform: none;
}

h4,
.h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 22px;
  text-transform: none;
  line-height: 1.25;
}

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

h6,
.h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #111C27;
}

.content_center_slide_header, .content_center_slide_description {
  font-family: "Poppins";
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 2px solid #c90000;

  padding-top: 15px;
padding-right: 35px;
padding-bottom: 15px;
padding-left: 35px;

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

  
  
    
  


  rgba(210, 39, 48, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}
button.small,
.button.small,
.hs-button.small,
.hs-blog-post-listing__post-button.small {
  padding: 0 15px;
}

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: 2px solid #c90000;
;
  color: 

  
  
    
  


  rgba(206, 46, 41, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(250, 79, 88, 1.0);
  border-color: #f12828;
}

button.secondary,
.button.secondary,
.hs-button.secondary {
  background-color: #111C27;
  border-color: #111C27;
  color: #FFF;
}

button.secondary:hover,
.button.secondary:hover,
.hs-button.secondary:hover,
button.secondary:focus,
.button.secondary:focus,
.hs-button.secondary:focus {
  background: #FFF;
  color: #111C27;
  border-color: #111C27;
}





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

/* Form title */

.form-title {
  border: 1px none #0a0000;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Poppins; font-style: normal; font-weight: 500; 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: 30px;
  color: #0a0000;
  background-color: 

  
  
    
  


  rgba(10, 0, 0, 0.0)

;
}


/* Labels */

form label {
  color: #111C27;
}

/* Help text */

form legend {
  color: #666666;
}

/* 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 #EEEEEE;

  background-color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
  color: #0a0000;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #D22730;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #D22630;
;
  padding-top: 15px;
padding-right: 35px;
padding-bottom: 15px;
padding-left: 35px;
;
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(210, 38, 48, 1.0)

;
  border-radius: 0px;
  text-transform: uppercase;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(250, 79, 88, 1.0);
  border-color: #f12828;
}





/* Table */

table {
  border: 1px solid #D22730;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #D22730;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(210, 39, 48, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #D22730;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  padding: 1% 7% 1% 7%;
}
.header__container {
  align-items: center;
}

.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img {
  display: block;
}
@media screen and (max-width: 425px) {
    #main-content .hs_cos_wrapper_type_cta img, #main-content .hs_cos_wrapper_type_logo img, #main-content .hs_cos_wrapper_type_rich_text img {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 10px !important;
        display: block;
    }
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 500;
  letter-spacing: normal;
}

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

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

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

.menu .menu__link: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 > .menu__link--active-link:after {
  background-color: #fff;
}

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

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px solid #000000;

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

.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(0, 0, 0, 1.0)

;
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(39, 43, 54, 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: #8D94A8;
      font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}





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

/* Blog post */

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

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

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

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

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

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

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

.blog-related-posts__title-link:active {
  color: #7c8081;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #111C27;
}





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

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #7c8081;
}


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

/* Blog pagination */

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

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

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

/* Pricing card */

.card__price {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #545859;
  font-size: 26px;
}

.card__body svg {
  fill: #D22730;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #fa4f58;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #545859;
  font-size: 26px;
}

.header__column {
   display: flex;
   flex-direction: column;
   justify-content: center;
  width: 100%;
}

footer a {
  color: #8D94A8;
}

footer  a:focus, footer  a:hover {
    color: #fff;
}

img {
    border-radius: 10px;
}
.widget-type-linked_image {
  overflow: hidden;
}

footer .submitted-message, footer form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    padding: 0px;
}

@media screen and (max-width: 767px) {
  h1 {
      font-size: 26px;
      line-height: 1.1em;
  }
}

@media screen and (min-width:768px) and (max-width: 1150px) {
  h1 {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: 1px;
  }
}




footer form input[type=email], footer form input[type=file], footer form input[type=number], footer  form input[type=password], footer form input[type=search], footer form input[type=tel], footer form input[type=text], footer form select,
footer form textarea {
    background-color: #fff;
    border: 2px #d1d6dc;
    border-radius: 5px;
    color: #0a0000;
}

footer form .hs-button, footer form input[type=submit] {
    background-color: #0a0000;
    border: 1px solid #0a0000;
    border-radius: 0;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 53px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ce2e29;
    border-color: #ce2e29;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: Poppins;
}

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

.menu__submenu .menu__link {
    color: #fff;
}


@media (min-width: 767px) {
.header__language-switcher .lang_list_class, .menu .menu__submenu, .menu__submenu--level-2>.menu__item:first-child:before {
    background-color: #000000CC;
    border: none;
}



  .gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}



  @media (min-width: 768px) {
      .menu__child-toggle-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
      }

    .menu__child-toggle-icon::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    color: #fff;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: -8px;
    top: -8px;
}

  }

.menu__submenu .menu__item {
    border-bottom: 1px solid #000 !important;
}

.menu__submenu .menu__link, .menu__submenu .menu__link:focus, .menu__submenu .menu__link:hover {
    background-color: rgba(0,0,0,0.1);
}

.header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a {
    color: #fff;
    font-weight: 400;
}

  .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-heading-main {
    margin-bottom: 0 !important;
}


  .row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section {
    max-width: 1240px !important;
}

  .jet-timeline-item .timeline-item__card-desc {
    font-size: 16px !important;
    line-height: 25px !important;
}

  @media screen and (min-width:0px) and (max-width:425px)  {
    .header__language-switcher.open, .header__navigation.open, .header__search.open {
        background-color: #000 !important;
        display: block;
        left: 0;
        min-height: calc(100vh - 115px);
        position: absolute;
        right: 0;
        top: 55px;
        z-index: 2;
    }
       .header__logo {
        max-width: 170px !important;
    }
        .header__close--toggle {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOSI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0OTRBNTIiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAtMSkiPjxyZWN0IHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiB4PSItLjUiIHk9IjEwLjUiIHJ4PSIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDEwIDEwLjUpIi8+PHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHg9Ii0uNSIgeT0iMTAuNSIgcng9Ii41IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxMCAxMC41KSIvPjwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 110%;
        display: none;
        height: 15px;
        margin-right: 0;
        width: 15px;
    }

        .menu__child-toggle-icon {
        background-repeat: no-repeat;
        display: block;
        height: 20px;
        margin-left: auto;
        margin-right: 1.05rem;
        transition: transform .4s;
        width: 18px;
        background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%2397989F' stroke-width='2.4'%3E%3Crect width='16.8' height='1' x='1.2' y='9.6' rx='.5'/%3E%3Crect width='16.8' height='1' x='1.2' y='9.6' rx='.5' transform='rotate(90 9.6 9.6)'/%3E%3C/g%3E%3C/svg%3E);
    }

        .header__logo {
        margin: 0 2rem;
        width: 170px !important;
    }
        .hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img {
        height: auto;
        max-width: 170px !important;
    }
        .menu__item--depth-1 {
        border-top: none;
        padding: 0;
    }

        .header__language-switcher.open, .header__navigation.open, .header__search.open {
        display: block;
        left: 0;
        min-height: calc(100vh - 115px);
        position: absolute;
        right: 0;
        top: 75px;
        z-index: 2;
        background-color: rgba(0, 0, 0, 1.0);
    }
    .header__container {
        flex-direction: row !important;
        padding: 1rem 0 0;
    }

 }


    @media screen and (max-width: 425px) {
      .header__container {
          flex-direction: row !important;
      }
    }


     h1, .h1 {
        line-height: 1;
    }


 @media screen and (min-width:1024px) {
   .body-container--blog-post .content-wrapper {
      display:flex;
     max-width:1170px;
    }
  }


  .blogs-post h1 {
    font-weight: 700;
    font-size: 42px;
    color: #000000;
    line-height: 1.2;
  }

  .blog-post aside {
    padding-top: 3rem;
  }

 .flag {
    border-radius: 0px !important;
    padding-bottom: 2rem;
  }



  .body-container--blog-post .content-wrapper aside {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 80px;
    max-width: 254px;
  }

  .blog-post {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 4rem;
}
  }



.menu__item--depth-1>.menu__link--active-link:after {
    display:none;
}

.menu__link--active-branch, .menu__link--active-link {
    font-weight: 700;
    color: #c90001;
}



/*@media screen and (min-width: 1000px) {*/
/*  #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3:nth-child(3n+1), #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3:nth-child(3n+2) {*/
/*      margin-right: 2rem;*/
/*  }*/
/*  #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3 {*/
/*      width: calc(33.3% - 1.66rem);*/
/*  }*/
/*}*/




@media screen and (min-width: 1000px) {
.blog-related-posts__post {
    background-color: #F7F7F7;
    border-width: 0px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 264px !important;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #69727d;
    transition: all .25s;
 }
}

.related_posts {
    padding-bottom: 1rem;
    margin: 0 auto;
    max-width: 1180px;
    margin-bottom: 1rem;
}

.blog-related-posts__content {
    color: #096fd3a;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
 .blog-related-posts {
    background-color: #fff;
}

.popular_posts img {
  width:100%;
}

.popular_title {
  color: #272B36;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
      margin-bottom: 8px;
}

.popular_date {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section.visible .timeline-inner {
    opacity: 1;
    transform: translate(0px);
    padding: 8px !important;
    border-radius: 8px !important;
    background: #fff!important;
}


.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section:first-child .timeline-inner:after, .row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section:nth-last-child(2) .timeline-inner:after   {
    background-color: transparent !important;
}

.popular_description {
  ont-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    color:#adadad;
}

.timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-container {
    background: transparent !important;
}


.timeline-section:nth-child(odd)  h3 {
    position: absolute !important;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    right: -118%;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    color: #393C3E;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #040404;
}

.timeline-section:nth-child(even) h3 {
    position: relative !important;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    left: -105% !important;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    color: #393C3E;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #040404;
}


.timeline-text p {
    font-size: 16px !important;
    line-height: 26px;
}

.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section .timeline-inner:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    transition: all 400ms ease;
    height: 50px;
    border: 8px solid #111C27;
    box-shadow: 0px 24px 32px rgba(15, 54, 128, 0.14), 0px 16px 24px rgba(15, 54, 128, 0.1), 0px 2px 6px rgba(15, 54, 128, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 100%;
    background: #C90000;
}


.header__row-1 {
    padding-top: 0 !important;
}

.menu__item--depth-1 {
    display: inline-block;
    padding: 0.7rem 0.6rem;
    text-transform: uppercase;
}

.menu__link {
    font-size: 14px !important;
}

.menu--desktop {
    display: block;
    padding-right: 0.5rem;
}

.header__logo {
    max-width: 255px !important;
}

.gradient_text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#c90001,#8b0101);
    font-weight:600;
}


.menu__item--depth-1 {
    display: inline-block;
    padding: 0.7rem 0.6rem !important;
    text-transform: uppercase;
}


fieldset.form-columns-2 .hs-form-field {
    width: 47.6% !important;
}


.social-links__icon {
    padding: 0 0.3rem !important;
}

 .social-links__icon svg {
    height: 15px !important;
    width: 15px !important;
}

.social-links {
    justify-content: end;
}


@media screen and (max-width:480px) {
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
}
  .footer p {
    line-height: 1 !important;
  }
}


footer {
  background:#272b36;
}

.menu__submenu .menu__link {
    padding: 0.25rem 1.05rem !important;
}