@charset "utf-8";
/* CSS Document */

h1 {
  font-size: 78px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
}

h2 {
  color: #184157;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #225758;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #184157;
}

h5 {
  color: #225758;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 20px;
}

h6 {
  color: #225758;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

p {
  color: #394b55;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 30px;
}

a.blue_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #018dd2;
  position: relative;
}