@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/* temporary */
.row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
  display: none;
}
#hhs-main-nav {
  box-shadow: 0 0 20px rgba(0,0,0,0.15)
}
#hhs-main-nav .cta_button.hs-cta-button {
  padding: 8px 12px;
  background: #1da8e7;
  border-radius: 20px;
}
#main-content {
  overflow-x: hidden;
}
#hs_cos_wrapper_global_footer .cta-custom a {
  padding: 8px 12px;
  background: #1da8e7;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #hhs-main-nav .hhs-header-cta {
    margin-top: -20px;
  }
  #hhs-main-nav .hhs-header-cta a {
    padding: 7px 10px;
    font-size: 14px;
  }
}

/******/




.rmn-hero-section {
  margin: 80px 0 0;
  padding: 55px 20px;
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0,0,0,0.1)
}
.rmn-hero-section h1 {
  margin: 0 0 55px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  text-align: center;
}
.rmn-hero-section h1 .-first-line {
  margin-bottom: 10px;
  font-size: 58px;
}
.rmn-hero-section h1 .-second-line {
  font-size: 54px;
}
.rmn-hero-section h2 {
  margin: 0 0 55px;
  color: #000000;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  text-align: center;
}
.rmn-hero-section h2 .-first-line {
  margin-bottom: 20px;
  font-weight: 600;
}
.rmn-hero-section h2 .-second-line {
  margin-bottom: 30px;
}
.rmn-hero-section .-buttons {
  text-align: center;
}
.rmn-hero-section .-buttons a {
  display: inline-block;
  margin: 10px 5px;
  padding: 12px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  background: #eb5404;
  border: 2px solid #eb5404;
  border-radius: 30px;
  transition: .3s;
}
.rmn-hero-section .-buttons a:hover {
  color: #eb5404;
  background: none;
}
#hero-animated-text {
  display: inline-block;
  position: relative;
  color: #262626;
  opacity: 0;
  transition: 0.s;
}
#hero-animated-text::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 7px;
  background: #079bd8;
  
  transition: 0s
}
#hero-animated-text.-animate-text {
  opacity: 1;
  transition: 0.5s;
}
#hero-animated-text.-animate-text::after {
  width: 100%;
  transition: 4s
}

@media (max-width: 1024px) {
  .rmn-hero-section {
    padding: 50px 10px;
  }
  .rmn-hero-section h1 .-first-line {
    font-size: 42px;
  }
  .rmn-hero-section h1 .-second-line {
    font-size: 36px;
  }
  .rmn-hero-section h2 {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .rmn-hero-section h2 .-first-line {
    margin-bottom: 10px;
  }
  .rmn-hero-section .-buttons a {
    font-size: 16px;
  }
  #hero-animated-text::after {
    bottom: -10px;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .rmn-hero-section {
    padding: 40px 10px;
  }
  .rmn-hero-section h1 {
    margin-bottom: 40px;
  }
  .rmn-hero-section h1 .-first-line {
    font-size: 32px;
  }
  .rmn-hero-section h1 .-second-line {
    font-size: 28px;
  }
  .rmn-hero-section h2 {
    
    font-size: 20px;
  }
  .rmn-hero-section .-buttons a {
    margin: 5px;
    padding: 8px 10px;
    font-size: 16px;
  }
}