html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html {
  box-sizing: border-box;
  font-size: 10px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

a:focus,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box; }

html {
  font-size: 14px; }
  @media screen and (min-width: 1600px) {
    html {
      font-size: 18px; } }
  @media screen and (min-width: 1900px) {
    html {
      font-size: 20px; } }

body {
  background-color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.35; }

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 1rem; } }

input:hover, input:focus, input:active, input:visited,
textarea:hover,
textarea:focus,
textarea:active,
textarea:visited,
button:hover,
button:focus,
button:active,
button:visited {
  outline: none;
  box-shadow: none; }

.section__name {
  color: #46ac33;
  margin: 3rem auto;
  font-size: 2rem;
  text-align: center; }

.section__title {
  color: #46ac33;
  margin: 1rem auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem; }

.amino-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 999; }
  .amino-nav .nav-topbar {
    padding: 0.85rem 0; }
  .amino-nav .nav-topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .amino-nav .nav-topbar-logo-wrapper {
    width: 8rem;
    display: block;
    transform: translateY(3px); }
    .amino-nav .nav-topbar-logo-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .amino-nav .nav-items-list {
    display: flex;
    justify-content: flex-end; }
  .amino-nav .nav-items {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .amino-nav .nav-items {
        display: none; } }
    .amino-nav .nav-items .nav-item {
      display: block;
      text-decoration: none;
      margin-left: 3rem;
      color: #727d84;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 600;
      transition: color 0.25s; }
      .amino-nav .nav-items .nav-item.active {
        color: #46ac33; }
  .amino-nav .nav-topbar-link {
    color: #46ac33 !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    margin: 0;
    width: 8rem;
    text-align: right; }
    @media (max-width: 768px) {
      .amino-nav .nav-topbar-link {
        display: none; } }
  .amino-nav .nav-burger-wrapper {
    display: none; }
    @media (max-width: 768px) {
      .amino-nav .nav-burger-wrapper {
        display: block; } }
  .amino-nav .nav-burger {
    width: 1.75rem;
    height: 1.5rem;
    opacity: 0.6;
    margin-left: auto;
    background-size: cover;
    background-position: center;
    background-image: url("images/open-menu.svg"); }
    .amino-nav .nav-burger.active {
      background-image: url("images/close.svg");
      width: 1.5rem;
      padding: 0 0.25rem; }
  .amino-nav .nav-mobile-menu {
    display: none;
    position: fixed;
    z-index: 98;
    top: 3rem;
    left: 0;
    height: calc(100vh - 3rem);
    width: 100vw;
    background-color: #fff;
    justify-content: center;
    align-items: center; }
    .amino-nav .nav-mobile-menu.active {
      display: flex; }
    .amino-nav .nav-mobile-menu ul {
      padding: 0;
      margin: 0;
      text-align: center; }
    .amino-nav .nav-mobile-menu li {
      padding: 0;
      margin: 3rem 0;
      list-style-type: none; }
    .amino-nav .nav-mobile-menu a {
      text-decoration: none;
      font-weight: 600;
      font-size: 1.3rem;
      color: #727d84;
      text-transform: uppercase; }
      .amino-nav .nav-mobile-menu a.nav-item-ext {
        color: #46ac33 !important;
        font-weight: 600; }

.amino__hero {
  margin-top: 3rem;
  position: relative; }
  @media (max-width: 768px) {
    .amino__hero {
      margin-top: 5rem; } }
  .amino__hero .hero-bgarrow {
    position: absolute;
    bottom: 3%;
    right: 3%;
    height: 13rem;
    width: auto; }
    @media (max-width: 768px) {
      .amino__hero .hero-bgarrow {
        display: none; } }
  .amino__hero .hero__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 8rem 0; }
    @media (max-width: 768px) {
      .amino__hero .hero__wrapper {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0; } }
  .amino__hero .hero__wrapper-img {
    width: 50%;
    padding-right: 3rem;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .amino__hero .hero__wrapper-img {
        padding-right: 0;
        width: 60%;
        margin-bottom: 3rem; } }
    @media (max-width: 576px) {
      .amino__hero .hero__wrapper-img {
        width: 100%; } }
    .amino__hero .hero__wrapper-img img {
      width: 100%;
      height: auto; }
  .amino__hero .hero__wrapper-text {
    width: 45%;
    min-width: 300px;
    padding-left: 3rem;
    display: flex;
    font-size: 1.2rem;
    align-items: center; }
    @media (max-width: 768px) {
      .amino__hero .hero__wrapper-text {
        margin: 0;
        padding-left: 0;
        width: 60%; } }
    @media (max-width: 576px) {
      .amino__hero .hero__wrapper-text {
        width: 100%; } }
    .amino__hero .hero__wrapper-text .hero__logo {
      width: auto;
      height: 10rem; }
      @media (max-width: 768px) {
        .amino__hero .hero__wrapper-text .hero__logo {
          margin: 0 auto;
          display: block; } }
    .amino__hero .hero__wrapper-text .hero__text {
      margin: 1.5rem 0 3rem 0;
      line-height: 1.5;
      color: #808080;
      max-width: 500px;
      font-size: 1.2rem; }
      .amino__hero .hero__wrapper-text .hero__text span {
        font-weight: 900;
        color: #46ac33; }
      @media (max-width: 768px) {
        .amino__hero .hero__wrapper-text .hero__text {
          text-align: justify; } }
    .amino__hero .hero__wrapper-text .hero__button {
      display: none;
      color: #1d3b8b;
      border: 1px solid #1d3b8b;
      border-radius: 50px;
      padding: 0.5rem 2.5rem;
      font-weight: 600;
      transition: all 0.4s; }
      .amino__hero .hero__wrapper-text .hero__button:hover {
        border: 1px solid #fff; }

.amino__challenges {
  background-color: #46ac33;
  padding: 3.5rem 0;
  position: relative;
  color: #fff; }
  .amino__challenges .challenges-arrow {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0; }
    @media (max-width: 768px) {
      .amino__challenges .challenges-arrow {
        display: none; } }
    .amino__challenges .challenges-arrow.left {
      left: 0; }
    .amino__challenges .challenges-arrow.right {
      right: 0; }
  .amino__challenges .challenges__wrapper {
    max-width: 60%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .amino__challenges .challenges__wrapper {
        max-width: 100%; } }
  .amino__challenges .challenges__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75rem;
    position: relative; }
  .amino__challenges .challenges__text {
    text-align: justify;
    margin: 2rem 0 2rem;
    line-height: 1.5;
    font-size: 1.2rem;
    position: relative; }
  .amino__challenges .challenges__expand {
    text-align: right;
    margin-bottom: 4rem;
    cursor: pointer; }
  .amino__challenges .challenges__images {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .amino__challenges .challenges__images {
        flex-direction: column; } }
    .amino__challenges .challenges__images img {
      width: 49%;
      height: auto; }
      @media (max-width: 768px) {
        .amino__challenges .challenges__images img {
          width: 100%;
          margin-bottom: 1rem; } }

.amino__innovation {
  background-color: #e9e3c9;
  padding: 3.5rem 0;
  position: relative;
  color: #000; }
  .amino__innovation .innovation-arrow {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0; }
    @media (max-width: 768px) {
      .amino__innovation .innovation-arrow {
        display: none; } }
    .amino__innovation .innovation-arrow.left {
      left: 0; }
    .amino__innovation .innovation-arrow.right {
      right: 0; }
  .amino__innovation .innovation__wrapper {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      .amino__innovation .innovation__wrapper {
        flex-direction: column-reverse;
        max-width: 70%; } }
    @media (max-width: 576px) {
      .amino__innovation .innovation__wrapper {
        max-width: 100%; } }
  .amino__innovation .main__img {
    width: 35%;
    position: relative;
    margin-right: 5rem; }
    @media (max-width: 768px) {
      .amino__innovation .main__img {
        width: 100%;
        margin: 2rem 0 0; } }
    .amino__innovation .main__img img {
      width: 100%;
      height: auto; }
  .amino__innovation .innovation__description {
    width: 60%; }
    @media (max-width: 768px) {
      .amino__innovation .innovation__description {
        width: 100%; } }
  .amino__innovation .innovation__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75rem; }
  .amino__innovation .innovation__text {
    text-align: justify;
    margin: 2rem 0 3rem;
    line-height: 1.5; }
  .amino__innovation .innovation__images {
    display: flex;
    justify-content: space-between; }
    .amino__innovation .innovation__images img {
      width: 100%;
      height: auto; }

.amino__symptom {
  margin: 3rem auto;
  background: #fff; }
  .amino__symptom .section__title {
    color: #46ac33;
    font-weight: 600;
    font-size: 1.75rem;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .amino__symptom .section__title {
        text-align: center; } }
  .amino__symptom .symptom__text {
    width: 50%;
    color: #808080;
    margin: 1rem 0 5rem 0;
    font-size: 1.2rem; }
    @media (max-width: 768px) {
      .amino__symptom .symptom__text {
        margin: 1rem auto 3.5rem;
        text-align: justify;
        width: 60%; } }
    @media (max-width: 576px) {
      .amino__symptom .symptom__text {
        width: 100%; } }
  .amino__symptom .symptom__table {
    width: 100%;
    text-align: center;
    display: block; }
    @media (max-width: 576px) {
      .amino__symptom .symptom__table {
        max-width: 100vw;
        overflow: auto; } }
    .amino__symptom .symptom__table td, .amino__symptom .symptom__table th {
      border: 1px solid lightgray;
      padding: 0.5rem;
      color: #114179;
      font-weight: 600; }
      .amino__symptom .symptom__table td.blue, .amino__symptom .symptom__table th.blue {
        background-color: #114179;
        color: white; }
      .amino__symptom .symptom__table td.brown, .amino__symptom .symptom__table th.brown {
        background-color: #6d3629;
        color: white; }
      .amino__symptom .symptom__table td.pink, .amino__symptom .symptom__table th.pink {
        background-color: #8d1658;
        color: white; }
      .amino__symptom .symptom__table td.green, .amino__symptom .symptom__table th.green {
        background-color: #007279;
        color: white; }
    .amino__symptom .symptom__table th {
      border-top: none;
      font-weight: 900; }
  .amino__symptom .symptom__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 14rem; }
    @media (max-width: 576px) {
      .amino__symptom .symptom__items {
        margin-top: 10rem; } }
    .amino__symptom .symptom__items .symptom__item {
      width: 20%;
      border-radius: 20px;
      color: #fff;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 2px 37px -1px rgba(32, 172, 0, 0.15);
      position: relative; }
      .amino__symptom .symptom__items .symptom__item.blue {
        color: #114179; }
      .amino__symptom .symptom__items .symptom__item.brown {
        color: #6d3629; }
      .amino__symptom .symptom__items .symptom__item.pink {
        color: #8d1658; }
      .amino__symptom .symptom__items .symptom__item.green {
        color: #007279; }
      @media (max-width: 768px) {
        .amino__symptom .symptom__items .symptom__item {
          margin-bottom: 10rem; }
          .amino__symptom .symptom__items .symptom__item:last-of-type {
            margin-bottom: 0; } }
    .amino__symptom .symptom__items .symptom__item-content {
      position: relative;
      padding-top: 10rem; }
      @media (max-width: 576px) {
        .amino__symptom .symptom__items .symptom__item-content {
          padding-bottom: 2rem; } }
    .amino__symptom .symptom__items .symprom__item-link {
      cursor: pointer;
      margin-top: 2.5rem; }
      @media (max-width: 576px) {
        .amino__symptom .symptom__items .symprom__item-link {
          display: none; } }
    .amino__symptom .symptom__items .symptom__item-name {
      font-weight: 600;
      text-align: center;
      margin-top: 2rem;
      position: relative; }
    .amino__symptom .symptom__items .symptom__item-text {
      text-align: center;
      margin: 1rem 2rem;
      position: relative; }
    .amino__symptom .symptom__items .symptom__item-img {
      height: 15rem;
      width: auto;
      display: block;
      margin: 0 auto;
      position: absolute;
      z-index: 2;
      top: -6rem;
      left: 0;
      right: 0; }
    .amino__symptom .symptom__items .symprom__item-link {
      width: 100%;
      padding: 1.5rem;
      background-color: #fff;
      text-align: center;
      color: #46ac33;
      font-weight: 600;
      border-radius: 0 0 20px 20px;
      transition: all 0.4s;
      z-index: 9; }
      .amino__symptom .symptom__items .symprom__item-link:hover {
        background-color: rgba(70, 172, 51, 0.1); }

.symptom__modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center; }
  .symptom__modal.active {
    display: flex; }

.symptom__modal-wrapper {
  width: 85%;
  height: auto;
  max-height: 80vh;
  min-height: 30vh;
  max-width: 1400px;
  position: relative;
  padding: 2rem; }
  @media (max-width: 768px) {
    .symptom__modal-wrapper {
      width: 100%;
      max-height: 100vh; } }

.symptom__modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  opacity: 0.7; }
  @media (max-width: 768px) {
    .symptom__modal-close {
      right: 0.5rem; } }

.symptom__modal-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #808080;
  text-align: center;
  max-height: 80vh;
  overflow: auto;
  position: relative;
  box-shadow: 0 2px 37px -1px rgba(29, 59, 139, 0.4);
  background: white;
  padding: 2rem; }
  .symptom__modal-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 2rem; }

.symptom__modal-title {
  color: #46ac33;
  font-size: 1.35rem;
  margin: 1rem 0;
  font-weight: 600; }
  .symptom__modal-title.blue {
    color: #114179; }
  .symptom__modal-title.brown {
    color: #6d3629; }
  .symptom__modal-title.pink {
    color: #8d1658; }
  .symptom__modal-title.green {
    color: #007279; }

.symptom__modal-text {
  color: #808080;
  margin-bottom: 2rem; }
  .symptom__modal-text span {
    color: #46ac33;
    font-weight: 600; }

.symptom__modal-list {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
  padding: 0; }
  .symptom__modal-list li {
    padding: 0;
    color: #808080;
    margin: 0.5rem 0; }
  .symptom__modal-list ul {
    padding-left: 2rem; }

.amino__howitworks {
  position: relative;
  padding: 5rem 0; }
  .amino__howitworks .howitworks__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75rem;
    color: #46ac33;
    margin: 0 auto 3rem;
    text-align: center; }
  .amino__howitworks .howitworks__text {
    width: 75%;
    font-size: 1.2rem;
    color: #808080;
    margin: 1rem 0; }
    @media (max-width: 768px) {
      .amino__howitworks .howitworks__text {
        width: 100%; } }
    .amino__howitworks .howitworks__text span {
      color: #46ac33;
      font-weight: 600; }
  .amino__howitworks .howitworks__images {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem; }
    @media (max-width: 768px) {
      .amino__howitworks .howitworks__images {
        flex-wrap: wrap; } }
  .amino__howitworks .howitworks__image {
    width: 20%; }
    @media (max-width: 768px) {
      .amino__howitworks .howitworks__image {
        width: 45%;
        margin: 1rem 0; } }
    .amino__howitworks .howitworks__image img {
      display: block;
      width: 100%; }

.amino__images {
  padding: 3.5rem 0; }
  @media (max-width: 576px) {
    .amino__images {
      padding: 2rem 0; } }
  .amino__images .images__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .amino__images .images__row {
        flex-direction: column;
        margin-bottom: 1rem; } }
    .amino__images .images__row.second .image__wrapper:nth-child(1) {
      width: 32%;
      height: auto; }
      @media (max-width: 768px) {
        .amino__images .images__row.second .image__wrapper:nth-child(1) {
          width: 100%; } }
    .amino__images .images__row.second .image__wrapper:nth-child(2) {
      width: 60%;
      height: auto; }
      @media (max-width: 768px) {
        .amino__images .images__row.second .image__wrapper:nth-child(2) {
          width: 100%; } }
    .amino__images .images__row .image__wrapper {
      width: 45%;
      height: auto; }
      @media (max-width: 768px) {
        .amino__images .images__row .image__wrapper {
          width: 100%;
          margin: 2rem auto; } }
    .amino__images .images__row img {
      width: 100%;
      display: block; }

.amino__aminotabs {
  background-color: #46ac33;
  padding: 3.5rem 0;
  position: relative;
  color: #fff; }
  .amino__aminotabs .aminotabs-arrow {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0; }
    @media (max-width: 768px) {
      .amino__aminotabs .aminotabs-arrow {
        display: none; } }
    .amino__aminotabs .aminotabs-arrow.left {
      left: 0; }
    .amino__aminotabs .aminotabs-arrow.right {
      right: 0; }
  .amino__aminotabs .aminotabs__wrapper {
    max-width: 70%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 576px) {
      .amino__aminotabs .aminotabs__wrapper {
        max-width: 100%; } }
  .amino__aminotabs .accordion__items {
    margin-left: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .amino__aminotabs .accordion__items {
        margin: 0; } }
  .amino__aminotabs .accordion__item {
    width: 45%;
    margin: 2.5rem  0; }
    @media (max-width: 768px) {
      .amino__aminotabs .accordion__item {
        width: 100%;
        margin: 1rem 0; } }
  .amino__aminotabs .accordion {
    color: #fff;
    cursor: pointer;
    padding: 1rem 0.5rem;
    width: 100%;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    position: relative; }
    @media (max-width: 768px) {
      .amino__aminotabs .accordion {
        padding-right: 2.5rem; } }
    .amino__aminotabs .accordion span {
      font-size: 1rem;
      font-weight: 600; }
  .amino__aminotabs .active,
  .amino__aminotabs .accordion:hover {
    background-color: #409e2f; }
  .amino__aminotabs .panel {
    padding: 0 1.1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .amino__aminotabs .panel p, .amino__aminotabs .panel li {
      margin: 1rem 0;
      color: white; }
  .amino__aminotabs .accordion:after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("images/accordion-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 1.25rem;
    margin: 0 0.5rem;
    transition: all 0.3s;
    transform-origin: center; }
  .amino__aminotabs .active:after {
    transform: rotate(-90deg); }

.amino__accordion {
  background-color: #46ac33;
  margin: 2rem 0;
  padding: 2rem 0 3rem; }
  .amino__accordion .section__title {
    margin: 4rem 0 2rem 0; }
  .amino__accordion .accordion__items {
    margin-left: 1rem; }
    @media (max-width: 768px) {
      .amino__accordion .accordion__items {
        margin: 0; } }
  .amino__accordion .accordion {
    color: #fff;
    cursor: pointer;
    padding: 1rem 0.5rem;
    width: 100%;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
    position: relative; }
    @media (max-width: 768px) {
      .amino__accordion .accordion {
        padding-right: 2.5rem; } }
    .amino__accordion .accordion span {
      font-size: 1rem;
      font-weight: 600; }
  .amino__accordion .active,
  .amino__accordion .accordion:hover {
    background-color: #409e2f; }
  .amino__accordion .panel {
    padding: 0 1.1rem;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .amino__accordion .panel p {
      margin: 1rem 0;
      color: white; }
    .amino__accordion .panel img {
      display: inline-block;
      margin: 2rem 3.5%;
      width: 40%;
      height: auto; }
      .amino__accordion .panel img.bigger {
        width: 60%; }
        @media (max-width: 768px) {
          .amino__accordion .panel img.bigger {
            width: 100%; } }
      @media (max-width: 768px) {
        .amino__accordion .panel img {
          width: 100%; } }
  .amino__accordion .accordion:after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("images/accordion-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 1.25rem;
    margin: 0 0.5rem;
    transition: all 0.3s;
    transform-origin: center; }
  .amino__accordion .active:after {
    transform: rotate(-90deg); }

.amino__why {
  background-color: #46ac33;
  padding: 3.5rem 0;
  position: relative;
  color: #fff; }
  .amino__why .why-arrow {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0; }
    @media (max-width: 768px) {
      .amino__why .why-arrow {
        display: none; } }
    .amino__why .why-arrow.left {
      left: 0; }
    .amino__why .why-arrow.right {
      right: 0; }
  .amino__why .why__wrapper {
    max-width: 70%;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .amino__why .why__wrapper {
        max-width: 100%; } }
  .amino__why .why__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto 3rem;
    text-align: center; }
  .amino__why .why__list {
    text-align: center;
    list-style-type: none; }
    .amino__why .why__list li {
      margin: 0.75rem 0;
      font-size: 1.1rem; }

.amino__checked {
  padding: 3rem 0 5rem; }
  @media (max-width: 768px) {
    .amino__checked {
      padding: 1rem 0 4.5rem; } }
  .amino__checked .checked__wrapper {
    margin: 5rem 0 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .amino__checked .checked__wrapper {
        flex-direction: column; } }
  .amino__checked .checked__img {
    width: 35%; }
    @media (max-width: 768px) {
      .amino__checked .checked__img {
        display: none; } }
    .amino__checked .checked__img img {
      width: 100%;
      height: auto; }
  .amino__checked .checked__info {
    width: 60%; }
    @media (max-width: 768px) {
      .amino__checked .checked__info {
        width: 100%; } }
    .amino__checked .checked__info p {
      font-size: 1.2rem; }
      .amino__checked .checked__info p span {
        font-weight: 900;
        color: #808080; }
        .amino__checked .checked__info p span.green {
          color: #46ac33; }

.amino__charts {
  padding: 3.5rem 0; }
  @media (max-width: 576px) {
    .amino__charts {
      padding: 2rem 0 0; } }
  .amino__charts .charts__wrapper {
    margin: 2rem 0; }
  .amino__charts .charts__row {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .amino__charts .charts__row {
        flex-direction: column; } }
    .amino__charts .charts__row .image__wrapper {
      width: 30%;
      height: auto; }
      @media (max-width: 768px) {
        .amino__charts .charts__row .image__wrapper {
          width: 100%;
          margin: 2rem auto; } }
    .amino__charts .charts__row .image__title {
      margin-bottom: 1rem;
      font-size: 0.9rem;
      font-weight: 600; }
    .amino__charts .charts__row img {
      width: 100%;
      display: block; }

.section__choose {
  padding: 2rem 0; }
  .section__choose .section__title {
    margin-bottom: 3rem; }
  .section__choose .choose__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0; }
    @media (max-width: 768px) {
      .section__choose .choose__wrapper {
        flex-direction: column; } }
  .section__choose .choose__info {
    width: 70%; }
    @media (max-width: 768px) {
      .section__choose .choose__info {
        width: 100%; } }
  .section__choose .centered {
    padding-left: 5rem;
    margin: 3rem 0; }
    @media (max-width: 768px) {
      .section__choose .centered {
        padding: 0;
        margin: 0; } }
  .section__choose .box {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 2.75rem; }
  .section__choose .box__quote {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: auto; }
  .section__choose .box__title {
    color: #46ac33;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem; }
  .section__choose .box__people {
    font-weight: 600;
    margin-bottom: 2rem; }
  .section__choose .choose__image {
    width: 25%; }
    @media (max-width: 768px) {
      .section__choose .choose__image {
        display: none; } }
    .section__choose .choose__image img {
      width: 100%;
      height: auto; }

.aminoutra-contact {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media (max-width: 576px) {
    .aminoutra-contact {
      margin: 2.5rem 0 0; } }
  .aminoutra-contact .contact-title {
    text-align: center;
    margin: 4rem 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #737373; }
    @media (max-width: 576px) {
      .aminoutra-contact .contact-title {
        font-size: 1.5rem;
        margin: 0 0 2.5rem; } }
    .aminoutra-contact .contact-title span {
      color: #409e2f;
      font-weight: 900; }
  .aminoutra-contact p {
    margin: 0; }

@media (max-width: 768px) {
  .aminoutra-contact {
    margin-top: 2.5rem;
    margin-bottom: 5rem; } }
.aminoutra-contact .aminoutra__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  color: #409e2f;
  margin: 0 auto 3rem;
  text-align: center; }

.aminoutra-contact .aminoutra__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 2rem 0 1rem;
  color: #409e2f; }

.aminoutra-contact .section__title {
  margin: 4rem 0 2rem 0; }

.aminoutra-contact .accordion__items {
  margin-left: 1rem; }

@media (max-width: 768px) {
  .aminoutra-contact .accordion__items {
    margin: 0; } }
.aminoutra-contact .accordion {
  color: #000;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border: 1px solid #b3b2b2;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .aminoutra-contact .accordion {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.aminoutra-contact .accordion span {
  font-weight: 600; }

.aminoutra-contact .accordion1 {
  background-color: #409e2f;
  color: #fff; }

.aminoutra-contact .accordion2 {
  background-color: #000;
  color: #fff; }

.aminoutra-contact .accordion3 {
  background-color: #706f6f;
  color: #fff; }

.aminoutra-contact .accordion4 {
  color: #409e2f;
  border: none;
  cursor: auto;
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .aminoutra-contact .accordion4 {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.aminoutra-contact .accordion4 span {
  font-weight: 600; }

.aminoutra-contact .accordion:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 30%;
  margin: 0 0.5rem;
  transition: all 0.3s;
  transform-origin: center; }

.aminoutra-contact .active:after {
  transform: rotate(-90deg); }

.aminoutra-contact .panel {
  transition: max-height 0.2s ease-out;
  color: #706f6f;
  font-weight: 300; }

.aminoutra-contact .panel .panel__title {
  display: block;
  width: 25%;
  padding: 1rem;
  font-size: 1rem;
  background-color: #ececec; }

@media (max-width: 768px) {
  .aminoutra-contact .panel .panel__title {
    width: 100%;
    font-size: 0.9rem; } }
.aminoutra-contact .panel .panel__title span {
  font-weight: 600; }

.aminoutra-contact .panel .panel__text {
  width: 75%;
  padding: 1rem;
  font-size: 0.9rem;
  color: #555454;
  font-weight: 300; }
  .aminoutra-contact .panel .panel__text a {
    color: #555454;
    font-weight: 300; }

@media (max-width: 768px) {
  .aminoutra-contact .panel .panel__text {
    width: 100%;
    font-size: 0.8em; } }
.aminoutra-contact .panel .panel__text span {
  font-weight: 600; }

.aminoutra-contact .panel__row {
  max-height: max-content;
  display: flex;
  border: 1px solid #b3b2b2;
  border-bottom: none; }

@media (max-width: 768px) {
  .aminoutra-contact .panel__row {
    flex-direction: column; } }
.aminoutra-contact .panel__row-bottom {
  border-bottom: 1px solid #b3b2b2; }

.amino__footer {
  margin: 5rem 0 1rem; }
  @media (max-width: 768px) {
    .amino__footer {
      margin: 3rem 0 1rem; } }
  .amino__footer .footer__img {
    display: block;
    width: 10rem;
    height: auto;
    margin: 1rem auto; }
  .amino__footer .footer__text {
    color: #808080;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600; }

.button {
  display: table;
  width: fit-content;
  color: white;
  text-align: center;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 1rem auto;
  transition: background-color 0.3s; }
  @media (max-width: 576px) {
    .button {
      padding: 1.1rem;
      margin: 2rem auto;
      width: 100%; } }
  .button.blue {
    background-color: #114179;
    color: white; }
  .button.brown {
    background-color: #6d3629;
    color: white; }
  .button.pink {
    background-color: #8d1658;
    color: white; }
  .button.green {
    background-color: #007279;
    color: white; }

/*# sourceMappingURL=style.css.map */
