@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background: url("../img/bg-default.svg") no-repeat center center/cover;
  font-family: "Open Sans";
}

h1, h4, h5 {
  padding: 0;
  margin: 0;
}

h1 {
  color: #01A141;
  text-shadow: 0px 2px 4px rgba(49, 161, 59, 0.4), 0px 4px 8px rgba(49, 161, 59, 0.3), 0px 6px 12px rgba(49, 161, 59, 0.2), 0px 8px 16px rgba(49, 161, 59, 0.1);
  font-size: 3.5625rem;
  line-height: 4.453125rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    letter-spacing: -2.59px;
  }
}

h4 {
  font: normal normal 700 1rem/1.125rem "Open Sans";
  letter-spacing: -0.16px;
  color: #394156;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

h5 {
  font: normal normal 400 0.8125rem/1rem "Open Sans";
  letter-spacing: -0.16px;
  color: #394156;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .title {
    gap: 3rem;
    max-width: 80%;
  }
}
.title h1 {
  color: #01A141;
  text-shadow: 0px 2px 4px rgba(49, 161, 59, 0.4), 0px 4px 8px rgba(49, 161, 59, 0.3), 0px 6px 12px rgba(49, 161, 59, 0.2), 0px 8px 16px rgba(49, 161, 59, 0.1);
  font-size: 2.5rem;
  line-height: 3.125rem;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .title h1 {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}
.title h1 span {
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .title h1 {
    letter-spacing: -2.59px;
  }
}
@media (max-width: 768px) {
  .title h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.title h4 {
  font: normal normal 700 1rem/1.125rem "Open Sans";
  letter-spacing: -0.16px;
  color: #394156;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .title h4 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.title h5 {
  font: normal normal 400 0.8125rem/1rem "Open Sans";
  letter-spacing: -0.16px;
  color: #394156;
}
@media (max-width: 768px) {
  .title h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .container {
    padding: 7rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
}

.title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .title {
    gap: 7rem;
  }
}
@media (min-width: 1024px) {
  .title {
    max-width: 80%;
    gap: 4rem;
  }
}

.content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .content {
    gap: 2rem;
  }
}

.icon {
  order: -1;
  margin-bottom: 3rem;
}
.icon img {
  width: 100%;
  max-width: 15rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .icon {
    order: 1;
    margin-bottom: 0;
  }
  .icon img {
    max-width: 38rem;
    margin-left: auto;
  }
}

.icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 40%;
  height: auto;
  padding-left: 3rem;
}
@media (max-width: 1024px) {
  .icon {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 2rem auto;
    padding-left: 0;
    max-width: 60%;
  }
}
@media (max-width: 1028px) {
  .icon {
    display: none !important;
  }
}

.logo {
  width: 10.667rem;
  height: 3rem;
}
.logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .logo {
    width: 10.667rem;
    height: 3rem;
  }
}

.footer {
  width: 100%;
  margin-top: auto;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 2rem 3rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 7rem 0 0;
  }
}
.footer p {
  font: normal normal 400 0.53rem/1 "Open Sans";
  letter-spacing: -0.16px;
  color: #394156;
}
.footer p strong a {
  text-decoration: none;
  color: inherit;
}
.footer p strong a:active {
  color: inherit;
}
@media (min-width: 1024px) {
  .footer {
    padding: 7rem 0 0;
  }
}

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