.hero {
  background: url("../images/bg.png") no-repeat center/cover;
}

.bg_darker {
  width: 100%;
  height: 100%;
  background-color: #00000079;
  padding: 40px 0 120px;
  position: relative;
}

.form_container {
  background-color: #fff;
  padding: 24px;
  border-radius: 6px;
  max-width: 400px;
  flex-grow: 1;
}

.header_logo {
  width: 100px;
  margin-bottom: 20px;
}

.btn_title {
  text-align: center;
  display: grid;
  padding: 10px 20px;
  background-color: var(--main);
  color: #fff;
  font-size: 0.8rem;
  border-radius: 10px;
}

.form_title {
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}

.input_field {
  margin-bottom: 10px;
}

.input_field input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  min-height: 44px;
  border: 1px solid #ccc;
}

[type="submit"] {
  padding: 10px 20px;
  background-color: var(--main);
  border: none;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.hero_left h1 {
  color: #fff;
  /* margin-top: 12px; */
  font-size: 1.9rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero_left .btn_title {
  display: inline-block;
}

.hero_right {
  width: 100%;
}

.president {
  background: url("../images/pres_bg.png") no-repeat center / cover;
}
.president .bg_darker,
.leader_section {
  padding: 60px 0;
}

.president > .container > div {
  flex: 1;
}

.autor_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.autor_description {
  margin-left: 20px;
}

.autor_desc {
  font-size: 12px;
  font-weight: 700;
  color: #838383;
}

.president_right {
  border-left: 3px solid #878787;
  padding-left: 40px;
  margin-left: 40px;
}

.president_right p {
  color: #626262;
  margin-top: 20px;
}

.president_left h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.accent {
  color: var(--main);
}

.section_title {
  text-align: center;
  margin-bottom: 16px;
}

.calculator_section,
.benefits_section {
  padding: 60px 0;
  background-color: #fff;
}
/* .calculator_section{
    margin-bottom: 40px;
} */

.line {
  background-color: #dedde4;
  height: 10px;
}

.calculator {
  background-color: #fff;
  box-shadow: 0 0 15px #00000064;
  border-radius: 15px;
  padding: 25px;
}

.calculator_title {
  text-align: center;
}

.calculator .btn_title {
  font-size: 1rem;
  text-transform: uppercase;
  gap: 8px;
}

#calcResult {
  font-size: 1.5em;
  font-weight: 700;
}

.calculator_block {
  gap: 40px;
  margin-top: 40px;
}

.calculator_block > div {
  flex: 1;
}

.calculator_benefits_title {
  text-transform: uppercase;
  font-weight: 700;
  color: #515151;
}

.calculator_benefits_text {
  margin: 8px 0 20px;
  font-size: 2rem;
}

.range {
  margin: 40px 0;
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: var(--main);
}

.irs--round .irs-handle {
  border-color: var(--main);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: var(--main);
}

.section_description {
  text-align: center;
  color: #6b6b6b;
  max-width: 540px;
  margin: 0 auto;
}

.card_container {
  gap: 20px;
  margin-top: 40px;
}

.card {
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 15px #00000031;
  padding: 40px;
  border-radius: 12px;
}

.leader_img {
  width: 90px;
  aspect-ratio: 1/1;
  -moz-aspect-ratio: 1/1;
  -ms-aspect-ratio: 1/1;
  -o-aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto 60px;
}

.leader_name {
  text-align: center;
  font-weight: 700;
}

.leader_text {
  text-align: center;
  color: #6b6b6b;
  margin-top: 20px;
}

.benefit_img {
  max-height: 80px;
}

.benefit_title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 20px;
}

.benefit_text {
  color: #6b6b6b;
}
.benefit_text strong {
  color: #000;
}

footer {
  padding: 60px 0 40px;
  background-color: var(--main);
  background: url("../images/pres_bg.png") 0 0 / cover no-repeat;
}

.hero_left p {
  color: #fff;
  margin-top: 30px;
}
.date {
  margin-top: 80px;
  color: #fff;
}

.intgrtn-form-signup{
    width:100%;
    padding-top: 20px!important;
    min-width: 350px!important;
}