@charset "UTF-8";

    body {
      font-family: 'Helvetica Neue', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
      color: #333;
    }
    
    header {
      width: 100%;
	    background: #fff;
	    display: block;
	    box-shadow: rgba(128, 128, 128, 0.5) 0px 0px 3px 3px;
	    -webkit-box-shadow: rgba(128, 128, 128, 0.5) 0px 0px 3px 3px;
	    -moz-box-shadow: rgba(128, 128, 128, 0.5) 0px 0px 3px 3px;
	    overflow: hidden;
	    position: relative;
	    height: 60px;
    }
    section {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .header-logo {
        width: 170px;
        display: block;
        float: left;
        padding: 10px;
    }
    
    .top-image-section {
      width: auto;
      height: 630px;
	    background-size: cover;
	    color: white;
	    text-align: center;
	    display: flex;
    }
    .top-str{
      background-color: #2ac4cb3b;

    }
    .top-str-1{
      font-size: 36px;
      text-align: center;
      margin-top: 80px;
      -webkit-text-stroke: 1px #F8F8F8;
      text-shadow: 0px 1px 4px #23430C;
    }
    .top-str-2{
      font-size: 20px;
      text-align: center;
      margin-right: 40px;
      margin-left: 40px;
      margin-top: 50px;
      color: black;
    }
    .top-str-3{
      margin-top: 80px;
    }
    .top-str-3 a{
      color: white;
      padding: 10px 20px;
      font-size: 15px;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s
    }
    .top-btn-s{
      background-color: #ecc402;
    }
    .top-btn-es{
      background-color: #7b2dd1;
    }
    .top-btn-r{
      background-color: #1676ee;
    }
    .top-btn-e{
      background-color: #F44336;
    }
    .top-cta {
      margin-top: 180px;
    }
    .top-cta a {
      background-color: #2acbb5ad;
      color: white;
      padding: 15px 30px;
      font-size: 18px;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s ease;
    }
    .top-cta a:hover {
      background-color: #2acbb5;
    }
    .top-img img{
       height: 630px;
    }
    h1 {
      text-align: center;
      font-size: 28px;
      margin-top: 40px;
    }
    h2 {
      text-align: center;
      margin-top: 20px;
    }
    h4 {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .lead {
      text-align: center;
      font-size: 18px;
      margin-bottom: 40px;
    }
    .benefits {
      max-width: 900px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 20px;
    }
    .benefit {
      flex: 1 1 250px;
      background: #2acbb514;
      padding: 20px;
      border-radius: 6px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
    }
    .benefit h3 {
      color: #28c3ad;
    }
     .benefit p {
       text-align: left;
    }
    .benefit-image {
      flex: 1 1 250px;
      border-radius: 6px;
      text-align: center;
    }
    .benefit-image img{
      width: 420px;
      display: block;
      float: left;
      padding: 10px;
    }
    .benefit-supplement{
      margin-bottom: 60px;
    }
    .cta {
      text-align: center;
      margin-bottom: 60px;
      margin-top: 50px;
    }
    .cta a {
      background-color: #2acbb5ad;
      color: white;
      padding: 15px 30px;
      font-size: 18px;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s ease;
    }
    .cta a:hover {
      background-color: #2acbb5;
    }
    .steps {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 40px auto;
    }
    .step-box {
      background: white;
      padding: 10px;
      width: 20%;
      min-width: 250px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      margin: 10px;
      text-align: center;
      border-radius: 8px;
    }
    .step-box h3 {
      font-size: 20px;
      color: #2e72d2;
    }
    .step-number {
      font-size: 36px;
      font-weight: bold;
      color: #ff6a00;
      margin-bottom: 10px;
    }
    .step-logo {
      width: 100px;
    }
    footer {
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: #888;
    }