.max-content, footer .footer-wrapper, main .section-error-wrapper, main .section-form-wrapper, main .section-strengths-list, main .section-strengths-wrapper, main .section-care-wrapper, main .section-services-list, main .section-services-wrapper, main .section-presentation-wrapper, .navigation-bar-wrapper {
  max-width: 1330px;
  margin: 0px auto;
}

@font-face {
  font-family: "Jane Frediction";
  src: url(/assets/fonts/jane-frediction/jane-frediction-regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url(/assets/fonts/roboto/roboto-regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/roboto/roboto-bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: url(/assets/fonts/roboto/roboto-italic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url(/assets/fonts/roboto/roboto-bold-italic.ttf) format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
h1, h2, h3 {
  font-weight: normal;
}

body, html {
  height: 100%;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  background-color: #FFF5EB;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  border: 0px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

.btn-full {
  width: 100%;
}

.btn-medium {
  width: 130px;
}

.btn-large {
  width: 230px;
}

.btn-primary {
  background-color: #6C8C40;
  color: #FFF5EB;
}
.btn-primary:hover {
  background-color: #577033;
}
.btn-primary:disabled {
  cursor: not-allowed;
  background-color: #8CAB60;
}

.btn-dots:disabled .btn-dots-text {
  display: none;
}
.btn-dots:disabled .btn-dots-image {
  display: inline;
}
.btn-dots-image {
  display: none;
}

.sending-dots {
  background-color: transparent;
  color: #FFF5EB;
}
@keyframes blink {
  50% {
    fill: transparent;
  }
}
.sending-dots .dot {
  animation: 2s blink infinite;
  fill: #FFF5EB;
}
.sending-dots .dot:nth-child(2) {
  animation-delay: 250ms;
}
.sending-dots .dot:nth-child(3) {
  animation-delay: 500ms;
}

.text-nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  background-color: #FFF5EB;
}

::-webkit-scrollbar-thumb {
  background-color: #6C8C40;
  box-shadow: inset 0 0 3px #465b2a;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #577033;
  cursor: pointer;
}

body.with-navigation-bar {
  padding-top: 60px;
}

.navigation-bar {
  position: fixed;
  top: 0px;
  height: 60px;
  width: 100%;
  z-index: 1;
  background-color: #6C8C40;
  color: #FFF5EB;
  padding: 10px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}
.navigation-bar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.navigation-bar-wrapper a, .navigation-bar-wrapper a:focus, .navigation-bar-wrapper a:hover {
  color: #FFF5EB;
  text-decoration: none;
}
.navigation-bar-title {
  line-height: 0.6em;
  font-size: 3em;
  letter-spacing: 0.05em;
  font-family: "Jane Frediction", Arial;
}
.navigation-bar-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation-bar-icons > div {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .navigation-bar-icons > div {
    margin-left: 35px;
  }
}
.navigation-bar-icons img {
  width: 35px;
}
@media (min-width: 992px) {
  .navigation-bar-icons img {
    width: 30px;
  }
}
.navigation-bar-icons-contact-info span {
  display: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .navigation-bar-icons-contact-info span {
    display: inherit;
  }
}

header .header-inner {
  position: relative;
  background: url("./images/header.jpg") center center no-repeat;
  background-size: cover;
  height: 200px;
}
@media (min-width: 576px) {
  header .header-inner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  header .header-inner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  header .header-inner {
    height: 600px;
  }
}
header .header-inner .header-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  header .header-inner .header-overlay {
    display: block;
  }
}
header .header-inner .header-overlay .company-title {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
header .header-inner .header-overlay .company-title .company-name {
  font-size: 5em;
  font-family: "Jane Frediction", Arial;
  letter-spacing: 0.19em;
  margin-left: 0.19em;
  margin-top: -20px;
}
@media (min-width: 576px) {
  header .header-inner .header-overlay .company-title .company-name {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  header .header-inner .header-overlay .company-title .company-name {
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  header .header-inner .header-overlay .company-title .company-name {
    font-size: 8em;
  }
}
header .header-inner .header-overlay .company-title .company-description {
  font-size: 1.2em;
  font-family: "Roboto", Arial;
}
@media (min-width: 992px) {
  header .header-inner .header-overlay .company-title .company-description {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  header .header-inner .header-overlay .company-title .company-description {
    font-size: 2em;
  }
}

main {
  font-size: 20px;
  font-family: "Roboto", Arial;
  flex: 1;
}
main .section-presentation {
  background-color: #FFF5EB;
  color: #6A5A4D;
}
main .section-presentation-wrapper {
  display: flex;
  flex-direction: column;
  padding: 25px 0px 55px 0px;
}
@media (min-width: 992px) {
  main .section-presentation-wrapper {
    flex-direction: row;
    padding: 70px 0px;
  }
}
main .section-presentation-text {
  padding: 30px;
  align-content: center;
}
@media (min-width: 576px) {
  main .section-presentation-text {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  main .section-presentation-text {
    padding: 25px 70px;
    flex: 0 1 50%;
  }
}
main .section-presentation-text-title {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  main .section-presentation-text-title {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  main .section-presentation-text-title {
    font-size: 2em;
  }
}
main .section-presentation-text-card {
  background-color: #6A5A4D;
  color: #FFF5EB;
  font-size: 1em;
  padding: 15px;
  margin: 20px 0px;
  border-radius: 4px 4px 15px 4px;
}
main .section-presentation-text-bigger {
  margin-top: 20px;
  font-size: 1.3em;
}
main .section-presentation-image {
  align-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  main .section-presentation-image {
    flex: 0 1 50%;
  }
}
main .section-presentation-image img {
  max-width: 80%;
}
@media (min-width: 768px) {
  main .section-presentation-image img {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  main .section-presentation-image img {
    max-width: 100%;
  }
}
main .section-services {
  background: url("./images/services.jpg") center center no-repeat;
  background-size: cover;
  color: #6A5A4D;
}
main .section-services-wrapper {
  padding: 50px 0px 50px 0px;
}
@media (min-width: 768px) {
  main .section-services-wrapper {
    padding: 70px 0px;
  }
}
main .section-services-title {
  background-color: #6C8C40;
  margin: 10px auto 60px auto;
  text-align: center;
  padding: 10px;
  color: #FFF5EB;
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  main .section-services-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  main .section-services-title {
    border-radius: 4px 4px 15px 4px;
  }
}
main .section-services-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main .section-services-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .section-services-item {
  position: relative;
  background-color: #FFF5EB;
  margin: 50px 0px 30px 0px;
  padding: 20px;
  text-align: center;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  main .section-services-item {
    padding: 50px;
    border-radius: 4px 4px 15px 4px;
  }
}
@media (min-width: 992px) {
  main .section-services-item {
    flex: 0 0 47%;
  }
}
@media (min-width: 1200px) {
  main .section-services-item {
    flex: 0 0 32%;
  }
}
main .section-services-item-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ECD8C0;
  border-radius: 50%;
  color: #6A5A4D;
  font-size: 2em;
  font-weight: bold;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
main .section-services-item-title {
  font-size: 1.2em;
  margin: 40px 0px 20px;
  line-height: 1.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  main .section-services-item-title {
    margin-top: 20px;
  }
}
main .section-services-item-text {
  font-size: 0.9em;
  line-height: 1.4em;
}
main .section-services-item-text p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .section-services-item-text p {
    margin-bottom: 10px;
  }
}
main .section-care {
  background-color: #6A5A4D;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  main .section-care {
    padding: 50px 70px;
  }
}
@media (min-width: 992px) {
  main .section-care {
    padding: 70px;
  }
}
main .section-care-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main .section-care-wrapper {
    flex-direction: row;
  }
}
main .section-care-wrapper > div {
  color: #FFF5EB;
}
@media (min-width: 992px) {
  main .section-care-wrapper > div {
    flex: 0 1 50%;
  }
}
main .section-care-left {
  font-size: 2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main .section-care-left {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  main .section-care-right {
    font-size: 1.2em;
  }
}
main .section-care-right p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .section-care-right p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  main .section-care-right p {
    margin-bottom: 20px;
  }
}
main .section-care-right p:last-child {
  margin-bottom: 0px;
}
main .section-strengths {
  background-color: #FFF5EB;
  padding: 50px 0px 50px 0px;
}
@media (min-width: 768px) {
  main .section-strengths {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  main .section-strengths {
    padding: 70px 0px 100px;
  }
}
main .section-strengths-title {
  color: #6A5A4D;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  main .section-strengths-title {
    margin-bottom: 50px;
  }
}
main .section-strengths-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  main .section-strengths-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  main .section-strengths-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .section-strengths-item {
  position: relative;
  margin-top: 30px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  line-height: 1.3em;
  color: #6A5A4D;
}
@media (min-width: 768px) {
  main .section-strengths-item {
    padding: 50px;
    border-radius: 4px 4px 15px 4px;
    flex: 0 0 47%;
    margin-top: 0px;
    padding: 50px 50px 0px;
  }
}
@media (min-width: 1200px) {
  main .section-strengths-item {
    flex: 0 0 23%;
  }
}
main .section-strengths-item-title {
  font-size: 1.2em;
  margin: 20px 0px;
  line-height: 1.5em;
  font-weight: bold;
}
main .section-strengths-item-text {
  font-size: 0.9em;
  line-height: 1.4em;
}
main .section-strengths-item-text p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .section-strengths-item-text p {
    margin-bottom: 10px;
  }
}
main .section-form {
  background-color: #6A5A4D;
  color: #FFF5EB;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  main .section-form {
    padding: 50px 70px;
  }
}
@media (min-width: 992px) {
  main .section-form {
    padding: 70px;
  }
}
main .section-form-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  main .section-form-title {
    margin-bottom: 50px;
  }
}
main .section-form-data {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main .section-form-data {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  main .section-form-data > div {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  main .section-form-left {
    padding-right: 70px;
  }
}
main .section-form-left h3 {
  font-weight: bold;
}
main .section-form-left p {
  margin-bottom: 15px;
}
main .section-form-right .contact-form {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main .section-form-right .contact-form {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  main .section-form-right .contact-form {
    padding-left: 70px;
  }
}
main .section-form-right .contact-form-row {
  margin-bottom: 20px;
}
main .section-form-right .contact-form-row a {
  text-decoration: underline;
  cursor: pointer;
}
main .section-form-right .contact-form-row.input-checkbox {
  display: flex;
  flex-direction: row;
}
main .section-form-right .contact-form-row.input-checkbox label {
  margin-left: 10px;
}
main .section-form-right .contact-form.with-errors input:invalid, main .section-form-right .contact-form.with-errors textarea:invalid, main .section-form-right .contact-form.with-errors select:invalid {
  border-color: red;
}
main .section-form-right .contact-form input:not([type=checkbox]), main .section-form-right .contact-form textarea, main .section-form-right .contact-form select {
  width: 100%;
  border-radius: 4px 4px 15px 4px;
  padding: 10px;
  background: #FFF5EB;
  border: 1px solid transparent;
}
main .section-form-right .contact-form textarea {
  resize: vertical;
  min-height: 150px;
}
main .section-form-right .contact-form input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #FFF5EB;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid transparent;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
main .section-form-right .contact-form input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #6C8C40;
}
main .section-form-right .contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
main .section-form-right .contact-form input[type=checkbox]:focus {
  utline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
main .section-form-right .contact-form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
main .section-form-right .contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Personalize */
  padding: 10px 30px 10px 10px;
  background-color: #FFF5EB;
  background-image: url("./images/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right -5px top 8px;
  border-radius: 4px 4px 15px 4px;
  cursor: pointer;
  /* Remove IE arrow */
  /* Remove focus outline */
  /* <option> colors */
}
main .section-form-right .contact-form select::-ms-expand {
  display: none;
}
main .section-form-right .contact-form select:focus {
  outline: none;
}
main .section-form-right .contact-form select option {
  background: #FFF5EB;
}
main .section-form-right .contact-form-send-text {
  display: none;
}
main .section-error {
  background-color: #FFF5EB;
  color: #6A5A4D;
}
main .section-error-wrapper {
  display: flex;
  flex-direction: column;
  padding: 25px 0px 55px 0px;
}
@media (min-width: 992px) {
  main .section-error-wrapper {
    flex-direction: row;
    padding: 70px 0px;
  }
}
main .section-error-text {
  padding: 30px;
  align-content: center;
  text-align: center;
}
main .section-error-text-code {
  font-size: 5em;
  font-family: "Jane Frediction", Arial;
  letter-spacing: 0.19em;
  margin-left: 0.19em;
}
@media (min-width: 576px) {
  main .section-error-text {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  main .section-error-text {
    padding: 25px 70px;
    flex: 0 1 50%;
  }
}
main .section-error-text-title {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  main .section-error-text-title {
    font-size: 2em;
  }
}
main .section-error-text-buttons {
  margin-top: 20px;
}
main .section-error-image {
  margin-top: 30px;
  align-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  main .section-error-image {
    flex: 0 1 50%;
    margin-top: 0px;
  }
}
main .section-error-image img {
  max-width: 80%;
}
@media (min-width: 768px) {
  main .section-error-image img {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  main .section-error-image img {
    max-width: 100%;
  }
}

footer {
  background-color: #48372A;
  color: #FFFFFF;
  font-family: Roboto, Arial;
  width: 100%;
  text-align: center;
  padding: 30px 20px 20px 20px;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  footer .footer-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  footer .footer-info > div {
    flex: 1 1 0px;
  }
  footer .footer-info > div:first-child > div {
    float: left;
  }
  footer .footer-info > div:last-child > div {
    float: right;
  }
}
footer .footer-info-company-name {
  line-height: 1em;
  font-size: 3em;
  font-family: "Jane Frediction", Arial;
  letter-spacing: 0.05em;
  margin-left: 0.05em;
}
footer .footer-info-company-description {
  font-size: 1.2em;
}
footer .footer-info-icons-social-network {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  footer .footer-info-icons-social-network {
    margin: 0px;
  }
}
footer .footer-info-icons-social-network img {
  width: 70px;
}
footer .footer-info-links {
  margin-top: 20px;
}
@media (min-width: 576px) {
  footer .footer-info-links {
    margin: 0px;
  }
}
footer .footer-copyright {
  margin-top: 30px;
  font-style: italic;
  font-size: 0.9em;
}
footer .footer-separator {
  margin: 5px auto;
  height: 1px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
footer a {
  color: #FFFFFF;
  cursor: pointer;
}

.to-top {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px 15px 15px;
  background: #6C8C40;
  color: #FFF5EB;
  border: none;
  outline: none;
  border-radius: 4px 4px 15px 4px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.to-top:hover {
  background-color: #577033;
}
.to-top svg {
  max-width: 25px;
  max-height: 25px;
}
.to-top svg path {
  fill: #FFF5EB;
}

body.modal-showed {
  overflow-y: hidden;
  margin-right: 20px;
}
body.modal-showed .navigation-bar {
  padding-right: 40px;
}

body.modal-showed .modal-overlay,
body.modal-legal-notice .modal-legal-notice,
body.modal-privacy .modal-privacy,
body.modal-send-ok .modal-send-ok,
body.modal-send-ko .modal-send-ko,
body.modal-send-failed .modal-send-failed {
  display: flex;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: none;
  width: 90%;
  height: 100%;
  max-height: 95%;
  max-width: 750px;
  justify-content: center;
  text-align: left;
  background-color: #FFF5EB;
  box-sizing: border-box;
  border-radius: 4px 4px 15px 4px;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  color: #6A5A4D;
}
@media (min-width: 576px) {
  .modal {
    max-height: 90%;
  }
}
@media (min-width: 992px) {
  .modal {
    max-height: 80%;
  }
}
.modal.modal-small {
  width: 90%;
  height: auto;
  min-height: 250px;
  max-height: 450px;
  max-width: 450px;
}
.modal.modal-small .modal-body {
  text-align: center;
}
.modal h1, .modal h2, .modal h3 {
  font-weight: bold;
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}
.modal-header {
  padding: 20px;
  font-size: 0.9em;
}
@media (min-width: 576px) {
  .modal-header {
    font-size: 1em;
    text-align: center;
  }
}
.modal-close-button-top {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 22px;
  cursor: pointer;
}
.modal-body {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  box-shadow: inset 0px 4px 20px -12px rgba(0, 0, 0, 0.5), inset 0px -4px 20px -12px rgba(0, 0, 0, 0.5);
  flex-grow: 1;
}
@media (min-width: 576px) {
  .modal-body {
    text-align: justify;
  }
}
.modal-body p {
  margin-bottom: 20px;
}
.modal-body h3 {
  margin: 30px 0px 0px;
}
.modal-body h3:first-child {
  margin: 20px 0px 0px;
}
.modal-footer {
  padding: 20px;
  text-align: center;
}

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