*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    color: #23252B;
    background-color: #fff;
    font-family: 'Epilogue', sans-serif;
}

a{
    text-decoration: none;
}

h1{
    margin: 16px 0;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600;
}

h2{
    margin: 16px 0;
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

h3{
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
}

h4{
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 600;
}

h5{
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
}

p{
    line-height: 1.5;
    margin-bottom: 16px;
}

p.center{
    text-align: center;
}

a{
    color: #00c65e;
}

a.cta{
    color: #fff;
    font-size: 18px !important;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    background-color: #00C65E;
}

strong{
    font-weight: 600;
}

.container{
    width: 98%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container{
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container{
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container{
        width: 1140px;
    }
}

/***************************************************
 * Generated by SVG Artista on 7/5/2021, 10:22:48 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1512.68994140625px;
    stroke-dasharray: 1512.68994140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1512.68994140625px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1512.68994140625px;
    stroke-dasharray: 1512.68994140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1512.68994140625px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  70% {
    fill: rgb(0, 198, 94);
  }

  100% {
    fill: transparent;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  70% {
    fill: rgb(0, 198, 94);
  }

  100% {
    fill: transparent;
  }
}

#inb{
    width: 200px;
    height: 200px;
}

.inb-1 {
    -webkit-animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-stroke-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation-iteration-count: infinite;
}

