.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar1-navlink1 {
  display: contents;
}
 
.navbar1-image1 {
  width: 139px;
  height: 100%;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link21 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link31 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link41 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link51 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link6 {
  color: #000000;
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link7 {
  display: contents;
}
 
.navbar1-btn1 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text1 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-navlink2 {
  display: contents;
}
 
.navbar1-logo {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.navbar1-link12 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-link8 {
  display: contents;
}
 
.navbar1-btn2 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text2 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.blog-fragment15 {
  display: contents;
}
 
.blog-text15 {
  display: inline-block;
}
 
.blog-fragment14 {
  display: contents;
}
 
.blog-text14 {
  display: inline-block;
}
 
.blog-fragment13 {
  display: contents;
}
 
.blog-text13 {
  display: inline-block;
}
 
.blog-fragment12 {
  display: contents;
}
 
.blog-text12 {
  display: inline-block;
}
 
.blog-fragment11 {
  display: contents;
}
 
.blog-text11 {
  display: inline-block;
}
 
.blog-fragment10 {
  display: contents;
}
 
.blog-text10 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar1-links1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
  }
  .navbar1-nav {
    align-items: center;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-text1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-links2 {
    align-self: center;
    margin-bottom: 22px;
  }
  .navbar1-text2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-logo {
    width: 117px;
    height: 99px;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    margin-bottom: 19px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.blog-post-header1-wrapper {
  display: contents;
}
 
.blog-post-header1-content1 {
  width: 1057px;
  height: 723px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
}
 
.blog-post-header1-max-width {
  gap: var(--spacing-xl);
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.blog-post-header1-header {
  gap: var(--spacing-lg1);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.blog-post-header1-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header1-breadcrumbs {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-text10 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-category {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-text11 {
  font-size: 35px;
  font-family: "Poppins";
}
 
.blog-post-header1-content3 {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
 
.blog-post-header1-avatar {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-image {
  width: 62px;
  height: 58px;
  object-fit: cover;
}
 
.blog-post-header1-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header1-text12 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
}
 
.blog-post-header1-time {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
}
 
.blog-post-header1-text13 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-text14 {
  font-size: 20px;
}
 
.blog-post-header1-text15 {
  font-size: 20px;
  font-family: "Poppins";
}
 
.blog-post-header1-share-buttons {
  gap: var(--dl-layout-space-halfunit);
  display: none;
  align-items: flex-start;
}
 
.blog-fragment16 {
  display: contents;
}
 
.blog-text16 {
  display: inline-block;
}
 
.blog-fragment17 {
  display: contents;
}
 
.blog-text17 {
  display: inline-block;
}
 
.blog-fragment19 {
  display: contents;
}
 
.blog-text19 {
  display: inline-block;
}
 
.blog-fragment18 {
  display: contents;
}
 
.blog-text18 {
  display: inline-block;
}
 
.blog-fragment20 {
  display: contents;
}
 
.blog-text20 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .blog-post-header1-content1 {
    position: static;
  }
}
 
@media(max-width: 991px) {
  .blog-post-header1-content1 {
    width: 764px;
  }
}
 
@media(max-width: 767px) {
  .blog-post-header1-content1 {
    width: 100%;
  }
  .blog-post-header1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .blog-post-header1-header {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .blog-post-header1-text10 {
    font-size: 15px;
  }
  .blog-post-header1-category {
    font-size: 15px;
  }
  .blog-post-header1-text11 {
    font-size: 20px;
    text-align: center;
  }
  .blog-post-header1-text12 {
    font-size: 10px;
  }
  .blog-post-header1-text13 {
    font-size: 10px;
  }
  .blog-post-header1-text15 {
    font-size: 10px;
  }
  .blog-post-header1-image1 {
    border-radius: 10px;
  }
  .blog-text19 {
    font-size: 13px;
  }
}
 
@media(max-width: 375px) {
  .blog-post-header1-content1 {
    width: 100%;
    height: 475px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post-header1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    height: auto;
  }
  .blog-post-header1-header {
    width: 100%;
  }
  .blog-post-header1-content2 {
    width: 100%;
    align-self: center;
  }
  .blog-post-header1-text10 {
    font-size: 15px;
  }
  .blog-post-header1-category {
    font-size: 15px;
  }
  .blog-post-header1-text11 {
    font-size: 20px;
    align-self: flex-start;
  }
  .blog-post-header1-content3 {
    gap: var(--dl-layout-space-halfunit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .blog-post-header1-image {
    width: 80px;
    height: 100%;
  }
  .blog-post-header1-text12 {
    font-size: 13px;
  }
  .blog-post-header1-text13 {
    font-size: 7px;
  }
  .blog-post-header1-text14 {
    font-size: 10px;
  }
  .blog-post-header1-text15 {
    font-size: 7px;
  }
  .blog-post-header1-image1 {
    border-radius: 10px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-footer {
  width: 100%;
}
 
.footer-footer-background-overlay {
  width: 100%;
}
 
.footer-footer-container1 {
  display: none;
}
 
.footer-footer-main1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand1 {
  width: 531px;
  align-items: center;
}
 
.footer-footer-brand-logo1 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon1 {
  width: 199px;
  height: 100%;
}
 
.footer-image1 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-contact-info1 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon10 {
  width: 20px;
  height: 20px;
}
 
.footer-icon14 {
  width: 20px;
  height: 21px;
}
 
.footer-icon16 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section1 {
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column1 {
  flex-direction: column;
}
 
.footer-btn1 {
  background-color: #ecd780;
}
 
.footer-footer-nav-column3 {
  display: none;
}
 
.footer-footer-gallery {
  height: 278px;
}
 
.footer-footer-trust-badges1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.footer-footer-container2 {
  width: 1253px;
  height: 690px;
}
 
.footer-footer-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand2 {
  width: 423px;
  align-items: center;
}
 
.footer-footer-brand-logo2 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon2 {
  width: 199px;
  height: 100%;
}
 
.footer-image2 {
  width: 100%;
  object-fit: cover;
}
 
.footer-footer-brand-description2 {
  width: 320px;
  text-align: center;
}
 
.footer-footer-contact-info2 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon30 {
  width: 20px;
  height: 20px;
}
 
.footer-icon34 {
  width: 20px;
  height: 21px;
}
 
.footer-icon36 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section2 {
  width: 250px;
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column4 {
  flex-direction: column;
}
 
.footer-footer-nav-list4 {
  margin-bottom: 13px;
}
 
.footer-li22 {
  text-decoration: none;
}
 
.footer-li23 {
  text-decoration: none;
}
 
.footer-li25 {
  text-decoration: none;
}
 
.footer-li26 {
  text-decoration: none;
}
 
.footer-li27 {
  text-decoration: none;
}
 
.footer-btn2 {
  background-color: #900000;
}
 
.footer-text41 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.footer-li28 {
  text-decoration: none;
}
 
.footer-li29 {
  text-decoration: none;
}
 
.footer-footer-nav-column6 {
  display: none;
}
 
.footer-footer-bottom2 {
  justify-content: center;
}
 
.footer-footer-trust-badges2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.blog-fragment21 {
  display: contents;
}
 
.blog-text21 {
  display: inline-block;
}
 

 

 
@media(max-width: 1200px) {
  .footer-footer {
    width: 100%;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 796px;
    height: 613px;
  }
  .footer-footer-main2 {
    width: 754px;
  }
  .footer-footer-brand2 {
    height: 353px;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-brand-description2 {
    text-align: center;
  }
  .footer-footer-bottom2 {
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    width: 100%;
    height: 619px;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 604px;
    height: 483px;
    padding-left: ,;
    padding-right: 0px;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    place-items: start center;
  }
  .footer-text41 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .footer-footer-bottom2 {
    width: 722px;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    width: 100%;
    height: auto;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: auto;
  }
  .footer-footer-container2 {
    width: 100%;
    height: auto;
    display: flex;
  }
  .footer-footer-main2 {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .footer-footer-brand2 {
    width: auto;
  }
  .footer-image2 {
    width: 100%;
  }
  .footer-footer-contact-info2 {
    width: auto;
  }
  .footer-footer-contact-item4 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item5 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item6 {
    flex-direction: column;
  }
  .footer-text34 {
    text-align: center;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 203px;
    text-align: center;
  }
}
 
@media(max-width: 375px) {
  .footer-container1 {
    width: 100%;
    height: 1005px;
    display: block;
  }
  .footer-footer {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: 100%;
  }
  .footer-footer-container1 {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 289px;
    height: auto;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-logo-icon2 {
    width: 100%;
    height: auto;
  }
  .footer-image2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-brand-description2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .footer-footer-contact-info2 {
    width: auto;
    height: 100%;
    align-items: flex-start;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .footer-footer-contact-item4 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text32 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item5 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text33 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
  .footer-footer-nav-title4 {
    align-self: center;
  }
  .footer-footer-nav-list4 {
    align-items: center;
  }
  .footer-footer-nav-title5 {
    align-self: center;
  }
  .footer-footer-nav-list5 {
    align-items: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    width: auto;
    align-items: center;
    justify-content: center;
  }
  .footer-text48 {
    width: 206px;
    height: auto;
    text-align: center;
  }
}

.blog-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.blog-fragment10 {
  display: contents;
}
 
.blog-text10 {
  display: inline-block;
}
 
.blog-fragment11 {
  display: contents;
}
 
.blog-text11 {
  display: inline-block;
}
 
.blog-fragment12 {
  display: contents;
}
 
.blog-text12 {
  display: inline-block;
}
 
.blog-fragment13 {
  display: contents;
}
 
.blog-text13 {
  display: inline-block;
}
 
.blog-fragment14 {
  display: contents;
}
 
.blog-text14 {
  display: inline-block;
}
 
.blog-fragment15 {
  display: contents;
}
 
.blog-text15 {
  display: inline-block;
}
 
.blog-hero-section {
  height: 901px;
  padding-top: 0px;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.blog-hero-video-container {
  height: auto;
}
 
.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 400%;
}
 
.blog-hero-overlay {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
}
 
.blog-hero-title {
  text-align: center;
}
 
.blog-container2 {
  width: 100%;
  height: 911px;
  display: flex;
  align-items: center;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.blog-fragment16 {
  display: contents;
}
 
.blog-text16 {
  display: inline-block;
}
 
.blog-fragment17 {
  display: contents;
}
 
.blog-text17 {
  display: inline-block;
}
 
.blog-fragment18 {
  display: contents;
}
 
.blog-text18 {
  display: inline-block;
}
 
.blog-fragment19 {
  display: contents;
}
 
.blog-text19 {
  display: inline-block;
}
 
.blog-fragment20 {
  display: contents;
}
 
.blog-text20 {
  display: inline-block;
}
 
.blog-fragment21 {
  display: contents;
}
 
.blog-text21 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .blog-hero-section {
    height: 815px;
    padding-top: 155px;
    margin-bottom: var(--dl-layout-space-fourunits);
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 818px;
  }
  .blog-image {
    height: 819px;
  }
  .blog-hero-overlay {
    height: 817px;
  }
  .blog-container2 {
    width: 100%;
    height: 759px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
 
@media(max-width: 991px) {
  .blog-hero-section {
    height: 812px;
    padding-top: 168px;
    margin-bottom: 39px;
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 667px;
  }
  .blog-hero-overlay {
    height: 854px;
  }
}
 
@media(max-width: 767px) {
  .blog-hero-section {
    height: 665px;
    display: flex;
    padding-top: 145px;
    margin-bottom: 55px;
    padding-bottom: 0px;
  }
  .blog-image {
    height: 100%;
  }
  .blog-hero-overlay {
    height: 665px;
  }
  .blog-text19 {
    font-size: 13px;
  }
}
 
@media(max-width: 375px) {
  .blog-hero-section {
    height: 484px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .blog-hero-video-container {
    height: 509px;
  }
  .blog-image {
    height: 509px;
  }
  .blog-hero-overlay {
    height: 509px;
  }
  .blog-container2 {
    height: 481px;
  }
}
